Ejemplo n.º 1
0
 public void Interact()
 {
     item.OnPickUp();
     playerItems.PickUpItem(item);
     Destroy(gameObject);
 }