namespace ACE.Entity.Enum { public enum GameEventState { Undef = 0x0, Enabled = 0x1, Disabled = 0x2, Off = 0x3, On = 0x4 } }