class CModelConfigElement_RandomPick : public CModelConfigElement
{
public:
    CUtlVector<CUtlString> m_Choices;
    CUtlVector<float32> m_ChoiceWeights;
private:
    uint8 pad_0078[8];
};

KV3 Class Defaults

{
    _class = "CModelConfigElement_RandomPick"
    m_ElementName = ""
    m_NestedElements = [  ]
    m_Choices = [  ]
    m_ChoiceWeights = [  ]
}