public override void Interact(Player player)
 {
     player.Equip(item.Slot, item);
     Destroy(gameObject);
 }