[Fix] ECS
This commit is contained in:
@@ -7,5 +7,8 @@ namespace Minesweeper.ECS.Components
|
||||
public int Width;
|
||||
public int Height;
|
||||
public int MinesCount;
|
||||
public int OpenedSafeCellsCount;
|
||||
public int FlaggedCellsCount;
|
||||
public byte IsGenerated;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user