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

@ -29,7 +29,7 @@ namespace osu.Game.Tests.Visual
{
public override IReadOnlyList<Type> RequiredTypes => new[]
{
typeof(SelectionBox),
typeof(SelectionHandler),
typeof(DragBox),
typeof(HitObjectComposer),
typeof(OsuHitObjectComposer),