mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Adjust user beatmap sections on profile overlay to match web
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user