namespace Oni.Objects { internal enum CharacterAlertStatus : uint { Lull = 0, Low = 1, Medium = 2, High = 3, Combat = 4 } }