Exemplo n.º 1
0
 /// <summary>
 ///   请求登入回调
 /// </summary>
 public static void RecvMsgLS2CLLoginReply(eMsgTypes Type, object Info)
 {
     if (Info == null)
     {
         return;
     }
     g_LSLogin = Info as ProtoMsg.MsgCl2lgLoginReply;
     IGGDebug.Log("连接登入服务器成功");
     // 请求链接GS
     LoginM.ConnectGameServer();
 }
Exemplo n.º 2
0
 // 清理数据中心数据
 public static void ClearDC()
 {
     g_LSLogin = null;
     g_GSLogin = null;
 }