public void Interact()
 {
     weapon.OnPickUp(this);
     playerWeapons.PickUpWeapon(weapon, transform.position);
     Destroy(gameObject);
 }