public void SetTargetDestroyed()
 {
     if (weaponsManager)
     {
         weaponsManager.SetTargetDestroyed();
     }
 }