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;
};