class C_EconEntity__AttachedParticleInfo_t
{
public:
    ParticleIndex_t m_nAttachedParticleIndex;
    CUtlStringToken m_customType;
    bool m_bShouldDestroyImmediately;
};