Add a container for Beatmap Availability

This commit is contained in:
KingLuigi4932
2019-06-10 20:17:44 +03:00
parent adbf4d374e
commit 3202110b80
3 changed files with 112 additions and 22 deletions

View File

@ -63,9 +63,6 @@ namespace osu.Game.Online.API.Requests.Responses
[JsonProperty(@"availability")]
private BeatmapSetOnlineAvailability availability { get; set; }
[JsonProperty(@"download_unavailable")]
private bool test { get; set; }
[JsonProperty(@"beatmaps")]
private IEnumerable<APIBeatmap> beatmaps { get; set; }