mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Reorder fields
This commit is contained in:
@ -24,13 +24,13 @@ namespace osu.Game.Rulesets.Mania.UI.Components
|
||||
|
||||
private readonly ScrollingDirection direction;
|
||||
|
||||
private Container keyIcon;
|
||||
|
||||
public ColumnKeyArea(ScrollingDirection direction)
|
||||
{
|
||||
this.direction = direction;
|
||||
}
|
||||
|
||||
private Container keyIcon;
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load()
|
||||
{
|
||||
|
Reference in New Issue
Block a user