Exemplo n.º 1
0
 public void removeFromInventory(Items item)
 {
     currentItems.Remove(item);
 }
Exemplo n.º 2
0
 public void addToInventory(Items item)
 {
     currentItems.Add(item);
 }