Beispiel #1
0
 public bool addItem(Item item, int amount = 1)
 {
     return(slots.distributeItem(item, amount));
 }