mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 00:09:55 +09: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