示例#1
0
 void AttackTarget(CharacterClass target)
 {
     // Now that we have selected a character, proceed with  the attack
     combat.HideSelectMenu();
     combat.actionTo = target;
     combat.doAction();
 }