class AI_CustomMoveRequest
{
public:
    CGlobalSymbol m_sType;
    CAI_InterestTarget m_interestTarget;
    bool m_bForceInterrupt;
    float32 m_flMinPathLength;
    VectorWS m_vTargetPosition;
};