mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-04-27 07:19:42 +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
|
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
|
||||||
|
@ -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()
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user