mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 17:43:05 +08:00
Update CountryStatistics
to use code
for country enum
This commit is contained in:
parent
00f4c8052e
commit
1b2b42bb8a
@ -9,11 +9,8 @@ namespace osu.Game.Users
|
||||
{
|
||||
public class CountryStatistics
|
||||
{
|
||||
[JsonProperty]
|
||||
public Country Country;
|
||||
|
||||
[JsonProperty(@"code")]
|
||||
public string FlagName;
|
||||
public Country Country;
|
||||
|
||||
[JsonProperty(@"active_users")]
|
||||
public long ActiveUsers;
|
||||
|
Loading…
Reference in New Issue
Block a user