mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Country
-> CountryCode
This commit is contained in:
@ -10,7 +10,7 @@ namespace osu.Game.Users
|
||||
public class CountryStatistics
|
||||
{
|
||||
[JsonProperty(@"code")]
|
||||
public Country Country;
|
||||
public CountryCode Code;
|
||||
|
||||
[JsonProperty(@"active_users")]
|
||||
public long ActiveUsers;
|
||||
|
Reference in New Issue
Block a user