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 = [ ]
}