Пример #1
0
 public BehaviorComponent createActionAttackAll()
 {
     ActionAttackAll actionAttackAll = new ActionAttackAll();
     return actionAttackAll;
 }
Пример #2
0
        public BehaviorComponent createActionAttackAll()
        {
            ActionAttackAll actionAttackAll = new ActionAttackAll();

            return(actionAttackAll);
        }