[Add] UI, menu, pause and timer
This commit is contained in:
@@ -5,5 +5,8 @@ namespace Minesweeper.Presentation.Views
|
||||
public interface IMainMenuView : IView
|
||||
{
|
||||
event Action StartClicked;
|
||||
|
||||
void Show();
|
||||
void Hide();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user