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