using System;
|
using System.Collections.Generic;
|
using System.Linq;
|
using System.Text;
|
using System.Threading.Tasks;
|
|
class ILPackageRegedit
|
{
|
|
public static void Init()
|
{
|
Register(typeof(IL_HA30F_tagMCArrestTaskInfo), typeof(IL_DTCA30F_tagMCArrestTaskInfo));
|
Register(typeof(IL_HA312_tagMCHorsePetSkinData), typeof(IL_DTCA312_tagMCHorsePetSkinData));
|
Register(typeof(IL_HA815_tagMCLingQiEquipBreakResult), typeof(IL_DTCA815_tagMCLingQiEquipBreakResult));
|
Register(typeof(IL_HAA48_tagMCActManyDayRechargeInfo), typeof(IL_DTCAA48_tagMCActManyDayRechargeInfo));
|
Register(typeof(IL_HAA49_tagMCActManyDayRechargePlayerInfo), typeof(IL_DTCAA49_tagMCActManyDayRechargePlayerInfo));
|
Register(typeof(IL_HA318_tagMCFreeGoodsInfo), typeof(IL_DTCA318_tagMCFreeGoodsInfo));
|
Register(typeof(IL_HAA04_tagMCOnlineRechargeTH), typeof(IL_DTCAA04_tagMCOnlineRechargeTH));
|
Register(typeof(IL_HB111_tagMCFuncSysPrivilegeInfoList), typeof(IL_DTCB111_tagMCFuncSysPrivilegeInfoList));
|
Register(typeof(IL_HA109_tagMCOnLineTimeTotal), typeof(IL_DTCA109_tagMCOnLineTimeTotal));
|
|
//竞技场
|
Register(typeof(IL_HA922_tagGCArenaMatchList), typeof(IL_DTCA922_tagGCArenaMatchList));// A9 22 竞技场匹配玩家列表
|
Register(typeof(IL_HA923_tagGCArenaBattleRecordList), typeof(IL_DTCA923_tagGCArenaBattleRecordList));// A9 23 竞技场对战记录列表
|
Register(typeof(IL_HA3C3_tagMCArenaPlayerInfo), typeof(IL_DTCA3C3_tagMCArenaPlayerInfo));// A3 C3 竞技场玩家信息
|
|
Register(typeof(IL_HAA55_tagMCActGarbageSortingInfo), typeof(IL_DTCAA55_tagMCActGarbageSortingInfo));
|
Register(typeof(IL_HAA56_tagMCActGarbageTaskInfo), typeof(IL_DTCAA56_tagMCActGarbageTaskInfo));
|
Register(typeof(IL_HAA57_tagMCActGarbageSortingResult), typeof(IL_DTCAA57_tagMCActGarbageSortingResult));
|
Register(typeof(IL_HA3C4_tagMCEquipDecomposeRet), typeof(IL_DTCA3C4_tagMCEquipDecomposeRet));
|
Register(typeof(IL_HA926_tagGCArenaBattlePlayerInfo), typeof(IL_DTCA926_tagGCArenaBattlePlayerInfo));
|
//培养
|
Register(typeof(IL_HA817_tagMCPetTrainInfo), typeof(IL_DTCA817_tagMCPetTrainInfo));
|
Register(typeof(IL_HA818_tagMCLingQiTrainInfo), typeof(IL_DTCA818_tagMCLingQiTrainInfo));
|
Register(typeof(IL_HB113_tagMCOnlinePrizeNew), typeof(IL_DTCB113_tagMCOnlinePrizeNew));
|
|
//跨服充值
|
Register(typeof(IL_HAA32_tagMCCACTGBillboardInfo), typeof(IL_DTCAA32_tagMCCACTGBillboardInfo));
|
Register(typeof(IL_HAC12_tagGCCrossActEnd), typeof(IL_DTCAC12_tagGCCrossActEnd));
|
Register(typeof(IL_HAA33_tagMCCACTGBillboardPlayerInfo), typeof(IL_DTCAA33_tagMCCACTGBillboardPlayerInfo));
|
|
Register(typeof(IL_HAA54_tagMCActHorsePetFeastInfo), typeof(IL_DTCAA54_tagMCActHorsePetFeastInfo));
|
Register(typeof(IL_HAA52_tagMCActTurntableInfo), typeof(IL_DTCAA52_tagMCActTurntableInfo));
|
Register(typeof(IL_HAA53_tagMCActTurntablePlayerInfo), typeof(IL_DTCAA53_tagMCActTurntablePlayerInfo));
|
|
//法器
|
Register(typeof(IL_HA354_tagMCFaQiInfo), typeof(IL_DTCA354_tagMCFaQiInfo));
|
|
//情缘
|
Register(typeof(IL_HB314_tagGCSocialCouples), typeof(IL_DTCB314_tagGCSocialCouples));
|
Register(typeof(IL_HB319_tagGCCharmOfferBillboardDataList), typeof(IL_DTCB319_tagGCCharmOfferBillboardDataList));
|
Register(typeof(IL_HB320_tagGCSendGiftsOKList), typeof(IL_DTCB320_tagGCSendGiftsOKList));
|
Register(typeof(IL_HB321_tagGCMarryReqOK), typeof(IL_DTCB321_tagGCMarryReqOK));
|
Register(typeof(IL_HB322_tagGCMarryReqInfo), typeof(IL_DTCB322_tagGCMarryReqInfo));
|
Register(typeof(IL_HB323_tagGCMarryResponseRet), typeof(IL_DTCB323_tagGCMarryResponseRet));
|
Register(typeof(IL_HB324_tagGCCandyList), typeof(IL_DTCB324_tagGCCandyList));
|
Register(typeof(IL_HB325_tagGCPlayerCharmValueInfo), typeof(IL_DTCB325_tagGCPlayerCharmValueInfo));
|
Register(typeof(IL_HB326_tagGCCoupleInfo), typeof(IL_DTCB326_tagGCCoupleInfo));
|
Register(typeof(IL_HB327_tagMCLoveRingInfo), typeof(IL_DTCB327_tagMCLoveRingInfo));
|
Register(typeof(IL_HB329_tagMCLoveRingUnlockOK), typeof(IL_DTCB329_tagMCLoveRingUnlockOK));
|
Register(typeof(IL_HB330_tagMCLoveInfo), typeof(IL_DTCB330_tagMCLoveInfo));
|
|
|
//幸运云购
|
Register(typeof(IL_HC108_tagMCLuckyCloudBuyPlayerInfo), typeof(IL_DTCC108_tagMCLuckyCloudBuyPlayerInfo));
|
Register(typeof(IL_HC012_tagGCLuckyCloudBuyRoundInfo), typeof(IL_DTCC012_tagGCLuckyCloudBuyRoundInfo));
|
Register(typeof(IL_HC013_tagGCLuckyCloudBuyNumRecInfo), typeof(IL_DTCC013_tagGCLuckyCloudBuyNumRecInfo));
|
Register(typeof(IL_HC014_tagGCLuckyCloudBuyLotteryRecInfo), typeof(IL_DTCC014_tagGCLuckyCloudBuyLotteryRecInfo));
|
|
|
Register(typeof(IL_HAA60_tagMCActGodGiftInfo), typeof(IL_DTCAA60_tagMCActGodGiftInfo));
|
Register(typeof(IL_HAA61_tagMCActGodGiftPlayerInfo), typeof(IL_DTCAA61_tagMCActGodGiftPlayerInfo));
|
|
Register(typeof(IL_HA3C7_tagMCGubaoInfo), typeof(IL_DTCA3C7_tagMCGubaoInfo));
|
Register(typeof(IL_HA3C8_tagMCShentongLVInfo), typeof(IL_DTCA3C8_tagMCShentongLVInfo));
|
Register(typeof(IL_HA3C9_tagMCShentongSkillInfo), typeof(IL_DTCA3C9_tagMCShentongSkillInfo));
|
Register(typeof(IL_HA3CA_tagMCGubaoItemEffInfo), typeof(IL_DTCA3CA_tagMCGubaoItemEffInfo));
|
Register(typeof(IL_HA3CB_tagMCGubaoPieceInfo), typeof(IL_DTCA3CB_tagMCGubaoPieceInfo));
|
|
|
//跨服排位赛
|
Register(typeof(HC015_tagGCCrossChampionshipPKZoneGroupInfo), typeof(DTCC015_tagGCCrossChampionshipPKZoneGroupInfo));
|
//Register(typeof(IL_HC016_tagGCCrossChampionshipPKOver), typeof(IL_DTCC016_tagGCCrossChampionshipPKOver));
|
Register(typeof(IL_HC022_tagGCChampionshipGuessPubInfo), typeof(IL_DTCC022_tagGCChampionshipGuessPubInfo));
|
Register(typeof(IL_HC023_tagGCChampionshipGuessPriInfo), typeof(IL_DTCC023_tagGCChampionshipGuessPriInfo));
|
Register(typeof(HC018_tagGCChampionshipOfficialInfo), typeof(DTCC018_tagGCChampionshipOfficialInfo));
|
Register(typeof(IL_HC019_tagGCChampionshipOfficialApplyReplyRet), typeof(IL_DTCC019_tagGCChampionshipOfficialApplyReplyRet));
|
Register(typeof(IL_HC020_tagGCChampionshipOfficialChallengeRet), typeof(IL_DTCC020_tagGCChampionshipOfficialChallengeRet));
|
Register(typeof(IL_HC021_tagGCChampionshipOfficialChallengeRecordInfo), typeof(IL_DTCC021_tagGCChampionshipOfficialChallengeRecordInfo));
|
Register(typeof(IL_HC109_tagMCChampionshipPlayerInfo), typeof(IL_DTCC109_tagMCChampionshipPlayerInfo));
|
Register(typeof(IL_HA343_tagMCSuccessScoreInfo), typeof(IL_DTCA343_tagMCSuccessScoreInfo));
|
Register(typeof(IL_HAA65_tagMCActBuyOneInfo), typeof(IL_DTCAA65_tagMCActBuyOneInfo));
|
Register(typeof(IL_HAA66_tagMCActBuyOnePlayerInfo), typeof(IL_DTCAA66_tagMCActBuyOnePlayerInfo));
|
|
Register(typeof(IL_HAA03_tagMCDailyPackBuyGiftInfo), typeof(IL_DTCAA03_tagMCDailyPackBuyGiftInfo));
|
|
Register(typeof(IL_HA356_tagMCTongTianLingInfo), typeof(IL_DTCA356_tagMCTongTianLingInfo));
|
Register(typeof(IL_HA357_tagMCTongTianLingTaskValueInfo), typeof(IL_DTCA357_tagMCTongTianLingTaskValueInfo));
|
Register(typeof(IL_HA358_tagMCTongTianLingTaskAwardInfo), typeof(IL_DTCA358_tagMCTongTianLingTaskAwardInfo));
|
|
Register(typeof(IL_HC009_tagGCCrossBattlefieldBuyInfo), typeof(IL_DTCC009_tagGCCrossBattlefieldBuyInfo));
|
}
|
|
static void Register(Type packType, Type dtcType)
|
{
|
PackageRegedit.Register(packType, dtcType);
|
}
|
|
}
|