1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-06 07:02:54 +08:00

add Beatmap to SoloScoreInfo

This commit is contained in:
tsunyoku 2022-07-17 14:21:55 +01:00
parent 3a8b5d48b9
commit c2277031f0

View File

@ -82,6 +82,9 @@ namespace osu.Game.Online.API.Requests.Responses
[JsonProperty("user")] [JsonProperty("user")]
public APIUser? User { get; set; } public APIUser? User { get; set; }
[JsonProperty("beatmap")]
public APIBeatmap? Beatmap { get; set; }
[JsonProperty("pp")] [JsonProperty("pp")]
public double? PP { get; set; } public double? PP { get; set; }