ModifyAttack

data class ModifyAttack(val amount: Int) : Effect

Constructors

Link copied to clipboard
constructor(amount: Int)

Properties

Link copied to clipboard
val amount: Int