Maze Map Layer
class MazeMapLayer(val maze: Maze, val blockToPlace: BlockPlacementInformation) : MapLayer
Content copied to clipboard
Constructors
Functions
Link copied to clipboard
open operator override fun get(x: Int, y: Int): BlockPlacementInformation?
Content copied to clipboard