Beispiel #1
0
 public FarmerAnt(Point location, Point speed, GreenColony colony) : base(location, speed, colony)
 {
 }
Beispiel #2
0
 public ScoutAnt(Point location, Point speed, GreenColony colony) : base(location, speed, colony)
 {
 }