Пример #1
0
 public void Attack(Vector3 target)
 {
     FaceTarget(target);
     weaponControl.TryFireWeapons(target);
 }