package cc.maxmc.blastingcrisis.misc class UniArea(subArea: List) { val randomizer = subArea.map { it to it.volume() }.weightedRandom() }