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

@ -3,7 +3,7 @@
namespace osu.Game.Online.API.Requests
{
public class GetBeatmapSetRequest : APIRequest<GetBeatmapSetsResponse>
public class GetBeatmapSetRequest : APIRequest<APIResponseBeatmapSet>
{
private readonly int beatmapSetId;