mirror of
https://github.com/osukey/osukey.git
synced 2025-08-01 21:58:46 +09:00
add BeatmapSet
to SoloScoreInfo
This commit is contained in:
@ -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; }
|
||||
|
||||
|
Reference in New Issue
Block a user