/// <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(); }
// 清理数据中心数据 public static void ClearDC() { g_LSLogin = null; g_GSLogin = null; }