public void Handle() { Sounds.GetItemObtainedSound().Play(); item.Collect(player); items.Remove(item); }