mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Update API models with score pinning changes
This commit is contained in:
@ -39,6 +39,7 @@ namespace osu.Game.Online.API.Requests
|
||||
{
|
||||
Best,
|
||||
Firsts,
|
||||
Recent
|
||||
Recent,
|
||||
Pinned
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user