class CPathfindRandomData
{
public:
    Vector m_vCenter;
    float32 m_flMinRadius;
    float32 m_flMaxRadius;
};