From 96477826c0c786bbad1ce55844dccdfcf3df99dd Mon Sep 17 00:00:00 2001 From: Garry Newman Date: Wed, 9 Nov 2016 12:05:59 +0000 Subject: [PATCH] csharp examples --- Generated/Facepunch.Steamworks.Friends.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Generated/Facepunch.Steamworks.Friends.md b/Generated/Facepunch.Steamworks.Friends.md index 9190e68..a31f89c 100644 --- a/Generated/Facepunch.Steamworks.Friends.md +++ b/Generated/Facepunch.Steamworks.Friends.md @@ -5,7 +5,7 @@ Handles most interactions with people in Steam, not just friends as the name wou ### Example -``` +```csharp foreach ( var friend in client.Friends.AllFriends ) { Console.WriteLine( $"{friend.Id}: {friend.Name}" );