Пример #1
0
 public bool removeItem(Item item, int amount = 1)
 {
     return(slots.removeItem(item, amount));
 }