コード例 #1
0
ファイル: ActionCreate.cs プロジェクト: zhutaorun/unitygame
 public BehaviorComponent createActionWander()
 {
     ActionWander actionWander = new ActionWander();
     return actionWander;
 }
コード例 #2
0
        public BehaviorComponent createActionWander()
        {
            ActionWander actionWander = new ActionWander();

            return(actionWander);
        }