Exemple #1
0
 public void RemoveItemToInventory(GameItem item)
 {
     Inventory.Remove(item);
 }
Exemple #2
0
 public void AddItemToInventory(GameItem item)
 {
     Inventory.Add(item);
 }