Ejemplo n.º 1
0
 public FarmerAnt(Point location, Point speed, GreenColony colony) : base(location, speed, colony)
 {
 }
Ejemplo n.º 2
0
 public ScoutAnt(Point location, Point speed, GreenColony colony) : base(location, speed, colony)
 {
 }