Basic layout

This commit is contained in:
DrabWeb
2017-05-30 05:12:11 -03:00
parent 03ac700838
commit 3aa1f35127
9 changed files with 632 additions and 7 deletions

View File

@ -22,6 +22,10 @@ namespace osu.Game.Users
public Bindable<UserStatus> Status = new Bindable<UserStatus>();
public int GlobalRank;
public int CountryRank;
//public Team Team;
[JsonProperty(@"profile_colour")]