mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 19:12:54 +08: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
|
namespace osu.Game.Rulesets.Osu.UI.Cursor
|
||||||
{
|
{
|
||||||
public class OsuCursorSprite : CompositeDrawable
|
public abstract class OsuCursorSprite : CompositeDrawable
|
||||||
{
|
{
|
||||||
public Drawable ExpandTarget { get; protected set; }
|
public Drawable ExpandTarget { get; protected set; }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user