예제 #1
0
 public void removeFromInventory(Items item)
 {
     currentItems.Remove(item);
 }
예제 #2
0
 public void addToInventory(Items item)
 {
     currentItems.Add(item);
 }