mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-25 06:05:46 +03:00
Merge pull request #166 from Oxy949/master
Added Leaderboard.GetBoardId() to access boardID
This commit is contained in:
commit
812a435031
@ -33,6 +33,10 @@ public enum RequestType
|
|||||||
private static readonly int[] subEntriesBuffer = new int[512];
|
private static readonly int[] subEntriesBuffer = new int[512];
|
||||||
|
|
||||||
internal ulong BoardId;
|
internal ulong BoardId;
|
||||||
|
public ulong GetBoardId()
|
||||||
|
{
|
||||||
|
return BoardId;
|
||||||
|
}
|
||||||
internal Client client;
|
internal Client client;
|
||||||
|
|
||||||
private readonly Queue<Action> _onCreated = new Queue<Action>();
|
private readonly Queue<Action> _onCreated = new Queue<Action>();
|
||||||
|
Loading…
Reference in New Issue
Block a user