This commit is contained in:
yairm210 2024-07-08 13:45:59 +03:00
parent 54e1555ddb
commit f31463782b

View File

@ -240,9 +240,9 @@ class City : IsPartOfGameInfoSerialization, INamed {
// This should probably be configurable
@Transient
private val MAX_AIR_UNITS = 6
private val maxAirUnits = 6
/** Gets max air units that can remain in the city untransported */
fun getMaxAirUnits() = MAX_AIR_UNITS
fun getMaxAirUnits() = maxAirUnits
override fun toString() = name // for debug