[Add] End game, Restart, Final Check
This commit is contained in:
@@ -4,6 +4,7 @@ namespace Minesweeper.ECS
|
||||
{
|
||||
public interface IBoardEcsSyncService
|
||||
{
|
||||
void ClearBoard();
|
||||
void SyncBoard(IBoardService boardService);
|
||||
void SyncGameState(GameState state, bool hasFirstClick);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user