示例#1
0
文件: Actions.cs 项目: jtomes123/ants
 public Forage(Actors.Ant me, MyWorld world)
 {
     this.me    = me;
     this.world = world;
 }
示例#2
0
文件: Actions.cs 项目: jtomes123/ants
 public ReturnToAnthill(Actors.Ant me, MyWorld world)
 {
     this.me    = me;
     this.world = world;
 }
示例#3
0
文件: Actions.cs 项目: jtomes123/ants
 public FetchFood(Actors.Ant me, MyWorld world)
 {
     this.me    = me;
     this.world = world;
 }