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