Add support for fetching user guest participations

This commit is contained in:
Salman Ahmed
2022-04-22 07:55:39 +03:00
parent 27c7864562
commit a9ea0ab91b
3 changed files with 7 additions and 0 deletions

View File

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