public static Item hotbarSlot3Item(this ProfileSaveFile profile)
 {
     return(profile.equipmentSlot(EquipmentSlotEnum.HotbarSlot3));
 }
 public static Item armorGearItem(this ProfileSaveFile profile)
 {
     return(profile.equipmentSlot(EquipmentSlotEnum.ArmorGear));
 }
 public static Item rangedGearItem(this ProfileSaveFile profile)
 {
     return(profile.equipmentSlot(EquipmentSlotEnum.RangedGear));
 }
 public static Item meleeGearItem(this ProfileSaveFile profile)
 {
     return(profile.equipmentSlot(EquipmentSlotEnum.MeleeGear));
 }