mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Add more properties to IBeatmapOnlineInfo
This commit is contained in:
@ -69,6 +69,9 @@ namespace osu.Game.Online.API.Requests.Responses
|
||||
[JsonProperty(@"count_sliders")]
|
||||
public int SliderCount { get; set; }
|
||||
|
||||
[JsonProperty(@"count_spinners")]
|
||||
public int SpinnerCount { get; set; }
|
||||
|
||||
[JsonProperty(@"version")]
|
||||
public string DifficultyName { get; set; } = string.Empty;
|
||||
|
||||
|
Reference in New Issue
Block a user