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