mirror of
https://github.com/ppy/osu.git
synced 2025-03-05 13:35:37 +08:00
add BeatmapSet
to SoloScoreInfo
This commit is contained in:
parent
14ae183c70
commit
c73eff7c89
@ -85,6 +85,9 @@ namespace osu.Game.Online.API.Requests.Responses
|
||||
[JsonProperty("beatmap")]
|
||||
public APIBeatmap? Beatmap { get; set; }
|
||||
|
||||
[JsonProperty("beatmapset")]
|
||||
public APIBeatmapSet? BeatmapSet { get; set; }
|
||||
|
||||
[JsonProperty("pp")]
|
||||
public double? PP { get; set; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user