mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +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,
|
Best,
|
||||||
Firsts,
|
Firsts,
|
||||||
Recent
|
Recent,
|
||||||
|
Pinned
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -151,6 +151,9 @@ namespace osu.Game.Online.API.Requests.Responses
|
|||||||
[JsonProperty(@"scores_recent_count")]
|
[JsonProperty(@"scores_recent_count")]
|
||||||
public int ScoresRecentCount;
|
public int ScoresRecentCount;
|
||||||
|
|
||||||
|
[JsonProperty(@"scores_pinned_count")]
|
||||||
|
public int ScoresPinnedCount;
|
||||||
|
|
||||||
[JsonProperty(@"beatmap_playcounts_count")]
|
[JsonProperty(@"beatmap_playcounts_count")]
|
||||||
public int BeatmapPlayCountsCount;
|
public int BeatmapPlayCountsCount;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user