mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Get recent count from api instead
This commit is contained in:
@ -147,6 +147,9 @@ namespace osu.Game.Users
|
||||
[JsonProperty(@"scores_first_count")]
|
||||
public int ScoresFirstCount;
|
||||
|
||||
[JsonProperty(@"scores_recent_count")]
|
||||
public int ScoresRecentCount;
|
||||
|
||||
[JsonProperty(@"beatmap_playcounts_count")]
|
||||
public int BeatmapPlaycountsCount;
|
||||
|
||||
|
Reference in New Issue
Block a user