This commit is contained in:
jorolf
2017-11-19 14:33:50 +01:00
parent 4281d76bcf
commit 66c51c7b44
4 changed files with 2 additions and 5 deletions

View File

@ -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;

View File

@ -4,7 +4,6 @@
using System;
using System.Linq;
using Newtonsoft.Json;
using osu.Framework.Extensions;
using osu.Game.Beatmaps;
using osu.Game.Rulesets;