示例#1
0
 public override void newTurn()
 {
     if (this.GetCrewCount() > 0)
     {
         rep.UseAction(rep.AvailableTargets());
         rep.AdvanceRound();
     }
 }