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