public UiActiveItemSlot(UiInventory inv)
 {
     inventory = inv;
 }
Esempio n. 2
0
 public UiWeaponSlot(UiInventory inv)
 {
     inventory = inv;
 }