1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-01 18:09:58 +08:00

Update API models with score pinning changes

This commit is contained in:
Salman Ahmed
2022-02-10 21:23:38 +03:00
Unverified
parent 481003fe38
commit 9cd88ec2b8
2 changed files with 5 additions and 1 deletions
@@ -151,6 +151,9 @@ namespace osu.Game.Online.API.Requests.Responses
[JsonProperty(@"scores_recent_count")]
public int ScoresRecentCount;
[JsonProperty(@"scores_pinned_count")]
public int ScoresPinnedCount;
[JsonProperty(@"beatmap_playcounts_count")]
public int BeatmapPlayCountsCount;