Exemplo n.º 1
0
 protected override void DoAction(int roundNum, IEnumerable <ITargetable> targets)
 {
     if (ActionUsable)
     {
         BaseShip playerShip = (BaseShip)AvailableTargets().FirstOrDefault();
         playerShip.AllocateCrew(1);
     }
 }