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