class INavLinkMotor
{
    void* __vftable;
public:
    CHandle<CAI_BaseNPC> m_hNPC;
    Navigation_t m_eNavType;
    int32 m_eLifetimeState;
};