Exemplo n.º 1
0
 public BehaviorComponent createActionWander()
 {
     ActionWander actionWander = new ActionWander();
     return actionWander;
 }
Exemplo n.º 2
0
        public BehaviorComponent createActionWander()
        {
            ActionWander actionWander = new ActionWander();

            return(actionWander);
        }