Overall cleanups

This commit is contained in:
Andrei Zavatski
2019-10-10 11:43:45 +03:00
parent 371b7841d0
commit f6b78ad661
6 changed files with 35 additions and 50 deletions

View File

@ -4,6 +4,7 @@
using osu.Framework.IO.Network;
using Humanizer;
using osu.Game.Online.API.Requests.Responses;
using osu.Game.Overlays.Comments;
namespace osu.Game.Online.API.Requests
{
@ -43,11 +44,4 @@ namespace osu.Game.Online.API.Requests
Beatmapset,
NewsPost
}
public enum SortCommentsBy
{
New,
Old,
Top
}
}