mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
rename GetBeatmapSetsResponse
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
|
||||
namespace osu.Game.Online.API.Requests
|
||||
{
|
||||
public class GetBeatmapSetRequest : APIRequest<GetBeatmapSetsResponse>
|
||||
public class GetBeatmapSetRequest : APIRequest<APIResponseBeatmapSet>
|
||||
{
|
||||
private readonly int beatmapSetId;
|
||||
|
||||
|
Reference in New Issue
Block a user