namespace Oni.Objects { internal enum CharacterPursuitLostBehavior : uint { ReturnToJob = 0, KeepLooking = 1, FindAlarm = 2, } }