Adjust user beatmap sections on profile overlay to match web

This commit is contained in:
Bartłomiej Dach
2021-07-20 21:48:38 +02:00
parent 738d321788
commit 1e634d9db0
4 changed files with 12 additions and 12 deletions

View File

@ -138,11 +138,11 @@ namespace osu.Game.Users
[JsonProperty(@"loved_beatmapset_count")]
public int LovedBeatmapsetCount;
[JsonProperty(@"ranked_and_approved_beatmapset_count")]
public int RankedAndApprovedBeatmapsetCount;
[JsonProperty(@"ranked_beatmapset_count")]
public int RankedBeatmapsetCount;
[JsonProperty(@"unranked_beatmapset_count")]
public int UnrankedBeatmapsetCount;
[JsonProperty(@"pending_beatmapset_count")]
public int PendingBeatmapsetCount;
[JsonProperty(@"scores_best_count")]
public int ScoresBestCount;