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 Facepunch.Steamworks.Test/bin/Release/Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll
*.user *.user
*.cache *.cache
*.idea
*.vscode
TestResults TestResults
obj obj
Facepunch.Steamworks/bin/Debug/Facepunch.Steamworks.Api.dll Facepunch.Steamworks/bin/Debug/Facepunch.Steamworks.Api.dll
Facepunch.Steamworks/bin/Debug/Facepunch.Steamworks.dll Facepunch.Steamworks/bin/Debug/Facepunch.Steamworks.dll
Facepunch.Steamworks/bin/Release/Facepunch.Steamworks.dll Facepunch.Steamworks/bin/Release/Facepunch.Steamworks.dll
Facepunch.Steamworks/bin
*.opendb *.opendb
*.db *.db
Facepunch.Steamworks.dll Facepunch.Steamworks.dll
@ -69,4 +72,4 @@ mscorlib.dll
*.nlp *.nlp
packages packages
Generator/bin Generator/bin
*.XML *.XML

View File

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