Пример #1
0
 public Unit(EnemyFactory factory)
 {
     _attack   = factory.CreateAttack();
     _movement = factory.CreateMovement();
 }