示例#1
0
 public override void execute(BaseAgentBehavior owner)
 {
     //this is what the action does
     owner.StartCoroutine(moveBoat(destination.destination.tileIndex()));
 }
示例#2
0
 public override void execute(BaseAgentBehavior owner)
 {
     owner.StartCoroutine(GetFish());
 }