From 64a354d806f46c366f69680f9c321ed6024e0c60 Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期五, 17 十月 2025 09:53:24 +0800 Subject: [PATCH] 0312 删除旧的仙盟和日常代码 --- Main/Core/NetworkPackage/DataToCtl/PackageRegedit.cs | 16 ++++++---------- 1 files changed, 6 insertions(+), 10 deletions(-) diff --git a/Main/Core/NetworkPackage/DataToCtl/PackageRegedit.cs b/Main/Core/NetworkPackage/DataToCtl/PackageRegedit.cs index 05bed4d..523f758 100644 --- a/Main/Core/NetworkPackage/DataToCtl/PackageRegedit.cs +++ b/Main/Core/NetworkPackage/DataToCtl/PackageRegedit.cs @@ -58,23 +58,13 @@ Register(typeof(HAA03_tagMCDailyPackBuyGiftInfo), typeof(DTCAA03_tagMCDailyPackBuyGiftInfo)); Register(typeof(HA302_tagMCFuncOpenStateList), typeof(DTCA302_tagMCFuncOpenStateList)); Register(typeof(HA320_tagSCFBInfoList), typeof(DTCA320_tagSCFBInfoList)); - Register(typeof(H0F03_tagRoleFamilyInfo), typeof(DTC0F03_tagRoleFamilyInfo)); - Register(typeof(H0F05_tagFamilyChange), typeof(DTC0F05_tagFamilyChange)); - Register(typeof(H0F07_tagFamilyRenameResult), typeof(DTC0F07_tagFamilyRenameResult)); Register(typeof(H0212_tagNotifyCode), typeof(DTC0212_tagNotifyCode)); Register(typeof(H0316_tagPackResetOK), typeof(DTC0316_tagPackResetOK)); - Register(typeof(H0430_tagPlayerInFamilyInfoRefresh), typeof(DTC0430_tagPlayerInFamilyInfoRefresh)); Register(typeof(HA3BD_tagMCBuyEnterInfo), typeof(DTCA3BD_tagMCBuyEnterInfo)); - Register(typeof(HA315_tagMCDailyActionCnt), typeof(DTCA315_tagMCDailyActionCnt)); - Register(typeof(HA333_tagMCDailyActivityInfoList), typeof(DTCA333_tagMCDailyActivityInfoList)); Register(typeof(HA350_tagMCTreasureResult), typeof(DTCA350_tagMCTreasureResult)); Register(typeof(HA351_tagMCTreasureInfo), typeof(DTCA351_tagMCTreasureInfo)); Register(typeof(HA362_tagMCMailList), typeof(DTCA362_tagMCMailList)); Register(typeof(HA363_tagMCMailStateChange), typeof(DTCA363_tagMCMailStateChange)); - Register(typeof(HA40D_tagGCServerCreatFamilyTimes), typeof(DTCA40D_tagGCServerCreatFamilyTimes)); - Register(typeof(HA401_tagGCViewFamilyRequestInfo), typeof(DTCA401_tagGCViewFamilyRequestInfo)); - Register(typeof(HA403_tagGCFamilyActionInfo), typeof(DTCA403_tagGCFamilyActionInfo)); - Register(typeof(HA408_tagGCPyAllFamilyView), typeof(DTCA408_tagGCPyAllFamilyView)); Register(typeof(HA501_tagMCNotifyRequestJoinFamilyInfo), typeof(DTCA501_tagMCNotifyRequestJoinFamilyInfo)); Register(typeof(HA705_tagSCQueryPlayerCacheResult), typeof(DTCA705_tagSCQueryPlayerCacheResult)); Register(typeof(HA801_tagMCGiveAwardInfo), typeof(DTCA801_tagMCGiveAwardInfo)); @@ -118,6 +108,12 @@ Register(typeof(HB037_tagSCGoldRushCampInfo), typeof(DTCB037_tagSCGoldRushCampInfo)); Register(typeof(HA722_tagSCADInfoList), typeof(DTCA722_tagSCADInfoList)); Register(typeof(H0320_tagFBEnd), typeof(DTC0320_tagFBEnd)); + Register(typeof(HA502_tagSCDonateCntInfo), typeof(DTCA502_tagSCDonateCntInfo)); + Register(typeof(HA513_tagMCFamilyActionInfo), typeof(DTCA513_tagMCFamilyActionInfo)); + Register(typeof(HA520_tagMCRoleFamilyInfo), typeof(DTCA520_tagMCRoleFamilyInfo)); + Register(typeof(HA521_tagMCFamilyChange), typeof(DTCA521_tagMCFamilyChange)); + Register(typeof(HA522_tagMCFamilyReqJoinInfo), typeof(DTCA522_tagMCFamilyReqJoinInfo)); + Register(typeof(HA523_tagMCFamilyViewList), typeof(DTCA523_tagMCFamilyViewList)); } -- Gitblit v1.8.0