static ItemHandler() { EventTypes.RegistPushType("area.itemPush.fishItemPush", typeof(FishItemPush)); EventTypes.RegistPushType("area.itemPush.countItemChangePush", typeof(CountItemChangePush)); EventTypes.RegistPushType("area.itemPush.itemDetailPush", typeof(ItemDetailPush)); EventTypes.RegistPushType("area.itemPush.rewardItemPush", typeof(RewardItemPush)); EventTypes.RegistRequestType("area.itemHandler.getAllEquipDetailsRequest", typeof(GetAllEquipDetailsRequest), typeof(GetAllEquipDetailsResponse)); EventTypes.RegistRequestType("area.itemHandler.getCombineFormulaRequest", typeof(GetCombineFormulaRequest), typeof(GetCombineFormulaResponse)); EventTypes.RegistRequestType("area.itemHandler.combineRequest", typeof(CombineRequest), typeof(CombineResponse)); EventTypes.RegistNotifyType("area.itemHandler.queryItemStatusUpdateNotify", typeof(QueryItemStatusUpdateNotify)); }
static MailHandler() { EventTypes.RegistPushType("area.mailPush.onGetMailPush", typeof(OnGetMailPush)); EventTypes.RegistRequestType("area.mailHandler.mailGetAllRequest", typeof(MailGetAllRequest), typeof(MailGetAllResponse)); EventTypes.RegistRequestType("area.mailHandler.mailSendMailRequest", typeof(MailSendMailRequest), typeof(MailSendMailResponse)); EventTypes.RegistRequestType("area.mailHandler.mailDeleteRequest", typeof(MailDeleteRequest), typeof(MailDeleteResponse)); EventTypes.RegistRequestType("area.mailHandler.mailDeleteOneKeyRequest", typeof(MailDeleteOneKeyRequest), typeof(MailDeleteOneKeyResponse)); EventTypes.RegistRequestType("area.mailHandler.mailGetAttachmentRequest", typeof(MailGetAttachmentRequest), typeof(MailGetAttachmentResponse)); EventTypes.RegistRequestType("area.mailHandler.mailGetAttachmentOneKeyRequest", typeof(MailGetAttachmentOneKeyRequest), typeof(MailGetAttachmentOneKeyResponse)); EventTypes.RegistNotifyType("area.mailHandler.mailReadNotify", typeof(MailReadNotify)); EventTypes.RegistNotifyType("area.mailHandler.mailSendTestNotify", typeof(MailSendTestNotify)); }
static BagHandler() { EventTypes.RegistPushType("area.bagPush.bagItemUpdatePush", typeof(BagItemUpdatePush)); EventTypes.RegistPushType("area.bagPush.bagNewItemPush", typeof(BagNewItemPush)); EventTypes.RegistPushType("area.bagPush.bagNewEquipPush", typeof(BagNewEquipPush)); EventTypes.RegistPushType("area.bagPush.bagGridFullPush", typeof(BagGridFullPush)); EventTypes.RegistPushType("area.bagPush.bagGridNumPush", typeof(BagGridNumPush)); EventTypes.RegistRequestType("area.bagHandler.packUpBagRequest", typeof(PackUpBagRequest), typeof(PackUpBagResponse)); EventTypes.RegistRequestType("area.bagHandler.openBagGridRequest", typeof(OpenBagGridRequest), typeof(OpenBagGridResponse)); EventTypes.RegistRequestType("area.bagHandler.transferItemRequest", typeof(TransferItemRequest), typeof(TransferItemResponse)); EventTypes.RegistRequestType("area.bagHandler.sellItemRequest", typeof(SellItemRequest), typeof(SellItemResponse)); EventTypes.RegistRequestType("area.bagHandler.useItemRequest", typeof(UseItemRequest), typeof(UseItemResponse)); EventTypes.RegistNotifyType("area.bagHandler.addBagItemTestNotify", typeof(AddBagItemTestNotify)); }
static PlayerHandler() { EventTypes.RegistPushType("area.playerPush.clientConfigPush", typeof(ClientConfigPush)); EventTypes.RegistPushType("area.playerPush.battleEventPush", typeof(BattleEventPush)); EventTypes.RegistPushType("area.playerPush.battleClearPush", typeof(BattleClearPush)); EventTypes.RegistPushType("area.playerPush.onSuperScriptPush", typeof(SuperScriptPush)); EventTypes.RegistPushType("area.playerPush.changeAreaPush", typeof(ChangeAreaPush)); EventTypes.RegistPushType("area.playerPush.playerDynamicPush", typeof(PlayerDynamicPush)); EventTypes.RegistPushType("area.playerPush.playerRelivePush", typeof(PlayerRelivePush)); EventTypes.RegistPushType("area.playerPush.playerSaverRebirthPush", typeof(PlayerSaverRebirthPush)); EventTypes.RegistPushType("area.playerPush.simulateDropPush", typeof(SimulateDataPush)); EventTypes.RegistPushType("area.playerPush.kickPlayerPush", typeof(KickPlayerPush)); EventTypes.RegistPushType("area.playerPush.suitPropertyUpPush", typeof(SuitPropertyUpPush)); EventTypes.RegistPushType("area.playerPush.commonPropertyPush", typeof(CommonPropertyPush)); EventTypes.RegistPushType("area.playerPush.buffPropertyPush", typeof(BuffPropertyPush)); EventTypes.RegistPushType("area.playerPush.playerBattleAttributePush", typeof(PlayerBattleAttributePush)); EventTypes.RegistPushType("area.playerPush.payGiftStatePush", typeof(PayGiftStatePush)); EventTypes.RegistRequestType("area.playerHandler.getPlayerPositionRequest", typeof(GetPlayerPositionRequest), typeof(GetPlayerPositionResponse)); EventTypes.RegistRequestType("area.playerHandler.transportRequest", typeof(TransportRequest), typeof(TransportResponse)); EventTypes.RegistRequestType("area.playerHandler.enterSceneRequest", typeof(EnterSceneRequest), typeof(EnterSceneResponse)); EventTypes.RegistRequestType("area.playerHandler.queryLoadWayRequest", typeof(QueryLoadWayRequest), typeof(QueryLoadWayResponse)); EventTypes.RegistRequestType("area.playerHandler.pickItemRequest", typeof(PickItemRequest), typeof(PickItemResponse)); EventTypes.RegistRequestType("area.playerHandler.changeAreaRequest", typeof(ChangeAreaRequest), typeof(ChangeAreaResponse)); EventTypes.RegistRequestType("area.playerHandler.transByAreaIdRequest", typeof(TransByAreaIdRequest), typeof(TransByAreaIdResponse)); EventTypes.RegistRequestType("area.playerHandler.changeAreaXYRequest", typeof(ChangeAreaXYRequest), typeof(ChangeAreaXYResponse)); EventTypes.RegistRequestType("area.playerHandler.changeAreaByTaskRequest", typeof(ChangeAreaByTaskRequest), typeof(ChangeAreaByTaskResponse)); EventTypes.RegistRequestType("area.playerHandler.recentContactsRequest", typeof(RecentContactsRequest), typeof(RecentContactsResponse)); EventTypes.RegistRequestType("area.playerHandler.ChangePkModelRequest", typeof(ChangPkModelRequest), typeof(ChangPkModelRespone)); EventTypes.RegistRequestType("area.playerHandler.reliveSendPosRequest", typeof(ReliveSendPosRequest), typeof(ReliveSendPosResponse)); EventTypes.RegistRequestType("area.playerHandler.reliveRequest", typeof(ReliveRequest), typeof(ReliveResponse)); EventTypes.RegistRequestType("area.playerHandler.getAreaLinesRequest", typeof(GetAreaLinesRequest), typeof(GetAreaLinesResponse)); EventTypes.RegistRequestType("area.playerHandler.transByInstanceIdRequest", typeof(TransByInstanceIdRequest), typeof(TransByInstanceIdResponse)); EventTypes.RegistRequestType("area.playerHandler.lookUpOtherPlayerRequest", typeof(LookUpOtherPlayerRequest), typeof(LookUpOtherPlayerResponse)); EventTypes.RegistRequestType("area.playerHandler.agreeRebirthRequest", typeof(AgreeRebirthRequest), typeof(AgreeRebirthResponse)); EventTypes.RegistRequestType("area.playerHandler.cdkRequest", typeof(CDKRequest), typeof(CDKResponse)); EventTypes.RegistRequestType("area.playerHandler.setCustomConfigRequest", typeof(CustomConfigRequest), typeof(CustomConfigResponse)); EventTypes.RegistRequestType("area.playerHandler.leaveAreaRequest", typeof(LeaveAreaRequest), typeof(LeaveAreaResponse)); EventTypes.RegistRequestType("area.playerHandler.getSimulateDropByTcRequest", typeof(SimulateDropByTcRequest), typeof(SimulateDropByTcResponse)); EventTypes.RegistRequestType("area.playerHandler.upgradeClassRequest", typeof(UpgradeClassRequest), typeof(UpgradeClassResponse)); EventTypes.RegistRequestType("area.playerHandler.getClassEventConditionRequest", typeof(GetClassEventConditionRequest), typeof(GetClassEventConditionResponse)); EventTypes.RegistRequestType("area.playerHandler.clientReadyRequest", typeof(ClientReadyRequest), typeof(ClientReadyResponse)); EventTypes.RegistRequestType("area.playerHandler.sendGMCmdRequest", typeof(SendGMCmdRequest), typeof(SendGMCmdResponse)); EventTypes.RegistNotifyType("area.playerHandler.battleEventNotify", typeof(BattleEventNotify)); }
static TaskHandler() { EventTypes.RegistPushType("area.taskPush.taskUpdatePush", typeof(TaskUpdatePush)); EventTypes.RegistPushType("area.taskPush.taskAutoPush", typeof(TaskAutoPush)); EventTypes.RegistPushType("area.taskPush.treasureScenePointPush", typeof(TreasureScenePointPush)); EventTypes.RegistPushType("area.taskPush.loopResultPush", typeof(LoopResultPush)); EventTypes.RegistRequestType("area.taskHandler.acceptTaskRequest", typeof(AcceptTaskRequest), typeof(AcceptTaskResponse)); EventTypes.RegistRequestType("area.taskHandler.quickFinishRequest", typeof(QuickFinishRequest), typeof(QuickFinishResponse)); EventTypes.RegistRequestType("area.taskHandler.discardTaskRequest", typeof(DiscardTaskRequest), typeof(DiscardTaskResponse)); EventTypes.RegistRequestType("area.taskHandler.submitTaskRequest", typeof(SubmitTaskRequest), typeof(SubmitTaskResponse)); EventTypes.RegistRequestType("area.taskHandler.updateTaskStatusRequest", typeof(UpdateTaskStatusRequest), typeof(UpdateTaskStatusResponse)); EventTypes.RegistRequestType("area.taskHandler.refreshSoulTaskRequest", typeof(RefreshSoulTaskRequest), typeof(RefreshSoulTaskResponse)); EventTypes.RegistRequestType("area.taskHandler.getDailySoulFinNumRequest", typeof(GetDailySoulFinNumRequest), typeof(GetDailySoulFinNumResponse)); EventTypes.RegistRequestType("area.taskHandler.taskFuncDeskRequest", typeof(TaskFuncDeskRequest), typeof(TaskFuncDeskResponse)); EventTypes.RegistRequestType("area.taskHandler.acceptLoopTaskRequest", typeof(AcceptLoopTaskRequest), typeof(AcceptLoopTaskResponse)); EventTypes.RegistRequestType("area.taskHandler.acceptDailyTaskRequest", typeof(AcceptDailyTaskRequest), typeof(AcceptDailyTaskResponse)); EventTypes.RegistRequestType("area.taskHandler.reachTreasurePointRequest", typeof(ReachTreasurePointRequest), typeof(ReachTreasurePointResponse)); EventTypes.RegistNotifyType("area.taskHandler.cjPlayEndNotify", typeof(CjPlayEndNotify)); }
static RankHandler() { EventTypes.RegistPushType("area.rankPush.onAwardRankPush", typeof(OnAwardRankPush)); EventTypes.RegistRequestType("area.rankHandler.getRankInfoRequest", typeof(GetRankInfoRequest), typeof(GetRankInfoResponse)); EventTypes.RegistNotifyType("area.rankHandler.saveRankNotify", typeof(SaveRankNotify)); }
static WingHandler() { EventTypes.RegistRequestType("area.wingHandler.getWingInfoRequest", typeof(GetWingInfoRequest), typeof(GetWingInfoResponse)); EventTypes.RegistRequestType("area.wingHandler.trainingWingRequest", typeof(TrainingWingRequest), typeof(TrainingWingResponse)); EventTypes.RegistNotifyType("area.wingHandler.saveWingNotify", typeof(SaveWingNotify)); }