class CLogicDistanceCheck : public CLogicalEntity
{
public:
CUtlSymbolLarge m_iszEntityA;
CUtlSymbolLarge m_iszEntityB;
float32 m_flZone1Distance;
float32 m_flZone2Distance;
CEntityIOOutput m_InZone1;
CEntityIOOutput m_InZone2;
CEntityIOOutput m_InZone3;
};