public void ShootDown()
 {
     Disable();
     airVehicle.Destroy();
 }
示例#2
0
 public void ShootDown()
 {
     Disable();
     ControlledPlane.Destroy();
 }