Add pending and graveyarded beatmapsets to profile page

This commit is contained in:
EVAST9919
2017-11-14 08:26:44 +03:00
parent f5974a7486
commit 08ce2705c6
4 changed files with 9 additions and 5 deletions

View File

@ -26,6 +26,8 @@ namespace osu.Game.Online.API.Requests
{
MostPlayed,
Favourite,
RankedAndApproved
RankedAndApproved,
Unranked,
Graveyard
}
}