// MNetworkVarNames = CAttributeContainer m_AttributeManager
class C_EconEntity : public C_BaseFlex, public IHasAttributes
{
    uint8 pad_0E60[8];
public:
    // MNetworkEnable
    CAttributeContainer m_AttributeManager;
    bool m_bClientside;
    EconEntityParticleDisableMode_t m_nDisableMode;
    bool m_bParticleSystemsCreated;
    bool m_bForceDestroyAttachedParticlesImmediately;
    CUtlVector<C_EconEntity__AttachedParticleInfo_t> m_vecAttachedParticles;
    CHandle<CBaseAnimGraph> m_hViewmodelAttachment;
    int32 m_iOldTeam;
    bool m_bAttachmentDirty;
    style_index_t m_iOldStyle;
    CHandle<C_BaseEntity> m_hOldProvidee;
    CUtlVector<C_EconEntity__AttachedModelData_t> m_vecAttachedModels;
};