mirror of
https://github.com/ppy/osu.git
synced 2026-06-08 20:44:19 +08:00
Update API beatmap model to include user play count
This commit is contained in:
committed by
Dean Herbert
Unverified
parent
ba5932c1dd
commit
6bb84e4364
@@ -32,6 +32,9 @@ namespace osu.Game.Online.API.Requests.Responses
|
||||
[JsonProperty(@"playcount")]
|
||||
public int PlayCount { get; set; }
|
||||
|
||||
[JsonProperty(@"current_user_playcount")]
|
||||
public int UserPlayCount { get; set; }
|
||||
|
||||
[JsonProperty(@"passcount")]
|
||||
public int PassCount { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user