mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
cleanup
This commit is contained in:
@ -7,7 +7,7 @@ using System.Collections.Generic;
|
||||
|
||||
namespace osu.Game.Online.API.Requests
|
||||
{
|
||||
public class GetUserBeatmapsRequest<T> : APIRequest<List<T>>
|
||||
public abstract class GetUserBeatmapsRequest<T> : APIRequest<List<T>>
|
||||
{
|
||||
private readonly long userId;
|
||||
private readonly int offset;
|
||||
|
@ -4,7 +4,6 @@
|
||||
using System;
|
||||
using System.Linq;
|
||||
using Newtonsoft.Json;
|
||||
using osu.Framework.Extensions;
|
||||
using osu.Game.Beatmaps;
|
||||
using osu.Game.Rulesets;
|
||||
|
||||
|
Reference in New Issue
Block a user