namespace XGame.Framework { public static partial class EventDefine { #region UI事件 0-100 /// /// ui打开广播事件 /// public const int UI_OPENED = 1; /// /// ui关闭广播事件 /// public const int UI_CLOSED = 2; #endregion } }