Display nominated ranked beatmaps in user profile

This commit is contained in:
Joseph Madamba
2022-12-06 23:36:11 -08:00
parent d8d25c704f
commit 56e94e49a3
4 changed files with 10 additions and 2 deletions

View File

@ -164,6 +164,9 @@ namespace osu.Game.Online.API.Requests.Responses
[JsonProperty(@"guest_beatmapset_count")]
public int GuestBeatmapsetCount;
[JsonProperty(@"nominated_beatmapset_count")]
public int NominatedBeatmapsetCount;
[JsonProperty(@"scores_best_count")]
public int ScoresBestCount;