enum class NPCPathingRequest_t : uint32
{
    StopIfNoPath = 0,
    TryRandomMovementIfNoPath = 1,
    AllowDirectDropDownIfNoPath = 2,
};