|
@@ -43,6 +43,8 @@ public class AircraftXCJJ : AircraftEntity
|
|
reportInfo = new Dictionary<string, string>();
|
|
reportInfo = new Dictionary<string, string>();
|
|
device = string.Empty;
|
|
device = string.Empty;
|
|
medicine = string.Empty;
|
|
medicine = string.Empty;
|
|
|
|
+ jiuzhuTimes = new List<double>();
|
|
|
|
+ diseaseDatabase = new Dictionary<string, DiseaseInfo>();
|
|
}
|
|
}
|
|
|
|
|
|
public override void Start()
|
|
public override void Start()
|