[Add] End game, Restart, Final Check

This commit is contained in:
2026-06-06 22:48:30 +07:00
parent b4207ce3d3
commit bb2463d970
8 changed files with 29 additions and 391 deletions
@@ -4,6 +4,7 @@ namespace Minesweeper.ECS
{
public interface IBoardEcsSyncService
{
void ClearBoard();
void SyncBoard(IBoardService boardService);
void SyncGameState(GameState state, bool hasFirstClick);
}