Beispiel #1
0
 public Build(Agent.MapEntity building, OperacjeMapy.Pole[,] map, Point theSpot)
 {
     this.building = building;
     this.map      = map;
     this.theSpot  = new Point(theSpot.X, theSpot.Y);
     ErectBuilding();
 }
 public ResourcesRequired(Agent.MapEntity building, Agent.Creature creature)
 {
     this.building = building;
     this.creature = creature;
 }