using System; using KKSG; using XMainClient.UI; using XUtliPoolLib; namespace XMainClient { internal class Process_RpcC2G_breakAtlas { public static void OnReply(breakAtlas oArg, breakAtlasRes oRes) { bool flag = oRes.errorcode > ErrorCode.ERR_SUCCESS; if (flag) { XSingleton.singleton.ShowSystemTip(oRes.errorcode, "fece00"); } else { XCardCollectDocument specificDocument = XDocuments.GetSpecificDocument(XCardCollectDocument.uuID); specificDocument.OnBreak(oArg, oRes); } } public static void OnTimeout(breakAtlas oArg) { } } }