TechColumn

class TechColumn

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

buildingCost
Link copied to clipboard
var buildingCost: Int = 0
columnNumber
Link copied to clipboard
var columnNumber: Int = 0
era
Link copied to clipboard
lateinit var era: String
techCost
Link copied to clipboard
var techCost: Int = 0
techs
Link copied to clipboard
var techs: ArrayList<Technology>
wonderCost
Link copied to clipboard
var wonderCost: Int = 0

Sources

jvm source
Link copied to clipboard