mirror of
https://github.com/ppy/osu
synced 2025-02-03 11:51:54 +00:00
make OsuCursorSprite abstract
This commit is contained in:
parent
e37369304b
commit
1afeaf31bc
@ -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; }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user