void PickubLoot(DropItem item) { if (item == null) { return; } item.ApplyLoot(gameObject); Destroy(item.gameObject); }