Exemple #1
0
 private void OnSimulationCommencing(object sender, EventArgs e)
 {
     CurrentEcologicalIndicators = new EcologicalIndicators
     {
         ResourceType = this.Name
     };
 }
Exemple #2
0
 private void OnSimulationCommencing(object sender, EventArgs e)
 {
     CurrentEcologicalIndicators = new EcologicalIndicators
     {
         ResourceType = this.Name
     };
     grazeFoodStoreFertilityLimiter = FindAllChildren <GrazeFoodStoreFertilityLimiter>().FirstOrDefault() as GrazeFoodStoreFertilityLimiter;
 }