Enum Maze.CellType
Defines the type of a maze cell
Namespace: Maze.Api
Assembly: Maze.Api.dll
Syntax
public enum Maze.CellType
Fields
| Name | Description |
|---|---|
| Empty | An empty cell |
| Finish | A finishing cell within the maze |
| Start | A starting cell within the maze |
| Wall | A cell containing a wall, meaning it can't be passed through |