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