mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 16:43:52 +09:00
add BeatmapSet
to SoloScoreInfo
This commit is contained in:
@ -85,6 +85,9 @@ namespace osu.Game.Online.API.Requests.Responses
|
|||||||
[JsonProperty("beatmap")]
|
[JsonProperty("beatmap")]
|
||||||
public APIBeatmap? Beatmap { get; set; }
|
public APIBeatmap? Beatmap { get; set; }
|
||||||
|
|
||||||
|
[JsonProperty("beatmapset")]
|
||||||
|
public APIBeatmapSet? BeatmapSet { get; set; }
|
||||||
|
|
||||||
[JsonProperty("pp")]
|
[JsonProperty("pp")]
|
||||||
public double? PP { get; set; }
|
public double? PP { get; set; }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user