Beispiel #1
0
 public void RemoveBankSlot(InventorySlot inventorySlot)
 {
     OnRemoveBankSlot(inventorySlot);
 }
Beispiel #2
0
 public void AddBankSlot(InventorySlot inventorySlot)
 {
     OnAddBankSlot(inventorySlot);
 }