class CLogicCollisionPair : public CLogicalEntity
{
public:
CUtlSymbolLarge m_ nameAttach1;
CUtlSymbolLarge m_ nameAttach2;
bool m_ includeHierarchy;
bool m_ supportMultipleEntitiesWithSameName;
bool m_ disabled;
bool m_ succeeded;
};