mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 15:12:57 +08:00
Update osu!direct beatmap sections sorting
This commit is contained in:
parent
161d0f0564
commit
33735b15ae
@ -36,11 +36,12 @@ namespace osu.Game.Online.API.Requests
|
|||||||
|
|
||||||
[Description("Ranked & Approved")]
|
[Description("Ranked & Approved")]
|
||||||
RankedApproved = 0,
|
RankedApproved = 0,
|
||||||
Approved = 1,
|
Qualified = 3,
|
||||||
Loved = 8,
|
Loved = 8,
|
||||||
Favourites = 2,
|
Favourites = 2,
|
||||||
Qualified = 3,
|
|
||||||
Pending = 4,
|
[Description("Pending & WIP")]
|
||||||
|
PendingWIP = 4,
|
||||||
Graveyard = 5,
|
Graveyard = 5,
|
||||||
|
|
||||||
[Description("My Maps")]
|
[Description("My Maps")]
|
||||||
|
Loading…
Reference in New Issue
Block a user