Simple comment update

This commit is contained in:
Kyle Kukshtel 2017-08-06 22:09:13 -07:00
parent cc4fdd5324
commit bef249000a
2 changed files with 5 additions and 1 deletions

5
.gitignore vendored
View File

@ -55,11 +55,14 @@ Facepunch.Steamworks.Test/bin/Release/Facepunch.Steamworks.Test.dll
Facepunch.Steamworks.Test/bin/Release/Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll
*.user
*.cache
*.idea
*.vscode
TestResults
obj
Facepunch.Steamworks/bin/Debug/Facepunch.Steamworks.Api.dll
Facepunch.Steamworks/bin/Debug/Facepunch.Steamworks.dll
Facepunch.Steamworks/bin/Release/Facepunch.Steamworks.dll
Facepunch.Steamworks/bin
*.opendb
*.db
Facepunch.Steamworks.dll
@ -69,4 +72,4 @@ mscorlib.dll
*.nlp
packages
Generator/bin
*.XML
*.XML

View File

@ -478,6 +478,7 @@ public void Dispose()
/// Note that you must be in the Lobby you are trying to request the MemberIDs from.
/// Returns an empty array if you aren't in a lobby.
/// </summary>
/// <returns>Array of member SteamIDs</returns>
public ulong[] GetMemberIDs()
{