コード例 #1
0
 public bool FilterTargets(GenericAbility ability, GenericShip ship)
 {
     return(ability.FilterTargetsByParameters(ship, MinRange, MaxRange, InArcType, TargetTypes, HasToken, ShipTypesOnly));
 }