Rename CatcherArea.MovableCatcher to Catcher

This commit is contained in:
ekrctb
2021-07-21 16:28:31 +09:00
parent da3499f10e
commit 94678064ff
3 changed files with 17 additions and 17 deletions

View File

@ -68,7 +68,7 @@ namespace osu.Game.Rulesets.Catch.UI
{
Anchor = Anchor.BottomLeft,
Origin = Anchor.TopLeft,
MovableCatcher = Catcher,
Catcher = Catcher,
},
trailContainer,
HitObjectContainer,