Пример #1
0
 public void removeFromInventory(Items item)
 {
     currentItems.Remove(item);
 }
Пример #2
0
 public void addToInventory(Items item)
 {
     currentItems.Add(item);
 }