Exemplo n.º 1
0
 public void RemoveFromInventory(Item item) {
     Inventory.Remove(item);
     item.OnRemove(this);
 }