8struct EquipmentTableDropChance {
12 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::SlotWithDropChance> mSlot;
13 ::ll::TypedStorage<4, 4, float> mDropChance;
18 EquipmentTableDropChance();
23 MCAPI EquipmentTableDropChance(::SharedTypes::Legacy::SlotWithDropChance slot,
float dropChance);
25 MCAPI
void setSlotFromEquipmentSlotName(::std::string
const& equipmentSlotName);
31 MCAPI
void* $ctor(::SharedTypes::Legacy::SlotWithDropChance slot,
float dropChance);