SelectionBox -> SelectionHandler

This commit is contained in:
smoogipoo
2018-11-19 16:58:11 +09:00
parent 595e2ffbff
commit 55edeb095d
9 changed files with 25 additions and 22 deletions

View File

@ -36,7 +36,7 @@ namespace osu.Game.Rulesets.Osu.Edit
new SpinnerCompositionTool()
};
public override SelectionBox CreateSelectionBox() => new OsuSelectionBox();
public override SelectionHandler CreateSelectionHandler() => new OsuSelectionHandler();
protected override Container CreateLayerContainer() => new PlayfieldAdjustmentContainer { RelativeSizeAxes = Axes.Both };