1
0
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:
tsunyoku 2022-07-17 14:46:22 +01:00
parent 14ae183c70
commit c73eff7c89

View File

@ -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; }