Example #1
0
 public NodeVal enterWork()
 {
     manager.StartCoroutine(manager.working(10, myWalker));
     return(NodeVal.Success);
 }