Пример #1
0
 public Enemy1()
 {
     _boutAction = new BoutAction()
     {
         enemyAction = EnemyAction.ATTACK, iValue = 6
     };
 }