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