コード例 #1
0
 /// <summary>
 /// 移除监听通用事件
 /// </summary>
 public static void RemoveCommonEventListener(ushort key, CommonEvent.OnActionHandler handler)
 {
     Event.CommonEvent.RemoveEventListener(key, handler);
 }
コード例 #2
0
 /// <summary>
 /// 监听通用事件
 /// </summary>
 public static void AddCommonEventListener(ushort key, CommonEvent.OnActionHandler handler)
 {
     Event.CommonEvent.AddEventListener(key, handler);
 }