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

            return(actionAttackAll);
        }