mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 11:35:35 +08:00
Make CatchHitObjectPiece abstract class
This commit is contained in:
parent
17d48c82f6
commit
603cecb2eb
@ -12,7 +12,7 @@ using osuTK.Graphics;
|
||||
|
||||
namespace osu.Game.Rulesets.Catch.Skinning.Default
|
||||
{
|
||||
public class CatchHitObjectPiece : CompositeDrawable
|
||||
public abstract class CatchHitObjectPiece : CompositeDrawable
|
||||
{
|
||||
public readonly Bindable<Color4> AccentColour = new Bindable<Color4>();
|
||||
public readonly Bindable<bool> HyperDash = new Bindable<bool>();
|
||||
|
Loading…
Reference in New Issue
Block a user