SteamWebAPI
SteamWebAPI copied to clipboard
Code Change for the example
Great work so far fellas, One thing though, actually two. First, you should change line #32 of the example program to read;
Console.WriteLine( "You have " + ( friends.Count - blockedFriends ) + " friends and " + blockedFriends + " fiends blocked!" );
else it says "you have friends and friends.
The second item would be to add a pause at the end, so that you can read them message. Then hit space to continue to the application end.
Thanks for all your hard work though, much appreciated.