Esempio n. 1
0
 public Ant(AntProperties properties, Nest nest)
 {
     this.properties = properties;
     ID = AntCounter;
     AntCounter++;
     poisonHP       = MaxHP;
     this.nest      = nest;
     hpRatioPreStay = HPRatio;
 }
Esempio n. 2
0
 public void BindNest(Nest nest)
 {
     this.nest            = nest;
     nest.distributionMap = nest.distributionMaps[0];
 }