rename GetBeatmapSetsResponse

This commit is contained in:
jorolf
2017-11-29 23:08:46 +01:00
parent 7f068c0c68
commit 14fdf98abc
6 changed files with 8 additions and 8 deletions

View File

@ -34,7 +34,7 @@ namespace osu.Game.Online.API.Requests
private BeatmapInfo beatmap;
[JsonProperty]
private GetBeatmapSetsResponse beatmapSet;
private APIResponseBeatmapSet beatmapSet;
public BeatmapInfo GetBeatmapInfo(RulesetStore rulesets)
{