Files
DanhengServer-OpenSource/GameServer/Server/Packet/CmdIds.cs
Somebody 9fa2f46fdd Update to 2.3.0
- Fix basic game play
- Fix ChessRogue side function ( only basic )
2024-07-05 21:49:18 +08:00

1491 lines
84 KiB
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace EggLink.DanhengServer.Server.Packet
{
public class CmdIds
{
// None
public const int None = 0;
// Packet
public const int AcceptActivityExpeditionCsReq = 2527;
public const int AcceptActivityExpeditionScRsp = 2562;
public const int AcceptedPamMissionExpireCsReq = 4061;
public const int AcceptedPamMissionExpireScRsp = 4088;
public const int AcceptExpeditionCsReq = 2591;
public const int AcceptExpeditionScRsp = 2520;
public const int AcceptMainMissionCsReq = 1232;
public const int AcceptMainMissionScRsp = 1255;
public const int AcceptMissionEventCsReq = 1203;
public const int AcceptMissionEventScRsp = 1270;
public const int AcceptMultipleExpeditionCsReq = 2521;
public const int AcceptMultipleExpeditionScRsp = 2582;
public const int AceAntiCheaterCsReq = 46;
public const int AceAntiCheaterScRsp = 11;
public const int ActivateFarmElementCsReq = 1405;
public const int ActivateFarmElementScRsp = 1466;
public const int AddAvatarScNotify = 347;
public const int AddBlacklistCsReq = 2921;
public const int AddBlacklistScRsp = 2982;
public const int AddEquipmentScNotify = 537;
public const int AetherDivideFinishChallengeScNotify = 4801;
public const int AetherDivideLineupScNotify = 4855;
public const int AetherDivideRefreshEndlessCsReq = 4868;
public const int AetherDivideRefreshEndlessScNotify = 4858;
public const int AetherDivideRefreshEndlessScRsp = 4895;
public const int AetherDivideSkillItemScNotify = 4850;
public const int AetherDivideSpiritExpUpCsReq = 4809;
public const int AetherDivideSpiritExpUpScRsp = 4881;
public const int AetherDivideSpiritInfoScNotify = 4812;
public const int AetherDivideTainerInfoScNotify = 4833;
public const int AetherDivideTakeChallengeRewardCsReq = 4813;
public const int AetherDivideTakeChallengeRewardScRsp = 4885;
public const int AlleyEventChangeNotify = 4787;
public const int AlleyEventEffectNotify = 4727;
public const int AlleyFundsScNotify = 4709;
public const int AlleyGuaranteedFundsCsReq = 4768;
public const int AlleyGuaranteedFundsScRsp = 4795;
public const int AlleyOrderChangedScNotify = 4770;
public const int AlleyPlacingGameCsReq = 4747;
public const int AlleyPlacingGameScRsp = 4794;
public const int AlleyShipmentEventEffectsScNotify = 4733;
public const int AlleyShipUnlockScNotify = 4712;
public const int AlleyShipUsedCountScNotify = 4755;
public const int AlleyShopLevelScNotify = 4781;
public const int AlleyTakeEventRewardCsReq = 4758;
public const int AlleyTakeEventRewardScRsp = 4713;
public const int AntiAddictScNotify = 70;
public const int ApplyFriendCsReq = 2930;
public const int ApplyFriendScRsp = 2971;
public const int ArchiveWolfBroGameCsReq = 6591;
public const int ArchiveWolfBroGameScRsp = 6520;
public const int AvatarExpUpCsReq = 391;
public const int AvatarExpUpScRsp = 320;
public const int BatchGetQuestDataCsReq = 996;
public const int BatchGetQuestDataScRsp = 921;
public const int BatchMarkChatEmojiCsReq = 3947;
public const int BatchMarkChatEmojiScRsp = 3994;
public const int BattleCollegeDataChangeScNotify = 5791;
public const int BattleLogReportCsReq = 127;
public const int BattleLogReportScRsp = 162;
public const int BattlePassInfoNotify = 3061;
public const int BoxingClubChallengeUpdateScNotify = 4227;
public const int BoxingClubRewardScNotify = 4287;
public const int BuyBpLevelCsReq = 3073;
public const int BuyBpLevelScRsp = 3030;
public const int BuyGoodsCsReq = 1591;
public const int BuyGoodsScRsp = 1520;
public const int BuyNpcStuffCsReq = 4391;
public const int BuyNpcStuffScRsp = 4320;
public const int BuyRogueShopBuffCsReq = 5627;
public const int BuyRogueShopBuffScRsp = 5662;
public const int BuyRogueShopMiracleCsReq = 5671;
public const int BuyRogueShopMiracleScRsp = 5687;
public const int CancelActivityExpeditionCsReq = 2574;
public const int CancelActivityExpeditionScRsp = 2547;
public const int CancelCacheNotifyCsReq = 4187;
public const int CancelCacheNotifyScRsp = 4127;
public const int CancelExpeditionCsReq = 2539;
public const int CancelExpeditionScRsp = 2573;
public const int CancelMarkItemNotify = 585;
public const int CancelMatchCsReq = 7320;
public const int CancelMatchScRsp = 7313;
public const int ChallengeBossPhaseSettleNotify = 1737;
public const int ChallengeLineupNotify = 1774;
public const int ChallengeRaidNotify = 2227;
public const int ChallengeSettleNotify = 1730;
public const int ChangeLineupLeaderCsReq = 794;
public const int ChangeLineupLeaderScRsp = 796;
public const int ChangeScriptEmotionCsReq = 6391;
public const int ChangeScriptEmotionScRsp = 6320;
public const int ChangeStoryLineFinishScNotify = 6273;
public const int ChessRogueCellUpdateNotify = 5572;
public const int ChessRogueChangeyAeonDimensionNotify = 5531;
public const int ChessRogueCheatRollCsReq = 5596;
public const int ChessRogueCheatRollScRsp = 5456;
public const int ChessRogueConfirmRollCsReq = 5593;
public const int ChessRogueConfirmRollScRsp = 5555;
public const int ChessRogueEnterCellCsReq = 5532;
public const int ChessRogueEnterCellScRsp = 5562;
public const int ChessRogueEnterCsReq = 5557;
public const int ChessRogueEnterNextLayerCsReq = 5429;
public const int ChessRogueEnterNextLayerScRsp = 5598;
public const int ChessRogueEnterScRsp = 5424;
public const int ChessRogueFinishCurRoomNotify = 5426;
public const int ChessRogueGiveUpCsReq = 5481;
public const int ChessRogueGiveUpRollCsReq = 5560;
public const int ChessRogueGiveUpRollScRsp = 5406;
public const int ChessRogueGiveUpScRsp = 5479;
public const int ChessRogueGoAheadCsReq = 5472;
public const int ChessRogueGoAheadScRsp = 5574;
public const int ChessRogueLayerAccountInfoNotify = 5492;
public const int ChessRogueLeaveCsReq = 5545;
public const int ChessRogueLeaveScRsp = 5513;
public const int ChessRogueMoveCellNotify = 5582;
public const int ChessRogueNousDiceSurfaceUnlockNotify = 5514;
public const int ChessRogueNousDiceUpdateNotify = 5418;
public const int ChessRogueNousEditDiceCsReq = 5464;
public const int ChessRogueNousEditDiceScRsp = 5550;
public const int ChessRogueNousEnableRogueTalentCsReq = 5457;
public const int ChessRogueNousEnableRogueTalentScRsp = 5599;
public const int ChessRogueNousGetRogueTalentInfoCsReq = 5586;
public const int ChessRogueNousGetRogueTalentInfoScRsp = 5577;
public const int ChessRoguePickAvatarCsReq = 5558;
public const int ChessRoguePickAvatarScRsp = 5520;
public const int ChessRogueQueryAeonDimensionsCsReq = 5512;
public const int ChessRogueQueryAeonDimensionsScRsp = 5590;
public const int ChessRogueQueryBpCsReq = 5475;
public const int ChessRogueQueryBpScRsp = 5423;
public const int ChessRogueQueryCsReq = 5517;
public const int ChessRogueQueryScRsp = 5448;
public const int ChessRogueQuestFinishNotify = 5571;
public const int ChessRogueQuitCsReq = 5539;
public const int ChessRogueQuitScRsp = 5575;
public const int ChessRogueReRollDiceCsReq = 5460;
public const int ChessRogueReRollDiceScRsp = 5416;
public const int ChessRogueReviveAvatarCsReq = 5570;
public const int ChessRogueReviveAvatarScRsp = 5522;
public const int ChessRogueRollDiceCsReq = 5563;
public const int ChessRogueRollDiceScRsp = 5508;
public const int ChessRogueSelectBpCsReq = 5450;
public const int ChessRogueSelectBpScRsp = 5415;
public const int ChessRogueSelectCellCsReq = 5591;
public const int ChessRogueSelectCellScRsp = 5442;
public const int ChessRogueSkipTeachingLevelCsReq = 5440;
public const int ChessRogueSkipTeachingLevelScRsp = 5581;
public const int ChessRogueStartCsReq = 5452;
public const int ChessRogueStartScRsp = 5477;
public const int ChessRogueUpdateActionPointScNotify = 5419;
public const int ChessRogueUpdateAeonModifierValueScNotify = 5594;
public const int ChessRogueUpdateAllowedSelectCellScNotify = 5566;
public const int ChessRogueUpdateBoardScNotify = 5488;
public const int ChessRogueUpdateDiceInfoScNotify = 5435;
public const int ChessRogueUpdateDicePassiveAccumulateValueScNotify = 5498;
public const int ChessRogueUpdateLevelBaseInfoScNotify = 5499;
public const int ChessRogueUpdateMoneyInfoScNotify = 5564;
public const int ChessRogueUpdateReviveInfoScNotify = 5402;
public const int ChessRogueUpdateUnlockLevelScNotify = 5454;
public const int ChooseBoxingClubResonanceCsReq = 4262;
public const int ChooseBoxingClubResonanceScRsp = 4274;
public const int ChooseBoxingClubStageOptionalBuffCsReq = 4296;
public const int ChooseBoxingClubStageOptionalBuffScRsp = 4221;
public const int CityShopInfoScNotify = 1530;
public const int ClearAetherDividePassiveSkillCsReq = 4882;
public const int ClearAetherDividePassiveSkillScRsp = 4803;
public const int ClientDownloadDataScNotify = 5;
public const int ClientObjDownloadDataScNotify = 43;
public const int ClientObjUploadCsReq = 60;
public const int ClientObjUploadScRsp = 29;
public const int ClockParkBattleEndScNotify = 7282;
public const int ClockParkFinishScriptScNotify = 7249;
public const int ClockParkGetInfoCsReq = 7261;
public const int ClockParkGetInfoScRsp = 7288;
public const int ClockParkGetOngoingScriptInfoCsReq = 7287;
public const int ClockParkGetOngoingScriptInfoScRsp = 7227;
public const int ClockParkHandleWaitOperationCsReq = 7262;
public const int ClockParkHandleWaitOperationScRsp = 7274;
public const int ClockParkQuitScriptCsReq = 7247;
public const int ClockParkQuitScriptScRsp = 7294;
public const int ClockParkStartScriptCsReq = 7230;
public const int ClockParkStartScriptScRsp = 7271;
public const int ClockParkUnlockTalentCsReq = 7239;
public const int ClockParkUnlockTalentScRsp = 7273;
public const int ClockParkUseBuffCsReq = 7270;
public const int ClockParkUseBuffScRsp = 7256;
public const int CommonRogueComponentUpdateScNotify = 5680;
public const int CommonRogueQueryCsReq = 5644;
public const int CommonRogueQueryScRsp = 5624;
public const int CommonRogueUpdateScNotify = 5642;
public const int ComposeItemCsReq = 547;
public const int ComposeItemScRsp = 594;
public const int ComposeLimitNumCompleteNotify = 533;
public const int ComposeLimitNumUpdateNotify = 550;
public const int ComposeSelectedRelicCsReq = 581;
public const int ComposeSelectedRelicScRsp = 512;
public const int ContentPackageGetDataCsReq = 7495;
public const int ContentPackageGetDataScRsp = 7467;
public const int ContentPackageSyncDataScNotify = 7470;
public const int ContentPackageUnlockCsReq = 7463;
public const int ContentPackageUnlockScRsp = 7474;
public const int CurAssistChangedNotify = 2917;
public const int CurTrialActivityScNotify = 2689;
public const int DailyActiveInfoNotify = 3339;
public const int DailyFirstEnterMonopolyActivityCsReq = 7047;
public const int DailyFirstEnterMonopolyActivityScRsp = 7094;
public const int DailyFirstMeetPamCsReq = 3491;
public const int DailyFirstMeetPamScRsp = 3420;
public const int DailyRefreshNotify = 76;
public const int DailyTaskDataScNotify = 1271;
public const int DeactivateFarmElementCsReq = 1440;
public const int DeactivateFarmElementScRsp = 1448;
public const int DeleteBlacklistCsReq = 2912;
public const int DeleteBlacklistScRsp = 2937;
public const int DeleteFriendCsReq = 2947;
public const int DeleteFriendScRsp = 2994;
public const int DeleteSocialEventServerCacheCsReq = 7098;
public const int DeleteSocialEventServerCacheScRsp = 7086;
public const int DeleteSummonUnitCsReq = 1477;
public const int DeleteSummonUnitScRsp = 1404;
public const int DelMailCsReq = 839;
public const int DelMailScRsp = 873;
public const int DelSaveRaidScNotify = 2270;
public const int DeployRotaterCsReq = 6839;
public const int DeployRotaterScRsp = 6873;
public const int DestroyItemCsReq = 532;
public const int DestroyItemScRsp = 555;
public const int DiscardRelicCsReq = 593;
public const int DiscardRelicScRsp = 540;
public const int DoGachaCsReq = 1991;
public const int DoGachaInRollShopCsReq = 6907;
public const int DoGachaInRollShopScRsp = 6903;
public const int DoGachaScRsp = 1920;
public const int DressAvatarCsReq = 387;
public const int DressAvatarScRsp = 327;
public const int DressAvatarSkinCsReq = 351;
public const int DressAvatarSkinScRsp = 309;
public const int DressRelicAvatarCsReq = 321;
public const int DressRelicAvatarScRsp = 382;
public const int DrinkMakerChallengeCsReq = 6992;
public const int DrinkMakerChallengeScRsp = 6996;
public const int DrinkMakerDayEndScNotify = 6991;
public const int DrinkMakerUpdateTipsNotify = 6990;
public const int EnableRogueTalentCsReq = 1838;
public const int EnableRogueTalentScRsp = 1877;
public const int EndDrinkMakerSequenceCsReq = 6999;
public const int EndDrinkMakerSequenceScRsp = 6994;
public const int EnhanceChessRogueBuffCsReq = 5544;
public const int EnhanceChessRogueBuffScRsp = 5410;
public const int EnhanceCommonRogueBuffCsReq = 5609;
public const int EnhanceCommonRogueBuffScRsp = 5681;
public const int EnhanceRogueBuffCsReq = 1812;
public const int EnhanceRogueBuffScRsp = 1837;
public const int EnterAdventureCsReq = 1361;
public const int EnterAdventureScRsp = 1388;
public const int EnterAetherDivideSceneCsReq = 4861;
public const int EnterAetherDivideSceneScRsp = 4888;
public const int EnterChallengeNextPhaseCsReq = 1781;
public const int EnterChallengeNextPhaseScRsp = 1712;
public const int EnterChessRogueAeonRoomCsReq = 5433;
public const int EnterChessRogueAeonRoomScRsp = 5494;
public const int EnteredSceneChangeScNotify = 1402;
public const int EnterFantasticStoryActivityStageCsReq = 4920;
public const int EnterFantasticStoryActivityStageScRsp = 4939;
public const int EnterFeverTimeActivityStageCsReq = 7158;
public const int EnterFeverTimeActivityStageScRsp = 7151;
public const int EnterFightActivityStageCsReq = 3620;
public const int EnterFightActivityStageScRsp = 3639;
public const int EnterMapRotationRegionCsReq = 6861;
public const int EnterMapRotationRegionScRsp = 6888;
public const int EnterRogueCsReq = 1839;
public const int EnterRogueEndlessActivityStageCsReq = 6004;
public const int EnterRogueEndlessActivityStageScRsp = 6005;
public const int EnterRogueMapRoomCsReq = 1826;
public const int EnterRogueMapRoomScRsp = 1817;
public const int EnterRogueScRsp = 1873;
public const int EnterSceneByServerScNotify = 1483;
public const int EnterSceneCsReq = 1480;
public const int EnterSceneScRsp = 1478;
public const int EnterSectionCsReq = 1428;
public const int EnterSectionScRsp = 1401;
public const int EnterStrongChallengeActivityStageCsReq = 6691;
public const int EnterStrongChallengeActivityStageScRsp = 6620;
public const int EnterTelevisionActivityStageCsReq = 6963;
public const int EnterTelevisionActivityStageScRsp = 6979;
public const int EnterTreasureDungeonCsReq = 4447;
public const int EnterTreasureDungeonScRsp = 4494;
public const int EnterTrialActivityStageCsReq = 2611;
public const int EnterTrialActivityStageScRsp = 2644;
public const int EntityBindPropCsReq = 1454;
public const int EntityBindPropScRsp = 1426;
public const int EquipAetherDividePassiveSkillCsReq = 4896;
public const int EquipAetherDividePassiveSkillScRsp = 4821;
public const int EvolveBuildCoinNotify = 7136;
public const int EvolveBuildFinishScNotify = 7140;
public const int EvolveBuildGiveupCsReq = 7133;
public const int EvolveBuildGiveupScRsp = 7103;
public const int EvolveBuildLeaveCsReq = 7127;
public const int EvolveBuildLeaveScRsp = 7106;
public const int EvolveBuildQueryInfoCsReq = 7145;
public const int EvolveBuildQueryInfoScRsp = 7117;
public const int EvolveBuildReRandomStageCsReq = 7105;
public const int EvolveBuildReRandomStageScRsp = 7129;
public const int EvolveBuildShopAbilityDownCsReq = 7148;
public const int EvolveBuildShopAbilityDownScRsp = 7143;
public const int EvolveBuildShopAbilityResetCsReq = 7131;
public const int EvolveBuildShopAbilityResetScRsp = 7108;
public const int EvolveBuildShopAbilityUpCsReq = 7107;
public const int EvolveBuildShopAbilityUpScRsp = 7114;
public const int EvolveBuildStartLevelCsReq = 7120;
public const int EvolveBuildStartLevelScRsp = 7113;
public const int EvolveBuildStartStageCsReq = 7124;
public const int EvolveBuildStartStageScRsp = 7128;
public const int EvolveBuildTakeExpRewardCsReq = 7150;
public const int EvolveBuildTakeExpRewardScRsp = 7115;
public const int EvolveBuildUnlockInfoNotify = 7132;
public const int ExchangeGachaCeilingCsReq = 1930;
public const int ExchangeGachaCeilingScRsp = 1971;
public const int ExchangeHcoinCsReq = 551;
public const int ExchangeHcoinScRsp = 509;
public const int ExchangeRogueBuffWithMiracleCsReq = 5670;
public const int ExchangeRogueBuffWithMiracleScRsp = 5656;
public const int ExchangeRogueRewardKeyCsReq = 1842;
public const int ExchangeRogueRewardKeyScRsp = 1816;
public const int ExchangeStaminaCsReq = 94;
public const int ExchangeStaminaScRsp = 96;
public const int ExpeditionDataChangeScNotify = 2587;
public const int ExpUpEquipmentCsReq = 562;
public const int ExpUpEquipmentScRsp = 574;
public const int ExpUpRelicCsReq = 596;
public const int ExpUpRelicScRsp = 521;
public const int ExtraLineupDestroyNotify = 712;
public const int FantasticStoryActivityBattleEndScNotify = 4973;
public const int FeatureSwitchClosedScNotify = 57;
public const int FeverTimeActivityBattleEndScNotify = 7154;
public const int FightActivityDataChangeScNotify = 3691;
public const int FightEnterCsReq = 30061;
public const int FightEnterScRsp = 30088;
public const int FightHeartBeatCsReq = 30039;
public const int FightHeartBeatScRsp = 30073;
public const int FightKickOutScNotify = 30020;
public const int FightLeaveScNotify = 30091;
public const int FightMatch3ChatCsReq = 30187;
public const int FightMatch3ChatScNotify = 30162;
public const int FightMatch3ChatScRsp = 30127;
public const int FightMatch3DataCsReq = 30161;
public const int FightMatch3DataScRsp = 30188;
public const int FightMatch3ForceUpdateNotify = 30174;
public const int FightMatch3OpponentDataScNotify = 30171;
public const int FightMatch3StartCountDownScNotify = 30191;
public const int FightMatch3SwapCsReq = 30173;
public const int FightMatch3SwapScRsp = 30130;
public const int FightMatch3TurnEndScNotify = 30139;
public const int FightMatch3TurnStartScNotify = 30120;
public const int FightSessionStopScNotify = 30030;
public const int FightTreasureDungeonMonsterCsReq = 4482;
public const int FightTreasureDungeonMonsterScRsp = 4403;
public const int FinishAeonDialogueGroupCsReq = 1852;
public const int FinishAeonDialogueGroupScRsp = 1802;
public const int FinishChapterScNotify = 4991;
public const int FinishChessRogueNousSubStoryCsReq = 5535;
public const int FinishChessRogueNousSubStoryScRsp = 5455;
public const int FinishChessRogueSubStoryCsReq = 5405;
public const int FinishChessRogueSubStoryScRsp = 5592;
public const int FinishCosumeItemMissionCsReq = 1247;
public const int FinishCosumeItemMissionScRsp = 1294;
public const int FinishCurTurnCsReq = 4362;
public const int FinishCurTurnScRsp = 4374;
public const int FinishEmotionDialoguePerformanceCsReq = 6330;
public const int FinishEmotionDialoguePerformanceScRsp = 6371;
public const int FinishFirstTalkByPerformanceNpcCsReq = 2147;
public const int FinishFirstTalkByPerformanceNpcScRsp = 2194;
public const int FinishFirstTalkNpcCsReq = 2130;
public const int FinishFirstTalkNpcScRsp = 2171;
public const int FinishItemIdCsReq = 2739;
public const int FinishItemIdScRsp = 2773;
public const int FinishPerformSectionIdCsReq = 2787;
public const int FinishPerformSectionIdScRsp = 2727;
public const int FinishPlotCsReq = 1161;
public const int FinishPlotScRsp = 1188;
public const int FinishQuestCsReq = 927;
public const int FinishQuestScRsp = 962;
public const int FinishRogueCommonDialogueCsReq = 5689;
public const int FinishRogueCommonDialogueScRsp = 5610;
public const int FinishSectionIdCsReq = 2730;
public const int FinishSectionIdScRsp = 2771;
public const int FinishTalkMissionCsReq = 1291;
public const int FinishTalkMissionScRsp = 1220;
public const int FinishTutorialCsReq = 1687;
public const int FinishTutorialGuideCsReq = 1662;
public const int FinishTutorialGuideScRsp = 1674;
public const int FinishTutorialScRsp = 1627;
public const int GameplayCounterCountDownCsReq = 1443;
public const int GameplayCounterCountDownScRsp = 1460;
public const int GameplayCounterRecoverCsReq = 1445;
public const int GameplayCounterRecoverScRsp = 1415;
public const int GameplayCounterUpdateScNotify = 1429;
public const int GateServerScNotify = 65;
public const int GeneralVirtualItemDataNotify = 600;
public const int GetActivityScheduleConfigCsReq = 2639;
public const int GetActivityScheduleConfigScRsp = 2673;
public const int GetAetherDivideChallengeInfoCsReq = 4837;
public const int GetAetherDivideChallengeInfoScRsp = 4828;
public const int GetAetherDivideInfoCsReq = 4862;
public const int GetAetherDivideInfoScRsp = 4874;
public const int GetAlleyInfoCsReq = 4761;
public const int GetAlleyInfoScRsp = 4788;
public const int GetAllLineupDataCsReq = 756;
public const int GetAllLineupDataScRsp = 749;
public const int GetAllRedDotDataCsReq = 5961;
public const int GetAllRedDotDataScRsp = 5988;
public const int GetAllSaveRaidCsReq = 2282;
public const int GetAllSaveRaidScRsp = 2203;
public const int GetAllServerPrefsDataCsReq = 6161;
public const int GetAllServerPrefsDataScRsp = 6188;
public const int GetArchiveDataCsReq = 2361;
public const int GetArchiveDataScRsp = 2388;
public const int GetAssistHistoryCsReq = 2958;
public const int GetAssistHistoryScRsp = 2913;
public const int GetAssistListCsReq = 2933;
public const int GetAssistListScRsp = 2950;
public const int GetAuthkeyCsReq = 21;
public const int GetAuthkeyScRsp = 82;
public const int GetAvatarDataCsReq = 361;
public const int GetAvatarDataScRsp = 388;
public const int GetBagCsReq = 561;
public const int GetBagScRsp = 588;
public const int GetBasicInfoCsReq = 90;
public const int GetBasicInfoScRsp = 18;
public const int GetBattleCollegeDataCsReq = 5761;
public const int GetBattleCollegeDataScRsp = 5788;
public const int GetBoxingClubInfoCsReq = 4261;
public const int GetBoxingClubInfoScRsp = 4288;
public const int GetChallengeCsReq = 1761;
public const int GetChallengeGroupStatisticsCsReq = 1782;
public const int GetChallengeGroupStatisticsScRsp = 1703;
public const int GetChallengeRaidInfoCsReq = 2273;
public const int GetChallengeRaidInfoScRsp = 2230;
public const int GetChallengeScRsp = 1788;
public const int GetChapterCsReq = 439;
public const int GetChapterScRsp = 473;
public const int GetChatEmojiListCsReq = 3987;
public const int GetChatEmojiListScRsp = 3927;
public const int GetChatFriendHistoryCsReq = 3930;
public const int GetChatFriendHistoryScRsp = 3971;
public const int GetChessRogueBuffEnhanceInfoCsReq = 5414;
public const int GetChessRogueBuffEnhanceInfoScRsp = 5524;
public const int GetChessRogueNousStoryInfoCsReq = 5431;
public const int GetChessRogueNousStoryInfoScRsp = 5444;
public const int GetChessRogueStoryAeonTalkInfoCsReq = 5502;
public const int GetChessRogueStoryAeonTalkInfoScRsp = 5465;
public const int GetChessRogueStoryInfoCsReq = 5542;
public const int GetChessRogueStoryInfoScRsp = 5515;
public const int GetCrossInfoCsReq = 7328;
public const int GetCrossInfoScRsp = 7333;
public const int GetCurAssistCsReq = 2968;
public const int GetCurAssistScRsp = 2995;
public const int GetCurBattleInfoCsReq = 139;
public const int GetCurBattleInfoScRsp = 173;
public const int GetCurChallengeCsReq = 1727;
public const int GetCurChallengeScRsp = 1762;
public const int GetCurLineupDataCsReq = 791;
public const int GetCurLineupDataScRsp = 720;
public const int GetCurSceneInfoCsReq = 1430;
public const int GetCurSceneInfoScRsp = 1471;
public const int GetDailyActiveInfoCsReq = 3391;
public const int GetDailyActiveInfoScRsp = 3320;
public const int GetDrinkMakerDataCsReq = 6989;
public const int GetDrinkMakerDataScRsp = 6982;
public const int GetEnhanceCommonRogueBuffInfoCsReq = 5649;
public const int GetEnhanceCommonRogueBuffInfoScRsp = 5651;
public const int GetEnteredSceneCsReq = 1407;
public const int GetEnteredSceneScRsp = 1452;
public const int GetExhibitScNotify = 4327;
public const int GetExpeditionDataCsReq = 2561;
public const int GetExpeditionDataScRsp = 2588;
public const int GetFantasticStoryActivityDataCsReq = 4961;
public const int GetFantasticStoryActivityDataScRsp = 4988;
public const int GetFarmStageGachaInfoCsReq = 1391;
public const int GetFarmStageGachaInfoScRsp = 1320;
public const int GetFeverTimeActivityDataCsReq = 7155;
public const int GetFeverTimeActivityDataScRsp = 7156;
public const int GetFightActivityDataCsReq = 3661;
public const int GetFightActivityDataScRsp = 3688;
public const int GetFirstTalkByPerformanceNpcCsReq = 2162;
public const int GetFirstTalkByPerformanceNpcScRsp = 2174;
public const int GetFirstTalkNpcCsReq = 2139;
public const int GetFirstTalkNpcScRsp = 2173;
public const int GetFriendApplyListInfoCsReq = 2939;
public const int GetFriendApplyListInfoScRsp = 2973;
public const int GetFriendAssistListCsReq = 2976;
public const int GetFriendAssistListScRsp = 2964;
public const int GetFriendBattleRecordDetailCsReq = 2924;
public const int GetFriendBattleRecordDetailScRsp = 2942;
public const int GetFriendChallengeDetailCsReq = 2911;
public const int GetFriendChallengeDetailScRsp = 2944;
public const int GetFriendChallengeLineupCsReq = 2908;
public const int GetFriendChallengeLineupScRsp = 2946;
public const int GetFriendDevelopmentInfoCsReq = 2916;
public const int GetFriendDevelopmentInfoScRsp = 2965;
public const int GetFriendListInfoCsReq = 2961;
public const int GetFriendListInfoScRsp = 2988;
public const int GetFriendLoginInfoCsReq = 2940;
public const int GetFriendLoginInfoScRsp = 2948;
public const int GetFriendRecommendListInfoCsReq = 2970;
public const int GetFriendRecommendListInfoScRsp = 2956;
public const int GetGachaCeilingCsReq = 1939;
public const int GetGachaCeilingScRsp = 1973;
public const int GetGachaInfoCsReq = 1961;
public const int GetGachaInfoScRsp = 1988;
public const int GetGunPlayDataCsReq = 4112;
public const int GetGunPlayDataScRsp = 4137;
public const int GetHeartDialInfoCsReq = 6361;
public const int GetHeartDialInfoScRsp = 6388;
public const int GetHeroBasicTypeInfoCsReq = 68;
public const int GetHeroBasicTypeInfoScRsp = 95;
public const int GetJukeboxDataCsReq = 3161;
public const int GetJukeboxDataScRsp = 3188;
public const int GetKilledPunkLordMonsterDataCsReq = 3281;
public const int GetKilledPunkLordMonsterDataScRsp = 3212;
public const int GetLevelRewardCsReq = 81;
public const int GetLevelRewardScRsp = 12;
public const int GetLevelRewardTakenListCsReq = 51;
public const int GetLevelRewardTakenListScRsp = 9;
public const int GetLineupAvatarDataCsReq = 774;
public const int GetLineupAvatarDataScRsp = 747;
public const int GetLoginActivityCsReq = 2661;
public const int GetLoginActivityScRsp = 2688;
public const int GetLoginChatInfoCsReq = 3996;
public const int GetLoginChatInfoScRsp = 3921;
public const int GetMailCsReq = 861;
public const int GetMailScRsp = 888;
public const int GetMainMissionCustomValueCsReq = 1268;
public const int GetMainMissionCustomValueScRsp = 1295;
public const int GetMapRotationDataCsReq = 6862;
public const int GetMapRotationDataScRsp = 6874;
public const int GetMarkItemListCsReq = 568;
public const int GetMarkItemListScRsp = 595;
public const int GetMbtiReportCsReq = 7042;
public const int GetMbtiReportScRsp = 7016;
public const int GetMissionDataCsReq = 1261;
public const int GetMissionDataScRsp = 1288;
public const int GetMissionEventDataCsReq = 1296;
public const int GetMissionEventDataScRsp = 1221;
public const int GetMissionStatusCsReq = 1256;
public const int GetMissionStatusScRsp = 1249;
public const int GetMonopolyDailyReportCsReq = 7041;
public const int GetMonopolyDailyReportScRsp = 7035;
public const int GetMonopolyFriendRankingListCsReq = 7008;
public const int GetMonopolyFriendRankingListScRsp = 7046;
public const int GetMonopolyInfoCsReq = 7061;
public const int GetMonopolyInfoScRsp = 7088;
public const int GetMonopolyMbtiReportRewardCsReq = 7045;
public const int GetMonopolyMbtiReportRewardScRsp = 7015;
public const int GetMonsterResearchActivityDataCsReq = 2682;
public const int GetMonsterResearchActivityDataScRsp = 2603;
public const int GetMovieRacingDataCsReq = 4149;
public const int GetMovieRacingDataScRsp = 4151;
public const int GetMultipleDropInfoCsReq = 4661;
public const int GetMultipleDropInfoScRsp = 4688;
public const int GetMuseumInfoCsReq = 4361;
public const int GetMuseumInfoScRsp = 4388;
public const int GetNpcMessageGroupCsReq = 2761;
public const int GetNpcMessageGroupScRsp = 2788;
public const int GetNpcStatusCsReq = 2791;
public const int GetNpcStatusScRsp = 2720;
public const int GetNpcTakenRewardCsReq = 2161;
public const int GetNpcTakenRewardScRsp = 2188;
public const int GetOfferingInfoCsReq = 6929;
public const int GetOfferingInfoScRsp = 6922;
public const int GetPhoneDataCsReq = 5161;
public const int GetPhoneDataScRsp = 5188;
public const int GetPlatformPlayerInfoCsReq = 3000;
public const int GetPlatformPlayerInfoScRsp = 2993;
public const int GetPlayerBoardDataCsReq = 2861;
public const int GetPlayerBoardDataScRsp = 2888;
public const int GetPlayerDetailInfoCsReq = 2991;
public const int GetPlayerDetailInfoScRsp = 2920;
public const int GetPlayerReplayInfoCsReq = 3591;
public const int GetPlayerReplayInfoScRsp = 3520;
public const int GetPlayerReturnMultiDropInfoCsReq = 4620;
public const int GetPlayerReturnMultiDropInfoScRsp = 4639;
public const int GetPrivateChatHistoryCsReq = 3939;
public const int GetPrivateChatHistoryScRsp = 3973;
public const int GetPunkLordBattleRecordCsReq = 3255;
public const int GetPunkLordBattleRecordScRsp = 3268;
public const int GetPunkLordDataCsReq = 3221;
public const int GetPunkLordDataScRsp = 3282;
public const int GetPunkLordMonsterDataCsReq = 3261;
public const int GetPunkLordMonsterDataScRsp = 3288;
public const int GetQuestDataCsReq = 961;
public const int GetQuestDataScRsp = 988;
public const int GetQuestRecordCsReq = 930;
public const int GetQuestRecordScRsp = 971;
public const int GetRaidInfoCsReq = 2262;
public const int GetRaidInfoScRsp = 2274;
public const int GetRecyleTimeCsReq = 528;
public const int GetRecyleTimeScRsp = 501;
public const int GetReplayTokenCsReq = 3561;
public const int GetReplayTokenScRsp = 3588;
public const int GetRndOptionCsReq = 3461;
public const int GetRndOptionScRsp = 3488;
public const int GetRogueAdventureRoomInfoCsReq = 5694;
public const int GetRogueAdventureRoomInfoScRsp = 5696;
public const int GetRogueAeonInfoCsReq = 1899;
public const int GetRogueAeonInfoScRsp = 1807;
public const int GetRogueBuffEnhanceInfoCsReq = 1809;
public const int GetRogueBuffEnhanceInfoScRsp = 1881;
public const int GetRogueCollectionCsReq = 5669;
public const int GetRogueCollectionScRsp = 5625;
public const int GetRogueCommonDialogueDataCsReq = 5616;
public const int GetRogueCommonDialogueDataScRsp = 5665;
public const int GetRogueEndlessActivityDataCsReq = 6008;
public const int GetRogueEndlessActivityDataScRsp = 6001;
public const int GetRogueExhibitionCsReq = 5606;
public const int GetRogueExhibitionScRsp = 5614;
public const int GetRogueHandbookDataCsReq = 5685;
public const int GetRogueHandbookDataScRsp = 5654;
public const int GetRogueInfoCsReq = 1861;
public const int GetRogueInfoScRsp = 1888;
public const int GetRogueInitialScoreCsReq = 1900;
public const int GetRogueInitialScoreScRsp = 1893;
public const int GetRogueScoreRewardInfoCsReq = 1843;
public const int GetRogueScoreRewardInfoScRsp = 1860;
public const int GetRogueShopBuffInfoCsReq = 5673;
public const int GetRogueShopBuffInfoScRsp = 5630;
public const int GetRogueShopMiracleInfoCsReq = 5620;
public const int GetRogueShopMiracleInfoScRsp = 5639;
public const int GetRogueTalentInfoCsReq = 1836;
public const int GetRogueTalentInfoScRsp = 1875;
public const int GetRollShopInfoCsReq = 6909;
public const int GetRollShopInfoScRsp = 6902;
public const int GetSaveLogisticsMapCsReq = 4750;
public const int GetSaveLogisticsMapScRsp = 4732;
public const int GetSaveRaidCsReq = 2296;
public const int GetSaveRaidScRsp = 2221;
public const int GetSceneMapInfoCsReq = 1484;
public const int GetSceneMapInfoScRsp = 1469;
public const int GetSecretKeyInfoCsReq = 10;
public const int GetSecretKeyInfoScRsp = 98;
public const int GetServerPrefsDataCsReq = 6191;
public const int GetServerPrefsDataScRsp = 6120;
public const int GetShareDataCsReq = 4191;
public const int GetShareDataScRsp = 4120;
public const int GetShopListCsReq = 1561;
public const int GetShopListScRsp = 1588;
public const int GetSingleRedDotParamGroupCsReq = 5939;
public const int GetSingleRedDotParamGroupScRsp = 5973;
public const int GetSocialEventServerCacheCsReq = 7089;
public const int GetSocialEventServerCacheScRsp = 7010;
public const int GetSpringRecoverDataCsReq = 1490;
public const int GetSpringRecoverDataScRsp = 1418;
public const int GetStageLineupCsReq = 761;
public const int GetStageLineupScRsp = 788;
public const int GetStarFightDataCsReq = 7168;
public const int GetStarFightDataScRsp = 7161;
public const int GetStoryLineInfoCsReq = 6261;
public const int GetStoryLineInfoScRsp = 6288;
public const int GetStrongChallengeActivityDataCsReq = 6661;
public const int GetStrongChallengeActivityDataScRsp = 6688;
public const int GetStuffScNotify = 4387;
public const int GetTelevisionActivityDataCsReq = 6969;
public const int GetTelevisionActivityDataScRsp = 6962;
public const int GetTrainVisitorBehaviorCsReq = 3791;
public const int GetTrainVisitorBehaviorScRsp = 3720;
public const int GetTrainVisitorRegisterCsReq = 3730;
public const int GetTrainVisitorRegisterScRsp = 3771;
public const int GetTreasureDungeonActivityDataCsReq = 4462;
public const int GetTreasureDungeonActivityDataScRsp = 4474;
public const int GetTrialActivityDataCsReq = 2664;
public const int GetTrialActivityDataScRsp = 2608;
public const int GetTutorialCsReq = 1661;
public const int GetTutorialGuideCsReq = 1691;
public const int GetTutorialGuideScRsp = 1620;
public const int GetTutorialScRsp = 1688;
public const int GetUnlockTeleportCsReq = 1472;
public const int GetUnlockTeleportScRsp = 1453;
public const int GetUpdatedArchiveDataCsReq = 2391;
public const int GetUpdatedArchiveDataScRsp = 2320;
public const int GetVideoVersionKeyCsReq = 78;
public const int GetVideoVersionKeyScRsp = 83;
public const int GetWaypointCsReq = 461;
public const int GetWaypointScRsp = 488;
public const int GetWolfBroGameDataCsReq = 6587;
public const int GetWolfBroGameDataScRsp = 6527;
public const int GiveUpBoxingClubChallengeCsReq = 4230;
public const int GiveUpBoxingClubChallengeScRsp = 4271;
public const int GmTalkCsReq = 27;
public const int GmTalkScNotify = 71;
public const int GmTalkScRsp = 62;
public const int GroupStateChangeCsReq = 1441;
public const int GroupStateChangeScNotify = 1499;
public const int GroupStateChangeScRsp = 1435;
public const int HandleFriendCsReq = 2927;
public const int HandleFriendScRsp = 2962;
public const int HandleRogueCommonPendingActionCsReq = 5646;
public const int HandleRogueCommonPendingActionScRsp = 5611;
public const int HealPoolInfoNotify = 1411;
public const int HeartDialScriptChangeScNotify = 6387;
public const int HeartDialTraceScriptCsReq = 6327;
public const int HeartDialTraceScriptScRsp = 6362;
public const int HeliobusActivityDataCsReq = 5861;
public const int HeliobusActivityDataScRsp = 5888;
public const int HeliobusChallengeUpdateScNotify = 5881;
public const int HeliobusEnterBattleCsReq = 5856;
public const int HeliobusEnterBattleScRsp = 5849;
public const int HeliobusInfoChangedScNotify = 5874;
public const int HeliobusLineupUpdateScNotify = 5812;
public const int HeliobusSelectSkillCsReq = 5821;
public const int HeliobusSelectSkillScRsp = 5882;
public const int HeliobusSnsCommentCsReq = 5887;
public const int HeliobusSnsCommentScRsp = 5827;
public const int HeliobusSnsLikeCsReq = 5830;
public const int HeliobusSnsLikeScRsp = 5871;
public const int HeliobusSnsPostCsReq = 5839;
public const int HeliobusSnsPostScRsp = 5873;
public const int HeliobusSnsReadCsReq = 5891;
public const int HeliobusSnsReadScRsp = 5820;
public const int HeliobusSnsUpdateScNotify = 5862;
public const int HeliobusStartRaidCsReq = 5851;
public const int HeliobusStartRaidScRsp = 5809;
public const int HeliobusUnlockSkillScNotify = 5896;
public const int HeliobusUpgradeLevelCsReq = 5847;
public const int HeliobusUpgradeLevelScRsp = 5894;
public const int HeroBasicTypeChangedNotify = 93;
public const int InteractChargerCsReq = 6891;
public const int InteractChargerScRsp = 6820;
public const int InteractPropCsReq = 1491;
public const int InteractPropScRsp = 1420;
public const int InteractTreasureDungeonGridCsReq = 4470;
public const int InteractTreasureDungeonGridScRsp = 4456;
public const int InterruptMissionEventCsReq = 1251;
public const int InterruptMissionEventScRsp = 1209;
public const int JoinLineupCsReq = 739;
public const int JoinLineupScRsp = 773;
public const int LastSpringRefreshTimeNotify = 1456;
public const int LeaveAetherDivideSceneCsReq = 4891;
public const int LeaveAetherDivideSceneScRsp = 4820;
public const int LeaveChallengeCsReq = 1739;
public const int LeaveChallengeScRsp = 1773;
public const int LeaveMapRotationRegionCsReq = 6887;
public const int LeaveMapRotationRegionScNotify = 6896;
public const int LeaveMapRotationRegionScRsp = 6827;
public const int LeaveRaidCsReq = 2291;
public const int LeaveRaidScRsp = 2220;
public const int LeaveRogueCsReq = 1830;
public const int LeaveRogueScRsp = 1871;
public const int LeaveTrialActivityCsReq = 2657;
public const int LeaveTrialActivityScRsp = 2634;
public const int LobbyBeginCsReq = 7374;
public const int LobbyBeginScRsp = 7378;
public const int LobbyCreateCsReq = 7395;
public const int LobbyCreateScRsp = 7367;
public const int LobbyGetInfoCsReq = 7364;
public const int LobbyGetInfoScRsp = 7398;
public const int LobbyInviteCsReq = 7355;
public const int LobbyInviteScNotify = 7357;
public const int LobbyInviteScRsp = 7379;
public const int LobbyJoinCsReq = 7370;
public const int LobbyJoinScRsp = 7363;
public const int LobbyKickOutCsReq = 7377;
public const int LobbyKickOutScRsp = 7356;
public const int LobbyModifyPlayerInfoCsReq = 7383;
public const int LobbyModifyPlayerInfoScRsp = 7353;
public const int LobbyQuitCsReq = 7387;
public const int LobbyQuitScRsp = 7359;
public const int LobbySyncInfoScNotify = 7390;
public const int LockEquipmentCsReq = 539;
public const int LockEquipmentScRsp = 573;
public const int LockRelicCsReq = 582;
public const int LockRelicScRsp = 503;
public const int LogisticsDetonateStarSkiffCsReq = 4785;
public const int LogisticsDetonateStarSkiffScRsp = 4754;
public const int LogisticsGameCsReq = 4791;
public const int LogisticsGameScRsp = 4720;
public const int LogisticsInfoScNotify = 4701;
public const int LogisticsScoreRewardSyncInfoScNotify = 4726;
public const int MakeDrinkCsReq = 6987;
public const int MakeDrinkScRsp = 6983;
public const int MakeMissionDrinkCsReq = 6995;
public const int MakeMissionDrinkScRsp = 6993;
public const int MarkAvatarCsReq = 328;
public const int MarkAvatarScRsp = 301;
public const int MarkChatEmojiCsReq = 3962;
public const int MarkChatEmojiScRsp = 3974;
public const int MarkItemCsReq = 558;
public const int MarkItemScRsp = 513;
public const int MarkReadMailCsReq = 891;
public const int MarkReadMailScRsp = 820;
public const int MatchBoxingClubOpponentCsReq = 4291;
public const int MatchBoxingClubOpponentScRsp = 4220;
public const int MatchResultScNotify = 7324;
public const int MatchThreeGetDataCsReq = 7445;
public const int MatchThreeGetDataScRsp = 7417;
public const int MatchThreeLevelEndCsReq = 7420;
public const int MatchThreeLevelEndScRsp = 7413;
public const int MatchThreeSetBirdPosCsReq = 7428;
public const int MatchThreeSetBirdPosScRsp = 7433;
public const int MatchThreeSyncDataScNotify = 7424;
public const int MissionAcceptScNotify = 1258;
public const int MissionEventRewardScNotify = 1282;
public const int MissionGroupWarnScNotify = 1274;
public const int MissionRewardScNotify = 1239;
public const int MonopolyAcceptQuizCsReq = 7085;
public const int MonopolyAcceptQuizScRsp = 7054;
public const int MonopolyActionResultScNotify = 7091;
public const int MonopolyBuyGoodsCsReq = 7049;
public const int MonopolyBuyGoodsScRsp = 7051;
public const int MonopolyCellUpdateNotify = 7020;
public const int MonopolyCheatDiceCsReq = 7028;
public const int MonopolyCheatDiceScRsp = 7001;
public const int MonopolyClickCellCsReq = 7099;
public const int MonopolyClickCellScRsp = 7007;
public const int MonopolyClickMbtiReportCsReq = 7075;
public const int MonopolyClickMbtiReportScRsp = 7038;
public const int MonopolyConditionUpdateScNotify = 7036;
public const int MonopolyConfirmRandomCsReq = 7070;
public const int MonopolyConfirmRandomScRsp = 7056;
public const int MonopolyContentUpdateScNotify = 7033;
public const int MonopolyDailySettleScNotify = 7064;
public const int MonopolyEventLoadUpdateScNotify = 7029;
public const int MonopolyEventSelectFriendCsReq = 7065;
public const int MonopolyEventSelectFriendScRsp = 7057;
public const int MonopolyGameBingoFlipCardCsReq = 7058;
public const int MonopolyGameBingoFlipCardScRsp = 7013;
public const int MonopolyGameCreateScNotify = 7026;
public const int MonopolyGameGachaCsReq = 7068;
public const int MonopolyGameGachaScRsp = 7095;
public const int MonopolyGameRaiseRatioCsReq = 7050;
public const int MonopolyGameRaiseRatioScRsp = 7032;
public const int MonopolyGameSettleScNotify = 7055;
public const int MonopolyGetDailyInitItemCsReq = 7052;
public const int MonopolyGetDailyInitItemScRsp = 7002;
public const int MonopolyGetRafflePoolInfoCsReq = 7006;
public const int MonopolyGetRafflePoolInfoScRsp = 7014;
public const int MonopolyGetRaffleTicketCsReq = 7078;
public const int MonopolyGetRaffleTicketScRsp = 7083;
public const int MonopolyGetRegionProgressCsReq = 7072;
public const int MonopolyGetRegionProgressScRsp = 7053;
public const int MonopolyGiveUpCurContentCsReq = 7012;
public const int MonopolyGiveUpCurContentScRsp = 7037;
public const int MonopolyGuessBuyInformationCsReq = 7093;
public const int MonopolyGuessBuyInformationScRsp = 7040;
public const int MonopolyGuessChooseCsReq = 7017;
public const int MonopolyGuessChooseScRsp = 7100;
public const int MonopolyGuessDrawScNotify = 7048;
public const int MonopolyLikeCsReq = 7011;
public const int MonopolyLikeScNotify = 7024;
public const int MonopolyLikeScRsp = 7044;
public const int MonopolyMoveCsReq = 7071;
public const int MonopolyMoveScRsp = 7087;
public const int MonopolyQuizDurationChangeScNotify = 7005;
public const int MonopolyReRollRandomCsReq = 7082;
public const int MonopolyReRollRandomScRsp = 7003;
public const int MonopolyRollDiceCsReq = 7073;
public const int MonopolyRollDiceScRsp = 7030;
public const int MonopolyRollRandomCsReq = 7096;
public const int MonopolyRollRandomScRsp = 7021;
public const int MonopolyScrachRaffleTicketCsReq = 7069;
public const int MonopolyScrachRaffleTicketScRsp = 7025;
public const int MonopolySelectOptionCsReq = 7027;
public const int MonopolySelectOptionScRsp = 7062;
public const int MonopolySocialEventEffectScNotify = 7034;
public const int MonopolySttUpdateScNotify = 7063;
public const int MonopolyTakePhaseRewardCsReq = 7043;
public const int MonopolyTakePhaseRewardScRsp = 7060;
public const int MonopolyTakeRaffleTicketRewardCsReq = 7079;
public const int MonopolyTakeRaffleTicketRewardScRsp = 7084;
public const int MonopolyUpgradeAssetCsReq = 7009;
public const int MonopolyUpgradeAssetScRsp = 7081;
public const int MonthCardRewardNotify = 44;
public const int MultiplayerFightGameFinishScNotify = 1071;
public const int MultiplayerFightGameStartScNotify = 1030;
public const int MultiplayerFightGameStateCsReq = 1061;
public const int MultiplayerFightGameStateScRsp = 1088;
public const int MultiplayerFightGiveUpCsReq = 1039;
public const int MultiplayerFightGiveUpScRsp = 1073;
public const int MultiplayerGetFightGateCsReq = 1091;
public const int MultiplayerGetFightGateScRsp = 1020;
public const int MultiplayerMatch3FinishScNotify = 1087;
public const int MultipleDropInfoNotify = 4673;
public const int MultipleDropInfoScNotify = 4691;
public const int MuseumDispatchFinishedScNotify = 4381;
public const int MuseumFundsChangedScNotify = 4303;
public const int MuseumInfoChangedScNotify = 4382;
public const int MuseumRandomEventQueryCsReq = 4356;
public const int MuseumRandomEventQueryScRsp = 4349;
public const int MuseumRandomEventSelectCsReq = 4351;
public const int MuseumRandomEventSelectScRsp = 4309;
public const int MuseumRandomEventStartScNotify = 4370;
public const int MuseumTakeCollectRewardCsReq = 4301;
public const int MuseumTakeCollectRewardScRsp = 4333;
public const int MuseumTargetMissionFinishNotify = 4337;
public const int MuseumTargetRewardNotify = 4328;
public const int MuseumTargetStartNotify = 4312;
public const int NewAssistHistoryNotify = 2985;
public const int NewMailScNotify = 887;
public const int OfferingInfoScNotify = 6935;
public const int OpenRogueChestCsReq = 1844;
public const int OpenRogueChestScRsp = 1824;
public const int OpenTreasureDungeonGridCsReq = 4496;
public const int OpenTreasureDungeonGridScRsp = 4421;
public const int PickRogueAvatarCsReq = 1821;
public const int PickRogueAvatarScRsp = 1882;
public const int PlayBackGroundMusicCsReq = 3191;
public const int PlayBackGroundMusicScRsp = 3120;
public const int PlayerGetTokenCsReq = 39;
public const int PlayerGetTokenScRsp = 73;
public const int PlayerHeartBeatCsReq = 42;
public const int PlayerHeartBeatScRsp = 16;
public const int PlayerKickOutScNotify = 87;
public const int PlayerLoginCsReq = 61;
public const int PlayerLoginFinishCsReq = 86;
public const int PlayerLoginFinishScRsp = 80;
public const int PlayerLoginScRsp = 88;
public const int PlayerLogoutCsReq = 91;
public const int PlayerLogoutScRsp = 20;
public const int PlayerReturnForceFinishScNotify = 4562;
public const int PlayerReturnInfoQueryCsReq = 4587;
public const int PlayerReturnInfoQueryScRsp = 4527;
public const int PlayerReturnPointChangeScNotify = 4520;
public const int PlayerReturnSignCsReq = 4588;
public const int PlayerReturnSignScRsp = 4591;
public const int PlayerReturnStartScNotify = 4561;
public const int PlayerReturnTakePointRewardCsReq = 4539;
public const int PlayerReturnTakePointRewardScRsp = 4573;
public const int PlayerReturnTakeRewardCsReq = 4530;
public const int PlayerReturnTakeRewardScRsp = 4571;
public const int PlayerSyncScNotify = 661;
public const int PrepareRogueAdventureRoomCsReq = 5688;
public const int PrepareRogueAdventureRoomScRsp = 5691;
public const int PrestigeLevelUpCsReq = 4749;
public const int PrestigeLevelUpScRsp = 4751;
public const int PrivateMsgOfflineUsersScNotify = 3920;
public const int PromoteAvatarCsReq = 330;
public const int PromoteAvatarScRsp = 371;
public const int PromoteEquipmentCsReq = 591;
public const int PromoteEquipmentScRsp = 520;
public const int PunkLordBattleResultScNotify = 3209;
public const int PunkLordDataChangeNotify = 3232;
public const int PunkLordMonsterInfoScNotify = 3296;
public const int PunkLordMonsterKilledNotify = 3201;
public const int PunkLordRaidTimeOutScNotify = 3270;
public const int PVEBattleResultCsReq = 161;
public const int PVEBattleResultScRsp = 188;
public const int QueryProductInfoCsReq = 40;
public const int QueryProductInfoScRsp = 48;
public const int QuestRecordScNotify = 987;
public const int QuitBattleCsReq = 191;
public const int QuitBattleScNotify = 187;
public const int QuitBattleScRsp = 120;
public const int QuitLineupCsReq = 730;
public const int QuitLineupScRsp = 771;
public const int QuitRogueCsReq = 1855;
public const int QuitRogueScRsp = 1868;
public const int QuitTreasureDungeonCsReq = 4409;
public const int QuitTreasureDungeonScRsp = 4481;
public const int QuitWolfBroGameCsReq = 6530;
public const int QuitWolfBroGameScRsp = 6571;
public const int RaidCollectionDataCsReq = 6949;
public const int RaidCollectionDataScNotify = 6947;
public const int RaidCollectionDataScRsp = 6942;
public const int RaidInfoNotify = 2239;
public const int RaidKickByServerScNotify = 2256;
public const int RankUpAvatarCsReq = 394;
public const int RankUpAvatarScRsp = 396;
public const int RankUpEquipmentCsReq = 587;
public const int RankUpEquipmentScRsp = 527;
public const int ReBattleAfterBattleLoseCsNotify = 147;
public const int RebattleByClientCsNotify = 194;
public const int RechargeSuccNotify = 549;
public const int RecoverAllLineupCsReq = 1468;
public const int RecoverAllLineupScRsp = 1495;
public const int ReEnterLastElementStageCsReq = 1489;
public const int ReEnterLastElementStageScRsp = 1410;
public const int RefreshAlleyOrderCsReq = 4782;
public const int RefreshAlleyOrderScRsp = 4703;
public const int RefreshTriggerByClientCsReq = 1436;
public const int RefreshTriggerByClientScNotify = 1438;
public const int RefreshTriggerByClientScRsp = 1475;
public const int RegionStopScNotify = 3;
public const int RelicRecommendCsReq = 548;
public const int RelicRecommendScRsp = 505;
public const int RemoveRotaterCsReq = 6803;
public const int RemoveRotaterScRsp = 6870;
public const int RemoveStuffFromAreaCsReq = 4330;
public const int RemoveStuffFromAreaScRsp = 4371;
public const int ReplaceLineupCsReq = 709;
public const int ReplaceLineupScRsp = 781;
public const int ReportPlayerCsReq = 2909;
public const int ReportPlayerScRsp = 2981;
public const int ReserveStaminaExchangeCsReq = 25;
public const int ReserveStaminaExchangeScRsp = 72;
public const int ResetMapRotationRegionCsReq = 6847;
public const int ResetMapRotationRegionScRsp = 6894;
public const int RestartChallengePhaseCsReq = 1751;
public const int RestartChallengePhaseScRsp = 1709;
public const int RestoreWolfBroGameArchiveCsReq = 6539;
public const int RestoreWolfBroGameArchiveScRsp = 6573;
public const int RetcodeNotify = 24;
public const int ReturnLastTownCsReq = 1449;
public const int ReturnLastTownScRsp = 1451;
public const int RevcMsgScNotify = 3991;
public const int ReviveRogueAvatarCsReq = 1870;
public const int ReviveRogueAvatarScRsp = 1856;
public const int RogueDoGambleCsReq = 5699;
public const int RogueDoGambleScRsp = 5607;
public const int RogueEndlessActivityBattleEndScNotify = 6006;
public const int RogueGetGambleInfoCsReq = 5641;
public const int RogueGetGambleInfoScRsp = 5635;
public const int RogueModifierAddNotify = 5391;
public const int RogueModifierDelNotify = 5387;
public const int RogueModifierSelectCellCsReq = 5320;
public const int RogueModifierSelectCellScRsp = 5339;
public const int RogueModifierStageStartNotify = 5327;
public const int RogueModifierUpdateNotify = 5371;
public const int RogueNpcDisappearCsReq = 5674;
public const int RogueNpcDisappearScRsp = 5647;
public const int RogueTournAreaUpdateScNotify = 6019;
public const int RogueTournBattleFailSettleInfoScNotify = 6060;
public const int RogueTournClearArchiveNameScNotify = 6081;
public const int RogueTournConfirmSettleCsReq = 6026;
public const int RogueTournConfirmSettleScRsp = 6074;
public const int RogueTournDeleteArchiveCsReq = 6086;
public const int RogueTournDeleteArchiveScRsp = 6096;
public const int RogueTournDifficultyCompNotify = 6079;
public const int RogueTournEnablePermanentTalentCsReq = 6049;
public const int RogueTournEnablePermanentTalentScRsp = 6061;
public const int RogueTournEnterCsReq = 6037;
public const int RogueTournEnterLayerCsReq = 6095;
public const int RogueTournEnterLayerScRsp = 6072;
public const int RogueTournEnterRogueCocoonSceneCsReq = 6092;
public const int RogueTournEnterRogueCocoonSceneScRsp = 6027;
public const int RogueTournEnterRoomCsReq = 6094;
public const int RogueTournEnterRoomScRsp = 6099;
public const int RogueTournEnterScRsp = 6031;
public const int RogueTournExpNotify = 6068;
public const int RogueTournGetAllArchiveCsReq = 6054;
public const int RogueTournGetAllArchiveScRsp = 6022;
public const int RogueTournGetArchiveRepositoryCsReq = 6071;
public const int RogueTournGetArchiveRepositoryScRsp = 6036;
public const int RogueTournGetCurRogueCocoonInfoCsReq = 6018;
public const int RogueTournGetCurRogueCocoonInfoScRsp = 6021;
public const int RogueTournGetMiscRealTimeDataCsReq = 6076;
public const int RogueTournGetMiscRealTimeDataScRsp = 6020;
public const int RogueTournGetPermanentTalentInfoCsReq = 6066;
public const int RogueTournGetPermanentTalentInfoScRsp = 6035;
public const int RogueTournGetSettleInfoCsReq = 6034;
public const int RogueTournGetSettleInfoScRsp = 6052;
public const int RogueTournHandBookNotify = 6091;
public const int RogueTournLeaveCsReq = 6064;
public const int RogueTournLeaveRogueCocoonSceneCsReq = 6100;
public const int RogueTournLeaveRogueCocoonSceneScRsp = 6056;
public const int RogueTournLeaveScRsp = 6059;
public const int RogueTournLevelInfoUpdateScNotify = 6013;
public const int RogueTournQueryCsReq = 6058;
public const int RogueTournQueryScRsp = 6057;
public const int RogueTournReEnterRogueCocoonStageCsReq = 6083;
public const int RogueTournReEnterRogueCocoonStageScRsp = 6015;
public const int RogueTournRenameArchiveCsReq = 6090;
public const int RogueTournRenameArchiveScRsp = 6047;
public const int RogueTournResetPermanentTalentCsReq = 6011;
public const int RogueTournResetPermanentTalentScRsp = 6050;
public const int RogueTournReviveAvatarCsReq = 6038;
public const int RogueTournReviveAvatarScRsp = 6067;
public const int RogueTournRevivieCostUpdateScNotify = 6097;
public const int RogueTournSettleCsReq = 6030;
public const int RogueTournSettleScRsp = 6043;
public const int RogueTournStartCsReq = 6075;
public const int RogueTournStartScRsp = 6040;
public const int RogueTournTakeExpRewardCsReq = 6078;
public const int RogueTournTakeExpRewardScRsp = 6080;
public const int RogueTournWeekChallengeUpdateScNotify = 6044;
public const int RogueWorkbenchHandleFuncCsReq = 5679;
public const int RogueWorkbenchHandleFuncScRsp = 5684;
public const int RogueWorkbenchSelectFuncCsReq = 5678;
public const int RogueWorkbenchSelectFuncScRsp = 5683;
public const int RotateMapCsReq = 6830;
public const int RotateMapScRsp = 6871;
public const int SaveLogisticsCsReq = 4737;
public const int SaveLogisticsScRsp = 4728;
public const int SavePointsInfoNotify = 1458;
public const int SceneCastSkillCostMpCsReq = 1494;
public const int SceneCastSkillCostMpScRsp = 1496;
public const int SceneCastSkillCsReq = 1439;
public const int SceneCastSkillMpUpdateScNotify = 1421;
public const int SceneCastSkillScRsp = 1473;
public const int SceneEnterStageCsReq = 1409;
public const int SceneEnterStageScRsp = 1481;
public const int SceneEntityMoveCsReq = 1461;
public const int SceneEntityMoveScNotify = 1462;
public const int SceneEntityMoveScRsp = 1488;
public const int SceneEntityTeleportCsReq = 1498;
public const int SceneEntityTeleportScRsp = 1486;
public const int SceneGroupRefreshScNotify = 1463;
public const int ScenePlaneEventScNotify = 1479;
public const int SceneReviveAfterRebattleCsReq = 1412;
public const int SceneReviveAfterRebattleScRsp = 1437;
public const int SceneUpdatePositionVersionNotify = 1474;
public const int SearchPlayerCsReq = 2928;
public const int SearchPlayerScRsp = 2901;
public const int SecurityReportCsReq = 4162;
public const int SecurityReportScRsp = 4174;
public const int SelectChatBubbleCsReq = 5191;
public const int SelectChatBubbleScRsp = 5120;
public const int SelectChessRogueNousSubStoryCsReq = 5495;
public const int SelectChessRogueNousSubStoryScRsp = 5463;
public const int SelectChessRogueSubStoryCsReq = 5491;
public const int SelectChessRogueSubStoryScRsp = 5540;
public const int SelectInclinationTextCsReq = 2187;
public const int SelectInclinationTextScRsp = 2127;
public const int SelectPhoneThemeCsReq = 5173;
public const int SelectPhoneThemeScRsp = 5130;
public const int SelectRogueCommonDialogueOptionCsReq = 5657;
public const int SelectRogueCommonDialogueOptionScRsp = 5634;
public const int SellItemCsReq = 570;
public const int SellItemScRsp = 556;
public const int SendMsgCsReq = 3961;
public const int SendMsgScRsp = 3988;
public const int ServerAnnounceNotify = 50;
public const int ServerSimulateBattleFinishScNotify = 174;
public const int SetAetherDivideLineUpCsReq = 4847;
public const int SetAetherDivideLineUpScRsp = 4894;
public const int SetAssistAvatarCsReq = 2874;
public const int SetAssistAvatarScRsp = 2847;
public const int SetAssistCsReq = 2932;
public const int SetAssistScRsp = 2955;
public const int SetBoxingClubResonanceLineupCsReq = 4247;
public const int SetBoxingClubResonanceLineupScRsp = 4294;
public const int SetClientPausedCsReq = 1417;
public const int SetClientPausedScRsp = 1500;
public const int SetClientRaidTargetCountCsReq = 2247;
public const int SetClientRaidTargetCountScRsp = 2294;
public const int SetCurInteractEntityCsReq = 1432;
public const int SetCurInteractEntityScRsp = 1455;
public const int SetCurWaypointCsReq = 491;
public const int SetCurWaypointScRsp = 420;
public const int SetDisplayAvatarCsReq = 2839;
public const int SetDisplayAvatarScRsp = 2873;
public const int SetForbidOtherApplyFriendCsReq = 2905;
public const int SetForbidOtherApplyFriendScRsp = 2966;
public const int SetFriendMarkCsReq = 2990;
public const int SetFriendMarkScRsp = 2918;
public const int SetFriendRemarkNameCsReq = 2949;
public const int SetFriendRemarkNameScRsp = 2951;
public const int SetGameplayBirthdayCsReq = 64;
public const int SetGameplayBirthdayScRsp = 8;
public const int SetGenderCsReq = 54;
public const int SetGenderScRsp = 26;
public const int SetGroupCustomSaveDataCsReq = 1416;
public const int SetGroupCustomSaveDataScRsp = 1465;
public const int SetHeadIconCsReq = 2891;
public const int SetHeadIconScRsp = 2820;
public const int SetHeroBasicTypeCsReq = 32;
public const int SetHeroBasicTypeScRsp = 55;
public const int SetIsDisplayAvatarInfoCsReq = 2830;
public const int SetIsDisplayAvatarInfoScRsp = 2871;
public const int SetLanguageCsReq = 1;
public const int SetLanguageScRsp = 33;
public const int SetLineupNameCsReq = 703;
public const int SetLineupNameScRsp = 770;
public const int SetMissionEventProgressCsReq = 1281;
public const int SetMissionEventProgressScRsp = 1212;
public const int SetNicknameCsReq = 56;
public const int SetNicknameScRsp = 49;
public const int SetPlayerInfoCsReq = 17;
public const int SetPlayerInfoScRsp = 100;
public const int SetRedPointStatusScNotify = 79;
public const int SetRogueCollectionCsReq = 5672;
public const int SetRogueCollectionScRsp = 5653;
public const int SetRogueExhibitionCsReq = 5643;
public const int SetRogueExhibitionScRsp = 5660;
public const int SetSignatureCsReq = 2827;
public const int SetSignatureScRsp = 2862;
public const int SetSpringRecoverConfigCsReq = 1476;
public const int SetSpringRecoverConfigScRsp = 1464;
public const int SetStuffToAreaCsReq = 4339;
public const int SetStuffToAreaScRsp = 4373;
public const int SetTurnFoodSwitchCsReq = 526;
public const int SetTurnFoodSwitchScRsp = 517;
public const int ShareCsReq = 4161;
public const int SharePunkLordMonsterCsReq = 3239;
public const int SharePunkLordMonsterScRsp = 3273;
public const int ShareScRsp = 4188;
public const int ShowNewSupplementVisitorCsReq = 3762;
public const int ShowNewSupplementVisitorScRsp = 3774;
public const int SpaceZooBornCsReq = 6791;
public const int SpaceZooBornScRsp = 6720;
public const int SpaceZooCatUpdateNotify = 6762;
public const int SpaceZooDataCsReq = 6761;
public const int SpaceZooDataScRsp = 6788;
public const int SpaceZooDeleteCatCsReq = 6787;
public const int SpaceZooDeleteCatScRsp = 6727;
public const int SpaceZooExchangeItemCsReq = 6774;
public const int SpaceZooExchangeItemScRsp = 6747;
public const int SpaceZooMutateCsReq = 6739;
public const int SpaceZooMutateScRsp = 6773;
public const int SpaceZooOpCatteryCsReq = 6730;
public const int SpaceZooOpCatteryScRsp = 6771;
public const int SpaceZooTakeCsReq = 6794;
public const int SpaceZooTakeScRsp = 6796;
public const int SpringRecoverCsReq = 1408;
public const int SpringRecoverScRsp = 1446;
public const int SpringRecoverSingleAvatarCsReq = 1444;
public const int SpringRecoverSingleAvatarScRsp = 1424;
public const int SpringRefreshCsReq = 1403;
public const int SpringRefreshScRsp = 1470;
public const int StaminaInfoScNotify = 53;
public const int StarFightDataChangeNotify = 7166;
public const int StartAetherDivideChallengeBattleCsReq = 4830;
public const int StartAetherDivideChallengeBattleScRsp = 4871;
public const int StartAetherDivideSceneBattleCsReq = 4839;
public const int StartAetherDivideSceneBattleScRsp = 4873;
public const int StartAetherDivideStageBattleCsReq = 4849;
public const int StartAetherDivideStageBattleScRsp = 4851;
public const int StartAlleyEventCsReq = 4730;
public const int StartAlleyEventScRsp = 4771;
public const int StartBattleCollegeCsReq = 5720;
public const int StartBattleCollegeScRsp = 5739;
public const int StartBoxingClubBattleCsReq = 4239;
public const int StartBoxingClubBattleScRsp = 4273;
public const int StartChallengeCsReq = 1791;
public const int StartChallengeScRsp = 1720;
public const int StartCocoonStageCsReq = 1413;
public const int StartCocoonStageScRsp = 1485;
public const int StartFinishMainMissionScNotify = 1250;
public const int StartFinishSubMissionScNotify = 1233;
public const int StartMatchCsReq = 7345;
public const int StartMatchScRsp = 7317;
public const int StartPartialChallengeCsReq = 1770;
public const int StartPartialChallengeScRsp = 1756;
public const int StartPunkLordRaidCsReq = 3291;
public const int StartPunkLordRaidScRsp = 3220;
public const int StartRaidCsReq = 2261;
public const int StartRaidScRsp = 2288;
public const int StartRogueCsReq = 1891;
public const int StartRogueScRsp = 1820;
public const int StartStarFightLevelCsReq = 7164;
public const int StartStarFightLevelScRsp = 7165;
public const int StartTimedCocoonStageCsReq = 1431;
public const int StartTimedCocoonStageScRsp = 1497;
public const int StartTimedFarmElementCsReq = 1423;
public const int StartTimedFarmElementScRsp = 1419;
public const int StartTrialActivityCsReq = 2616;
public const int StartTrialActivityScRsp = 2665;
public const int StartWolfBroGameCsReq = 6561;
public const int StartWolfBroGameScRsp = 6588;
public const int StopRogueAdventureRoomCsReq = 5612;
public const int StopRogueAdventureRoomScRsp = 5637;
public const int StoryLineInfoScNotify = 6291;
public const int StoryLineTrialAvatarChangeScNotify = 6230;
public const int StrongChallengeActivityBattleEndScNotify = 6639;
public const int SubMissionRewardScNotify = 1237;
public const int SubmitEmotionItemCsReq = 6339;
public const int SubmitEmotionItemScRsp = 6373;
public const int SubmitMonsterResearchActivityMaterialCsReq = 2670;
public const int SubmitMonsterResearchActivityMaterialScRsp = 2656;
public const int SubmitOfferingItemCsReq = 6927;
public const int SubmitOfferingItemScRsp = 6923;
public const int SubmitOrigamiItemCsReq = 4196;
public const int SubmitOrigamiItemScRsp = 4121;
public const int SummonPunkLordMonsterCsReq = 3230;
public const int SummonPunkLordMonsterScRsp = 3271;
public const int SwapLineupCsReq = 787;
public const int SwapLineupScRsp = 727;
public const int SwitchAetherDivideLineUpSlotCsReq = 4870;
public const int SwitchAetherDivideLineUpSlotScRsp = 4856;
public const int SwitchLineupIndexCsReq = 721;
public const int SwitchLineupIndexScRsp = 782;
public const int SyncAcceptedPamMissionNotify = 4091;
public const int SyncAddBlacklistScNotify = 2903;
public const int SyncApplyFriendScNotify = 2987;
public const int SyncChessRogueMainStoryFinishScNotify = 5486;
public const int SyncChessRogueNousMainStoryScNotify = 5537;
public const int SyncChessRogueNousSubStoryScNotify = 5526;
public const int SyncChessRogueNousValueScNotify = 5469;
public const int SyncClientResVersionCsReq = 130;
public const int SyncClientResVersionScRsp = 171;
public const int SyncDeleteFriendScNotify = 2996;
public const int SyncEntityBuffChangeListScNotify = 1447;
public const int SyncHandleFriendScNotify = 2974;
public const int SyncLineupNotify = 762;
public const int SyncRogueAdventureRoomInfoScNotify = 5661;
public const int SyncRogueAeonLevelUpRewardScNotify = 1814;
public const int SyncRogueAeonScNotify = 1883;
public const int SyncRogueAreaUnlockScNotify = 1879;
public const int SyncRogueCommonActionResultScNotify = 5648;
public const int SyncRogueCommonDialogueDataScNotify = 5698;
public const int SyncRogueCommonDialogueOptionFinishScNotify = 5686;
public const int SyncRogueCommonPendingActionScNotify = 5605;
public const int SyncRogueCommonVirtualItemInfoScNotify = 5618;
public const int SyncRogueExploreWinScNotify = 1858;
public const int SyncRogueFinishScNotify = 1896;
public const int SyncRogueGetItemScNotify = 1884;
public const int SyncRogueHandbookDataUpdateScNotify = 5626;
public const int SyncRogueMapRoomScNotify = 1840;
public const int SyncRoguePickAvatarInfoScNotify = 1892;
public const int SyncRogueReviveInfoScNotify = 1832;
public const int SyncRogueRewardInfoScNotify = 1867;
public const int SyncRogueSeasonFinishScNotify = 1813;
public const int SyncRogueStatusScNotify = 1819;
public const int SyncRogueVirtualItemInfoScNotify = 1823;
public const int SyncServerSceneChangeNotify = 1425;
public const int SyncTaskCsReq = 1273;
public const int SyncTaskScRsp = 1230;
public const int SyncTurnFoodNotify = 554;
public const int TakeActivityExpeditionRewardCsReq = 2594;
public const int TakeActivityExpeditionRewardScRsp = 2596;
public const int TakeAllApRewardCsReq = 3373;
public const int TakeAllApRewardScRsp = 3330;
public const int TakeAllRewardCsReq = 3071;
public const int TakeAllRewardScRsp = 3087;
public const int TakeApRewardCsReq = 3361;
public const int TakeApRewardScRsp = 3388;
public const int TakeAssistRewardCsReq = 2954;
public const int TakeAssistRewardScRsp = 2926;
public const int TakeBpRewardCsReq = 3020;
public const int TakeBpRewardScRsp = 3039;
public const int TakeChallengeRaidRewardCsReq = 2271;
public const int TakeChallengeRaidRewardScRsp = 2287;
public const int TakeChallengeRewardCsReq = 1796;
public const int TakeChallengeRewardScRsp = 1721;
public const int TakeChapterRewardCsReq = 471;
public const int TakeChapterRewardScRsp = 487;
public const int TakeCityShopRewardCsReq = 1539;
public const int TakeCityShopRewardScRsp = 1573;
public const int TakeExpeditionRewardCsReq = 2530;
public const int TakeExpeditionRewardScRsp = 2571;
public const int TakeFightActivityRewardCsReq = 3673;
public const int TakeFightActivityRewardScRsp = 3630;
public const int TakeKilledPunkLordMonsterScoreCsReq = 3233;
public const int TakeKilledPunkLordMonsterScoreScRsp = 3250;
public const int TakeLoginActivityRewardCsReq = 2691;
public const int TakeLoginActivityRewardScRsp = 2620;
public const int TakeMailAttachmentCsReq = 830;
public const int TakeMailAttachmentScRsp = 871;
public const int TakeMonsterResearchActivityRewardCsReq = 2649;
public const int TakeMonsterResearchActivityRewardScRsp = 2651;
public const int TakeMultipleExpeditionRewardCsReq = 2503;
public const int TakeMultipleExpeditionRewardScRsp = 2570;
public const int TakeOffAvatarSkinCsReq = 381;
public const int TakeOffAvatarSkinScRsp = 312;
public const int TakeOffEquipmentCsReq = 362;
public const int TakeOffEquipmentScRsp = 374;
public const int TakeOfferingRewardCsReq = 6939;
public const int TakeOfferingRewardScRsp = 6934;
public const int TakeOffRelicCsReq = 303;
public const int TakeOffRelicScRsp = 370;
public const int TakePictureCsReq = 4139;
public const int TakePictureScRsp = 4173;
public const int TakePrestigeRewardCsReq = 4762;
public const int TakePrestigeRewardScRsp = 4774;
public const int TakePromotionRewardCsReq = 356;
public const int TakePromotionRewardScRsp = 349;
public const int TakePunkLordPointRewardCsReq = 3247;
public const int TakePunkLordPointRewardScRsp = 3294;
public const int TakeQuestOptionalRewardCsReq = 974;
public const int TakeQuestOptionalRewardScRsp = 947;
public const int TakeQuestRewardCsReq = 991;
public const int TakeQuestRewardScRsp = 920;
public const int TakeRogueAeonLevelRewardCsReq = 1869;
public const int TakeRogueAeonLevelRewardScRsp = 1825;
public const int TakeRogueEndlessActivityAllBonusRewardCsReq = 6010;
public const int TakeRogueEndlessActivityAllBonusRewardScRsp = 6009;
public const int TakeRogueEndlessActivityPointRewardCsReq = 6002;
public const int TakeRogueEndlessActivityPointRewardScRsp = 6007;
public const int TakeRogueEventHandbookRewardCsReq = 5693;
public const int TakeRogueEventHandbookRewardScRsp = 5640;
public const int TakeRogueMiracleHandbookRewardCsReq = 5617;
public const int TakeRogueMiracleHandbookRewardScRsp = 5700;
public const int TakeRogueScoreRewardCsReq = 1849;
public const int TakeRogueScoreRewardScRsp = 1851;
public const int TakeRollShopRewardCsReq = 6919;
public const int TakeRollShopRewardScRsp = 6914;
public const int TakeTalkRewardCsReq = 2191;
public const int TakeTalkRewardScRsp = 2120;
public const int TakeTrainVisitorUntakenBehaviorRewardCsReq = 3787;
public const int TakeTrainVisitorUntakenBehaviorRewardScRsp = 3727;
public const int TakeTrialActivityRewardCsReq = 2624;
public const int TakeTrialActivityRewardScRsp = 2642;
public const int TeleportToMissionResetPointCsReq = 1228;
public const int TeleportToMissionResetPointScRsp = 1201;
public const int TelevisionActivityBattleEndScNotify = 6974;
public const int TelevisionActivityDataChangeScNotify = 6967;
public const int TextJoinBatchSaveCsReq = 3839;
public const int TextJoinBatchSaveScRsp = 3873;
public const int TextJoinQueryCsReq = 3891;
public const int TextJoinQueryScRsp = 3820;
public const int TextJoinSaveCsReq = 3861;
public const int TextJoinSaveScRsp = 3888;
public const int TrainRefreshTimeNotify = 3739;
public const int TrainVisitorBehaviorFinishCsReq = 3761;
public const int TrainVisitorBehaviorFinishScRsp = 3788;
public const int TrainVisitorRewardSendNotify = 3773;
public const int TravelBrochureApplyPasterCsReq = 6430;
public const int TravelBrochureApplyPasterListCsReq = 6449;
public const int TravelBrochureApplyPasterListScRsp = 6451;
public const int TravelBrochureApplyPasterScRsp = 6471;
public const int TravelBrochureGetDataCsReq = 6461;
public const int TravelBrochureGetDataScRsp = 6488;
public const int TravelBrochureGetPasterScNotify = 6447;
public const int TravelBrochurePageResetCsReq = 6470;
public const int TravelBrochurePageResetScRsp = 6456;
public const int TravelBrochurePageUnlockScNotify = 6491;
public const int TravelBrochureRemovePasterCsReq = 6487;
public const int TravelBrochureRemovePasterScRsp = 6427;
public const int TravelBrochureSelectMessageCsReq = 6439;
public const int TravelBrochureSelectMessageScRsp = 6473;
public const int TravelBrochureSetCustomValueCsReq = 6496;
public const int TravelBrochureSetCustomValueScRsp = 6421;
public const int TravelBrochureSetPageDescStatusCsReq = 6482;
public const int TravelBrochureSetPageDescStatusScRsp = 6403;
public const int TravelBrochureUpdatePasterPosCsReq = 6462;
public const int TravelBrochureUpdatePasterPosScRsp = 6474;
public const int TreasureDungeonDataScNotify = 4461;
public const int TreasureDungeonFinishScNotify = 4488;
public const int TrialActivityDataChangeScNotify = 2646;
public const int TrialBackGroundMusicCsReq = 3130;
public const int TrialBackGroundMusicScRsp = 3171;
public const int TriggerVoiceCsReq = 4147;
public const int TriggerVoiceScRsp = 4194;
public const int UnlockAvatarSkinScNotify = 337;
public const int UnlockBackGroundMusicCsReq = 3139;
public const int UnlockBackGroundMusicScRsp = 3173;
public const int UnlockChatBubbleScNotify = 5139;
public const int UnlockedAreaMapScNotify = 1459;
public const int UnlockHeadIconScNotify = 2887;
public const int UnlockPhoneThemeScNotify = 5171;
public const int UnlockSkilltreeCsReq = 339;
public const int UnlockSkilltreeScRsp = 373;
public const int UnlockTeleportNotify = 1467;
public const int UnlockTutorialCsReq = 1639;
public const int UnlockTutorialGuideCsReq = 1630;
public const int UnlockTutorialGuideScRsp = 1671;
public const int UnlockTutorialScRsp = 1673;
public const int UpdateEnergyScNotify = 6821;
public const int UpdateFeatureSwitchScNotify = 66;
public const int UpdateFloorSavedValueNotify = 1414;
public const int UpdateGunPlayDataCsReq = 4128;
public const int UpdateGunPlayDataScRsp = 4101;
public const int UpdateMapRotationDataScNotify = 6882;
public const int UpdateMechanismBarScNotify = 1442;
public const int UpdateMovieRacingDataCsReq = 4109;
public const int UpdateMovieRacingDataScRsp = 4181;
public const int UpdatePlayerSettingCsReq = 6;
public const int UpdatePlayerSettingScRsp = 14;
public const int UpdatePsnSettingsInfoCsReq = 63;
public const int UpdatePsnSettingsInfoScRsp = 45;
public const int UpdateRedDotDataCsReq = 5991;
public const int UpdateRedDotDataScRsp = 5920;
public const int UpdateRogueAdventureRoomScoreCsReq = 5666;
public const int UpdateRogueAdventureRoomScoreScRsp = 5690;
public const int UpdateRotaterScNotify = 6856;
public const int UpdateServerPrefsDataCsReq = 6139;
public const int UpdateServerPrefsDataScRsp = 6173;
public const int UpdateTrackMainMissionIdCsReq = 1285;
public const int UpdateTrackMainMissionIdScRsp = 1254;
public const int UpgradeAreaCsReq = 4347;
public const int UpgradeAreaScRsp = 4394;
public const int UpgradeAreaStatCsReq = 4396;
public const int UpgradeAreaStatScRsp = 4321;
public const int UseItemCsReq = 530;
public const int UseItemScRsp = 571;
public const int UseTreasureDungeonItemCsReq = 4449;
public const int UseTreasureDungeonItemScRsp = 4451;
public const int VirtualLineupDestroyNotify = 751;
public const int WaypointShowNewCsNotify = 430;
public const int WolfBroGameActivateBulletCsReq = 6521;
public const int WolfBroGameActivateBulletScRsp = 6582;
public const int WolfBroGameDataChangeScNotify = 6562;
public const int WolfBroGameExplodeMonsterCsReq = 6503;
public const int WolfBroGameExplodeMonsterScRsp = 6570;
public const int WolfBroGamePickupBulletCsReq = 6594;
public const int WolfBroGamePickupBulletScRsp = 6596;
public const int WolfBroGameUseBulletCsReq = 6574;
public const int WolfBroGameUseBulletScRsp = 6547;
}
}