Exemple #1
0
 public void changeInventory(Location location, Item item, int amount)
 {
     _locationDB.changeInventory(location, item, amount);
 }