mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 23:52:57 +08:00
add Beatmap
to SoloScoreInfo
This commit is contained in:
parent
3a8b5d48b9
commit
c2277031f0
@ -82,6 +82,9 @@ namespace osu.Game.Online.API.Requests.Responses
|
||||
[JsonProperty("user")]
|
||||
public APIUser? User { get; set; }
|
||||
|
||||
[JsonProperty("beatmap")]
|
||||
public APIBeatmap? Beatmap { get; set; }
|
||||
|
||||
[JsonProperty("pp")]
|
||||
public double? PP { get; set; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user