Esempio n. 1
0
 public void RemoveBankSlot(InventorySlot inventorySlot)
 {
     OnRemoveBankSlot(inventorySlot);
 }
Esempio n. 2
0
 public void AddBankSlot(InventorySlot inventorySlot)
 {
     OnAddBankSlot(inventorySlot);
 }