mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-26 06:35:49 +03:00
Fixed comment of RequestType.GlobalAroundUser
This commit is contained in:
parent
27c2b83bea
commit
8fa8da4939
@ -18,7 +18,7 @@ public enum RequestType
|
|||||||
Global = LeaderboardDataRequest.Global,
|
Global = LeaderboardDataRequest.Global,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Query only users that are close to you geographically
|
/// Query entries near to this user's rank
|
||||||
/// </summary>
|
/// </summary>
|
||||||
GlobalAroundUser = LeaderboardDataRequest.GlobalAroundUser,
|
GlobalAroundUser = LeaderboardDataRequest.GlobalAroundUser,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user