class CLogicCollisionPair : public CLogicalEntity
{
public:
    CUtlSymbolLarge m_nameAttach1;
    CUtlSymbolLarge m_nameAttach2;
    bool m_supportMultipleEntitiesWithSameName;
    bool m_disabled;
    bool m_succeeded;
};