Add more properties to IBeatmapOnlineInfo

This commit is contained in:
Dan Balasescu
2022-06-27 15:01:53 +09:00
parent 2b278ed324
commit f6a6538e96
2 changed files with 32 additions and 4 deletions

View File

@ -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;