mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-24 13:45:37 +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];
|
||||
|
||||
internal ulong BoardId;
|
||||
public ulong GetBoardId()
|
||||
{
|
||||
return BoardId;
|
||||
}
|
||||
internal Client client;
|
||||
|
||||
private readonly Queue<Action> _onCreated = new Queue<Action>();
|
||||
|
Loading…
Reference in New Issue
Block a user