Esempio n. 1
0
 public override void newTurn()
 {
     if (this.GetCrewCount() > 0)
     {
         heal.UseAction(heal.AvailableTargets());
         heal.AdvanceRound();
     }
 }