Exemplo n.º 1
0
 public SelectShipAction(AbilityDescription abilityDescription, SelectShipFilter filter, AbilityPart action, AiSelectShipPlan aiSelectShipPlan)
 {
     AbilityDescription = abilityDescription;
     Filter             = filter;
     Action             = action;
     AiSelectShipPlan   = aiSelectShipPlan;
     ShowSkipButton     = true;
 }
Exemplo n.º 2
0
 private int GetAiSelectShipPriority(GenericShip ship)
 {
     return(AiSelectShipPlan.GetAiSelectShipPriority(ship, Ability.HostShip));
 }