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