ICatcherPiece -> ICatcherSprite

This commit is contained in:
ekrctb
2021-06-08 22:10:13 +09:00
parent 194c78f67a
commit 7df971a970
5 changed files with 5 additions and 7 deletions

View File

@ -12,7 +12,7 @@ using osu.Game.Rulesets.Catch.UI;
namespace osu.Game.Rulesets.Catch.Skinning.Default
{
public class DefaultCatcher : CompositeDrawable, ICatcherPiece
public class DefaultCatcher : CompositeDrawable, ICatcherSprite
{
public Bindable<CatcherAnimationState> CurrentState { get; } = new Bindable<CatcherAnimationState>();