1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-02 09:29:56 +08:00

Reduce error count.

This commit is contained in:
Dean Herbert
2017-03-09 14:24:16 +09:00
Unverified
parent 149bf7b5fc
commit da751804b6
30 changed files with 54 additions and 75 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ using OpenTK.Input;
namespace osu.Game.Screens.Menu
{
public partial class ButtonSystem : Container, IStateful<MenuState>
public class ButtonSystem : Container, IStateful<MenuState>
{
public Action OnEdit;
public Action OnExit;