Package-level declarations

Types

Link copied to clipboard
class Building
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun BuildingManagerListener(    onActiveLevelChanged: (building: Building, level: Level) -> Unit,     onFocusedBuildingChanged: (building: Building?) -> Unit? = null,     onError: (error: Throwable) -> Unit? = null): BuildingManagerListener