GasCloud

class GasCloud(val center: Location, val points: MutableList<BadAirCaves.GasCloudPoint> = mutableListOf())

Constructors

Link copied to clipboard
constructor(center: Location, points: MutableList<BadAirCaves.GasCloudPoint> = mutableListOf())

Properties

Link copied to clipboard
val center: Location
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun init(module: BadAirCaves): <Error class: unknown class>
Link copied to clipboard
fun spread(module: BadAirCaves)