MaskSelection -> SelectionBox

This commit is contained in:
smoogipoo
2018-11-06 17:52:47 +09:00
parent 65bb91dcf7
commit ad2836a61e
5 changed files with 16 additions and 16 deletions

View File

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