Adjust user beatmap sections on profile overlay to match web

This commit is contained in:
Bartłomiej Dach
2021-07-20 21:48:38 +02:00
parent 738d321788
commit 1e634d9db0
4 changed files with 12 additions and 12 deletions

View File

@ -26,9 +26,9 @@ namespace osu.Game.Online.API.Requests
public enum BeatmapSetType
{
Favourite,
RankedAndApproved,
Ranked,
Loved,
Unranked,
Pending,
Graveyard
}
}