[Fix] ECS
This commit is contained in:
@@ -14,5 +14,6 @@ namespace Minesweeper.Presentation.ReadModels
|
||||
|
||||
bool TryGetCell(int x, int y, out BoardCellData cell);
|
||||
IReadOnlyList<BoardCellData> GetCells();
|
||||
IReadOnlyList<BoardCellData> GetChangedCells();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user