1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-21 23:47:21 +08:00

even more formatting

This commit is contained in:
unknown 2019-11-03 15:57:52 +01:00
parent 5cb6ab2f12
commit c180a71afe

View File

@ -10,6 +10,7 @@ namespace osu.Game.Rulesets.Catch.UI
{ {
protected override Drawable CreateCursor() => new InvisibleCursor(); protected override Drawable CreateCursor() => new InvisibleCursor();
private class InvisibleCursor : Drawable { } private class InvisibleCursor : Drawable {
}
} }
} }