class BreakablePowerupDropDefinition_t
{
    void* __vftable;
public:
    // MPropertyDescription = What does this drop?
    CSubclassName<0> m_sPickup;
    // MPropertyDescription = What's the weight of this drop?
    float32 m_flPickupWeight;
};

KV3 Class Defaults

{
    _class = "BreakablePowerupDropDefinition_t"
    m_sPickup = ""
    m_flPickupWeight = 1.0
}