class AmbientParticleSettings_ t
{
public:
int32 m_ nCP;
ParticleAttachment_ t m_ eAttachmentType;
CUtlString m_ strAttachmentName;
};KV3 Class Defaults
{
m_ nCP = 0
m_ eAttachmentType = "PATTACH_ INVALID"
m_ strAttachmentName = ""
}