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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user