1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-17 22:17:25 +08:00

formatting

This commit is contained in:
unknown 2019-05-12 21:14:27 +02:00
parent bd5cb86b15
commit 883d5ed58e

View File

@ -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();