Exemple #1
0
 public BehaviorComponent createActionWander()
 {
     ActionWander actionWander = new ActionWander();
     return actionWander;
 }
Exemple #2
0
        public BehaviorComponent createActionWander()
        {
            ActionWander actionWander = new ActionWander();

            return(actionWander);
        }