mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Add DisplayName
This commit is contained in:
@ -1,11 +1,14 @@
|
||||
using System;
|
||||
using System;
|
||||
|
||||
namespace osu.Game.Configuration
|
||||
{
|
||||
public enum ProgressBarType
|
||||
{
|
||||
Off,
|
||||
Pie,
|
||||
[DisplayName("Top Right")]
|
||||
TopRight,
|
||||
[DisplayName("Bottom Right")]
|
||||
BottomRight,
|
||||
Bottom
|
||||
}
|
||||
|
Reference in New Issue
Block a user