temporaryUniques

val temporaryUniques: ArrayList<Pair<Unique, Int>>

Arraylist instead of HashMap as there might be doubles Pairs of Uniques and the amount of turns they are still active If the counter reaches 0 at the end of a turn, it is removed immediately

Sources

jvm source
Link copied to clipboard