[Fix] ECS
This commit is contained in:
@@ -9,7 +9,9 @@ namespace Minesweeper.Core
|
||||
int MinesCount { get; }
|
||||
bool IsGenerated { get; }
|
||||
int OpenedSafeCellsCount { get; }
|
||||
int FlaggedCellsCount { get; }
|
||||
int SafeCellsCount { get; }
|
||||
IReadOnlyList<BoardCellData> LastChangedCells { get; }
|
||||
|
||||
void InitializeEmptyBoard();
|
||||
bool GenerateAfterFirstClick(int safeX, int safeY);
|
||||
|
||||
Reference in New Issue
Block a user