Country -> CountryCode

This commit is contained in:
Salman Ahmed
2022-07-18 08:40:34 +03:00
parent 9e945197dc
commit 100c53f9ef
30 changed files with 98 additions and 98 deletions

View File

@ -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;