Unify SelectionLayer and HitObjectCapturer, rename SelectionBox

This commit is contained in:
smoogipoo
2018-02-12 18:35:01 +09:00
parent 20c0dee17d
commit e10bb2db05
5 changed files with 36 additions and 79 deletions

View File

@ -21,8 +21,7 @@ namespace osu.Game.Tests.Visual
{
public override IReadOnlyList<Type> RequiredTypes => new[]
{
typeof(HitObjectCapturer),
typeof(SelectionDragger),
typeof(SelectionBox),
typeof(SelectionLayer),
typeof(CaptureBox)
};