kotcity4 / kotcity.automata.util / BuildingBuilder

BuildingBuilder

class BuildingBuilder : Debuggable

Constructors

<init>

BuildingBuilder(cityMap: CityMap)

Properties

cityMap

val cityMap: CityMap

debug

var debug: Boolean

Functions

tryToBuild

fun tryToBuild(coordinate: BlockCoordinate, newBuilding: Building): Unit

Inherited Functions

debug

open fun debug(message: String): Unit