class ParticleNamedValueConfiguration_ t
{
public:
CUtlString m_ ConfigName;
KeyValues3 m_ ConfigValue;
CUtlString m_ BoundValuePath;
ParticleAttachment_ t m_ iAttachType;
CUtlString m_ strEntityScope;
CUtlString m_ strAttachmentName;
};KV3 Class Defaults
{
m_ ConfigName = ""
m_ ConfigValue = null
m_ BoundValuePath = ""
m_ iAttachType = "PATTACH_ INVALID"
m_ strEntityScope = ""
m_ strAttachmentName = ""
}