DrawableErrorHandler -> NotFoundDrawable

This commit is contained in:
Andrei Zavatski
2020-02-20 02:43:13 +03:00
parent edef84d9c3
commit 7550685a61
2 changed files with 5 additions and 16 deletions

View File

@ -12,9 +12,6 @@ namespace osu.Game.Online.API.Requests
[JsonProperty("beatmapsets")]
public IEnumerable<APIBeatmapSet> BeatmapSets;
[JsonProperty("error")]
public string Error;
[JsonProperty("total")]
public int Total;
}