mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Remove in-between properties
This commit is contained in:
@ -26,18 +26,6 @@ namespace osu.Game.Users
|
||||
[JsonProperty(@"age")]
|
||||
public int? Age;
|
||||
|
||||
public int GlobalRank
|
||||
{
|
||||
get => Statistics?.Ranks.GlobalRank ?? 0;
|
||||
set => Statistics.Ranks.GlobalRank = value;
|
||||
}
|
||||
|
||||
public int CountryRank
|
||||
{
|
||||
get => Statistics?.Ranks.CountryRank ?? 0;
|
||||
set => Statistics.Ranks.CountryRank = value;
|
||||
}
|
||||
|
||||
//public Team Team;
|
||||
|
||||
[JsonProperty(@"profile_colour")]
|
||||
|
Reference in New Issue
Block a user