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

@ -6,7 +6,7 @@ using System.Collections.Generic;
namespace osu.Game.Online.API.Requests
{
public class GetUserBeatmapsRequest : APIRequest<List<GetBeatmapSetsResponse>>
public class GetUserBeatmapsRequest : APIRequest<List<APIResponseBeatmapSet>>
{
private readonly long userId;
private readonly int offset;