mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 09:03:50 +09:00
Use using for Description
This commit is contained in:
@ -10,6 +10,7 @@ using osu.Framework.Graphics.UserInterface;
|
|||||||
using osu.Game.Graphics;
|
using osu.Game.Graphics;
|
||||||
using osu.Game.Graphics.UserInterface;
|
using osu.Game.Graphics.UserInterface;
|
||||||
using OpenTK;
|
using OpenTK;
|
||||||
|
using System.ComponentModel;
|
||||||
|
|
||||||
namespace osu.Game.Screens.Edit.Menus
|
namespace osu.Game.Screens.Edit.Menus
|
||||||
{
|
{
|
||||||
@ -72,13 +73,13 @@ namespace osu.Game.Screens.Edit.Menus
|
|||||||
|
|
||||||
public enum EditorScreenMode
|
public enum EditorScreenMode
|
||||||
{
|
{
|
||||||
[System.ComponentModel.Description("compose")]
|
[Description("compose")]
|
||||||
Compose,
|
Compose,
|
||||||
[System.ComponentModel.Description("design")]
|
[Description("design")]
|
||||||
Design,
|
Design,
|
||||||
[System.ComponentModel.Description("timing")]
|
[Description("timing")]
|
||||||
Timing,
|
Timing,
|
||||||
[System.ComponentModel.Description("song")]
|
[Description("song")]
|
||||||
SongSetup
|
SongSetup
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user