|
@@ -18,8 +18,6 @@ public class MHRescueMission : Entity
|
|
|
public bool Success;
|
|
|
public double SimTime;
|
|
|
public double InitArea;
|
|
|
- private int currentExecuteCount = 1;
|
|
|
- public int ExecutionContext = 0;
|
|
|
|
|
|
public FireGround FireGround;
|
|
|
public double slope;
|
|
@@ -71,30 +69,6 @@ public class MHRescueMission : Entity
|
|
|
|
|
|
var readyTime = aircrafts.First().TaskReadyTime;
|
|
|
Task.Delay(TimeSpan.FromSeconds(readyTime)).ContinueWith(t => this.StartAsyncMH());
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
}
|
|
|
|
|
|
|