make OsuCursorSprite abstract

This commit is contained in:
mcendu 2019-12-10 19:58:56 +08:00
parent e37369304b
commit 1afeaf31bc
No known key found for this signature in database
GPG Key ID: FBCD5D45163D6364

View File

@ -6,7 +6,7 @@ using osu.Framework.Graphics.Containers;
namespace osu.Game.Rulesets.Osu.UI.Cursor
{
public class OsuCursorSprite : CompositeDrawable
public abstract class OsuCursorSprite : CompositeDrawable
{
public Drawable ExpandTarget { get; protected set; }
}