コード例 #1
0
 public override bool IsValid()
 {
     return(BehaviorLabController.CurrentMatchingEquipmentAsResources(PartType.Sensor).Contains(sensor));
 }
コード例 #2
0
 public static List <string> TargetingConditionals()
 {
     return(TargetFunctions.TargetFunctionManager.ConditionalsFrom(BehaviorLabController.CurrentMatchingEquipmentAsResources(PartType.Sensor, true)));
 }
コード例 #3
0
 protected override List <string> Supplier()
 {
     return(new List <string>(BehaviorLabController.CurrentMatchingEquipmentAsResources(PartType.Weapon, true)));
 }
コード例 #4
0
 public override bool IsValid()
 {
     return(BehaviorLabController.CurrentMatchingEquipmentAsResources(PartType.Transport).Count > 0);
 }