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