mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09: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
|
public class CountryStatistics
|
||||||
{
|
{
|
||||||
[JsonProperty]
|
|
||||||
public Country Country;
|
|
||||||
|
|
||||||
[JsonProperty(@"code")]
|
[JsonProperty(@"code")]
|
||||||
public string FlagName;
|
public Country Country;
|
||||||
|
|
||||||
[JsonProperty(@"active_users")]
|
[JsonProperty(@"active_users")]
|
||||||
public long ActiveUsers;
|
public long ActiveUsers;
|
||||||
|
Reference in New Issue
Block a user