Exemplo n.º 1
0
 public override void Execute(GameObject actor)
 {
     worker.Act();
     actor.GetComponent <CharacterController>().PlayAnimation(CharacterController.IDLE);
 }