mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
ICatcherPiece
-> ICatcherSprite
This commit is contained in:
@ -17,7 +17,7 @@ using osuTK;
|
||||
|
||||
namespace osu.Game.Rulesets.Catch.Skinning.Legacy
|
||||
{
|
||||
public class LegacyCatcherNew : CompositeDrawable, ICatcherPiece
|
||||
public class LegacyCatcherNew : CompositeDrawable, ICatcherSprite
|
||||
{
|
||||
public Bindable<CatcherAnimationState> CurrentState { get; } = new Bindable<CatcherAnimationState>();
|
||||
|
||||
|
Reference in New Issue
Block a user