mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-24 13:45:37 +03:00
Simple comment update
This commit is contained in:
parent
cc4fdd5324
commit
bef249000a
5
.gitignore
vendored
5
.gitignore
vendored
@ -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
|
||||
|
@ -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()
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user