mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Switch to System.ComponentModel.Description
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using System.ComponentModel;
|
||||
|
||||
namespace osu.Game.Configuration
|
||||
{
|
||||
@ -6,9 +7,9 @@ namespace osu.Game.Configuration
|
||||
{
|
||||
Off,
|
||||
Pie,
|
||||
[DisplayName("Top Right")]
|
||||
[Description("Top Right")]
|
||||
TopRight,
|
||||
[DisplayName("Bottom Right")]
|
||||
[Description("Bottom Right")]
|
||||
BottomRight,
|
||||
Bottom
|
||||
}
|
||||
|
Reference in New Issue
Block a user