flagsCountdown

private var flagsCountdown: HashMap<String, Int>

Contains various flags (declared war, promised to not settle, declined luxury trade) and the number of turns in which they will expire. The JSON serialize/deserialize REFUSES to deserialize hashmap keys as Enums, so I'm forced to use strings instead =( This is so sad Alexa play Despacito

Sources

jvm source
Link copied to clipboard