Remove age from User class

This commit is contained in:
HoutarouOreki
2018-07-09 10:33:46 +02:00
parent 930667d0f9
commit 10aae3b0ee
2 changed files with 0 additions and 4 deletions

View File

@ -23,9 +23,6 @@ namespace osu.Game.Users
public Bindable<UserStatus> Status = new Bindable<UserStatus>();
[JsonProperty(@"age")]
public int? Age;
//public Team Team;
[JsonProperty(@"profile_colour")]