public UiActiveItemSlot(UiInventory inv)
 {
     inventory = inv;
 }
 public UiWeaponSlot(UiInventory inv)
 {
     inventory = inv;
 }