class CPathfindInDirectionData
{
public:
    Vector m_vGoalDir;
    float32 m_flMinPathLength;
};