mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Wire up enum-backed dropdowns
This commit is contained in:
14
osu.Game/Configuration/RankingType.cs
Normal file
14
osu.Game/Configuration/RankingType.cs
Normal file
@ -0,0 +1,14 @@
|
||||
using System;
|
||||
namespace osu.Game.Configuration
|
||||
{
|
||||
public enum RankingType
|
||||
{
|
||||
Local,
|
||||
[DisplayName("Global")]
|
||||
Top,
|
||||
[DisplayName("Selected Mods")]
|
||||
SelectedMod,
|
||||
Friends,
|
||||
Country
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user