Exemple #1
0
 public void UseCommand(params BattleEntity[] victims)
 {
     CurrentCommand.PerformAction(this, victims);
     EndTurn();
 }