mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-25 06:05:46 +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,
|
||||
|
||||
/// <summary>
|
||||
/// Query only users that are close to you geographically
|
||||
/// Query entries near to this user's rank
|
||||
/// </summary>
|
||||
GlobalAroundUser = LeaderboardDataRequest.GlobalAroundUser,
|
||||
|
||||
@ -172,4 +172,4 @@ public struct Entry
|
||||
public string Name;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user