mirror of
https://github.com/ppy/osu.git
synced 2026-05-27 07:51:23 +08:00
Update CountryStatistics to use code for country enum
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user