Reorder fields

This commit is contained in:
smoogipoo
2018-06-07 21:19:31 +09:00
parent 207cdbdefe
commit 0c35908802
2 changed files with 5 additions and 5 deletions

View File

@ -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()
{