This commit is contained in:
Lucastaa
2026-05-08 08:58:01 +07:00
16 changed files with 408 additions and 367 deletions

View File

@@ -7,6 +7,7 @@ namespace Hallucinate.GameSetup.Maze
/// Holds the logical state of the maze grid.
/// Notifies listeners whenever a cell changes to trigger visual updates.
/// </summary>
[Serializable]
public class MazeGrid
{
public int Width { get; set; }