mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:07:52 +08:00
Merge pull request #4101 from Joehuu/update-beatmap-sections
Update osu!direct beatmap categories sorting
This commit is contained in:
commit
34ae3c111c
@ -36,11 +36,12 @@ namespace osu.Game.Online.API.Requests
|
||||
|
||||
[Description("Ranked & Approved")]
|
||||
RankedApproved = 0,
|
||||
Approved = 1,
|
||||
Qualified = 3,
|
||||
Loved = 8,
|
||||
Favourites = 2,
|
||||
Qualified = 3,
|
||||
Pending = 4,
|
||||
|
||||
[Description("Pending & WIP")]
|
||||
PendingWIP = 4,
|
||||
Graveyard = 5,
|
||||
|
||||
[Description("My Maps")]
|
||||
|
Loading…
Reference in New Issue
Block a user