mirror of
https://github.com/ppy/osu.git
synced 2026-05-28 02:25:29 +08:00
add missing access modifier
This commit is contained in:
@@ -6,7 +6,7 @@ using osu.Game.Rulesets.UI;
|
||||
|
||||
namespace osu.Game.Rulesets.Catch.UI
|
||||
{
|
||||
class CatchCursorContainer : GameplayCursorContainer
|
||||
public class CatchCursorContainer : GameplayCursorContainer
|
||||
{
|
||||
protected override Drawable CreateCursor() => new InvisibleCursor();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user