1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-29 04:49:58 +08:00

formatting

This commit is contained in:
unknown
2019-05-12 21:14:27 +02:00
Unverified
parent bd5cb86b15
commit 883d5ed58e
@@ -4,7 +4,8 @@
using osu.Framework.Graphics;
using osu.Game.Rulesets.UI;
namespace osu.Game.Rulesets.Catch.UI {
namespace osu.Game.Rulesets.Catch.UI
{
class CatchCursorContainer : GameplayCursorContainer
{
protected override Drawable CreateCursor() => new InvisibleCursor();