Пример #1
0
 public void Attack(Health newTarget)
 {
     isFree = false;
     if (movement != null)
     {
         movement.Stop();
     }
     Armament.Attack(newTarget);
 }