Ejemplo n.º 1
0
 /// <summary>
 /// 移除监听网络事件
 /// </summary>
 public static void RemoveSocketEventListener(ushort key, SocketEvent.OnActionHandler handler)
 {
     Event.SocketEvent.RemoveEventListener(key, handler);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// 监听网络事件
 /// </summary>
 public static void AddSocketEventListener(ushort key, SocketEvent.OnActionHandler handler)
 {
     Event.SocketEvent.AddEventListener(key, handler);
 }