mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09: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