UnitAction

fun UnitAction(type: UnitActionType, title: String = type.value, isCurrentAction: Boolean = false, uncivSound: UncivSound = type.uncivSound, action: () -> Unit? = null)

Sources

jvm source
Link copied to clipboard