static ExchangeHandler() { EventTypes.RegistRequestType("area.exchangeHandler.getExchangeLabelRequest", typeof(GetExchangeLabelRequest), typeof(GetExchangeLabelResponse)); EventTypes.RegistRequestType("area.exchangeHandler.getExchangeListRequest", typeof(GetExchangeListRequest), typeof(GetExchangeListResponse)); EventTypes.RegistRequestType("area.exchangeHandler.exchangeItemRequest", typeof(ExchangeItemRequest), typeof(ExchangeItemResponse)); EventTypes.RegistRequestType("area.exchangeHandler.allyFightExchangeRequest", typeof(AllyFightExchangeRequest), typeof(AllyFightExchangeResponse)); }
static VipHandler() { EventTypes.RegistRequestType("area.vipHandler.vipInfoRequest", typeof(VipRequest), typeof(VipResponse)); EventTypes.RegistRequestType("area.vipHandler.getEveryDayGiftRequest", typeof(GetEveryDayGiftRequest), typeof(GetEveryDayGiftResponse)); EventTypes.RegistRequestType("area.vipHandler.buyEveryDayGiftRequest", typeof(BuyEveryDayGiftRequest), typeof(BuyEveryDayGiftResponse)); EventTypes.RegistRequestType("area.vipHandler.buyVipCardRequest", typeof(BuyVipCardRequest), typeof(BuyVipCardResponse)); }
static LeaderBoardHandler() { EventTypes.RegistRequestType("area.leaderBoardHandler.leaderBoardRequest", typeof(LeaderBoardRequest), typeof(LeaderBoardResponse)); EventTypes.RegistRequestType("area.leaderBoardHandler.guildInfoRequest", typeof(GuildInfoRequest), typeof(GuildInfoResponse)); EventTypes.RegistRequestType("area.leaderBoardHandler.worShipRequest", typeof(WorShipRequest), typeof(WorShipResponse)); EventTypes.RegistRequestType("area.leaderBoardHandler.worldLevelInfoRequest", typeof(WorldLevelInfoRequest), typeof(WorldLevelInfoResponse)); }
static PetHandler() { EventTypes.RegistPushType("area.petPush.onPetDetailPush", typeof(OnPetDetailPush)); EventTypes.RegistPushType("area.petPush.onPetExpPush", typeof(OnPetExpPush)); EventTypes.RegistRequestType("area.petHandler.getAllPetsBaseInfoRequest", typeof(GetAllPetsBaseInfoRequest), typeof(GetAllPetsBaseInfoResponse)); EventTypes.RegistRequestType("area.petHandler.getPetInfoRequest", typeof(GetPetInfoRequest), typeof(GetPetInfoResponse)); EventTypes.RegistRequestType("area.petHandler.developPetRequest", typeof(DevelopPetRequest), typeof(DevelopPetResponse)); EventTypes.RegistRequestType("area.petHandler.changePetNameRequest", typeof(ChangePetNameRequest), typeof(ChangePetNameResponse)); EventTypes.RegistRequestType("area.petHandler.freePetRequest", typeof(FreePetRequest), typeof(FreePetResponse)); EventTypes.RegistRequestType("area.petHandler.petOutFightRequest", typeof(PetOutFightRequest), typeof(PetOutFightResponse)); EventTypes.RegistRequestType("area.petHandler.petReliveRequest", typeof(PetReliveRequest), typeof(PetReliveResponse)); EventTypes.RegistRequestType("area.petHandler.randPetNameRequest", typeof(RandPetNameRequest), typeof(RandPetNameResponse)); EventTypes.RegistRequestType("area.petHandler.upGradeInfoRequest", typeof(UpGradeInfoRequest), typeof(UpGradeInfoResponse)); EventTypes.RegistRequestType("area.petHandler.upGradeLevelRequest", typeof(UpGradeLevelRequest), typeof(UpGradeLevelResponse)); EventTypes.RegistRequestType("area.petHandler.upGradeRandPropertyRequest", typeof(UpGradeRandPropertyRequest), typeof(UpGradeRandPropertyResponse)); EventTypes.RegistRequestType("area.petHandler.reSetRandPropertyRequest", typeof(ReSetRandPropertyRequest), typeof(ReSetRandPropertyResponse)); EventTypes.RegistRequestType("area.petHandler.randPropertyListRequest", typeof(RandPropertyListRequest), typeof(RandPropertyListResponse)); EventTypes.RegistRequestType("area.petHandler.petIllusionRequest", typeof(PetIllusionRequest), typeof(PetIllusionResponse)); EventTypes.RegistRequestType("area.petHandler.petIllusionInfoRequest", typeof(PetIllusionInfoRequest), typeof(PetIllusionInfoResponse)); EventTypes.RegistRequestType("area.petHandler.petIllusionReviewRequest", typeof(PetIllusionReviewRequest), typeof(PetIllusionReviewResponse)); EventTypes.RegistRequestType("area.petHandler.petComprehendSkillRequest", typeof(PetComprehendSkillRequest), typeof(PetComprehendSkillResponse)); EventTypes.RegistRequestType("area.petHandler.petSkillListRequest", typeof(PetSkillListRequest), typeof(PetSkillListResponse)); EventTypes.RegistRequestType("area.petHandler.petOnHookSetRequest", typeof(PetOnHookSetRequest), typeof(PetOnHookSetResponse)); EventTypes.RegistRequestType("area.petHandler.petOnHookGetRequest", typeof(PetOnHookGetRequest), typeof(PetOnHookGetResponse)); EventTypes.RegistRequestType("area.petHandler.changePetPkModelRequest", typeof(ChangePetPkModelRequest), typeof(ChangePetPkModelResponse)); }
static EntryHandler() { EventTypes.RegistPushType("connector.entryPush.loginQueuePush", typeof(LoginQueuePush)); EventTypes.RegistRequestType("connector.entryHandler.entryRequest", typeof(EntryRequest), typeof(EntryResponse)); EventTypes.RegistRequestType("connector.entryHandler.bindPlayerRequest", typeof(BindPlayerRequest), typeof(BindPlayerResponse)); EventTypes.RegistRequestType("connector.entryHandler.getSysTimeRequest", typeof(GetSysTimeRequest), typeof(GetSysTimeResponse)); }
static OnlineGiftHandler() { EventTypes.RegistPushType("area.onlineGiftPush.giftInfoPush", typeof(GiftInfoPush)); EventTypes.RegistRequestType("area.onlineGiftHandler.getGiftInfoRequest", typeof(GetGiftInfoRequest), typeof(GetGiftInfoResponse)); EventTypes.RegistRequestType("area.onlineGiftHandler.getOnlineTimeRequest", typeof(GetOnlineTimeRequest), typeof(GetOnlineTimeResponse)); EventTypes.RegistRequestType("area.onlineGiftHandler.receiveGiftRequest", typeof(ReceiveGiftRequest), typeof(ReceiveGiftResponse)); }
static PayGiftHandler() { EventTypes.RegistRequestType("area.payGiftHandler.firstPayGiftInfoRequest", typeof(FirstPayGiftInfoRequest), typeof(FirstPayGiftInfoResponse)); EventTypes.RegistRequestType("area.payGiftHandler.getFirstPayGiftRequest", typeof(GetFirstPayGiftRequest), typeof(GetFirstPayGiftResponse)); EventTypes.RegistRequestType("area.payGiftHandler.dailyPayGiftInfoRequest", typeof(DailyPayGiftInfoRequest), typeof(DailyPayGiftInfoResponse)); EventTypes.RegistRequestType("area.payGiftHandler.getDailyPayGiftRequest", typeof(GetDailyPayGiftRequest), typeof(GetDailyPayGiftResponse)); }
static GuildHandler() { EventTypes.RegistPushType("area.guildPush.guildRefreshPush", typeof(GuildRefreshPush)); EventTypes.RegistPushType("area.guildPush.guildInvitePush", typeof(GuildInvitePush)); EventTypes.RegistPushType("area.guildPush.onDungeonEndPush", typeof(OnDungeonEndPush)); EventTypes.RegistPushType("area.guildPush.guildDungeonOpenPush", typeof(GuildDungeonOpenPush)); EventTypes.RegistPushType("area.guildPush.guildDungeonPassPush", typeof(GuildDungeonPassPush)); EventTypes.RegistPushType("area.guildPush.guildDungeonPlayerNumPush", typeof(GuildDungeonPlayerNumPush)); EventTypes.RegistRequestType("area.guildHandler.createGuildRequest", typeof(CreateGuildRequest), typeof(CreateGuildResponse)); EventTypes.RegistRequestType("area.guildHandler.getGuildListRequest", typeof(GetGuildListRequest), typeof(GetGuildListResponse)); EventTypes.RegistRequestType("area.guildHandler.joinGuildRequest", typeof(JoinGuildRequest), typeof(JoinGuildResponse)); EventTypes.RegistRequestType("area.guildHandler.joinGuildOfPlayerRequest", typeof(JoinGuildOfPlayerRequest), typeof(JoinGuildOfPlayerResponse)); EventTypes.RegistRequestType("area.guildHandler.invitePlayerJoinMyGuildRequest", typeof(InvitePlayerJoinMyGuildRequest), typeof(InvitePlayerJoinMyGuildResponse)); EventTypes.RegistRequestType("area.guildHandler.agreeOrRefuseInviteRequest", typeof(AgreeOrRefuseInviteRequest), typeof(AgreeOrRefuseInviteResponse)); EventTypes.RegistRequestType("area.guildHandler.dealApplyRequest", typeof(DealApplyRequest), typeof(DealApplyResponse)); EventTypes.RegistRequestType("area.guildHandler.getMyGuildInfoRequest", typeof(GetMyGuildInfoRequest), typeof(GetMyGuildInfoResponse)); EventTypes.RegistRequestType("area.guildHandler.getMyGuildMembersRequest", typeof(GetMyGuildMembersRequest), typeof(GetMyGuildMembersResponse)); EventTypes.RegistRequestType("area.guildHandler.getApplyListRequest", typeof(GetApplyListRequest), typeof(GetApplyListResponse)); EventTypes.RegistRequestType("area.guildHandler.setGuildInfoRequest", typeof(SetGuildInfoRequest), typeof(SetGuildInfoResponse)); EventTypes.RegistRequestType("area.guildHandler.setGuildQQGroupRequest", typeof(SetGuildQQGroupRequest), typeof(SetGuildQQGroupResponse)); EventTypes.RegistRequestType("area.guildHandler.exitGuildRequest", typeof(ExitGuildRequest), typeof(ExitGuildResponse)); EventTypes.RegistRequestType("area.guildHandler.kickMemberRequest", typeof(KickMemberRequest), typeof(KickMemberResponse)); EventTypes.RegistRequestType("area.guildHandler.upgradeGuildLevelRequest", typeof(UpgradeGuildLevelRequest), typeof(UpgradeGuildLevelResponse)); EventTypes.RegistRequestType("area.guildHandler.changeGuildNoticeRequest", typeof(ChangeGuildNoticeRequest), typeof(ChangeGuildNoticeResponse)); EventTypes.RegistRequestType("area.guildHandler.changeGuildNameRequest", typeof(ChangeGuildNameRequest), typeof(ChangeGuildNameResponse)); EventTypes.RegistRequestType("area.guildHandler.changeOfficeNameRequest", typeof(ChangeOfficeNameRequest), typeof(ChangeOfficeNameResponse)); EventTypes.RegistRequestType("area.guildHandler.contributeToGuildRequest", typeof(ContributeToGuildRequest), typeof(ContributeToGuildResponse)); EventTypes.RegistRequestType("area.guildHandler.setMemberJobRequest", typeof(SetMemberJobRequest), typeof(SetMemberJobResponse)); EventTypes.RegistRequestType("area.guildHandler.transferPresidentRequest", typeof(TransferPresidentRequest), typeof(TransferPresidentResponse)); EventTypes.RegistRequestType("area.guildHandler.getGuildRecordRequest", typeof(GetGuildRecordRequest), typeof(GetGuildRecordResponse)); EventTypes.RegistRequestType("area.guildHandler.impeachGuildPresidentRequest", typeof(ImpeachGuildPresidentRequest), typeof(ImpeachGuildPresidentResponse)); EventTypes.RegistRequestType("area.guildHandler.getGuildMoneyRequest", typeof(GetGuildMoneyRequest), typeof(GetGuildMoneyResponse)); EventTypes.RegistRequestType("area.guildHandler.joinGuildDungeonRequest", typeof(JoinGuildDungeonRequest), typeof(JoinGuildDungeonResponse)); EventTypes.RegistRequestType("area.guildHandler.leaveGuildDungeonRequest", typeof(LeaveGuildDungeonRequest), typeof(LeaveGuildDungeonResponse)); }
static TeamHandler() { EventTypes.RegistPushType("area.teamPush.onSummonTeamPush", typeof(OnSummonTeamPush)); EventTypes.RegistPushType("area.teamPush.onTeamUpdatePush", typeof(OnTeamUpdatePush)); EventTypes.RegistPushType("area.teamPush.onTeamMemberUpdatePush", typeof(OnTeamMemberUpdatePush)); EventTypes.RegistPushType("area.teamPush.onTeamTargetPush", typeof(OnTeamTargetPush)); EventTypes.RegistPushType("area.teamPush.onAcrossTeamInfoPush", typeof(OnAcrossTeamInfoPush)); EventTypes.RegistRequestType("area.teamHandler.gotoTeamTargetRequest", typeof(GotoTeamTargetRequest), typeof(GotoTeamTargetResponse)); EventTypes.RegistRequestType("area.teamHandler.summonRequest", typeof(SummonRequest), typeof(SummonResponse)); EventTypes.RegistRequestType("area.teamHandler.summonConfirmRequest", typeof(SummonConfirmRequest), typeof(SummonConfirmResponse)); EventTypes.RegistRequestType("area.teamHandler.autoJoinTeamRequest", typeof(AutoJoinTeamRequest), typeof(AutoJoinTeamResponse)); EventTypes.RegistRequestType("area.teamHandler.joinTeamRequest", typeof(JoinTeamRequest), typeof(JoinTeamResponse)); EventTypes.RegistRequestType("area.teamHandler.getAppliedPlayersRequest", typeof(GetAppliedPlayersRequest), typeof(GetAppliedPlayersResponse)); EventTypes.RegistRequestType("area.teamHandler.getPlayersByTypeRequest", typeof(GetPlayersByTypeRequest), typeof(GetPlayersByTypeResponse)); EventTypes.RegistRequestType("area.teamHandler.queryTeamByTargetRequest", typeof(QueryTeamByTargetRequest), typeof(QueryTeamByTargetResponse)); EventTypes.RegistRequestType("area.teamHandler.setTeamTargetRequest", typeof(SetTeamTargetRequest), typeof(SetTeamTargetResponse)); EventTypes.RegistRequestType("area.teamHandler.createTeamRequest", typeof(CreateTeamRequest), typeof(CreateTeamResponse)); EventTypes.RegistRequestType("area.teamHandler.followLeaderRequest", typeof(FollowLeaderRequest), typeof(FollowLeaderResponse)); EventTypes.RegistRequestType("area.teamHandler.formTeamRequest", typeof(FormTeamRequest), typeof(FormTeamResponse)); EventTypes.RegistRequestType("area.teamHandler.getTeamMembersRequest", typeof(GetTeamMembersRequest), typeof(GetTeamMembersResponse)); EventTypes.RegistRequestType("area.teamHandler.getNearbyPlayersRequest", typeof(GetNearbyPlayersRequest), typeof(GetNearbyPlayersResponse)); EventTypes.RegistRequestType("area.teamHandler.getNearTeamsRequest", typeof(GetNearTeamsRequest), typeof(GetNearTeamsResponse)); EventTypes.RegistRequestType("area.teamHandler.changeTeamLeaderRequest", typeof(ChangeTeamLeaderRequest), typeof(ChangeTeamLeaderResponse)); EventTypes.RegistRequestType("area.teamHandler.kickOutTeamRequest", typeof(KickOutTeamRequest), typeof(KickOutTeamResponse)); EventTypes.RegistRequestType("area.teamHandler.leaveTeamRequest", typeof(LeaveTeamRequest), typeof(LeaveTeamResponse)); EventTypes.RegistRequestType("area.teamHandler.setAutoAcceptTeamRequest", typeof(SetAutoAcceptTeamRequest), typeof(SetAutoAcceptTeamResponse)); EventTypes.RegistRequestType("area.teamHandler.cancelAutoRequest", typeof(CancelAutoRequest), typeof(CancelAutoResponse)); EventTypes.RegistRequestType("area.teamHandler.acrossMatchRequest", typeof(AcrossMatchRequest), typeof(AcrossMatchResponse)); EventTypes.RegistRequestType("area.teamHandler.leaveAcrossMatchRequest", typeof(LeaveAcrossMatchRequest), typeof(LeaveAcrossMatchResponse)); }
static RoleHandler() { EventTypes.RegistRequestType("connector.roleHandler.createPlayerRequest", typeof(CreatePlayerRequest), typeof(CreatePlayerResponse)); EventTypes.RegistRequestType("connector.roleHandler.changePlayerNameRequest", typeof(ChangePlayerNameRequest), typeof(ChangePlayerNameResponse)); EventTypes.RegistRequestType("connector.roleHandler.deletePlayerRequest", typeof(DeletePlayerRequest), typeof(DeletePlayerResponse)); EventTypes.RegistRequestType("connector.roleHandler.getRandomNameRequest", typeof(GetRandomNameRequest), typeof(GetRandomNameResponse)); }
static FriendHandler() { EventTypes.RegistRequestType("area.friendHandler.friendGetAllFriendsRequest", typeof(FriendGetAllFriendsRequest), typeof(FriendGetAllFriendsResponse)); EventTypes.RegistRequestType("area.friendHandler.friendApplyRequest", typeof(FriendApplyRequest), typeof(FriendApplyResponse)); EventTypes.RegistRequestType("area.friendHandler.friendAllApplyRequest", typeof(FriendAllApplyRequest), typeof(FriendAllApplyResponse)); EventTypes.RegistRequestType("area.friendHandler.friendAgreeApplyRequest", typeof(FriendAgreeApplyRequest), typeof(FriendAgreeApplyResponse)); EventTypes.RegistRequestType("area.friendHandler.friendAllAgreeApplyRequest", typeof(FriendAllAgreeApplyRequest), typeof(FriendAllAgreeApplyResponse)); EventTypes.RegistRequestType("area.friendHandler.friendRefuceApplyRequest", typeof(FriendRefuceApplyRequest), typeof(FriendRefuceApplyResponse)); EventTypes.RegistRequestType("area.friendHandler.friendAllRefuceApplyRequest", typeof(FriendAllRefuceApplyRequest), typeof(FriendAllRefuceApplyResponse)); EventTypes.RegistRequestType("area.friendHandler.friendDeleteRequest", typeof(FriendDeleteRequest), typeof(FriendDeleteResponse)); EventTypes.RegistRequestType("area.friendHandler.friendDeleteChouRenRequest", typeof(FriendDeleteChouRenRequest), typeof(FriendDeleteChouRenResponse)); EventTypes.RegistRequestType("area.friendHandler.friendAllDeleteChouRenRequest", typeof(FriendAllDeleteChouRenRequest), typeof(FriendAllDeleteChouRenResponse)); EventTypes.RegistRequestType("area.friendHandler.friendAddChouRenRequest", typeof(FriendAddChouRenRequest), typeof(FriendAddChouRenResponse)); EventTypes.RegistRequestType("area.friendHandler.addFriendInfoRequest", typeof(AddFriendInfoRequest), typeof(AddFriendInfoResponse)); EventTypes.RegistRequestType("area.friendHandler.queryPlayerNameRequest", typeof(QueryPlayerNameRequest), typeof(QueryPlayerNameResponse)); EventTypes.RegistRequestType("area.friendHandler.concernFriendRequest", typeof(ConcernFriendRequest), typeof(ConcernFriendResponse)); EventTypes.RegistRequestType("area.friendHandler.concernAllFriendRequest", typeof(ConcernAllFriendRequest), typeof(ConcernAllFriendResponse)); EventTypes.RegistRequestType("area.friendHandler.friendMessageListRequest", typeof(FriendMessageListRequest), typeof(FriendMessageListResponse)); EventTypes.RegistRequestType("area.friendHandler.deleteAllFriendMessageRequest", typeof(DeleteAllFriendMessageRequest), typeof(DeleteAllFriendMessageResponse)); EventTypes.RegistRequestType("area.friendHandler.deleteBlackListRequest", typeof(DeleteBlackListRequest), typeof(DeleteBlackListResponse)); EventTypes.RegistRequestType("area.friendHandler.deleteAllBlackListRequest", typeof(DeleteAllBlackListRequest), typeof(DeleteAllBlackListResponse)); EventTypes.RegistRequestType("area.friendHandler.addBlackListRequest", typeof(AddBlackListRequest), typeof(AddBlackListResponse)); EventTypes.RegistRequestType("area.friendHandler.getSocialInfoRequest", typeof(GetSocialInfoRequest), typeof(GetSocialInfoResponse)); EventTypes.RegistRequestType("area.friendHandler.getShopItemListRequest", typeof(GetShopItemListRequest), typeof(GetShopItemListResponse)); EventTypes.RegistRequestType("area.friendHandler.exchangeFriendShopItemRequest", typeof(ExchangeFriendShopItemRequest), typeof(ExchangeFriendShopItemResponse)); EventTypes.RegistRequestType("area.friendHandler.getRecentChatListRequest", typeof(GetRecentChatListRequest), typeof(GetRecentChatListResponse)); EventTypes.RegistRequestType("area.friendHandler.getChatMsgRequest", typeof(GetChatMsgRequest), typeof(GetChatMsgResponse)); EventTypes.RegistRequestType("area.friendHandler.rmChatMsgRequest", typeof(RmChatMsgRequest), typeof(RmChatMsgResponse)); }
static TreasureHandler() { EventTypes.RegistRequestType("area.treasureHandler.getTreasureInfoRequest", typeof(GetTreasureInfoRequest), typeof(GetTreasureInfoResponse)); EventTypes.RegistRequestType("area.treasureHandler.getTreasureBagInfoRequest", typeof(GetTreasureBagInfoRequest), typeof(GetTreasureBagInfoResponse)); EventTypes.RegistRequestType("area.treasureHandler.openTreasureRequest", typeof(OpenTreasureRequest), typeof(OpenTreasureResponse)); EventTypes.RegistRequestType("area.treasureHandler.receiveTreasureBagRequest", typeof(ReceiveTreasureBagRequest), typeof(ReceiveTreasureBagResponse)); }
static FightLevelHandler() { EventTypes.RegistPushType("area.fightLevelPush.onConfirmEnterFubenPush", typeof(OnConfirmEnterFubenPush)); EventTypes.RegistPushType("area.fightLevelPush.onMemberEnterFubenStateChangePush", typeof(OnMemberEnterFubenStateChangePush)); EventTypes.RegistPushType("area.fightLevelPush.onFubenClosePush", typeof(OnFubenClosePush)); EventTypes.RegistPushType("area.fightLevelPush.closeHandUpPush", typeof(CloseHandUpPush)); EventTypes.RegistPushType("area.fightLevelPush.illusionPush", typeof(IllusionPush)); EventTypes.RegistPushType("area.fightLevelPush.illusion2Push", typeof(Illusion2Push)); EventTypes.RegistRequestType("area.fightLevelHandler.fubenListRequest", typeof(FubenListRequest), typeof(FubenListResponse)); EventTypes.RegistRequestType("area.fightLevelHandler.enterDungeonRequest", typeof(EnterDungeonRequest), typeof(EnterDungeonResponse)); EventTypes.RegistRequestType("area.fightLevelHandler.replyEnterDungeonRequest", typeof(ReplyEnterDungeonRequest), typeof(ReplyEnterDungeonResponse)); EventTypes.RegistRequestType("area.fightLevelHandler.leaveDungeonRequest", typeof(LeaveDungeonRequest), typeof(LeaveDungeonResponse)); EventTypes.RegistRequestType("area.fightLevelHandler.worldBossListRequest", typeof(WorldBossListRequest), typeof(WorldBossListResponse)); EventTypes.RegistRequestType("area.fightLevelHandler.enterWorldBossRequest", typeof(EnterWorldBossRequest), typeof(EnterWorldBossResponse)); EventTypes.RegistRequestType("area.fightLevelHandler.getMonsterLeaderRequest", typeof(GetMonsterLeaderRequest), typeof(GetMonsterLeaderResponse)); EventTypes.RegistRequestType("area.fightLevelHandler.palaceListRequest", typeof(PalaceListRequest), typeof(PalaceListResponse)); EventTypes.RegistRequestType("area.fightLevelHandler.getBossInfoRequest", typeof(GetBossInfoRequest), typeof(GetBossInfoResponse)); EventTypes.RegistRequestType("area.fightLevelHandler.getBossDamageRankRequest", typeof(GetBossDamageRankRequest), typeof(GetBossDamageRankResponse)); EventTypes.RegistRequestType("area.fightLevelHandler.getLllsionInfoRequest", typeof(GetLllsionInfoRequest), typeof(GetLllsionInfoResponse)); EventTypes.RegistRequestType("area.fightLevelHandler.enterLllsionRequest", typeof(EnterLllsionRequest), typeof(EnterLllsionResponse)); EventTypes.RegistRequestType("area.fightLevelHandler.getLllsionBossInfoRequest", typeof(GetLllsionBossInfoRequest), typeof(GetLllsionBossInfoResponse)); EventTypes.RegistRequestType("area.fightLevelHandler.enterLllsionBossRequest", typeof(EnterLllsionBossRequest), typeof(EnterLllsionBossResponse)); EventTypes.RegistRequestType("area.fightLevelHandler.getBenifitableRequest", typeof(GetBenifitableRequest), typeof(GetBenifitableResponse)); EventTypes.RegistRequestType("area.fightLevelHandler.getLllsion2InfoRequest", typeof(GetLllsion2InfoRequest), typeof(GetLllsion2InfoResponse)); EventTypes.RegistRequestType("area.fightLevelHandler.enterLllsion2Request", typeof(EnterLllsion2Request), typeof(EnterLllsion2Response)); }
static InteractHandler() { EventTypes.RegistPushType("area.interactPush.receiveInteractPush", typeof(ReceiveInteractPush)); EventTypes.RegistRequestType("area.interactHandler.interactRequest", typeof(InteractRequest), typeof(InteractResponse)); EventTypes.RegistRequestType("area.interactHandler.interactConfigRequest", typeof(InteractConfigRequest), typeof(InteractConfigResponse)); EventTypes.RegistRequestType("area.interactHandler.interactTimesRequest", typeof(InteractTimesRequest), typeof(InteractTimesResponse)); }
static Five2FiveHandler() { EventTypes.RegistPushType("five2five.five2FivePush.five2FiveApplyMatchPush", typeof(Five2FiveApplyMatchPush)); EventTypes.RegistPushType("five2five.five2FivePush.five2FiveMatchMemberInfoPush", typeof(Five2FiveMatchMemberInfoPush)); EventTypes.RegistPushType("five2five.five2FivePush.five2FiveMemberChoicePush", typeof(Five2FiveMemberChoicePush)); EventTypes.RegistPushType("five2five.five2FivePush.five2FiveOnGameEndPush", typeof(Five2FiveOnGameEndPush)); EventTypes.RegistPushType("five2five.five2FivePush.five2FiveOnNewRewardPush", typeof(Five2FiveOnNewRewardPush)); EventTypes.RegistPushType("five2five.five2FivePush.five2FiveOnNoRewardPush", typeof(Five2FiveOnNoRewardPush)); EventTypes.RegistPushType("five2five.five2FivePush.five2FiveMatchFailedPush", typeof(Five2FiveMatchFailedPush)); EventTypes.RegistPushType("five2five.five2FivePush.five2FiveLeaderCancelMatchPush", typeof(Five2FiveLeaderCancelMatchPush)); EventTypes.RegistPushType("five2five.five2FivePush.five2FiveTeamChangePush", typeof(Five2FiveTeamChangePush)); EventTypes.RegistPushType("five2five.five2FivePush.five2FiveMatchPoolChangePush", typeof(Five2FiveMatchPoolChangePush)); EventTypes.RegistPushType("five2five.five2FivePush.five2FiveApplyMatchResultPush", typeof(Five2FiveApplyMatchResultPush)); EventTypes.RegistRequestType("five2five.five2FiveHandler.five2FiveRequest", typeof(Five2FiveRequest), typeof(Five2FiveResponse)); EventTypes.RegistRequestType("five2five.five2FiveHandler.five2FiveLookBtlReportRequest", typeof(Five2FiveLookBtlReportRequest), typeof(Five2FiveLookBtlReportResponse)); EventTypes.RegistRequestType("five2five.five2FiveHandler.five2FiveMatchRequest", typeof(Five2FiveMatchRequest), typeof(Five2FiveMatchResponse)); EventTypes.RegistRequestType("five2five.five2FiveHandler.five2FiveRefuseMatchRequest", typeof(Five2FiveRefuseMatchRequest), typeof(Five2FiveRefuseMatchResponse)); EventTypes.RegistRequestType("five2five.five2FiveHandler.five2FiveAgreeMatchRequest", typeof(Five2FiveAgreeMatchRequest), typeof(Five2FiveAgreeMatchResponse)); EventTypes.RegistRequestType("five2five.five2FiveHandler.five2FiveCancelMatchRequest", typeof(Five2FiveCancelMatchRequest), typeof(Five2FiveCancelMatchResponse)); EventTypes.RegistRequestType("five2five.five2FiveHandler.five2FiveReadyRequest", typeof(Five2FiveReadyRequest), typeof(Five2FiveReadyResponse)); EventTypes.RegistRequestType("five2five.five2FiveHandler.five2FiveLeaveAreaRequest", typeof(Five2FiveLeaveAreaRequest), typeof(Five2FiveLeaveAreaResponse)); EventTypes.RegistRequestType("five2five.five2FiveHandler.five2FiveReciveRewardRequest", typeof(Five2FiveReciveRewardRequest), typeof(Five2FiveReciveRewardResponse)); EventTypes.RegistRequestType("five2five.five2FiveHandler.five2FiveLookMatchResultRequest", typeof(Five2FiveLookMatchResultRequest), typeof(Five2FiveLookMatchResultResponse)); EventTypes.RegistRequestType("five2five.five2FiveHandler.five2FiveShardMatchResultRequest", typeof(Five2FiveShardMatchResultRequest), typeof(Five2FiveShardMatchResultResponse)); }
static ActivityHandler() { EventTypes.RegistRequestType("area.activityHandler.activityLsRequest", typeof(ActivityLsRequest), typeof(ActivityLsResponse)); EventTypes.RegistRequestType("area.activityHandler.interestActivityAdRequest", typeof(InterestActivityAdRequest), typeof(InterestActivityAdResponse)); EventTypes.RegistRequestType("area.activityHandler.payFirstRequest", typeof(PayFirstRequest), typeof(PayFirstResponse)); EventTypes.RegistRequestType("area.activityHandler.paySecondRequest", typeof(PaySecondRequest), typeof(PaySecondResponse)); EventTypes.RegistRequestType("area.activityHandler.payTotalRequest", typeof(PayTotalRequest), typeof(PayTotalResponse)); EventTypes.RegistRequestType("area.activityHandler.consumeTotalRequest", typeof(ConsumeTotalRequest), typeof(ConsumeTotalResponse)); EventTypes.RegistRequestType("area.activityHandler.activityAwardRequest", typeof(ActivityAwardRequest), typeof(ActivityAwardResponse)); EventTypes.RegistRequestType("area.activityHandler.activityInviteCodeRequest", typeof(ActivityInviteCodeRequest), typeof(ActivityInviteCodeResponse)); EventTypes.RegistRequestType("area.activityHandler.activityNoticeRequest", typeof(ActivityNoticeReq), typeof(ActivityNoticeRes)); EventTypes.RegistRequestType("area.activityHandler.activityLevelOrSwordRequest", typeof(ActivityLevelOrSwordRequest), typeof(ActivityLevelOrSwordResponse)); EventTypes.RegistRequestType("area.activityHandler.activityBuyFundsRequest", typeof(ActivityBuyFundsReq), typeof(ActivityBuyFundsRes)); EventTypes.RegistRequestType("area.activityHandler.activityOpenFundsRequest", typeof(ActivityOpenFundsReq), typeof(ActivityOpenFundsRes)); EventTypes.RegistRequestType("area.activityHandler.activityLuckyAwardViewRequest", typeof(ActivityLuckyAwardViewRequest), typeof(ActivityLuckyAwardViewResponse)); EventTypes.RegistRequestType("area.activityHandler.luckyAwardViewRequest", typeof(LuckyAwardViewRequest), typeof(LuckyAwardViewResponse)); EventTypes.RegistRequestType("area.activityHandler.reSetluckyAwardRequest", typeof(ReSetluckyAwardRequest), typeof(ReSetluckyAwardResponse)); EventTypes.RegistRequestType("area.activityHandler.openSevenDayRequest", typeof(OpenSevenDayRequest), typeof(OpenSevenDayResponse)); EventTypes.RegistRequestType("area.activityHandler.openChangeRequest", typeof(OpenChangeRequest), typeof(OpenChangeResponse)); EventTypes.RegistRequestType("area.activityHandler.activityDrawInfoRequest", typeof(ActivityDrawInfoRequest), typeof(ActivityDrawInfoResponse)); EventTypes.RegistRequestType("area.activityHandler.drawInfoRequest", typeof(DrawInfoRequest), typeof(DrawInfoResponse)); EventTypes.RegistRequestType("area.activityHandler.drawRankRequest", typeof(DrawRankRequest), typeof(DrawRankResponse)); EventTypes.RegistRequestType("area.activityHandler.drawSetLowRequest", typeof(DrawSetLowRequest), typeof(DrawSetLowResponse)); EventTypes.RegistRequestType("area.activityHandler.drawAwardRequest", typeof(DrawAwardRequest), typeof(DrawAwardResponse)); }
static OfflineAwardHandler() { EventTypes.RegistRequestType("area.offlineAwardHandler.queryAllAreasRequest", typeof(QueryAllAreasRequest), typeof(QueryAllAreasResponse)); EventTypes.RegistRequestType("area.offlineAwardHandler.setOfflineAreaIdRequest", typeof(SetOfflineAreaIdRequest), typeof(SetOfflineAreaIdResponse)); EventTypes.RegistRequestType("area.offlineAwardHandler.queryOfflineAwardRequest", typeof(QueryOfflineAwardRequest), typeof(QueryOfflineAwardResponse)); EventTypes.RegistRequestType("area.offlineAwardHandler.getOfflineAwardRequest", typeof(GetOfflineAwardRequest), typeof(GetOfflineAwardResponse)); EventTypes.RegistRequestType("area.offlineAwardHandler.getCurrentOfflineAreaRequest", typeof(GetCurrentOfflineAreaRequest), typeof(GetCurrentOfflineAreaResponse)); }
static RewardHandler() { EventTypes.RegistRequestType("area.rewardHandler.rewardDeskRequest", typeof(RewardDeskRequest), typeof(RewardDeskResponse)); EventTypes.RegistRequestType("area.rewardHandler.rewardRequest", typeof(RewardRequest), typeof(RewardResponse)); EventTypes.RegistRequestType("area.rewardHandler.checkBountyRequest", typeof(CheckBountyRequest), typeof(CheckBountyResponse)); EventTypes.RegistRequestType("area.rewardHandler.getHasFinishRequest", typeof(FinishRewardRequest), typeof(FinishRewardResponse)); EventTypes.RegistRequestType("area.rewardHandler.getAwardBountyRequest", typeof(GetAwardBountyRequest), typeof(GetAwardBountyResponse)); }
static ChatHandler() { EventTypes.RegistPushType("chat.chatPush.onChatPush", typeof(OnChatPush)); EventTypes.RegistPushType("chat.chatPush.onChatErrorPush", typeof(OnChatErrorPush)); EventTypes.RegistPushType("chat.chatPush.tipPush", typeof(TipPush)); EventTypes.RegistRequestType("chat.chatHandler.sendChatRequest", typeof(SendChatRequest), typeof(SendChatResponse)); EventTypes.RegistRequestType("chat.chatHandler.getSaveChatMsgRequest", typeof(GetSaveChatMsgRequest), typeof(GetSaveChatMsgResponse)); }
static FunctionOpenHandler() { EventTypes.RegistPushType("area.functionOpenPush.functionOpenListPush", typeof(FunctionOpenListPush)); EventTypes.RegistPushType("area.functionOpenPush.functionAwardListPush", typeof(FunctionAwardListPush)); EventTypes.RegistRequestType("area.functionOpenHandler.getFunctionListRequest", typeof(GetFunctionListRequest), typeof(GetFunctionListResponse)); EventTypes.RegistRequestType("area.functionOpenHandler.setFunctionPlayedRequest", typeof(SetFunctionPlayedRequest), typeof(SetFunctionPlayedResponse)); EventTypes.RegistRequestType("area.functionOpenHandler.receiveFunctionAwardRequest", typeof(ReceiveFunctionAwardRequest), typeof(ReceiveFunctionAwardResponse)); }
static AmuletHandler() { EventTypes.RegistPushType("area.amuletPush.amuletEquipNewPush", typeof(AmuletEquipNewPush)); EventTypes.RegistRequestType("area.amuletHandler.getAllAmuletRequest", typeof(GetAllAmuletDetailReq), typeof(GetAllAmuletDetailRes)); EventTypes.RegistRequestType("area.amuletHandler.equipAmuletRequest", typeof(EquipAmuletReq), typeof(EquipAmuletRes)); EventTypes.RegistRequestType("area.amuletHandler.unEquipAmuletRequest", typeof(UnEquipAmuletReq), typeof(UnEquipAmuletRes)); EventTypes.RegistRequestType("area.amuletHandler.unAllEquipAmuletRequest", typeof(UnAllEquipAmuletReq), typeof(UnAllEquipAmuletRes)); }
static GuildBlessHandler() { EventTypes.RegistPushType("area.guildBlessPush.blessRefreshPush", typeof(BlessRefreshPush)); EventTypes.RegistRequestType("area.guildBlessHandler.getMyBlessInfoRequest", typeof(GetMyBlessInfoRequest), typeof(GetMyBlessInfoResponse)); EventTypes.RegistRequestType("area.guildBlessHandler.blessActionRequest", typeof(BlessActionRequest), typeof(BlessActionResponse)); EventTypes.RegistRequestType("area.guildBlessHandler.receiveBlessGiftRequest", typeof(ReceiveBlessGiftRequest), typeof(ReceiveBlessGiftResponse)); EventTypes.RegistRequestType("area.guildBlessHandler.upgradeBlessRequest", typeof(UpgradeBlessRequest), typeof(UpgradeBlessResponse)); }
static ShopMallHandler() { EventTypes.RegistRequestType("area.shopMallHandler.getMallTabsRequest", typeof(GetMallTabsRequest), typeof(GetMallTabsResponse)); EventTypes.RegistRequestType("area.shopMallHandler.getMallScoreItemListRequest", typeof(GetMallScoreItemListRequest), typeof(GetMallScoreItemListResponse)); EventTypes.RegistRequestType("area.shopMallHandler.buyMallItemRequest", typeof(BuyMallItemRequest), typeof(BuyMallItemResponse)); EventTypes.RegistRequestType("area.shopMallHandler.getMallItemListRequest", typeof(GetMallItemListRequest), typeof(GetMallItemListResponse)); EventTypes.RegistRequestType("area.shopMallHandler.buyMallScoreItemRequest", typeof(BuyMallScoreItemRequest), typeof(BuyMallScoreItemResponse)); }
static AchievementHandler() { EventTypes.RegistPushType("area.achievementPush.onAchievementPush", typeof(OnAchievementPush)); EventTypes.RegistRequestType("area.achievementHandler.achievementGetTypeElementRequest", typeof(AchievementGetTypeElementRequest), typeof(AchievementGetTypeElementResponse)); EventTypes.RegistRequestType("area.achievementHandler.achievementGetAwardRequest", typeof(AchievementGetAwardRequest), typeof(AchievementGetAwardResponse)); EventTypes.RegistRequestType("area.achievementHandler.getHolyArmorsRequest", typeof(GetHolyArmorsRequest), typeof(GetHolyArmorsResponse)); EventTypes.RegistRequestType("area.achievementHandler.activateHolyArmorRequest", typeof(ActivateHolyArmorRequest), typeof(ActivateHolyArmorResponse)); }
static MedalHandler() { EventTypes.RegistPushType("area.medalPush.medalTitleChangePush", typeof(MedalTitleChangePush)); EventTypes.RegistRequestType("area.medalHandler.getMedalInfoRequest", typeof(GetMedalInfoRequest), typeof(GetMedalInfoResponse)); EventTypes.RegistRequestType("area.medalHandler.gainMedalRequest", typeof(GainMedalRequest), typeof(GainMedalResponse)); EventTypes.RegistRequestType("area.medalHandler.medalListRequest", typeof(MedalListRequest), typeof(MedalListResponse)); EventTypes.RegistRequestType("area.medalHandler.getMedalInfoByCodeRequest", typeof(GetMedalInfoByCodeRequest), typeof(GetMedalInfoByCodeResponse)); }
static MasteryHandler() { EventTypes.RegistRequestType("area.masteryHandler.getMasteryInfoRequest", typeof(GetMasteryInfoRequest), typeof(GetMasteryInfoResponse)); EventTypes.RegistRequestType("area.masteryHandler.activeMasteryRequest", typeof(ActiveMasteryRequest), typeof(ActiveMasteryResponse)); EventTypes.RegistRequestType("area.masteryHandler.getRingRequest", typeof(GetRingRequest), typeof(GetRingResponse)); EventTypes.RegistRequestType("area.masteryHandler.masteryRingRequest", typeof(MasteryRingRequest), typeof(MasteryRingResponse)); EventTypes.RegistRequestType("area.masteryHandler.masteryDeliverRequest", typeof(MasteryDeliverRequest), typeof(MasteryDeliverResponse)); }
static SaleHandler() { EventTypes.RegistRequestType("area.saleHandler.buyPageRequest", typeof(BuyPageRequest), typeof(BuyPageResponse)); EventTypes.RegistRequestType("area.saleHandler.buyItemRequest", typeof(BuyItemRequest), typeof(BuyItemResponse)); EventTypes.RegistRequestType("area.saleHandler.autoBuyItemByCodeRequest", typeof(AutoBuyItemByCodeRequest), typeof(AutoBuyItemByCodeResponse)); EventTypes.RegistRequestType("area.saleHandler.sellItemsRequest", typeof(SellItemsRequest), typeof(SellItemsResponse)); EventTypes.RegistRequestType("area.saleHandler.rebuyItemRequest", typeof(RebuyItemRequest), typeof(RebuyItemResponse)); }
static GuildDepotHandler() { EventTypes.RegistPushType("area.guildDepotPush.depotRefreshPush", typeof(DepotRefreshPush)); EventTypes.RegistRequestType("area.guildDepotHandler.depositItemRequest", typeof(DepositItemRequest), typeof(DepositItemResponse)); EventTypes.RegistRequestType("area.guildDepotHandler.takeOutItemRequest", typeof(TakeOutItemRequest), typeof(TakeOutItemResponse)); EventTypes.RegistRequestType("area.guildDepotHandler.setConditionRequest", typeof(SetConditionRequest), typeof(SetConditionResponse)); EventTypes.RegistRequestType("area.guildDepotHandler.deleteItemRequest", typeof(DeleteItemRequest), typeof(DeleteItemResponse)); EventTypes.RegistRequestType("area.guildDepotHandler.upgradeDepotRequest", typeof(UpgradeDepotRequest), typeof(UpgradeDepotResponse)); }
static CardHandler() { EventTypes.RegistRequestType("area.cardHandler.cardRegisterRequest", typeof(CardRegisterRequest), typeof(CardRegisterResponse)); EventTypes.RegistRequestType("area.cardHandler.cardLevelUpRequest", typeof(CardLevelUpRequest), typeof(CardLevelUpResponse)); EventTypes.RegistRequestType("area.cardHandler.cardPreLevelUpRequest", typeof(CardPreLevelUpRequest), typeof(CardPreLevelUpResponse)); EventTypes.RegistRequestType("area.cardHandler.cardGetAwardRequest", typeof(CardGetAwardRequest), typeof(CardGetAwardResponse)); EventTypes.RegistRequestType("area.cardHandler.cardEquipRequest", typeof(CardEquipRequest), typeof(CardEquipResponse)); EventTypes.RegistRequestType("area.cardHandler.cardQueryAllDataRequest", typeof(CardQueryAllDataRequest), typeof(CardQueryAllDataResponse)); }
static PrepaidHandler() { EventTypes.RegistRequestType("area.prepaidHandler.prepaidSDKRequest", typeof(PrepaidSDKRequest), typeof(PrepaidSDKResponse)); EventTypes.RegistRequestType("area.prepaidHandler.prepaidListRequest", typeof(PrepaidListRequest), typeof(PrepaidListResponse)); EventTypes.RegistRequestType("area.prepaidHandler.prepaidAwardRequest", typeof(PrepaidAwardRequest), typeof(PrepaidAwardResponse)); EventTypes.RegistRequestType("area.prepaidHandler.prepaidAPPRequest", typeof(PrepaidAPPRequest), typeof(PrepaidAPPResponse)); EventTypes.RegistRequestType("area.prepaidHandler.prepaidOrderIdRequest", typeof(PrepaidOrderIdRequest), typeof(PrepaidOrderIdResponse)); EventTypes.RegistRequestType("area.prepaidHandler.prepaidFirstAwardRequest", typeof(PrepaidFirstRequest), typeof(PrepaidFirstResponse)); }