SubmitMoveChoiceCommand

constructor(attackerId: String, moveId: String, targetId: String? = null, priority: Int? = null, speed: Int? = null, accuracy: Int? = null, evasion: Int? = null, basePower: Int? = null, damage: Int? = null, accuracyRoll: Int? = null, chanceRoll: Int? = null, criticalRoll: Int? = null, damageRoll: Int? = null, criticalHit: Boolean? = null, attributes: Map<String, Any?> = emptyMap())