Merge branch 'master' into profile

This commit is contained in:
Dean Herbert
2017-06-23 22:51:31 +09:00
committed by GitHub
13 changed files with 866 additions and 8 deletions

View File

@ -26,6 +26,10 @@ namespace osu.Game.Users
[JsonProperty(@"age")]
public int? Age;
public int GlobalRank;
public int CountryRank;
//public Team Team;
[JsonProperty(@"profile_colour")]