dlls/entityoutput.h
79808182838485CEventAction *m_ActionList; DECLARE_SIMPLE_DATADESC(); CBaseEntityOutput() {} // this class cannot be created, only it's children private: CBaseEntityOutput( CBaseEntityOutput& ); // protect from accidental copying79808182838485CEventAction *m_ActionList; DECLARE_SIMPLE_DATADESC(); CBaseEntityOutput() { m_ActionList = NULL; } // this class cannot be created, only it's children private: CBaseEntityOutput( CBaseEntityOutput& ); // protect from accidental copying