diff --git a/Command/Command/Cmd/CommandGiveall.cs b/Command/Command/Cmd/CommandGiveall.cs index d58900b7..cf3abbb7 100644 --- a/Command/Command/Cmd/CommandGiveall.cs +++ b/Command/Command/Cmd/CommandGiveall.cs @@ -1,5 +1,6 @@ using EggLink.DanhengServer.Data; using EggLink.DanhengServer.Database.Inventory; +using EggLink.DanhengServer.Database.TrainParty; using EggLink.DanhengServer.Enums.Avatar; using EggLink.DanhengServer.Enums.Item; using EggLink.DanhengServer.GameServer.Server.Packet.Send.PlayerSync; diff --git a/Command/Command/Cmd/CommandUnlockAll.cs b/Command/Command/Cmd/CommandUnlockAll.cs index 2ad77d4d..4c3f3526 100644 --- a/Command/Command/Cmd/CommandUnlockAll.cs +++ b/Command/Command/Cmd/CommandUnlockAll.cs @@ -3,8 +3,6 @@ using EggLink.DanhengServer.Enums.Mission; using EggLink.DanhengServer.GameServer.Server.Packet.Send.Player; using EggLink.DanhengServer.Internationalization; using EggLink.DanhengServer.Proto; -using EggLink.DanhengServer.Util; -using static EggLink.DanhengServer.Proto.PlayerKickOutScNotify.Types; namespace EggLink.DanhengServer.Command.Command.Cmd; diff --git a/Common/Data/Excel/RogueBuffGroupExcel.cs b/Common/Data/Excel/RogueBuffGroupExcel.cs index dd3fa093..c544c1ed 100644 --- a/Common/Data/Excel/RogueBuffGroupExcel.cs +++ b/Common/Data/Excel/RogueBuffGroupExcel.cs @@ -1,13 +1,14 @@ using EggLink.DanhengServer.Data.Custom; using EggLink.DanhengServer.Util; +using Newtonsoft.Json; namespace EggLink.DanhengServer.Data.Excel; [ResourceEntity("RogueBuffGroup.json")] public class RogueBuffGroupExcel : BaseRogueBuffGroupExcel { - public int GroupID { get; set; } - public List BuffTagList { get; set; } = []; + [JsonProperty("IDLBMIHBAPB")] public int GroupID { get; set; } + [JsonProperty("GNGDPDOMDFH")] public List BuffTagList { get; set; } = []; public override int GetId() { diff --git a/Common/Database/Avatar/AvatarData.cs b/Common/Database/Avatar/AvatarData.cs index a4502914..143c1d8a 100644 --- a/Common/Database/Avatar/AvatarData.cs +++ b/Common/Database/Avatar/AvatarData.cs @@ -134,8 +134,6 @@ public class AvatarInfo public int GetBaseAvatarId() { - if (PathId > 0) - return PathId > 8000 ? 8001 : AvatarId; return AvatarId; } @@ -231,7 +229,8 @@ public class AvatarInfo Promotion = (uint)Promotion, Rank = (uint)GetCurPathInfo().Rank, FirstMetTimeStamp = (ulong)Timestamp, - IsMarked = IsMarked + IsMarked = IsMarked, + DressedSkinId = (uint)GetCurPathInfo().Skin }; foreach (var item in GetCurPathInfo().Relic) @@ -385,8 +384,9 @@ public class AvatarInfo var proto = new MultiPathAvatarInfo { AvatarId = (MultiPathAvatarType)path.Key, - Rank = (uint)GetCurPathInfo().Rank, - PathEquipmentId = (uint)pathInfo.EquipId + Rank = (uint)pathInfo.Rank, + PathEquipmentId = (uint)pathInfo.EquipId, + DressedSkinId = (uint)pathInfo.Skin }; foreach (var skill in path.Value) @@ -418,7 +418,8 @@ public class AvatarInfo Exp = (uint)Exp, Promotion = (uint)Promotion, Rank = (uint)GetCurPathInfo().Rank, - Pos = (uint)pos + Pos = (uint)pos, + DressedSkinId = (uint)GetCurPathInfo().Skin }; var inventory = DatabaseHelper.Instance!.GetInstance(PlayerData!.Uid)!; @@ -448,6 +449,7 @@ public class AvatarInfo public class PathInfo(int pathId) { public int PathId { get; set; } = pathId; + public int Skin { get; set; } public int Rank { get; set; } public int EquipId { get; set; } = 0; public Dictionary Relic { get; set; } = []; diff --git a/Common/Util/ConfigManager.cs b/Common/Util/ConfigManager.cs index e8af83c0..3afc8fde 100644 --- a/Common/Util/ConfigManager.cs +++ b/Common/Util/ConfigManager.cs @@ -8,7 +8,7 @@ public static class ConfigManager { public static readonly Logger Logger = new("ConfigManager"); public static ConfigContainer Config { get; private set; } = new(); - private static readonly string ConfigFilePath = Config.Path.ConfigPath + "/Config.json"; + private static readonly string ConfigFilePath = "Config.json"; public static HotfixContainer Hotfix { get; private set; } = new(); private static readonly string HotfixFilePath = Config.Path.ConfigPath + "/Hotfix.json"; diff --git a/DanhengKcpSharp/CmdIds.cs b/DanhengKcpSharp/CmdIds.cs index 31ea738c..0b3c1c0c 100644 --- a/DanhengKcpSharp/CmdIds.cs +++ b/DanhengKcpSharp/CmdIds.cs @@ -2,1881 +2,1881 @@ namespace EggLink.DanhengServer.Kcp; public class CmdIds { + // None public const int None = 0; - public const int SubmitOrigamiItemScRsp = 4177; - public const int GroupStateChangeScNotify = 1442; - public const int JoinLineupScRsp = 706; - public const int SetAssistScRsp = 2953; - public const int SelectPhoneThemeCsReq = 5106; - public const int PlanetFesGiveCardPieceScRsp = 8303; - public const int TakeAssistRewardCsReq = 2958; - public const int SwordTrainingTurnActionScRsp = 7491; - public const int GetFriendRecommendListInfoCsReq = 2957; - public const int TakeRogueEndlessActivityAllBonusRewardScRsp = 6010; - public const int ChimeraDoFinalRoundScRsp = 8163; - public const int GetStoryLineInfoScRsp = 6213; - public const int AetherDivideTakeChallengeRewardCsReq = 4802; - public const int ExchangeHcoinScRsp = 571; - public const int ChangeEraFlipperDataScRsp = 6556; - public const int EvolveBuildShopAbilityDownCsReq = 7148; - public const int GetQuestRecordCsReq = 970; - public const int GetEraFlipperDataCsReq = 6592; - public const int UseTreasureDungeonItemCsReq = 4410; - public const int GetAlleyInfoScRsp = 4713; - public const int SetLineupNameScRsp = 757; - public const int FinishQuestCsReq = 930; - public const int RogueArcadeStartCsReq = 7692; - public const int SwitchHandFinishCsReq = 8114; - public const int SummonPetScRsp = 7604; - public const int FightHeartBeatCsReq = 30035; - public const int ChimeraFinishRoundCsReq = 8174; - public const int ChessRogueQueryCsReq = 5451; - public const int EnhanceRogueBuffScRsp = 1837; - public const int RogueTournGetAllArchiveScRsp = 6092; - public const int HeliobusSnsPostScRsp = 5806; - public const int QuitLineupCsReq = 770; - public const int PlayerLoginCsReq = 11; - public const int RogueTournGetSeasonTalentInfoCsReq = 6069; - public const int DoGachaScRsp = 1909; - public const int SwitchHandStartScRsp = 8104; - public const int ShowNewSupplementVisitorCsReq = 3795; - public const int GetRogueScoreRewardInfoCsReq = 1820; - public const int StartRogueScRsp = 1809; - public const int SceneCastSkillCsReq = 1435; - public const int CurPetChangedScNotify = 7611; - public const int GetFriendDevelopmentInfoScRsp = 2908; - public const int TakeOffRelicCsReq = 393; - public const int RelicReforgeConfirmCsReq = 501; - public const int GetAllServerPrefsDataScRsp = 6113; - public const int GetFightFestDataCsReq = 7292; - public const int PromoteEquipmentCsReq = 547; - public const int RotateMapScRsp = 6889; - public const int HeliobusSelectSkillScRsp = 5891; - public const int AddBlacklistScRsp = 2991; - public const int PlanetFesDealAvatarEventOptionItemCsReq = 8230; - public const int LobbyGetInfoCsReq = 7400; - public const int AvatarDeliverRewardTakeRewardCsReq = 2655; - public const int HeliobusSnsReadScRsp = 5809; - public const int DestroyItemScRsp = 553; - public const int RogueMagicEnterCsReq = 7747; - public const int SetCurWaypointScRsp = 409; - public const int PlanetFesCollectIncomeScRsp = 8241; - public const int TrainPartyGamePlaySettleNotify = 8022; - public const int DailyActiveInfoNotify = 3335; - public const int ModifyRelicFilterPlanCsReq = 578; - public const int MakeMissionDrinkCsReq = 6999; - public const int GetFriendApplyListInfoCsReq = 2935; - public const int TakeApRewardScRsp = 3313; - public const int GetRogueAdventureRoomInfoCsReq = 5650; - public const int SecurityReportScRsp = 4118; - public const int StartAlleyEventScRsp = 4789; - public const int RaidKickByServerScNotify = 2225; - public const int QuitLineupScRsp = 789; - public const int GetRndOptionCsReq = 3411; - public const int ChessRogueUpdateActionPointScNotify = 5495; - public const int HeliobusActivityDataCsReq = 5811; - public const int BattleLogReportCsReq = 130; - public const int SetDisplayAvatarScRsp = 2806; - public const int DeleteFriendCsReq = 2936; - public const int GetBigDataRecommendCsReq = 2429; - public const int MusicRhythmStartLevelScRsp = 7581; - public const int GetBasicInfoCsReq = 14; - public const int ChessRogueSelectCellScRsp = 5462; - public const int SyncTurnFoodNotify = 558; - public const int PrestigeLevelUpScRsp = 4707; - public const int GetStageLineupCsReq = 711; - public const int ChessRogueStartCsReq = 5591; - public const int GetStageLineupScRsp = 713; - public const int FightMatch3ChatCsReq = 30126; - public const int RemoveStuffFromAreaCsReq = 4370; - public const int GetChessRogueNousStoryInfoCsReq = 5467; - public const int InteractTreasureDungeonGridScRsp = 4425; - public const int FightMatch3ChatScRsp = 30130; - public const int ClockParkHandleWaitOperationScRsp = 7232; - public const int AetherDivideRefreshEndlessScNotify = 4821; - public const int MonopolyUpgradeAssetCsReq = 7071; - public const int GetRecyleTimeScRsp = 552; - public const int UnlockBackGroundMusicScRsp = 3106; - public const int MuseumRandomEventSelectCsReq = 4307; - public const int GetMovieRacingDataCsReq = 4110; - public const int AetherDivideSpiritExpUpScRsp = 4849; - public const int UseTreasureDungeonItemScRsp = 4407; - public const int GetNpcTakenRewardScRsp = 2113; - public const int PlanetFesGetBusinessDayInfoCsReq = 8222; - public const int ChessRogueLeaveCsReq = 5480; - public const int MusicRhythmStartLevelCsReq = 7586; - public const int TriggerVoiceCsReq = 4136; - public const int ChessRogueQuitScRsp = 5506; - public const int FightLeaveScNotify = 30047; - public const int SyncChessRogueMainStoryFinishScNotify = 5505; - public const int SetFriendMarkScRsp = 2941; - public const int SyncTaskCsReq = 1206; - public const int StartAetherDivideChallengeBattleScRsp = 4845; - public const int ClearAetherDividePassiveSkillScRsp = 4848; - public const int StartAetherDivideStageBattleCsReq = 4837; - public const int GetPlayerDetailInfoCsReq = 2947; - public const int PunkLordBattleResultScNotify = 3271; - public const int GetFriendChallengeDetailCsReq = 2996; - public const int ChessRogueSkipTeachingLevelCsReq = 5501; - public const int RelicSmartWearGetPinRelicCsReq = 8257; - public const int GetAvatarDeliverRewardActivityDataCsReq = 2640; - public const int MonopolyGetDailyInitItemScRsp = 7088; - public const int PlanetFesChooseAvatarEventOptionCsReq = 8226; - public const int SceneCastSkillCostMpScRsp = 1473; - public const int MusicRhythmUnlockTrackScNotify = 7577; - public const int SyncChessRogueNousSubStoryScNotify = 5581; - public const int MonopolyGetRaffleTicketScRsp = 7016; - public const int AcceptActivityExpeditionScRsp = 2595; - public const int FinishPlotCsReq = 1111; - public const int SwordTrainingStartGameScRsp = 7485; - public const int SetAetherDivideLineUpScRsp = 4813; - public const int RogueTournResetPermanentTalentCsReq = 6075; - public const int ClockParkGetOngoingScriptInfoCsReq = 7228; - public const int MonopolyConditionUpdateScNotify = 7045; - public const int GetCrossInfoScRsp = 7329; - public const int ExchangeStaminaCsReq = 50; - public const int GetBenefitActivityInfoCsReq = 4892; - public const int LobbyModifyPlayerInfoScRsp = 7395; - public const int StartFinishMainMissionScNotify = 1286; - public const int SwordTrainingRestoreGameScRsp = 7481; - public const int SetAssistCsReq = 2992; - public const int GetPlanetFesDataScRsp = 8218; - public const int MonopolyReRollRandomCsReq = 7091; - public const int QuitWolfBroGameScRsp = 6545; - public const int GetRogueShopMiracleInfoScRsp = 5635; - public const int HeartDialScriptChangeScNotify = 6326; - public const int TravelBrochureApplyPasterListCsReq = 6410; - public const int GetDrinkMakerDataCsReq = 6997; - public const int SwordTrainingResumeGameScRsp = 7470; - public const int MazeKillDirectCsReq = 4124; - public const int FightGeneralCsReq = 30089; - public const int QueryProductInfoCsReq = 56; - public const int MusicRhythmSaveSongConfigDataCsReq = 7574; - public const int SwitchLineupIndexScRsp = 791; - public const int RelicSmartWearGetPlanScRsp = 8266; - public const int ChessRogueQueryAeonDimensionsScRsp = 5485; - public const int SelectChessRogueNousSubStoryCsReq = 5415; - public const int RogueModifierStageStartNotify = 5330; - public const int GetRelicFilterPlanCsReq = 541; - public const int DeleteBlacklistScRsp = 2937; - public const int LockEquipmentScRsp = 506; - public const int TravelBrochureGetDataScRsp = 6413; - public const int SwordTrainingStoryBattleScRsp = 7467; - public const int HeliobusSnsReadCsReq = 5847; - public const int ComposeItemCsReq = 536; - public const int GetCurLineupDataCsReq = 747; - public const int DrinkMakerDayEndScNotify = 6990; - public const int MonopolyEventSelectFriendScRsp = 7033; - public const int GetTrainVisitorBehaviorScRsp = 3709; - public const int StartTrialActivityScRsp = 2608; - public const int MissionGroupWarnScNotify = 1218; - public const int UpdateRotaterScNotify = 6825; - public const int SyncRoguePickAvatarInfoScNotify = 1802; - public const int HeliobusSnsCommentScRsp = 5830; - public const int DailyFirstEnterMonopolyActivityCsReq = 7036; - public const int TakeChapterRewardScRsp = 426; - public const int RogueTournEnterRogueCocoonSceneCsReq = 6067; - public const int ArchiveWolfBroGameCsReq = 6514; - public const int ComposeLimitNumUpdateNotify = 586; - public const int RechargeSuccNotify = 510; - public const int ClockParkBattleEndScNotify = 7250; - public const int DiscardRelicCsReq = 587; - public const int ReportPlayerScRsp = 2982; - public const int PlayerSyncScNotify = 611; - public const int RogueMagicUnitReforgeScRsp = 7753; - public const int MuseumTargetMissionFinishNotify = 4337; - public const int TakeOffEquipmentScRsp = 318; - public const int TakeMultipleExpeditionRewardCsReq = 2593; - public const int HandleFriendScRsp = 2995; - public const int PlanetFesGetFriendCardPieceCsReq = 8304; - public const int GetHeartDialInfoCsReq = 6311; - public const int SwitchHandUpdateCsReq = 8119; - public const int ChallengeSettleNotify = 1770; - public const int ChimeraRoundWorkStartCsReq = 8165; - public const int GetMarkItemListCsReq = 524; - public const int HeliobusEnterBattleScRsp = 5810; - public const int GetBigDataRecommendScRsp = 2445; - public const int SetAvatarPathScRsp = 42; - public const int RaidCollectionDataScNotify = 6960; - public const int TakeOffEquipmentCsReq = 395; - public const int PlanetFesCollectAllIncomeCsReq = 8232; - public const int MusicRhythmFinishLevelScRsp = 7600; - public const int AlleyTakeEventRewardCsReq = 4775; - public const int ApplyFriendCsReq = 2970; - public const int SetAssistAvatarCsReq = 2818; - public const int AlleyGuaranteedFundsScRsp = 4784; - public const int FarmElementSweepScRsp = 1318; - public const int ChooseBoxingClubStageOptionalBuffScRsp = 4277; - public const int AlleyShipUsedCountScNotify = 4753; - public const int GetCrossInfoCsReq = 7309; - public const int MonopolyBuyGoodsScRsp = 7007; - public const int SyncApplyFriendScNotify = 2926; - public const int MarkAvatarCsReq = 365; - public const int SyncRogueCommonDialogueDataScNotify = 5659; - public const int TakePictureScRsp = 4106; - public const int MonopolyBuyGoodsCsReq = 7010; - public const int LeaveAetherDivideSceneCsReq = 4814; - public const int RogueTournGetArchiveRepositoryCsReq = 6037; - public const int LobbyInviteScRsp = 7396; - public const int RogueNpcDisappearScRsp = 5636; - public const int SetAetherDivideLineUpCsReq = 4846; - public const int SetTurnFoodSwitchCsReq = 568; - public const int TrainPartyTakeBuildLevelAwardScRsp = 8084; - public const int SetIsDisplayAvatarInfoScRsp = 2889; - public const int TakeRogueScoreRewardScRsp = 1807; - public const int StartAetherDivideChallengeBattleCsReq = 4829; - public const int TakeOfferingRewardScRsp = 6929; - public const int TrainPartyBuildDiyScRsp = 8077; - public const int StartPartialChallengeCsReq = 1757; - public const int AvatarExpUpScRsp = 309; - public const int EvolveBuildReRandomStageScRsp = 7146; - public const int AlleyEventChangeNotify = 4726; - public const int ShareScRsp = 4113; - public const int ChessRogueEnterScRsp = 5552; - public const int EvolveBuildGiveupCsReq = 7129; - public const int RogueTournReEnterRogueCocoonStageCsReq = 6057; - public const int EnterSceneCsReq = 1467; - public const int MultiplayerGetFightGateCsReq = 1047; - public const int RogueTournQueryScRsp = 6017; - public const int GetRogueCollectionScRsp = 5644; - public const int GameplayCounterRecoverCsReq = 1461; - public const int EvolveBuildShopAbilityResetCsReq = 7111; - public const int GmTalkScRsp = 95; - public const int RogueMagicGetTalentInfoScRsp = 7784; - public const int SyncRogueVirtualItemInfoScNotify = 1872; - public const int SetStuffToAreaCsReq = 4335; - public const int GetPreAvatarGrowthInfoScRsp = 384; - public const int EnterFightActivityStageScRsp = 3635; - public const int PlanetFesLargeBonusInteractScRsp = 8328; - public const int TakeOffAvatarSkinScRsp = 351; - public const int DestroyItemCsReq = 592; - public const int GetMailScRsp = 813; - public const int LeaveAetherDivideSceneScRsp = 4806; - public const int WolfBroGameActivateBulletScRsp = 6550; - public const int ChessRogueQueryBpCsReq = 5502; - public const int GrowthTargetAvatarChangedScNotify = 353; - public const int GetMapRotationDataCsReq = 6895; - public const int RogueDoGambleCsReq = 5642; - public const int ServerLogScNotify = 2491; - public const int GetSecretKeyInfoCsReq = 40; - public const int ExchangeGachaCeilingCsReq = 1970; - public const int ChessRogueCellUpdateNotify = 5567; - public const int GetAuthkeyScRsp = 91; - public const int EnterAdventureCsReq = 1311; - public const int UpdateServerPrefsDataScRsp = 6106; - public const int MarkRelicFilterPlanCsReq = 599; - public const int PVEBattleResultScRsp = 113; - public const int TakeMultipleActivityExpeditionRewardCsReq = 2525; - public const int MazeKillDirectScRsp = 4184; - public const int MissionRewardScNotify = 1235; - public const int RogueArcadeStartScRsp = 7668; - public const int PlayerReturnTakePointRewardScRsp = 4506; - public const int PromoteAvatarScRsp = 389; - public const int RogueTournEnablePermanentTalentCsReq = 6094; - public const int PunkLordRaidTimeOutScNotify = 3257; - public const int SyncTaskScRsp = 1270; - public const int EvolveBuildCoinNotify = 7149; - public const int WorldUnlockCsReq = 7627; - public const int ChessRogueUpdateAeonModifierValueScNotify = 5471; - public const int WorldUnlockScRsp = 7626; - public const int ScenePlaneEventScNotify = 1412; - public const int GetFantasticStoryActivityDataCsReq = 4911; - public const int RogueArcadeRestartCsReq = 7691; - public const int SyncRogueCommonVirtualItemInfoScNotify = 5641; - public const int MonopolyGameBingoFlipCardScRsp = 7028; - public const int TrainPartyTakeBuildLevelAwardCsReq = 8024; - public const int ChessRogueUpdateLevelBaseInfoScNotify = 5456; - public const int ChimeraFinishEndlessRoundScRsp = 8178; - public const int GetDrinkMakerDataScRsp = 6996; - public const int ClockParkUseBuffCsReq = 7235; - public const int WolfBroGamePickupBulletCsReq = 6513; - public const int WolfBroGameExplodeMonsterScRsp = 6535; - public const int RelicSmartWearDeletePlanCsReq = 8269; - public const int MonopolyGuessChooseScRsp = 7094; - public const int HeliobusStartRaidScRsp = 5871; - public const int TakeActivityExpeditionRewardScRsp = 2573; - public const int TravelBrochureUpdatePasterPosCsReq = 6495; - public const int SyncRogueAdventureRoomInfoScNotify = 5611; - public const int GetExhibitScNotify = 4330; - public const int GetMonopolyMbtiReportRewardCsReq = 7061; - public const int LobbyQuitCsReq = 7363; - public const int StartWolfBroGameCsReq = 6542; - public const int TrainPartyAddBuildDynamicBuffCsReq = 8075; - public const int GetRogueBuffEnhanceInfoCsReq = 1871; - public const int ArchiveWolfBroGameScRsp = 6506; - public const int UnlockSkilltreeCsReq = 335; - public const int RestoreWolfBroGameArchiveCsReq = 6541; - public const int RestoreWolfBroGameArchiveScRsp = 6509; - public const int HeliobusUpgradeLevelCsReq = 5836; - public const int PlanetFesUpgradeSkillLevelCsReq = 8244; - public const int GetMuseumInfoCsReq = 4311; - public const int ChessRogueEnterCsReq = 5577; - public const int GetNpcStatusCsReq = 2747; - public const int GetDailyActiveInfoScRsp = 3309; - public const int MonopolyQuizDurationChangeScNotify = 7100; - public const int GetNpcMessageGroupScRsp = 2713; - public const int StartWolfBroGameScRsp = 6518; - public const int TakePrestigeRewardScRsp = 4718; - public const int SetGameplayBirthdayScRsp = 4; - public const int EnterMapRotationRegionScRsp = 6813; - public const int BoxingClubChallengeUpdateScNotify = 4230; - public const int UpdateMechanismBarScNotify = 1499; - public const int ChallengeRaidNotify = 2230; - public const int TextJoinBatchSaveScRsp = 3806; - public const int WolfBroGameDataChangeScNotify = 6516; - public const int SetLanguageScRsp = 22; - public const int EvolveBuildQueryInfoScRsp = 7118; - public const int MultiplayerFightGameStateCsReq = 1011; - public const int QuitWolfBroGameCsReq = 6529; - public const int ChessRogueQuitCsReq = 5492; - public const int WolfBroGameActivateBulletCsReq = 6538; - public const int LobbyStartFightScRsp = 7359; - public const int TakeQuestOptionalRewardCsReq = 918; - public const int SpaceZooOpCatteryScRsp = 6789; - public const int BatchMarkChatEmojiScRsp = 3950; - public const int GetServerLogSettingsScRsp = 2468; - public const int StoryLineInfoScNotify = 6247; - public const int SetCurWaypointCsReq = 447; - public const int StartPunkLordRaidScRsp = 3209; - public const int MusicRhythmUnlockSongNotify = 7592; - public const int MakeDrinkScRsp = 6984; - public const int GetChapterScRsp = 406; - public const int LobbyModifyPlayerInfoCsReq = 7379; - public const int PlayerGetTokenScRsp = 6; - public const int EnterTrialActivityStageScRsp = 2669; - public const int AetherDivideFinishChallengeScNotify = 4830; - public const int GetChapterCsReq = 435; - public const int TeleportToMissionResetPointScRsp = 1252; - public const int ContentPackageTransferScNotify = 7509; - public const int MarkChatEmojiScRsp = 3918; - public const int PlanetFesGetAvatarStatCsReq = 8201; - public const int SwordTrainingSelectEndingScRsp = 7494; - public const int RogueTournStartCsReq = 6019; - public const int EnterFeverTimeActivityStageCsReq = 7154; - public const int WaypointShowNewCsNotify = 470; - public const int GetWaypointCsReq = 411; - public const int PlanetFesBonusEventInteractScRsp = 8217; - public const int MarbleLevelFinishCsReq = 8290; - public const int UnlockTutorialScRsp = 1606; - public const int AlleyEventEffectNotify = 4730; - public const int MonopolyMoveCsReq = 7089; - public const int UnlockTutorialCsReq = 1635; - public const int SetRedPointStatusScNotify = 12; - public const int SubmitEmotionItemCsReq = 6335; - public const int TrainVisitorRewardSendNotify = 3706; - public const int GetPhoneDataScRsp = 5113; - public const int AvatarExpUpCsReq = 347; - public const int FinishTutorialScRsp = 1630; - public const int MusicRhythmFinishLevelCsReq = 7585; - public const int FeverTimeActivityBattleEndScNotify = 7159; - public const int MonopolyConfirmRandomScRsp = 7025; - public const int ClientObjUploadCsReq = 31; - public const int GetHeartDialInfoScRsp = 6313; - public const int AlleyFundsScNotify = 4771; - public const int ChimeraStartEndlessCsReq = 8179; - public const int UpgradeAreaStatScRsp = 4377; - public const int SelectPhoneCaseCsReq = 5126; - public const int GetFriendApplyListInfoScRsp = 2906; - public const int GetTutorialGuideCsReq = 1647; - public const int GetBigDataAllRecommendScRsp = 2410; - public const int MonopolyGameBingoFlipCardCsReq = 7075; - public const int FinishTutorialGuideScRsp = 1618; - public const int GetTutorialGuideScRsp = 1609; - public const int MonopolyGameRaiseRatioScRsp = 7092; - public const int TravelBrochureRemovePasterScRsp = 6430; - public const int FinishTutorialCsReq = 1626; - public const int LeaveRogueCsReq = 1870; - public const int TakeKilledPunkLordMonsterScoreScRsp = 3286; - public const int RogueMagicSettleScRsp = 7789; - public const int SyncRogueExploreWinScNotify = 1875; - public const int PrepareRogueAdventureRoomCsReq = 5613; - public const int QuitTreasureDungeonScRsp = 4482; - public const int FinishChessRogueNousSubStoryScRsp = 5526; - public const int OpenTreasureDungeonGridScRsp = 4477; - public const int ClockParkGetOngoingScriptInfoScRsp = 7210; - public const int LeaveRaidCsReq = 2247; - public const int QuitTreasureDungeonCsReq = 4471; - public const int PrepareRogueAdventureRoomScRsp = 5647; - public const int RogueMagicLeaveCsReq = 7735; - public const int FightTreasureDungeonMonsterScRsp = 4493; - public const int GetTreasureDungeonActivityDataScRsp = 4418; - public const int InteractTreasureDungeonGridCsReq = 4457; - public const int TreasureDungeonDataScNotify = 4411; - public const int OpenTreasureDungeonGridCsReq = 4473; - public const int EnterTreasureDungeonCsReq = 4436; - public const int PickRogueAvatarScRsp = 1891; - public const int MarkItemCsReq = 575; - public const int RemoveStuffFromAreaScRsp = 4389; - public const int GetRogueInfoCsReq = 1811; - public const int TravelBrochurePageUnlockScNotify = 6447; - public const int TravelBrochureSetPageDescStatusScRsp = 6493; - public const int TravelBrochureSelectMessageScRsp = 6406; - public const int GetStarFightDataScRsp = 7166; - public const int ServerAnnounceNotify = 86; - public const int GetLoginActivityScRsp = 2613; - public const int PromoteEquipmentScRsp = 509; - public const int UnlockHeadIconScNotify = 2826; - public const int TravelBrochureSetCustomValueScRsp = 6477; - public const int RogueWorkbenchGetInfoCsReq = 5655; - public const int TravelBrochureGetPasterScNotify = 6436; - public const int GetChatEmojiListCsReq = 3926; - public const int TravelBrochureSelectMessageCsReq = 6435; - public const int RogueModifierDelNotify = 5326; - public const int TakeTrialActivityRewardScRsp = 2699; - public const int TravelBrochureApplyPasterScRsp = 6489; - public const int GetPlatformPlayerInfoScRsp = 2987; - public const int UnlockTutorialGuideScRsp = 1689; - public const int DressAvatarSkinCsReq = 307; - public const int LobbyStartFightCsReq = 7391; - public const int SceneReviveAfterRebattleCsReq = 1451; - public const int TravelBrochureGetDataCsReq = 6411; - public const int PlayBackGroundMusicCsReq = 3147; - public const int AddBlacklistCsReq = 2977; - public const int SwordTrainingExamResultConfirmScRsp = 7475; - public const int ChessRogueNousEditDiceCsReq = 5417; - public const int TravelBrochurePageResetCsReq = 6457; - public const int ClockParkUnlockTalentScRsp = 7209; - public const int HeliobusSnsCommentCsReq = 5826; - public const int TravelBrochureApplyPasterListScRsp = 6407; - public const int AcceptMainMissionCsReq = 1292; - public const int FinishPlotScRsp = 1113; - public const int RogueMagicReviveCostUpdateScNotify = 7757; - public const int EnhanceChessRogueBuffCsReq = 5504; - public const int AetherDivideTakeChallengeRewardScRsp = 4825; - public const int MatchResultScNotify = 7341; - public const int TravelBrochurePageResetScRsp = 6425; - public const int RelicSmartWearGetPinRelicScRsp = 8265; - public const int TakeTrainVisitorUntakenBehaviorRewardScRsp = 3730; - public const int ComposeLimitNumCompleteNotify = 522; - public const int ChessRogueCheatRollScRsp = 5455; - public const int SetForbidOtherApplyFriendScRsp = 2946; - public const int FinishCosumeItemMissionScRsp = 1250; - public const int SwitchLineupIndexCsReq = 777; - public const int ReviveRogueAvatarScRsp = 1825; - public const int MuseumRandomEventQueryCsReq = 4325; - public const int TrainVisitorBehaviorFinishScRsp = 3713; - public const int LobbyGetInfoScRsp = 7398; - public const int GetMaterialSubmitActivityDataCsReq = 2691; - public const int RogueTournExpNotify = 6027; - public const int GetTrainVisitorRegisterCsReq = 3770; - public const int GetTrainVisitorRegisterScRsp = 3789; - public const int ComposeItemScRsp = 550; - public const int EnterFantasticStoryActivityStageScRsp = 4935; - public const int TarotBookFinishInteractionScRsp = 8147; - public const int GetLevelRewardTakenListCsReq = 7; - public const int GetPamSkinDataCsReq = 8137; - public const int EnterEraFlipperRegionCsReq = 6579; - public const int TrainVisitorBehaviorFinishCsReq = 3711; - public const int TarotBookFinishStoryScRsp = 8151; - public const int TrainPartyUpdatePosEnvCsReq = 8092; - public const int SpaceZooCatUpdateNotify = 6795; - public const int TrainPartyHandlePendingActionScRsp = 8018; - public const int MonopolyAcceptQuizScRsp = 7058; - public const int ReturnLastTownCsReq = 1410; - public const int MultiplayerFightGameStateScRsp = 1013; - public const int HeliobusSelectSkillCsReq = 5877; - public const int GetPlayerReturnMultiDropInfoScRsp = 4635; - public const int GetAvatarDataScRsp = 313; - public const int TrainPartyHandlePendingActionCsReq = 8095; - public const int TrainPartyUseCardScRsp = 8009; - public const int EnterSummonActivityStageScRsp = 7567; - public const int SetClientRaidTargetCountScRsp = 2250; - public const int GetEnhanceCommonRogueBuffInfoScRsp = 5607; - public const int MonopolyGetRafflePoolInfoCsReq = 7015; - public const int TrainPartyLeaveScRsp = 8007; - public const int TrainPartyGetDataScRsp = 8013; - public const int TrainPartyUseCardCsReq = 8047; - public const int LogisticsDetonateStarSkiffCsReq = 4783; - public const int TakeOfferingRewardCsReq = 6934; - public const int GetPamSkinDataScRsp = 8136; - public const int TakeBenefitActivityRewardCsReq = 4864; - public const int TrainPartyBuildStartStepCsReq = 8036; - public const int TrainPartySettleNotify = 8070; - public const int GetRechargeBenefitInfoScRsp = 8369; - public const int DeleteBlacklistCsReq = 2951; - public const int GetTreasureDungeonActivityDataCsReq = 4495; - public const int TrainPartyEnterScRsp = 8025; - public const int GetRogueTalentInfoScRsp = 1854; - public const int EnterRogueEndlessActivityStageScRsp = 6007; - public const int TakeRogueAeonLevelRewardCsReq = 1819; - public const int SpaceZooBornCsReq = 6747; - public const int SpaceZooTakeCsReq = 6750; - public const int ResetEraFlipperDataCsReq = 6591; - public const int AetherDivideRefreshEndlessCsReq = 4819; - public const int TrainPartyUpdatePosEnvScRsp = 8053; - public const int ChessRogueEnterNextLayerScRsp = 5447; - public const int ChessRogueConfirmRollCsReq = 5584; - public const int SpaceZooTakeScRsp = 6773; - public const int OfferingInfoScNotify = 6939; - public const int GetServerPrefsDataCsReq = 6147; - public const int QuitRogueScRsp = 1824; - public const int TrainPartyGamePlayStartScRsp = 8052; - public const int EvolveBuildStartLevelCsReq = 7114; - public const int TrainPartyLeaveCsReq = 8010; - public const int GetTrackPhotoActivityDataCsReq = 7554; - public const int SettleTrackPhotoStageCsReq = 7559; - public const int LogisticsInfoScNotify = 4752; - public const int GetChatFriendHistoryCsReq = 3970; - public const int LeaveMapRotationRegionScRsp = 6830; - public const int GetBoxingClubInfoCsReq = 4211; - public const int StartRogueCsReq = 1847; - public const int QuitTrackPhotoStageScRsp = 7553; - public const int LastSpringRefreshTimeNotify = 1425; - public const int PlanetFesTakeRegionPhaseRewardScRsp = 8219; - public const int StartFightFestScRsp = 7256; - public const int StartTrackPhotoStageScRsp = 7552; - public const int SettleTrackPhotoStageScRsp = 7557; - public const int EquipAetherDividePassiveSkillScRsp = 4838; - public const int MultiplayerGetFightGateScRsp = 1009; - public const int GetTrackPhotoActivityDataScRsp = 7556; - public const int GetRechargeBenefitInfoCsReq = 8374; - public const int AcceptExpeditionCsReq = 2547; - public const int QuitTrackPhotoStageCsReq = 7555; - public const int FightHeartBeatScRsp = 30006; - public const int GetChallengeCsReq = 1711; - public const int TextJoinQueryScRsp = 3809; - public const int RogueTournClearArchiveNameScNotify = 6050; - public const int ChessRogueRollDiceCsReq = 5452; - public const int TextJoinSaveCsReq = 3811; - public const int GetSocialEventServerCacheScRsp = 7040; - public const int TextJoinBatchSaveCsReq = 3835; - public const int FinishFirstTalkByPerformanceNpcScRsp = 2150; - public const int GetMuseumInfoScRsp = 4313; - public const int TextJoinQueryCsReq = 3847; - public const int TextJoinSaveScRsp = 3813; - public const int WolfBroGameUseBulletScRsp = 6546; - public const int GetTelevisionActivityDataScRsp = 6976; - public const int GateServerScNotify = 8; - public const int GetRaidInfoCsReq = 2295; - public const int ChangeLineupLeaderScRsp = 773; - public const int TelevisionActivityDataChangeScNotify = 6980; - public const int MuseumTakeCollectRewardScRsp = 4322; - public const int EnterTelevisionActivityStageCsReq = 6964; - public const int MatchThreeLevelEndScRsp = 7406; - public const int PlanetFesDoGachaScRsp = 8207; - public const int TelevisionActivityBattleEndScNotify = 6969; - public const int FantasticStoryActivityBattleEndScNotify = 4906; - public const int TakeBpRewardScRsp = 3035; - public const int SyncRogueAreaUnlockScNotify = 1812; - public const int TarotBookFinishInteractionCsReq = 8158; - public const int TarotBookUnlockStoryScRsp = 8149; - public const int TakeTrainVisitorUntakenBehaviorRewardCsReq = 3726; - public const int RogueModifierUpdateNotify = 5389; - public const int TarotBookFinishStoryCsReq = 8159; - public const int MonopolyGuessDrawScNotify = 7081; - public const int PlanetFesGameBingoFlipScRsp = 8223; - public const int TarotBookUnlockStoryCsReq = 8154; - public const int TarotBookModifyEnergyScNotify = 8150; - public const int EnterSectionCsReq = 1465; - public const int AlleyShipmentEventEffectsScNotify = 4722; - public const int TarotBookGetDataCsReq = 8157; - public const int BuyRogueShopMiracleScRsp = 5626; - public const int SyncAddBlacklistScNotify = 2993; - public const int TrainPartySyncUpdateScNotify = 8026; - public const int EnhanceCommonRogueBuffScRsp = 5682; - public const int TarotBookOpenPackScRsp = 8144; - public const int TarotBookGetDataScRsp = 8156; - public const int RogueMagicStartScRsp = 7713; - public const int SetGenderScRsp = 68; - public const int GetFirstTalkByPerformanceNpcCsReq = 2195; - public const int TakeChallengeRaidRewardScRsp = 2226; - public const int GetFirstTalkNpcCsReq = 2135; - public const int TakeCityShopRewardScRsp = 1506; - public const int TrialBackGroundMusicCsReq = 3170; - public const int TakeTalkRewardCsReq = 2147; - public const int SetHeadIconCsReq = 2847; - public const int TakeTalkRewardScRsp = 2109; - public const int GroupStateChangeCsReq = 1438; - public const int GetFirstTalkByPerformanceNpcScRsp = 2118; - public const int RelicSmartWearDeletePlanScRsp = 8261; - public const int CancelCacheNotifyScRsp = 4130; - public const int ActivateFarmElementCsReq = 1500; - public const int FinishFirstTalkNpcCsReq = 2170; - public const int MuseumTargetStartNotify = 4351; - public const int TakeLoginActivityRewardCsReq = 2647; - public const int RankUpEquipmentCsReq = 526; - public const int GetNpcTakenRewardCsReq = 2111; - public const int EvolveBuildShopAbilityResetScRsp = 7104; - public const int MarkChestChangedScNotify = 8194; - public const int FinishFirstTalkNpcScRsp = 2189; - public const int FinishCosumeItemMissionCsReq = 1236; - public const int GetFirstTalkNpcScRsp = 2106; - public const int ChessRogueFinishCurRoomNotify = 5594; - public const int ChessRogueCheatRollCsReq = 5593; - public const int FinishFirstTalkByPerformanceNpcCsReq = 2136; - public const int GetSwordTrainingDataCsReq = 7468; - public const int EnhanceCommonRogueBuffCsReq = 5671; - public const int MonopolySelectOptionCsReq = 7030; - public const int PlanetFesGetAvatarStatScRsp = 8203; - public const int MonthCardRewardNotify = 69; - public const int ChimeraFinishRoundScRsp = 8169; - public const int RogueMagicReviveAvatarScRsp = 7710; - public const int PlanetFesStartMiniGameCsReq = 8231; - public const int SwordTrainingSelectEndingCsReq = 7483; - public const int RogueMagicUnitComposeCsReq = 7722; - public const int GetPlanetFesDataCsReq = 8242; - public const int ChessRogueGoAheadCsReq = 5587; - public const int GetRogueShopMiracleInfoCsReq = 5609; - public const int SwordTrainingSetSkillTraceCsReq = 7486; - public const int TrialBackGroundMusicScRsp = 3189; - public const int SpaceZooDeleteCatScRsp = 6730; - public const int PlanetFesDealAvatarEventOptionItemScRsp = 8233; - public const int StartFinishSubMissionScNotify = 1222; - public const int ChessRogueNousEnableRogueTalentScRsp = 5404; - public const int StartAlleyEventCsReq = 4770; - public const int CancelMatchCsReq = 7314; - public const int PickRogueAvatarCsReq = 1877; - public const int SwordTrainingActionTurnSettleScNotify = 7471; - public const int RogueTournEnterRoomCsReq = 6040; - public const int TakeQuestRewardCsReq = 947; - public const int SwordTrainingGameSettleScNotify = 7455; - public const int UpdatePlayerSettingScRsp = 85; - public const int ChimeraRoundWorkStartScRsp = 8172; - public const int EvolveBuildShopAbilityDownScRsp = 7135; - public const int FinishChessRogueSubStoryCsReq = 5556; - public const int CancelMarkItemNotify = 583; - public const int GetUpdatedArchiveDataScRsp = 2309; - public const int RogueTournConfirmSettleCsReq = 6042; - public const int StartChallengeCsReq = 1747; - public const int EnableRogueTalentCsReq = 1890; - public const int TakeApRewardCsReq = 3311; - public const int LobbySyncInfoScNotify = 7366; - public const int SwordTrainingLearnSkillCsReq = 7488; - public const int DelMailScRsp = 806; - public const int RogueGetGambleInfoScRsp = 5662; - public const int PlayerReturnTakeRelicScRsp = 4536; - public const int LogisticsDetonateStarSkiffScRsp = 4758; - public const int GetMonopolyFriendRankingListCsReq = 7004; - public const int SwordTrainingGameSyncChangeScNotify = 7492; - public const int EnterTrialActivityStageCsReq = 2696; - public const int SwordTrainingRestoreGameCsReq = 7469; - public const int SwordTrainingLearnSkillScRsp = 7500; - public const int GetBattleCollegeDataScRsp = 5713; - public const int SwordTrainingGiveUpGameScRsp = 7454; - public const int PlanetFesGetBusinessDayInfoScRsp = 8237; - public const int SwordTrainingStoryConfirmCsReq = 7472; - public const int FarmElementSweepCsReq = 1395; - public const int ChessRogueNousEnableRogueTalentCsReq = 5589; - public const int PlayerReturnTakeRewardCsReq = 4570; - public const int SwordTrainingDialogueSelectOptionScRsp = 7478; - public const int SwordTrainingExamResultConfirmCsReq = 7452; - public const int AvatarDeliverRewardChooseAvatarScRsp = 2667; - public const int SwordTrainingDailyPhaseConfirmCsReq = 7459; - public const int SetRogueExhibitionCsReq = 5620; - public const int GetSwordTrainingDataScRsp = 7464; - public const int TakeMultipleExpeditionRewardScRsp = 2557; - public const int ChessRogueLeaveScRsp = 5524; - public const int SwordTrainingSetSkillTraceScRsp = 7462; - public const int CancelActivityExpeditionScRsp = 2536; - public const int SwordTrainingStoryConfirmScRsp = 7487; - public const int GetFriendBattleRecordDetailCsReq = 2966; - public const int SwordTrainingStoryBattleCsReq = 7477; - public const int RogueModifierAddNotify = 5347; - public const int UpdateEnergyScNotify = 6877; - public const int GetWaypointScRsp = 413; - public const int DrinkMakerChallengeCsReq = 6998; - public const int SelectPamSkinCsReq = 8140; - public const int RaidCollectionDataScRsp = 6956; - public const int EvolveBuildReRandomStageCsReq = 7132; - public const int AcceptMainMissionScRsp = 1253; - public const int RemoveRotaterCsReq = 6893; - public const int SwordTrainingDailyPhaseConfirmScRsp = 7479; - public const int GetMultiPathAvatarInfoScRsp = 49; - public const int MonopolyGetDailyInitItemCsReq = 7049; - public const int RogueArcadeRestartScRsp = 7659; - public const int SwordTrainingMarkEndingViewedScRsp = 7451; - public const int SwitchHandResetGameCsReq = 8113; - public const int DeactivateFarmElementScRsp = 1481; - public const int FinishPerformSectionIdCsReq = 2726; - public const int SavePointsInfoNotify = 1475; - public const int SwitchAetherDivideLineUpSlotCsReq = 4835; - public const int RogueArcadeGetInfoScRsp = 7695; - public const int RogueTournReviveCostUpdateScNotify = 6024; - public const int PlanetFesUseItemCsReq = 8202; - public const int SyncDeleteFriendScNotify = 2973; - public const int RogueMagicEnableTalentScRsp = 7728; - public const int PlanetFesGetOfferedCardPieceScRsp = 8322; - public const int SwitchHandCoinUpdateScRsp = 8118; - public const int GetGachaCeilingScRsp = 1906; - public const int ClockParkUseBuffScRsp = 7222; - public const int GetMissionDataScRsp = 1213; - public const int SwitchHandResetHandPosScRsp = 8115; - public const int BatchGetQuestDataCsReq = 973; - public const int ClockParkFinishScriptScNotify = 7237; - public const int SwitchAetherDivideLineUpSlotScRsp = 4822; - public const int TakeRechargeGiftRewardCsReq = 8380; - public const int MarkChatEmojiCsReq = 3995; - public const int GetServerGraphDataScRsp = 2479; - public const int GetChessRogueStoryAeonTalkInfoScRsp = 5592; - public const int LeaveTrialActivityCsReq = 2633; - public const int ClockParkQuitScriptCsReq = 7246; - public const int SelectChessRogueNousSubStoryScRsp = 5459; - public const int FightEnterScRsp = 30013; - public const int GetRollShopInfoScRsp = 6916; - public const int PunkLordMonsterKilledNotify = 3252; - public const int DressRelicAvatarCsReq = 377; - public const int FinishChapterScNotify = 4947; - public const int SwitchHandDataCsReq = 8117; - public const int RogueMagicGetMiscRealTimeDataCsReq = 7768; - public const int GetReplayTokenScRsp = 3513; - public const int GetSummonActivityDataCsReq = 7564; - public const int GetFriendChallengeLineupCsReq = 2904; - public const int StartBoxingClubBattleScRsp = 4206; - public const int GetBigDataAllRecommendCsReq = 2428; - public const int GetFriendDevelopmentInfoCsReq = 2921; - public const int TakeRogueEndlessActivityAllBonusRewardCsReq = 6003; - public const int GetSummonActivityDataScRsp = 7566; - public const int ChessRogueGiveUpCsReq = 5515; - public const int SummonActivityBattleEndScNotify = 7568; - public const int SellItemCsReq = 557; - public const int SyncRogueFinishScNotify = 1873; - public const int GetStrongChallengeActivityDataScRsp = 6613; - public const int MonopolyClickCellScRsp = 7003; - public const int RogueMagicEnterRoomScRsp = 7730; - public const int StartRaidScRsp = 2213; - public const int EnterStrongChallengeActivityStageScRsp = 6609; - public const int SetPlayerInfoCsReq = 60; - public const int GetServerPrefsDataScRsp = 6109; - public const int UseItemCsReq = 570; - public const int GetStrongChallengeActivityDataCsReq = 6611; - public const int GetChessRogueStoryInfoScRsp = 5599; - public const int GetStoryTokenActivityDataCsReq = 8357; - public const int TakeStoryTokenActivityRewardScRsp = 8344; - public const int GetStoryTokenActivityDataScRsp = 8356; - public const int SyncChessRogueNousValueScNotify = 5453; - public const int HandleFriendCsReq = 2930; - public const int TakePrestigeRewardCsReq = 4795; - public const int UpgradeAreaCsReq = 4336; - public const int SetLanguageCsReq = 52; - public const int DressAvatarCsReq = 326; - public const int SpaceZooExchangeItemCsReq = 6718; - public const int GetStoryLineInfoCsReq = 6211; - public const int ChangeStoryLineFinishScNotify = 6206; - public const int EnterAdventureScRsp = 1313; - public const int StartStarFightLevelCsReq = 7169; - public const int TeleportToMissionResetPointCsReq = 1265; - public const int StartStarFightLevelScRsp = 7167; - public const int DeleteSummonUnitScRsp = 1497; - public const int QuitRogueCsReq = 1853; - public const int MultipleDropInfoNotify = 4606; - public const int StarFightDataChangeNotify = 7168; - public const int SpaceZooMutateScRsp = 6706; - public const int SpaceZooDataScRsp = 6713; - public const int EndDrinkMakerSequenceScRsp = 6989; - public const int ChangeScriptEmotionScRsp = 6309; - public const int TrainPartyGamePlayStartCsReq = 8065; - public const int MatchThreeGetDataScRsp = 7418; - public const int TakeRogueMiracleHandbookRewardScRsp = 5694; - public const int SubmitMaterialSubmitActivityMaterialCsReq = 2657; - public const int GetWolfBroGameDataScRsp = 6510; - public const int GetArchiveDataScRsp = 2313; - public const int BuyNpcStuffCsReq = 4347; - public const int PlanetFesUpgradeFesLevelCsReq = 8212; - public const int AetherDivideLineupScNotify = 4834; - public const int StoryLineTrialAvatarChangeScNotify = 6270; - public const int BuyGoodsCsReq = 1547; - public const int GetRogueShopBuffInfoCsReq = 5606; - public const int TrainPartyBuildDiyCsReq = 8073; - public const int SearchPlayerScRsp = 2952; - public const int TakeKilledPunkLordMonsterScoreCsReq = 3222; - public const int GetRogueExhibitionScRsp = 5685; - public const int SpaceZooBornScRsp = 6709; - public const int TrainPartyGetDataCsReq = 8011; - public const int SpaceZooDataCsReq = 6711; - public const int DeleteSummonUnitCsReq = 1434; - public const int ExchangeHcoinCsReq = 507; - public const int FinishQuestScRsp = 995; - public const int ContentPackageUnlockCsReq = 7506; - public const int CityShopInfoScNotify = 1570; - public const int MonopolyLikeScNotify = 7066; - public const int GetShopListCsReq = 1511; - public const int GetUpdatedArchiveDataCsReq = 2347; - public const int SelectInclinationTextCsReq = 2126; - public const int DeleteSocialEventServerCacheScRsp = 7027; - public const int RogueMagicEnterRoomCsReq = 7726; - public const int HeliobusEnterBattleCsReq = 5825; - public const int BuyGoodsScRsp = 1509; - public const int GeneralVirtualItemDataNotify = 594; - public const int GetShopListScRsp = 1513; - public const int RefreshAlleyOrderScRsp = 4793; - public const int TakeAssistRewardScRsp = 2968; - public const int GetAllServerPrefsDataCsReq = 6111; - public const int MusicRhythmSaveSongConfigDataScRsp = 7589; - public const int SwordTrainingTurnActionCsReq = 7456; - public const int StartBattleCollegeScRsp = 5735; - public const int EvolveBuildFinishScNotify = 7116; - public const int ChessRoguePickAvatarScRsp = 5520; - public const int MonopolyGameCreateScNotify = 7068; - public const int UpdateFloorSavedValueNotify = 1485; - public const int GetRogueBuffEnhanceInfoScRsp = 1882; - public const int GetFriendChallengeDetailScRsp = 2969; - public const int ReviveRogueAvatarCsReq = 1857; - public const int OpenChestScNotify = 1415; - public const int GachaDecideItemChangeScNotify = 1995; - public const int DrinkMakerUpdateTipsNotify = 6995; - public const int ReEnterLastElementStageScRsp = 1440; - public const int MarkRelicFilterPlanScRsp = 521; - public const int MuseumInfoChangedScNotify = 4391; - public const int SceneEnterStageScRsp = 1482; - public const int GetGachaInfoScRsp = 1913; - public const int GetUnlockTeleportCsReq = 1476; - public const int AlleyOrderChangedScNotify = 4757; - public const int GetPlayerReplayInfoCsReq = 3547; - public const int MuseumTakeCollectRewardCsReq = 4352; - public const int MakeMissionDrinkScRsp = 6991; - public const int SetGachaDecideItemCsReq = 1926; - public const int GetChessRogueNousStoryInfoScRsp = 5532; - public const int TravelBrochureSetPageDescStatusCsReq = 6491; - public const int GetSaveRaidScRsp = 2277; - public const int RogueMagicSetAutoDressInMagicUnitScRsp = 7758; - public const int FinishChessRogueNousSubStoryCsReq = 5479; - public const int EnterSceneByServerScNotify = 1416; - public const int UpdateGroupPropertyCsReq = 1402; - public const int SceneEntityTeleportCsReq = 1459; - public const int HandleRogueCommonPendingActionCsReq = 5678; - public const int SceneUpdatePositionVersionNotify = 1418; - public const int MonopolyGuessChooseCsReq = 7060; - public const int GetLevelRewardTakenListScRsp = 71; - public const int PlayerReturnInfoQueryCsReq = 4526; - public const int TakeLoginActivityRewardScRsp = 2609; - public const int GetFriendLoginInfoCsReq = 2956; - public const int CancelActivityExpeditionCsReq = 2518; - public const int GetCurAssistCsReq = 2924; - public const int ChangePropTimelineInfoScRsp = 1430; - public const int SetFriendRemarkNameCsReq = 2910; - public const int GetCurSceneInfoCsReq = 1470; - public const int ChangePropTimelineInfoCsReq = 1426; - public const int SubmitOfferingItemScRsp = 6924; - public const int GetSceneMapInfoScRsp = 1419; - public const int GetActivityScheduleConfigScRsp = 2606; - public const int AddAvatarScNotify = 336; - public const int LogisticsGameCsReq = 4747; - public const int AcceptedPamMissionExpireCsReq = 4011; - public const int SwordTrainingDialogueSelectOptionCsReq = 7495; - public const int SwitchHandStartCsReq = 8120; - public const int QuickStartCocoonStageScRsp = 1306; - public const int EntityBindPropCsReq = 1458; - public const int ChessRogueSkipTeachingLevelScRsp = 5546; - public const int UpdateMovieRacingDataCsReq = 4171; - public const int MatchThreeLevelEndCsReq = 7414; - public const int ClientObjDownloadDataScNotify = 20; - public const int AddEquipmentScNotify = 537; - public const int SceneCastSkillMpUpdateScNotify = 1477; - public const int GameplayCounterCountDownCsReq = 1420; - public const int InteractPropCsReq = 1447; - public const int GetBenefitActivityInfoScRsp = 4868; - public const int GetAllLineupDataCsReq = 725; - public const int GameplayCounterRecoverScRsp = 1480; - public const int LobbyKickOutCsReq = 7378; - public const int GetBasicInfoScRsp = 41; - public const int EnterSceneScRsp = 1455; - public const int GetJukeboxDataScRsp = 3113; - public const int SceneEntityMoveScNotify = 1495; - public const int MonopolyGetRegionProgressScRsp = 7043; - public const int GroupStateChangeScRsp = 1462; - public const int UpdateGroupPropertyScRsp = 1405; - public const int EnterFightActivityStageCsReq = 3609; - public const int ChimeraSetLineupCsReq = 8180; - public const int LobbyInteractScNotify = 7387; - public const int ReturnLastTownScRsp = 1407; - public const int MonopolyTakePhaseRewardCsReq = 7020; - public const int HeliobusSnsUpdateScNotify = 5895; - public const int SetClientPausedCsReq = 1460; - public const int InteractPropScRsp = 1409; - public const int StartTrackPhotoStageCsReq = 7558; - public const int GameplayCounterUpdateScNotify = 1474; - public const int SyncChessRogueNousMainStoryScNotify = 5482; - public const int StartCocoonStageScRsp = 1483; - public const int SceneCastSkillScRsp = 1406; - public const int EnterSectionScRsp = 1452; - public const int RogueMagicBattleFailSettleInfoScNotify = 7793; - public const int ServerSimulateBattleFinishScNotify = 118; - public const int SceneEntityMoveScRsp = 1413; - public const int ComposeSelectedRelicCsReq = 582; - public const int AcceptedPamMissionExpireScRsp = 4013; - public const int GetSceneMapInfoCsReq = 1432; - public const int SpringRefreshCsReq = 1493; - public const int ChimeraFinishEndlessRoundCsReq = 8170; - public const int GetCurSceneInfoScRsp = 1489; - public const int GetUnlockTeleportScRsp = 1443; - public const int UpdateTrackMainMissionIdScRsp = 1258; - public const int GetAuthkeyCsReq = 77; - public const int SceneCastSkillCostMpCsReq = 1450; - public const int PlanetFesDeliverPamCargoCsReq = 8249; - public const int SetClientPausedScRsp = 1494; - public const int PlayerReturnStartScNotify = 4511; - public const int RelicReforgeScRsp = 564; - public const int RogueTournEnableSeasonTalentScRsp = 6018; - public const int PlanetFesGetFriendRankingInfoListCsReq = 8247; - public const int SetLineupNameCsReq = 793; - public const int ChessRogueGiveUpRollCsReq = 5458; - public const int SetRogueCollectionCsReq = 5676; - public const int RogueDebugReplaySaveScNotify = 5654; - public const int MonopolyActionResultScNotify = 7047; - public const int SetCurInteractEntityCsReq = 1492; - public const int ChessRogueUpdateBoardScNotify = 5531; - public const int SceneEntityTeleportScRsp = 1427; - public const int StartCocoonStageCsReq = 1428; - public const int CancelExpeditionCsReq = 2535; - public const int ReplaceLineupScRsp = 782; - public const int MissionAcceptScNotify = 1275; - public const int RogueTournDifficultyCompNotify = 6100; - public const int GetNpcStatusScRsp = 2709; - public const int SceneEntityMoveCsReq = 1411; - public const int GameplayCounterCountDownScRsp = 1431; - public const int ChimeraGetDataCsReq = 8177; - public const int PlanetFesSyncChangeScNotify = 8214; - public const int SetGroupCustomSaveDataScRsp = 1408; - public const int SpringRefreshScRsp = 1457; - public const int TakePunkLordPointRewardCsReq = 3236; - public const int PlayerReturnTakeRelicCsReq = 4518; - public const int ChimeraQuitEndlessCsReq = 8167; - public const int SetPlayerInfoScRsp = 94; - public const int RogueTournSettleScRsp = 6028; - public const int ActivateFarmElementScRsp = 1446; - public const int UpdateMapRotationDataScNotify = 6891; - public const int EnteredSceneChangeScNotify = 1488; - public const int MuseumTargetRewardNotify = 4365; - public const int ChessRogueChangeyAeonDimensionNotify = 5402; - public const int EntityBindPropScRsp = 1468; - public const int UnlockTeleportNotify = 1479; - public const int StopRogueAdventureRoomScRsp = 5637; - public const int UnlockedAreaMapScNotify = 1439; - public const int FightGeneralScRsp = 30026; - public const int DoGachaInRollShopScRsp = 6904; - public const int TakeRollShopRewardScRsp = 6909; - public const int DoGachaInRollShopCsReq = 6920; - public const int GetRollShopInfoCsReq = 6917; - public const int TakeRollShopRewardCsReq = 6914; - public const int GetCurChallengeScRsp = 1795; - public const int RogueTournGetSettleInfoCsReq = 6078; - public const int GetPunkLordMonsterDataScRsp = 3213; - public const int FinishTalkMissionCsReq = 1247; - public const int PVEBattleResultCsReq = 111; - public const int RelicReforgeConfirmScRsp = 540; - public const int LeaveRogueScRsp = 1889; - public const int GetCurLineupDataScRsp = 709; - public const int FinishCurTurnCsReq = 4395; - public const int RogueTournHandBookNotify = 6090; - public const int HandleRogueCommonPendingActionScRsp = 5696; - public const int PlanetFesChangeCardPieceApplyPermissionCsReq = 8331; - public const int FinishEmotionDialoguePerformanceScRsp = 6389; - public const int SubmitOfferingItemCsReq = 6940; - public const int RogueTournConfirmSettleScRsp = 6099; - public const int StartFightFestCsReq = 7264; - public const int RogueTournDeleteArchiveScRsp = 6063; - public const int SyncRogueSeasonFinishScNotify = 1828; - public const int RogueTournGetArchiveRepositoryScRsp = 6011; - public const int SyncRogueRewardInfoScNotify = 1879; - public const int GetMovieRacingDataScRsp = 4107; - public const int RogueTournEnterLayerCsReq = 6068; - public const int RogueTournDeleteArchiveCsReq = 6047; - public const int RogueTournLeaveRogueCocoonSceneScRsp = 6093; - public const int ReserveStaminaExchangeCsReq = 44; - public const int SetGameplayBirthdayCsReq = 63; - public const int RogueTournEnterLayerScRsp = 6096; - public const int RogueTournQueryCsReq = 6046; - public const int AvatarPathChangedNotify = 88; - public const int RogueTournEnterScRsp = 6021; - public const int ChessRogueQueryAeonDimensionsCsReq = 5441; - public const int GetChatFriendHistoryScRsp = 3989; - public const int SendMsgCsReq = 3911; - public const int MonopolyConfirmRandomCsReq = 7057; - public const int MonopolyGiveUpCurContentScRsp = 7037; - public const int HeliobusUnlockSkillScNotify = 5873; - public const int SwitchHandCoinUpdateCsReq = 8110; - public const int RogueTournTakeExpRewardScRsp = 6095; - public const int GetQuestDataCsReq = 911; - public const int RogueTournStartScRsp = 6023; - public const int RogueTournGetPermanentTalentInfoCsReq = 6065; - public const int RogueTournAreaUpdateScNotify = 6083; - public const int ExchangeRogueRewardKeyCsReq = 1899; - public const int RogueWorkbenchHandleFuncCsReq = 5612; - public const int SwapLineupScRsp = 730; - public const int RaidInfoNotify = 2235; - public const int MusicRhythmUnlockSongSfxScNotify = 7594; - public const int SetStuffToAreaScRsp = 4306; - public const int RogueTournEnablePermanentTalentScRsp = 6084; - public const int BatchGetQuestDataScRsp = 977; - public const int CommonRogueUpdateScNotify = 5699; - public const int PlanetFesSetCustomKeyValueScRsp = 8236; - public const int RogueTournLeaveScRsp = 6056; - public const int RankUpAvatarCsReq = 350; - public const int FightActivityDataChangeScNotify = 3647; - public const int TakePunkLordPointRewardScRsp = 3250; - public const int ChessRogueNousGetRogueTalentInfoScRsp = 5529; - public const int SetHeadIconScRsp = 2809; - public const int GetMonopolyMbtiReportRewardScRsp = 7080; - public const int RogueTournEnterRogueCocoonSceneScRsp = 6022; - public const int MultiplayerMatch3FinishScNotify = 1026; - public const int RogueTournGetMiscRealTimeDataScRsp = 6043; - public const int RogueTournReviveAvatarCsReq = 6020; - public const int MusicRhythmMaxDifficultyLevelsUnlockNotify = 7575; - public const int FightFestUpdateCoinNotify = 7295; - public const int DeleteRelicFilterPlanCsReq = 569; - public const int GetMonopolyInfoScRsp = 7013; - public const int RogueTournSettleCsReq = 6036; - public const int JoinBenefitActivityScRsp = 4859; - public const int RogueTournGetMiscRealTimeDataCsReq = 6073; - public const int TakeChallengeRewardCsReq = 1773; - public const int PlanetFesUpgradeSkillLevelScRsp = 8243; - public const int RogueTournGetSettleInfoScRsp = 6076; - public const int RogueTournLeaveRogueCocoonSceneCsReq = 6061; - public const int RaidCollectionDataCsReq = 6957; - public const int GetAetherDivideChallengeInfoCsReq = 4826; - public const int PlanetFesAvatarLevelUpScRsp = 8250; - public const int RogueTournGetAllArchiveCsReq = 6051; - public const int EvolveBuildStartLevelScRsp = 7106; - public const int RogueArcadeLeaveScRsp = 7656; - public const int UpdateTrackMainMissionIdCsReq = 1283; - public const int MonopolyGameRaiseRatioCsReq = 7086; - public const int GetTrialActivityDataScRsp = 2604; - public const int PlanetFesGetExtraCardPieceInfoScRsp = 8308; - public const int DeployRotaterCsReq = 6835; - public const int RogueTournReEnterRogueCocoonStageScRsp = 6062; - public const int RefreshTriggerByClientCsReq = 1445; - public const int EnhanceChessRogueBuffScRsp = 5575; - public const int QuitBattleScRsp = 109; - public const int SyncRogueAeonScNotify = 1816; - public const int GetPrivateChatHistoryScRsp = 3906; - public const int GetRelicFilterPlanScRsp = 517; - public const int FinishRogueCommonDialogueScRsp = 5640; - public const int RogueTournBattleFailSettleInfoScNotify = 6085; - public const int RogueTournGetPermanentTalentInfoScRsp = 6077; - public const int GetFarmStageGachaInfoCsReq = 1347; - public const int RogueTournRenameArchiveScRsp = 6045; - public const int EnterSwordTrainingExamCsReq = 7463; - public const int DressAvatarSkinScRsp = 371; - public const int RogueTournTitanUpdateTitanBlessProgressScNotify = 6087; - public const int RogueTournGetSeasonTalentInfoScRsp = 6070; - public const int TravelBrochureSetCustomValueCsReq = 6473; - public const int EquipAetherDividePassiveSkillCsReq = 4807; - public const int RogueModifierSelectCellScRsp = 5335; - public const int RogueModifierSelectCellCsReq = 5309; - public const int RogueMagicSetAutoDressInMagicUnitCsReq = 7783; - public const int RogueMagicEnterScRsp = 7709; - public const int RogueMagicSettleCsReq = 7770; - public const int MonopolyUpgradeAssetScRsp = 7082; - public const int FinishEmotionDialoguePerformanceCsReq = 6370; - public const int RetcodeNotify = 66; - public const int RogueMagicReviveAvatarCsReq = 7725; - public const int StartAetherDivideSceneBattleScRsp = 4809; - public const int SwitchHandResetGameScRsp = 8103; - public const int GetMbtiReportScRsp = 7021; - public const int UnlockAvatarSkinScNotify = 337; - public const int RogueMagicAutoDressInMagicUnitChangeScNotify = 7781; - public const int HeliobusSnsPostCsReq = 5835; - public const int RogueTournEnterRoomScRsp = 6034; - public const int RogueMagicStoryInfoUpdateScNotify = 7756; - public const int ClockParkUnlockTalentCsReq = 7241; - public const int RogueMagicUnitComposeScRsp = 7786; - public const int GetGunPlayDataScRsp = 4137; - public const int GetLoginChatInfoCsReq = 3973; - public const int GetAvatarDeliverRewardActivityDataScRsp = 2659; - public const int MonopolyEventSelectFriendCsReq = 7008; - public const int RogueMagicAutoDressInUnitScRsp = 7787; - public const int LogisticsGameScRsp = 4709; - public const int GmTalkCsReq = 30; - public const int DeactivateFarmElementCsReq = 1456; - public const int GetAllSaveRaidScRsp = 2293; - public const int GetSingleRedDotParamGroupScRsp = 5906; - public const int RogueMagicUnitReforgeCsReq = 7792; - public const int TreasureDungeonFinishScNotify = 4413; - public const int TakeAllRewardCsReq = 3089; - public const int PlayerReturnPointChangeScNotify = 4509; - public const int RogueMagicQueryCsReq = 7707; - public const int EnterChessRogueAeonRoomCsReq = 5519; - public const int SetForbidOtherApplyFriendCsReq = 3000; - public const int SetGrowthTargetAvatarScRsp = 392; - public const int GetAssistHistoryScRsp = 2928; - public const int RogueMagicGetTalentInfoCsReq = 7724; - public const int MatchThreeSetBirdPosCsReq = 7409; - public const int AetherDivideTainerInfoScNotify = 4833; - public const int GetExpeditionDataScRsp = 2513; - public const int CocoonSweepCsReq = 1326; - public const int SetGenderCsReq = 58; - public const int NewAssistHistoryNotify = 2983; - public const int RogueMagicScepterDressInUnitScRsp = 7737; - public const int ChimeraQuitEndlessScRsp = 8175; - public const int CancelExpeditionScRsp = 2506; - public const int HeliobusSnsLikeScRsp = 5889; - public const int RogueMagicScepterTakeOffUnitScRsp = 7752; - public const int HeliobusActivityDataScRsp = 5813; - public const int DoGachaCsReq = 1947; - public const int GetFightActivityDataCsReq = 3611; - public const int RogueMagicQueryScRsp = 7771; - public const int RogueMagicLeaveScRsp = 7706; - public const int GmTalkScNotify = 89; - public const int MonopolyScrachRaffleTicketScRsp = 7044; - public const int GetEraFlipperDataScRsp = 6568; - public const int RogueMagicEnterLayerScRsp = 7718; - public const int MonopolyGuessBuyInformationScRsp = 7056; - public const int ApplyFriendScRsp = 2989; - public const int DeleteSocialEventServerCacheCsReq = 7059; - public const int GetMissionMessageInfoCsReq = 2795; - public const int EnterStrongChallengeActivityStageCsReq = 6647; - public const int RogueMagicAutoDressInUnitCsReq = 7794; - public const int GetPrivateChatHistoryCsReq = 3935; - public const int TakeMailAttachmentScRsp = 889; - public const int LeaveMapRotationRegionScNotify = 6873; - public const int AceAntiCheaterScRsp = 96; - public const int ChessRogueNousEditDiceScRsp = 5408; - public const int HeliobusLineupUpdateScNotify = 5851; - public const int RogueMagicScepterTakeOffUnitCsReq = 7765; - public const int ChimeraGetDataScRsp = 8176; - public const int RogueMagicEnableTalentCsReq = 7775; - public const int BatchMarkChatEmojiCsReq = 3936; - public const int RogueMagicStartCsReq = 7711; - public const int EnterRogueEndlessActivityStageCsReq = 6009; - public const int ClockParkStartScriptScRsp = 7245; - public const int SwapLineupCsReq = 726; - public const int ClockParkHandleWaitOperationCsReq = 7216; - public const int TakeRechargeBenefitRewardScRsp = 8370; - public const int RogueEndlessActivityBattleEndScNotify = 6008; - public const int ChooseBoxingClubStageOptionalBuffCsReq = 4273; - public const int GetSaveLogisticsMapCsReq = 4786; - public const int TakeRogueEndlessActivityPointRewardCsReq = 6002; - public const int RogueArcadeGetInfoCsReq = 7679; - public const int RankUpEquipmentScRsp = 530; - public const int ClockParkQuitScriptScRsp = 7213; - public const int GetRogueEndlessActivityDataCsReq = 6004; - public const int UpdateRogueAdventureRoomScoreCsReq = 5646; - public const int GetFriendChallengeLineupScRsp = 2978; - public const int GetEnteredSceneScRsp = 1449; - public const int FinishRogueCommonDialogueCsReq = 5601; - public const int TakeBenefitActivityRewardScRsp = 4856; - public const int SharePunkLordMonsterScRsp = 3206; - public const int CommonRogueQueryCsReq = 5669; - public const int ClockParkStartScriptCsReq = 7229; - public const int StopRogueAdventureRoomCsReq = 5651; - public const int ExchangeGachaCeilingScRsp = 1989; - public const int ActivityRaidPlacingGameCsReq = 4760; - public const int GetRogueHandbookDataScRsp = 5658; - public const int BuyRogueShopFormulaCsReq = 5697; - public const int HeliobusChallengeUpdateScNotify = 5882; - public const int GetRogueShopFormulaInfoCsReq = 5690; - public const int BuyRogueShopBuffCsReq = 5630; - public const int TakeRogueMiracleHandbookRewardCsReq = 5660; - public const int TakeRechargeBenefitRewardCsReq = 8371; - public const int BuyBpLevelScRsp = 3070; - public const int FightFestScoreUpdateNotify = 7291; - public const int SetRogueCollectionScRsp = 5643; - public const int GetRogueExhibitionCsReq = 5615; - public const int SyncClientResVersionScRsp = 189; - public const int BoxingClubRewardScNotify = 4226; - public const int SelectRogueCommonDialogueOptionScRsp = 5664; - public const int LockRelicScRsp = 593; - public const int SceneEnterStageCsReq = 1471; - public const int TakeRogueEventHandbookRewardCsReq = 5687; - public const int EnterRogueCsReq = 1835; - public const int BuyRogueShopFormulaScRsp = 5639; - public const int ChessRogueQueryBpScRsp = 5421; - public const int RogueNpcDisappearCsReq = 5618; - public const int AetherDivideSpiritExpUpCsReq = 4804; - public const int SceneReviveAfterRebattleScRsp = 1437; - public const int StartChallengeScRsp = 1709; - public const int FightMatch3ChatScNotify = 30195; - public const int TakeExpeditionRewardScRsp = 2589; - public const int CommonRogueComponentUpdateScNotify = 5667; - public const int SetRogueExhibitionScRsp = 5631; - public const int GetRogueAdventureRoomInfoScRsp = 5673; - public const int MonopolyGameGachaCsReq = 7024; - public const int DifficultyAdjustmentGetDataCsReq = 4122; - public const int GetDailyActiveInfoCsReq = 3347; - public const int RogueGetGambleInfoCsReq = 5638; - public const int TakeAllApRewardScRsp = 3370; - public const int TarotBookOpenPackCsReq = 8160; - public const int PlanetFesGetOfferedCardPieceCsReq = 8306; - public const int SaveLogisticsCsReq = 4737; - public const int RogueDoGambleScRsp = 5603; - public const int SyncRogueCommonActionResultScNotify = 5681; - public const int ReEnterLastElementStageCsReq = 1401; - public const int EvolveBuildLeaveScRsp = 7110; - public const int ReBattleAfterBattleLoseCsNotify = 136; - public const int GetGunPlayDataCsReq = 4151; - public const int ExpUpEquipmentCsReq = 595; - public const int SelectRogueCommonDialogueOptionCsReq = 5633; - public const int GetRogueHandbookDataCsReq = 5683; - public const int LobbyJoinCsReq = 7364; - public const int PlanetFesTakeQuestRewardCsReq = 8248; - public const int PlanetFesTakeQuestRewardScRsp = 8235; - public const int SyncEntityBuffChangeListScNotify = 1436; - public const int GetRogueShopFormulaInfoScRsp = 5634; - public const int MakeDrinkCsReq = 7000; - public const int PlayerHeartBeatScRsp = 21; - public const int GetRogueCommonDialogueDataScRsp = 5608; - public const int GetRogueShopBuffInfoScRsp = 5670; - public const int TakeRogueEventHandbookRewardScRsp = 5656; - public const int QuestRecordScNotify = 926; - public const int EnableRogueTalentScRsp = 1834; - public const int LeaveTrialActivityScRsp = 2664; - public const int UpdateRogueAdventureRoomScoreScRsp = 5614; - public const int GetChallengeGroupStatisticsCsReq = 1791; - public const int EnterMapRotationRegionCsReq = 6811; - public const int MonopolyRollDiceScRsp = 7070; - public const int PrestigeLevelUpCsReq = 4710; - public const int MonopolyLikeScRsp = 7069; - public const int SyncClientResVersionCsReq = 170; - public const int EnterTreasureDungeonScRsp = 4450; - public const int GetRogueCommonDialogueDataCsReq = 5621; - public const int CommonRogueQueryScRsp = 5666; - public const int UpdateServerLogSettingsCsReq = 2464; - public const int RogueArcadeLeaveCsReq = 7664; - public const int TakeRogueEndlessActivityPointRewardScRsp = 6005; - public const int AcceptMultipleExpeditionScRsp = 2591; - public const int SyncRogueMapRoomScNotify = 1856; - public const int UpdatePlayerSettingCsReq = 15; - public const int GetRogueInitialScoreCsReq = 1894; - public const int CurTrialActivityScNotify = 2601; - public const int EnhanceRogueBuffCsReq = 1851; - public const int UpdateServerPrefsDataCsReq = 6135; - public const int BattlePassInfoNotify = 3011; - public const int HandShakeScNotify = 100; - public const int RogueWorkbenchGetInfoScRsp = 5616; - public const int GetAllSaveRaidCsReq = 2291; - public const int SearchPlayerCsReq = 2965; - public const int EnterRogueMapRoomScRsp = 1860; - public const int UpgradeAreaStatCsReq = 4373; - public const int RogueTournEnableSeasonTalentCsReq = 6038; - public const int EnterRogueScRsp = 1806; - public const int GetPlayerReturnMultiDropInfoCsReq = 4609; - public const int RankUpAvatarScRsp = 373; - public const int EnterChessRogueAeonRoomScRsp = 5530; - public const int GetEnhanceCommonRogueBuffInfoCsReq = 5610; - public const int EnterSwordTrainingExamScRsp = 7457; - public const int PlanetFesClientStatusCsReq = 8210; - public const int SyncHandleFriendScNotify = 2918; - public const int TakeRogueAeonLevelRewardScRsp = 1844; - public const int GetRogueTalentInfoCsReq = 1845; - public const int TakeRogueScoreRewardCsReq = 1810; - public const int GetRogueScoreRewardInfoScRsp = 1831; - public const int GetMailCsReq = 811; - public const int SubmitOrigamiItemCsReq = 4173; - public const int TakeAllRewardScRsp = 3026; - public const int PlanetFesGiveCardPieceCsReq = 8336; - public const int StartAetherDivideSceneBattleCsReq = 4841; - public const int SyncRogueStatusScNotify = 1823; - public const int EnterRogueMapRoomCsReq = 1868; - public const int UnlockPhoneThemeScNotify = 5189; - public const int GetMapRotationDataScRsp = 6818; - public const int GetRogueAeonInfoCsReq = 1842; - public const int MarkItemScRsp = 528; - public const int LobbyCreateScRsp = 7368; - public const int CancelMatchScRsp = 7306; - public const int TrainRefreshTimeNotify = 3735; - public const int GetRogueInfoScRsp = 1813; - public const int OpenRogueChestScRsp = 1866; - public const int AlleyGuaranteedFundsCsReq = 4724; - public const int GetWolfBroGameDataCsReq = 6528; - public const int GetRogueAeonInfoScRsp = 1803; - public const int AlleyPlacingGameCsReq = 4736; - public const int AntiAddictScNotify = 57; - public const int GetCurBattleInfoScRsp = 106; - public const int GetMissionDataCsReq = 1211; - public const int ExchangeRogueRewardKeyScRsp = 1821; - public const int TrainPartyMoveScNotify = 8035; - public const int GetOfferingInfoCsReq = 6937; - public const int TravelBrochureApplyPasterCsReq = 6470; - public const int RecoverAllLineupScRsp = 1484; - public const int MonopolySocialEventEffectScNotify = 7064; - public const int GetFarmStageGachaInfoScRsp = 1309; - public const int TakeAllApRewardCsReq = 3306; - public const int ChangeEraFlipperDataCsReq = 6564; - public const int DailyFirstMeetPamScRsp = 3409; - public const int LobbyInviteScNotify = 7388; - public const int EvolveBuildShopAbilityUpScRsp = 7150; - public const int GetPlayerReplayInfoScRsp = 3509; - public const int AddRelicFilterPlanScRsp = 504; - public const int GetRndOptionScRsp = 3413; - public const int ChessRogueNousDiceUpdateNotify = 5562; - public const int EvolveBuildUnlockInfoNotify = 7105; - public const int BuyNpcStuffScRsp = 4309; - public const int GetMarkChestScRsp = 8196; - public const int GetFriendBattleRecordDetailScRsp = 2999; - public const int MatchThreeSyncDataScNotify = 7441; - public const int ContentPackageGetDataScRsp = 7518; - public const int FightMatch3StartCountDownScNotify = 30147; - public const int RelicSmartWearPinRelicCsReq = 8260; - public const int StartPartialChallengeScRsp = 1725; - public const int EvolveBuildTakeExpRewardCsReq = 7122; - public const int DressAvatarScRsp = 330; - public const int RelicSmartWearUpdatePlanCsReq = 8264; - public const int VirtualLineupTrialAvatarChangeScNotify = 737; - public const int RelicSmartWearUpdatePlanScRsp = 8259; - public const int ShowNewSupplementVisitorScRsp = 3718; - public const int RelicSmartWearUpdatePinRelicScNotify = 8263; - public const int RelicSmartWearAddPlanScRsp = 8254; - public const int MarbleUpdateShownSealScRsp = 8288; - public const int WolfBroGameUseBulletCsReq = 6532; - public const int SyncAcceptedPamMissionNotify = 4047; - public const int JoinBenefitActivityCsReq = 4891; - public const int RebattleByClientCsNotify = 150; - public const int UpdateMarkChestScRsp = 8184; - public const int RogueMagicScepterDressInUnitCsReq = 7751; - public const int FightGeneralScNotify = 30030; - public const int SetBoxingClubResonanceLineupCsReq = 4236; - public const int LeaveChallengeScRsp = 1706; - public const int GetFriendAssistListCsReq = 2917; - public const int GetFightFestDataScRsp = 7268; - public const int GetAllRedDotDataScRsp = 5913; - public const int GetPunkLordDataScRsp = 3291; - public const int GetSingleRedDotParamGroupCsReq = 5935; - public const int UpdateRedDotDataCsReq = 5947; - public const int FightMatch3SwapCsReq = 30106; - public const int GetGachaCeilingCsReq = 1935; - public const int GetAllRedDotDataCsReq = 5911; - public const int UpdateRedDotDataScRsp = 5909; - public const int GetChallengeRecommendLineupListScRsp = 2409; - public const int GetChallengeRecommendLineupListCsReq = 2441; - public const int FightMatch3TurnEndScNotify = 30135; - public const int GetFriendListInfoCsReq = 2911; - public const int EnterSummonActivityStageCsReq = 7569; - public const int AcceptMultipleExpeditionCsReq = 2577; - public const int GetRechargeGiftInfoScRsp = 8376; - public const int GetChallengeRaidInfoScRsp = 2270; - public const int FinishItemIdScRsp = 2706; - public const int MonopolyTakeRaffleTicketRewardScRsp = 7032; - public const int GetRechargeGiftInfoCsReq = 8377; - public const int GetMissionStatusScRsp = 1210; - public const int PlayerLogoutCsReq = 47; - public const int SyncRechargeBenefitInfoScNotify = 8379; - public const int StartMatchCsReq = 7342; - public const int UpdateFeatureSwitchScNotify = 46; - public const int RaidCollectionEnterNextRaidScRsp = 6954; - public const int RogueTournRenameArchiveCsReq = 6081; - public const int WolfBroGameExplodeMonsterCsReq = 6548; - public const int GetMainMissionCustomValueScRsp = 1284; - public const int DifficultyAdjustmentUpdateDataCsReq = 4192; - public const int TakeChallengeRaidRewardCsReq = 2289; - public const int DelSaveRaidScNotify = 2257; - public const int ResetMapRotationRegionScRsp = 6850; - public const int GetAllLineupDataScRsp = 710; - public const int GetRaidInfoScRsp = 2218; - public const int GetKilledPunkLordMonsterDataCsReq = 3282; - public const int TakeActivityExpeditionRewardCsReq = 2550; - public const int MonopolyRollDiceCsReq = 7006; - public const int StartRaidCsReq = 2211; - public const int FightTreasureDungeonMonsterCsReq = 4491; - public const int ClientObjUploadScRsp = 74; - public const int TrainPartyBuildStartStepScRsp = 8050; - public const int GetSaveRaidCsReq = 2273; - public const int DeleteRelicFilterPlanScRsp = 566; - public const int GetChallengeRaidInfoCsReq = 2206; - public const int GetBagScRsp = 513; - public const int GetQuestRecordScRsp = 989; - public const int TakeQuestRewardScRsp = 909; - public const int TakeQuestOptionalRewardScRsp = 936; - public const int GetQuestDataScRsp = 913; - public const int RogueTournLeaveCsReq = 6074; - public const int SummonPunkLordMonsterScRsp = 3289; - public const int StartPunkLordRaidCsReq = 3247; - public const int GetJukeboxDataCsReq = 3111; - public const int SecurityReportCsReq = 4195; - public const int ResetEraFlipperDataScRsp = 6559; - public const int GetAssistHistoryCsReq = 2975; - public const int GetMultipleDropInfoScRsp = 4613; - public const int ReplaceLineupCsReq = 771; - public const int TrainPartyEnterCsReq = 8057; - public const int LobbyInviteCsReq = 7382; - public const int PunkLordDataChangeNotify = 3292; - public const int SummonPunkLordMonsterCsReq = 3270; - public const int MarbleUpdateShownSealCsReq = 8280; - public const int MonopolyScrachRaffleTicketCsReq = 7019; - public const int GetPunkLordBattleRecordScRsp = 3224; - public const int TakeOffRelicScRsp = 357; - public const int ChessRogueSelectBpScRsp = 5569; - public const int SwitchHandDataScRsp = 8116; - public const int SharePunkLordMonsterCsReq = 3235; - public const int GetTrialActivityDataCsReq = 2663; - public const int GetActivityScheduleConfigCsReq = 2635; - public const int GetPunkLordMonsterDataCsReq = 3211; - public const int ChessRogueEnterNextLayerCsReq = 5487; - public const int PlayerReturnSignScRsp = 4547; - public const int MarbleUnlockSealScNotify = 8289; - public const int RogueTournTakeExpRewardCsReq = 6035; - public const int DailyFirstEnterMonopolyActivityScRsp = 7050; - public const int PlanetFesBuyLandScRsp = 8228; - public const int AlleyShipUnlockScNotify = 4751; - public const int GetVideoVersionKeyScRsp = 16; - public const int ChessRogueUpdateReviveInfoScNotify = 5534; - public const int GetLoginChatInfoScRsp = 3977; - public const int RefreshTriggerByClientScRsp = 1454; - public const int EvolveBuildTakeExpRewardScRsp = 7137; - public const int SetMultipleAvatarPathsCsReq = 90; - public const int MuseumDispatchFinishedScNotify = 4382; - public const int QuickStartFarmElementScRsp = 1389; - public const int PlayerReturnInfoQueryScRsp = 4530; - public const int PlayerReturnForceFinishScNotify = 4595; - public const int SetAssistAvatarScRsp = 2836; - public const int UpdatePsnSettingsInfoCsReq = 98; - public const int ChessRogueReRollDiceScRsp = 5543; - public const int TravelBrochureUpdatePasterPosScRsp = 6418; - public const int SetPersonalCardCsReq = 2850; - public const int RogueTournEnterCsReq = 6088; - public const int TrainWorldIdChangeScNotify = 1448; - public const int SetIsDisplayAvatarInfoCsReq = 2870; - public const int GetChessRogueBuffEnhanceInfoCsReq = 5472; - public const int SetSignatureScRsp = 2895; - public const int SetDisplayAvatarCsReq = 2835; - public const int GetPlayerBoardDataScRsp = 2813; - public const int PlayerLogoutScRsp = 9; - public const int GetGameStateServiceConfigCsReq = 97; - public const int GetTutorialScRsp = 1613; - public const int PlanetFesHandleCardPieceApplyCsReq = 8318; - public const int UpdatePsnSettingsInfoScRsp = 61; - public const int SyncRogueHandbookDataUpdateScNotify = 5668; - public const int ChessRogueNousDiceSurfaceUnlockNotify = 5418; - public const int PlayerLoginScRsp = 13; - public const int GetPreAvatarGrowthInfoCsReq = 324; - public const int UpgradeAreaScRsp = 4350; - public const int ChessRogueEnterCellScRsp = 5443; - public const int DeleteFriendScRsp = 2950; - public const int TakeRechargeGiftRewardScRsp = 8364; - public const int StaminaInfoScNotify = 43; - public const int ChessRogueMoveCellNotify = 5414; - public const int PlayerKickOutScNotify = 26; - public const int UnlockAvatarPathCsReq = 45; - public const int RogueMagicEnterLayerCsReq = 7795; - public const int RogueMagicLevelInfoUpdateScNotify = 7736; - public const int SetNicknameCsReq = 25; - public const int QueryProductInfoScRsp = 81; - public const int RaidCollectionEnterNextRaidCsReq = 6944; - public const int HeliobusInfoChangedScNotify = 5818; - public const int GetTutorialCsReq = 1611; - public const int GetRogueInitialScoreScRsp = 1887; - public const int GetMultipleDropInfoCsReq = 4611; - public const int GetVideoVersionKeyCsReq = 55; - public const int QuitBattleCsReq = 147; - public const int GetStuffScNotify = 4326; - public const int StartBoxingClubBattleCsReq = 4235; - public const int PlanetFesBuyLandCsReq = 8245; - public const int SetAvatarPathCsReq = 62; - public const int GetMonopolyInfoCsReq = 7011; - public const int AvatarDeliverRewardTakeRewardScRsp = 2616; - public const int SellItemScRsp = 525; - public const int ChessRogueUpdateAllowedSelectCellScNotify = 5541; - public const int GetMonopolyDailyReportCsReq = 7038; - public const int FinishAeonDialogueGroupScRsp = 1888; - public const int SetGrowthTargetAvatarCsReq = 386; - public const int FightKickOutScNotify = 30009; - public const int RotateMapCsReq = 6870; - public const int ChangeScriptEmotionCsReq = 6347; - public const int GetLevelRewardCsReq = 82; - public const int PlanetFesSetAvatarWorkScRsp = 8229; - public const int LobbyQuitScRsp = 7357; - public const int PlanetFesCollectIncomeCsReq = 8206; - public const int ChessRoguePickAvatarCsReq = 5521; - public const int GetExpeditionDataCsReq = 2511; - public const int SwordTrainingGiveUpGameCsReq = 7461; - public const int EnterFeverTimeActivityStageScRsp = 7156; - public const int BuyBpLevelCsReq = 3006; - public const int GetTrainVisitorBehaviorCsReq = 3747; - public const int ChessRogueUpdateMoneyInfoScNotify = 5433; - public const int AceAntiCheaterCsReq = 78; - public const int RefreshAlleyOrderCsReq = 4791; - public const int ReserveStaminaExchangeScRsp = 76; - public const int MonopolyAcceptQuizCsReq = 7083; - public const int RegionStopScNotify = 93; - public const int GetFriendListInfoScRsp = 2913; - public const int FightEnterCsReq = 30011; - public const int SetNicknameScRsp = 10; - public const int SyncServerSceneChangeNotify = 1444; - public const int GetPreAvatarListScRsp = 328; - public const int MatchThreeGetDataCsReq = 7442; - public const int GetPetDataScRsp = 7621; - public const int PlayerHeartBeatCsReq = 99; - public const int RogueTournLevelInfoUpdateScNotify = 6079; - public const int PlanetFesGetExtraCardPieceInfoCsReq = 8332; - public const int PlanetFesLargeBonusInteractCsReq = 8297; - public const int AcceptActivityExpeditionCsReq = 2530; - public const int PlanetFesGetFriendCardPieceScRsp = 8296; - public const int MarbleGetDataScRsp = 8286; - public const int SyncRogueGetItemScNotify = 1832; - public const int StartBattleCollegeCsReq = 5709; - public const int RecoverAllLineupCsReq = 1424; - public const int PlanetFesChangeCardPieceApplyPermissionScRsp = 8299; - public const int MatchThreeSetBirdPosScRsp = 7429; - public const int RogueTournGetCurRogueCocoonInfoScRsp = 6014; - public const int PlanetFesApplyCardPieceScRsp = 8335; - public const int GetAvatarDataCsReq = 311; - public const int ExchangeStaminaScRsp = 73; - public const int PlanetFesChooseAvatarEventOptionScRsp = 8208; - public const int FinishAeonDialogueGroupCsReq = 1849; - public const int GetPlayerBoardDataCsReq = 2811; - public const int FightMatch3ForceUpdateNotify = 30118; - public const int RogueMagicGetMiscRealTimeDataScRsp = 7760; - public const int SwitchHandResetHandPosCsReq = 8107; - public const int FeatureSwitchClosedScNotify = 33; - public const int ChessRogueReviveAvatarCsReq = 5516; - public const int PlanetFesUseItemScRsp = 8225; - public const int GetPlatformPlayerInfoCsReq = 2994; - public const int GetChallengeGroupStatisticsScRsp = 1793; - public const int PlanetFesUpgradeFesLevelScRsp = 8240; - public const int MarbleShopBuyCsReq = 8284; - public const int PlanetFesBusinessDayRefreshEventScRsp = 8204; - public const int PlanetFesBonusEventInteractCsReq = 8227; - public const int PlanetFesClientStatusScRsp = 8216; - public const int MonopolyRollRandomCsReq = 7073; - public const int PlanetFesSetCustomKeyValueCsReq = 8215; - public const int GetLoginActivityCsReq = 2611; - public const int PlanetFesGetFriendRankingInfoListScRsp = 8220; - public const int SyncRogueCommonPendingActionScNotify = 5700; - public const int PlanetFesDoGachaCsReq = 8213; - public const int ChessRogueConfirmRollScRsp = 5563; - public const int UnlockTutorialGuideCsReq = 1670; - public const int PlanetFesDeliverPamCargoScRsp = 8205; - public const int GetAetherDivideChallengeInfoScRsp = 4808; - public const int EraFlipperDataChangeScNotify = 6578; - public const int SetMultipleAvatarPathsScRsp = 34; - public const int GetServerGraphDataCsReq = 2459; - public const int StartTrialActivityCsReq = 2621; - public const int GetBattleCollegeDataCsReq = 5711; - public const int GetGameStateServiceConfigScRsp = 39; - public const int PlanetFesSetAvatarWorkCsReq = 8209; - public const int LeaveChallengeCsReq = 1735; - public const int LockRelicCsReq = 591; - public const int GetCurChallengeCsReq = 1730; - public const int ChimeraDoFinalRoundCsReq = 8173; - public const int SpaceZooOpCatteryCsReq = 6770; - public const int TakeTrialActivityRewardCsReq = 2666; - public const int ChangeLineupLeaderCsReq = 750; - public const int SpaceZooMutateCsReq = 6735; - public const int MonopolyCheatDiceScRsp = 7052; - public const int GetTelevisionActivityDataCsReq = 6977; - public const int ChessRogueLayerAccountInfoNotify = 5550; - public const int PlanetFesGameBingoFlipCsReq = 8239; - public const int PlanetFesFriendRankingInfoChangeScNotify = 8224; - public const int SetGachaDecideItemScRsp = 1930; - public const int PlanetFesStartMiniGameScRsp = 8221; - public const int GetRogueCollectionCsReq = 5619; - public const int PlanetFesApplyCardPieceCsReq = 8319; - public const int PlanetFesAvatarLevelUpCsReq = 8238; - public const int PrivateMsgOfflineUsersScNotify = 3909; - public const int SelectPhoneThemeScRsp = 5170; - public const int SelectChatBubbleScRsp = 5109; - public const int GetPhoneDataCsReq = 5111; - public const int ChessRogueUpdateDiceInfoScNotify = 5597; - public const int PlayerReturnSignCsReq = 4513; - public const int StartAetherDivideStageBattleScRsp = 4811; - public const int GetServerLogSettingsCsReq = 2492; - public const int MarbleGetDataCsReq = 8287; - public const int SelectChatBubbleCsReq = 5147; - public const int MonopolyCellUpdateNotify = 7009; - public const int EnterChallengeNextPhaseCsReq = 1782; - public const int UnlockChatBubbleScNotify = 5135; - public const int MonopolyClickCellCsReq = 7042; - public const int SummonPetCsReq = 7616; - public const int BuyRogueShopMiracleCsReq = 5689; - public const int TakeMultipleActivityExpeditionRewardScRsp = 2510; - public const int MultiplayerFightGiveUpScRsp = 1006; - public const int GetFightActivityDataScRsp = 3613; - public const int MarkAvatarScRsp = 352; - public const int RecallPetCsReq = 7605; - public const int GetCurAssistScRsp = 2984; - public const int GetAetherDivideInfoScRsp = 4832; - public const int QuitBattleScNotify = 126; - public const int FinishSectionIdCsReq = 2770; - public const int UnlockPamSkinScNotify = 8134; - public const int GetFriendAssistListScRsp = 2963; - public const int GetChatEmojiListScRsp = 3930; - public const int ExpeditionDataChangeScNotify = 2526; - public const int GetChessRogueBuffEnhanceInfoScRsp = 5469; - public const int AlleyTakeEventRewardScRsp = 4728; - public const int DrinkMakerChallengeScRsp = 6987; - public const int GetCurBattleInfoCsReq = 135; - public const int PlanetFesTakeRegionPhaseRewardCsReq = 8234; - public const int FightFestUpdateChallengeRecordNotify = 7279; - public const int ActivityRaidPlacingGameScRsp = 4794; - public const int NewMailScNotify = 826; - public const int GetMainMissionCustomValueCsReq = 1224; - public const int SelectPamSkinScRsp = 8124; - public const int MonopolyLikeCsReq = 7096; - public const int GetKilledPunkLordMonsterDataScRsp = 3251; - public const int OpenRogueChestCsReq = 1869; - public const int CocoonSweepScRsp = 1330; - public const int GetOfferingInfoScRsp = 6936; - public const int SetBoxingClubResonanceLineupScRsp = 4250; - public const int DressRelicAvatarScRsp = 391; - public const int TrainPartyAddBuildDynamicBuffScRsp = 8028; - public const int RelicSmartWearPinRelicScRsp = 8268; - public const int DiscardRelicScRsp = 556; - public const int FightMatch3SwapScRsp = 30170; - public const int GetNpcMessageGroupCsReq = 2711; - public const int EnterAetherDivideSceneScRsp = 4818; - public const int FightMatch3TurnStartScNotify = 30109; - public const int EnterChallengeNextPhaseScRsp = 1751; - public const int MusicRhythmDataCsReq = 7573; - public const int RogueTournGetCurRogueCocoonInfoCsReq = 6060; - public const int SwitchHandUpdateScRsp = 8111; - public const int TakeChapterRewardCsReq = 489; - public const int MusicRhythmDataScRsp = 7598; - public const int ChessRogueGiveUpScRsp = 5449; - public const int BatchRankUpEquipmentScRsp = 527; - public const int TakePictureCsReq = 4135; - public const int FinishTutorialGuideCsReq = 1695; - public const int DeployRotaterScRsp = 6806; - public const int AcceptExpeditionScRsp = 2509; - public const int GetRogueEndlessActivityDataScRsp = 6006; - public const int DailyFirstMeetPamCsReq = 3447; - public const int GetArchiveDataCsReq = 2311; - public const int AetherDivideSpiritInfoScNotify = 4805; - public const int RogueTournWeekChallengeUpdateScNotify = 6031; - public const int GetMaterialSubmitActivityDataScRsp = 2693; - public const int GetSecretKeyInfoScRsp = 59; - public const int QuickStartCocoonStageCsReq = 1335; - public const int SwitchHandFinishScRsp = 8109; - public const int SetFriendRemarkNameScRsp = 2907; - public const int ExpUpRelicScRsp = 577; - public const int ComposeSelectedRelicScRsp = 551; - public const int ChooseBoxingClubResonanceScRsp = 4218; - public const int MuseumRandomEventQueryScRsp = 4310; - public const int GetSocialEventServerCacheCsReq = 7001; - public const int ChallengeBossPhaseSettleNotify = 1737; - public const int FightFestUnlockSkillNotify = 7259; - public const int InteractChargerScRsp = 6809; - public const int EvolveBuildGiveupScRsp = 7145; - public const int SyncRogueCommonDialogueOptionFinishScNotify = 5627; - public const int SelectInclinationTextScRsp = 2130; - public const int TakeMaterialSubmitActivityRewardScRsp = 2607; - public const int GetLineupAvatarDataScRsp = 736; - public const int GetGachaInfoCsReq = 1911; - public const int MonopolyClickMbtiReportScRsp = 7090; - public const int SetPersonalCardScRsp = 2873; - public const int TakeStoryTokenActivityRewardCsReq = 8360; - public const int SyncLineupNotify = 795; - public const int ChessRogueSelectBpCsReq = 5514; - public const int RestartChallengePhaseCsReq = 1707; - public const int GetAssistListScRsp = 2986; - public const int SetGroupCustomSaveDataCsReq = 1421; - public const int GetLevelRewardScRsp = 51; - public const int HeliobusStartRaidCsReq = 5807; - public const int FinishCurTurnScRsp = 4318; - public const int GetFriendRecommendListInfoScRsp = 2925; - public const int ChessRogueNousGetRogueTalentInfoCsReq = 5565; - public const int RelicFilterPlanClearNameScNotify = 508; - public const int PlayerReturnTakeRewardScRsp = 4589; - public const int ReportPlayerCsReq = 2971; - public const int SetCurInteractEntityScRsp = 1453; - public const int GetChessRogueStoryInfoCsReq = 5450; - public const int EvolveBuildQueryInfoCsReq = 7142; - public const int ChessRogueEnterCellCsReq = 5568; - public const int ModifyRelicFilterPlanScRsp = 596; - public const int EndDrinkMakerSequenceCsReq = 6994; - public const int EnterTelevisionActivityStageScRsp = 6974; - public const int SaveLogisticsScRsp = 4765; - public const int GetRecyleTimeCsReq = 565; - public const int GetBoxingClubInfoScRsp = 4213; - public const int TakeMailAttachmentCsReq = 870; - public const int MarbleLevelFinishScRsp = 8274; - public const int GetChallengeScRsp = 1713; - public const int MuseumRandomEventStartScNotify = 4357; - public const int InteractChargerCsReq = 6847; - public const int MuseumRandomEventSelectScRsp = 4371; - public const int AetherDivideRefreshEndlessScRsp = 4831; - public const int HeliobusUpgradeLevelScRsp = 5850; - public const int TrainPartyBuildingUpdateNotify = 8091; - public const int RecallPetScRsp = 7603; - public const int GetAssistListCsReq = 2922; - public const int FightMatch3DataCsReq = 30111; - public const int MultipleDropInfoScNotify = 4647; - public const int UseItemScRsp = 589; - public const int BuyRogueShopBuffScRsp = 5695; - public const int ChessRogueGiveUpRollScRsp = 5422; - public const int SwordTrainingResumeGameCsReq = 7497; - public const int PlanetFesBusinessDayRefreshEventCsReq = 8211; - public const int UnlockBackGroundMusicCsReq = 3135; - public const int TakePromotionRewardCsReq = 325; - public const int MarblePvpDataUpdateScNotify = 8281; - public const int MonopolyGameGachaScRsp = 7084; - public const int GetStarFightDataCsReq = 7164; - public const int GetBagCsReq = 511; - public const int RevcMsgScNotify = 3947; - public const int MonopolyEventLoadUpdateScNotify = 7074; - public const int MonopolyGetRaffleTicketCsReq = 7055; - public const int SetTurnFoodSwitchScRsp = 560; - public const int GiveUpBoxingClubChallengeScRsp = 4289; - public const int MultiplayerFightGameStartScNotify = 1070; - public const int BattleLogReportScRsp = 195; - public const int UnlockAvatarPathScRsp = 54; - public const int LeaveRaidScRsp = 2209; - public const int SetSignatureCsReq = 2830; - public const int HeliobusSnsLikeCsReq = 5870; - public const int MultiplayerFightGiveUpCsReq = 1035; - public const int LobbyJoinScRsp = 7356; - public const int TakePromotionRewardScRsp = 310; - public const int MarkReadMailScRsp = 809; - public const int TakeFightActivityRewardCsReq = 3606; - public const int MultiplayerFightGameFinishScNotify = 1089; - public const int GetShareDataScRsp = 4109; - public const int AlleyShopLevelScNotify = 4782; - public const int RemoveRotaterScRsp = 6857; - public const int GetPunkLordBattleRecordCsReq = 3253; - public const int MonopolyGiveUpCurContentCsReq = 7051; - public const int LeaveMapRotationRegionCsReq = 6826; - public const int MonopolyMoveScRsp = 7026; - public const int ContentPackageUnlockScRsp = 7541; - public const int TrialActivityDataChangeScNotify = 2678; - public const int GetFantasticStoryActivityDataScRsp = 4913; - public const int GetMissionMessageInfoScRsp = 2718; - public const int RogueWorkbenchHandleFuncScRsp = 5632; - public const int GetPetDataCsReq = 7625; - public const int MonopolyReRollRandomScRsp = 7093; - public const int GetAlleyInfoCsReq = 4711; - public const int ChessRogueSelectCellCsReq = 5579; - public const int CurAssistChangedNotify = 2960; - public const int GetMonopolyDailyReportScRsp = 7062; - public const int TakeChallengeRewardScRsp = 1777; - public const int ExtraLineupDestroyNotify = 751; - public const int ChooseBoxingClubResonanceCsReq = 4295; - public const int RefreshTriggerByClientScNotify = 1490; - public const int GetEnteredSceneCsReq = 1403; - public const int MonopolyGetRafflePoolInfoScRsp = 7085; - public const int ChessRogueGoAheadScRsp = 5465; - public const int TakeCityShopRewardCsReq = 1535; - public const int MonopolyGameSettleScNotify = 7053; - public const int RogueTournResetPermanentTalentScRsp = 6032; - public const int GetPunkLordDataCsReq = 3277; - public const int MonopolyGetRegionProgressCsReq = 7076; - public const int MonopolyGuessBuyInformationCsReq = 7087; - public const int GetMbtiReportCsReq = 7099; - public const int MonopolyContentUpdateScNotify = 7022; - public const int SelectChessRogueSubStoryScRsp = 5428; - public const int ChimeraSetLineupScRsp = 8164; - public const int MonopolySelectOptionScRsp = 7095; - public const int MonopolyTakeRaffleTicketRewardCsReq = 7012; - public const int RelicSmartWearAddPlanCsReq = 8270; - public const int TravelBrochureRemovePasterCsReq = 6426; - public const int GetPreAvatarListCsReq = 375; - public const int ClockParkGetInfoCsReq = 7242; - public const int GetAetherDivideInfoCsReq = 4816; - public const int MonopolyDailySettleScNotify = 7063; - public const int GetMultiPathAvatarInfoCsReq = 3; - public const int LockEquipmentCsReq = 535; - public const int GetMonopolyFriendRankingListScRsp = 7078; - public const int ExpUpEquipmentScRsp = 518; - public const int StrongChallengeActivityBattleEndScNotify = 6635; - public const int RelicSmartWearGetPlanCsReq = 8267; - public const int MonopolyRollRandomScRsp = 7077; - public const int MarkReadMailCsReq = 847; - public const int EvolveBuildLeaveCsReq = 7128; - public const int SwordTrainingMarkEndingViewedCsReq = 7490; - public const int MuseumFundsChangedScNotify = 4393; - public const int EnterAetherDivideSceneCsReq = 4842; - public const int FightMatch3OpponentDataScNotify = 30189; - public const int PlayerLoginFinishScRsp = 67; - public const int SubmitEmotionItemScRsp = 6306; - public const int AlleyPlacingGameScRsp = 4750; - public const int MonopolyCheatDiceCsReq = 7065; - public const int GetChessRogueStoryAeonTalkInfoCsReq = 5559; - public const int SendMsgScRsp = 3913; - public const int AddMultiPathAvatarScNotify = 322; - public const int BattleCollegeDataChangeScNotify = 5747; - public const int PromoteAvatarCsReq = 370; - public const int GetPlayerDetailInfoScRsp = 2909; - public const int ContentPackageGetDataCsReq = 7542; - public const int ClearAetherDividePassiveSkillCsReq = 4850; - public const int ChessRogueQuestFinishNotify = 5555; - public const int UpdateMovieRacingDataScRsp = 4182; - public const int FinishTalkMissionScRsp = 1209; - public const int FinishChessRogueSubStoryScRsp = 5525; - public const int SubMissionRewardScNotify = 1237; - public const int ChessRogueRollDiceScRsp = 5499; - public const int GetMissionStatusCsReq = 1225; - public const int DailyRefreshNotify = 17; - public const int SceneGroupRefreshScNotify = 1498; - public const int PlanetFesHandleCardPieceApplyScRsp = 8300; - public const int UpdateGunPlayDataCsReq = 4165; - public const int AddRelicFilterPlanCsReq = 563; - public const int DelMailCsReq = 835; - public const int MonopolySttUpdateScNotify = 7098; - public const int ShareCsReq = 4111; - public const int TakeBpRewardCsReq = 3009; - public const int ExpUpRelicCsReq = 573; - public const int SelectPhoneCaseScRsp = 5130; - public const int ChessRogueReviveAvatarScRsp = 5598; - public const int AvatarDeliverRewardChooseAvatarCsReq = 2627; - public const int MarbleShopBuyScRsp = 8279; - public const int ChimeraStartEndlessScRsp = 8171; - public const int DifficultyAdjustmentUpdateDataScRsp = 4153; - public const int UpdateGunPlayDataScRsp = 4152; - public const int TakeMaterialSubmitActivityRewardCsReq = 2610; - public const int PlayBackGroundMusicScRsp = 3109; - public const int TriggerVoiceScRsp = 4150; - public const int MatchBoxingClubOpponentCsReq = 4247; - public const int GetMarkItemListScRsp = 584; - public const int SyncRogueAeonLevelUpRewardScNotify = 1885; - public const int DifficultyAdjustmentGetDataScRsp = 4186; - public const int GetMarkChestCsReq = 8197; - public const int ChessRogueUpdateDicePassiveAccumulateValueScNotify = 5539; - public const int SubmitMaterialSubmitActivityMaterialScRsp = 2625; - public const int GetShareDataCsReq = 4147; - public const int GetReplayTokenCsReq = 3511; - public const int CancelCacheNotifyCsReq = 4126; - public const int FightMatch3DataScRsp = 30113; - public const int FinishPerformSectionIdScRsp = 2730; - public const int WolfBroGamePickupBulletScRsp = 6507; - public const int RelicReforgeCsReq = 533; - public const int FinishItemIdCsReq = 2735; - public const int GetFeverTimeActivityDataCsReq = 7157; - public const int FinishSectionIdScRsp = 2789; - public const int ChallengeLineupNotify = 1718; - public const int RogueMagicAreaUpdateScNotify = 7750; - public const int SwordTrainingUnlockSyncScNotify = 7476; - public const int SpaceZooDeleteCatCsReq = 6726; - public const int StartMatchScRsp = 7318; - public const int HeartDialTraceScriptCsReq = 6330; - public const int UpdateMarkChestCsReq = 8200; - public const int ContentPackageSyncDataScNotify = 7514; - public const int GiveUpBoxingClubChallengeCsReq = 4270; - public const int UnlockPhoneCaseScNotify = 5195; - public const int ResetMapRotationRegionCsReq = 6836; - public const int EvolveBuildShopAbilityUpCsReq = 7138; - public const int MonopolyTakePhaseRewardScRsp = 7031; - public const int EvolveBuildStartStageScRsp = 7109; - public const int HeartDialTraceScriptScRsp = 6395; - public const int ChessRogueQueryScRsp = 5498; - public const int LobbyInteractScRsp = 7372; - public const int SetFriendMarkCsReq = 2914; - public const int GetSaveLogisticsMapScRsp = 4792; - public const int SelectChessRogueSubStoryCsReq = 5460; - public const int EvolveBuildStartStageCsReq = 7141; - public const int RestartChallengePhaseScRsp = 1771; - public const int TakeOffAvatarSkinCsReq = 382; - public const int ChessRogueStartScRsp = 5527; - public const int LobbyInteractCsReq = 7385; - public const int FightSessionStopScNotify = 30070; - public const int LobbyCreateCsReq = 7392; - public const int VirtualLineupDestroyNotify = 707; - public const int PlanetFesCollectAllIncomeScRsp = 8246; - public const int JoinLineupCsReq = 735; - public const int GetLineupAvatarDataCsReq = 718; - public const int LogisticsScoreRewardSyncInfoScNotify = 4768; - public const int PunkLordMonsterInfoScNotify = 3273; - public const int SetClientRaidTargetCountCsReq = 2236; - public const int PlayerReturnTakePointRewardCsReq = 4535; - public const int SyncRogueReviveInfoScNotify = 1892; - public const int ChessRogueUpdateUnlockLevelScNotify = 5493; - public const int UpdateServerLogSettingsScRsp = 2456; - public const int PlayerGetTokenCsReq = 35; - public const int BatchRankUpEquipmentCsReq = 559; - public const int FinishedMissionScNotify = 1268; - public const int RogueTournReviveAvatarScRsp = 6091; - public const int GetFeverTimeActivityDataScRsp = 7158; - public const int ClockParkGetInfoScRsp = 7218; - public const int MatchBoxingClubOpponentScRsp = 4209; - public const int MonopolyClickMbtiReportCsReq = 7054; - public const int UnlockSkilltreeScRsp = 306; - public const int AetherDivideSkillItemScNotify = 4844; - public const int TakeExpeditionRewardCsReq = 2570; - public const int LobbyKickOutScRsp = 7360; - public const int GetFriendLoginInfoScRsp = 2981; - public const int EnterEraFlipperRegionScRsp = 6595; - public const int TakeFightActivityRewardScRsp = 3670; - public const int SpaceZooExchangeItemScRsp = 6736; - public const int QuickStartFarmElementCsReq = 1370; - public const int ChessRogueReRollDiceCsReq = 5573; - public const int EnterFantasticStoryActivityStageCsReq = 4909; - public const int SwordTrainingStartGameCsReq = 7498; - public const int PlayerLoginFinishCsReq = 27; + // Packets + public const int AcceptActivityExpeditionCsReq = 2530; + public const int AcceptActivityExpeditionScRsp = 2595; + public const int AcceptedPamMissionExpireCsReq = 4011; + public const int AcceptedPamMissionExpireScRsp = 4013; + public const int AcceptExpeditionCsReq = 2547; + public const int AcceptExpeditionScRsp = 2509; + public const int AcceptMainMissionCsReq = 1292; + public const int AcceptMainMissionScRsp = 1253; + public const int AcceptMultipleExpeditionCsReq = 2577; + public const int AcceptMultipleExpeditionScRsp = 2591; + public const int AceAntiCheaterCsReq = 78; + public const int AceAntiCheaterScRsp = 96; + public const int ActivateFarmElementCsReq = 1500; + public const int ActivateFarmElementScRsp = 1446; + public const int ActivityRaidPlacingGameCsReq = 4760; + public const int ActivityRaidPlacingGameScRsp = 4794; + public const int AddAvatarScNotify = 336; + public const int AddBlacklistCsReq = 2977; + public const int AddBlacklistScRsp = 2991; + public const int AddEquipmentScNotify = 537; + public const int AddMultiPathAvatarScNotify = 322; + public const int AddRelicFilterPlanCsReq = 563; + public const int AddRelicFilterPlanScRsp = 504; + public const int AetherDivideFinishChallengeScNotify = 4830; + public const int AetherDivideLineupScNotify = 4834; + public const int AetherDivideRefreshEndlessCsReq = 4819; + public const int AetherDivideRefreshEndlessScNotify = 4821; + public const int AetherDivideRefreshEndlessScRsp = 4831; + public const int AetherDivideSkillItemScNotify = 4844; + public const int AetherDivideSpiritExpUpCsReq = 4804; + public const int AetherDivideSpiritExpUpScRsp = 4849; + public const int AetherDivideSpiritInfoScNotify = 4805; + public const int AetherDivideTainerInfoScNotify = 4833; + public const int AetherDivideTakeChallengeRewardCsReq = 4802; + public const int AetherDivideTakeChallengeRewardScRsp = 4825; + public const int AlleyEventChangeNotify = 4726; + public const int AlleyEventEffectNotify = 4730; + public const int AlleyFundsScNotify = 4771; + public const int AlleyGuaranteedFundsCsReq = 4724; + public const int AlleyGuaranteedFundsScRsp = 4784; + public const int AlleyOrderChangedScNotify = 4757; + public const int AlleyPlacingGameCsReq = 4736; + public const int AlleyPlacingGameScRsp = 4750; + public const int AlleyShipmentEventEffectsScNotify = 4722; + public const int AlleyShipUnlockScNotify = 4751; + public const int AlleyShipUsedCountScNotify = 4753; + public const int AlleyShopLevelScNotify = 4782; + public const int AlleyTakeEventRewardCsReq = 4775; + public const int AlleyTakeEventRewardScRsp = 4728; + public const int AntiAddictScNotify = 57; + public const int ApplyFriendCsReq = 2970; + public const int ApplyFriendScRsp = 2989; + public const int ArchiveWolfBroGameCsReq = 6514; + public const int ArchiveWolfBroGameScRsp = 6506; + public const int AvatarDeliverRewardChooseAvatarCsReq = 2627; + public const int AvatarDeliverRewardChooseAvatarScRsp = 2667; + public const int AvatarDeliverRewardTakeRewardCsReq = 2655; + public const int AvatarDeliverRewardTakeRewardScRsp = 2616; + public const int AvatarExpUpCsReq = 347; + public const int AvatarExpUpScRsp = 309; + public const int AvatarPathChangedNotify = 88; + public const int BatchGetQuestDataCsReq = 973; + public const int BatchGetQuestDataScRsp = 977; + public const int BatchMarkChatEmojiCsReq = 3936; + public const int BatchMarkChatEmojiScRsp = 3950; + public const int BatchRankUpEquipmentCsReq = 559; + public const int BatchRankUpEquipmentScRsp = 527; + public const int BattleCollegeDataChangeScNotify = 5747; + public const int BattleLogReportCsReq = 130; + public const int BattleLogReportScRsp = 195; + public const int BattlePassInfoNotify = 3011; + public const int BoxingClubChallengeUpdateScNotify = 4230; + public const int BoxingClubRewardScNotify = 4226; + public const int BuyBpLevelCsReq = 3006; + public const int BuyBpLevelScRsp = 3070; + public const int BuyGoodsCsReq = 1547; + public const int BuyGoodsScRsp = 1509; + public const int BuyNpcStuffCsReq = 4347; + public const int BuyNpcStuffScRsp = 4309; + public const int BuyRogueShopBuffCsReq = 5630; + public const int BuyRogueShopBuffScRsp = 5695; + public const int BuyRogueShopFormulaCsReq = 5697; + public const int BuyRogueShopFormulaScRsp = 5639; + public const int BuyRogueShopMiracleCsReq = 5689; + public const int BuyRogueShopMiracleScRsp = 5626; + public const int CancelActivityExpeditionCsReq = 2518; + public const int CancelActivityExpeditionScRsp = 2536; + public const int CancelCacheNotifyCsReq = 4126; + public const int CancelCacheNotifyScRsp = 4130; + public const int CancelExpeditionCsReq = 2535; + public const int CancelExpeditionScRsp = 2506; + public const int CancelMarkItemNotify = 583; + public const int CancelMatchCsReq = 7314; + public const int CancelMatchScRsp = 7306; + public const int ChallengeBossPhaseSettleNotify = 1737; + public const int ChallengeLineupNotify = 1718; + public const int ChallengeRaidNotify = 2230; + public const int ChallengeSettleNotify = 1770; + public const int ChangeEraFlipperDataCsReq = 6564; + public const int ChangeEraFlipperDataScRsp = 6556; + public const int ChangeLineupLeaderCsReq = 750; + public const int ChangeLineupLeaderScRsp = 773; + public const int ChangePropTimelineInfoCsReq = 1426; + public const int ChangePropTimelineInfoScRsp = 1430; + public const int ChangeScriptEmotionCsReq = 6347; + public const int ChangeScriptEmotionScRsp = 6309; + public const int ChangeStoryLineFinishScNotify = 6206; + public const int ChessRogueCellUpdateNotify = 5567; + public const int ChessRogueChangeyAeonDimensionNotify = 5402; + public const int ChessRogueCheatRollCsReq = 5593; + public const int ChessRogueCheatRollScRsp = 5455; + public const int ChessRogueConfirmRollCsReq = 5584; + public const int ChessRogueConfirmRollScRsp = 5563; + public const int ChessRogueEnterCellCsReq = 5568; + public const int ChessRogueEnterCellScRsp = 5443; + public const int ChessRogueEnterCsReq = 5577; + public const int ChessRogueEnterNextLayerCsReq = 5487; + public const int ChessRogueEnterNextLayerScRsp = 5447; + public const int ChessRogueEnterScRsp = 5552; + public const int ChessRogueFinishCurRoomNotify = 5594; + public const int ChessRogueGiveUpCsReq = 5515; + public const int ChessRogueGiveUpRollCsReq = 5458; + public const int ChessRogueGiveUpRollScRsp = 5422; + public const int ChessRogueGiveUpScRsp = 5449; + public const int ChessRogueGoAheadCsReq = 5587; + public const int ChessRogueGoAheadScRsp = 5465; + public const int ChessRogueLayerAccountInfoNotify = 5550; + public const int ChessRogueLeaveCsReq = 5480; + public const int ChessRogueLeaveScRsp = 5524; + public const int ChessRogueMoveCellNotify = 5414; + public const int ChessRogueNousDiceSurfaceUnlockNotify = 5418; + public const int ChessRogueNousDiceUpdateNotify = 5562; + public const int ChessRogueNousEditDiceCsReq = 5417; + public const int ChessRogueNousEditDiceScRsp = 5408; + public const int ChessRogueNousEnableRogueTalentCsReq = 5589; + public const int ChessRogueNousEnableRogueTalentScRsp = 5404; + public const int ChessRogueNousGetRogueTalentInfoCsReq = 5565; + public const int ChessRogueNousGetRogueTalentInfoScRsp = 5529; + public const int ChessRoguePickAvatarCsReq = 5521; + public const int ChessRoguePickAvatarScRsp = 5520; + public const int ChessRogueQueryAeonDimensionsCsReq = 5441; + public const int ChessRogueQueryAeonDimensionsScRsp = 5485; + public const int ChessRogueQueryBpCsReq = 5502; + public const int ChessRogueQueryBpScRsp = 5421; + public const int ChessRogueQueryCsReq = 5451; + public const int ChessRogueQueryScRsp = 5498; + public const int ChessRogueQuestFinishNotify = 5555; + public const int ChessRogueQuitCsReq = 5492; + public const int ChessRogueQuitScRsp = 5506; + public const int ChessRogueReRollDiceCsReq = 5573; + public const int ChessRogueReRollDiceScRsp = 5543; + public const int ChessRogueReviveAvatarCsReq = 5516; + public const int ChessRogueReviveAvatarScRsp = 5598; + public const int ChessRogueRollDiceCsReq = 5452; + public const int ChessRogueRollDiceScRsp = 5499; + public const int ChessRogueSelectBpCsReq = 5514; + public const int ChessRogueSelectBpScRsp = 5569; + public const int ChessRogueSelectCellCsReq = 5579; + public const int ChessRogueSelectCellScRsp = 5462; + public const int ChessRogueSkipTeachingLevelCsReq = 5501; + public const int ChessRogueSkipTeachingLevelScRsp = 5546; + public const int ChessRogueStartCsReq = 5591; + public const int ChessRogueStartScRsp = 5527; + public const int ChessRogueUpdateActionPointScNotify = 5495; + public const int ChessRogueUpdateAeonModifierValueScNotify = 5471; + public const int ChessRogueUpdateAllowedSelectCellScNotify = 5541; + public const int ChessRogueUpdateBoardScNotify = 5531; + public const int ChessRogueUpdateDiceInfoScNotify = 5597; + public const int ChessRogueUpdateDicePassiveAccumulateValueScNotify = 5539; + public const int ChessRogueUpdateLevelBaseInfoScNotify = 5456; + public const int ChessRogueUpdateMoneyInfoScNotify = 5433; + public const int ChessRogueUpdateReviveInfoScNotify = 5534; + public const int ChessRogueUpdateUnlockLevelScNotify = 5493; + public const int ChimeraDoFinalRoundCsReq = 8173; + public const int ChimeraDoFinalRoundScRsp = 8163; + public const int ChimeraFinishEndlessRoundCsReq = 8170; + public const int ChimeraFinishEndlessRoundScRsp = 8178; + public const int ChimeraFinishRoundCsReq = 8174; + public const int ChimeraFinishRoundScRsp = 8169; + public const int ChimeraGetDataCsReq = 8177; + public const int ChimeraGetDataScRsp = 8176; + public const int ChimeraQuitEndlessCsReq = 8167; + public const int ChimeraQuitEndlessScRsp = 8175; + public const int ChimeraRoundWorkStartCsReq = 8165; + public const int ChimeraRoundWorkStartScRsp = 8172; + public const int ChimeraSetLineupCsReq = 8180; + public const int ChimeraSetLineupScRsp = 8164; + public const int ChimeraStartEndlessCsReq = 8179; + public const int ChimeraStartEndlessScRsp = 8171; + public const int ChooseBoxingClubResonanceCsReq = 4295; + public const int ChooseBoxingClubResonanceScRsp = 4218; + public const int ChooseBoxingClubStageOptionalBuffCsReq = 4273; + public const int ChooseBoxingClubStageOptionalBuffScRsp = 4277; + public const int CityShopInfoScNotify = 1570; + public const int ClearAetherDividePassiveSkillCsReq = 4850; + public const int ClearAetherDividePassiveSkillScRsp = 4848; + public const int ClientDownloadDataScNotify = 100; + public const int ClientObjDownloadDataScNotify = 20; + public const int ClientObjUploadCsReq = 31; + public const int ClientObjUploadScRsp = 74; + public const int ClockParkBattleEndScNotify = 7250; + public const int ClockParkFinishScriptScNotify = 7237; + public const int ClockParkGetInfoCsReq = 7242; + public const int ClockParkGetInfoScRsp = 7218; + public const int ClockParkGetOngoingScriptInfoCsReq = 7228; + public const int ClockParkGetOngoingScriptInfoScRsp = 7210; + public const int ClockParkHandleWaitOperationCsReq = 7216; + public const int ClockParkHandleWaitOperationScRsp = 7232; + public const int ClockParkQuitScriptCsReq = 7246; + public const int ClockParkQuitScriptScRsp = 7213; + public const int ClockParkStartScriptCsReq = 7229; + public const int ClockParkStartScriptScRsp = 7245; + public const int ClockParkUnlockTalentCsReq = 7241; + public const int ClockParkUnlockTalentScRsp = 7209; + public const int ClockParkUseBuffCsReq = 7235; + public const int ClockParkUseBuffScRsp = 7222; + public const int CocoonSweepCsReq = 1326; + public const int CocoonSweepScRsp = 1330; + public const int CommonRogueComponentUpdateScNotify = 5667; + public const int CommonRogueQueryCsReq = 5669; + public const int CommonRogueQueryScRsp = 5666; + public const int CommonRogueUpdateScNotify = 5699; + public const int ComposeItemCsReq = 536; + public const int ComposeItemScRsp = 550; + public const int ComposeLimitNumCompleteNotify = 522; + public const int ComposeLimitNumUpdateNotify = 586; + public const int ComposeSelectedRelicCsReq = 582; + public const int ComposeSelectedRelicScRsp = 551; + public const int ContentPackageGetDataCsReq = 7542; + public const int ContentPackageGetDataScRsp = 7518; + public const int ContentPackageSyncDataScNotify = 7514; + public const int ContentPackageTransferScNotify = 7509; + public const int ContentPackageUnlockCsReq = 7506; + public const int ContentPackageUnlockScRsp = 7541; + public const int CurAssistChangedNotify = 2960; + public const int CurPetChangedScNotify = 7611; + public const int CurTrialActivityScNotify = 2601; + public const int DailyActiveInfoNotify = 3335; + public const int DailyFirstEnterMonopolyActivityCsReq = 7036; + public const int DailyFirstEnterMonopolyActivityScRsp = 7050; + public const int DailyFirstMeetPamCsReq = 3447; + public const int DailyFirstMeetPamScRsp = 3409; + public const int DailyRefreshNotify = 17; + public const int DeactivateFarmElementCsReq = 1456; + public const int DeactivateFarmElementScRsp = 1481; + public const int DeleteBlacklistCsReq = 2951; + public const int DeleteBlacklistScRsp = 2937; + public const int DeleteFriendCsReq = 2936; + public const int DeleteFriendScRsp = 2950; + public const int DeleteRelicFilterPlanCsReq = 569; + public const int DeleteRelicFilterPlanScRsp = 566; + public const int DeleteSocialEventServerCacheCsReq = 7059; + public const int DeleteSocialEventServerCacheScRsp = 7027; + public const int DeleteSummonUnitCsReq = 1434; + public const int DeleteSummonUnitScRsp = 1497; + public const int DelMailCsReq = 835; + public const int DelMailScRsp = 806; + public const int DelSaveRaidScNotify = 2257; + public const int DeployRotaterCsReq = 6835; + public const int DeployRotaterScRsp = 6806; + public const int DestroyItemCsReq = 592; + public const int DestroyItemScRsp = 553; + public const int DifficultyAdjustmentGetDataCsReq = 4122; + public const int DifficultyAdjustmentGetDataScRsp = 4186; + public const int DifficultyAdjustmentUpdateDataCsReq = 4192; + public const int DifficultyAdjustmentUpdateDataScRsp = 4153; + public const int DiscardRelicCsReq = 587; + public const int DiscardRelicScRsp = 556; + public const int DoGachaCsReq = 1947; + public const int DoGachaInRollShopCsReq = 6920; + public const int DoGachaInRollShopScRsp = 6904; + public const int DoGachaScRsp = 1909; + public const int DressAvatarCsReq = 326; + public const int DressAvatarScRsp = 330; + public const int DressAvatarSkinCsReq = 307; + public const int DressAvatarSkinScRsp = 371; + public const int DressRelicAvatarCsReq = 377; + public const int DressRelicAvatarScRsp = 391; + public const int DrinkMakerChallengeCsReq = 6998; + public const int DrinkMakerChallengeScRsp = 6987; + public const int DrinkMakerDayEndScNotify = 6990; + public const int DrinkMakerUpdateTipsNotify = 6995; + public const int EnableRogueTalentCsReq = 1890; + public const int EnableRogueTalentScRsp = 1834; + public const int EndDrinkMakerSequenceCsReq = 6994; + public const int EndDrinkMakerSequenceScRsp = 6989; + public const int EnhanceChessRogueBuffCsReq = 5504; + public const int EnhanceChessRogueBuffScRsp = 5575; + public const int EnhanceCommonRogueBuffCsReq = 5671; + public const int EnhanceCommonRogueBuffScRsp = 5682; + public const int EnhanceRogueBuffCsReq = 1851; + public const int EnhanceRogueBuffScRsp = 1837; + public const int EnterAdventureCsReq = 1311; + public const int EnterAdventureScRsp = 1313; + public const int EnterAetherDivideSceneCsReq = 4842; + public const int EnterAetherDivideSceneScRsp = 4818; + public const int EnterChallengeNextPhaseCsReq = 1782; + public const int EnterChallengeNextPhaseScRsp = 1751; + public const int EnterChessRogueAeonRoomCsReq = 5519; + public const int EnterChessRogueAeonRoomScRsp = 5530; + public const int EnteredSceneChangeScNotify = 1488; + public const int EnterEraFlipperRegionCsReq = 6579; + public const int EnterEraFlipperRegionScRsp = 6595; + public const int EnterFantasticStoryActivityStageCsReq = 4909; + public const int EnterFantasticStoryActivityStageScRsp = 4935; + public const int EnterFeverTimeActivityStageCsReq = 7154; + public const int EnterFeverTimeActivityStageScRsp = 7156; + public const int EnterFightActivityStageCsReq = 3609; + public const int EnterFightActivityStageScRsp = 3635; + public const int EnterMapRotationRegionCsReq = 6811; + public const int EnterMapRotationRegionScRsp = 6813; + public const int EnterRogueCsReq = 1835; + public const int EnterRogueEndlessActivityStageCsReq = 6009; + public const int EnterRogueEndlessActivityStageScRsp = 6007; + public const int EnterRogueMapRoomCsReq = 1868; + public const int EnterRogueMapRoomScRsp = 1860; + public const int EnterRogueScRsp = 1806; + public const int EnterSceneByServerScNotify = 1416; + public const int EnterSceneCsReq = 1467; + public const int EnterSceneScRsp = 1455; + public const int EnterSectionCsReq = 1465; + public const int EnterSectionScRsp = 1452; + public const int EnterStrongChallengeActivityStageCsReq = 6647; + public const int EnterStrongChallengeActivityStageScRsp = 6609; + public const int EnterSummonActivityStageCsReq = 7569; + public const int EnterSummonActivityStageScRsp = 7567; + public const int EnterSwordTrainingExamCsReq = 7463; + public const int EnterSwordTrainingExamScRsp = 7457; + public const int EnterTelevisionActivityStageCsReq = 6964; + public const int EnterTelevisionActivityStageScRsp = 6974; + public const int EnterTreasureDungeonCsReq = 4436; + public const int EnterTreasureDungeonScRsp = 4450; + public const int EnterTrialActivityStageCsReq = 2696; + public const int EnterTrialActivityStageScRsp = 2669; + public const int EntityBindPropCsReq = 1458; + public const int EntityBindPropScRsp = 1468; + public const int EquipAetherDividePassiveSkillCsReq = 4807; + public const int EquipAetherDividePassiveSkillScRsp = 4838; + public const int EraFlipperDataChangeScNotify = 6578; + public const int EvolveBuildCoinNotify = 7149; + public const int EvolveBuildFinishScNotify = 7116; + public const int EvolveBuildGiveupCsReq = 7129; + public const int EvolveBuildGiveupScRsp = 7145; + public const int EvolveBuildLeaveCsReq = 7128; + public const int EvolveBuildLeaveScRsp = 7110; + public const int EvolveBuildQueryInfoCsReq = 7142; + public const int EvolveBuildQueryInfoScRsp = 7118; + public const int EvolveBuildReRandomStageCsReq = 7132; + public const int EvolveBuildReRandomStageScRsp = 7146; + public const int EvolveBuildShopAbilityDownCsReq = 7148; + public const int EvolveBuildShopAbilityDownScRsp = 7135; + public const int EvolveBuildShopAbilityResetCsReq = 7111; + public const int EvolveBuildShopAbilityResetScRsp = 7104; + public const int EvolveBuildShopAbilityUpCsReq = 7138; + public const int EvolveBuildShopAbilityUpScRsp = 7150; + public const int EvolveBuildStartLevelCsReq = 7114; + public const int EvolveBuildStartLevelScRsp = 7106; + public const int EvolveBuildStartStageCsReq = 7141; + public const int EvolveBuildStartStageScRsp = 7109; + public const int EvolveBuildTakeExpRewardCsReq = 7122; + public const int EvolveBuildTakeExpRewardScRsp = 7137; + public const int EvolveBuildUnlockInfoNotify = 7105; + public const int ExchangeGachaCeilingCsReq = 1970; + public const int ExchangeGachaCeilingScRsp = 1989; + public const int ExchangeHcoinCsReq = 507; + public const int ExchangeHcoinScRsp = 571; + public const int ExchangeRogueRewardKeyCsReq = 1899; + public const int ExchangeRogueRewardKeyScRsp = 1821; + public const int ExchangeStaminaCsReq = 50; + public const int ExchangeStaminaScRsp = 73; + public const int ExpeditionDataChangeScNotify = 2526; + public const int ExpUpEquipmentCsReq = 595; + public const int ExpUpEquipmentScRsp = 518; + public const int ExpUpRelicCsReq = 573; + public const int ExpUpRelicScRsp = 577; + public const int ExtraLineupDestroyNotify = 751; + public const int FantasticStoryActivityBattleEndScNotify = 4906; + public const int FarmElementSweepCsReq = 1395; + public const int FarmElementSweepScRsp = 1318; + public const int FeatureSwitchClosedScNotify = 33; + public const int FeverTimeActivityBattleEndScNotify = 7159; + public const int FightActivityDataChangeScNotify = 3647; + public const int FightEnterCsReq = 30011; + public const int FightEnterScRsp = 30013; + public const int FightFestScoreUpdateNotify = 7291; + public const int FightFestUnlockSkillNotify = 7259; + public const int FightFestUpdateChallengeRecordNotify = 7279; + public const int FightFestUpdateCoinNotify = 7295; + public const int FightGeneralCsReq = 30089; + public const int FightGeneralScNotify = 30030; + public const int FightGeneralScRsp = 30026; + public const int FightHeartBeatCsReq = 30035; + public const int FightHeartBeatScRsp = 30006; + public const int FightKickOutScNotify = 30009; + public const int FightLeaveScNotify = 30047; + public const int FightMatch3ChatCsReq = 30126; + public const int FightMatch3ChatScNotify = 30195; + public const int FightMatch3ChatScRsp = 30130; + public const int FightMatch3DataCsReq = 30111; + public const int FightMatch3DataScRsp = 30113; + public const int FightMatch3ForceUpdateNotify = 30118; + public const int FightMatch3OpponentDataScNotify = 30189; + public const int FightMatch3StartCountDownScNotify = 30147; + public const int FightMatch3SwapCsReq = 30106; + public const int FightMatch3SwapScRsp = 30170; + public const int FightMatch3TurnEndScNotify = 30135; + public const int FightMatch3TurnStartScNotify = 30109; + public const int FightSessionStopScNotify = 30070; + public const int FightTreasureDungeonMonsterCsReq = 4491; + public const int FightTreasureDungeonMonsterScRsp = 4493; + public const int FinishAeonDialogueGroupCsReq = 1849; + public const int FinishAeonDialogueGroupScRsp = 1888; + public const int FinishChapterScNotify = 4947; + public const int FinishChessRogueNousSubStoryCsReq = 5479; + public const int FinishChessRogueNousSubStoryScRsp = 5526; + public const int FinishChessRogueSubStoryCsReq = 5556; + public const int FinishChessRogueSubStoryScRsp = 5525; + public const int FinishCosumeItemMissionCsReq = 1236; + public const int FinishCosumeItemMissionScRsp = 1250; + public const int FinishCurTurnCsReq = 4395; + public const int FinishCurTurnScRsp = 4318; + public const int FinishedMissionScNotify = 1268; + public const int FinishEmotionDialoguePerformanceCsReq = 6370; + public const int FinishEmotionDialoguePerformanceScRsp = 6389; + public const int FinishFirstTalkByPerformanceNpcCsReq = 2136; + public const int FinishFirstTalkByPerformanceNpcScRsp = 2150; + public const int FinishFirstTalkNpcCsReq = 2170; + public const int FinishFirstTalkNpcScRsp = 2189; + public const int FinishItemIdCsReq = 2735; + public const int FinishItemIdScRsp = 2706; + public const int FinishPerformSectionIdCsReq = 2726; + public const int FinishPerformSectionIdScRsp = 2730; + public const int FinishPlotCsReq = 1111; + public const int FinishPlotScRsp = 1113; + public const int FinishQuestCsReq = 930; + public const int FinishQuestScRsp = 995; + public const int FinishRogueCommonDialogueCsReq = 5601; + public const int FinishRogueCommonDialogueScRsp = 5640; + public const int FinishSectionIdCsReq = 2770; + public const int FinishSectionIdScRsp = 2789; + public const int FinishTalkMissionCsReq = 1247; + public const int FinishTalkMissionScRsp = 1209; + public const int FinishTutorialCsReq = 1626; + public const int FinishTutorialGuideCsReq = 1695; + public const int FinishTutorialGuideScRsp = 1618; + public const int FinishTutorialScRsp = 1630; + public const int GachaDecideItemChangeScNotify = 1995; + public const int GameplayCounterCountDownCsReq = 1420; + public const int GameplayCounterCountDownScRsp = 1431; + public const int GameplayCounterRecoverCsReq = 1461; + public const int GameplayCounterRecoverScRsp = 1480; + public const int GameplayCounterUpdateScNotify = 1474; + public const int GateServerScNotify = 8; + public const int GeneralVirtualItemDataNotify = 594; + public const int GetActivityScheduleConfigCsReq = 2635; + public const int GetActivityScheduleConfigScRsp = 2606; + public const int GetAetherDivideChallengeInfoCsReq = 4826; + public const int GetAetherDivideChallengeInfoScRsp = 4808; + public const int GetAetherDivideInfoCsReq = 4816; + public const int GetAetherDivideInfoScRsp = 4832; + public const int GetAlleyInfoCsReq = 4711; + public const int GetAlleyInfoScRsp = 4713; + public const int GetAllLineupDataCsReq = 725; + public const int GetAllLineupDataScRsp = 710; + public const int GetAllRedDotDataCsReq = 5911; + public const int GetAllRedDotDataScRsp = 5913; + public const int GetAllSaveRaidCsReq = 2291; + public const int GetAllSaveRaidScRsp = 2293; + public const int GetAllServerPrefsDataCsReq = 6111; + public const int GetAllServerPrefsDataScRsp = 6113; + public const int GetArchiveDataCsReq = 2311; + public const int GetArchiveDataScRsp = 2313; + public const int GetAssistHistoryCsReq = 2975; + public const int GetAssistHistoryScRsp = 2928; + public const int GetAssistListCsReq = 2922; + public const int GetAssistListScRsp = 2986; + public const int GetAuthkeyCsReq = 77; + public const int GetAuthkeyScRsp = 91; + public const int GetAvatarDataCsReq = 311; + public const int GetAvatarDataScRsp = 313; + public const int GetAvatarDeliverRewardActivityDataCsReq = 2640; + public const int GetAvatarDeliverRewardActivityDataScRsp = 2659; + public const int GetBagCsReq = 511; + public const int GetBagScRsp = 513; + public const int GetBasicInfoCsReq = 14; + public const int GetBasicInfoScRsp = 41; + public const int GetBattleCollegeDataCsReq = 5711; + public const int GetBattleCollegeDataScRsp = 5713; + public const int GetBenefitActivityInfoCsReq = 4892; + public const int GetBenefitActivityInfoScRsp = 4868; + public const int GetBigDataAllRecommendCsReq = 2428; + public const int GetBigDataAllRecommendScRsp = 2410; + public const int GetBigDataRecommendCsReq = 2429; + public const int GetBigDataRecommendScRsp = 2445; + public const int GetBoxingClubInfoCsReq = 4211; + public const int GetBoxingClubInfoScRsp = 4213; + public const int GetChallengeCsReq = 1711; + public const int GetChallengeGroupStatisticsCsReq = 1791; + public const int GetChallengeGroupStatisticsScRsp = 1793; + public const int GetChallengeRaidInfoCsReq = 2206; + public const int GetChallengeRaidInfoScRsp = 2270; + public const int GetChallengeRecommendLineupListCsReq = 2441; + public const int GetChallengeRecommendLineupListScRsp = 2409; + public const int GetChallengeScRsp = 1713; + public const int GetChapterCsReq = 435; + public const int GetChapterScRsp = 406; + public const int GetChatEmojiListCsReq = 3926; + public const int GetChatEmojiListScRsp = 3930; + public const int GetChatFriendHistoryCsReq = 3970; + public const int GetChatFriendHistoryScRsp = 3989; + public const int GetChessRogueBuffEnhanceInfoCsReq = 5472; + public const int GetChessRogueBuffEnhanceInfoScRsp = 5469; + public const int GetChessRogueNousStoryInfoCsReq = 5467; + public const int GetChessRogueNousStoryInfoScRsp = 5532; + public const int GetChessRogueStoryAeonTalkInfoCsReq = 5559; + public const int GetChessRogueStoryAeonTalkInfoScRsp = 5592; + public const int GetChessRogueStoryInfoCsReq = 5450; + public const int GetChessRogueStoryInfoScRsp = 5599; + public const int GetCrossInfoCsReq = 7309; + public const int GetCrossInfoScRsp = 7329; + public const int GetCurAssistCsReq = 2924; + public const int GetCurAssistScRsp = 2984; + public const int GetCurBattleInfoCsReq = 135; + public const int GetCurBattleInfoScRsp = 106; + public const int GetCurChallengeCsReq = 1730; + public const int GetCurChallengeScRsp = 1795; + public const int GetCurLineupDataCsReq = 747; + public const int GetCurLineupDataScRsp = 709; + public const int GetCurSceneInfoCsReq = 1470; + public const int GetCurSceneInfoScRsp = 1489; + public const int GetDailyActiveInfoCsReq = 3347; + public const int GetDailyActiveInfoScRsp = 3309; + public const int GetDrinkMakerDataCsReq = 6997; + public const int GetDrinkMakerDataScRsp = 6996; + public const int GetEnhanceCommonRogueBuffInfoCsReq = 5610; + public const int GetEnhanceCommonRogueBuffInfoScRsp = 5607; + public const int GetEnteredSceneCsReq = 1403; + public const int GetEnteredSceneScRsp = 1449; + public const int GetEraFlipperDataCsReq = 6592; + public const int GetEraFlipperDataScRsp = 6568; + public const int GetExhibitScNotify = 4330; + public const int GetExpeditionDataCsReq = 2511; + public const int GetExpeditionDataScRsp = 2513; + public const int GetFantasticStoryActivityDataCsReq = 4911; + public const int GetFantasticStoryActivityDataScRsp = 4913; + public const int GetFarmStageGachaInfoCsReq = 1347; + public const int GetFarmStageGachaInfoScRsp = 1309; + public const int GetFeverTimeActivityDataCsReq = 7157; + public const int GetFeverTimeActivityDataScRsp = 7158; + public const int GetFightActivityDataCsReq = 3611; + public const int GetFightActivityDataScRsp = 3613; + public const int GetFightFestDataCsReq = 7292; + public const int GetFightFestDataScRsp = 7268; + public const int GetFirstTalkByPerformanceNpcCsReq = 2195; + public const int GetFirstTalkByPerformanceNpcScRsp = 2118; + public const int GetFirstTalkNpcCsReq = 2135; + public const int GetFirstTalkNpcScRsp = 2106; + public const int GetFriendApplyListInfoCsReq = 2935; + public const int GetFriendApplyListInfoScRsp = 2906; + public const int GetFriendAssistListCsReq = 2917; + public const int GetFriendAssistListScRsp = 2963; + public const int GetFriendBattleRecordDetailCsReq = 2966; + public const int GetFriendBattleRecordDetailScRsp = 2999; + public const int GetFriendChallengeDetailCsReq = 2996; + public const int GetFriendChallengeDetailScRsp = 2969; + public const int GetFriendChallengeLineupCsReq = 2904; + public const int GetFriendChallengeLineupScRsp = 2978; + public const int GetFriendDevelopmentInfoCsReq = 2921; + public const int GetFriendDevelopmentInfoScRsp = 2908; + public const int GetFriendListInfoCsReq = 2911; + public const int GetFriendListInfoScRsp = 2913; + public const int GetFriendLoginInfoCsReq = 2956; + public const int GetFriendLoginInfoScRsp = 2981; + public const int GetFriendRecommendListInfoCsReq = 2957; + public const int GetFriendRecommendListInfoScRsp = 2925; + public const int GetGachaCeilingCsReq = 1935; + public const int GetGachaCeilingScRsp = 1906; + public const int GetGachaInfoCsReq = 1911; + public const int GetGachaInfoScRsp = 1913; + public const int GetGameStateServiceConfigCsReq = 97; + public const int GetGameStateServiceConfigScRsp = 39; + public const int GetGunPlayDataCsReq = 4151; + public const int GetGunPlayDataScRsp = 4137; + public const int GetHeartDialInfoCsReq = 6311; + public const int GetHeartDialInfoScRsp = 6313; + public const int GetJukeboxDataCsReq = 3111; + public const int GetJukeboxDataScRsp = 3113; + public const int GetKilledPunkLordMonsterDataCsReq = 3282; + public const int GetKilledPunkLordMonsterDataScRsp = 3251; + public const int GetLevelRewardCsReq = 82; + public const int GetLevelRewardScRsp = 51; + public const int GetLevelRewardTakenListCsReq = 7; + public const int GetLevelRewardTakenListScRsp = 71; + public const int GetLineupAvatarDataCsReq = 718; + public const int GetLineupAvatarDataScRsp = 736; + public const int GetLoginActivityCsReq = 2611; + public const int GetLoginActivityScRsp = 2613; + public const int GetLoginChatInfoCsReq = 3973; + public const int GetLoginChatInfoScRsp = 3977; + public const int GetMailCsReq = 811; + public const int GetMailScRsp = 813; + public const int GetMainMissionCustomValueCsReq = 1224; + public const int GetMainMissionCustomValueScRsp = 1284; + public const int GetMapRotationDataCsReq = 6895; + public const int GetMapRotationDataScRsp = 6818; + public const int GetMarkChestCsReq = 8197; + public const int GetMarkChestScRsp = 8196; + public const int GetMarkItemListCsReq = 524; + public const int GetMarkItemListScRsp = 584; + public const int GetMaterialSubmitActivityDataCsReq = 2691; + public const int GetMaterialSubmitActivityDataScRsp = 2693; + public const int GetMbtiReportCsReq = 7099; + public const int GetMbtiReportScRsp = 7021; + public const int GetMissionDataCsReq = 1211; + public const int GetMissionDataScRsp = 1213; + public const int GetMissionMessageInfoCsReq = 2795; + public const int GetMissionMessageInfoScRsp = 2718; + public const int GetMissionStatusCsReq = 1225; + public const int GetMissionStatusScRsp = 1210; + public const int GetMonopolyDailyReportCsReq = 7038; + public const int GetMonopolyDailyReportScRsp = 7062; + public const int GetMonopolyFriendRankingListCsReq = 7004; + public const int GetMonopolyFriendRankingListScRsp = 7078; + public const int GetMonopolyInfoCsReq = 7011; + public const int GetMonopolyInfoScRsp = 7013; + public const int GetMonopolyMbtiReportRewardCsReq = 7061; + public const int GetMonopolyMbtiReportRewardScRsp = 7080; + public const int GetMovieRacingDataCsReq = 4110; + public const int GetMovieRacingDataScRsp = 4107; + public const int GetMultiPathAvatarInfoCsReq = 3; + public const int GetMultiPathAvatarInfoScRsp = 49; + public const int GetMultipleDropInfoCsReq = 4611; + public const int GetMultipleDropInfoScRsp = 4613; + public const int GetMuseumInfoCsReq = 4311; + public const int GetMuseumInfoScRsp = 4313; + public const int GetNpcMessageGroupCsReq = 2711; + public const int GetNpcMessageGroupScRsp = 2713; + public const int GetNpcStatusCsReq = 2747; + public const int GetNpcStatusScRsp = 2709; + public const int GetNpcTakenRewardCsReq = 2111; + public const int GetNpcTakenRewardScRsp = 2113; + public const int GetOfferingInfoCsReq = 6937; + public const int GetOfferingInfoScRsp = 6936; + public const int GetPamSkinDataCsReq = 8137; + public const int GetPamSkinDataScRsp = 8136; + public const int GetPetDataCsReq = 7625; + public const int GetPetDataScRsp = 7621; + public const int GetPhoneDataCsReq = 5111; + public const int GetPhoneDataScRsp = 5113; + public const int GetPlanetFesDataCsReq = 8242; + public const int GetPlanetFesDataScRsp = 8218; + public const int GetPlatformPlayerInfoCsReq = 2994; + public const int GetPlatformPlayerInfoScRsp = 2987; + public const int GetPlayerBoardDataCsReq = 2811; + public const int GetPlayerBoardDataScRsp = 2813; + public const int GetPlayerDetailInfoCsReq = 2947; + public const int GetPlayerDetailInfoScRsp = 2909; + public const int GetPlayerReplayInfoCsReq = 3547; + public const int GetPlayerReplayInfoScRsp = 3509; + public const int GetPlayerReturnMultiDropInfoCsReq = 4609; + public const int GetPlayerReturnMultiDropInfoScRsp = 4635; + public const int GetPreAvatarGrowthInfoCsReq = 324; + public const int GetPreAvatarGrowthInfoScRsp = 384; + public const int GetPreAvatarListCsReq = 375; + public const int GetPreAvatarListScRsp = 328; + public const int GetPrivateChatHistoryCsReq = 3935; + public const int GetPrivateChatHistoryScRsp = 3906; + public const int GetPunkLordBattleRecordCsReq = 3253; + public const int GetPunkLordBattleRecordScRsp = 3224; + public const int GetPunkLordDataCsReq = 3277; + public const int GetPunkLordDataScRsp = 3291; + public const int GetPunkLordMonsterDataCsReq = 3211; + public const int GetPunkLordMonsterDataScRsp = 3213; + public const int GetQuestDataCsReq = 911; + public const int GetQuestDataScRsp = 913; + public const int GetQuestRecordCsReq = 970; + public const int GetQuestRecordScRsp = 989; + public const int GetRaidInfoCsReq = 2295; + public const int GetRaidInfoScRsp = 2218; + public const int GetRechargeBenefitInfoCsReq = 8374; + public const int GetRechargeBenefitInfoScRsp = 8369; + public const int GetRechargeGiftInfoCsReq = 8377; + public const int GetRechargeGiftInfoScRsp = 8376; + public const int GetRecyleTimeCsReq = 565; + public const int GetRecyleTimeScRsp = 552; + public const int GetRelicFilterPlanCsReq = 541; + public const int GetRelicFilterPlanScRsp = 517; + public const int GetReplayTokenCsReq = 3511; + public const int GetReplayTokenScRsp = 3513; + public const int GetRndOptionCsReq = 3411; + public const int GetRndOptionScRsp = 3413; + public const int GetRogueAdventureRoomInfoCsReq = 5650; + public const int GetRogueAdventureRoomInfoScRsp = 5673; + public const int GetRogueAeonInfoCsReq = 1842; + public const int GetRogueAeonInfoScRsp = 1803; + public const int GetRogueBuffEnhanceInfoCsReq = 1871; + public const int GetRogueBuffEnhanceInfoScRsp = 1882; + public const int GetRogueCollectionCsReq = 5619; + public const int GetRogueCollectionScRsp = 5644; + public const int GetRogueCommonDialogueDataCsReq = 5621; + public const int GetRogueCommonDialogueDataScRsp = 5608; + public const int GetRogueEndlessActivityDataCsReq = 6004; + public const int GetRogueEndlessActivityDataScRsp = 6006; + public const int GetRogueExhibitionCsReq = 5615; + public const int GetRogueExhibitionScRsp = 5685; + public const int GetRogueHandbookDataCsReq = 5683; + public const int GetRogueHandbookDataScRsp = 5658; + public const int GetRogueInfoCsReq = 1811; + public const int GetRogueInfoScRsp = 1813; + public const int GetRogueInitialScoreCsReq = 1894; + public const int GetRogueInitialScoreScRsp = 1887; + public const int GetRogueScoreRewardInfoCsReq = 1820; + public const int GetRogueScoreRewardInfoScRsp = 1831; + public const int GetRogueShopBuffInfoCsReq = 5606; + public const int GetRogueShopBuffInfoScRsp = 5670; + public const int GetRogueShopFormulaInfoCsReq = 5690; + public const int GetRogueShopFormulaInfoScRsp = 5634; + public const int GetRogueShopMiracleInfoCsReq = 5609; + public const int GetRogueShopMiracleInfoScRsp = 5635; + public const int GetRogueTalentInfoCsReq = 1845; + public const int GetRogueTalentInfoScRsp = 1854; + public const int GetRollShopInfoCsReq = 6917; + public const int GetRollShopInfoScRsp = 6916; + public const int GetSaveLogisticsMapCsReq = 4786; + public const int GetSaveLogisticsMapScRsp = 4792; + public const int GetSaveRaidCsReq = 2273; + public const int GetSaveRaidScRsp = 2277; + public const int GetSceneMapInfoCsReq = 1432; + public const int GetSceneMapInfoScRsp = 1419; + public const int GetSecretKeyInfoCsReq = 40; + public const int GetSecretKeyInfoScRsp = 59; + public const int GetServerGraphDataCsReq = 2459; + public const int GetServerGraphDataScRsp = 2479; + public const int GetServerLogSettingsCsReq = 2492; + public const int GetServerLogSettingsScRsp = 2468; + public const int GetServerPrefsDataCsReq = 6147; + public const int GetServerPrefsDataScRsp = 6109; + public const int GetShareDataCsReq = 4147; + public const int GetShareDataScRsp = 4109; + public const int GetShopListCsReq = 1511; + public const int GetShopListScRsp = 1513; + public const int GetSingleRedDotParamGroupCsReq = 5935; + public const int GetSingleRedDotParamGroupScRsp = 5906; + public const int GetSocialEventServerCacheCsReq = 7001; + public const int GetSocialEventServerCacheScRsp = 7040; + public const int GetStageLineupCsReq = 711; + public const int GetStageLineupScRsp = 713; + public const int GetStarFightDataCsReq = 7164; + public const int GetStarFightDataScRsp = 7166; + public const int GetStoryLineInfoCsReq = 6211; + public const int GetStoryLineInfoScRsp = 6213; + public const int GetStrongChallengeActivityDataCsReq = 6611; + public const int GetStrongChallengeActivityDataScRsp = 6613; + public const int GetStuffScNotify = 4326; + public const int GetSummonActivityDataCsReq = 7564; + public const int GetSummonActivityDataScRsp = 7566; + public const int GetSwordTrainingDataCsReq = 7468; + public const int GetSwordTrainingDataScRsp = 7464; + public const int GetTelevisionActivityDataCsReq = 6977; + public const int GetTelevisionActivityDataScRsp = 6976; + public const int GetTrackPhotoActivityDataCsReq = 7554; + public const int GetTrackPhotoActivityDataScRsp = 7556; + public const int GetTrainVisitorBehaviorCsReq = 3747; + public const int GetTrainVisitorBehaviorScRsp = 3709; + public const int GetTrainVisitorRegisterCsReq = 3770; + public const int GetTrainVisitorRegisterScRsp = 3789; + public const int GetTreasureDungeonActivityDataCsReq = 4495; + public const int GetTreasureDungeonActivityDataScRsp = 4418; + public const int GetTrialActivityDataCsReq = 2663; + public const int GetTrialActivityDataScRsp = 2604; + public const int GetTutorialCsReq = 1611; + public const int GetTutorialGuideCsReq = 1647; + public const int GetTutorialGuideScRsp = 1609; + public const int GetTutorialScRsp = 1613; + public const int GetUnlockTeleportCsReq = 1476; + public const int GetUnlockTeleportScRsp = 1443; + public const int GetUpdatedArchiveDataCsReq = 2347; + public const int GetUpdatedArchiveDataScRsp = 2309; + public const int GetVideoVersionKeyCsReq = 55; + public const int GetVideoVersionKeyScRsp = 16; + public const int GetWaypointCsReq = 411; + public const int GetWaypointScRsp = 413; + public const int GetWolfBroGameDataCsReq = 6528; + public const int GetWolfBroGameDataScRsp = 6510; + public const int GiveUpBoxingClubChallengeCsReq = 4270; + public const int GiveUpBoxingClubChallengeScRsp = 4289; + public const int GmTalkCsReq = 30; + public const int GmTalkScNotify = 89; + public const int GmTalkScRsp = 95; + public const int GroupStateChangeCsReq = 1438; + public const int GroupStateChangeScNotify = 1442; + public const int GroupStateChangeScRsp = 1462; + public const int GrowthTargetAvatarChangedScNotify = 353; + public const int HandleFriendCsReq = 2930; + public const int HandleFriendScRsp = 2995; + public const int HandleRogueCommonPendingActionCsReq = 5678; + public const int HandleRogueCommonPendingActionScRsp = 5696; + public const int HeartDialScriptChangeScNotify = 6326; + public const int HeartDialTraceScriptCsReq = 6330; + public const int HeartDialTraceScriptScRsp = 6395; + public const int HeliobusActivityDataCsReq = 5811; + public const int HeliobusActivityDataScRsp = 5813; + public const int HeliobusChallengeUpdateScNotify = 5882; + public const int HeliobusEnterBattleCsReq = 5825; + public const int HeliobusEnterBattleScRsp = 5810; + public const int HeliobusInfoChangedScNotify = 5818; + public const int HeliobusLineupUpdateScNotify = 5851; + public const int HeliobusSelectSkillCsReq = 5877; + public const int HeliobusSelectSkillScRsp = 5891; + public const int HeliobusSnsCommentCsReq = 5826; + public const int HeliobusSnsCommentScRsp = 5830; + public const int HeliobusSnsLikeCsReq = 5870; + public const int HeliobusSnsLikeScRsp = 5889; + public const int HeliobusSnsPostCsReq = 5835; + public const int HeliobusSnsPostScRsp = 5806; + public const int HeliobusSnsReadCsReq = 5847; + public const int HeliobusSnsReadScRsp = 5809; + public const int HeliobusSnsUpdateScNotify = 5895; + public const int HeliobusStartRaidCsReq = 5807; + public const int HeliobusStartRaidScRsp = 5871; + public const int HeliobusUnlockSkillScNotify = 5873; + public const int HeliobusUpgradeLevelCsReq = 5836; + public const int HeliobusUpgradeLevelScRsp = 5850; + public const int InteractChargerCsReq = 6847; + public const int InteractChargerScRsp = 6809; + public const int InteractPropCsReq = 1447; + public const int InteractPropScRsp = 1409; + public const int InteractTreasureDungeonGridCsReq = 4457; + public const int InteractTreasureDungeonGridScRsp = 4425; + public const int JoinBenefitActivityCsReq = 4891; + public const int JoinBenefitActivityScRsp = 4859; + public const int JoinLineupCsReq = 735; + public const int JoinLineupScRsp = 706; + public const int LastSpringRefreshTimeNotify = 1425; + public const int LeaveAetherDivideSceneCsReq = 4814; + public const int LeaveAetherDivideSceneScRsp = 4806; + public const int LeaveChallengeCsReq = 1735; + public const int LeaveChallengeScRsp = 1706; + public const int LeaveMapRotationRegionCsReq = 6826; + public const int LeaveMapRotationRegionScNotify = 6873; + public const int LeaveMapRotationRegionScRsp = 6830; + public const int LeaveRaidCsReq = 2247; + public const int LeaveRaidScRsp = 2209; + public const int LeaveRogueCsReq = 1870; + public const int LeaveRogueScRsp = 1889; + public const int LeaveTrialActivityCsReq = 2633; + public const int LeaveTrialActivityScRsp = 2664; + public const int LobbyCreateCsReq = 7392; + public const int LobbyCreateScRsp = 7368; + public const int LobbyGetInfoCsReq = 7400; + public const int LobbyGetInfoScRsp = 7398; + public const int LobbyInteractCsReq = 7385; + public const int LobbyInteractScNotify = 7387; + public const int LobbyInteractScRsp = 7372; + public const int LobbyInviteCsReq = 7382; + public const int LobbyInviteScNotify = 7388; + public const int LobbyInviteScRsp = 7396; + public const int LobbyJoinCsReq = 7364; + public const int LobbyJoinScRsp = 7356; + public const int LobbyKickOutCsReq = 7378; + public const int LobbyKickOutScRsp = 7360; + public const int LobbyModifyPlayerInfoCsReq = 7379; + public const int LobbyModifyPlayerInfoScRsp = 7395; + public const int LobbyQuitCsReq = 7363; + public const int LobbyQuitScRsp = 7357; + public const int LobbyStartFightCsReq = 7391; + public const int LobbyStartFightScRsp = 7359; + public const int LobbySyncInfoScNotify = 7366; + public const int LockEquipmentCsReq = 535; + public const int LockEquipmentScRsp = 506; + public const int LockRelicCsReq = 591; + public const int LockRelicScRsp = 593; + public const int LogisticsDetonateStarSkiffCsReq = 4783; + public const int LogisticsDetonateStarSkiffScRsp = 4758; + public const int LogisticsGameCsReq = 4747; + public const int LogisticsGameScRsp = 4709; + public const int LogisticsInfoScNotify = 4752; + public const int LogisticsScoreRewardSyncInfoScNotify = 4768; + public const int MakeDrinkCsReq = 7000; + public const int MakeDrinkScRsp = 6984; + public const int MakeMissionDrinkCsReq = 6999; + public const int MakeMissionDrinkScRsp = 6991; + public const int MarbleGetDataCsReq = 8287; + public const int MarbleGetDataScRsp = 8286; + public const int MarbleLevelFinishCsReq = 8290; + public const int MarbleLevelFinishScRsp = 8274; + public const int MarblePvpDataUpdateScNotify = 8281; + public const int MarbleShopBuyCsReq = 8284; + public const int MarbleShopBuyScRsp = 8279; + public const int MarbleUnlockSealScNotify = 8289; + public const int MarbleUpdateShownSealCsReq = 8280; + public const int MarbleUpdateShownSealScRsp = 8288; + public const int MarkAvatarCsReq = 365; + public const int MarkAvatarScRsp = 352; + public const int MarkChatEmojiCsReq = 3995; + public const int MarkChatEmojiScRsp = 3918; + public const int MarkChestChangedScNotify = 8194; + public const int MarkItemCsReq = 575; + public const int MarkItemScRsp = 528; + public const int MarkReadMailCsReq = 847; + public const int MarkReadMailScRsp = 809; + public const int MarkRelicFilterPlanCsReq = 599; + public const int MarkRelicFilterPlanScRsp = 521; + public const int MatchBoxingClubOpponentCsReq = 4247; + public const int MatchBoxingClubOpponentScRsp = 4209; + public const int MatchResultScNotify = 7341; + public const int MatchThreeGetDataCsReq = 7442; + public const int MatchThreeGetDataScRsp = 7418; + public const int MatchThreeLevelEndCsReq = 7414; + public const int MatchThreeLevelEndScRsp = 7406; + public const int MatchThreeSetBirdPosCsReq = 7409; + public const int MatchThreeSetBirdPosScRsp = 7429; + public const int MatchThreeSyncDataScNotify = 7441; + public const int MazeKillDirectCsReq = 4124; + public const int MazeKillDirectScRsp = 4184; + public const int MissionAcceptScNotify = 1275; + public const int MissionGroupWarnScNotify = 1218; + public const int MissionRewardScNotify = 1235; + public const int ModifyRelicFilterPlanCsReq = 578; + public const int ModifyRelicFilterPlanScRsp = 596; + public const int MonopolyAcceptQuizCsReq = 7083; + public const int MonopolyAcceptQuizScRsp = 7058; + public const int MonopolyActionResultScNotify = 7047; + public const int MonopolyBuyGoodsCsReq = 7010; + public const int MonopolyBuyGoodsScRsp = 7007; + public const int MonopolyCellUpdateNotify = 7009; + public const int MonopolyCheatDiceCsReq = 7065; + public const int MonopolyCheatDiceScRsp = 7052; + public const int MonopolyClickCellCsReq = 7042; + public const int MonopolyClickCellScRsp = 7003; + public const int MonopolyClickMbtiReportCsReq = 7054; + public const int MonopolyClickMbtiReportScRsp = 7090; + public const int MonopolyConditionUpdateScNotify = 7045; + public const int MonopolyConfirmRandomCsReq = 7057; + public const int MonopolyConfirmRandomScRsp = 7025; + public const int MonopolyContentUpdateScNotify = 7022; + public const int MonopolyDailySettleScNotify = 7063; + public const int MonopolyEventLoadUpdateScNotify = 7074; + public const int MonopolyEventSelectFriendCsReq = 7008; + public const int MonopolyEventSelectFriendScRsp = 7033; + public const int MonopolyGameBingoFlipCardCsReq = 7075; + public const int MonopolyGameBingoFlipCardScRsp = 7028; + public const int MonopolyGameCreateScNotify = 7068; + public const int MonopolyGameGachaCsReq = 7024; + public const int MonopolyGameGachaScRsp = 7084; + public const int MonopolyGameRaiseRatioCsReq = 7086; + public const int MonopolyGameRaiseRatioScRsp = 7092; + public const int MonopolyGameSettleScNotify = 7053; + public const int MonopolyGetDailyInitItemCsReq = 7049; + public const int MonopolyGetDailyInitItemScRsp = 7088; + public const int MonopolyGetRafflePoolInfoCsReq = 7015; + public const int MonopolyGetRafflePoolInfoScRsp = 7085; + public const int MonopolyGetRaffleTicketCsReq = 7055; + public const int MonopolyGetRaffleTicketScRsp = 7016; + public const int MonopolyGetRegionProgressCsReq = 7076; + public const int MonopolyGetRegionProgressScRsp = 7043; + public const int MonopolyGiveUpCurContentCsReq = 7051; + public const int MonopolyGiveUpCurContentScRsp = 7037; + public const int MonopolyGuessBuyInformationCsReq = 7087; + public const int MonopolyGuessBuyInformationScRsp = 7056; + public const int MonopolyGuessChooseCsReq = 7060; + public const int MonopolyGuessChooseScRsp = 7094; + public const int MonopolyGuessDrawScNotify = 7081; + public const int MonopolyLikeCsReq = 7096; + public const int MonopolyLikeScNotify = 7066; + public const int MonopolyLikeScRsp = 7069; + public const int MonopolyMoveCsReq = 7089; + public const int MonopolyMoveScRsp = 7026; + public const int MonopolyQuizDurationChangeScNotify = 7100; + public const int MonopolyReRollRandomCsReq = 7091; + public const int MonopolyReRollRandomScRsp = 7093; + public const int MonopolyRollDiceCsReq = 7006; + public const int MonopolyRollDiceScRsp = 7070; + public const int MonopolyRollRandomCsReq = 7073; + public const int MonopolyRollRandomScRsp = 7077; + public const int MonopolyScrachRaffleTicketCsReq = 7019; + public const int MonopolyScrachRaffleTicketScRsp = 7044; + public const int MonopolySelectOptionCsReq = 7030; + public const int MonopolySelectOptionScRsp = 7095; + public const int MonopolySocialEventEffectScNotify = 7064; + public const int MonopolySttUpdateScNotify = 7098; + public const int MonopolyTakePhaseRewardCsReq = 7020; + public const int MonopolyTakePhaseRewardScRsp = 7031; + public const int MonopolyTakeRaffleTicketRewardCsReq = 7012; + public const int MonopolyTakeRaffleTicketRewardScRsp = 7032; + public const int MonopolyUpgradeAssetCsReq = 7071; + public const int MonopolyUpgradeAssetScRsp = 7082; + public const int MonthCardRewardNotify = 69; + public const int MultiplayerFightGameFinishScNotify = 1089; + public const int MultiplayerFightGameStartScNotify = 1070; + public const int MultiplayerFightGameStateCsReq = 1011; + public const int MultiplayerFightGameStateScRsp = 1013; + public const int MultiplayerFightGiveUpCsReq = 1035; + public const int MultiplayerFightGiveUpScRsp = 1006; + public const int MultiplayerGetFightGateCsReq = 1047; + public const int MultiplayerGetFightGateScRsp = 1009; + public const int MultiplayerMatch3FinishScNotify = 1026; + public const int MultipleDropInfoNotify = 4606; + public const int MultipleDropInfoScNotify = 4647; + public const int MuseumDispatchFinishedScNotify = 4382; + public const int MuseumFundsChangedScNotify = 4393; + public const int MuseumInfoChangedScNotify = 4391; + public const int MuseumRandomEventQueryCsReq = 4325; + public const int MuseumRandomEventQueryScRsp = 4310; + public const int MuseumRandomEventSelectCsReq = 4307; + public const int MuseumRandomEventSelectScRsp = 4371; + public const int MuseumRandomEventStartScNotify = 4357; + public const int MuseumTakeCollectRewardCsReq = 4352; + public const int MuseumTakeCollectRewardScRsp = 4322; + public const int MuseumTargetMissionFinishNotify = 4337; + public const int MuseumTargetRewardNotify = 4365; + public const int MuseumTargetStartNotify = 4351; + public const int MusicRhythmDataCsReq = 7573; + public const int MusicRhythmDataScRsp = 7598; + public const int MusicRhythmFinishLevelCsReq = 7585; + public const int MusicRhythmFinishLevelScRsp = 7600; + public const int MusicRhythmMaxDifficultyLevelsUnlockNotify = 7575; + public const int MusicRhythmSaveSongConfigDataCsReq = 7574; + public const int MusicRhythmSaveSongConfigDataScRsp = 7589; + public const int MusicRhythmStartLevelCsReq = 7586; + public const int MusicRhythmStartLevelScRsp = 7581; + public const int MusicRhythmUnlockSongNotify = 7592; + public const int MusicRhythmUnlockSongSfxScNotify = 7594; + public const int MusicRhythmUnlockTrackScNotify = 7577; + public const int NewAssistHistoryNotify = 2983; + public const int NewMailScNotify = 826; + public const int OfferingInfoScNotify = 6939; + public const int OpenChestScNotify = 1415; + public const int OpenRogueChestCsReq = 1869; + public const int OpenRogueChestScRsp = 1866; + public const int OpenTreasureDungeonGridCsReq = 4473; + public const int OpenTreasureDungeonGridScRsp = 4477; + public const int PickRogueAvatarCsReq = 1877; + public const int PickRogueAvatarScRsp = 1891; + public const int PlanetFesApplyCardPieceCsReq = 8319; + public const int PlanetFesApplyCardPieceScRsp = 8335; + public const int PlanetFesAvatarLevelUpCsReq = 8238; + public const int PlanetFesAvatarLevelUpScRsp = 8250; + public const int PlanetFesBonusEventInteractCsReq = 8227; + public const int PlanetFesBonusEventInteractScRsp = 8217; + public const int PlanetFesBusinessDayRefreshEventCsReq = 8211; + public const int PlanetFesBusinessDayRefreshEventScRsp = 8204; + public const int PlanetFesBuyLandCsReq = 8245; + public const int PlanetFesBuyLandScRsp = 8228; + public const int PlanetFesChangeCardPieceApplyPermissionCsReq = 8331; + public const int PlanetFesChangeCardPieceApplyPermissionScRsp = 8299; + public const int PlanetFesChooseAvatarEventOptionCsReq = 8226; + public const int PlanetFesChooseAvatarEventOptionScRsp = 8208; + public const int PlanetFesClientStatusCsReq = 8210; + public const int PlanetFesClientStatusScRsp = 8216; + public const int PlanetFesCollectAllIncomeCsReq = 8232; + public const int PlanetFesCollectAllIncomeScRsp = 8246; + public const int PlanetFesCollectIncomeCsReq = 8206; + public const int PlanetFesCollectIncomeScRsp = 8241; + public const int PlanetFesDealAvatarEventOptionItemCsReq = 8230; + public const int PlanetFesDealAvatarEventOptionItemScRsp = 8233; + public const int PlanetFesDeliverPamCargoCsReq = 8249; + public const int PlanetFesDeliverPamCargoScRsp = 8205; + public const int PlanetFesDoGachaCsReq = 8213; + public const int PlanetFesDoGachaScRsp = 8207; + public const int PlanetFesEnterNextBusinessDayCsReq = 8340; + public const int PlanetFesEnterNextBusinessDayScRsp = 8338; + public const int PlanetFesFriendRankingInfoChangeScNotify = 8224; + public const int PlanetFesGameBingoFlipCsReq = 8239; + public const int PlanetFesGameBingoFlipScRsp = 8223; + public const int PlanetFesGetAvatarStatCsReq = 8201; + public const int PlanetFesGetAvatarStatScRsp = 8203; + public const int PlanetFesGetBusinessDayInfoCsReq = 8222; + public const int PlanetFesGetBusinessDayInfoScRsp = 8237; + public const int PlanetFesGetExtraCardPieceInfoCsReq = 8332; + public const int PlanetFesGetExtraCardPieceInfoScRsp = 8308; + public const int PlanetFesGetFriendCardPieceCsReq = 8304; + public const int PlanetFesGetFriendCardPieceScRsp = 8296; + public const int PlanetFesGetFriendRankingInfoListCsReq = 8247; + public const int PlanetFesGetFriendRankingInfoListScRsp = 8220; + public const int PlanetFesGetOfferedCardPieceCsReq = 8306; + public const int PlanetFesGetOfferedCardPieceScRsp = 8322; + public const int PlanetFesGiveCardPieceCsReq = 8336; + public const int PlanetFesGiveCardPieceScRsp = 8303; + public const int PlanetFesHandleCardPieceApplyCsReq = 8318; + public const int PlanetFesHandleCardPieceApplyScRsp = 8300; + public const int PlanetFesLargeBonusInteractCsReq = 8297; + public const int PlanetFesLargeBonusInteractScRsp = 8328; + public const int PlanetFesSetAvatarWorkCsReq = 8209; + public const int PlanetFesSetAvatarWorkScRsp = 8229; + public const int PlanetFesSetCustomKeyValueCsReq = 8215; + public const int PlanetFesSetCustomKeyValueScRsp = 8236; + public const int PlanetFesStartMiniGameCsReq = 8231; + public const int PlanetFesStartMiniGameScRsp = 8221; + public const int PlanetFesSyncChangeScNotify = 8214; + public const int PlanetFesTakeQuestRewardCsReq = 8248; + public const int PlanetFesTakeQuestRewardScRsp = 8235; + public const int PlanetFesTakeRegionPhaseRewardCsReq = 8234; + public const int PlanetFesTakeRegionPhaseRewardScRsp = 8219; + public const int PlanetFesUpgradeFesLevelCsReq = 8212; + public const int PlanetFesUpgradeFesLevelScRsp = 8240; + public const int PlanetFesUpgradeSkillLevelCsReq = 8244; + public const int PlanetFesUpgradeSkillLevelScRsp = 8243; + public const int PlanetFesUseItemCsReq = 8202; + public const int PlanetFesUseItemScRsp = 8225; + public const int PlayBackGroundMusicCsReq = 3147; + public const int PlayBackGroundMusicScRsp = 3109; + public const int PlayerGetTokenCsReq = 35; + public const int PlayerGetTokenScRsp = 6; + public const int PlayerHeartBeatCsReq = 99; + public const int PlayerHeartBeatScRsp = 21; + public const int PlayerKickOutScNotify = 26; + public const int PlayerLoginCsReq = 11; + public const int PlayerLoginFinishCsReq = 27; + public const int PlayerLoginFinishScRsp = 67; + public const int PlayerLoginScRsp = 13; + public const int PlayerLogoutCsReq = 47; + public const int PlayerLogoutScRsp = 9; + public const int PlayerReturnForceFinishScNotify = 4595; + public const int PlayerReturnInfoQueryCsReq = 4526; + public const int PlayerReturnInfoQueryScRsp = 4530; + public const int PlayerReturnPointChangeScNotify = 4509; + public const int PlayerReturnSignCsReq = 4513; + public const int PlayerReturnSignScRsp = 4547; + public const int PlayerReturnStartScNotify = 4511; + public const int PlayerReturnTakePointRewardCsReq = 4535; + public const int PlayerReturnTakePointRewardScRsp = 4506; + public const int PlayerReturnTakeRelicCsReq = 4518; + public const int PlayerReturnTakeRelicScRsp = 4536; + public const int PlayerReturnTakeRewardCsReq = 4570; + public const int PlayerReturnTakeRewardScRsp = 4589; + public const int PlayerSyncScNotify = 611; + public const int PrepareRogueAdventureRoomCsReq = 5613; + public const int PrepareRogueAdventureRoomScRsp = 5647; + public const int PrestigeLevelUpCsReq = 4710; + public const int PrestigeLevelUpScRsp = 4707; + public const int PrivateMsgOfflineUsersScNotify = 3909; + public const int PromoteAvatarCsReq = 370; + public const int PromoteAvatarScRsp = 389; + public const int PromoteEquipmentCsReq = 547; + public const int PromoteEquipmentScRsp = 509; + public const int PunkLordBattleResultScNotify = 3271; + public const int PunkLordDataChangeNotify = 3292; + public const int PunkLordMonsterInfoScNotify = 3273; + public const int PunkLordMonsterKilledNotify = 3252; + public const int PunkLordRaidTimeOutScNotify = 3257; + public const int PVEBattleResultCsReq = 111; + public const int PVEBattleResultScRsp = 113; + public const int QueryProductInfoCsReq = 56; + public const int QueryProductInfoScRsp = 81; + public const int QuestRecordScNotify = 926; + public const int QuickStartCocoonStageCsReq = 1335; + public const int QuickStartCocoonStageScRsp = 1306; + public const int QuickStartFarmElementCsReq = 1370; + public const int QuickStartFarmElementScRsp = 1389; + public const int QuitBattleCsReq = 147; + public const int QuitBattleScNotify = 126; + public const int QuitBattleScRsp = 109; + public const int QuitLineupCsReq = 770; + public const int QuitLineupScRsp = 789; + public const int QuitRogueCsReq = 1853; + public const int QuitRogueScRsp = 1824; + public const int QuitTrackPhotoStageCsReq = 7555; + public const int QuitTrackPhotoStageScRsp = 7553; + public const int QuitTreasureDungeonCsReq = 4471; + public const int QuitTreasureDungeonScRsp = 4482; + public const int QuitWolfBroGameCsReq = 6529; + public const int QuitWolfBroGameScRsp = 6545; + public const int RaidCollectionDataCsReq = 6957; + public const int RaidCollectionDataScNotify = 6960; + public const int RaidCollectionDataScRsp = 6956; + public const int RaidCollectionEnterNextRaidCsReq = 6944; + public const int RaidCollectionEnterNextRaidScRsp = 6954; + public const int RaidInfoNotify = 2235; + public const int RaidKickByServerScNotify = 2225; + public const int RankUpAvatarCsReq = 350; + public const int RankUpAvatarScRsp = 373; + public const int RankUpEquipmentCsReq = 526; + public const int RankUpEquipmentScRsp = 530; + public const int ReBattleAfterBattleLoseCsNotify = 136; + public const int RebattleByClientCsNotify = 150; + public const int RecallPetCsReq = 7605; + public const int RecallPetScRsp = 7603; + public const int RechargeSuccNotify = 510; + public const int RecoverAllLineupCsReq = 1424; + public const int RecoverAllLineupScRsp = 1484; + public const int ReEnterLastElementStageCsReq = 1401; + public const int ReEnterLastElementStageScRsp = 1440; + public const int RefreshAlleyOrderCsReq = 4791; + public const int RefreshAlleyOrderScRsp = 4793; + public const int RefreshTriggerByClientCsReq = 1445; + public const int RefreshTriggerByClientScNotify = 1490; + public const int RefreshTriggerByClientScRsp = 1454; + public const int RegionStopScNotify = 93; + public const int RelicFilterPlanClearNameScNotify = 508; + public const int RelicReforgeConfirmCsReq = 501; + public const int RelicReforgeConfirmScRsp = 540; + public const int RelicReforgeCsReq = 533; + public const int RelicReforgeScRsp = 564; + public const int RelicSmartWearAddPlanCsReq = 8270; + public const int RelicSmartWearAddPlanScRsp = 8254; + public const int RelicSmartWearDeletePlanCsReq = 8269; + public const int RelicSmartWearDeletePlanScRsp = 8261; + public const int RelicSmartWearGetPinRelicCsReq = 8257; + public const int RelicSmartWearGetPinRelicScRsp = 8265; + public const int RelicSmartWearGetPlanCsReq = 8267; + public const int RelicSmartWearGetPlanScRsp = 8266; + public const int RelicSmartWearPinRelicCsReq = 8260; + public const int RelicSmartWearPinRelicScRsp = 8268; + public const int RelicSmartWearUpdatePinRelicScNotify = 8263; + public const int RelicSmartWearUpdatePlanCsReq = 8264; + public const int RelicSmartWearUpdatePlanScRsp = 8259; + public const int RemoveRotaterCsReq = 6893; + public const int RemoveRotaterScRsp = 6857; + public const int RemoveStuffFromAreaCsReq = 4370; + public const int RemoveStuffFromAreaScRsp = 4389; + public const int ReplaceLineupCsReq = 771; + public const int ReplaceLineupScRsp = 782; + public const int ReportPlayerCsReq = 2971; + public const int ReportPlayerScRsp = 2982; + public const int ReserveStaminaExchangeCsReq = 44; + public const int ReserveStaminaExchangeScRsp = 76; + public const int ResetEraFlipperDataCsReq = 6591; + public const int ResetEraFlipperDataScRsp = 6559; + public const int ResetMapRotationRegionCsReq = 6836; + public const int ResetMapRotationRegionScRsp = 6850; + public const int RestartChallengePhaseCsReq = 1707; + public const int RestartChallengePhaseScRsp = 1771; + public const int RestoreWolfBroGameArchiveCsReq = 6541; + public const int RestoreWolfBroGameArchiveScRsp = 6509; + public const int RetcodeNotify = 66; + public const int ReturnLastTownCsReq = 1410; + public const int ReturnLastTownScRsp = 1407; + public const int RevcMsgScNotify = 3947; + public const int ReviveRogueAvatarCsReq = 1857; + public const int ReviveRogueAvatarScRsp = 1825; + public const int RogueArcadeGetInfoCsReq = 7679; + public const int RogueArcadeGetInfoScRsp = 7695; + public const int RogueArcadeLeaveCsReq = 7664; + public const int RogueArcadeLeaveScRsp = 7656; + public const int RogueArcadeRestartCsReq = 7691; + public const int RogueArcadeRestartScRsp = 7659; + public const int RogueArcadeStartCsReq = 7692; + public const int RogueArcadeStartScRsp = 7668; + public const int RogueDebugReplaySaveScNotify = 5654; + public const int RogueDoGambleCsReq = 5642; + public const int RogueDoGambleScRsp = 5603; + public const int RogueEndlessActivityBattleEndScNotify = 6008; + public const int RogueGetGambleInfoCsReq = 5638; + public const int RogueGetGambleInfoScRsp = 5662; + public const int RogueMagicAreaUpdateScNotify = 7750; + public const int RogueMagicAutoDressInMagicUnitChangeScNotify = 7781; + public const int RogueMagicAutoDressInUnitCsReq = 7794; + public const int RogueMagicAutoDressInUnitScRsp = 7787; + public const int RogueMagicBattleFailSettleInfoScNotify = 7793; + public const int RogueMagicEnableTalentCsReq = 7775; + public const int RogueMagicEnableTalentScRsp = 7728; + public const int RogueMagicEnterCsReq = 7747; + public const int RogueMagicEnterLayerCsReq = 7795; + public const int RogueMagicEnterLayerScRsp = 7718; + public const int RogueMagicEnterRoomCsReq = 7726; + public const int RogueMagicEnterRoomScRsp = 7730; + public const int RogueMagicEnterScRsp = 7709; + public const int RogueMagicGetMiscRealTimeDataCsReq = 7768; + public const int RogueMagicGetMiscRealTimeDataScRsp = 7760; + public const int RogueMagicGetTalentInfoCsReq = 7724; + public const int RogueMagicGetTalentInfoScRsp = 7784; + public const int RogueMagicLeaveCsReq = 7735; + public const int RogueMagicLeaveScRsp = 7706; + public const int RogueMagicLevelInfoUpdateScNotify = 7736; + public const int RogueMagicQueryCsReq = 7707; + public const int RogueMagicQueryScRsp = 7771; + public const int RogueMagicReviveAvatarCsReq = 7725; + public const int RogueMagicReviveAvatarScRsp = 7710; + public const int RogueMagicReviveCostUpdateScNotify = 7757; + public const int RogueMagicScepterDressInUnitCsReq = 7751; + public const int RogueMagicScepterDressInUnitScRsp = 7737; + public const int RogueMagicScepterTakeOffUnitCsReq = 7765; + public const int RogueMagicScepterTakeOffUnitScRsp = 7752; + public const int RogueMagicSetAutoDressInMagicUnitCsReq = 7783; + public const int RogueMagicSetAutoDressInMagicUnitScRsp = 7758; + public const int RogueMagicSettleCsReq = 7770; + public const int RogueMagicSettleScRsp = 7789; + public const int RogueMagicStartCsReq = 7711; + public const int RogueMagicStartScRsp = 7713; + public const int RogueMagicStoryInfoUpdateScNotify = 7756; + public const int RogueMagicUnitComposeCsReq = 7722; + public const int RogueMagicUnitComposeScRsp = 7786; + public const int RogueMagicUnitReforgeCsReq = 7792; + public const int RogueMagicUnitReforgeScRsp = 7753; + public const int RogueModifierAddNotify = 5347; + public const int RogueModifierDelNotify = 5326; + public const int RogueModifierSelectCellCsReq = 5309; + public const int RogueModifierSelectCellScRsp = 5335; + public const int RogueModifierStageStartNotify = 5330; + public const int RogueModifierUpdateNotify = 5389; + public const int RogueNpcDisappearCsReq = 5618; + public const int RogueNpcDisappearScRsp = 5636; + public const int RogueTournAreaUpdateScNotify = 6083; + public const int RogueTournBattleFailSettleInfoScNotify = 6085; + public const int RogueTournClearArchiveNameScNotify = 6050; + public const int RogueTournConfirmSettleCsReq = 6042; + public const int RogueTournConfirmSettleScRsp = 6099; + public const int RogueTournDeleteArchiveCsReq = 6047; + public const int RogueTournDeleteArchiveScRsp = 6063; + public const int RogueTournDifficultyCompNotify = 6100; + public const int RogueTournEnablePermanentTalentCsReq = 6094; + public const int RogueTournEnablePermanentTalentScRsp = 6084; + public const int RogueTournEnableSeasonTalentCsReq = 6038; + public const int RogueTournEnableSeasonTalentScRsp = 6018; + public const int RogueTournEnterCsReq = 6088; + public const int RogueTournEnterLayerCsReq = 6068; + public const int RogueTournEnterLayerScRsp = 6096; + public const int RogueTournEnterRogueCocoonSceneCsReq = 6067; + public const int RogueTournEnterRogueCocoonSceneScRsp = 6022; + public const int RogueTournEnterRoomCsReq = 6040; + public const int RogueTournEnterRoomScRsp = 6034; + public const int RogueTournEnterScRsp = 6021; + public const int RogueTournExpNotify = 6027; + public const int RogueTournGetAllArchiveCsReq = 6051; + public const int RogueTournGetAllArchiveScRsp = 6092; + public const int RogueTournGetArchiveRepositoryCsReq = 6037; + public const int RogueTournGetArchiveRepositoryScRsp = 6011; + public const int RogueTournGetCurRogueCocoonInfoCsReq = 6060; + public const int RogueTournGetCurRogueCocoonInfoScRsp = 6014; + public const int RogueTournGetMiscRealTimeDataCsReq = 6073; + public const int RogueTournGetMiscRealTimeDataScRsp = 6043; + public const int RogueTournGetPermanentTalentInfoCsReq = 6065; + public const int RogueTournGetPermanentTalentInfoScRsp = 6077; + public const int RogueTournGetSeasonTalentInfoCsReq = 6069; + public const int RogueTournGetSeasonTalentInfoScRsp = 6070; + public const int RogueTournGetSettleInfoCsReq = 6078; + public const int RogueTournGetSettleInfoScRsp = 6076; + public const int RogueTournHandBookNotify = 6090; + public const int RogueTournLeaveCsReq = 6074; + public const int RogueTournLeaveRogueCocoonSceneCsReq = 6061; + public const int RogueTournLeaveRogueCocoonSceneScRsp = 6093; + public const int RogueTournLeaveScRsp = 6056; + public const int RogueTournLevelInfoUpdateScNotify = 6079; + public const int RogueTournQueryCsReq = 6046; + public const int RogueTournQueryScRsp = 6017; + public const int RogueTournReEnterRogueCocoonStageCsReq = 6057; + public const int RogueTournReEnterRogueCocoonStageScRsp = 6062; + public const int RogueTournRenameArchiveCsReq = 6081; + public const int RogueTournRenameArchiveScRsp = 6045; + public const int RogueTournResetPermanentTalentCsReq = 6075; + public const int RogueTournResetPermanentTalentScRsp = 6032; + public const int RogueTournReviveAvatarCsReq = 6020; + public const int RogueTournReviveAvatarScRsp = 6091; + public const int RogueTournReviveCostUpdateScNotify = 6024; + public const int RogueTournSettleCsReq = 6036; + public const int RogueTournSettleScRsp = 6028; + public const int RogueTournStartCsReq = 6019; + public const int RogueTournStartScRsp = 6023; + public const int RogueTournTakeExpRewardCsReq = 6035; + public const int RogueTournTakeExpRewardScRsp = 6095; + public const int RogueTournTitanUpdateTitanBlessProgressScNotify = 6087; + public const int RogueTournWeekChallengeUpdateScNotify = 6031; + public const int RogueWorkbenchGetInfoCsReq = 5655; + public const int RogueWorkbenchGetInfoScRsp = 5616; + public const int RogueWorkbenchHandleFuncCsReq = 5612; + public const int RogueWorkbenchHandleFuncScRsp = 5632; + public const int RotateMapCsReq = 6870; + public const int RotateMapScRsp = 6889; + public const int SaveLogisticsCsReq = 4737; + public const int SaveLogisticsScRsp = 4765; + public const int SavePointsInfoNotify = 1475; + public const int SceneCastSkillCostMpCsReq = 1450; + public const int SceneCastSkillCostMpScRsp = 1473; + public const int SceneCastSkillCsReq = 1435; + public const int SceneCastSkillMpUpdateScNotify = 1477; + public const int SceneCastSkillScRsp = 1406; + public const int SceneEnterStageCsReq = 1471; + public const int SceneEnterStageScRsp = 1482; + public const int SceneEntityMoveCsReq = 1411; + public const int SceneEntityMoveScNotify = 1495; + public const int SceneEntityMoveScRsp = 1413; + public const int SceneEntityTeleportCsReq = 1459; + public const int SceneEntityTeleportScRsp = 1427; + public const int SceneGroupRefreshScNotify = 1498; + public const int ScenePlaneEventScNotify = 1412; + public const int SceneReviveAfterRebattleCsReq = 1451; + public const int SceneReviveAfterRebattleScRsp = 1437; + public const int SceneUpdatePositionVersionNotify = 1418; + public const int SearchPlayerCsReq = 2965; + public const int SearchPlayerScRsp = 2952; + public const int SecurityReportCsReq = 4195; + public const int SecurityReportScRsp = 4118; + public const int SelectChatBubbleCsReq = 5147; + public const int SelectChatBubbleScRsp = 5109; + public const int SelectChessRogueNousSubStoryCsReq = 5415; + public const int SelectChessRogueNousSubStoryScRsp = 5459; + public const int SelectChessRogueSubStoryCsReq = 5460; + public const int SelectChessRogueSubStoryScRsp = 5428; + public const int SelectInclinationTextCsReq = 2126; + public const int SelectInclinationTextScRsp = 2130; + public const int SelectPamSkinCsReq = 8140; + public const int SelectPamSkinScRsp = 8124; + public const int SelectPhoneCaseCsReq = 5126; + public const int SelectPhoneCaseScRsp = 5130; + public const int SelectPhoneThemeCsReq = 5106; + public const int SelectPhoneThemeScRsp = 5170; + public const int SelectRogueCommonDialogueOptionCsReq = 5633; + public const int SelectRogueCommonDialogueOptionScRsp = 5664; + public const int SellItemCsReq = 557; + public const int SellItemScRsp = 525; + public const int SendMsgCsReq = 3911; + public const int SendMsgScRsp = 3913; + public const int ServerAnnounceNotify = 86; + public const int ServerLogScNotify = 2491; + public const int ServerSimulateBattleFinishScNotify = 118; + public const int SetAetherDivideLineUpCsReq = 4846; + public const int SetAetherDivideLineUpScRsp = 4813; + public const int SetAssistAvatarCsReq = 2818; + public const int SetAssistAvatarScRsp = 2836; + public const int SetAssistCsReq = 2992; + public const int SetAssistScRsp = 2953; + public const int SetAvatarPathCsReq = 62; + public const int SetAvatarPathScRsp = 42; + public const int SetBoxingClubResonanceLineupCsReq = 4236; + public const int SetBoxingClubResonanceLineupScRsp = 4250; + public const int SetClientPausedCsReq = 1460; + public const int SetClientPausedScRsp = 1494; + public const int SetClientRaidTargetCountCsReq = 2236; + public const int SetClientRaidTargetCountScRsp = 2250; + public const int SetCurInteractEntityCsReq = 1492; + public const int SetCurInteractEntityScRsp = 1453; + public const int SetCurWaypointCsReq = 447; + public const int SetCurWaypointScRsp = 409; + public const int SetDisplayAvatarCsReq = 2835; + public const int SetDisplayAvatarScRsp = 2806; + public const int SetForbidOtherApplyFriendCsReq = 3000; + public const int SetForbidOtherApplyFriendScRsp = 2946; + public const int SetFriendMarkCsReq = 2914; + public const int SetFriendMarkScRsp = 2941; + public const int SetFriendRemarkNameCsReq = 2910; + public const int SetFriendRemarkNameScRsp = 2907; + public const int SetGachaDecideItemCsReq = 1926; + public const int SetGachaDecideItemScRsp = 1930; + public const int SetGameplayBirthdayCsReq = 63; + public const int SetGameplayBirthdayScRsp = 4; + public const int SetGenderCsReq = 58; + public const int SetGenderScRsp = 68; + public const int SetGroupCustomSaveDataCsReq = 1421; + public const int SetGroupCustomSaveDataScRsp = 1408; + public const int SetGrowthTargetAvatarCsReq = 386; + public const int SetGrowthTargetAvatarScRsp = 392; + public const int SetHeadIconCsReq = 2847; + public const int SetHeadIconScRsp = 2809; + public const int SetIsDisplayAvatarInfoCsReq = 2870; + public const int SetIsDisplayAvatarInfoScRsp = 2889; + public const int SetLanguageCsReq = 52; + public const int SetLanguageScRsp = 22; + public const int SetLineupNameCsReq = 793; + public const int SetLineupNameScRsp = 757; + public const int SetMultipleAvatarPathsCsReq = 90; + public const int SetMultipleAvatarPathsScRsp = 34; + public const int SetNicknameCsReq = 25; + public const int SetNicknameScRsp = 10; + public const int SetPersonalCardCsReq = 2850; + public const int SetPersonalCardScRsp = 2873; + public const int SetPlayerInfoCsReq = 60; + public const int SetPlayerInfoScRsp = 94; + public const int SetRedPointStatusScNotify = 12; + public const int SetRogueCollectionCsReq = 5676; + public const int SetRogueCollectionScRsp = 5643; + public const int SetRogueExhibitionCsReq = 5620; + public const int SetRogueExhibitionScRsp = 5631; + public const int SetSignatureCsReq = 2830; + public const int SetSignatureScRsp = 2895; + public const int SetStuffToAreaCsReq = 4335; + public const int SetStuffToAreaScRsp = 4306; + public const int SettleTrackPhotoStageCsReq = 7559; + public const int SettleTrackPhotoStageScRsp = 7557; + public const int SetTurnFoodSwitchCsReq = 568; + public const int SetTurnFoodSwitchScRsp = 560; + public const int ShareCsReq = 4111; + public const int SharePunkLordMonsterCsReq = 3235; + public const int SharePunkLordMonsterScRsp = 3206; + public const int ShareScRsp = 4113; + public const int ShowNewSupplementVisitorCsReq = 3795; + public const int ShowNewSupplementVisitorScRsp = 3718; + public const int SpaceZooBornCsReq = 6747; + public const int SpaceZooBornScRsp = 6709; + public const int SpaceZooCatUpdateNotify = 6795; + public const int SpaceZooDataCsReq = 6711; + public const int SpaceZooDataScRsp = 6713; + public const int SpaceZooDeleteCatCsReq = 6726; + public const int SpaceZooDeleteCatScRsp = 6730; + public const int SpaceZooExchangeItemCsReq = 6718; + public const int SpaceZooExchangeItemScRsp = 6736; + public const int SpaceZooMutateCsReq = 6735; + public const int SpaceZooMutateScRsp = 6706; + public const int SpaceZooOpCatteryCsReq = 6770; + public const int SpaceZooOpCatteryScRsp = 6789; + public const int SpaceZooTakeCsReq = 6750; + public const int SpaceZooTakeScRsp = 6773; + public const int SpringRefreshCsReq = 1493; + public const int SpringRefreshScRsp = 1457; + public const int StaminaInfoScNotify = 43; + public const int StarFightDataChangeNotify = 7168; + public const int StartAetherDivideChallengeBattleCsReq = 4829; + public const int StartAetherDivideChallengeBattleScRsp = 4845; + public const int StartAetherDivideSceneBattleCsReq = 4841; + public const int StartAetherDivideSceneBattleScRsp = 4809; + public const int StartAetherDivideStageBattleCsReq = 4837; + public const int StartAetherDivideStageBattleScRsp = 4811; + public const int StartAlleyEventCsReq = 4770; + public const int StartAlleyEventScRsp = 4789; + public const int StartBattleCollegeCsReq = 5709; + public const int StartBattleCollegeScRsp = 5735; + public const int StartBoxingClubBattleCsReq = 4235; + public const int StartBoxingClubBattleScRsp = 4206; + public const int StartChallengeCsReq = 1747; + public const int StartChallengeScRsp = 1709; + public const int StartCocoonStageCsReq = 1428; + public const int StartCocoonStageScRsp = 1483; + public const int StartFightFestCsReq = 7264; + public const int StartFightFestScRsp = 7256; + public const int StartFinishMainMissionScNotify = 1286; + public const int StartFinishSubMissionScNotify = 1222; + public const int StartMatchCsReq = 7342; + public const int StartMatchScRsp = 7318; + public const int StartPartialChallengeCsReq = 1757; + public const int StartPartialChallengeScRsp = 1725; + public const int StartPunkLordRaidCsReq = 3247; + public const int StartPunkLordRaidScRsp = 3209; + public const int StartRaidCsReq = 2211; + public const int StartRaidScRsp = 2213; + public const int StartRogueCsReq = 1847; + public const int StartRogueScRsp = 1809; + public const int StartStarFightLevelCsReq = 7169; + public const int StartStarFightLevelScRsp = 7167; + public const int StartTrackPhotoStageCsReq = 7558; + public const int StartTrackPhotoStageScRsp = 7552; + public const int StartTrialActivityCsReq = 2621; + public const int StartTrialActivityScRsp = 2608; + public const int StartWolfBroGameCsReq = 6542; + public const int StartWolfBroGameScRsp = 6518; + public const int StopRogueAdventureRoomCsReq = 5651; + public const int StopRogueAdventureRoomScRsp = 5637; + public const int StoryLineInfoScNotify = 6247; + public const int StoryLineTrialAvatarChangeScNotify = 6270; + public const int StrongChallengeActivityBattleEndScNotify = 6635; + public const int SubMissionRewardScNotify = 1237; + public const int SubmitEmotionItemCsReq = 6335; + public const int SubmitEmotionItemScRsp = 6306; + public const int SubmitMaterialSubmitActivityMaterialCsReq = 2657; + public const int SubmitMaterialSubmitActivityMaterialScRsp = 2625; + public const int SubmitOfferingItemCsReq = 6940; + public const int SubmitOfferingItemScRsp = 6924; + public const int SubmitOrigamiItemCsReq = 4173; + public const int SubmitOrigamiItemScRsp = 4177; + public const int SummonActivityBattleEndScNotify = 7568; + public const int SummonPetCsReq = 7616; + public const int SummonPetScRsp = 7604; + public const int SummonPunkLordMonsterCsReq = 3270; + public const int SummonPunkLordMonsterScRsp = 3289; + public const int SwapLineupCsReq = 726; + public const int SwapLineupScRsp = 730; + public const int SwitchAetherDivideLineUpSlotCsReq = 4835; + public const int SwitchAetherDivideLineUpSlotScRsp = 4822; + public const int SwitchHandCoinUpdateCsReq = 8110; + public const int SwitchHandCoinUpdateScRsp = 8118; + public const int SwitchHandDataCsReq = 8117; + public const int SwitchHandDataScRsp = 8116; + public const int SwitchHandFinishCsReq = 8114; + public const int SwitchHandFinishScRsp = 8109; + public const int SwitchHandResetGameCsReq = 8113; + public const int SwitchHandResetGameScRsp = 8103; + public const int SwitchHandResetHandPosCsReq = 8107; + public const int SwitchHandResetHandPosScRsp = 8115; + public const int SwitchHandStartCsReq = 8120; + public const int SwitchHandStartScRsp = 8104; + public const int SwitchHandUpdateCsReq = 8119; + public const int SwitchHandUpdateScRsp = 8111; + public const int SwitchLineupIndexCsReq = 777; + public const int SwitchLineupIndexScRsp = 791; + public const int SwordTrainingActionTurnSettleScNotify = 7471; + public const int SwordTrainingDailyPhaseConfirmCsReq = 7459; + public const int SwordTrainingDailyPhaseConfirmScRsp = 7479; + public const int SwordTrainingDialogueSelectOptionCsReq = 7495; + public const int SwordTrainingDialogueSelectOptionScRsp = 7478; + public const int SwordTrainingExamResultConfirmCsReq = 7452; + public const int SwordTrainingExamResultConfirmScRsp = 7475; + public const int SwordTrainingGameSettleScNotify = 7455; + public const int SwordTrainingGameSyncChangeScNotify = 7492; + public const int SwordTrainingGiveUpGameCsReq = 7461; + public const int SwordTrainingGiveUpGameScRsp = 7454; + public const int SwordTrainingLearnSkillCsReq = 7488; + public const int SwordTrainingLearnSkillScRsp = 7500; + public const int SwordTrainingMarkEndingViewedCsReq = 7490; + public const int SwordTrainingMarkEndingViewedScRsp = 7451; + public const int SwordTrainingRestoreGameCsReq = 7469; + public const int SwordTrainingRestoreGameScRsp = 7481; + public const int SwordTrainingResumeGameCsReq = 7497; + public const int SwordTrainingResumeGameScRsp = 7470; + public const int SwordTrainingSelectEndingCsReq = 7483; + public const int SwordTrainingSelectEndingScRsp = 7494; + public const int SwordTrainingSetSkillTraceCsReq = 7486; + public const int SwordTrainingSetSkillTraceScRsp = 7462; + public const int SwordTrainingStartGameCsReq = 7498; + public const int SwordTrainingStartGameScRsp = 7485; + public const int SwordTrainingStoryBattleCsReq = 7477; + public const int SwordTrainingStoryBattleScRsp = 7467; + public const int SwordTrainingStoryConfirmCsReq = 7472; + public const int SwordTrainingStoryConfirmScRsp = 7487; + public const int SwordTrainingTurnActionCsReq = 7456; + public const int SwordTrainingTurnActionScRsp = 7491; + public const int SwordTrainingUnlockSyncScNotify = 7476; + public const int SyncAcceptedPamMissionNotify = 4047; + public const int SyncAddBlacklistScNotify = 2993; + public const int SyncApplyFriendScNotify = 2926; + public const int SyncChessRogueMainStoryFinishScNotify = 5505; + public const int SyncChessRogueNousMainStoryScNotify = 5482; + public const int SyncChessRogueNousSubStoryScNotify = 5581; + public const int SyncChessRogueNousValueScNotify = 5453; + public const int SyncClientResVersionCsReq = 170; + public const int SyncClientResVersionScRsp = 189; + public const int SyncDeleteFriendScNotify = 2973; + public const int SyncEntityBuffChangeListScNotify = 1436; + public const int SyncHandleFriendScNotify = 2918; + public const int SyncLineupNotify = 795; + public const int SyncRechargeBenefitInfoScNotify = 8379; + public const int SyncRogueAdventureRoomInfoScNotify = 5611; + public const int SyncRogueAeonLevelUpRewardScNotify = 1885; + public const int SyncRogueAeonScNotify = 1816; + public const int SyncRogueAreaUnlockScNotify = 1812; + public const int SyncRogueCommonActionResultScNotify = 5681; + public const int SyncRogueCommonDialogueDataScNotify = 5659; + public const int SyncRogueCommonDialogueOptionFinishScNotify = 5627; + public const int SyncRogueCommonPendingActionScNotify = 5700; + public const int SyncRogueCommonVirtualItemInfoScNotify = 5641; + public const int SyncRogueExploreWinScNotify = 1875; + public const int SyncRogueFinishScNotify = 1873; + public const int SyncRogueGetItemScNotify = 1832; + public const int SyncRogueHandbookDataUpdateScNotify = 5668; + public const int SyncRogueMapRoomScNotify = 1856; + public const int SyncRoguePickAvatarInfoScNotify = 1802; + public const int SyncRogueReviveInfoScNotify = 1892; + public const int SyncRogueRewardInfoScNotify = 1879; + public const int SyncRogueSeasonFinishScNotify = 1828; + public const int SyncRogueStatusScNotify = 1823; + public const int SyncRogueVirtualItemInfoScNotify = 1872; + public const int SyncServerSceneChangeNotify = 1444; + public const int SyncTaskCsReq = 1206; + public const int SyncTaskScRsp = 1270; + public const int SyncTurnFoodNotify = 558; + public const int TakeActivityExpeditionRewardCsReq = 2550; + public const int TakeActivityExpeditionRewardScRsp = 2573; + public const int TakeAllApRewardCsReq = 3306; + public const int TakeAllApRewardScRsp = 3370; + public const int TakeAllRewardCsReq = 3089; + public const int TakeAllRewardScRsp = 3026; + public const int TakeApRewardCsReq = 3311; + public const int TakeApRewardScRsp = 3313; + public const int TakeAssistRewardCsReq = 2958; + public const int TakeAssistRewardScRsp = 2968; + public const int TakeBenefitActivityRewardCsReq = 4864; + public const int TakeBenefitActivityRewardScRsp = 4856; + public const int TakeBpRewardCsReq = 3009; + public const int TakeBpRewardScRsp = 3035; + public const int TakeChallengeRaidRewardCsReq = 2289; + public const int TakeChallengeRaidRewardScRsp = 2226; + public const int TakeChallengeRewardCsReq = 1773; + public const int TakeChallengeRewardScRsp = 1777; + public const int TakeChapterRewardCsReq = 489; + public const int TakeChapterRewardScRsp = 426; + public const int TakeCityShopRewardCsReq = 1535; + public const int TakeCityShopRewardScRsp = 1506; + public const int TakeExpeditionRewardCsReq = 2570; + public const int TakeExpeditionRewardScRsp = 2589; + public const int TakeFightActivityRewardCsReq = 3606; + public const int TakeFightActivityRewardScRsp = 3670; + public const int TakeKilledPunkLordMonsterScoreCsReq = 3222; + public const int TakeKilledPunkLordMonsterScoreScRsp = 3286; + public const int TakeLoginActivityRewardCsReq = 2647; + public const int TakeLoginActivityRewardScRsp = 2609; + public const int TakeMailAttachmentCsReq = 870; + public const int TakeMailAttachmentScRsp = 889; + public const int TakeMaterialSubmitActivityRewardCsReq = 2610; + public const int TakeMaterialSubmitActivityRewardScRsp = 2607; + public const int TakeMultipleActivityExpeditionRewardCsReq = 2525; + public const int TakeMultipleActivityExpeditionRewardScRsp = 2510; + public const int TakeMultipleExpeditionRewardCsReq = 2593; + public const int TakeMultipleExpeditionRewardScRsp = 2557; + public const int TakeOffAvatarSkinCsReq = 382; + public const int TakeOffAvatarSkinScRsp = 351; + public const int TakeOffEquipmentCsReq = 395; + public const int TakeOffEquipmentScRsp = 318; + public const int TakeOfferingRewardCsReq = 6934; + public const int TakeOfferingRewardScRsp = 6929; + public const int TakeOffRelicCsReq = 393; + public const int TakeOffRelicScRsp = 357; + public const int TakePictureCsReq = 4135; + public const int TakePictureScRsp = 4106; + public const int TakePrestigeRewardCsReq = 4795; + public const int TakePrestigeRewardScRsp = 4718; + public const int TakePromotionRewardCsReq = 325; + public const int TakePromotionRewardScRsp = 310; + public const int TakePunkLordPointRewardCsReq = 3236; + public const int TakePunkLordPointRewardScRsp = 3250; + public const int TakeQuestOptionalRewardCsReq = 918; + public const int TakeQuestOptionalRewardScRsp = 936; + public const int TakeQuestRewardCsReq = 947; + public const int TakeQuestRewardScRsp = 909; + public const int TakeRechargeBenefitRewardCsReq = 8371; + public const int TakeRechargeBenefitRewardScRsp = 8370; + public const int TakeRechargeGiftRewardCsReq = 8380; + public const int TakeRechargeGiftRewardScRsp = 8364; + public const int TakeRogueAeonLevelRewardCsReq = 1819; + public const int TakeRogueAeonLevelRewardScRsp = 1844; + public const int TakeRogueEndlessActivityAllBonusRewardCsReq = 6003; + public const int TakeRogueEndlessActivityAllBonusRewardScRsp = 6010; + public const int TakeRogueEndlessActivityPointRewardCsReq = 6002; + public const int TakeRogueEndlessActivityPointRewardScRsp = 6005; + public const int TakeRogueEventHandbookRewardCsReq = 5687; + public const int TakeRogueEventHandbookRewardScRsp = 5656; + public const int TakeRogueMiracleHandbookRewardCsReq = 5660; + public const int TakeRogueMiracleHandbookRewardScRsp = 5694; + public const int TakeRogueScoreRewardCsReq = 1810; + public const int TakeRogueScoreRewardScRsp = 1807; + public const int TakeRollShopRewardCsReq = 6914; + public const int TakeRollShopRewardScRsp = 6909; + public const int TakeTalkRewardCsReq = 2147; + public const int TakeTalkRewardScRsp = 2109; + public const int TakeTrainVisitorUntakenBehaviorRewardCsReq = 3726; + public const int TakeTrainVisitorUntakenBehaviorRewardScRsp = 3730; + public const int TakeTrialActivityRewardCsReq = 2666; + public const int TakeTrialActivityRewardScRsp = 2699; + public const int TarotBookFinishInteractionCsReq = 8158; + public const int TarotBookFinishInteractionScRsp = 8147; + public const int TarotBookFinishStoryCsReq = 8159; + public const int TarotBookFinishStoryScRsp = 8151; + public const int TarotBookGetDataCsReq = 8157; + public const int TarotBookGetDataScRsp = 8156; + public const int TarotBookModifyEnergyScNotify = 8150; + public const int TarotBookOpenPackCsReq = 8160; + public const int TarotBookOpenPackScRsp = 8144; + public const int TarotBookUnlockStoryCsReq = 8154; + public const int TarotBookUnlockStoryScRsp = 8149; + public const int TeleportToMissionResetPointCsReq = 1265; + public const int TeleportToMissionResetPointScRsp = 1252; + public const int TelevisionActivityBattleEndScNotify = 6969; + public const int TelevisionActivityDataChangeScNotify = 6980; + public const int TextJoinBatchSaveCsReq = 3835; + public const int TextJoinBatchSaveScRsp = 3806; + public const int TextJoinQueryCsReq = 3847; + public const int TextJoinQueryScRsp = 3809; + public const int TextJoinSaveCsReq = 3811; + public const int TextJoinSaveScRsp = 3813; + public const int TrainPartyAddBuildDynamicBuffCsReq = 8075; + public const int TrainPartyAddBuildDynamicBuffScRsp = 8028; + public const int TrainPartyBuildDiyCsReq = 8073; + public const int TrainPartyBuildDiyScRsp = 8077; + public const int TrainPartyBuildingUpdateNotify = 8091; + public const int TrainPartyBuildStartStepCsReq = 8036; + public const int TrainPartyBuildStartStepScRsp = 8050; + public const int TrainPartyEnterCsReq = 8057; + public const int TrainPartyEnterScRsp = 8025; + public const int TrainPartyGamePlaySettleNotify = 8022; + public const int TrainPartyGamePlayStartCsReq = 8065; + public const int TrainPartyGamePlayStartScRsp = 8052; + public const int TrainPartyGetDataCsReq = 8011; + public const int TrainPartyGetDataScRsp = 8013; + public const int TrainPartyHandlePendingActionCsReq = 8095; + public const int TrainPartyHandlePendingActionScRsp = 8018; + public const int TrainPartyLeaveCsReq = 8010; + public const int TrainPartyLeaveScRsp = 8007; + public const int TrainPartyMoveScNotify = 8035; + public const int TrainPartySettleNotify = 8070; + public const int TrainPartySyncUpdateScNotify = 8026; + public const int TrainPartyTakeBuildLevelAwardCsReq = 8024; + public const int TrainPartyTakeBuildLevelAwardScRsp = 8084; + public const int TrainPartyUpdatePosEnvCsReq = 8092; + public const int TrainPartyUpdatePosEnvScRsp = 8053; + public const int TrainPartyUseCardCsReq = 8047; + public const int TrainPartyUseCardScRsp = 8009; + public const int TrainRefreshTimeNotify = 3735; + public const int TrainVisitorBehaviorFinishCsReq = 3711; + public const int TrainVisitorBehaviorFinishScRsp = 3713; + public const int TrainVisitorRewardSendNotify = 3706; + public const int TrainWorldIdChangeScNotify = 1448; + public const int TravelBrochureApplyPasterCsReq = 6470; + public const int TravelBrochureApplyPasterListCsReq = 6410; + public const int TravelBrochureApplyPasterListScRsp = 6407; + public const int TravelBrochureApplyPasterScRsp = 6489; + public const int TravelBrochureGetDataCsReq = 6411; + public const int TravelBrochureGetDataScRsp = 6413; + public const int TravelBrochureGetPasterScNotify = 6436; + public const int TravelBrochurePageResetCsReq = 6457; + public const int TravelBrochurePageResetScRsp = 6425; + public const int TravelBrochurePageUnlockScNotify = 6447; + public const int TravelBrochureRemovePasterCsReq = 6426; + public const int TravelBrochureRemovePasterScRsp = 6430; + public const int TravelBrochureSelectMessageCsReq = 6435; + public const int TravelBrochureSelectMessageScRsp = 6406; + public const int TravelBrochureSetCustomValueCsReq = 6473; + public const int TravelBrochureSetCustomValueScRsp = 6477; + public const int TravelBrochureSetPageDescStatusCsReq = 6491; + public const int TravelBrochureSetPageDescStatusScRsp = 6493; + public const int TravelBrochureUpdatePasterPosCsReq = 6495; + public const int TravelBrochureUpdatePasterPosScRsp = 6418; + public const int TreasureDungeonDataScNotify = 4411; + public const int TreasureDungeonFinishScNotify = 4413; + public const int TrialActivityDataChangeScNotify = 2678; + public const int TrialBackGroundMusicCsReq = 3170; + public const int TrialBackGroundMusicScRsp = 3189; + public const int TriggerVoiceCsReq = 4136; + public const int TriggerVoiceScRsp = 4150; + public const int UnlockAvatarPathCsReq = 45; + public const int UnlockAvatarPathScRsp = 54; + public const int UnlockAvatarSkinScNotify = 337; + public const int UnlockBackGroundMusicCsReq = 3135; + public const int UnlockBackGroundMusicScRsp = 3106; + public const int UnlockChatBubbleScNotify = 5135; + public const int UnlockedAreaMapScNotify = 1439; + public const int UnlockHeadIconScNotify = 2826; + public const int UnlockPamSkinScNotify = 8134; + public const int UnlockPhoneCaseScNotify = 5195; + public const int UnlockPhoneThemeScNotify = 5189; + public const int UnlockSkilltreeCsReq = 335; + public const int UnlockSkilltreeScRsp = 306; + public const int UnlockTeleportNotify = 1479; + public const int UnlockTutorialCsReq = 1635; + public const int UnlockTutorialGuideCsReq = 1670; + public const int UnlockTutorialGuideScRsp = 1689; + public const int UnlockTutorialScRsp = 1606; + public const int UpdateEnergyScNotify = 6877; + public const int UpdateFeatureSwitchScNotify = 46; + public const int UpdateFloorSavedValueNotify = 1485; + public const int UpdateGroupPropertyCsReq = 1402; + public const int UpdateGroupPropertyScRsp = 1405; + public const int UpdateGunPlayDataCsReq = 4165; + public const int UpdateGunPlayDataScRsp = 4152; + public const int UpdateMapRotationDataScNotify = 6891; + public const int UpdateMarkChestCsReq = 8200; + public const int UpdateMarkChestScRsp = 8184; + public const int UpdateMechanismBarScNotify = 1499; + public const int UpdateMovieRacingDataCsReq = 4171; + public const int UpdateMovieRacingDataScRsp = 4182; + public const int UpdatePlayerSettingCsReq = 15; + public const int UpdatePlayerSettingScRsp = 85; + public const int UpdatePsnSettingsInfoCsReq = 98; + public const int UpdatePsnSettingsInfoScRsp = 61; + public const int UpdateRedDotDataCsReq = 5947; + public const int UpdateRedDotDataScRsp = 5909; + public const int UpdateRogueAdventureRoomScoreCsReq = 5646; + public const int UpdateRogueAdventureRoomScoreScRsp = 5614; + public const int UpdateRotaterScNotify = 6825; + public const int UpdateServerLogSettingsCsReq = 2464; + public const int UpdateServerLogSettingsScRsp = 2456; + public const int UpdateServerPrefsDataCsReq = 6135; + public const int UpdateServerPrefsDataScRsp = 6106; + public const int UpdateTrackMainMissionIdCsReq = 1283; + public const int UpdateTrackMainMissionIdScRsp = 1258; + public const int UpgradeAreaCsReq = 4336; + public const int UpgradeAreaScRsp = 4350; + public const int UpgradeAreaStatCsReq = 4373; + public const int UpgradeAreaStatScRsp = 4377; + public const int UseItemCsReq = 570; + public const int UseItemScRsp = 589; + public const int UseTreasureDungeonItemCsReq = 4410; + public const int UseTreasureDungeonItemScRsp = 4407; + public const int VirtualLineupDestroyNotify = 707; + public const int VirtualLineupTrialAvatarChangeScNotify = 737; + public const int WaypointShowNewCsNotify = 470; + public const int WolfBroGameActivateBulletCsReq = 6538; + public const int WolfBroGameActivateBulletScRsp = 6550; + public const int WolfBroGameDataChangeScNotify = 6516; + public const int WolfBroGameExplodeMonsterCsReq = 6548; + public const int WolfBroGameExplodeMonsterScRsp = 6535; + public const int WolfBroGamePickupBulletCsReq = 6513; + public const int WolfBroGamePickupBulletScRsp = 6507; + public const int WolfBroGameUseBulletCsReq = 6532; + public const int WolfBroGameUseBulletScRsp = 6546; + public const int WorldUnlockCsReq = 7627; + public const int WorldUnlockScRsp = 7626; } \ No newline at end of file diff --git a/DanhengKcpSharp/HandshakePacket.cs b/DanhengKcpSharp/HandshakePacket.cs index 8d42192d..353c7b53 100644 --- a/DanhengKcpSharp/HandshakePacket.cs +++ b/DanhengKcpSharp/HandshakePacket.cs @@ -5,7 +5,7 @@ namespace EggLink.DanhengServer.Kcp; public class HandshakePacket : BasePacket { - public HandshakePacket(byte[] data) : base(CmdIds.HandShakeScNotify) + public HandshakePacket(byte[] data) : base(CmdIds.ClientDownloadDataScNotify) { var downloadData = new ClientDownloadData { @@ -21,7 +21,7 @@ public class HandshakePacket : BasePacket SetData(notify); } - public HandshakePacket(string base64) : base(CmdIds.HandShakeScNotify) + public HandshakePacket(string base64) : base(CmdIds.ClientDownloadDataScNotify) { SetData(Convert.FromBase64String(base64)); } diff --git a/GameServer/Game/Avatar/AvatarManager.cs b/GameServer/Game/Avatar/AvatarManager.cs index 22d4fda1..fedc65b0 100644 --- a/GameServer/Game/Avatar/AvatarManager.cs +++ b/GameServer/Game/Avatar/AvatarManager.cs @@ -156,7 +156,6 @@ public class AvatarManager : BasePlayerManager public void UpdateRelicPlan(RelicSmartWearPlan plan) { - var avatar = GetAvatar((int)plan.AvatarId)!.GetCurAvatarInfo(); Player.InventoryManager!.Data.RelicPlans[(int)plan.UniqueId] = new RelicPlanData { EquipAvatar = (int)plan.AvatarId, diff --git a/GameServer/Game/Battle/BattleManager.cs b/GameServer/Game/Battle/BattleManager.cs index dc74f69d..3f8fe2d1 100644 --- a/GameServer/Game/Battle/BattleManager.cs +++ b/GameServer/Game/Battle/BattleManager.cs @@ -42,7 +42,7 @@ public class BattleManager(PlayerInstance player) : BasePlayerManager(player) } } - foreach (var info in req.AssistEntityInfo) + foreach (var info in req.AssistMonsterEntityInfo) foreach (var entity in info.EntityIdList) { Player.SceneInstance!.Entities.TryGetValue((int)entity, out var entityInstance); diff --git a/GameServer/Game/Player/PlayerInstance.cs b/GameServer/Game/Player/PlayerInstance.cs index 2ad0b997..3b4942e0 100644 --- a/GameServer/Game/Player/PlayerInstance.cs +++ b/GameServer/Game/Player/PlayerInstance.cs @@ -4,6 +4,7 @@ using EggLink.DanhengServer.Database.Avatar; using EggLink.DanhengServer.Database.Player; using EggLink.DanhengServer.Database.Scene; using EggLink.DanhengServer.Database.Tutorial; +using EggLink.DanhengServer.Enums.Avatar; using EggLink.DanhengServer.Enums.Mission; using EggLink.DanhengServer.Enums.Scene; using EggLink.DanhengServer.GameServer.Game.Activity; @@ -240,14 +241,6 @@ public class PlayerInstance(PlayerData data) } } - foreach (var relic in InventoryManager.Data.RelicItems) - { - if (relic.MainAffix != 0) continue; // fix relic main affix - - var groupId = GameData.RelicConfigData.GetValueOrDefault(relic.ItemId)?.MainAffixGroup ?? 0; - relic.MainAffix = UtilTools.GetRandomRelicMainAffix(groupId); - } - foreach (var avatar in AvatarManager?.AvatarData.Avatars ?? []) foreach (var skill in avatar.GetSkillTree()) { diff --git a/GameServer/Game/RogueMagic/Adventure/RogueMagicAdventureInstance.cs b/GameServer/Game/RogueMagic/Adventure/RogueMagicAdventureInstance.cs index 7ead6624..fb674a03 100644 --- a/GameServer/Game/RogueMagic/Adventure/RogueMagicAdventureInstance.cs +++ b/GameServer/Game/RogueMagic/Adventure/RogueMagicAdventureInstance.cs @@ -65,7 +65,7 @@ public class RogueMagicAdventureInstance(RogueMagicAdventureRoomExcel excel) RemainMonsterNum = (uint)RemainMonsterNum, CaughtMonsterNum = (uint)CaughtMonsterNum, Sus = 1, - Status = (uint)Status, + Status = Status, ScoreId = (uint)Score }; diff --git a/GameServer/Game/RogueMagic/RogueMagicInstance.cs b/GameServer/Game/RogueMagic/RogueMagicInstance.cs index c03d6215..81643745 100644 --- a/GameServer/Game/RogueMagic/RogueMagicInstance.cs +++ b/GameServer/Game/RogueMagic/RogueMagicInstance.cs @@ -527,7 +527,7 @@ public class RogueMagicInstance : BaseRogueInstance { Lineup = ToLineupInfo(), Level = ToLevelInfo(), - Coin = ToGameItemValueInfo(), + ItemValue = ToGameItemValueInfo(), MiracleInfo = ToMiracleInfo(), GameDifficultyInfo = ToDifficultyInfo(), MagicItem = ToMagicItemInfo(), diff --git a/GameServer/Game/RogueTourn/RogueTournInstance.cs b/GameServer/Game/RogueTourn/RogueTournInstance.cs index d00371a5..4efef4c8 100644 --- a/GameServer/Game/RogueTourn/RogueTournInstance.cs +++ b/GameServer/Game/RogueTourn/RogueTournInstance.cs @@ -539,7 +539,7 @@ public class RogueTournInstance : BaseRogueInstance return new RogueTournCurGameInfo { Buff = ToBuffInfo(), - Coin = ToGameItemValueInfo(), + ItemValue = ToGameItemValueInfo(), Level = ToLevelInfo(), Lineup = ToLineupInfo(), MiracleInfo = ToMiracleInfo(), diff --git a/GameServer/Game/Task/LevelTask.cs b/GameServer/Game/Task/LevelTask.cs index 4b722a5b..3b139cd1 100644 --- a/GameServer/Game/Task/LevelTask.cs +++ b/GameServer/Game/Task/LevelTask.cs @@ -230,7 +230,7 @@ public class LevelTask(PlayerInstance player) if (subMission.SubMissionInfo?.FinishType == MissionFinishTypeEnum.GetTrialAvatarList) { - List list = [.. subMission.SubMissionInfo.ParamIntList]; + List list = [.. subMission.SubMissionInfo.ParamIntList ?? []]; if (list.Count > 0) { diff --git a/GameServer/Game/TrainParty/TrainPartyManager.cs b/GameServer/Game/TrainParty/TrainPartyManager.cs index f51fcf94..df570cc0 100644 --- a/GameServer/Game/TrainParty/TrainPartyManager.cs +++ b/GameServer/Game/TrainParty/TrainPartyManager.cs @@ -20,11 +20,11 @@ public class TrainPartyManager(PlayerInstance player) : BasePlayerManager(player return area; } - public TrainPartyInfo ToProto() + public TrainPartyData ToProto() { - var proto = new TrainPartyInfo + var proto = new TrainPartyData { - TrainPartyDetail = ToPartyInfo(), + TrainPartyInfo = ToPartyInfo(), PassengerInfo = ToPassenger(), UnlockAreaNum = 6 }; @@ -32,9 +32,9 @@ public class TrainPartyManager(PlayerInstance player) : BasePlayerManager(player return proto; } - public TrainPartyDetail ToPartyInfo() + public TrainPartyInfo ToPartyInfo() { - var proto = new TrainPartyDetail + var proto = new TrainPartyInfo { EEBNAAPBKCN = 30, CurFund = (uint)Data.Fund, @@ -49,12 +49,9 @@ public class TrainPartyManager(PlayerInstance player) : BasePlayerManager(player { var info = new TrainPartyPassengerInfo(); info.PassengerInfoList.AddRange( - GameData.TrainPartyPassengerConfigData.Select(x => + GameData.TrainPartyPassengerConfigData.Select(x => new TrainPartyPassenger { - return new TrainPartyPassenger - { - PassengerId = (uint)x.Key - }; + PassengerId = (uint)x.Key }) ); return info; diff --git a/GameServer/Server/Packet/Recv/Avatar/HandlerSetMultipleAvatarPathsCsReq.cs b/GameServer/Server/Packet/Recv/Avatar/HandlerSetMultipleAvatarPathsCsReq.cs index d65389d5..84055472 100644 --- a/GameServer/Server/Packet/Recv/Avatar/HandlerSetMultipleAvatarPathsCsReq.cs +++ b/GameServer/Server/Packet/Recv/Avatar/HandlerSetMultipleAvatarPathsCsReq.cs @@ -1,3 +1,4 @@ +using EggLink.DanhengServer.Enums.Avatar; using EggLink.DanhengServer.Kcp; using EggLink.DanhengServer.Proto; @@ -13,9 +14,9 @@ public class HandlerSetMultipleAvatarPathsCsReq : Handler foreach (var targetAvatarType in req.AvatarIdList) { var avatarId = (int)targetAvatarType; - var baseAvatarId = connection.Player!.AvatarManager!.GetAvatar(avatarId)!.BaseAvatarId; + var baseAvatarId = connection.Player!.AvatarManager!.GetAvatar(avatarId)!.GetBaseAvatarId(); if (avatarId % 2 == 0) avatarId--; - await connection.Player!.ChangeAvatarPathType(baseAvatarId, (MultiPathAvatarType)avatarId); + await connection.Player!.ChangeAvatarPathType(baseAvatarId, (MultiPathAvatarTypeEnum)avatarId); } await connection.SendPacket(CmdIds.SetMultipleAvatarPathsScRsp); diff --git a/GameServer/Server/Packet/Recv/Item/HandlerLockEquipmentCsReq.cs b/GameServer/Server/Packet/Recv/Item/HandlerLockEquipmentCsReq.cs index c5b87ad9..c9d9cc14 100644 --- a/GameServer/Server/Packet/Recv/Item/HandlerLockEquipmentCsReq.cs +++ b/GameServer/Server/Packet/Recv/Item/HandlerLockEquipmentCsReq.cs @@ -12,7 +12,7 @@ public class HandlerLockEquipmentCsReq : Handler { var req = LockEquipmentCsReq.Parser.ParseFrom(data); var result = - await connection.Player!.InventoryManager!.LockItems(req.EquipmentUniqueIdList, req.IsLocked, + await connection.Player!.InventoryManager!.LockItems(req.EquipmentIdList, req.IsProtected, ItemMainTypeEnum.Equipment); await connection.SendPacket(new PacketLockEquipmentScRsp(result)); } diff --git a/GameServer/Server/Packet/Recv/Item/HandlerLockRelicCsReq.cs b/GameServer/Server/Packet/Recv/Item/HandlerLockRelicCsReq.cs index 443f795b..4d735d52 100644 --- a/GameServer/Server/Packet/Recv/Item/HandlerLockRelicCsReq.cs +++ b/GameServer/Server/Packet/Recv/Item/HandlerLockRelicCsReq.cs @@ -12,7 +12,7 @@ public class HandlerLockRelicCsReq : Handler { var req = LockRelicCsReq.Parser.ParseFrom(data); var result = - await connection.Player!.InventoryManager!.LockItems(req.RelicUniqueIdList, req.IsLocked, + await connection.Player!.InventoryManager!.LockItems(req.RelicUniqueIdList, req.IsProtected, ItemMainTypeEnum.Relic); await connection.SendPacket(new PacketLockRelicScRsp(result)); } diff --git a/GameServer/Server/Packet/Recv/Scene/HandlerSceneCastSkillCsReq.cs b/GameServer/Server/Packet/Recv/Scene/HandlerSceneCastSkillCsReq.cs index 6f1d006c..49a592c6 100644 --- a/GameServer/Server/Packet/Recv/Scene/HandlerSceneCastSkillCsReq.cs +++ b/GameServer/Server/Packet/Recv/Scene/HandlerSceneCastSkillCsReq.cs @@ -56,7 +56,7 @@ public class HandlerSceneCastSkillCsReq : Handler } } - if (req.AssistEntityIdList.Count > 0) + if (req.AssistMonsterEntityIdList.Count > 0) { if (caster != null && caster.AvatarInfo.AvatarId == 1218 && req.SkillIndex == 1) { @@ -66,8 +66,8 @@ public class HandlerSceneCastSkillCsReq : Handler else { var hitTargetEntityIdList = new List(); - if (req.AssistEntityIdList.Count > 0) - foreach (var id in req.AssistEntityIdList) + if (req.AssistMonsterEntityIdList.Count > 0) + foreach (var id in req.AssistMonsterEntityIdList) hitTargetEntityIdList.Add(id); else foreach (var id in req.HitTargetEntityIdList) diff --git a/GameServer/Server/Packet/Send/Phone/PacketSetPersonalCardScRsp.cs b/GameServer/Server/Packet/Send/Phone/PacketSetPersonalCardScRsp.cs index d862337b..27c4c04f 100644 --- a/GameServer/Server/Packet/Send/Phone/PacketSetPersonalCardScRsp.cs +++ b/GameServer/Server/Packet/Send/Phone/PacketSetPersonalCardScRsp.cs @@ -9,7 +9,7 @@ public class PacketSetPersonalCardScRsp : BasePacket { var proto = new SetPersonalCardScRsp { - CurPersonalCard = id + PersonalCardId = id }; SetData(proto); diff --git a/GameServer/Server/Packet/Send/Player/PacketPlayerKickOutScNotify.cs b/GameServer/Server/Packet/Send/Player/PacketPlayerKickOutScNotify.cs index 5e284b65..a68e3e02 100644 --- a/GameServer/Server/Packet/Send/Player/PacketPlayerKickOutScNotify.cs +++ b/GameServer/Server/Packet/Send/Player/PacketPlayerKickOutScNotify.cs @@ -1,6 +1,5 @@ using EggLink.DanhengServer.Kcp; using EggLink.DanhengServer.Proto; -using static EggLink.DanhengServer.Proto.PlayerKickOutScNotify.Types; namespace EggLink.DanhengServer.GameServer.Server.Packet.Send.Player; diff --git a/GameServer/Server/Packet/Send/PlayerBoard/PacketGetPlayerBoardDataScRsp.cs b/GameServer/Server/Packet/Send/PlayerBoard/PacketGetPlayerBoardDataScRsp.cs index 52e767e3..ffb1b097 100644 --- a/GameServer/Server/Packet/Send/PlayerBoard/PacketGetPlayerBoardDataScRsp.cs +++ b/GameServer/Server/Packet/Send/PlayerBoard/PacketGetPlayerBoardDataScRsp.cs @@ -11,11 +11,11 @@ public class PacketGetPlayerBoardDataScRsp : BasePacket var proto = new GetPlayerBoardDataScRsp { Signature = player.Data.Signature, - CurHeadIcon = (uint)player.Data.HeadIcon, - CurPersonalCard = (uint)player.Data.PersonalCard, - UnlockedPersonalCard = { player.PlayerUnlockData!.PersonalCards.Select(x => (uint)x) }, - UnlockedHeadIcon = { player.PlayerUnlockData!.HeadIcons.Select(x => new HeadIconData { Id = (uint)x }) }, - AssistAvatarIdList = { player.Data.AssistAvatars.Select(x => (uint)x) }, + CurrentHeadIconId = (uint)player.Data.HeadIcon, + PersonalCardId = (uint)player.Data.PersonalCard, + UnlockedPersonalCardList = { player.PlayerUnlockData!.PersonalCards.Select(x => (uint)x) }, + UnlockedHeadIconList = { player.PlayerUnlockData!.HeadIcons.Select(x => new HeadIconData { Id = (uint)x }) }, + AssistAvatarIdList = { player.AvatarManager!.AvatarData.AssistAvatars.Select(x => (uint)x) }, DisplayAvatarVec = new DisplayAvatarVec() }; diff --git a/GameServer/Server/Packet/Send/PlayerBoard/PacketSetHeadIconScRsp.cs b/GameServer/Server/Packet/Send/PlayerBoard/PacketSetHeadIconScRsp.cs index b4884bb6..3a7da763 100644 --- a/GameServer/Server/Packet/Send/PlayerBoard/PacketSetHeadIconScRsp.cs +++ b/GameServer/Server/Packet/Send/PlayerBoard/PacketSetHeadIconScRsp.cs @@ -10,7 +10,7 @@ public class PacketSetHeadIconScRsp : BasePacket { var proto = new SetHeadIconScRsp { - CurHeadIcon = (uint)player.Data.HeadIcon + CurrentHeadIconId = (uint)player.Data.HeadIcon }; SetData(proto); } diff --git a/GameServer/Server/Packet/Send/TrainParty/PacketTrainPartyGetDataScRsp.cs b/GameServer/Server/Packet/Send/TrainParty/PacketTrainPartyGetDataScRsp.cs index 39025ee9..9e995dde 100644 --- a/GameServer/Server/Packet/Send/TrainParty/PacketTrainPartyGetDataScRsp.cs +++ b/GameServer/Server/Packet/Send/TrainParty/PacketTrainPartyGetDataScRsp.cs @@ -10,7 +10,7 @@ public class PacketTrainPartyGetDataScRsp : BasePacket { var proto = new TrainPartyGetDataScRsp { - TrainPartyInfo = player.TrainPartyManager!.ToProto() + TrainPartyData = player.TrainPartyManager!.ToProto() }; SetData(proto); diff --git a/Proto/ABHFJDNFCFL.cs b/Proto/ABHFJDNFCFL.cs deleted file mode 100644 index e3f3bb7d..00000000 --- a/Proto/ABHFJDNFCFL.cs +++ /dev/null @@ -1,196 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: ABHFJDNFCFL.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from ABHFJDNFCFL.proto - public static partial class ABHFJDNFCFLReflection { - - #region Descriptor - /// File descriptor for ABHFJDNFCFL.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static ABHFJDNFCFLReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFBQkhGSkRORkNGTC5wcm90byINCgtBQkhGSkRORkNGTEIeqgIbRWdnTGlu", - "ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ABHFJDNFCFL), global::EggLink.DanhengServer.Proto.ABHFJDNFCFL.Parser, null, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class ABHFJDNFCFL : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ABHFJDNFCFL()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.ABHFJDNFCFLReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ABHFJDNFCFL() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ABHFJDNFCFL(ABHFJDNFCFL other) : this() { - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ABHFJDNFCFL Clone() { - return new ABHFJDNFCFL(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as ABHFJDNFCFL); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(ABHFJDNFCFL other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(ABHFJDNFCFL other) { - if (other == null) { - return; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/ADAFJFOJDEG.cs b/Proto/ADAFJFOJDEG.cs index d592b000..fd4000ad 100644 --- a/Proto/ADAFJFOJDEG.cs +++ b/Proto/ADAFJFOJDEG.cs @@ -25,16 +25,15 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChFBREFGSkZPSkRFRy5wcm90bxoRR01GRUpFRklCQkkucHJvdG8aEUlJS05H", - "TkhETUZJLnByb3RvIq8BCgtBREFGSkZPSkRFRxIVCgtCT05BR0hCQklDRhgI", - "IAEoDUgAEiMKC05OSFBDT0lJS0ZGGAIgASgLMgwuSUlLTkdOSERNRklIABIQ", - "Cghwcm9ncmVzcxgPIAEoDRIQCghxdWVzdF9pZBgHIAEoDRITCgtNRkFOTkNB", - "R0RNUBgDIAEoDRIcCgZzdGF0dXMYDSABKA4yDC5HTUZFSkVGSUJCSUINCgtH", - "TklPSExDTFBNUEIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", - "cm90bzM=")); + "TkhETUZJLnByb3RvIpoBCgtBREFGSkZPSkRFRxIQCghwcm9ncmVzcxgPIAEo", + "DRIcCgZzdGF0dXMYDSABKA4yDC5HTUZFSkVGSUJCSRIQCghxdWVzdF9pZBgH", + "IAEoDRIVCgtCT05BR0hCQklDRhgIIAEoDUgAEiMKC05OSFBDT0lJS0ZGGAIg", + "ASgLMgwuSUlLTkdOSERNRklIAEINCgtEQURKSkJIT0dNQ0IeqgIbRWdnTGlu", + "ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GMFEJEFIBBIReflection.Descriptor, global::EggLink.DanhengServer.Proto.IIKNGNHDMFIReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ADAFJFOJDEG), global::EggLink.DanhengServer.Proto.ADAFJFOJDEG.Parser, new[]{ "BONAGHBBICF", "NNHPCOIIKFF", "Progress", "QuestId", "MFANNCAGDMP", "Status" }, new[]{ "GNIOHLCLPMP" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ADAFJFOJDEG), global::EggLink.DanhengServer.Proto.ADAFJFOJDEG.Parser, new[]{ "Progress", "Status", "QuestId", "BONAGHBBICF", "NNHPCOIIKFF" }, new[]{ "DADJJBHOGMC" }, null, null, null) })); } #endregion @@ -77,14 +76,13 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public ADAFJFOJDEG(ADAFJFOJDEG other) : this() { progress_ = other.progress_; - questId_ = other.questId_; - mFANNCAGDMP_ = other.mFANNCAGDMP_; status_ = other.status_; - switch (other.GNIOHLCLPMPCase) { - case GNIOHLCLPMPOneofCase.BONAGHBBICF: + questId_ = other.questId_; + switch (other.DADJJBHOGMCCase) { + case DADJJBHOGMCOneofCase.BONAGHBBICF: BONAGHBBICF = other.BONAGHBBICF; break; - case GNIOHLCLPMPOneofCase.NNHPCOIIKFF: + case DADJJBHOGMCOneofCase.NNHPCOIIKFF: NNHPCOIIKFF = other.NNHPCOIIKFF.Clone(); break; } @@ -98,44 +96,6 @@ namespace EggLink.DanhengServer.Proto { return new ADAFJFOJDEG(this); } - /// Field number for the "BONAGHBBICF" field. - public const int BONAGHBBICFFieldNumber = 8; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint BONAGHBBICF { - get { return HasBONAGHBBICF ? (uint) gNIOHLCLPMP_ : 0; } - set { - gNIOHLCLPMP_ = value; - gNIOHLCLPMPCase_ = GNIOHLCLPMPOneofCase.BONAGHBBICF; - } - } - /// Gets whether the "BONAGHBBICF" field is set - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool HasBONAGHBBICF { - get { return gNIOHLCLPMPCase_ == GNIOHLCLPMPOneofCase.BONAGHBBICF; } - } - /// Clears the value of the oneof if it's currently set to "BONAGHBBICF" - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearBONAGHBBICF() { - if (HasBONAGHBBICF) { - ClearGNIOHLCLPMP(); - } - } - - /// Field number for the "NNHPCOIIKFF" field. - public const int NNHPCOIIKFFFieldNumber = 2; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.IIKNGNHDMFI NNHPCOIIKFF { - get { return gNIOHLCLPMPCase_ == GNIOHLCLPMPOneofCase.NNHPCOIIKFF ? (global::EggLink.DanhengServer.Proto.IIKNGNHDMFI) gNIOHLCLPMP_ : null; } - set { - gNIOHLCLPMP_ = value; - gNIOHLCLPMPCase_ = value == null ? GNIOHLCLPMPOneofCase.None : GNIOHLCLPMPOneofCase.NNHPCOIIKFF; - } - } - /// Field number for the "progress" field. public const int ProgressFieldNumber = 15; private uint progress_; @@ -148,30 +108,6 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "quest_id" field. - public const int QuestIdFieldNumber = 7; - private uint questId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint QuestId { - get { return questId_; } - set { - questId_ = value; - } - } - - /// Field number for the "MFANNCAGDMP" field. - public const int MFANNCAGDMPFieldNumber = 3; - private uint mFANNCAGDMP_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint MFANNCAGDMP { - get { return mFANNCAGDMP_; } - set { - mFANNCAGDMP_ = value; - } - } - /// Field number for the "status" field. public const int StatusFieldNumber = 13; private global::EggLink.DanhengServer.Proto.GMFEJEFIBBI status_ = global::EggLink.DanhengServer.Proto.GMFEJEFIBBI.PlanetFesQuestNone; @@ -184,25 +120,75 @@ namespace EggLink.DanhengServer.Proto { } } - private object gNIOHLCLPMP_; - /// Enum of possible cases for the "GNIOHLCLPMP" oneof. - public enum GNIOHLCLPMPOneofCase { + /// Field number for the "quest_id" field. + public const int QuestIdFieldNumber = 7; + private uint questId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public uint QuestId { + get { return questId_; } + set { + questId_ = value; + } + } + + /// Field number for the "BONAGHBBICF" field. + public const int BONAGHBBICFFieldNumber = 8; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public uint BONAGHBBICF { + get { return HasBONAGHBBICF ? (uint) dADJJBHOGMC_ : 0; } + set { + dADJJBHOGMC_ = value; + dADJJBHOGMCCase_ = DADJJBHOGMCOneofCase.BONAGHBBICF; + } + } + /// Gets whether the "BONAGHBBICF" field is set + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool HasBONAGHBBICF { + get { return dADJJBHOGMCCase_ == DADJJBHOGMCOneofCase.BONAGHBBICF; } + } + /// Clears the value of the oneof if it's currently set to "BONAGHBBICF" + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void ClearBONAGHBBICF() { + if (HasBONAGHBBICF) { + ClearDADJJBHOGMC(); + } + } + + /// Field number for the "NNHPCOIIKFF" field. + public const int NNHPCOIIKFFFieldNumber = 2; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.IIKNGNHDMFI NNHPCOIIKFF { + get { return dADJJBHOGMCCase_ == DADJJBHOGMCOneofCase.NNHPCOIIKFF ? (global::EggLink.DanhengServer.Proto.IIKNGNHDMFI) dADJJBHOGMC_ : null; } + set { + dADJJBHOGMC_ = value; + dADJJBHOGMCCase_ = value == null ? DADJJBHOGMCOneofCase.None : DADJJBHOGMCOneofCase.NNHPCOIIKFF; + } + } + + private object dADJJBHOGMC_; + /// Enum of possible cases for the "DADJJBHOGMC" oneof. + public enum DADJJBHOGMCOneofCase { None = 0, BONAGHBBICF = 8, NNHPCOIIKFF = 2, } - private GNIOHLCLPMPOneofCase gNIOHLCLPMPCase_ = GNIOHLCLPMPOneofCase.None; + private DADJJBHOGMCOneofCase dADJJBHOGMCCase_ = DADJJBHOGMCOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GNIOHLCLPMPOneofCase GNIOHLCLPMPCase { - get { return gNIOHLCLPMPCase_; } + public DADJJBHOGMCOneofCase DADJJBHOGMCCase { + get { return dADJJBHOGMCCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearGNIOHLCLPMP() { - gNIOHLCLPMPCase_ = GNIOHLCLPMPOneofCase.None; - gNIOHLCLPMP_ = null; + public void ClearDADJJBHOGMC() { + dADJJBHOGMCCase_ = DADJJBHOGMCOneofCase.None; + dADJJBHOGMC_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -220,13 +206,12 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } + if (Progress != other.Progress) return false; + if (Status != other.Status) return false; + if (QuestId != other.QuestId) return false; if (BONAGHBBICF != other.BONAGHBBICF) return false; if (!object.Equals(NNHPCOIIKFF, other.NNHPCOIIKFF)) return false; - if (Progress != other.Progress) return false; - if (QuestId != other.QuestId) return false; - if (MFANNCAGDMP != other.MFANNCAGDMP) return false; - if (Status != other.Status) return false; - if (GNIOHLCLPMPCase != other.GNIOHLCLPMPCase) return false; + if (DADJJBHOGMCCase != other.DADJJBHOGMCCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -234,13 +219,12 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (HasBONAGHBBICF) hash ^= BONAGHBBICF.GetHashCode(); - if (gNIOHLCLPMPCase_ == GNIOHLCLPMPOneofCase.NNHPCOIIKFF) hash ^= NNHPCOIIKFF.GetHashCode(); if (Progress != 0) hash ^= Progress.GetHashCode(); - if (QuestId != 0) hash ^= QuestId.GetHashCode(); - if (MFANNCAGDMP != 0) hash ^= MFANNCAGDMP.GetHashCode(); if (Status != global::EggLink.DanhengServer.Proto.GMFEJEFIBBI.PlanetFesQuestNone) hash ^= Status.GetHashCode(); - hash ^= (int) gNIOHLCLPMPCase_; + if (QuestId != 0) hash ^= QuestId.GetHashCode(); + if (HasBONAGHBBICF) hash ^= BONAGHBBICF.GetHashCode(); + if (dADJJBHOGMCCase_ == DADJJBHOGMCOneofCase.NNHPCOIIKFF) hash ^= NNHPCOIIKFF.GetHashCode(); + hash ^= (int) dADJJBHOGMCCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -259,14 +243,10 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (gNIOHLCLPMPCase_ == GNIOHLCLPMPOneofCase.NNHPCOIIKFF) { + if (dADJJBHOGMCCase_ == DADJJBHOGMCOneofCase.NNHPCOIIKFF) { output.WriteRawTag(18); output.WriteMessage(NNHPCOIIKFF); } - if (MFANNCAGDMP != 0) { - output.WriteRawTag(24); - output.WriteUInt32(MFANNCAGDMP); - } if (QuestId != 0) { output.WriteRawTag(56); output.WriteUInt32(QuestId); @@ -293,14 +273,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (gNIOHLCLPMPCase_ == GNIOHLCLPMPOneofCase.NNHPCOIIKFF) { + if (dADJJBHOGMCCase_ == DADJJBHOGMCOneofCase.NNHPCOIIKFF) { output.WriteRawTag(18); output.WriteMessage(NNHPCOIIKFF); } - if (MFANNCAGDMP != 0) { - output.WriteRawTag(24); - output.WriteUInt32(MFANNCAGDMP); - } if (QuestId != 0) { output.WriteRawTag(56); output.WriteUInt32(QuestId); @@ -327,23 +303,20 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (HasBONAGHBBICF) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BONAGHBBICF); - } - if (gNIOHLCLPMPCase_ == GNIOHLCLPMPOneofCase.NNHPCOIIKFF) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(NNHPCOIIKFF); - } if (Progress != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Progress); } + if (Status != global::EggLink.DanhengServer.Proto.GMFEJEFIBBI.PlanetFesQuestNone) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Status); + } if (QuestId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(QuestId); } - if (MFANNCAGDMP != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MFANNCAGDMP); + if (HasBONAGHBBICF) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BONAGHBBICF); } - if (Status != global::EggLink.DanhengServer.Proto.GMFEJEFIBBI.PlanetFesQuestNone) { - size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Status); + if (dADJJBHOGMCCase_ == DADJJBHOGMCOneofCase.NNHPCOIIKFF) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(NNHPCOIIKFF); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); @@ -360,20 +333,17 @@ namespace EggLink.DanhengServer.Proto { if (other.Progress != 0) { Progress = other.Progress; } - if (other.QuestId != 0) { - QuestId = other.QuestId; - } - if (other.MFANNCAGDMP != 0) { - MFANNCAGDMP = other.MFANNCAGDMP; - } if (other.Status != global::EggLink.DanhengServer.Proto.GMFEJEFIBBI.PlanetFesQuestNone) { Status = other.Status; } - switch (other.GNIOHLCLPMPCase) { - case GNIOHLCLPMPOneofCase.BONAGHBBICF: + if (other.QuestId != 0) { + QuestId = other.QuestId; + } + switch (other.DADJJBHOGMCCase) { + case DADJJBHOGMCOneofCase.BONAGHBBICF: BONAGHBBICF = other.BONAGHBBICF; break; - case GNIOHLCLPMPOneofCase.NNHPCOIIKFF: + case DADJJBHOGMCOneofCase.NNHPCOIIKFF: if (NNHPCOIIKFF == null) { NNHPCOIIKFF = new global::EggLink.DanhengServer.Proto.IIKNGNHDMFI(); } @@ -398,17 +368,13 @@ namespace EggLink.DanhengServer.Proto { break; case 18: { global::EggLink.DanhengServer.Proto.IIKNGNHDMFI subBuilder = new global::EggLink.DanhengServer.Proto.IIKNGNHDMFI(); - if (gNIOHLCLPMPCase_ == GNIOHLCLPMPOneofCase.NNHPCOIIKFF) { + if (dADJJBHOGMCCase_ == DADJJBHOGMCOneofCase.NNHPCOIIKFF) { subBuilder.MergeFrom(NNHPCOIIKFF); } input.ReadMessage(subBuilder); NNHPCOIIKFF = subBuilder; break; } - case 24: { - MFANNCAGDMP = input.ReadUInt32(); - break; - } case 56: { QuestId = input.ReadUInt32(); break; @@ -442,17 +408,13 @@ namespace EggLink.DanhengServer.Proto { break; case 18: { global::EggLink.DanhengServer.Proto.IIKNGNHDMFI subBuilder = new global::EggLink.DanhengServer.Proto.IIKNGNHDMFI(); - if (gNIOHLCLPMPCase_ == GNIOHLCLPMPOneofCase.NNHPCOIIKFF) { + if (dADJJBHOGMCCase_ == DADJJBHOGMCOneofCase.NNHPCOIIKFF) { subBuilder.MergeFrom(NNHPCOIIKFF); } input.ReadMessage(subBuilder); NNHPCOIIKFF = subBuilder; break; } - case 24: { - MFANNCAGDMP = input.ReadUInt32(); - break; - } case 56: { QuestId = input.ReadUInt32(); break; diff --git a/Proto/AFLMIOMNECM.cs b/Proto/AFLMIOMNECM.cs deleted file mode 100644 index 981c8b09..00000000 --- a/Proto/AFLMIOMNECM.cs +++ /dev/null @@ -1,234 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: AFLMIOMNECM.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from AFLMIOMNECM.proto - public static partial class AFLMIOMNECMReflection { - - #region Descriptor - /// File descriptor for AFLMIOMNECM.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static AFLMIOMNECMReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFBRkxNSU9NTkVDTS5wcm90byIgCgtBRkxNSU9NTkVDTRIRCglhdmF0YXJf", - "aWQYDyABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv", - "dG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AFLMIOMNECM), global::EggLink.DanhengServer.Proto.AFLMIOMNECM.Parser, new[]{ "AvatarId" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class AFLMIOMNECM : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new AFLMIOMNECM()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.AFLMIOMNECMReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public AFLMIOMNECM() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public AFLMIOMNECM(AFLMIOMNECM other) : this() { - avatarId_ = other.avatarId_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public AFLMIOMNECM Clone() { - return new AFLMIOMNECM(this); - } - - /// Field number for the "avatar_id" field. - public const int AvatarIdFieldNumber = 15; - private uint avatarId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint AvatarId { - get { return avatarId_; } - set { - avatarId_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as AFLMIOMNECM); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(AFLMIOMNECM other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (AvatarId != other.AvatarId) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (AvatarId != 0) hash ^= AvatarId.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (AvatarId != 0) { - output.WriteRawTag(120); - output.WriteUInt32(AvatarId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (AvatarId != 0) { - output.WriteRawTag(120); - output.WriteUInt32(AvatarId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (AvatarId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AvatarId); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(AFLMIOMNECM other) { - if (other == null) { - return; - } - if (other.AvatarId != 0) { - AvatarId = other.AvatarId; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 120: { - AvatarId = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 120: { - AvatarId = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/AGADEMAJIMD.cs b/Proto/AGADEMAJIMD.cs index 4ec9f7c1..31d2f15f 100644 --- a/Proto/AGADEMAJIMD.cs +++ b/Proto/AGADEMAJIMD.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static AGADEMAJIMDReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFBR0FERU1BSklNRC5wcm90bxoRQURPTEVPRkVHT0sucHJvdG8aFExvZ2lz", - "dGljc1Njb3JlLnByb3RvGhFOSkFPSUdHTUVBTC5wcm90byKOAQoLQUdBREVN", + "ChFBR0FERU1BSklNRC5wcm90bxoUTG9naXN0aWNzU2NvcmUucHJvdG8aEUFE", + "T0xFT0ZFR09LLnByb3RvGhFOSkFPSUdHTUVBTC5wcm90byKOAQoLQUdBREVN", "QUpJTUQSEwoLT01OR0NJSkFMRk0YBCADKA0SJAoLRk1KUExIT0hCQUIYDCAD", "KAsyDy5Mb2dpc3RpY3NTY29yZRIhCgtITkZPSkJDSkFNRxgHIAMoCzIMLk5K", "QU9JR0dNRUFMEiEKC0lNTUxQSEROTU9MGA4gAygLMgwuQURPTEVPRkVHT0tC", "HqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ADOLEOFEGOKReflection.Descriptor, global::EggLink.DanhengServer.Proto.LogisticsScoreReflection.Descriptor, global::EggLink.DanhengServer.Proto.NJAOIGGMEALReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LogisticsScoreReflection.Descriptor, global::EggLink.DanhengServer.Proto.ADOLEOFEGOKReflection.Descriptor, global::EggLink.DanhengServer.Proto.NJAOIGGMEALReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AGADEMAJIMD), global::EggLink.DanhengServer.Proto.AGADEMAJIMD.Parser, new[]{ "OMNGCIJALFM", "FMJPLHOHBAB", "HNFOJBCJAMG", "IMMLPHDNMOL" }, null, null, null, null) })); diff --git a/Proto/AHPNAPGPJEG.cs b/Proto/AHPNAPGPJEG.cs deleted file mode 100644 index 12ea7176..00000000 --- a/Proto/AHPNAPGPJEG.cs +++ /dev/null @@ -1,271 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: AHPNAPGPJEG.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from AHPNAPGPJEG.proto - public static partial class AHPNAPGPJEGReflection { - - #region Descriptor - /// File descriptor for AHPNAPGPJEG.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static AHPNAPGPJEGReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFBSFBOQVBHUEpFRy5wcm90byI4CgtBSFBOQVBHUEpFRxITCgtBTU9KRk1G", - "RU9HRRgNIAEoDRIUCgxtYXplX2J1ZmZfaWQYDyABKA1CHqoCG0VnZ0xpbmsu", - "RGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AHPNAPGPJEG), global::EggLink.DanhengServer.Proto.AHPNAPGPJEG.Parser, new[]{ "AMOJFMFEOGE", "MazeBuffId" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class AHPNAPGPJEG : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new AHPNAPGPJEG()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.AHPNAPGPJEGReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public AHPNAPGPJEG() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public AHPNAPGPJEG(AHPNAPGPJEG other) : this() { - aMOJFMFEOGE_ = other.aMOJFMFEOGE_; - mazeBuffId_ = other.mazeBuffId_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public AHPNAPGPJEG Clone() { - return new AHPNAPGPJEG(this); - } - - /// Field number for the "AMOJFMFEOGE" field. - public const int AMOJFMFEOGEFieldNumber = 13; - private uint aMOJFMFEOGE_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint AMOJFMFEOGE { - get { return aMOJFMFEOGE_; } - set { - aMOJFMFEOGE_ = value; - } - } - - /// Field number for the "maze_buff_id" field. - public const int MazeBuffIdFieldNumber = 15; - private uint mazeBuffId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint MazeBuffId { - get { return mazeBuffId_; } - set { - mazeBuffId_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as AHPNAPGPJEG); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(AHPNAPGPJEG other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (AMOJFMFEOGE != other.AMOJFMFEOGE) return false; - if (MazeBuffId != other.MazeBuffId) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (AMOJFMFEOGE != 0) hash ^= AMOJFMFEOGE.GetHashCode(); - if (MazeBuffId != 0) hash ^= MazeBuffId.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (AMOJFMFEOGE != 0) { - output.WriteRawTag(104); - output.WriteUInt32(AMOJFMFEOGE); - } - if (MazeBuffId != 0) { - output.WriteRawTag(120); - output.WriteUInt32(MazeBuffId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (AMOJFMFEOGE != 0) { - output.WriteRawTag(104); - output.WriteUInt32(AMOJFMFEOGE); - } - if (MazeBuffId != 0) { - output.WriteRawTag(120); - output.WriteUInt32(MazeBuffId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (AMOJFMFEOGE != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AMOJFMFEOGE); - } - if (MazeBuffId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MazeBuffId); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(AHPNAPGPJEG other) { - if (other == null) { - return; - } - if (other.AMOJFMFEOGE != 0) { - AMOJFMFEOGE = other.AMOJFMFEOGE; - } - if (other.MazeBuffId != 0) { - MazeBuffId = other.MazeBuffId; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 104: { - AMOJFMFEOGE = input.ReadUInt32(); - break; - } - case 120: { - MazeBuffId = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 104: { - AMOJFMFEOGE = input.ReadUInt32(); - break; - } - case 120: { - MazeBuffId = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/AINBLBBFDBJ.cs b/Proto/AINBLBBFDBJ.cs deleted file mode 100644 index 3a8b8210..00000000 --- a/Proto/AINBLBBFDBJ.cs +++ /dev/null @@ -1,337 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: AINBLBBFDBJ.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from AINBLBBFDBJ.proto - public static partial class AINBLBBFDBJReflection { - - #region Descriptor - /// File descriptor for AINBLBBFDBJ.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static AINBLBBFDBJReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFBSU5CTEJCRkRCSi5wcm90byJgCgtBSU5CTEJCRkRCShITCgtOSUpBR09B", - "SlBFTRgIIAEoDRIWCg5zZWxlY3RfY2VsbF9pZBgHIAEoDRIPCgdjb25maXJt", - "GAMgASgIEhMKC05IR09KRE9ER01BGA0gAygNQh6qAhtFZ2dMaW5rLkRhbmhl", - "bmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AINBLBBFDBJ), global::EggLink.DanhengServer.Proto.AINBLBBFDBJ.Parser, new[]{ "NIJAGOAJPEM", "SelectCellId", "Confirm", "NHGOJDODGMA" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class AINBLBBFDBJ : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new AINBLBBFDBJ()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.AINBLBBFDBJReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public AINBLBBFDBJ() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public AINBLBBFDBJ(AINBLBBFDBJ other) : this() { - nIJAGOAJPEM_ = other.nIJAGOAJPEM_; - selectCellId_ = other.selectCellId_; - confirm_ = other.confirm_; - nHGOJDODGMA_ = other.nHGOJDODGMA_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public AINBLBBFDBJ Clone() { - return new AINBLBBFDBJ(this); - } - - /// Field number for the "NIJAGOAJPEM" field. - public const int NIJAGOAJPEMFieldNumber = 8; - private uint nIJAGOAJPEM_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint NIJAGOAJPEM { - get { return nIJAGOAJPEM_; } - set { - nIJAGOAJPEM_ = value; - } - } - - /// Field number for the "select_cell_id" field. - public const int SelectCellIdFieldNumber = 7; - private uint selectCellId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint SelectCellId { - get { return selectCellId_; } - set { - selectCellId_ = value; - } - } - - /// Field number for the "confirm" field. - public const int ConfirmFieldNumber = 3; - private bool confirm_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Confirm { - get { return confirm_; } - set { - confirm_ = value; - } - } - - /// Field number for the "NHGOJDODGMA" field. - public const int NHGOJDODGMAFieldNumber = 13; - private static readonly pb::FieldCodec _repeated_nHGOJDODGMA_codec - = pb::FieldCodec.ForUInt32(106); - private readonly pbc::RepeatedField nHGOJDODGMA_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField NHGOJDODGMA { - get { return nHGOJDODGMA_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as AINBLBBFDBJ); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(AINBLBBFDBJ other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (NIJAGOAJPEM != other.NIJAGOAJPEM) return false; - if (SelectCellId != other.SelectCellId) return false; - if (Confirm != other.Confirm) return false; - if(!nHGOJDODGMA_.Equals(other.nHGOJDODGMA_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (NIJAGOAJPEM != 0) hash ^= NIJAGOAJPEM.GetHashCode(); - if (SelectCellId != 0) hash ^= SelectCellId.GetHashCode(); - if (Confirm != false) hash ^= Confirm.GetHashCode(); - hash ^= nHGOJDODGMA_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Confirm != false) { - output.WriteRawTag(24); - output.WriteBool(Confirm); - } - if (SelectCellId != 0) { - output.WriteRawTag(56); - output.WriteUInt32(SelectCellId); - } - if (NIJAGOAJPEM != 0) { - output.WriteRawTag(64); - output.WriteUInt32(NIJAGOAJPEM); - } - nHGOJDODGMA_.WriteTo(output, _repeated_nHGOJDODGMA_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Confirm != false) { - output.WriteRawTag(24); - output.WriteBool(Confirm); - } - if (SelectCellId != 0) { - output.WriteRawTag(56); - output.WriteUInt32(SelectCellId); - } - if (NIJAGOAJPEM != 0) { - output.WriteRawTag(64); - output.WriteUInt32(NIJAGOAJPEM); - } - nHGOJDODGMA_.WriteTo(ref output, _repeated_nHGOJDODGMA_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (NIJAGOAJPEM != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NIJAGOAJPEM); - } - if (SelectCellId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SelectCellId); - } - if (Confirm != false) { - size += 1 + 1; - } - size += nHGOJDODGMA_.CalculateSize(_repeated_nHGOJDODGMA_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(AINBLBBFDBJ other) { - if (other == null) { - return; - } - if (other.NIJAGOAJPEM != 0) { - NIJAGOAJPEM = other.NIJAGOAJPEM; - } - if (other.SelectCellId != 0) { - SelectCellId = other.SelectCellId; - } - if (other.Confirm != false) { - Confirm = other.Confirm; - } - nHGOJDODGMA_.Add(other.nHGOJDODGMA_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 24: { - Confirm = input.ReadBool(); - break; - } - case 56: { - SelectCellId = input.ReadUInt32(); - break; - } - case 64: { - NIJAGOAJPEM = input.ReadUInt32(); - break; - } - case 106: - case 104: { - nHGOJDODGMA_.AddEntriesFrom(input, _repeated_nHGOJDODGMA_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 24: { - Confirm = input.ReadBool(); - break; - } - case 56: { - SelectCellId = input.ReadUInt32(); - break; - } - case 64: { - NIJAGOAJPEM = input.ReadUInt32(); - break; - } - case 106: - case 104: { - nHGOJDODGMA_.AddEntriesFrom(ref input, _repeated_nHGOJDODGMA_codec); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/PlanetFesReward.cs b/Proto/AJCJCHLJBGF.cs similarity index 66% rename from Proto/PlanetFesReward.cs rename to Proto/AJCJCHLJBGF.cs index d6386482..fd6f9ef5 100644 --- a/Proto/PlanetFesReward.cs +++ b/Proto/AJCJCHLJBGF.cs @@ -1,6 +1,6 @@ // // Generated by the protocol buffer compiler. DO NOT EDIT! -// source: PlanetFesReward.proto +// source: AJCJCHLJBGF.proto // #pragma warning disable 1591, 0612, 3021, 8981 #region Designer generated code @@ -11,30 +11,28 @@ using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; namespace EggLink.DanhengServer.Proto { - /// Holder for reflection information generated from PlanetFesReward.proto - public static partial class PlanetFesRewardReflection { + /// Holder for reflection information generated from AJCJCHLJBGF.proto + public static partial class AJCJCHLJBGFReflection { #region Descriptor - /// File descriptor for PlanetFesReward.proto + /// File descriptor for AJCJCHLJBGF.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; - static PlanetFesRewardReflection() { + static AJCJCHLJBGFReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChVQbGFuZXRGZXNSZXdhcmQucHJvdG8aEUlJS05HTkhETUZJLnByb3RvGhFD", - "RU9ERENFSURETC5wcm90byK6AQoPUGxhbmV0RmVzUmV3YXJkEh8KCWl0ZW1f", - "bGlzdBgMIAMoCzIMLkNFT0REQ0VJRERMEjYKC1BDQUpOQ0JNSU1NGAYgAygL", - "MiEuUGxhbmV0RmVzUmV3YXJkLlBDQUpOQ0JNSU1NRW50cnkSGgoEY29pbhgC", - "IAEoCzIMLklJS05HTkhETUZJGjIKEFBDQUpOQ0JNSU1NRW50cnkSCwoDa2V5", - "GAEgASgNEg0KBXZhbHVlGAIgASgNOgI4AUIeqgIbRWdnTGluay5EYW5oZW5n", - "U2VydmVyLlByb3RvYgZwcm90bzM=")); + "ChFBSkNKQ0hMSkJHRi5wcm90bxoRSUlLTkdOSERNRkkucHJvdG8aEUNFT0RE", + "Q0VJRERMLnByb3RvInMKC0FKQ0pDSExKQkdGEh8KCWl0ZW1fbGlzdBgMIAMo", + "CzIMLkNFT0REQ0VJRERMEiEKC1BDQUpOQ0JNSU1NGAYgASgLMgwuSUlLTkdO", + "SERNRkkSIAoKaXRlbV92YWx1ZRgCIAEoCzIMLklJS05HTkhETUZJQh6qAhtF", + "Z2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.IIKNGNHDMFIReflection.Descriptor, global::EggLink.DanhengServer.Proto.CEODDCEIDDLReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlanetFesReward), global::EggLink.DanhengServer.Proto.PlanetFesReward.Parser, new[]{ "ItemList", "PCAJNCBMIMM", "Coin" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, }) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AJCJCHLJBGF), global::EggLink.DanhengServer.Proto.AJCJCHLJBGF.Parser, new[]{ "ItemList", "PCAJNCBMIMM", "ItemValue" }, null, null, null, null) })); } #endregion @@ -42,21 +40,21 @@ namespace EggLink.DanhengServer.Proto { } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class PlanetFesReward : pb::IMessage + public sealed partial class AJCJCHLJBGF : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new PlanetFesReward()); + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new AJCJCHLJBGF()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } + public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.PlanetFesRewardReflection.Descriptor.MessageTypes[0]; } + get { return global::EggLink.DanhengServer.Proto.AJCJCHLJBGFReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -67,7 +65,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PlanetFesReward() { + public AJCJCHLJBGF() { OnConstruction(); } @@ -75,17 +73,17 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PlanetFesReward(PlanetFesReward other) : this() { + public AJCJCHLJBGF(AJCJCHLJBGF other) : this() { itemList_ = other.itemList_.Clone(); - pCAJNCBMIMM_ = other.pCAJNCBMIMM_.Clone(); - coin_ = other.coin_ != null ? other.coin_.Clone() : null; + pCAJNCBMIMM_ = other.pCAJNCBMIMM_ != null ? other.pCAJNCBMIMM_.Clone() : null; + itemValue_ = other.itemValue_ != null ? other.itemValue_.Clone() : null; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PlanetFesReward Clone() { - return new PlanetFesReward(this); + public AJCJCHLJBGF Clone() { + return new AJCJCHLJBGF(this); } /// Field number for the "item_list" field. @@ -101,36 +99,37 @@ namespace EggLink.DanhengServer.Proto { /// Field number for the "PCAJNCBMIMM" field. public const int PCAJNCBMIMMFieldNumber = 6; - private static readonly pbc::MapField.Codec _map_pCAJNCBMIMM_codec - = new pbc::MapField.Codec(pb::FieldCodec.ForUInt32(8, 0), pb::FieldCodec.ForUInt32(16, 0), 50); - private readonly pbc::MapField pCAJNCBMIMM_ = new pbc::MapField(); + private global::EggLink.DanhengServer.Proto.IIKNGNHDMFI pCAJNCBMIMM_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::MapField PCAJNCBMIMM { + public global::EggLink.DanhengServer.Proto.IIKNGNHDMFI PCAJNCBMIMM { get { return pCAJNCBMIMM_; } + set { + pCAJNCBMIMM_ = value; + } } - /// Field number for the "coin" field. - public const int CoinFieldNumber = 2; - private global::EggLink.DanhengServer.Proto.IIKNGNHDMFI coin_; + /// Field number for the "item_value" field. + public const int ItemValueFieldNumber = 2; + private global::EggLink.DanhengServer.Proto.IIKNGNHDMFI itemValue_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.IIKNGNHDMFI Coin { - get { return coin_; } + public global::EggLink.DanhengServer.Proto.IIKNGNHDMFI ItemValue { + get { return itemValue_; } set { - coin_ = value; + itemValue_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { - return Equals(other as PlanetFesReward); + return Equals(other as AJCJCHLJBGF); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(PlanetFesReward other) { + public bool Equals(AJCJCHLJBGF other) { if (ReferenceEquals(other, null)) { return false; } @@ -138,8 +137,8 @@ namespace EggLink.DanhengServer.Proto { return true; } if(!itemList_.Equals(other.itemList_)) return false; - if (!PCAJNCBMIMM.Equals(other.PCAJNCBMIMM)) return false; - if (!object.Equals(Coin, other.Coin)) return false; + if (!object.Equals(PCAJNCBMIMM, other.PCAJNCBMIMM)) return false; + if (!object.Equals(ItemValue, other.ItemValue)) return false; return Equals(_unknownFields, other._unknownFields); } @@ -148,8 +147,8 @@ namespace EggLink.DanhengServer.Proto { public override int GetHashCode() { int hash = 1; hash ^= itemList_.GetHashCode(); - hash ^= PCAJNCBMIMM.GetHashCode(); - if (coin_ != null) hash ^= Coin.GetHashCode(); + if (pCAJNCBMIMM_ != null) hash ^= PCAJNCBMIMM.GetHashCode(); + if (itemValue_ != null) hash ^= ItemValue.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -168,11 +167,14 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (coin_ != null) { + if (itemValue_ != null) { output.WriteRawTag(18); - output.WriteMessage(Coin); + output.WriteMessage(ItemValue); + } + if (pCAJNCBMIMM_ != null) { + output.WriteRawTag(50); + output.WriteMessage(PCAJNCBMIMM); } - pCAJNCBMIMM_.WriteTo(output, _map_pCAJNCBMIMM_codec); itemList_.WriteTo(output, _repeated_itemList_codec); if (_unknownFields != null) { _unknownFields.WriteTo(output); @@ -184,11 +186,14 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (coin_ != null) { + if (itemValue_ != null) { output.WriteRawTag(18); - output.WriteMessage(Coin); + output.WriteMessage(ItemValue); + } + if (pCAJNCBMIMM_ != null) { + output.WriteRawTag(50); + output.WriteMessage(PCAJNCBMIMM); } - pCAJNCBMIMM_.WriteTo(ref output, _map_pCAJNCBMIMM_codec); itemList_.WriteTo(ref output, _repeated_itemList_codec); if (_unknownFields != null) { _unknownFields.WriteTo(ref output); @@ -201,9 +206,11 @@ namespace EggLink.DanhengServer.Proto { public int CalculateSize() { int size = 0; size += itemList_.CalculateSize(_repeated_itemList_codec); - size += pCAJNCBMIMM_.CalculateSize(_map_pCAJNCBMIMM_codec); - if (coin_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(Coin); + if (pCAJNCBMIMM_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(PCAJNCBMIMM); + } + if (itemValue_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(ItemValue); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); @@ -213,17 +220,22 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(PlanetFesReward other) { + public void MergeFrom(AJCJCHLJBGF other) { if (other == null) { return; } itemList_.Add(other.itemList_); - pCAJNCBMIMM_.MergeFrom(other.pCAJNCBMIMM_); - if (other.coin_ != null) { - if (coin_ == null) { - Coin = new global::EggLink.DanhengServer.Proto.IIKNGNHDMFI(); + if (other.pCAJNCBMIMM_ != null) { + if (pCAJNCBMIMM_ == null) { + PCAJNCBMIMM = new global::EggLink.DanhengServer.Proto.IIKNGNHDMFI(); } - Coin.MergeFrom(other.Coin); + PCAJNCBMIMM.MergeFrom(other.PCAJNCBMIMM); + } + if (other.itemValue_ != null) { + if (itemValue_ == null) { + ItemValue = new global::EggLink.DanhengServer.Proto.IIKNGNHDMFI(); + } + ItemValue.MergeFrom(other.ItemValue); } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -241,14 +253,17 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 18: { - if (coin_ == null) { - Coin = new global::EggLink.DanhengServer.Proto.IIKNGNHDMFI(); + if (itemValue_ == null) { + ItemValue = new global::EggLink.DanhengServer.Proto.IIKNGNHDMFI(); } - input.ReadMessage(Coin); + input.ReadMessage(ItemValue); break; } case 50: { - pCAJNCBMIMM_.AddEntriesFrom(input, _map_pCAJNCBMIMM_codec); + if (pCAJNCBMIMM_ == null) { + PCAJNCBMIMM = new global::EggLink.DanhengServer.Proto.IIKNGNHDMFI(); + } + input.ReadMessage(PCAJNCBMIMM); break; } case 98: { @@ -271,14 +286,17 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 18: { - if (coin_ == null) { - Coin = new global::EggLink.DanhengServer.Proto.IIKNGNHDMFI(); + if (itemValue_ == null) { + ItemValue = new global::EggLink.DanhengServer.Proto.IIKNGNHDMFI(); } - input.ReadMessage(Coin); + input.ReadMessage(ItemValue); break; } case 50: { - pCAJNCBMIMM_.AddEntriesFrom(ref input, _map_pCAJNCBMIMM_codec); + if (pCAJNCBMIMM_ == null) { + PCAJNCBMIMM = new global::EggLink.DanhengServer.Proto.IIKNGNHDMFI(); + } + input.ReadMessage(PCAJNCBMIMM); break; } case 98: { diff --git a/Proto/AJEEIAKEMIP.cs b/Proto/AJEEIAKEMIP.cs deleted file mode 100644 index 88344bc3..00000000 --- a/Proto/AJEEIAKEMIP.cs +++ /dev/null @@ -1,234 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: AJEEIAKEMIP.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from AJEEIAKEMIP.proto - public static partial class AJEEIAKEMIPReflection { - - #region Descriptor - /// File descriptor for AJEEIAKEMIP.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static AJEEIAKEMIPReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFBSkVFSUFLRU1JUC5wcm90byIiCgtBSkVFSUFLRU1JUBITCgtDRUhGSUlM", - "TUpLTRgEIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", - "cm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AJEEIAKEMIP), global::EggLink.DanhengServer.Proto.AJEEIAKEMIP.Parser, new[]{ "CEHFIILMJKM" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class AJEEIAKEMIP : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new AJEEIAKEMIP()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.AJEEIAKEMIPReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public AJEEIAKEMIP() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public AJEEIAKEMIP(AJEEIAKEMIP other) : this() { - cEHFIILMJKM_ = other.cEHFIILMJKM_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public AJEEIAKEMIP Clone() { - return new AJEEIAKEMIP(this); - } - - /// Field number for the "CEHFIILMJKM" field. - public const int CEHFIILMJKMFieldNumber = 4; - private uint cEHFIILMJKM_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint CEHFIILMJKM { - get { return cEHFIILMJKM_; } - set { - cEHFIILMJKM_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as AJEEIAKEMIP); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(AJEEIAKEMIP other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (CEHFIILMJKM != other.CEHFIILMJKM) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (CEHFIILMJKM != 0) hash ^= CEHFIILMJKM.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (CEHFIILMJKM != 0) { - output.WriteRawTag(32); - output.WriteUInt32(CEHFIILMJKM); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (CEHFIILMJKM != 0) { - output.WriteRawTag(32); - output.WriteUInt32(CEHFIILMJKM); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (CEHFIILMJKM != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CEHFIILMJKM); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(AJEEIAKEMIP other) { - if (other == null) { - return; - } - if (other.CEHFIILMJKM != 0) { - CEHFIILMJKM = other.CEHFIILMJKM; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 32: { - CEHFIILMJKM = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 32: { - CEHFIILMJKM = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/AKOKICDPFMP.cs b/Proto/AKOKICDPFMP.cs deleted file mode 100644 index d46d1d18..00000000 --- a/Proto/AKOKICDPFMP.cs +++ /dev/null @@ -1,532 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: AKOKICDPFMP.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from AKOKICDPFMP.proto - public static partial class AKOKICDPFMPReflection { - - #region Descriptor - /// File descriptor for AKOKICDPFMP.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static AKOKICDPFMPReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFBS09LSUNEUEZNUC5wcm90bxoRR09DS0dJR0JEQ0cucHJvdG8aEU1BT0dG", - "REtEQ0tNLnByb3RvGhFMQkFPR0lCUEpPUC5wcm90bxoRR0xETkJQRkNOSEQu", - "cHJvdG8aEUlDQU9PUFBNSkRKLnByb3RvIvUBCgtBS09LSUNEUEZNUBIkCgtM", - "R1BJRU1ETEhKTRjeDSABKAsyDC5MQkFPR0lCUEpPUEgAEiQKC1BITUNKRUpJ", - "REpBGKAMIAEoCzIMLkdMRE5CUEZDTkhESAASKgoRcm9ndWVfZmluaXNoX2lu", - "Zm8YrQEgASgLMgwuSUNBT09QUE1KREpIABIkCgtNRUpETUpJS0lNTxjmBiAB", - "KAsyDC5NQU9HRkRLRENLTUgAEiQKC0pIRkdESUpQRkNHGOIIIAEoCzIMLkdP", - "Q0tHSUdCRENHSAASEwoLQUhFSEtDSUxERkEYCiABKA1CDQoLUEVGR0JISkFC", - "TEtCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GOCKGIGBDCGReflection.Descriptor, global::EggLink.DanhengServer.Proto.MAOGFDKDCKMReflection.Descriptor, global::EggLink.DanhengServer.Proto.LBAOGIBPJOPReflection.Descriptor, global::EggLink.DanhengServer.Proto.GLDNBPFCNHDReflection.Descriptor, global::EggLink.DanhengServer.Proto.ICAOOPPMJDJReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AKOKICDPFMP), global::EggLink.DanhengServer.Proto.AKOKICDPFMP.Parser, new[]{ "LGPIEMDLHJM", "PHMCJEJIDJA", "RogueFinishInfo", "MEJDMJIKIMO", "JHFGDIJPFCG", "AHEHKCILDFA" }, new[]{ "PEFGBHJABLK" }, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class AKOKICDPFMP : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new AKOKICDPFMP()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.AKOKICDPFMPReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public AKOKICDPFMP() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public AKOKICDPFMP(AKOKICDPFMP other) : this() { - aHEHKCILDFA_ = other.aHEHKCILDFA_; - switch (other.PEFGBHJABLKCase) { - case PEFGBHJABLKOneofCase.LGPIEMDLHJM: - LGPIEMDLHJM = other.LGPIEMDLHJM.Clone(); - break; - case PEFGBHJABLKOneofCase.PHMCJEJIDJA: - PHMCJEJIDJA = other.PHMCJEJIDJA.Clone(); - break; - case PEFGBHJABLKOneofCase.RogueFinishInfo: - RogueFinishInfo = other.RogueFinishInfo.Clone(); - break; - case PEFGBHJABLKOneofCase.MEJDMJIKIMO: - MEJDMJIKIMO = other.MEJDMJIKIMO.Clone(); - break; - case PEFGBHJABLKOneofCase.JHFGDIJPFCG: - JHFGDIJPFCG = other.JHFGDIJPFCG.Clone(); - break; - } - - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public AKOKICDPFMP Clone() { - return new AKOKICDPFMP(this); - } - - /// Field number for the "LGPIEMDLHJM" field. - public const int LGPIEMDLHJMFieldNumber = 1758; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.LBAOGIBPJOP LGPIEMDLHJM { - get { return pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.LGPIEMDLHJM ? (global::EggLink.DanhengServer.Proto.LBAOGIBPJOP) pEFGBHJABLK_ : null; } - set { - pEFGBHJABLK_ = value; - pEFGBHJABLKCase_ = value == null ? PEFGBHJABLKOneofCase.None : PEFGBHJABLKOneofCase.LGPIEMDLHJM; - } - } - - /// Field number for the "PHMCJEJIDJA" field. - public const int PHMCJEJIDJAFieldNumber = 1568; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.GLDNBPFCNHD PHMCJEJIDJA { - get { return pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.PHMCJEJIDJA ? (global::EggLink.DanhengServer.Proto.GLDNBPFCNHD) pEFGBHJABLK_ : null; } - set { - pEFGBHJABLK_ = value; - pEFGBHJABLKCase_ = value == null ? PEFGBHJABLKOneofCase.None : PEFGBHJABLKOneofCase.PHMCJEJIDJA; - } - } - - /// Field number for the "rogue_finish_info" field. - public const int RogueFinishInfoFieldNumber = 173; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.ICAOOPPMJDJ RogueFinishInfo { - get { return pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.RogueFinishInfo ? (global::EggLink.DanhengServer.Proto.ICAOOPPMJDJ) pEFGBHJABLK_ : null; } - set { - pEFGBHJABLK_ = value; - pEFGBHJABLKCase_ = value == null ? PEFGBHJABLKOneofCase.None : PEFGBHJABLKOneofCase.RogueFinishInfo; - } - } - - /// Field number for the "MEJDMJIKIMO" field. - public const int MEJDMJIKIMOFieldNumber = 870; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.MAOGFDKDCKM MEJDMJIKIMO { - get { return pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.MEJDMJIKIMO ? (global::EggLink.DanhengServer.Proto.MAOGFDKDCKM) pEFGBHJABLK_ : null; } - set { - pEFGBHJABLK_ = value; - pEFGBHJABLKCase_ = value == null ? PEFGBHJABLKOneofCase.None : PEFGBHJABLKOneofCase.MEJDMJIKIMO; - } - } - - /// Field number for the "JHFGDIJPFCG" field. - public const int JHFGDIJPFCGFieldNumber = 1122; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.GOCKGIGBDCG JHFGDIJPFCG { - get { return pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.JHFGDIJPFCG ? (global::EggLink.DanhengServer.Proto.GOCKGIGBDCG) pEFGBHJABLK_ : null; } - set { - pEFGBHJABLK_ = value; - pEFGBHJABLKCase_ = value == null ? PEFGBHJABLKOneofCase.None : PEFGBHJABLKOneofCase.JHFGDIJPFCG; - } - } - - /// Field number for the "AHEHKCILDFA" field. - public const int AHEHKCILDFAFieldNumber = 10; - private uint aHEHKCILDFA_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint AHEHKCILDFA { - get { return aHEHKCILDFA_; } - set { - aHEHKCILDFA_ = value; - } - } - - private object pEFGBHJABLK_; - /// Enum of possible cases for the "PEFGBHJABLK" oneof. - public enum PEFGBHJABLKOneofCase { - None = 0, - LGPIEMDLHJM = 1758, - PHMCJEJIDJA = 1568, - RogueFinishInfo = 173, - MEJDMJIKIMO = 870, - JHFGDIJPFCG = 1122, - } - private PEFGBHJABLKOneofCase pEFGBHJABLKCase_ = PEFGBHJABLKOneofCase.None; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PEFGBHJABLKOneofCase PEFGBHJABLKCase { - get { return pEFGBHJABLKCase_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearPEFGBHJABLK() { - pEFGBHJABLKCase_ = PEFGBHJABLKOneofCase.None; - pEFGBHJABLK_ = null; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as AKOKICDPFMP); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(AKOKICDPFMP other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (!object.Equals(LGPIEMDLHJM, other.LGPIEMDLHJM)) return false; - if (!object.Equals(PHMCJEJIDJA, other.PHMCJEJIDJA)) return false; - if (!object.Equals(RogueFinishInfo, other.RogueFinishInfo)) return false; - if (!object.Equals(MEJDMJIKIMO, other.MEJDMJIKIMO)) return false; - if (!object.Equals(JHFGDIJPFCG, other.JHFGDIJPFCG)) return false; - if (AHEHKCILDFA != other.AHEHKCILDFA) return false; - if (PEFGBHJABLKCase != other.PEFGBHJABLKCase) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.LGPIEMDLHJM) hash ^= LGPIEMDLHJM.GetHashCode(); - if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.PHMCJEJIDJA) hash ^= PHMCJEJIDJA.GetHashCode(); - if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.RogueFinishInfo) hash ^= RogueFinishInfo.GetHashCode(); - if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.MEJDMJIKIMO) hash ^= MEJDMJIKIMO.GetHashCode(); - if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.JHFGDIJPFCG) hash ^= JHFGDIJPFCG.GetHashCode(); - if (AHEHKCILDFA != 0) hash ^= AHEHKCILDFA.GetHashCode(); - hash ^= (int) pEFGBHJABLKCase_; - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (AHEHKCILDFA != 0) { - output.WriteRawTag(80); - output.WriteUInt32(AHEHKCILDFA); - } - if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.RogueFinishInfo) { - output.WriteRawTag(234, 10); - output.WriteMessage(RogueFinishInfo); - } - if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.MEJDMJIKIMO) { - output.WriteRawTag(178, 54); - output.WriteMessage(MEJDMJIKIMO); - } - if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.JHFGDIJPFCG) { - output.WriteRawTag(146, 70); - output.WriteMessage(JHFGDIJPFCG); - } - if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.PHMCJEJIDJA) { - output.WriteRawTag(130, 98); - output.WriteMessage(PHMCJEJIDJA); - } - if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.LGPIEMDLHJM) { - output.WriteRawTag(242, 109); - output.WriteMessage(LGPIEMDLHJM); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (AHEHKCILDFA != 0) { - output.WriteRawTag(80); - output.WriteUInt32(AHEHKCILDFA); - } - if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.RogueFinishInfo) { - output.WriteRawTag(234, 10); - output.WriteMessage(RogueFinishInfo); - } - if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.MEJDMJIKIMO) { - output.WriteRawTag(178, 54); - output.WriteMessage(MEJDMJIKIMO); - } - if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.JHFGDIJPFCG) { - output.WriteRawTag(146, 70); - output.WriteMessage(JHFGDIJPFCG); - } - if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.PHMCJEJIDJA) { - output.WriteRawTag(130, 98); - output.WriteMessage(PHMCJEJIDJA); - } - if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.LGPIEMDLHJM) { - output.WriteRawTag(242, 109); - output.WriteMessage(LGPIEMDLHJM); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.LGPIEMDLHJM) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(LGPIEMDLHJM); - } - if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.PHMCJEJIDJA) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(PHMCJEJIDJA); - } - if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.RogueFinishInfo) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(RogueFinishInfo); - } - if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.MEJDMJIKIMO) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(MEJDMJIKIMO); - } - if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.JHFGDIJPFCG) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(JHFGDIJPFCG); - } - if (AHEHKCILDFA != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AHEHKCILDFA); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(AKOKICDPFMP other) { - if (other == null) { - return; - } - if (other.AHEHKCILDFA != 0) { - AHEHKCILDFA = other.AHEHKCILDFA; - } - switch (other.PEFGBHJABLKCase) { - case PEFGBHJABLKOneofCase.LGPIEMDLHJM: - if (LGPIEMDLHJM == null) { - LGPIEMDLHJM = new global::EggLink.DanhengServer.Proto.LBAOGIBPJOP(); - } - LGPIEMDLHJM.MergeFrom(other.LGPIEMDLHJM); - break; - case PEFGBHJABLKOneofCase.PHMCJEJIDJA: - if (PHMCJEJIDJA == null) { - PHMCJEJIDJA = new global::EggLink.DanhengServer.Proto.GLDNBPFCNHD(); - } - PHMCJEJIDJA.MergeFrom(other.PHMCJEJIDJA); - break; - case PEFGBHJABLKOneofCase.RogueFinishInfo: - if (RogueFinishInfo == null) { - RogueFinishInfo = new global::EggLink.DanhengServer.Proto.ICAOOPPMJDJ(); - } - RogueFinishInfo.MergeFrom(other.RogueFinishInfo); - break; - case PEFGBHJABLKOneofCase.MEJDMJIKIMO: - if (MEJDMJIKIMO == null) { - MEJDMJIKIMO = new global::EggLink.DanhengServer.Proto.MAOGFDKDCKM(); - } - MEJDMJIKIMO.MergeFrom(other.MEJDMJIKIMO); - break; - case PEFGBHJABLKOneofCase.JHFGDIJPFCG: - if (JHFGDIJPFCG == null) { - JHFGDIJPFCG = new global::EggLink.DanhengServer.Proto.GOCKGIGBDCG(); - } - JHFGDIJPFCG.MergeFrom(other.JHFGDIJPFCG); - break; - } - - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 80: { - AHEHKCILDFA = input.ReadUInt32(); - break; - } - case 1386: { - global::EggLink.DanhengServer.Proto.ICAOOPPMJDJ subBuilder = new global::EggLink.DanhengServer.Proto.ICAOOPPMJDJ(); - if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.RogueFinishInfo) { - subBuilder.MergeFrom(RogueFinishInfo); - } - input.ReadMessage(subBuilder); - RogueFinishInfo = subBuilder; - break; - } - case 6962: { - global::EggLink.DanhengServer.Proto.MAOGFDKDCKM subBuilder = new global::EggLink.DanhengServer.Proto.MAOGFDKDCKM(); - if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.MEJDMJIKIMO) { - subBuilder.MergeFrom(MEJDMJIKIMO); - } - input.ReadMessage(subBuilder); - MEJDMJIKIMO = subBuilder; - break; - } - case 8978: { - global::EggLink.DanhengServer.Proto.GOCKGIGBDCG subBuilder = new global::EggLink.DanhengServer.Proto.GOCKGIGBDCG(); - if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.JHFGDIJPFCG) { - subBuilder.MergeFrom(JHFGDIJPFCG); - } - input.ReadMessage(subBuilder); - JHFGDIJPFCG = subBuilder; - break; - } - case 12546: { - global::EggLink.DanhengServer.Proto.GLDNBPFCNHD subBuilder = new global::EggLink.DanhengServer.Proto.GLDNBPFCNHD(); - if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.PHMCJEJIDJA) { - subBuilder.MergeFrom(PHMCJEJIDJA); - } - input.ReadMessage(subBuilder); - PHMCJEJIDJA = subBuilder; - break; - } - case 14066: { - global::EggLink.DanhengServer.Proto.LBAOGIBPJOP subBuilder = new global::EggLink.DanhengServer.Proto.LBAOGIBPJOP(); - if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.LGPIEMDLHJM) { - subBuilder.MergeFrom(LGPIEMDLHJM); - } - input.ReadMessage(subBuilder); - LGPIEMDLHJM = subBuilder; - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 80: { - AHEHKCILDFA = input.ReadUInt32(); - break; - } - case 1386: { - global::EggLink.DanhengServer.Proto.ICAOOPPMJDJ subBuilder = new global::EggLink.DanhengServer.Proto.ICAOOPPMJDJ(); - if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.RogueFinishInfo) { - subBuilder.MergeFrom(RogueFinishInfo); - } - input.ReadMessage(subBuilder); - RogueFinishInfo = subBuilder; - break; - } - case 6962: { - global::EggLink.DanhengServer.Proto.MAOGFDKDCKM subBuilder = new global::EggLink.DanhengServer.Proto.MAOGFDKDCKM(); - if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.MEJDMJIKIMO) { - subBuilder.MergeFrom(MEJDMJIKIMO); - } - input.ReadMessage(subBuilder); - MEJDMJIKIMO = subBuilder; - break; - } - case 8978: { - global::EggLink.DanhengServer.Proto.GOCKGIGBDCG subBuilder = new global::EggLink.DanhengServer.Proto.GOCKGIGBDCG(); - if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.JHFGDIJPFCG) { - subBuilder.MergeFrom(JHFGDIJPFCG); - } - input.ReadMessage(subBuilder); - JHFGDIJPFCG = subBuilder; - break; - } - case 12546: { - global::EggLink.DanhengServer.Proto.GLDNBPFCNHD subBuilder = new global::EggLink.DanhengServer.Proto.GLDNBPFCNHD(); - if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.PHMCJEJIDJA) { - subBuilder.MergeFrom(PHMCJEJIDJA); - } - input.ReadMessage(subBuilder); - PHMCJEJIDJA = subBuilder; - break; - } - case 14066: { - global::EggLink.DanhengServer.Proto.LBAOGIBPJOP subBuilder = new global::EggLink.DanhengServer.Proto.LBAOGIBPJOP(); - if (pEFGBHJABLKCase_ == PEFGBHJABLKOneofCase.LGPIEMDLHJM) { - subBuilder.MergeFrom(LGPIEMDLHJM); - } - input.ReadMessage(subBuilder); - LGPIEMDLHJM = subBuilder; - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/ALEFDNLLKLB.cs b/Proto/ALEFDNLLKLB.cs index 6f6cdd72..5f48efdf 100644 --- a/Proto/ALEFDNLLKLB.cs +++ b/Proto/ALEFDNLLKLB.cs @@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto { static ALEFDNLLKLBReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFBTEVGRE5MTEtMQi5wcm90bxoRUEdHR0NGQktEUEsucHJvdG8aEU9DQk9M", - "SEZPSUdJLnByb3RvGhFETUpMS0lGRU1NTi5wcm90bxoRSktNRk1NUE1OQU0u", - "cHJvdG8aEUdKQk5JSUlOS0ZCLnByb3RvGhFCUFBNRUlHQUhHSS5wcm90byKL", + "ChFBTEVGRE5MTEtMQi5wcm90bxoRRE1KTEtJRkVNTU4ucHJvdG8aEUpLTUZN", + "TVBNTkFNLnByb3RvGhFHSkJOSUlJTktGQi5wcm90bxoRUEdHR0NGQktEUEsu", + "cHJvdG8aEU9DQk9MSEZPSUdJLnByb3RvGhFCUFBNRUlHQUhHSS5wcm90byKL", "AgoLQUxFRkROTExLTEISIQoLTEpHQ1BOT0dJRk8YAyABKAsyDC5ETUpMS0lG", "RU1NThITCgtFRU5KQlBNTkRPTBgMIAEoDRITCgtGREVJR0VQQ0NCUBgCIAMo", "DRIkCg5wZW5kaW5nX2FjdGlvbhgPIAEoCzIMLkpLTUZNTVBNTkFNEiAKCnNr", @@ -35,7 +35,7 @@ namespace EggLink.DanhengServer.Proto { "R0NGQktEUEsSIQoLTk5DSk9FQ0tDS0EYBSABKAsyDC5CUFBNRUlHQUhHSUIe", "qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PGGGCFBKDPKReflection.Descriptor, global::EggLink.DanhengServer.Proto.OCBOLHFOIGIReflection.Descriptor, global::EggLink.DanhengServer.Proto.DMJLKIFEMMNReflection.Descriptor, global::EggLink.DanhengServer.Proto.JKMFMMPMNAMReflection.Descriptor, global::EggLink.DanhengServer.Proto.GJBNIIINKFBReflection.Descriptor, global::EggLink.DanhengServer.Proto.BPPMEIGAHGIReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DMJLKIFEMMNReflection.Descriptor, global::EggLink.DanhengServer.Proto.JKMFMMPMNAMReflection.Descriptor, global::EggLink.DanhengServer.Proto.GJBNIIINKFBReflection.Descriptor, global::EggLink.DanhengServer.Proto.PGGGCFBKDPKReflection.Descriptor, global::EggLink.DanhengServer.Proto.OCBOLHFOIGIReflection.Descriptor, global::EggLink.DanhengServer.Proto.BPPMEIGAHGIReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ALEFDNLLKLB), global::EggLink.DanhengServer.Proto.ALEFDNLLKLB.Parser, new[]{ "LJGCPNOGIFO", "EENJBPMNDOL", "FDEIGEPCCBP", "PendingAction", "SkillInfo", "AFPDJDKNENI", "GBEABIMOBIC", "NNCJOECKCKA" }, null, null, null, null) })); diff --git a/Proto/AOHIONCOMDE.cs b/Proto/AOHIONCOMDE.cs deleted file mode 100644 index ec5afd2d..00000000 --- a/Proto/AOHIONCOMDE.cs +++ /dev/null @@ -1,271 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: AOHIONCOMDE.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from AOHIONCOMDE.proto - public static partial class AOHIONCOMDEReflection { - - #region Descriptor - /// File descriptor for AOHIONCOMDE.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static AOHIONCOMDEReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFBT0hJT05DT01ERS5wcm90byI1CgtBT0hJT05DT01ERRIRCglhdmF0YXJf", - "aWQYBCABKA0SEwoLTEROSkVBQ0ZCSkUYDCABKA1CHqoCG0VnZ0xpbmsuRGFu", - "aGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AOHIONCOMDE), global::EggLink.DanhengServer.Proto.AOHIONCOMDE.Parser, new[]{ "AvatarId", "LDNJEACFBJE" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class AOHIONCOMDE : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new AOHIONCOMDE()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.AOHIONCOMDEReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public AOHIONCOMDE() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public AOHIONCOMDE(AOHIONCOMDE other) : this() { - avatarId_ = other.avatarId_; - lDNJEACFBJE_ = other.lDNJEACFBJE_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public AOHIONCOMDE Clone() { - return new AOHIONCOMDE(this); - } - - /// Field number for the "avatar_id" field. - public const int AvatarIdFieldNumber = 4; - private uint avatarId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint AvatarId { - get { return avatarId_; } - set { - avatarId_ = value; - } - } - - /// Field number for the "LDNJEACFBJE" field. - public const int LDNJEACFBJEFieldNumber = 12; - private uint lDNJEACFBJE_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint LDNJEACFBJE { - get { return lDNJEACFBJE_; } - set { - lDNJEACFBJE_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as AOHIONCOMDE); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(AOHIONCOMDE other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (AvatarId != other.AvatarId) return false; - if (LDNJEACFBJE != other.LDNJEACFBJE) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (AvatarId != 0) hash ^= AvatarId.GetHashCode(); - if (LDNJEACFBJE != 0) hash ^= LDNJEACFBJE.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (AvatarId != 0) { - output.WriteRawTag(32); - output.WriteUInt32(AvatarId); - } - if (LDNJEACFBJE != 0) { - output.WriteRawTag(96); - output.WriteUInt32(LDNJEACFBJE); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (AvatarId != 0) { - output.WriteRawTag(32); - output.WriteUInt32(AvatarId); - } - if (LDNJEACFBJE != 0) { - output.WriteRawTag(96); - output.WriteUInt32(LDNJEACFBJE); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (AvatarId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AvatarId); - } - if (LDNJEACFBJE != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LDNJEACFBJE); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(AOHIONCOMDE other) { - if (other == null) { - return; - } - if (other.AvatarId != 0) { - AvatarId = other.AvatarId; - } - if (other.LDNJEACFBJE != 0) { - LDNJEACFBJE = other.LDNJEACFBJE; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 32: { - AvatarId = input.ReadUInt32(); - break; - } - case 96: { - LDNJEACFBJE = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 32: { - AvatarId = input.ReadUInt32(); - break; - } - case 96: { - LDNJEACFBJE = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/ActivityRaidPlacingGameCsReq.cs b/Proto/ActivityRaidPlacingGameCsReq.cs index 5c1d5880..1148397f 100644 --- a/Proto/ActivityRaidPlacingGameCsReq.cs +++ b/Proto/ActivityRaidPlacingGameCsReq.cs @@ -26,14 +26,14 @@ namespace EggLink.DanhengServer.Proto { string.Concat( "CiJBY3Rpdml0eVJhaWRQbGFjaW5nR2FtZUNzUmVxLnByb3RvGhZBbGxleVBs", "YWNpbmdTaGlwLnByb3RvIoMBChxBY3Rpdml0eVJhaWRQbGFjaW5nR2FtZUNz", - "UmVxEhUKC0NKRU1NRFBJQ0xKGA0gASgNSAASFQoLRkpEQUJQUEFOREMYDiAB", - "KA1IABImCgtFSkpPREhKSEhBTRgFIAEoCzIRLkFsbGV5UGxhY2luZ1NoaXBC", - "DQoLREdFUEhLTkVQQk1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90", + "UmVxEiYKC0VKSk9ESEpISEFNGAUgASgLMhEuQWxsZXlQbGFjaW5nU2hpcBIV", + "CgtDSkVNTURQSUNMShgNIAEoDUgAEhUKC0ZKREFCUFBBTkRDGA4gASgNSABC", + "DQoLQ05EQ09OR0pMQUlCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90", "b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AlleyPlacingShipReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ActivityRaidPlacingGameCsReq), global::EggLink.DanhengServer.Proto.ActivityRaidPlacingGameCsReq.Parser, new[]{ "CJEMMDPICLJ", "FJDABPPANDC", "EJJODHJHHAM" }, new[]{ "DGEPHKNEPBM" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ActivityRaidPlacingGameCsReq), global::EggLink.DanhengServer.Proto.ActivityRaidPlacingGameCsReq.Parser, new[]{ "EJJODHJHHAM", "CJEMMDPICLJ", "FJDABPPANDC" }, new[]{ "CNDCONGJLAI" }, null, null, null) })); } #endregion @@ -76,11 +76,11 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public ActivityRaidPlacingGameCsReq(ActivityRaidPlacingGameCsReq other) : this() { eJJODHJHHAM_ = other.eJJODHJHHAM_ != null ? other.eJJODHJHHAM_.Clone() : null; - switch (other.DGEPHKNEPBMCase) { - case DGEPHKNEPBMOneofCase.CJEMMDPICLJ: + switch (other.CNDCONGJLAICase) { + case CNDCONGJLAIOneofCase.CJEMMDPICLJ: CJEMMDPICLJ = other.CJEMMDPICLJ; break; - case DGEPHKNEPBMOneofCase.FJDABPPANDC: + case CNDCONGJLAIOneofCase.FJDABPPANDC: FJDABPPANDC = other.FJDABPPANDC; break; } @@ -94,58 +94,6 @@ namespace EggLink.DanhengServer.Proto { return new ActivityRaidPlacingGameCsReq(this); } - /// Field number for the "CJEMMDPICLJ" field. - public const int CJEMMDPICLJFieldNumber = 13; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint CJEMMDPICLJ { - get { return HasCJEMMDPICLJ ? (uint) dGEPHKNEPBM_ : 0; } - set { - dGEPHKNEPBM_ = value; - dGEPHKNEPBMCase_ = DGEPHKNEPBMOneofCase.CJEMMDPICLJ; - } - } - /// Gets whether the "CJEMMDPICLJ" field is set - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool HasCJEMMDPICLJ { - get { return dGEPHKNEPBMCase_ == DGEPHKNEPBMOneofCase.CJEMMDPICLJ; } - } - /// Clears the value of the oneof if it's currently set to "CJEMMDPICLJ" - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearCJEMMDPICLJ() { - if (HasCJEMMDPICLJ) { - ClearDGEPHKNEPBM(); - } - } - - /// Field number for the "FJDABPPANDC" field. - public const int FJDABPPANDCFieldNumber = 14; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint FJDABPPANDC { - get { return HasFJDABPPANDC ? (uint) dGEPHKNEPBM_ : 0; } - set { - dGEPHKNEPBM_ = value; - dGEPHKNEPBMCase_ = DGEPHKNEPBMOneofCase.FJDABPPANDC; - } - } - /// Gets whether the "FJDABPPANDC" field is set - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool HasFJDABPPANDC { - get { return dGEPHKNEPBMCase_ == DGEPHKNEPBMOneofCase.FJDABPPANDC; } - } - /// Clears the value of the oneof if it's currently set to "FJDABPPANDC" - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearFJDABPPANDC() { - if (HasFJDABPPANDC) { - ClearDGEPHKNEPBM(); - } - } - /// Field number for the "EJJODHJHHAM" field. public const int EJJODHJHHAMFieldNumber = 5; private global::EggLink.DanhengServer.Proto.AlleyPlacingShip eJJODHJHHAM_; @@ -158,25 +106,77 @@ namespace EggLink.DanhengServer.Proto { } } - private object dGEPHKNEPBM_; - /// Enum of possible cases for the "DGEPHKNEPBM" oneof. - public enum DGEPHKNEPBMOneofCase { + /// Field number for the "CJEMMDPICLJ" field. + public const int CJEMMDPICLJFieldNumber = 13; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public uint CJEMMDPICLJ { + get { return HasCJEMMDPICLJ ? (uint) cNDCONGJLAI_ : 0; } + set { + cNDCONGJLAI_ = value; + cNDCONGJLAICase_ = CNDCONGJLAIOneofCase.CJEMMDPICLJ; + } + } + /// Gets whether the "CJEMMDPICLJ" field is set + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool HasCJEMMDPICLJ { + get { return cNDCONGJLAICase_ == CNDCONGJLAIOneofCase.CJEMMDPICLJ; } + } + /// Clears the value of the oneof if it's currently set to "CJEMMDPICLJ" + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void ClearCJEMMDPICLJ() { + if (HasCJEMMDPICLJ) { + ClearCNDCONGJLAI(); + } + } + + /// Field number for the "FJDABPPANDC" field. + public const int FJDABPPANDCFieldNumber = 14; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public uint FJDABPPANDC { + get { return HasFJDABPPANDC ? (uint) cNDCONGJLAI_ : 0; } + set { + cNDCONGJLAI_ = value; + cNDCONGJLAICase_ = CNDCONGJLAIOneofCase.FJDABPPANDC; + } + } + /// Gets whether the "FJDABPPANDC" field is set + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool HasFJDABPPANDC { + get { return cNDCONGJLAICase_ == CNDCONGJLAIOneofCase.FJDABPPANDC; } + } + /// Clears the value of the oneof if it's currently set to "FJDABPPANDC" + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void ClearFJDABPPANDC() { + if (HasFJDABPPANDC) { + ClearCNDCONGJLAI(); + } + } + + private object cNDCONGJLAI_; + /// Enum of possible cases for the "CNDCONGJLAI" oneof. + public enum CNDCONGJLAIOneofCase { None = 0, CJEMMDPICLJ = 13, FJDABPPANDC = 14, } - private DGEPHKNEPBMOneofCase dGEPHKNEPBMCase_ = DGEPHKNEPBMOneofCase.None; + private CNDCONGJLAIOneofCase cNDCONGJLAICase_ = CNDCONGJLAIOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public DGEPHKNEPBMOneofCase DGEPHKNEPBMCase { - get { return dGEPHKNEPBMCase_; } + public CNDCONGJLAIOneofCase CNDCONGJLAICase { + get { return cNDCONGJLAICase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearDGEPHKNEPBM() { - dGEPHKNEPBMCase_ = DGEPHKNEPBMOneofCase.None; - dGEPHKNEPBM_ = null; + public void ClearCNDCONGJLAI() { + cNDCONGJLAICase_ = CNDCONGJLAIOneofCase.None; + cNDCONGJLAI_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -194,10 +194,10 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } + if (!object.Equals(EJJODHJHHAM, other.EJJODHJHHAM)) return false; if (CJEMMDPICLJ != other.CJEMMDPICLJ) return false; if (FJDABPPANDC != other.FJDABPPANDC) return false; - if (!object.Equals(EJJODHJHHAM, other.EJJODHJHHAM)) return false; - if (DGEPHKNEPBMCase != other.DGEPHKNEPBMCase) return false; + if (CNDCONGJLAICase != other.CNDCONGJLAICase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -205,10 +205,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; + if (eJJODHJHHAM_ != null) hash ^= EJJODHJHHAM.GetHashCode(); if (HasCJEMMDPICLJ) hash ^= CJEMMDPICLJ.GetHashCode(); if (HasFJDABPPANDC) hash ^= FJDABPPANDC.GetHashCode(); - if (eJJODHJHHAM_ != null) hash ^= EJJODHJHHAM.GetHashCode(); - hash ^= (int) dGEPHKNEPBMCase_; + hash ^= (int) cNDCONGJLAICase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -271,15 +271,15 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; + if (eJJODHJHHAM_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(EJJODHJHHAM); + } if (HasCJEMMDPICLJ) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CJEMMDPICLJ); } if (HasFJDABPPANDC) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FJDABPPANDC); } - if (eJJODHJHHAM_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(EJJODHJHHAM); - } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -298,11 +298,11 @@ namespace EggLink.DanhengServer.Proto { } EJJODHJHHAM.MergeFrom(other.EJJODHJHHAM); } - switch (other.DGEPHKNEPBMCase) { - case DGEPHKNEPBMOneofCase.CJEMMDPICLJ: + switch (other.CNDCONGJLAICase) { + case CNDCONGJLAIOneofCase.CJEMMDPICLJ: CJEMMDPICLJ = other.CJEMMDPICLJ; break; - case DGEPHKNEPBMOneofCase.FJDABPPANDC: + case CNDCONGJLAIOneofCase.FJDABPPANDC: FJDABPPANDC = other.FJDABPPANDC; break; } diff --git a/Proto/ActivityRaidPlacingGameScRsp.cs b/Proto/ActivityRaidPlacingGameScRsp.cs index d8ef33a7..fc4a7e6a 100644 --- a/Proto/ActivityRaidPlacingGameScRsp.cs +++ b/Proto/ActivityRaidPlacingGameScRsp.cs @@ -25,14 +25,14 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CiJBY3Rpdml0eVJhaWRQbGFjaW5nR2FtZVNjUnNwLnByb3RvImwKHEFjdGl2", - "aXR5UmFpZFBsYWNpbmdHYW1lU2NSc3ASFQoLQ0pFTU1EUElDTEoYBSABKA1I", - "ABIVCgtGSkRBQlBQQU5EQxgCIAEoDUgAEg8KB3JldGNvZGUYCSABKA1CDQoL", - "REdFUEhLTkVQQk1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG", + "aXR5UmFpZFBsYWNpbmdHYW1lU2NSc3ASDwoHcmV0Y29kZRgJIAEoDRIVCgtD", + "SkVNTURQSUNMShgFIAEoDUgAEhUKC0ZKREFCUFBBTkRDGAIgASgNSABCDQoL", + "SVBDTUVKS09FREFCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG", "cHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ActivityRaidPlacingGameScRsp), global::EggLink.DanhengServer.Proto.ActivityRaidPlacingGameScRsp.Parser, new[]{ "CJEMMDPICLJ", "FJDABPPANDC", "Retcode" }, new[]{ "DGEPHKNEPBM" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ActivityRaidPlacingGameScRsp), global::EggLink.DanhengServer.Proto.ActivityRaidPlacingGameScRsp.Parser, new[]{ "Retcode", "CJEMMDPICLJ", "FJDABPPANDC" }, new[]{ "IPCMEJKOEDA" }, null, null, null) })); } #endregion @@ -75,11 +75,11 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public ActivityRaidPlacingGameScRsp(ActivityRaidPlacingGameScRsp other) : this() { retcode_ = other.retcode_; - switch (other.DGEPHKNEPBMCase) { - case DGEPHKNEPBMOneofCase.CJEMMDPICLJ: + switch (other.IPCMEJKOEDACase) { + case IPCMEJKOEDAOneofCase.CJEMMDPICLJ: CJEMMDPICLJ = other.CJEMMDPICLJ; break; - case DGEPHKNEPBMOneofCase.FJDABPPANDC: + case IPCMEJKOEDAOneofCase.FJDABPPANDC: FJDABPPANDC = other.FJDABPPANDC; break; } @@ -93,58 +93,6 @@ namespace EggLink.DanhengServer.Proto { return new ActivityRaidPlacingGameScRsp(this); } - /// Field number for the "CJEMMDPICLJ" field. - public const int CJEMMDPICLJFieldNumber = 5; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint CJEMMDPICLJ { - get { return HasCJEMMDPICLJ ? (uint) dGEPHKNEPBM_ : 0; } - set { - dGEPHKNEPBM_ = value; - dGEPHKNEPBMCase_ = DGEPHKNEPBMOneofCase.CJEMMDPICLJ; - } - } - /// Gets whether the "CJEMMDPICLJ" field is set - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool HasCJEMMDPICLJ { - get { return dGEPHKNEPBMCase_ == DGEPHKNEPBMOneofCase.CJEMMDPICLJ; } - } - /// Clears the value of the oneof if it's currently set to "CJEMMDPICLJ" - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearCJEMMDPICLJ() { - if (HasCJEMMDPICLJ) { - ClearDGEPHKNEPBM(); - } - } - - /// Field number for the "FJDABPPANDC" field. - public const int FJDABPPANDCFieldNumber = 2; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint FJDABPPANDC { - get { return HasFJDABPPANDC ? (uint) dGEPHKNEPBM_ : 0; } - set { - dGEPHKNEPBM_ = value; - dGEPHKNEPBMCase_ = DGEPHKNEPBMOneofCase.FJDABPPANDC; - } - } - /// Gets whether the "FJDABPPANDC" field is set - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool HasFJDABPPANDC { - get { return dGEPHKNEPBMCase_ == DGEPHKNEPBMOneofCase.FJDABPPANDC; } - } - /// Clears the value of the oneof if it's currently set to "FJDABPPANDC" - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearFJDABPPANDC() { - if (HasFJDABPPANDC) { - ClearDGEPHKNEPBM(); - } - } - /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 9; private uint retcode_; @@ -157,25 +105,77 @@ namespace EggLink.DanhengServer.Proto { } } - private object dGEPHKNEPBM_; - /// Enum of possible cases for the "DGEPHKNEPBM" oneof. - public enum DGEPHKNEPBMOneofCase { + /// Field number for the "CJEMMDPICLJ" field. + public const int CJEMMDPICLJFieldNumber = 5; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public uint CJEMMDPICLJ { + get { return HasCJEMMDPICLJ ? (uint) iPCMEJKOEDA_ : 0; } + set { + iPCMEJKOEDA_ = value; + iPCMEJKOEDACase_ = IPCMEJKOEDAOneofCase.CJEMMDPICLJ; + } + } + /// Gets whether the "CJEMMDPICLJ" field is set + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool HasCJEMMDPICLJ { + get { return iPCMEJKOEDACase_ == IPCMEJKOEDAOneofCase.CJEMMDPICLJ; } + } + /// Clears the value of the oneof if it's currently set to "CJEMMDPICLJ" + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void ClearCJEMMDPICLJ() { + if (HasCJEMMDPICLJ) { + ClearIPCMEJKOEDA(); + } + } + + /// Field number for the "FJDABPPANDC" field. + public const int FJDABPPANDCFieldNumber = 2; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public uint FJDABPPANDC { + get { return HasFJDABPPANDC ? (uint) iPCMEJKOEDA_ : 0; } + set { + iPCMEJKOEDA_ = value; + iPCMEJKOEDACase_ = IPCMEJKOEDAOneofCase.FJDABPPANDC; + } + } + /// Gets whether the "FJDABPPANDC" field is set + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool HasFJDABPPANDC { + get { return iPCMEJKOEDACase_ == IPCMEJKOEDAOneofCase.FJDABPPANDC; } + } + /// Clears the value of the oneof if it's currently set to "FJDABPPANDC" + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void ClearFJDABPPANDC() { + if (HasFJDABPPANDC) { + ClearIPCMEJKOEDA(); + } + } + + private object iPCMEJKOEDA_; + /// Enum of possible cases for the "IPCMEJKOEDA" oneof. + public enum IPCMEJKOEDAOneofCase { None = 0, CJEMMDPICLJ = 5, FJDABPPANDC = 2, } - private DGEPHKNEPBMOneofCase dGEPHKNEPBMCase_ = DGEPHKNEPBMOneofCase.None; + private IPCMEJKOEDAOneofCase iPCMEJKOEDACase_ = IPCMEJKOEDAOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public DGEPHKNEPBMOneofCase DGEPHKNEPBMCase { - get { return dGEPHKNEPBMCase_; } + public IPCMEJKOEDAOneofCase IPCMEJKOEDACase { + get { return iPCMEJKOEDACase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearDGEPHKNEPBM() { - dGEPHKNEPBMCase_ = DGEPHKNEPBMOneofCase.None; - dGEPHKNEPBM_ = null; + public void ClearIPCMEJKOEDA() { + iPCMEJKOEDACase_ = IPCMEJKOEDAOneofCase.None; + iPCMEJKOEDA_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -193,10 +193,10 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } + if (Retcode != other.Retcode) return false; if (CJEMMDPICLJ != other.CJEMMDPICLJ) return false; if (FJDABPPANDC != other.FJDABPPANDC) return false; - if (Retcode != other.Retcode) return false; - if (DGEPHKNEPBMCase != other.DGEPHKNEPBMCase) return false; + if (IPCMEJKOEDACase != other.IPCMEJKOEDACase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -204,10 +204,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; + if (Retcode != 0) hash ^= Retcode.GetHashCode(); if (HasCJEMMDPICLJ) hash ^= CJEMMDPICLJ.GetHashCode(); if (HasFJDABPPANDC) hash ^= FJDABPPANDC.GetHashCode(); - if (Retcode != 0) hash ^= Retcode.GetHashCode(); - hash ^= (int) dGEPHKNEPBMCase_; + hash ^= (int) iPCMEJKOEDACase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -270,15 +270,15 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; + if (Retcode != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); + } if (HasCJEMMDPICLJ) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CJEMMDPICLJ); } if (HasFJDABPPANDC) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FJDABPPANDC); } - if (Retcode != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); - } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -294,11 +294,11 @@ namespace EggLink.DanhengServer.Proto { if (other.Retcode != 0) { Retcode = other.Retcode; } - switch (other.DGEPHKNEPBMCase) { - case DGEPHKNEPBMOneofCase.CJEMMDPICLJ: + switch (other.IPCMEJKOEDACase) { + case IPCMEJKOEDAOneofCase.CJEMMDPICLJ: CJEMMDPICLJ = other.CJEMMDPICLJ; break; - case DGEPHKNEPBMOneofCase.FJDABPPANDC: + case IPCMEJKOEDAOneofCase.FJDABPPANDC: FJDABPPANDC = other.FJDABPPANDC; break; } diff --git a/Proto/AddRelicFilterPlanCsReq.cs b/Proto/AddRelicFilterPlanCsReq.cs index a93cbb0e..db7fffb1 100644 --- a/Proto/AddRelicFilterPlanCsReq.cs +++ b/Proto/AddRelicFilterPlanCsReq.cs @@ -26,11 +26,11 @@ namespace EggLink.DanhengServer.Proto { string.Concat( "Ch1BZGRSZWxpY0ZpbHRlclBsYW5Dc1JlcS5wcm90bxodUmVsaWNGaWx0ZXJQ", "bGFuU2V0dGluZ3MucHJvdG8aGVJlbGljRmlsdGVyUGxhbkljb24ucHJvdG8i", - "owEKF0FkZFJlbGljRmlsdGVyUGxhbkNzUmVxEiIKBEljb24YByABKAsyFC5S", - "ZWxpY0ZpbHRlclBsYW5JY29uEhAKCElzTWFya2VkGAUgASgIEioKCFNldHRp", - "bmdzGAwgASgLMhguUmVsaWNGaWx0ZXJQbGFuU2V0dGluZ3MSGAoQQXZhdGFy", - "SWRPbkNyZWF0ZRgNIAEoDRIMCgROYW1lGAogASgJQh6qAhtFZ2dMaW5rLkRh", - "bmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "pwEKF0FkZFJlbGljRmlsdGVyUGxhbkNzUmVxEiIKBGljb24YByABKAsyFC5S", + "ZWxpY0ZpbHRlclBsYW5JY29uEhEKCWlzX21hcmtlZBgFIAEoCBIqCghzZXR0", + "aW5ncxgMIAEoCzIYLlJlbGljRmlsdGVyUGxhblNldHRpbmdzEhsKE2F2YXRh", + "cl9pZF9vbl9jcmVhdGUYDSABKA0SDAoEbmFtZRgKIAEoCUIeqgIbRWdnTGlu", + "ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RelicFilterPlanSettingsReflection.Descriptor, global::EggLink.DanhengServer.Proto.RelicFilterPlanIconReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -90,7 +90,7 @@ namespace EggLink.DanhengServer.Proto { return new AddRelicFilterPlanCsReq(this); } - /// Field number for the "Icon" field. + /// Field number for the "icon" field. public const int IconFieldNumber = 7; private global::EggLink.DanhengServer.Proto.RelicFilterPlanIcon icon_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -102,7 +102,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "IsMarked" field. + /// Field number for the "is_marked" field. public const int IsMarkedFieldNumber = 5; private bool isMarked_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -114,7 +114,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Settings" field. + /// Field number for the "settings" field. public const int SettingsFieldNumber = 12; private global::EggLink.DanhengServer.Proto.RelicFilterPlanSettings settings_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -126,7 +126,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "AvatarIdOnCreate" field. + /// Field number for the "avatar_id_on_create" field. public const int AvatarIdOnCreateFieldNumber = 13; private uint avatarIdOnCreate_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -138,7 +138,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Name" field. + /// Field number for the "name" field. public const int NameFieldNumber = 10; private string name_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/AddRelicFilterPlanScRsp.cs b/Proto/AddRelicFilterPlanScRsp.cs index 61557cc4..1f9df5a0 100644 --- a/Proto/AddRelicFilterPlanScRsp.cs +++ b/Proto/AddRelicFilterPlanScRsp.cs @@ -25,8 +25,8 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Ch1BZGRSZWxpY0ZpbHRlclBsYW5TY1JzcC5wcm90bxoVUmVsaWNGaWx0ZXJQ", - "bGFuLnByb3RvIkoKF0FkZFJlbGljRmlsdGVyUGxhblNjUnNwEg8KB1JldGNv", - "ZGUYDyABKA0SHgoEUGxhbhgNIAEoCzIQLlJlbGljRmlsdGVyUGxhbkIeqgIb", + "bGFuLnByb3RvIkoKF0FkZFJlbGljRmlsdGVyUGxhblNjUnNwEg8KB3JldGNv", + "ZGUYDyABKA0SHgoEcGxhbhgNIAEoCzIQLlJlbGljRmlsdGVyUGxhbkIeqgIb", "RWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RelicFilterPlanReflection.Descriptor, }, @@ -84,7 +84,7 @@ namespace EggLink.DanhengServer.Proto { return new AddRelicFilterPlanScRsp(this); } - /// Field number for the "Retcode" field. + /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 15; private uint retcode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -96,7 +96,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Plan" field. + /// Field number for the "plan" field. public const int PlanFieldNumber = 13; private global::EggLink.DanhengServer.Proto.RelicFilterPlan plan_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/AdventureRoomInfo.cs b/Proto/AdventureRoomInfo.cs index a56f6f6a..feb1dbb3 100644 --- a/Proto/AdventureRoomInfo.cs +++ b/Proto/AdventureRoomInfo.cs @@ -24,15 +24,16 @@ namespace EggLink.DanhengServer.Proto { static AdventureRoomInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChdBZHZlbnR1cmVSb29tSW5mby5wcm90bxorUm9ndWVBZHZlbnR1cmVSb29t", - "R2FtZXBsYXlXb2xmR3VuSW5mby5wcm90byK2AQoRQWR2ZW50dXJlUm9vbUlu", - "Zm8SCwoDc3VzGA0gASgBEhoKEmNhdWdodF9tb25zdGVyX251bRgPIAEoDRIa", - "ChJyZW1haW5fbW9uc3Rlcl9udW0YBSABKA0SDgoGc3RhdHVzGAIgASgNEjoK", - "CnF1ZXJ5X2luZm8YCSABKAsyJi5Sb2d1ZUFkdmVudHVyZVJvb21HYW1lcGxh", - "eVdvbGZHdW5JbmZvEhAKCHNjb3JlX2lkGAogASgNQh6qAhtFZ2dMaW5rLkRh", - "bmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "ChdBZHZlbnR1cmVSb29tSW5mby5wcm90bxoeUm9ndWVBZHZlbnR1cmVSb29t", + "U3RhdHVzLnByb3RvGitSb2d1ZUFkdmVudHVyZVJvb21HYW1lcGxheVdvbGZH", + "dW5JbmZvLnByb3RvItEBChFBZHZlbnR1cmVSb29tSW5mbxILCgNzdXMYDSAB", + "KAESGgoSY2F1Z2h0X21vbnN0ZXJfbnVtGA8gASgNEhoKEnJlbWFpbl9tb25z", + "dGVyX251bRgFIAEoDRIpCgZzdGF0dXMYAiABKA4yGS5Sb2d1ZUFkdmVudHVy", + "ZVJvb21TdGF0dXMSOgoKcXVlcnlfaW5mbxgJIAEoCzImLlJvZ3VlQWR2ZW50", + "dXJlUm9vbUdhbWVwbGF5V29sZkd1bkluZm8SEAoIc2NvcmVfaWQYCiABKA1C", + "HqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueAdventureRoomGameplayWolfGunInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueAdventureRoomStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueAdventureRoomGameplayWolfGunInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AdventureRoomInfo), global::EggLink.DanhengServer.Proto.AdventureRoomInfo.Parser, new[]{ "Sus", "CaughtMonsterNum", "RemainMonsterNum", "Status", "QueryInfo", "ScoreId" }, null, null, null, null) })); @@ -129,10 +130,10 @@ namespace EggLink.DanhengServer.Proto { /// Field number for the "status" field. public const int StatusFieldNumber = 2; - private uint status_; + private global::EggLink.DanhengServer.Proto.RogueAdventureRoomStatus status_ = global::EggLink.DanhengServer.Proto.RogueAdventureRoomStatus.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint Status { + public global::EggLink.DanhengServer.Proto.RogueAdventureRoomStatus Status { get { return status_; } set { status_ = value; @@ -194,7 +195,7 @@ namespace EggLink.DanhengServer.Proto { if (Sus != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(Sus); if (CaughtMonsterNum != 0) hash ^= CaughtMonsterNum.GetHashCode(); if (RemainMonsterNum != 0) hash ^= RemainMonsterNum.GetHashCode(); - if (Status != 0) hash ^= Status.GetHashCode(); + if (Status != global::EggLink.DanhengServer.Proto.RogueAdventureRoomStatus.None) hash ^= Status.GetHashCode(); if (queryInfo_ != null) hash ^= QueryInfo.GetHashCode(); if (ScoreId != 0) hash ^= ScoreId.GetHashCode(); if (_unknownFields != null) { @@ -215,9 +216,9 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (Status != 0) { + if (Status != global::EggLink.DanhengServer.Proto.RogueAdventureRoomStatus.None) { output.WriteRawTag(16); - output.WriteUInt32(Status); + output.WriteEnum((int) Status); } if (RemainMonsterNum != 0) { output.WriteRawTag(40); @@ -249,9 +250,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Status != 0) { + if (Status != global::EggLink.DanhengServer.Proto.RogueAdventureRoomStatus.None) { output.WriteRawTag(16); - output.WriteUInt32(Status); + output.WriteEnum((int) Status); } if (RemainMonsterNum != 0) { output.WriteRawTag(40); @@ -292,8 +293,8 @@ namespace EggLink.DanhengServer.Proto { if (RemainMonsterNum != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(RemainMonsterNum); } - if (Status != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Status); + if (Status != global::EggLink.DanhengServer.Proto.RogueAdventureRoomStatus.None) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Status); } if (queryInfo_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(QueryInfo); @@ -322,7 +323,7 @@ namespace EggLink.DanhengServer.Proto { if (other.RemainMonsterNum != 0) { RemainMonsterNum = other.RemainMonsterNum; } - if (other.Status != 0) { + if (other.Status != global::EggLink.DanhengServer.Proto.RogueAdventureRoomStatus.None) { Status = other.Status; } if (other.queryInfo_ != null) { @@ -350,7 +351,7 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 16: { - Status = input.ReadUInt32(); + Status = (global::EggLink.DanhengServer.Proto.RogueAdventureRoomStatus) input.ReadEnum(); break; } case 40: { @@ -392,7 +393,7 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 16: { - Status = input.ReadUInt32(); + Status = (global::EggLink.DanhengServer.Proto.RogueAdventureRoomStatus) input.ReadEnum(); break; } case 40: { diff --git a/Proto/AetherAvatarInfo.cs b/Proto/AetherAvatarInfo.cs index 5675a8fc..22e076eb 100644 --- a/Proto/AetherAvatarInfo.cs +++ b/Proto/AetherAvatarInfo.cs @@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto { static AetherAvatarInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChZBZXRoZXJBdmF0YXJJbmZvLnByb3RvGg9TcEJhckluZm8ucHJvdG8aIkFl", - "dGhlcmRpdmlkZVNwaXJpdExpbmV1cFR5cGUucHJvdG8irgEKEEFldGhlckF2", + "ChZBZXRoZXJBdmF0YXJJbmZvLnByb3RvGiJBZXRoZXJkaXZpZGVTcGlyaXRM", + "aW5ldXBUeXBlLnByb3RvGg9TcEJhckluZm8ucHJvdG8irgEKEEFldGhlckF2", "YXRhckluZm8SCgoCaWQYASABKA0SDQoFaW5kZXgYAiABKA0SEQoJcHJvbW90", "aW9uGAMgASgNEhUKDXBhc3NpdmVfc2tpbGwYBCADKA0SOQoSc3Bpcml0X2xp", "bmV1cF90eXBlGAUgASgOMh0uQWV0aGVyZGl2aWRlU3Bpcml0TGluZXVwVHlw", "ZRIaCgZzcF9iYXIYBiABKAsyCi5TcEJhckluZm9CHqoCG0VnZ0xpbmsuRGFu", "aGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.SpBarInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.AetherdivideSpiritLineupTypeReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AetherdivideSpiritLineupTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.SpBarInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AetherAvatarInfo), global::EggLink.DanhengServer.Proto.AetherAvatarInfo.Parser, new[]{ "Id", "Index", "Promotion", "PassiveSkill", "SpiritLineupType", "SpBar" }, null, null, null, null) })); diff --git a/Proto/AetherDivideBattleInfo.cs b/Proto/AetherDivideBattleInfo.cs index ef18f4ca..69e6b153 100644 --- a/Proto/AetherDivideBattleInfo.cs +++ b/Proto/AetherDivideBattleInfo.cs @@ -25,7 +25,7 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChxBZXRoZXJEaXZpZGVCYXR0bGVJbmZvLnByb3RvGhZBZXRoZXJBdmF0YXJJ", - "bmZvLnByb3RvGhBCYXR0bGVCdWZmLnByb3RvGhZTY2VuZU1vbnN0ZXJXYXZl", + "bmZvLnByb3RvGhZTY2VuZU1vbnN0ZXJXYXZlLnByb3RvGhBCYXR0bGVCdWZm", "LnByb3RvIuoBChZBZXRoZXJEaXZpZGVCYXR0bGVJbmZvEhEKCWJhdHRsZV9p", "ZBgPIAEoDRItChJiYXR0bGVfYXZhdGFyX2xpc3QYCCADKAsyES5BZXRoZXJB", "dmF0YXJJbmZvEh4KCWJ1ZmZfbGlzdBgJIAMoCzILLkJhdHRsZUJ1ZmYSGQoR", @@ -34,7 +34,7 @@ namespace EggLink.DanhengServer.Proto { "ES5TY2VuZU1vbnN0ZXJXYXZlQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIu", "UHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AetherAvatarInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleBuffReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneMonsterWaveReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AetherAvatarInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneMonsterWaveReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleBuffReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AetherDivideBattleInfo), global::EggLink.DanhengServer.Proto.AetherDivideBattleInfo.Parser, new[]{ "BattleId", "BattleAvatarList", "BuffList", "LogicRandomSeed", "StageId", "NBCKFDGMFDB", "MonsterWaveList" }, null, null, null, null) })); diff --git a/Proto/AlleyEventType.cs b/Proto/AlleyEventType.cs deleted file mode 100644 index a7ce2af6..00000000 --- a/Proto/AlleyEventType.cs +++ /dev/null @@ -1,50 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: AlleyEventType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from AlleyEventType.proto - public static partial class AlleyEventTypeReflection { - - #region Descriptor - /// File descriptor for AlleyEventType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static AlleyEventTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChRBbGxleUV2ZW50VHlwZS5wcm90bypyCg5BbGxleUV2ZW50VHlwZRIZChVB", - "TExFWV9FVkVOVF9UWVBFX05PTkUQABIUChBBTExFWV9NQUlOX0VWRU5UEAES", - "GAoUQUxMRVlfQ1JJVElDQUxfRVZFTlQQAhIVChFBTExFWV9EQUlMWV9FVkVO", - "VBADQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.AlleyEventType), }, null, null)); - } - #endregion - - } - #region Enums - public enum AlleyEventType { - [pbr::OriginalName("ALLEY_EVENT_TYPE_NONE")] None = 0, - [pbr::OriginalName("ALLEY_MAIN_EVENT")] AlleyMainEvent = 1, - [pbr::OriginalName("ALLEY_CRITICAL_EVENT")] AlleyCriticalEvent = 2, - [pbr::OriginalName("ALLEY_DAILY_EVENT")] AlleyDailyEvent = 3, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/AlleyPlacingShip.cs b/Proto/AlleyPlacingShip.cs index f4b372dc..f064d07c 100644 --- a/Proto/AlleyPlacingShip.cs +++ b/Proto/AlleyPlacingShip.cs @@ -24,10 +24,10 @@ namespace EggLink.DanhengServer.Proto { static AlleyPlacingShipReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChZBbGxleVBsYWNpbmdTaGlwLnByb3RvGhFLR0NBTkxKSUtDUC5wcm90byJD", - "ChBBbGxleVBsYWNpbmdTaGlwEg4KBlNoaXBJZBgBIAEoDRIfCglHb29kc0xp", - "c3QYDCADKAsyDC5LR0NBTkxKSUtDUEIeqgIbRWdnTGluay5EYW5oZW5nU2Vy", - "dmVyLlByb3RvYgZwcm90bzM=")); + "ChZBbGxleVBsYWNpbmdTaGlwLnByb3RvGhFLR0NBTkxKSUtDUC5wcm90byJF", + "ChBBbGxleVBsYWNpbmdTaGlwEg8KB3NoaXBfaWQYASABKA0SIAoKZ29vZHNf", + "bGlzdBgMIAMoCzIMLktHQ0FOTEpJS0NQQh6qAhtFZ2dMaW5rLkRhbmhlbmdT", + "ZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.KGCANLJIKCPReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -84,7 +84,7 @@ namespace EggLink.DanhengServer.Proto { return new AlleyPlacingShip(this); } - /// Field number for the "ShipId" field. + /// Field number for the "ship_id" field. public const int ShipIdFieldNumber = 1; private uint shipId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -96,7 +96,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "GoodsList" field. + /// Field number for the "goods_list" field. public const int GoodsListFieldNumber = 12; private static readonly pb::FieldCodec _repeated_goodsList_codec = pb::FieldCodec.ForMessage(98, global::EggLink.DanhengServer.Proto.KGCANLJIKCP.Parser); diff --git a/Proto/AnimEventSnapshot.cs b/Proto/AnimEventSnapshot.cs deleted file mode 100644 index d27c65ec..00000000 --- a/Proto/AnimEventSnapshot.cs +++ /dev/null @@ -1,271 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: AnimEventSnapshot.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from AnimEventSnapshot.proto - public static partial class AnimEventSnapshotReflection { - - #region Descriptor - /// File descriptor for AnimEventSnapshot.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static AnimEventSnapshotReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChdBbmltRXZlbnRTbmFwc2hvdC5wcm90byI2ChFBbmltRXZlbnRTbmFwc2hv", - "dBISCgpldmVudF9uYW1lGAEgASgJEg0KBWNvdW50GAIgASgNQh6qAhtFZ2dM", - "aW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AnimEventSnapshot), global::EggLink.DanhengServer.Proto.AnimEventSnapshot.Parser, new[]{ "EventName", "Count" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class AnimEventSnapshot : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new AnimEventSnapshot()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.AnimEventSnapshotReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public AnimEventSnapshot() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public AnimEventSnapshot(AnimEventSnapshot other) : this() { - eventName_ = other.eventName_; - count_ = other.count_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public AnimEventSnapshot Clone() { - return new AnimEventSnapshot(this); - } - - /// Field number for the "event_name" field. - public const int EventNameFieldNumber = 1; - private string eventName_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string EventName { - get { return eventName_; } - set { - eventName_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "count" field. - public const int CountFieldNumber = 2; - private uint count_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint Count { - get { return count_; } - set { - count_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as AnimEventSnapshot); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(AnimEventSnapshot other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (EventName != other.EventName) return false; - if (Count != other.Count) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (EventName.Length != 0) hash ^= EventName.GetHashCode(); - if (Count != 0) hash ^= Count.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (EventName.Length != 0) { - output.WriteRawTag(10); - output.WriteString(EventName); - } - if (Count != 0) { - output.WriteRawTag(16); - output.WriteUInt32(Count); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (EventName.Length != 0) { - output.WriteRawTag(10); - output.WriteString(EventName); - } - if (Count != 0) { - output.WriteRawTag(16); - output.WriteUInt32(Count); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (EventName.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(EventName); - } - if (Count != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Count); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(AnimEventSnapshot other) { - if (other == null) { - return; - } - if (other.EventName.Length != 0) { - EventName = other.EventName; - } - if (other.Count != 0) { - Count = other.Count; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - EventName = input.ReadString(); - break; - } - case 16: { - Count = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 10: { - EventName = input.ReadString(); - break; - } - case 16: { - Count = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/AntiAddictScNotify.cs b/Proto/AntiAddictScNotify.cs index bcb97e1e..3be37a7f 100644 --- a/Proto/AntiAddictScNotify.cs +++ b/Proto/AntiAddictScNotify.cs @@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto { static AntiAddictScNotifyReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChhBbnRpQWRkaWN0U2NOb3RpZnkucHJvdG8iQQoSQW50aUFkZGljdFNjTm90", - "aWZ5Eg0KBUxldmVsGAUgASgJEgsKA01zZxgJIAEoCRIPCgdNc2dUeXBlGA8g", - "ASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "ChhBbnRpQWRkaWN0U2NOb3RpZnkucHJvdG8iQgoSQW50aUFkZGljdFNjTm90", + "aWZ5Eg0KBWxldmVsGAUgASgJEgsKA21zZxgJIAEoCRIQCghtc2dfdHlwZRgP", + "IAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -84,7 +84,7 @@ namespace EggLink.DanhengServer.Proto { return new AntiAddictScNotify(this); } - /// Field number for the "Level" field. + /// Field number for the "level" field. public const int LevelFieldNumber = 5; private string level_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -96,7 +96,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Msg" field. + /// Field number for the "msg" field. public const int MsgFieldNumber = 9; private string msg_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -108,7 +108,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "MsgType" field. + /// Field number for the "msg_type" field. public const int MsgTypeFieldNumber = 15; private uint msgType_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/AreaType.cs b/Proto/AreaType.cs deleted file mode 100644 index 5367fe75..00000000 --- a/Proto/AreaType.cs +++ /dev/null @@ -1,53 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: AreaType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from AreaType.proto - public static partial class AreaTypeReflection { - - #region Descriptor - /// File descriptor for AreaType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static AreaTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Cg5BcmVhVHlwZS5wcm90bypxCghBcmVhVHlwZRINCglBUkVBX05PTkUQABIL", - "CgdBUkVBX0NOEAESCwoHQVJFQV9KUBACEg0KCUFSRUFfQVNJQRADEg0KCUFS", - "RUFfV0VTVBAEEgsKB0FSRUFfS1IQBRIRCg1BUkVBX09WRVJTRUFTEAZCHqoC", - "G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.AreaType), }, null, null)); - } - #endregion - - } - #region Enums - public enum AreaType { - [pbr::OriginalName("AREA_NONE")] AreaNone = 0, - [pbr::OriginalName("AREA_CN")] AreaCn = 1, - [pbr::OriginalName("AREA_JP")] AreaJp = 2, - [pbr::OriginalName("AREA_ASIA")] AreaAsia = 3, - [pbr::OriginalName("AREA_WEST")] AreaWest = 4, - [pbr::OriginalName("AREA_KR")] AreaKr = 5, - [pbr::OriginalName("AREA_OVERSEAS")] AreaOverseas = 6, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/AssistEntityInfo.cs b/Proto/AssistMonsterEntityInfo.cs similarity index 82% rename from Proto/AssistEntityInfo.cs rename to Proto/AssistMonsterEntityInfo.cs index 9724073f..7d601332 100644 --- a/Proto/AssistEntityInfo.cs +++ b/Proto/AssistMonsterEntityInfo.cs @@ -1,6 +1,6 @@ // // Generated by the protocol buffer compiler. DO NOT EDIT! -// source: AssistEntityInfo.proto +// source: AssistMonsterEntityInfo.proto // #pragma warning disable 1591, 0612, 3021, 8981 #region Designer generated code @@ -11,26 +11,26 @@ using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; namespace EggLink.DanhengServer.Proto { - /// Holder for reflection information generated from AssistEntityInfo.proto - public static partial class AssistEntityInfoReflection { + /// Holder for reflection information generated from AssistMonsterEntityInfo.proto + public static partial class AssistMonsterEntityInfoReflection { #region Descriptor - /// File descriptor for AssistEntityInfo.proto + /// File descriptor for AssistMonsterEntityInfo.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; - static AssistEntityInfoReflection() { + static AssistMonsterEntityInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChZBc3Npc3RFbnRpdHlJbmZvLnByb3RvIioKEEFzc2lzdEVudGl0eUluZm8S", - "FgoOZW50aXR5X2lkX2xpc3QYAyADKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1Nl", - "cnZlci5Qcm90b2IGcHJvdG8z")); + "Ch1Bc3Npc3RNb25zdGVyRW50aXR5SW5mby5wcm90byIxChdBc3Npc3RNb25z", + "dGVyRW50aXR5SW5mbxIWCg5lbnRpdHlfaWRfbGlzdBgDIAMoDUIeqgIbRWdn", + "TGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AssistEntityInfo), global::EggLink.DanhengServer.Proto.AssistEntityInfo.Parser, new[]{ "EntityIdList" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AssistMonsterEntityInfo), global::EggLink.DanhengServer.Proto.AssistMonsterEntityInfo.Parser, new[]{ "EntityIdList" }, null, null, null, null) })); } #endregion @@ -38,21 +38,21 @@ namespace EggLink.DanhengServer.Proto { } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class AssistEntityInfo : pb::IMessage + public sealed partial class AssistMonsterEntityInfo : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new AssistEntityInfo()); + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new AssistMonsterEntityInfo()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } + public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.AssistEntityInfoReflection.Descriptor.MessageTypes[0]; } + get { return global::EggLink.DanhengServer.Proto.AssistMonsterEntityInfoReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -63,7 +63,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public AssistEntityInfo() { + public AssistMonsterEntityInfo() { OnConstruction(); } @@ -71,15 +71,15 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public AssistEntityInfo(AssistEntityInfo other) : this() { + public AssistMonsterEntityInfo(AssistMonsterEntityInfo other) : this() { entityIdList_ = other.entityIdList_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public AssistEntityInfo Clone() { - return new AssistEntityInfo(this); + public AssistMonsterEntityInfo Clone() { + return new AssistMonsterEntityInfo(this); } /// Field number for the "entity_id_list" field. @@ -96,12 +96,12 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { - return Equals(other as AssistEntityInfo); + return Equals(other as AssistMonsterEntityInfo); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(AssistEntityInfo other) { + public bool Equals(AssistMonsterEntityInfo other) { if (ReferenceEquals(other, null)) { return false; } @@ -166,7 +166,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(AssistEntityInfo other) { + public void MergeFrom(AssistMonsterEntityInfo other) { if (other == null) { return; } diff --git a/Proto/AssistSimpleInfo.cs b/Proto/AssistSimpleInfo.cs index 76357a91..8b38027e 100644 --- a/Proto/AssistSimpleInfo.cs +++ b/Proto/AssistSimpleInfo.cs @@ -24,10 +24,10 @@ namespace EggLink.DanhengServer.Proto { static AssistSimpleInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChZBc3Npc3RTaW1wbGVJbmZvLnByb3RvIlcKEEFzc2lzdFNpbXBsZUluZm8S", - "DQoFTGV2ZWwYDiABKA0SEAoIQXZhdGFySWQYCyABKA0SFQoNRHJlc3NlZFNr", - "aW5JZBgGIAEoDRILCgNQb3MYDCABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1Nl", - "cnZlci5Qcm90b2IGcHJvdG8z")); + "ChZBc3Npc3RTaW1wbGVJbmZvLnByb3RvIloKEEFzc2lzdFNpbXBsZUluZm8S", + "DQoFbGV2ZWwYDiABKA0SEQoJYXZhdGFyX2lkGAsgASgNEhcKD2RyZXNzZWRf", + "c2tpbl9pZBgGIAEoDRILCgNwb3MYDCABKA1CHqoCG0VnZ0xpbmsuRGFuaGVu", + "Z1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -86,7 +86,7 @@ namespace EggLink.DanhengServer.Proto { return new AssistSimpleInfo(this); } - /// Field number for the "Level" field. + /// Field number for the "level" field. public const int LevelFieldNumber = 14; private uint level_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -98,7 +98,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "AvatarId" field. + /// Field number for the "avatar_id" field. public const int AvatarIdFieldNumber = 11; private uint avatarId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -110,7 +110,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "DressedSkinId" field. + /// Field number for the "dressed_skin_id" field. public const int DressedSkinIdFieldNumber = 6; private uint dressedSkinId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -122,7 +122,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Pos" field. + /// Field number for the "pos" field. public const int PosFieldNumber = 12; private uint pos_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/Avatar.cs b/Proto/Avatar.cs index f6c1e540..bf5175a6 100644 --- a/Proto/Avatar.cs +++ b/Proto/Avatar.cs @@ -24,8 +24,8 @@ namespace EggLink.DanhengServer.Proto { static AvatarReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CgxBdmF0YXIucHJvdG8aFUF2YXRhclNraWxsVHJlZS5wcm90bxoQRXF1aXBS", - "ZWxpYy5wcm90byK+AgoGQXZhdGFyEhEKCWlzX21hcmtlZBgDIAEoCBIWCg5i", + "CgxBdmF0YXIucHJvdG8aEEVxdWlwUmVsaWMucHJvdG8aFUF2YXRhclNraWxs", + "VHJlZS5wcm90byK+AgoGQXZhdGFyEhEKCWlzX21hcmtlZBgDIAEoCBIWCg5i", "YXNlX2F2YXRhcl9pZBgIIAEoDRINCgVsZXZlbBgKIAEoDRIoCg5za2lsbHRy", "ZWVfbGlzdBgCIAMoCzIQLkF2YXRhclNraWxsVHJlZRIXCg9kcmVzc2VkX3Nr", "aW5faWQYCyABKA0SJQoQZXF1aXBfcmVsaWNfbGlzdBgGIAMoCzILLkVxdWlw", @@ -35,7 +35,7 @@ namespace EggLink.DanhengServer.Proto { "CXByb21vdGlvbhgBIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlBy", "b3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AvatarSkillTreeReflection.Descriptor, global::EggLink.DanhengServer.Proto.EquipRelicReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EquipRelicReflection.Descriptor, global::EggLink.DanhengServer.Proto.AvatarSkillTreeReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.Avatar), global::EggLink.DanhengServer.Proto.Avatar.Parser, new[]{ "IsMarked", "BaseAvatarId", "Level", "SkilltreeList", "DressedSkinId", "EquipRelicList", "EquipmentUniqueId", "FirstMetTimeStamp", "Exp", "Rank", "HasTakenPromotionRewardList", "Promotion" }, null, null, null, null) })); diff --git a/Proto/AvatarBattleInfo.cs b/Proto/AvatarBattleInfo.cs index 2c76c340..99ce7084 100644 --- a/Proto/AvatarBattleInfo.cs +++ b/Proto/AvatarBattleInfo.cs @@ -24,11 +24,11 @@ namespace EggLink.DanhengServer.Proto { static AvatarBattleInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChZBdmF0YXJCYXR0bGVJbmZvLnByb3RvGhdFcXVpcG1lbnRQcm9wZXJ0eS5w", - "cm90bxoRQmF0dGxlUmVsaWMucHJvdG8aGkF0dGFja0RhbWFnZVByb3BlcnR5", - "LnByb3RvGhVBdmF0YXJTa2lsbFRyZWUucHJvdG8aE0FiaWxpdHlVc2VTdHQu", - "cHJvdG8aEEF2YXRhclR5cGUucHJvdG8aFEF2YXRhclByb3BlcnR5LnByb3Rv", - "GhZTa2lsbFVzZVByb3BlcnR5LnByb3RvGhFTcEFkZFNvdXJjZS5wcm90byK5", + "ChZBdmF0YXJCYXR0bGVJbmZvLnByb3RvGhNBYmlsaXR5VXNlU3R0LnByb3Rv", + "GhRBdmF0YXJQcm9wZXJ0eS5wcm90bxoQQXZhdGFyVHlwZS5wcm90bxoaQXR0", + "YWNrRGFtYWdlUHJvcGVydHkucHJvdG8aEVNwQWRkU291cmNlLnByb3RvGhFC", + "YXR0bGVSZWxpYy5wcm90bxoWU2tpbGxVc2VQcm9wZXJ0eS5wcm90bxoXRXF1", + "aXBtZW50UHJvcGVydHkucHJvdG8aFUF2YXRhclNraWxsVHJlZS5wcm90byK5", "CwoQQXZhdGFyQmF0dGxlSW5mbxIgCgthdmF0YXJfdHlwZRgBIAEoDjILLkF2", "YXRhclR5cGUSCgoCaWQYAiABKA0SFAoMYXZhdGFyX2xldmVsGAMgASgNEhMK", "C2F2YXRhcl9yYW5rGAQgASgNEhgKEGF2YXRhcl9wcm9tb3Rpb24YBSABKA0S", @@ -64,7 +64,7 @@ namespace EggLink.DanhengServer.Proto { "NSABKA0SEwoLTVBGQUVORUtGREMYNiABKA1CHqoCG0VnZ0xpbmsuRGFuaGVu", "Z1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EquipmentPropertyReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleRelicReflection.Descriptor, global::EggLink.DanhengServer.Proto.AttackDamagePropertyReflection.Descriptor, global::EggLink.DanhengServer.Proto.AvatarSkillTreeReflection.Descriptor, global::EggLink.DanhengServer.Proto.AbilityUseSttReflection.Descriptor, global::EggLink.DanhengServer.Proto.AvatarTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.AvatarPropertyReflection.Descriptor, global::EggLink.DanhengServer.Proto.SkillUsePropertyReflection.Descriptor, global::EggLink.DanhengServer.Proto.SpAddSourceReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AbilityUseSttReflection.Descriptor, global::EggLink.DanhengServer.Proto.AvatarPropertyReflection.Descriptor, global::EggLink.DanhengServer.Proto.AvatarTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.AttackDamagePropertyReflection.Descriptor, global::EggLink.DanhengServer.Proto.SpAddSourceReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleRelicReflection.Descriptor, global::EggLink.DanhengServer.Proto.SkillUsePropertyReflection.Descriptor, global::EggLink.DanhengServer.Proto.EquipmentPropertyReflection.Descriptor, global::EggLink.DanhengServer.Proto.AvatarSkillTreeReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AvatarBattleInfo), global::EggLink.DanhengServer.Proto.AvatarBattleInfo.Parser, new[]{ "AvatarType", "Id", "AvatarLevel", "AvatarRank", "AvatarPromotion", "AvatarStatus", "AvatarSkill", "AvatarEquipment", "TotalTurns", "TotalDamage", "TotalHeal", "TotalDamageTaken", "TotalHpRecover", "TotalSpCost", "StageId", "StageType", "TotalBreakDamage", "AttackTypeDamage", "AttackTypeBreakDamage", "AttackTypeMaxDamage", "SkillTimes", "DelayCumulate", "TotalSpAdd", "SpAddSource", "TotalBpCost", "DieTimes", "ReviveTimes", "BreakTimes", "ExtraTurns", "TotalShield", "TotalShieldTaken", "TotalShieldDamage", "InitialStatus", "Relics", "AssistUid", "AADGFLPBPDF", "FPFBMIMBBHJ", "GGPJOHNOCPC", "LACKCJHHIMK", "FMODLGOBNPE", "LHKABNICKJN", "NCJHDJJDJNL", "LKMGDIADOPB", "IBLGMCIPCKM", "HACJDJIGMGP", "IMDJAHAJGCF", "JDOLKDBICLJ", "CACCODDCJHI", "LLDMLOHBFLO", "CHNIKKCIBEG", "LBNJHHHLPMO", "PDLILFICHIL", "PMKLPHJIOHC", "MPFAENEKFDC" }, null, null, null, null) })); diff --git a/Proto/AvatarDeliverRewardChooseAvatarCsReq.cs b/Proto/AvatarDeliverRewardChooseAvatarCsReq.cs deleted file mode 100644 index 797ea481..00000000 --- a/Proto/AvatarDeliverRewardChooseAvatarCsReq.cs +++ /dev/null @@ -1,235 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: AvatarDeliverRewardChooseAvatarCsReq.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from AvatarDeliverRewardChooseAvatarCsReq.proto - public static partial class AvatarDeliverRewardChooseAvatarCsReqReflection { - - #region Descriptor - /// File descriptor for AvatarDeliverRewardChooseAvatarCsReq.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static AvatarDeliverRewardChooseAvatarCsReqReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "CipBdmF0YXJEZWxpdmVyUmV3YXJkQ2hvb3NlQXZhdGFyQ3NSZXEucHJvdG8i", - "OQokQXZhdGFyRGVsaXZlclJld2FyZENob29zZUF2YXRhckNzUmVxEhEKCWF2", - "YXRhcl9pZBgCIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv", - "YgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AvatarDeliverRewardChooseAvatarCsReq), global::EggLink.DanhengServer.Proto.AvatarDeliverRewardChooseAvatarCsReq.Parser, new[]{ "AvatarId" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class AvatarDeliverRewardChooseAvatarCsReq : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new AvatarDeliverRewardChooseAvatarCsReq()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.AvatarDeliverRewardChooseAvatarCsReqReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public AvatarDeliverRewardChooseAvatarCsReq() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public AvatarDeliverRewardChooseAvatarCsReq(AvatarDeliverRewardChooseAvatarCsReq other) : this() { - avatarId_ = other.avatarId_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public AvatarDeliverRewardChooseAvatarCsReq Clone() { - return new AvatarDeliverRewardChooseAvatarCsReq(this); - } - - /// Field number for the "avatar_id" field. - public const int AvatarIdFieldNumber = 2; - private uint avatarId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint AvatarId { - get { return avatarId_; } - set { - avatarId_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as AvatarDeliverRewardChooseAvatarCsReq); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(AvatarDeliverRewardChooseAvatarCsReq other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (AvatarId != other.AvatarId) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (AvatarId != 0) hash ^= AvatarId.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (AvatarId != 0) { - output.WriteRawTag(16); - output.WriteUInt32(AvatarId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (AvatarId != 0) { - output.WriteRawTag(16); - output.WriteUInt32(AvatarId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (AvatarId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AvatarId); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(AvatarDeliverRewardChooseAvatarCsReq other) { - if (other == null) { - return; - } - if (other.AvatarId != 0) { - AvatarId = other.AvatarId; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 16: { - AvatarId = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 16: { - AvatarId = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/AvatarDeliverRewardTakeRewardCsReq.cs b/Proto/AvatarDeliverRewardTakeRewardCsReq.cs deleted file mode 100644 index 1cfd25fd..00000000 --- a/Proto/AvatarDeliverRewardTakeRewardCsReq.cs +++ /dev/null @@ -1,197 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: AvatarDeliverRewardTakeRewardCsReq.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from AvatarDeliverRewardTakeRewardCsReq.proto - public static partial class AvatarDeliverRewardTakeRewardCsReqReflection { - - #region Descriptor - /// File descriptor for AvatarDeliverRewardTakeRewardCsReq.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static AvatarDeliverRewardTakeRewardCsReqReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "CihBdmF0YXJEZWxpdmVyUmV3YXJkVGFrZVJld2FyZENzUmVxLnByb3RvIiQK", - "IkF2YXRhckRlbGl2ZXJSZXdhcmRUYWtlUmV3YXJkQ3NSZXFCHqoCG0VnZ0xp", - "bmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AvatarDeliverRewardTakeRewardCsReq), global::EggLink.DanhengServer.Proto.AvatarDeliverRewardTakeRewardCsReq.Parser, null, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class AvatarDeliverRewardTakeRewardCsReq : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new AvatarDeliverRewardTakeRewardCsReq()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.AvatarDeliverRewardTakeRewardCsReqReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public AvatarDeliverRewardTakeRewardCsReq() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public AvatarDeliverRewardTakeRewardCsReq(AvatarDeliverRewardTakeRewardCsReq other) : this() { - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public AvatarDeliverRewardTakeRewardCsReq Clone() { - return new AvatarDeliverRewardTakeRewardCsReq(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as AvatarDeliverRewardTakeRewardCsReq); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(AvatarDeliverRewardTakeRewardCsReq other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(AvatarDeliverRewardTakeRewardCsReq other) { - if (other == null) { - return; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/AvatarPresetHp.cs b/Proto/AvatarPresetHp.cs deleted file mode 100644 index 67c1289d..00000000 --- a/Proto/AvatarPresetHp.cs +++ /dev/null @@ -1,271 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: AvatarPresetHp.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from AvatarPresetHp.proto - public static partial class AvatarPresetHpReflection { - - #region Descriptor - /// File descriptor for AvatarPresetHp.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static AvatarPresetHpReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChRBdmF0YXJQcmVzZXRIcC5wcm90byI4Cg5BdmF0YXJQcmVzZXRIcBIRCglh", - "dmF0YXJfaWQYBiABKA0SEwoLSkxBRkxEQ0hER0oYBSABKA1CHqoCG0VnZ0xp", - "bmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AvatarPresetHp), global::EggLink.DanhengServer.Proto.AvatarPresetHp.Parser, new[]{ "AvatarId", "JLAFLDCHDGJ" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class AvatarPresetHp : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new AvatarPresetHp()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.AvatarPresetHpReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public AvatarPresetHp() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public AvatarPresetHp(AvatarPresetHp other) : this() { - avatarId_ = other.avatarId_; - jLAFLDCHDGJ_ = other.jLAFLDCHDGJ_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public AvatarPresetHp Clone() { - return new AvatarPresetHp(this); - } - - /// Field number for the "avatar_id" field. - public const int AvatarIdFieldNumber = 6; - private uint avatarId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint AvatarId { - get { return avatarId_; } - set { - avatarId_ = value; - } - } - - /// Field number for the "JLAFLDCHDGJ" field. - public const int JLAFLDCHDGJFieldNumber = 5; - private uint jLAFLDCHDGJ_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint JLAFLDCHDGJ { - get { return jLAFLDCHDGJ_; } - set { - jLAFLDCHDGJ_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as AvatarPresetHp); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(AvatarPresetHp other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (AvatarId != other.AvatarId) return false; - if (JLAFLDCHDGJ != other.JLAFLDCHDGJ) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (AvatarId != 0) hash ^= AvatarId.GetHashCode(); - if (JLAFLDCHDGJ != 0) hash ^= JLAFLDCHDGJ.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (JLAFLDCHDGJ != 0) { - output.WriteRawTag(40); - output.WriteUInt32(JLAFLDCHDGJ); - } - if (AvatarId != 0) { - output.WriteRawTag(48); - output.WriteUInt32(AvatarId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (JLAFLDCHDGJ != 0) { - output.WriteRawTag(40); - output.WriteUInt32(JLAFLDCHDGJ); - } - if (AvatarId != 0) { - output.WriteRawTag(48); - output.WriteUInt32(AvatarId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (AvatarId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AvatarId); - } - if (JLAFLDCHDGJ != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JLAFLDCHDGJ); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(AvatarPresetHp other) { - if (other == null) { - return; - } - if (other.AvatarId != 0) { - AvatarId = other.AvatarId; - } - if (other.JLAFLDCHDGJ != 0) { - JLAFLDCHDGJ = other.JLAFLDCHDGJ; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 40: { - JLAFLDCHDGJ = input.ReadUInt32(); - break; - } - case 48: { - AvatarId = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 40: { - JLAFLDCHDGJ = input.ReadUInt32(); - break; - } - case 48: { - AvatarId = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/AvatarSlotType.cs b/Proto/AvatarSlotType.cs deleted file mode 100644 index ab7447fa..00000000 --- a/Proto/AvatarSlotType.cs +++ /dev/null @@ -1,49 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: AvatarSlotType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from AvatarSlotType.proto - public static partial class AvatarSlotTypeReflection { - - #region Descriptor - /// File descriptor for AvatarSlotType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static AvatarSlotTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChRBdmF0YXJTbG90VHlwZS5wcm90bypJCg5BdmF0YXJTbG90VHlwZRIRCg1B", - "VkFUQVJfU0xPVF8xEAASEQoNQVZBVEFSX1NMT1RfMhABEhEKDUFWQVRBUl9T", - "TE9UXzMQAkIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90", - "bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.AvatarSlotType), }, null, null)); - } - #endregion - - } - #region Enums - public enum AvatarSlotType { - [pbr::OriginalName("AVATAR_SLOT_1")] AvatarSlot1 = 0, - [pbr::OriginalName("AVATAR_SLOT_2")] AvatarSlot2 = 1, - [pbr::OriginalName("AVATAR_SLOT_3")] AvatarSlot3 = 2, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/BAILPFJGMLE.cs b/Proto/BAILPFJGMLE.cs deleted file mode 100644 index face0b05..00000000 --- a/Proto/BAILPFJGMLE.cs +++ /dev/null @@ -1,234 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: BAILPFJGMLE.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from BAILPFJGMLE.proto - public static partial class BAILPFJGMLEReflection { - - #region Descriptor - /// File descriptor for BAILPFJGMLE.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static BAILPFJGMLEReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFCQUlMUEZKR01MRS5wcm90byIiCgtCQUlMUEZKR01MRRITCgtER0NGTEhD", - "UEpMThgMIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", - "cm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BAILPFJGMLE), global::EggLink.DanhengServer.Proto.BAILPFJGMLE.Parser, new[]{ "DGCFLHCPJLN" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class BAILPFJGMLE : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BAILPFJGMLE()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.BAILPFJGMLEReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BAILPFJGMLE() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BAILPFJGMLE(BAILPFJGMLE other) : this() { - dGCFLHCPJLN_ = other.dGCFLHCPJLN_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BAILPFJGMLE Clone() { - return new BAILPFJGMLE(this); - } - - /// Field number for the "DGCFLHCPJLN" field. - public const int DGCFLHCPJLNFieldNumber = 12; - private uint dGCFLHCPJLN_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint DGCFLHCPJLN { - get { return dGCFLHCPJLN_; } - set { - dGCFLHCPJLN_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as BAILPFJGMLE); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(BAILPFJGMLE other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (DGCFLHCPJLN != other.DGCFLHCPJLN) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (DGCFLHCPJLN != 0) hash ^= DGCFLHCPJLN.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (DGCFLHCPJLN != 0) { - output.WriteRawTag(96); - output.WriteUInt32(DGCFLHCPJLN); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (DGCFLHCPJLN != 0) { - output.WriteRawTag(96); - output.WriteUInt32(DGCFLHCPJLN); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (DGCFLHCPJLN != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DGCFLHCPJLN); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(BAILPFJGMLE other) { - if (other == null) { - return; - } - if (other.DGCFLHCPJLN != 0) { - DGCFLHCPJLN = other.DGCFLHCPJLN; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 96: { - DGCFLHCPJLN = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 96: { - DGCFLHCPJLN = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/BBBEOEOIFJK.cs b/Proto/BBBEOEOIFJK.cs deleted file mode 100644 index 9f22ea18..00000000 --- a/Proto/BBBEOEOIFJK.cs +++ /dev/null @@ -1,300 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: BBBEOEOIFJK.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from BBBEOEOIFJK.proto - public static partial class BBBEOEOIFJKReflection { - - #region Descriptor - /// File descriptor for BBBEOEOIFJK.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static BBBEOEOIFJKReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFCQkJFT0VPSUZKSy5wcm90byJLCgtCQkJFT0VPSUZKSxIWCg5zZWxlY3Rf", - "Y2VsbF9pZBgCIAEoDRITCgtPTk5KR0RKTkZMRxgIIAMoDRIPCgdjb25maXJt", - "GAcgASgIQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3Rv", - "Mw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BBBEOEOIFJK), global::EggLink.DanhengServer.Proto.BBBEOEOIFJK.Parser, new[]{ "SelectCellId", "ONNJGDJNFLG", "Confirm" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class BBBEOEOIFJK : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BBBEOEOIFJK()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.BBBEOEOIFJKReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BBBEOEOIFJK() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BBBEOEOIFJK(BBBEOEOIFJK other) : this() { - selectCellId_ = other.selectCellId_; - oNNJGDJNFLG_ = other.oNNJGDJNFLG_.Clone(); - confirm_ = other.confirm_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BBBEOEOIFJK Clone() { - return new BBBEOEOIFJK(this); - } - - /// Field number for the "select_cell_id" field. - public const int SelectCellIdFieldNumber = 2; - private uint selectCellId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint SelectCellId { - get { return selectCellId_; } - set { - selectCellId_ = value; - } - } - - /// Field number for the "ONNJGDJNFLG" field. - public const int ONNJGDJNFLGFieldNumber = 8; - private static readonly pb::FieldCodec _repeated_oNNJGDJNFLG_codec - = pb::FieldCodec.ForUInt32(66); - private readonly pbc::RepeatedField oNNJGDJNFLG_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField ONNJGDJNFLG { - get { return oNNJGDJNFLG_; } - } - - /// Field number for the "confirm" field. - public const int ConfirmFieldNumber = 7; - private bool confirm_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Confirm { - get { return confirm_; } - set { - confirm_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as BBBEOEOIFJK); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(BBBEOEOIFJK other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (SelectCellId != other.SelectCellId) return false; - if(!oNNJGDJNFLG_.Equals(other.oNNJGDJNFLG_)) return false; - if (Confirm != other.Confirm) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (SelectCellId != 0) hash ^= SelectCellId.GetHashCode(); - hash ^= oNNJGDJNFLG_.GetHashCode(); - if (Confirm != false) hash ^= Confirm.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (SelectCellId != 0) { - output.WriteRawTag(16); - output.WriteUInt32(SelectCellId); - } - if (Confirm != false) { - output.WriteRawTag(56); - output.WriteBool(Confirm); - } - oNNJGDJNFLG_.WriteTo(output, _repeated_oNNJGDJNFLG_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (SelectCellId != 0) { - output.WriteRawTag(16); - output.WriteUInt32(SelectCellId); - } - if (Confirm != false) { - output.WriteRawTag(56); - output.WriteBool(Confirm); - } - oNNJGDJNFLG_.WriteTo(ref output, _repeated_oNNJGDJNFLG_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (SelectCellId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SelectCellId); - } - size += oNNJGDJNFLG_.CalculateSize(_repeated_oNNJGDJNFLG_codec); - if (Confirm != false) { - size += 1 + 1; - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(BBBEOEOIFJK other) { - if (other == null) { - return; - } - if (other.SelectCellId != 0) { - SelectCellId = other.SelectCellId; - } - oNNJGDJNFLG_.Add(other.oNNJGDJNFLG_); - if (other.Confirm != false) { - Confirm = other.Confirm; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 16: { - SelectCellId = input.ReadUInt32(); - break; - } - case 56: { - Confirm = input.ReadBool(); - break; - } - case 66: - case 64: { - oNNJGDJNFLG_.AddEntriesFrom(input, _repeated_oNNJGDJNFLG_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 16: { - SelectCellId = input.ReadUInt32(); - break; - } - case 56: { - Confirm = input.ReadBool(); - break; - } - case 66: - case 64: { - oNNJGDJNFLG_.AddEntriesFrom(ref input, _repeated_oNNJGDJNFLG_codec); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/BCMOKFHJMPM.cs b/Proto/BCMOKFHJMPM.cs index 5e59f9a2..1079d0c4 100644 --- a/Proto/BCMOKFHJMPM.cs +++ b/Proto/BCMOKFHJMPM.cs @@ -24,8 +24,8 @@ namespace EggLink.DanhengServer.Proto { static BCMOKFHJMPMReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFCQ01PS0ZISk1QTS5wcm90bxoRT09FTUlCRk5MTEQucHJvdG8aEUxBSUxO", - "SUdGUE9PLnByb3RvIssDCgtCQ01PS0ZISk1QTRIhCgtFQkFCQkVKSVBKThgH", + "ChFCQ01PS0ZISk1QTS5wcm90bxoRTEFJTE5JR0ZQT08ucHJvdG8aEU9PRU1J", + "QkZOTExELnByb3RvIssDCgtCQ01PS0ZISk1QTRIhCgtFQkFCQkVKSVBKThgH", "IAMoCzIMLkxBSUxOSUdGUE9PEhQKC0RESUJFRk1JTE1QGLMBIAEoCRIhCgtD", "SkZNQUlBS0VOTBgEIAMoCzIMLk9PRU1JQkZOTExEEg8KB3Bvb2xfaWQYAyAB", "KA0SEwoLQk5PTEROQk1KSEYYDyABKA0SEwoLSkdOSUhMSkZKUFAYDCABKA0S", @@ -38,7 +38,7 @@ namespace EggLink.DanhengServer.Proto { "ASgNEhMKC0ZIT0xGRE9OT0lJGAkgASgIQh6qAhtFZ2dMaW5rLkRhbmhlbmdT", "ZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.OOEMIBFNLLDReflection.Descriptor, global::EggLink.DanhengServer.Proto.LAILNIGFPOOReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LAILNIGFPOOReflection.Descriptor, global::EggLink.DanhengServer.Proto.OOEMIBFNLLDReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BCMOKFHJMPM), global::EggLink.DanhengServer.Proto.BCMOKFHJMPM.Parser, new[]{ "EBABBEJIPJN", "DDIBEFMILMP", "CJFMAIAKENL", "PoolId", "BNOLDNBMJHF", "JGNIHLJFJPP", "JCKNGFJEEGI", "LJJMLEIOIFE", "JOJNDGBEJEK", "EBOOLGNACJJ", "IFKFEPKHLGN", "JLEGPNIHMJD", "PJDFBPBMBBA", "DGEPMKFFOAB", "KGBEJKNCLFK", "OMGKJLJIHLH", "DGALCMFIDFP", "FHOLFDONOII" }, null, null, null, null) })); diff --git a/Proto/BDNEKEEAGHG.cs b/Proto/BDNEKEEAGHG.cs deleted file mode 100644 index f9ba361d..00000000 --- a/Proto/BDNEKEEAGHG.cs +++ /dev/null @@ -1,271 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: BDNEKEEAGHG.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from BDNEKEEAGHG.proto - public static partial class BDNEKEEAGHGReflection { - - #region Descriptor - /// File descriptor for BDNEKEEAGHG.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static BDNEKEEAGHGReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFCRE5FS0VFQUdIRy5wcm90byI3CgtCRE5FS0VFQUdIRxITCgt3b3JsZF9s", - "ZXZlbBgEIAEoDRITCgtKREFOT0tOSE5ITBgGIAEoDUIeqgIbRWdnTGluay5E", - "YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BDNEKEEAGHG), global::EggLink.DanhengServer.Proto.BDNEKEEAGHG.Parser, new[]{ "WorldLevel", "JDANOKNHNHL" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class BDNEKEEAGHG : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BDNEKEEAGHG()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.BDNEKEEAGHGReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BDNEKEEAGHG() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BDNEKEEAGHG(BDNEKEEAGHG other) : this() { - worldLevel_ = other.worldLevel_; - jDANOKNHNHL_ = other.jDANOKNHNHL_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BDNEKEEAGHG Clone() { - return new BDNEKEEAGHG(this); - } - - /// Field number for the "world_level" field. - public const int WorldLevelFieldNumber = 4; - private uint worldLevel_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint WorldLevel { - get { return worldLevel_; } - set { - worldLevel_ = value; - } - } - - /// Field number for the "JDANOKNHNHL" field. - public const int JDANOKNHNHLFieldNumber = 6; - private uint jDANOKNHNHL_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint JDANOKNHNHL { - get { return jDANOKNHNHL_; } - set { - jDANOKNHNHL_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as BDNEKEEAGHG); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(BDNEKEEAGHG other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (WorldLevel != other.WorldLevel) return false; - if (JDANOKNHNHL != other.JDANOKNHNHL) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (WorldLevel != 0) hash ^= WorldLevel.GetHashCode(); - if (JDANOKNHNHL != 0) hash ^= JDANOKNHNHL.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (WorldLevel != 0) { - output.WriteRawTag(32); - output.WriteUInt32(WorldLevel); - } - if (JDANOKNHNHL != 0) { - output.WriteRawTag(48); - output.WriteUInt32(JDANOKNHNHL); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (WorldLevel != 0) { - output.WriteRawTag(32); - output.WriteUInt32(WorldLevel); - } - if (JDANOKNHNHL != 0) { - output.WriteRawTag(48); - output.WriteUInt32(JDANOKNHNHL); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (WorldLevel != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(WorldLevel); - } - if (JDANOKNHNHL != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JDANOKNHNHL); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(BDNEKEEAGHG other) { - if (other == null) { - return; - } - if (other.WorldLevel != 0) { - WorldLevel = other.WorldLevel; - } - if (other.JDANOKNHNHL != 0) { - JDANOKNHNHL = other.JDANOKNHNHL; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 32: { - WorldLevel = input.ReadUInt32(); - break; - } - case 48: { - JDANOKNHNHL = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 32: { - WorldLevel = input.ReadUInt32(); - break; - } - case 48: { - JDANOKNHNHL = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/BFLJDBHBMNP.cs b/Proto/BFLJDBHBMNP.cs deleted file mode 100644 index 6bf9d659..00000000 --- a/Proto/BFLJDBHBMNP.cs +++ /dev/null @@ -1,272 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: BFLJDBHBMNP.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from BFLJDBHBMNP.proto - public static partial class BFLJDBHBMNPReflection { - - #region Descriptor - /// File descriptor for BFLJDBHBMNP.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static BFLJDBHBMNPReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFCRkxKREJIQk1OUC5wcm90bxoWUm9ndWVNaXJhY2xlSW5mby5wcm90byJa", - "CgtCRkxKREJIQk1OUBIsChFnYW1lX21pcmFjbGVfaW5mbxgGIAEoCzIRLlJv", - "Z3VlTWlyYWNsZUluZm8SHQoVbWlyYWNsZV9oYW5kYm9va19saXN0GAEgAygN", - "Qh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueMiracleInfoReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BFLJDBHBMNP), global::EggLink.DanhengServer.Proto.BFLJDBHBMNP.Parser, new[]{ "GameMiracleInfo", "MiracleHandbookList" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class BFLJDBHBMNP : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BFLJDBHBMNP()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.BFLJDBHBMNPReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BFLJDBHBMNP() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BFLJDBHBMNP(BFLJDBHBMNP other) : this() { - gameMiracleInfo_ = other.gameMiracleInfo_ != null ? other.gameMiracleInfo_.Clone() : null; - miracleHandbookList_ = other.miracleHandbookList_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BFLJDBHBMNP Clone() { - return new BFLJDBHBMNP(this); - } - - /// Field number for the "game_miracle_info" field. - public const int GameMiracleInfoFieldNumber = 6; - private global::EggLink.DanhengServer.Proto.RogueMiracleInfo gameMiracleInfo_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.RogueMiracleInfo GameMiracleInfo { - get { return gameMiracleInfo_; } - set { - gameMiracleInfo_ = value; - } - } - - /// Field number for the "miracle_handbook_list" field. - public const int MiracleHandbookListFieldNumber = 1; - private static readonly pb::FieldCodec _repeated_miracleHandbookList_codec - = pb::FieldCodec.ForUInt32(10); - private readonly pbc::RepeatedField miracleHandbookList_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField MiracleHandbookList { - get { return miracleHandbookList_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as BFLJDBHBMNP); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(BFLJDBHBMNP other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (!object.Equals(GameMiracleInfo, other.GameMiracleInfo)) return false; - if(!miracleHandbookList_.Equals(other.miracleHandbookList_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (gameMiracleInfo_ != null) hash ^= GameMiracleInfo.GetHashCode(); - hash ^= miracleHandbookList_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - miracleHandbookList_.WriteTo(output, _repeated_miracleHandbookList_codec); - if (gameMiracleInfo_ != null) { - output.WriteRawTag(50); - output.WriteMessage(GameMiracleInfo); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - miracleHandbookList_.WriteTo(ref output, _repeated_miracleHandbookList_codec); - if (gameMiracleInfo_ != null) { - output.WriteRawTag(50); - output.WriteMessage(GameMiracleInfo); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (gameMiracleInfo_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(GameMiracleInfo); - } - size += miracleHandbookList_.CalculateSize(_repeated_miracleHandbookList_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(BFLJDBHBMNP other) { - if (other == null) { - return; - } - if (other.gameMiracleInfo_ != null) { - if (gameMiracleInfo_ == null) { - GameMiracleInfo = new global::EggLink.DanhengServer.Proto.RogueMiracleInfo(); - } - GameMiracleInfo.MergeFrom(other.GameMiracleInfo); - } - miracleHandbookList_.Add(other.miracleHandbookList_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: - case 8: { - miracleHandbookList_.AddEntriesFrom(input, _repeated_miracleHandbookList_codec); - break; - } - case 50: { - if (gameMiracleInfo_ == null) { - GameMiracleInfo = new global::EggLink.DanhengServer.Proto.RogueMiracleInfo(); - } - input.ReadMessage(GameMiracleInfo); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 10: - case 8: { - miracleHandbookList_.AddEntriesFrom(ref input, _repeated_miracleHandbookList_codec); - break; - } - case 50: { - if (gameMiracleInfo_ == null) { - GameMiracleInfo = new global::EggLink.DanhengServer.Proto.RogueMiracleInfo(); - } - input.ReadMessage(GameMiracleInfo); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/BIPLKGDFAFJ.cs b/Proto/BIPLKGDFAFJ.cs deleted file mode 100644 index bf63a490..00000000 --- a/Proto/BIPLKGDFAFJ.cs +++ /dev/null @@ -1,449 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: BIPLKGDFAFJ.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from BIPLKGDFAFJ.proto - public static partial class BIPLKGDFAFJReflection { - - #region Descriptor - /// File descriptor for BIPLKGDFAFJ.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static BIPLKGDFAFJReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFCSVBMS0dERkFGSi5wcm90bxoTTWF0Y2hVbml0VHlwZS5wcm90bxoTRmln", - "aHRHYW1lTW9kZS5wcm90bxoRQ0JCRElPTUlGSEQucHJvdG8ivgEKC0JJUExL", - "R0RGQUZKEgoKAmlkGAEgASgEEiMKC1BETU9MUExDRkxHGAIgASgOMg4uRmln", - "aHRHYW1lTW9kZRIhCgtJSUhQTUxJQkJFQhgDIAMoCzIMLkNCQkRJT01JRkhE", - "EhwKBHR5cGUYBCABKA4yDi5NYXRjaFVuaXRUeXBlEhMKC0lORkhJS0JMSkxB", - "GAUgASgEEhMKC01MRUxBSkRMSk5MGAYgASgEEhMKC0pCTkVOTEhDQ0JIGAcg", - "ASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MatchUnitTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.FightGameModeReflection.Descriptor, global::EggLink.DanhengServer.Proto.CBBDIOMIFHDReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BIPLKGDFAFJ), global::EggLink.DanhengServer.Proto.BIPLKGDFAFJ.Parser, new[]{ "Id", "PDMOLPLCFLG", "IIHPMLIBBEB", "Type", "INFHIKBLJLA", "MLELAJDLJNL", "JBNENLHCCBH" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class BIPLKGDFAFJ : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BIPLKGDFAFJ()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.BIPLKGDFAFJReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BIPLKGDFAFJ() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BIPLKGDFAFJ(BIPLKGDFAFJ other) : this() { - id_ = other.id_; - pDMOLPLCFLG_ = other.pDMOLPLCFLG_; - iIHPMLIBBEB_ = other.iIHPMLIBBEB_.Clone(); - type_ = other.type_; - iNFHIKBLJLA_ = other.iNFHIKBLJLA_; - mLELAJDLJNL_ = other.mLELAJDLJNL_; - jBNENLHCCBH_ = other.jBNENLHCCBH_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BIPLKGDFAFJ Clone() { - return new BIPLKGDFAFJ(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private ulong id_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ulong Id { - get { return id_; } - set { - id_ = value; - } - } - - /// Field number for the "PDMOLPLCFLG" field. - public const int PDMOLPLCFLGFieldNumber = 2; - private global::EggLink.DanhengServer.Proto.FightGameMode pDMOLPLCFLG_ = global::EggLink.DanhengServer.Proto.FightGameMode.None; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.FightGameMode PDMOLPLCFLG { - get { return pDMOLPLCFLG_; } - set { - pDMOLPLCFLG_ = value; - } - } - - /// Field number for the "IIHPMLIBBEB" field. - public const int IIHPMLIBBEBFieldNumber = 3; - private static readonly pb::FieldCodec _repeated_iIHPMLIBBEB_codec - = pb::FieldCodec.ForMessage(26, global::EggLink.DanhengServer.Proto.CBBDIOMIFHD.Parser); - private readonly pbc::RepeatedField iIHPMLIBBEB_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField IIHPMLIBBEB { - get { return iIHPMLIBBEB_; } - } - - /// Field number for the "type" field. - public const int TypeFieldNumber = 4; - private global::EggLink.DanhengServer.Proto.MatchUnitType type_ = global::EggLink.DanhengServer.Proto.MatchUnitType.None; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.MatchUnitType Type { - get { return type_; } - set { - type_ = value; - } - } - - /// Field number for the "INFHIKBLJLA" field. - public const int INFHIKBLJLAFieldNumber = 5; - private ulong iNFHIKBLJLA_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ulong INFHIKBLJLA { - get { return iNFHIKBLJLA_; } - set { - iNFHIKBLJLA_ = value; - } - } - - /// Field number for the "MLELAJDLJNL" field. - public const int MLELAJDLJNLFieldNumber = 6; - private ulong mLELAJDLJNL_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ulong MLELAJDLJNL { - get { return mLELAJDLJNL_; } - set { - mLELAJDLJNL_ = value; - } - } - - /// Field number for the "JBNENLHCCBH" field. - public const int JBNENLHCCBHFieldNumber = 7; - private uint jBNENLHCCBH_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint JBNENLHCCBH { - get { return jBNENLHCCBH_; } - set { - jBNENLHCCBH_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as BIPLKGDFAFJ); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(BIPLKGDFAFJ other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - if (PDMOLPLCFLG != other.PDMOLPLCFLG) return false; - if(!iIHPMLIBBEB_.Equals(other.iIHPMLIBBEB_)) return false; - if (Type != other.Type) return false; - if (INFHIKBLJLA != other.INFHIKBLJLA) return false; - if (MLELAJDLJNL != other.MLELAJDLJNL) return false; - if (JBNENLHCCBH != other.JBNENLHCCBH) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Id != 0UL) hash ^= Id.GetHashCode(); - if (PDMOLPLCFLG != global::EggLink.DanhengServer.Proto.FightGameMode.None) hash ^= PDMOLPLCFLG.GetHashCode(); - hash ^= iIHPMLIBBEB_.GetHashCode(); - if (Type != global::EggLink.DanhengServer.Proto.MatchUnitType.None) hash ^= Type.GetHashCode(); - if (INFHIKBLJLA != 0UL) hash ^= INFHIKBLJLA.GetHashCode(); - if (MLELAJDLJNL != 0UL) hash ^= MLELAJDLJNL.GetHashCode(); - if (JBNENLHCCBH != 0) hash ^= JBNENLHCCBH.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Id != 0UL) { - output.WriteRawTag(8); - output.WriteUInt64(Id); - } - if (PDMOLPLCFLG != global::EggLink.DanhengServer.Proto.FightGameMode.None) { - output.WriteRawTag(16); - output.WriteEnum((int) PDMOLPLCFLG); - } - iIHPMLIBBEB_.WriteTo(output, _repeated_iIHPMLIBBEB_codec); - if (Type != global::EggLink.DanhengServer.Proto.MatchUnitType.None) { - output.WriteRawTag(32); - output.WriteEnum((int) Type); - } - if (INFHIKBLJLA != 0UL) { - output.WriteRawTag(40); - output.WriteUInt64(INFHIKBLJLA); - } - if (MLELAJDLJNL != 0UL) { - output.WriteRawTag(48); - output.WriteUInt64(MLELAJDLJNL); - } - if (JBNENLHCCBH != 0) { - output.WriteRawTag(56); - output.WriteUInt32(JBNENLHCCBH); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Id != 0UL) { - output.WriteRawTag(8); - output.WriteUInt64(Id); - } - if (PDMOLPLCFLG != global::EggLink.DanhengServer.Proto.FightGameMode.None) { - output.WriteRawTag(16); - output.WriteEnum((int) PDMOLPLCFLG); - } - iIHPMLIBBEB_.WriteTo(ref output, _repeated_iIHPMLIBBEB_codec); - if (Type != global::EggLink.DanhengServer.Proto.MatchUnitType.None) { - output.WriteRawTag(32); - output.WriteEnum((int) Type); - } - if (INFHIKBLJLA != 0UL) { - output.WriteRawTag(40); - output.WriteUInt64(INFHIKBLJLA); - } - if (MLELAJDLJNL != 0UL) { - output.WriteRawTag(48); - output.WriteUInt64(MLELAJDLJNL); - } - if (JBNENLHCCBH != 0) { - output.WriteRawTag(56); - output.WriteUInt32(JBNENLHCCBH); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Id != 0UL) { - size += 1 + pb::CodedOutputStream.ComputeUInt64Size(Id); - } - if (PDMOLPLCFLG != global::EggLink.DanhengServer.Proto.FightGameMode.None) { - size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) PDMOLPLCFLG); - } - size += iIHPMLIBBEB_.CalculateSize(_repeated_iIHPMLIBBEB_codec); - if (Type != global::EggLink.DanhengServer.Proto.MatchUnitType.None) { - size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Type); - } - if (INFHIKBLJLA != 0UL) { - size += 1 + pb::CodedOutputStream.ComputeUInt64Size(INFHIKBLJLA); - } - if (MLELAJDLJNL != 0UL) { - size += 1 + pb::CodedOutputStream.ComputeUInt64Size(MLELAJDLJNL); - } - if (JBNENLHCCBH != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JBNENLHCCBH); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(BIPLKGDFAFJ other) { - if (other == null) { - return; - } - if (other.Id != 0UL) { - Id = other.Id; - } - if (other.PDMOLPLCFLG != global::EggLink.DanhengServer.Proto.FightGameMode.None) { - PDMOLPLCFLG = other.PDMOLPLCFLG; - } - iIHPMLIBBEB_.Add(other.iIHPMLIBBEB_); - if (other.Type != global::EggLink.DanhengServer.Proto.MatchUnitType.None) { - Type = other.Type; - } - if (other.INFHIKBLJLA != 0UL) { - INFHIKBLJLA = other.INFHIKBLJLA; - } - if (other.MLELAJDLJNL != 0UL) { - MLELAJDLJNL = other.MLELAJDLJNL; - } - if (other.JBNENLHCCBH != 0) { - JBNENLHCCBH = other.JBNENLHCCBH; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - Id = input.ReadUInt64(); - break; - } - case 16: { - PDMOLPLCFLG = (global::EggLink.DanhengServer.Proto.FightGameMode) input.ReadEnum(); - break; - } - case 26: { - iIHPMLIBBEB_.AddEntriesFrom(input, _repeated_iIHPMLIBBEB_codec); - break; - } - case 32: { - Type = (global::EggLink.DanhengServer.Proto.MatchUnitType) input.ReadEnum(); - break; - } - case 40: { - INFHIKBLJLA = input.ReadUInt64(); - break; - } - case 48: { - MLELAJDLJNL = input.ReadUInt64(); - break; - } - case 56: { - JBNENLHCCBH = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - Id = input.ReadUInt64(); - break; - } - case 16: { - PDMOLPLCFLG = (global::EggLink.DanhengServer.Proto.FightGameMode) input.ReadEnum(); - break; - } - case 26: { - iIHPMLIBBEB_.AddEntriesFrom(ref input, _repeated_iIHPMLIBBEB_codec); - break; - } - case 32: { - Type = (global::EggLink.DanhengServer.Proto.MatchUnitType) input.ReadEnum(); - break; - } - case 40: { - INFHIKBLJLA = input.ReadUInt64(); - break; - } - case 48: { - MLELAJDLJNL = input.ReadUInt64(); - break; - } - case 56: { - JBNENLHCCBH = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/BKBILPDKOIL.cs b/Proto/BKBILPDKOIL.cs index d7dbd486..0188c5b2 100644 --- a/Proto/BKBILPDKOIL.cs +++ b/Proto/BKBILPDKOIL.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static BKBILPDKOILReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFCS0JJTFBES09JTC5wcm90byJ2CgtCS0JJTFBES09JTBITCgtMSEpQS01E", - "TU5NUBgPIAEoDRITCgtIUEpKRENKSEhPQRgLIAEoBBITCgtISkVKRk5GQU1Q", - "ThgBIAEoAxITCgtDQUJFSEtPRkxQRxgDIAEoCBITCgtKUEFDT0JHQkRCRxgJ", - "IAMoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "ChFCS0JJTFBES09JTC5wcm90byJvCgtCS0JJTFBES09JTBITCgtMSEpQS01E", + "TU5NUBgPIAEoDRITCgtIUEpKRENKSEhPQRgLIAEoBBIMCgR0aW1lGAEgASgD", + "EhMKC0NBQkVIS09GTFBHGAMgASgIEhMKC0pQQUNPQkdCREJHGAkgAygNQh6q", + "AhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BKBILPDKOIL), global::EggLink.DanhengServer.Proto.BKBILPDKOIL.Parser, new[]{ "LHJPKMDMNMP", "HPJJDCJHHOA", "HJEJFNFAMPN", "CABEHKOFLPG", "JPACOBGBDBG" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BKBILPDKOIL), global::EggLink.DanhengServer.Proto.BKBILPDKOIL.Parser, new[]{ "LHJPKMDMNMP", "HPJJDCJHHOA", "Time", "CABEHKOFLPG", "JPACOBGBDBG" }, null, null, null, null) })); } #endregion @@ -75,7 +75,7 @@ namespace EggLink.DanhengServer.Proto { public BKBILPDKOIL(BKBILPDKOIL other) : this() { lHJPKMDMNMP_ = other.lHJPKMDMNMP_; hPJJDCJHHOA_ = other.hPJJDCJHHOA_; - hJEJFNFAMPN_ = other.hJEJFNFAMPN_; + time_ = other.time_; cABEHKOFLPG_ = other.cABEHKOFLPG_; jPACOBGBDBG_ = other.jPACOBGBDBG_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); @@ -111,15 +111,15 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "HJEJFNFAMPN" field. - public const int HJEJFNFAMPNFieldNumber = 1; - private long hJEJFNFAMPN_; + /// Field number for the "time" field. + public const int TimeFieldNumber = 1; + private long time_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public long HJEJFNFAMPN { - get { return hJEJFNFAMPN_; } + public long Time { + get { return time_; } set { - hJEJFNFAMPN_ = value; + time_ = value; } } @@ -163,7 +163,7 @@ namespace EggLink.DanhengServer.Proto { } if (LHJPKMDMNMP != other.LHJPKMDMNMP) return false; if (HPJJDCJHHOA != other.HPJJDCJHHOA) return false; - if (HJEJFNFAMPN != other.HJEJFNFAMPN) return false; + if (Time != other.Time) return false; if (CABEHKOFLPG != other.CABEHKOFLPG) return false; if(!jPACOBGBDBG_.Equals(other.jPACOBGBDBG_)) return false; return Equals(_unknownFields, other._unknownFields); @@ -175,7 +175,7 @@ namespace EggLink.DanhengServer.Proto { int hash = 1; if (LHJPKMDMNMP != 0) hash ^= LHJPKMDMNMP.GetHashCode(); if (HPJJDCJHHOA != 0UL) hash ^= HPJJDCJHHOA.GetHashCode(); - if (HJEJFNFAMPN != 0L) hash ^= HJEJFNFAMPN.GetHashCode(); + if (Time != 0L) hash ^= Time.GetHashCode(); if (CABEHKOFLPG != false) hash ^= CABEHKOFLPG.GetHashCode(); hash ^= jPACOBGBDBG_.GetHashCode(); if (_unknownFields != null) { @@ -196,9 +196,9 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (HJEJFNFAMPN != 0L) { + if (Time != 0L) { output.WriteRawTag(8); - output.WriteInt64(HJEJFNFAMPN); + output.WriteInt64(Time); } if (CABEHKOFLPG != false) { output.WriteRawTag(24); @@ -223,9 +223,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (HJEJFNFAMPN != 0L) { + if (Time != 0L) { output.WriteRawTag(8); - output.WriteInt64(HJEJFNFAMPN); + output.WriteInt64(Time); } if (CABEHKOFLPG != false) { output.WriteRawTag(24); @@ -256,8 +256,8 @@ namespace EggLink.DanhengServer.Proto { if (HPJJDCJHHOA != 0UL) { size += 1 + pb::CodedOutputStream.ComputeUInt64Size(HPJJDCJHHOA); } - if (HJEJFNFAMPN != 0L) { - size += 1 + pb::CodedOutputStream.ComputeInt64Size(HJEJFNFAMPN); + if (Time != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Time); } if (CABEHKOFLPG != false) { size += 1 + 1; @@ -281,8 +281,8 @@ namespace EggLink.DanhengServer.Proto { if (other.HPJJDCJHHOA != 0UL) { HPJJDCJHHOA = other.HPJJDCJHHOA; } - if (other.HJEJFNFAMPN != 0L) { - HJEJFNFAMPN = other.HJEJFNFAMPN; + if (other.Time != 0L) { + Time = other.Time; } if (other.CABEHKOFLPG != false) { CABEHKOFLPG = other.CABEHKOFLPG; @@ -304,7 +304,7 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 8: { - HJEJFNFAMPN = input.ReadInt64(); + Time = input.ReadInt64(); break; } case 24: { @@ -340,7 +340,7 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 8: { - HJEJFNFAMPN = input.ReadInt64(); + Time = input.ReadInt64(); break; } case 24: { diff --git a/Proto/BKFFNNAIODC.cs b/Proto/BKFFNNAIODC.cs index 6922b395..0f52ed77 100644 --- a/Proto/BKFFNNAIODC.cs +++ b/Proto/BKFFNNAIODC.cs @@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto { static BKFFNNAIODCReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFCS0ZGTk5BSU9EQy5wcm90bxoVUm9ndWVDb21tb25CdWZmLnByb3RvGhZH", - "YW1lUm9ndWVNaXJhY2xlLnByb3RvImkKC0JLRkZOTkFJT0RDEicKDG1pcmFj", - "bGVfbGlzdBgHIAMoCzIRLkdhbWVSb2d1ZU1pcmFjbGUSDAoEY29pbhgGIAEo", - "DRIjCglidWZmX2xpc3QYCCADKAsyEC5Sb2d1ZUNvbW1vbkJ1ZmZCHqoCG0Vn", - "Z0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); + "ChFCS0ZGTk5BSU9EQy5wcm90bxoWR2FtZVJvZ3VlTWlyYWNsZS5wcm90bxoV", + "Um9ndWVDb21tb25CdWZmLnByb3RvIm8KC0JLRkZOTkFJT0RDEicKDG1pcmFj", + "bGVfbGlzdBgHIAMoCzIRLkdhbWVSb2d1ZU1pcmFjbGUSEgoKaXRlbV92YWx1", + "ZRgGIAEoDRIjCglidWZmX2xpc3QYCCADKAsyEC5Sb2d1ZUNvbW1vbkJ1ZmZC", + "HqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueCommonBuffReflection.Descriptor, global::EggLink.DanhengServer.Proto.GameRogueMiracleReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GameRogueMiracleReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonBuffReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BKFFNNAIODC), global::EggLink.DanhengServer.Proto.BKFFNNAIODC.Parser, new[]{ "MiracleList", "Coin", "BuffList" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BKFFNNAIODC), global::EggLink.DanhengServer.Proto.BKFFNNAIODC.Parser, new[]{ "MiracleList", "ItemValue", "BuffList" }, null, null, null, null) })); } #endregion @@ -75,7 +75,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public BKFFNNAIODC(BKFFNNAIODC other) : this() { miracleList_ = other.miracleList_.Clone(); - coin_ = other.coin_; + itemValue_ = other.itemValue_; buffList_ = other.buffList_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -97,15 +97,15 @@ namespace EggLink.DanhengServer.Proto { get { return miracleList_; } } - /// Field number for the "coin" field. - public const int CoinFieldNumber = 6; - private uint coin_; + /// Field number for the "item_value" field. + public const int ItemValueFieldNumber = 6; + private uint itemValue_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint Coin { - get { return coin_; } + public uint ItemValue { + get { return itemValue_; } set { - coin_ = value; + itemValue_ = value; } } @@ -136,7 +136,7 @@ namespace EggLink.DanhengServer.Proto { return true; } if(!miracleList_.Equals(other.miracleList_)) return false; - if (Coin != other.Coin) return false; + if (ItemValue != other.ItemValue) return false; if(!buffList_.Equals(other.buffList_)) return false; return Equals(_unknownFields, other._unknownFields); } @@ -146,7 +146,7 @@ namespace EggLink.DanhengServer.Proto { public override int GetHashCode() { int hash = 1; hash ^= miracleList_.GetHashCode(); - if (Coin != 0) hash ^= Coin.GetHashCode(); + if (ItemValue != 0) hash ^= ItemValue.GetHashCode(); hash ^= buffList_.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); @@ -166,9 +166,9 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (Coin != 0) { + if (ItemValue != 0) { output.WriteRawTag(48); - output.WriteUInt32(Coin); + output.WriteUInt32(ItemValue); } miracleList_.WriteTo(output, _repeated_miracleList_codec); buffList_.WriteTo(output, _repeated_buffList_codec); @@ -182,9 +182,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Coin != 0) { + if (ItemValue != 0) { output.WriteRawTag(48); - output.WriteUInt32(Coin); + output.WriteUInt32(ItemValue); } miracleList_.WriteTo(ref output, _repeated_miracleList_codec); buffList_.WriteTo(ref output, _repeated_buffList_codec); @@ -199,8 +199,8 @@ namespace EggLink.DanhengServer.Proto { public int CalculateSize() { int size = 0; size += miracleList_.CalculateSize(_repeated_miracleList_codec); - if (Coin != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Coin); + if (ItemValue != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ItemValue); } size += buffList_.CalculateSize(_repeated_buffList_codec); if (_unknownFields != null) { @@ -216,8 +216,8 @@ namespace EggLink.DanhengServer.Proto { return; } miracleList_.Add(other.miracleList_); - if (other.Coin != 0) { - Coin = other.Coin; + if (other.ItemValue != 0) { + ItemValue = other.ItemValue; } buffList_.Add(other.buffList_); _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); @@ -236,7 +236,7 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 48: { - Coin = input.ReadUInt32(); + ItemValue = input.ReadUInt32(); break; } case 58: { @@ -263,7 +263,7 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 48: { - Coin = input.ReadUInt32(); + ItemValue = input.ReadUInt32(); break; } case 58: { diff --git a/Proto/BLCPNBIKCLP.cs b/Proto/BLCPNBIKCLP.cs deleted file mode 100644 index 8917d7c4..00000000 --- a/Proto/BLCPNBIKCLP.cs +++ /dev/null @@ -1,233 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: BLCPNBIKCLP.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from BLCPNBIKCLP.proto - public static partial class BLCPNBIKCLPReflection { - - #region Descriptor - /// File descriptor for BLCPNBIKCLP.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static BLCPNBIKCLPReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFCTENQTkJJS0NMUC5wcm90byIcCgtCTENQTkJJS0NMUBINCgVjb3VudBgG", - "IAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BLCPNBIKCLP), global::EggLink.DanhengServer.Proto.BLCPNBIKCLP.Parser, new[]{ "Count" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class BLCPNBIKCLP : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BLCPNBIKCLP()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.BLCPNBIKCLPReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BLCPNBIKCLP() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BLCPNBIKCLP(BLCPNBIKCLP other) : this() { - count_ = other.count_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BLCPNBIKCLP Clone() { - return new BLCPNBIKCLP(this); - } - - /// Field number for the "count" field. - public const int CountFieldNumber = 6; - private uint count_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint Count { - get { return count_; } - set { - count_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as BLCPNBIKCLP); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(BLCPNBIKCLP other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Count != other.Count) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Count != 0) hash ^= Count.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Count != 0) { - output.WriteRawTag(48); - output.WriteUInt32(Count); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Count != 0) { - output.WriteRawTag(48); - output.WriteUInt32(Count); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Count != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Count); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(BLCPNBIKCLP other) { - if (other == null) { - return; - } - if (other.Count != 0) { - Count = other.Count; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 48: { - Count = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 48: { - Count = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/BLMJNFFPMCN.cs b/Proto/BLMJNFFPMCN.cs deleted file mode 100644 index bfe746a2..00000000 --- a/Proto/BLMJNFFPMCN.cs +++ /dev/null @@ -1,237 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: BLMJNFFPMCN.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from BLMJNFFPMCN.proto - public static partial class BLMJNFFPMCNReflection { - - #region Descriptor - /// File descriptor for BLMJNFFPMCN.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static BLMJNFFPMCNReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFCTE1KTkZGUE1DTi5wcm90byIiCgtCTE1KTkZGUE1DThITCgtQSUZQR0tG", - "RkJQThgBIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", - "cm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BLMJNFFPMCN), global::EggLink.DanhengServer.Proto.BLMJNFFPMCN.Parser, new[]{ "PIFPGKFFBPN" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class BLMJNFFPMCN : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BLMJNFFPMCN()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.BLMJNFFPMCNReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BLMJNFFPMCN() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BLMJNFFPMCN(BLMJNFFPMCN other) : this() { - pIFPGKFFBPN_ = other.pIFPGKFFBPN_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BLMJNFFPMCN Clone() { - return new BLMJNFFPMCN(this); - } - - /// Field number for the "PIFPGKFFBPN" field. - public const int PIFPGKFFBPNFieldNumber = 1; - private uint pIFPGKFFBPN_; - /// - /// repeated LBENAAHCPEO KMKFOJAHELJ = 9; - /// - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint PIFPGKFFBPN { - get { return pIFPGKFFBPN_; } - set { - pIFPGKFFBPN_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as BLMJNFFPMCN); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(BLMJNFFPMCN other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (PIFPGKFFBPN != other.PIFPGKFFBPN) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (PIFPGKFFBPN != 0) hash ^= PIFPGKFFBPN.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (PIFPGKFFBPN != 0) { - output.WriteRawTag(8); - output.WriteUInt32(PIFPGKFFBPN); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (PIFPGKFFBPN != 0) { - output.WriteRawTag(8); - output.WriteUInt32(PIFPGKFFBPN); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (PIFPGKFFBPN != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PIFPGKFFBPN); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(BLMJNFFPMCN other) { - if (other == null) { - return; - } - if (other.PIFPGKFFBPN != 0) { - PIFPGKFFBPN = other.PIFPGKFFBPN; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - PIFPGKFFBPN = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - PIFPGKFFBPN = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/BPNMJCHEDNL.cs b/Proto/BPNMJCHEDNL.cs deleted file mode 100644 index 8d0d4ac9..00000000 --- a/Proto/BPNMJCHEDNL.cs +++ /dev/null @@ -1,802 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: BPNMJCHEDNL.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from BPNMJCHEDNL.proto - public static partial class BPNMJCHEDNLReflection { - - #region Descriptor - /// File descriptor for BPNMJCHEDNL.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static BPNMJCHEDNLReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFCUE5NSkNIRUROTC5wcm90bxoRSENKSk9PRktDSkgucHJvdG8aEUxOR01E", - "TUlQQ0tMLnByb3RvIpgDCgtCUE5NSkNIRUROTBIbChNtb25zdGVyX2JhdHRs", - "ZV90eXBlGAEgASgNEhMKC0RCQURMTkZPUEFPGAIgASgEEhAKCGxldmVsX2lk", - "GAMgASgNEhQKDG1hcmJsZV9sZXZlbBgEIAEoDRIhCgtCSUVDR0ZJTUNGQhgF", - "IAMoCzIMLkhDSkpPT0ZLQ0pIEgwKBHJhbmsYBiABKA0SEwoLRUtMRFBBTE5M", - "REMYByABKAQSIQoLRkZGR0ZDUEhCUE4YCCADKAsyDC5IQ0pKT09GS0NKSBIT", - "CgtKQkxNR05QTUFETRgJIAEoDRITCgtJTUJDTEZDQk9EShgKIAEoDRIQCghz", - "Y29yZV9pZBgLIAEoBRITCgtOUEpFRUNFRFBPSxgMIAEoBRIhCgtQQ0VBRUNN", - "S0RFSBgNIAMoCzIMLkxOR01ETUlQQ0tMEhMKC0lGTk1CTkdJRlBIGA4gASgN", - "EhMKC0lFSEpHT01CUEJJGA8gASgNEhMKC0lQSEFGS0ZHTkFPGBAgASgNEhMK", - "C0xCUEZFQ0xHRUZDGBEgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIu", - "UHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.HCJJOOFKCJHReflection.Descriptor, global::EggLink.DanhengServer.Proto.LNGMDMIPCKLReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BPNMJCHEDNL), global::EggLink.DanhengServer.Proto.BPNMJCHEDNL.Parser, new[]{ "MonsterBattleType", "DBADLNFOPAO", "LevelId", "MarbleLevel", "BIECGFIMCFB", "Rank", "EKLDPALNLDC", "FFFGFCPHBPN", "JBLMGNPMADM", "IMBCLFCBODJ", "ScoreId", "NPJEECEDPOK", "PCEAECMKDEH", "IFNMBNGIFPH", "IEHJGOMBPBI", "IPHAFKFGNAO", "LBPFECLGEFC" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class BPNMJCHEDNL : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BPNMJCHEDNL()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.BPNMJCHEDNLReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BPNMJCHEDNL() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BPNMJCHEDNL(BPNMJCHEDNL other) : this() { - monsterBattleType_ = other.monsterBattleType_; - dBADLNFOPAO_ = other.dBADLNFOPAO_; - levelId_ = other.levelId_; - marbleLevel_ = other.marbleLevel_; - bIECGFIMCFB_ = other.bIECGFIMCFB_.Clone(); - rank_ = other.rank_; - eKLDPALNLDC_ = other.eKLDPALNLDC_; - fFFGFCPHBPN_ = other.fFFGFCPHBPN_.Clone(); - jBLMGNPMADM_ = other.jBLMGNPMADM_; - iMBCLFCBODJ_ = other.iMBCLFCBODJ_; - scoreId_ = other.scoreId_; - nPJEECEDPOK_ = other.nPJEECEDPOK_; - pCEAECMKDEH_ = other.pCEAECMKDEH_.Clone(); - iFNMBNGIFPH_ = other.iFNMBNGIFPH_; - iEHJGOMBPBI_ = other.iEHJGOMBPBI_; - iPHAFKFGNAO_ = other.iPHAFKFGNAO_; - lBPFECLGEFC_ = other.lBPFECLGEFC_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BPNMJCHEDNL Clone() { - return new BPNMJCHEDNL(this); - } - - /// Field number for the "monster_battle_type" field. - public const int MonsterBattleTypeFieldNumber = 1; - private uint monsterBattleType_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint MonsterBattleType { - get { return monsterBattleType_; } - set { - monsterBattleType_ = value; - } - } - - /// Field number for the "DBADLNFOPAO" field. - public const int DBADLNFOPAOFieldNumber = 2; - private ulong dBADLNFOPAO_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ulong DBADLNFOPAO { - get { return dBADLNFOPAO_; } - set { - dBADLNFOPAO_ = value; - } - } - - /// Field number for the "level_id" field. - public const int LevelIdFieldNumber = 3; - private uint levelId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint LevelId { - get { return levelId_; } - set { - levelId_ = value; - } - } - - /// Field number for the "marble_level" field. - public const int MarbleLevelFieldNumber = 4; - private uint marbleLevel_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint MarbleLevel { - get { return marbleLevel_; } - set { - marbleLevel_ = value; - } - } - - /// Field number for the "BIECGFIMCFB" field. - public const int BIECGFIMCFBFieldNumber = 5; - private static readonly pb::FieldCodec _repeated_bIECGFIMCFB_codec - = pb::FieldCodec.ForMessage(42, global::EggLink.DanhengServer.Proto.HCJJOOFKCJH.Parser); - private readonly pbc::RepeatedField bIECGFIMCFB_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField BIECGFIMCFB { - get { return bIECGFIMCFB_; } - } - - /// Field number for the "rank" field. - public const int RankFieldNumber = 6; - private uint rank_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint Rank { - get { return rank_; } - set { - rank_ = value; - } - } - - /// Field number for the "EKLDPALNLDC" field. - public const int EKLDPALNLDCFieldNumber = 7; - private ulong eKLDPALNLDC_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ulong EKLDPALNLDC { - get { return eKLDPALNLDC_; } - set { - eKLDPALNLDC_ = value; - } - } - - /// Field number for the "FFFGFCPHBPN" field. - public const int FFFGFCPHBPNFieldNumber = 8; - private static readonly pb::FieldCodec _repeated_fFFGFCPHBPN_codec - = pb::FieldCodec.ForMessage(66, global::EggLink.DanhengServer.Proto.HCJJOOFKCJH.Parser); - private readonly pbc::RepeatedField fFFGFCPHBPN_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField FFFGFCPHBPN { - get { return fFFGFCPHBPN_; } - } - - /// Field number for the "JBLMGNPMADM" field. - public const int JBLMGNPMADMFieldNumber = 9; - private uint jBLMGNPMADM_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint JBLMGNPMADM { - get { return jBLMGNPMADM_; } - set { - jBLMGNPMADM_ = value; - } - } - - /// Field number for the "IMBCLFCBODJ" field. - public const int IMBCLFCBODJFieldNumber = 10; - private uint iMBCLFCBODJ_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint IMBCLFCBODJ { - get { return iMBCLFCBODJ_; } - set { - iMBCLFCBODJ_ = value; - } - } - - /// Field number for the "score_id" field. - public const int ScoreIdFieldNumber = 11; - private int scoreId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int ScoreId { - get { return scoreId_; } - set { - scoreId_ = value; - } - } - - /// Field number for the "NPJEECEDPOK" field. - public const int NPJEECEDPOKFieldNumber = 12; - private int nPJEECEDPOK_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int NPJEECEDPOK { - get { return nPJEECEDPOK_; } - set { - nPJEECEDPOK_ = value; - } - } - - /// Field number for the "PCEAECMKDEH" field. - public const int PCEAECMKDEHFieldNumber = 13; - private static readonly pb::FieldCodec _repeated_pCEAECMKDEH_codec - = pb::FieldCodec.ForMessage(106, global::EggLink.DanhengServer.Proto.LNGMDMIPCKL.Parser); - private readonly pbc::RepeatedField pCEAECMKDEH_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField PCEAECMKDEH { - get { return pCEAECMKDEH_; } - } - - /// Field number for the "IFNMBNGIFPH" field. - public const int IFNMBNGIFPHFieldNumber = 14; - private uint iFNMBNGIFPH_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint IFNMBNGIFPH { - get { return iFNMBNGIFPH_; } - set { - iFNMBNGIFPH_ = value; - } - } - - /// Field number for the "IEHJGOMBPBI" field. - public const int IEHJGOMBPBIFieldNumber = 15; - private uint iEHJGOMBPBI_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint IEHJGOMBPBI { - get { return iEHJGOMBPBI_; } - set { - iEHJGOMBPBI_ = value; - } - } - - /// Field number for the "IPHAFKFGNAO" field. - public const int IPHAFKFGNAOFieldNumber = 16; - private uint iPHAFKFGNAO_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint IPHAFKFGNAO { - get { return iPHAFKFGNAO_; } - set { - iPHAFKFGNAO_ = value; - } - } - - /// Field number for the "LBPFECLGEFC" field. - public const int LBPFECLGEFCFieldNumber = 17; - private uint lBPFECLGEFC_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint LBPFECLGEFC { - get { return lBPFECLGEFC_; } - set { - lBPFECLGEFC_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as BPNMJCHEDNL); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(BPNMJCHEDNL other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (MonsterBattleType != other.MonsterBattleType) return false; - if (DBADLNFOPAO != other.DBADLNFOPAO) return false; - if (LevelId != other.LevelId) return false; - if (MarbleLevel != other.MarbleLevel) return false; - if(!bIECGFIMCFB_.Equals(other.bIECGFIMCFB_)) return false; - if (Rank != other.Rank) return false; - if (EKLDPALNLDC != other.EKLDPALNLDC) return false; - if(!fFFGFCPHBPN_.Equals(other.fFFGFCPHBPN_)) return false; - if (JBLMGNPMADM != other.JBLMGNPMADM) return false; - if (IMBCLFCBODJ != other.IMBCLFCBODJ) return false; - if (ScoreId != other.ScoreId) return false; - if (NPJEECEDPOK != other.NPJEECEDPOK) return false; - if(!pCEAECMKDEH_.Equals(other.pCEAECMKDEH_)) return false; - if (IFNMBNGIFPH != other.IFNMBNGIFPH) return false; - if (IEHJGOMBPBI != other.IEHJGOMBPBI) return false; - if (IPHAFKFGNAO != other.IPHAFKFGNAO) return false; - if (LBPFECLGEFC != other.LBPFECLGEFC) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (MonsterBattleType != 0) hash ^= MonsterBattleType.GetHashCode(); - if (DBADLNFOPAO != 0UL) hash ^= DBADLNFOPAO.GetHashCode(); - if (LevelId != 0) hash ^= LevelId.GetHashCode(); - if (MarbleLevel != 0) hash ^= MarbleLevel.GetHashCode(); - hash ^= bIECGFIMCFB_.GetHashCode(); - if (Rank != 0) hash ^= Rank.GetHashCode(); - if (EKLDPALNLDC != 0UL) hash ^= EKLDPALNLDC.GetHashCode(); - hash ^= fFFGFCPHBPN_.GetHashCode(); - if (JBLMGNPMADM != 0) hash ^= JBLMGNPMADM.GetHashCode(); - if (IMBCLFCBODJ != 0) hash ^= IMBCLFCBODJ.GetHashCode(); - if (ScoreId != 0) hash ^= ScoreId.GetHashCode(); - if (NPJEECEDPOK != 0) hash ^= NPJEECEDPOK.GetHashCode(); - hash ^= pCEAECMKDEH_.GetHashCode(); - if (IFNMBNGIFPH != 0) hash ^= IFNMBNGIFPH.GetHashCode(); - if (IEHJGOMBPBI != 0) hash ^= IEHJGOMBPBI.GetHashCode(); - if (IPHAFKFGNAO != 0) hash ^= IPHAFKFGNAO.GetHashCode(); - if (LBPFECLGEFC != 0) hash ^= LBPFECLGEFC.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (MonsterBattleType != 0) { - output.WriteRawTag(8); - output.WriteUInt32(MonsterBattleType); - } - if (DBADLNFOPAO != 0UL) { - output.WriteRawTag(16); - output.WriteUInt64(DBADLNFOPAO); - } - if (LevelId != 0) { - output.WriteRawTag(24); - output.WriteUInt32(LevelId); - } - if (MarbleLevel != 0) { - output.WriteRawTag(32); - output.WriteUInt32(MarbleLevel); - } - bIECGFIMCFB_.WriteTo(output, _repeated_bIECGFIMCFB_codec); - if (Rank != 0) { - output.WriteRawTag(48); - output.WriteUInt32(Rank); - } - if (EKLDPALNLDC != 0UL) { - output.WriteRawTag(56); - output.WriteUInt64(EKLDPALNLDC); - } - fFFGFCPHBPN_.WriteTo(output, _repeated_fFFGFCPHBPN_codec); - if (JBLMGNPMADM != 0) { - output.WriteRawTag(72); - output.WriteUInt32(JBLMGNPMADM); - } - if (IMBCLFCBODJ != 0) { - output.WriteRawTag(80); - output.WriteUInt32(IMBCLFCBODJ); - } - if (ScoreId != 0) { - output.WriteRawTag(88); - output.WriteInt32(ScoreId); - } - if (NPJEECEDPOK != 0) { - output.WriteRawTag(96); - output.WriteInt32(NPJEECEDPOK); - } - pCEAECMKDEH_.WriteTo(output, _repeated_pCEAECMKDEH_codec); - if (IFNMBNGIFPH != 0) { - output.WriteRawTag(112); - output.WriteUInt32(IFNMBNGIFPH); - } - if (IEHJGOMBPBI != 0) { - output.WriteRawTag(120); - output.WriteUInt32(IEHJGOMBPBI); - } - if (IPHAFKFGNAO != 0) { - output.WriteRawTag(128, 1); - output.WriteUInt32(IPHAFKFGNAO); - } - if (LBPFECLGEFC != 0) { - output.WriteRawTag(136, 1); - output.WriteUInt32(LBPFECLGEFC); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (MonsterBattleType != 0) { - output.WriteRawTag(8); - output.WriteUInt32(MonsterBattleType); - } - if (DBADLNFOPAO != 0UL) { - output.WriteRawTag(16); - output.WriteUInt64(DBADLNFOPAO); - } - if (LevelId != 0) { - output.WriteRawTag(24); - output.WriteUInt32(LevelId); - } - if (MarbleLevel != 0) { - output.WriteRawTag(32); - output.WriteUInt32(MarbleLevel); - } - bIECGFIMCFB_.WriteTo(ref output, _repeated_bIECGFIMCFB_codec); - if (Rank != 0) { - output.WriteRawTag(48); - output.WriteUInt32(Rank); - } - if (EKLDPALNLDC != 0UL) { - output.WriteRawTag(56); - output.WriteUInt64(EKLDPALNLDC); - } - fFFGFCPHBPN_.WriteTo(ref output, _repeated_fFFGFCPHBPN_codec); - if (JBLMGNPMADM != 0) { - output.WriteRawTag(72); - output.WriteUInt32(JBLMGNPMADM); - } - if (IMBCLFCBODJ != 0) { - output.WriteRawTag(80); - output.WriteUInt32(IMBCLFCBODJ); - } - if (ScoreId != 0) { - output.WriteRawTag(88); - output.WriteInt32(ScoreId); - } - if (NPJEECEDPOK != 0) { - output.WriteRawTag(96); - output.WriteInt32(NPJEECEDPOK); - } - pCEAECMKDEH_.WriteTo(ref output, _repeated_pCEAECMKDEH_codec); - if (IFNMBNGIFPH != 0) { - output.WriteRawTag(112); - output.WriteUInt32(IFNMBNGIFPH); - } - if (IEHJGOMBPBI != 0) { - output.WriteRawTag(120); - output.WriteUInt32(IEHJGOMBPBI); - } - if (IPHAFKFGNAO != 0) { - output.WriteRawTag(128, 1); - output.WriteUInt32(IPHAFKFGNAO); - } - if (LBPFECLGEFC != 0) { - output.WriteRawTag(136, 1); - output.WriteUInt32(LBPFECLGEFC); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (MonsterBattleType != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MonsterBattleType); - } - if (DBADLNFOPAO != 0UL) { - size += 1 + pb::CodedOutputStream.ComputeUInt64Size(DBADLNFOPAO); - } - if (LevelId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LevelId); - } - if (MarbleLevel != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MarbleLevel); - } - size += bIECGFIMCFB_.CalculateSize(_repeated_bIECGFIMCFB_codec); - if (Rank != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Rank); - } - if (EKLDPALNLDC != 0UL) { - size += 1 + pb::CodedOutputStream.ComputeUInt64Size(EKLDPALNLDC); - } - size += fFFGFCPHBPN_.CalculateSize(_repeated_fFFGFCPHBPN_codec); - if (JBLMGNPMADM != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JBLMGNPMADM); - } - if (IMBCLFCBODJ != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IMBCLFCBODJ); - } - if (ScoreId != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(ScoreId); - } - if (NPJEECEDPOK != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(NPJEECEDPOK); - } - size += pCEAECMKDEH_.CalculateSize(_repeated_pCEAECMKDEH_codec); - if (IFNMBNGIFPH != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IFNMBNGIFPH); - } - if (IEHJGOMBPBI != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IEHJGOMBPBI); - } - if (IPHAFKFGNAO != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(IPHAFKFGNAO); - } - if (LBPFECLGEFC != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(LBPFECLGEFC); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(BPNMJCHEDNL other) { - if (other == null) { - return; - } - if (other.MonsterBattleType != 0) { - MonsterBattleType = other.MonsterBattleType; - } - if (other.DBADLNFOPAO != 0UL) { - DBADLNFOPAO = other.DBADLNFOPAO; - } - if (other.LevelId != 0) { - LevelId = other.LevelId; - } - if (other.MarbleLevel != 0) { - MarbleLevel = other.MarbleLevel; - } - bIECGFIMCFB_.Add(other.bIECGFIMCFB_); - if (other.Rank != 0) { - Rank = other.Rank; - } - if (other.EKLDPALNLDC != 0UL) { - EKLDPALNLDC = other.EKLDPALNLDC; - } - fFFGFCPHBPN_.Add(other.fFFGFCPHBPN_); - if (other.JBLMGNPMADM != 0) { - JBLMGNPMADM = other.JBLMGNPMADM; - } - if (other.IMBCLFCBODJ != 0) { - IMBCLFCBODJ = other.IMBCLFCBODJ; - } - if (other.ScoreId != 0) { - ScoreId = other.ScoreId; - } - if (other.NPJEECEDPOK != 0) { - NPJEECEDPOK = other.NPJEECEDPOK; - } - pCEAECMKDEH_.Add(other.pCEAECMKDEH_); - if (other.IFNMBNGIFPH != 0) { - IFNMBNGIFPH = other.IFNMBNGIFPH; - } - if (other.IEHJGOMBPBI != 0) { - IEHJGOMBPBI = other.IEHJGOMBPBI; - } - if (other.IPHAFKFGNAO != 0) { - IPHAFKFGNAO = other.IPHAFKFGNAO; - } - if (other.LBPFECLGEFC != 0) { - LBPFECLGEFC = other.LBPFECLGEFC; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - MonsterBattleType = input.ReadUInt32(); - break; - } - case 16: { - DBADLNFOPAO = input.ReadUInt64(); - break; - } - case 24: { - LevelId = input.ReadUInt32(); - break; - } - case 32: { - MarbleLevel = input.ReadUInt32(); - break; - } - case 42: { - bIECGFIMCFB_.AddEntriesFrom(input, _repeated_bIECGFIMCFB_codec); - break; - } - case 48: { - Rank = input.ReadUInt32(); - break; - } - case 56: { - EKLDPALNLDC = input.ReadUInt64(); - break; - } - case 66: { - fFFGFCPHBPN_.AddEntriesFrom(input, _repeated_fFFGFCPHBPN_codec); - break; - } - case 72: { - JBLMGNPMADM = input.ReadUInt32(); - break; - } - case 80: { - IMBCLFCBODJ = input.ReadUInt32(); - break; - } - case 88: { - ScoreId = input.ReadInt32(); - break; - } - case 96: { - NPJEECEDPOK = input.ReadInt32(); - break; - } - case 106: { - pCEAECMKDEH_.AddEntriesFrom(input, _repeated_pCEAECMKDEH_codec); - break; - } - case 112: { - IFNMBNGIFPH = input.ReadUInt32(); - break; - } - case 120: { - IEHJGOMBPBI = input.ReadUInt32(); - break; - } - case 128: { - IPHAFKFGNAO = input.ReadUInt32(); - break; - } - case 136: { - LBPFECLGEFC = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - MonsterBattleType = input.ReadUInt32(); - break; - } - case 16: { - DBADLNFOPAO = input.ReadUInt64(); - break; - } - case 24: { - LevelId = input.ReadUInt32(); - break; - } - case 32: { - MarbleLevel = input.ReadUInt32(); - break; - } - case 42: { - bIECGFIMCFB_.AddEntriesFrom(ref input, _repeated_bIECGFIMCFB_codec); - break; - } - case 48: { - Rank = input.ReadUInt32(); - break; - } - case 56: { - EKLDPALNLDC = input.ReadUInt64(); - break; - } - case 66: { - fFFGFCPHBPN_.AddEntriesFrom(ref input, _repeated_fFFGFCPHBPN_codec); - break; - } - case 72: { - JBLMGNPMADM = input.ReadUInt32(); - break; - } - case 80: { - IMBCLFCBODJ = input.ReadUInt32(); - break; - } - case 88: { - ScoreId = input.ReadInt32(); - break; - } - case 96: { - NPJEECEDPOK = input.ReadInt32(); - break; - } - case 106: { - pCEAECMKDEH_.AddEntriesFrom(ref input, _repeated_pCEAECMKDEH_codec); - break; - } - case 112: { - IFNMBNGIFPH = input.ReadUInt32(); - break; - } - case 120: { - IEHJGOMBPBI = input.ReadUInt32(); - break; - } - case 128: { - IPHAFKFGNAO = input.ReadUInt32(); - break; - } - case 136: { - LBPFECLGEFC = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/BPPMEIGAHGI.cs b/Proto/BPPMEIGAHGI.cs index e4b8fdf9..ef678ef7 100644 --- a/Proto/BPPMEIGAHGI.cs +++ b/Proto/BPPMEIGAHGI.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static BPPMEIGAHGIReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFCUFBNRUlHQUhHSS5wcm90bxoRTU1PSUJBQ0JQS0EucHJvdG8iWQoLQlBQ", - "TUVJR0FIR0kSIAoKc3RhdGVfaW5mbxgJIAMoCzIMLk1NT0lCQUNCUEtBEhMK", - "C0lPTUdESUtFTElBGAUgASgNEhMKC1BETURLQVBDT0pNGAsgASgNQh6qAhtF", - "Z2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "ChFCUFBNRUlHQUhHSS5wcm90bxoRTU1PSUJBQ0JQS0EucHJvdG8iXQoLQlBQ", + "TUVJR0FIR0kSJAoOZ2lmdF9kYXRhX2xpc3QYCSADKAsyDC5NTU9JQkFDQlBL", + "QRITCgtJT01HRElLRUxJQRgFIAEoDRITCgtQRE1ES0FQQ09KTRgLIAEoDUIe", + "qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MMOIBACBPKAReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BPPMEIGAHGI), global::EggLink.DanhengServer.Proto.BPPMEIGAHGI.Parser, new[]{ "StateInfo", "IOMGDIKELIA", "PDMDKAPCOJM" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BPPMEIGAHGI), global::EggLink.DanhengServer.Proto.BPPMEIGAHGI.Parser, new[]{ "GiftDataList", "IOMGDIKELIA", "PDMDKAPCOJM" }, null, null, null, null) })); } #endregion @@ -73,7 +73,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public BPPMEIGAHGI(BPPMEIGAHGI other) : this() { - stateInfo_ = other.stateInfo_.Clone(); + giftDataList_ = other.giftDataList_.Clone(); iOMGDIKELIA_ = other.iOMGDIKELIA_; pDMDKAPCOJM_ = other.pDMDKAPCOJM_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); @@ -85,15 +85,15 @@ namespace EggLink.DanhengServer.Proto { return new BPPMEIGAHGI(this); } - /// Field number for the "state_info" field. - public const int StateInfoFieldNumber = 9; - private static readonly pb::FieldCodec _repeated_stateInfo_codec + /// Field number for the "gift_data_list" field. + public const int GiftDataListFieldNumber = 9; + private static readonly pb::FieldCodec _repeated_giftDataList_codec = pb::FieldCodec.ForMessage(74, global::EggLink.DanhengServer.Proto.MMOIBACBPKA.Parser); - private readonly pbc::RepeatedField stateInfo_ = new pbc::RepeatedField(); + private readonly pbc::RepeatedField giftDataList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField StateInfo { - get { return stateInfo_; } + public pbc::RepeatedField GiftDataList { + get { return giftDataList_; } } /// Field number for the "IOMGDIKELIA" field. @@ -135,7 +135,7 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if(!stateInfo_.Equals(other.stateInfo_)) return false; + if(!giftDataList_.Equals(other.giftDataList_)) return false; if (IOMGDIKELIA != other.IOMGDIKELIA) return false; if (PDMDKAPCOJM != other.PDMDKAPCOJM) return false; return Equals(_unknownFields, other._unknownFields); @@ -145,7 +145,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - hash ^= stateInfo_.GetHashCode(); + hash ^= giftDataList_.GetHashCode(); if (IOMGDIKELIA != 0) hash ^= IOMGDIKELIA.GetHashCode(); if (PDMDKAPCOJM != 0) hash ^= PDMDKAPCOJM.GetHashCode(); if (_unknownFields != null) { @@ -170,7 +170,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(40); output.WriteUInt32(IOMGDIKELIA); } - stateInfo_.WriteTo(output, _repeated_stateInfo_codec); + giftDataList_.WriteTo(output, _repeated_giftDataList_codec); if (PDMDKAPCOJM != 0) { output.WriteRawTag(88); output.WriteUInt32(PDMDKAPCOJM); @@ -189,7 +189,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(40); output.WriteUInt32(IOMGDIKELIA); } - stateInfo_.WriteTo(ref output, _repeated_stateInfo_codec); + giftDataList_.WriteTo(ref output, _repeated_giftDataList_codec); if (PDMDKAPCOJM != 0) { output.WriteRawTag(88); output.WriteUInt32(PDMDKAPCOJM); @@ -204,7 +204,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - size += stateInfo_.CalculateSize(_repeated_stateInfo_codec); + size += giftDataList_.CalculateSize(_repeated_giftDataList_codec); if (IOMGDIKELIA != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IOMGDIKELIA); } @@ -223,7 +223,7 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - stateInfo_.Add(other.stateInfo_); + giftDataList_.Add(other.giftDataList_); if (other.IOMGDIKELIA != 0) { IOMGDIKELIA = other.IOMGDIKELIA; } @@ -250,7 +250,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 74: { - stateInfo_.AddEntriesFrom(input, _repeated_stateInfo_codec); + giftDataList_.AddEntriesFrom(input, _repeated_giftDataList_codec); break; } case 88: { @@ -277,7 +277,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 74: { - stateInfo_.AddEntriesFrom(ref input, _repeated_stateInfo_codec); + giftDataList_.AddEntriesFrom(ref input, _repeated_giftDataList_codec); break; } case 88: { diff --git a/Proto/BatchRankUpEquipmentCsReq.cs b/Proto/BatchRankUpEquipmentCsReq.cs deleted file mode 100644 index 09da0928..00000000 --- a/Proto/BatchRankUpEquipmentCsReq.cs +++ /dev/null @@ -1,224 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: BatchRankUpEquipmentCsReq.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from BatchRankUpEquipmentCsReq.proto - public static partial class BatchRankUpEquipmentCsReqReflection { - - #region Descriptor - /// File descriptor for BatchRankUpEquipmentCsReq.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static BatchRankUpEquipmentCsReqReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Ch9CYXRjaFJhbmtVcEVxdWlwbWVudENzUmVxLnByb3RvGhVSYW5rVXBFcXVp", - "cG1lbnQucHJvdG8iQgoZQmF0Y2hSYW5rVXBFcXVpcG1lbnRDc1JlcRIlCgtz", - "d2l0Y2hfbGlzdBgOIAMoCzIQLlJhbmtVcEVxdWlwbWVudEIeqgIbRWdnTGlu", - "ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RankUpEquipmentReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BatchRankUpEquipmentCsReq), global::EggLink.DanhengServer.Proto.BatchRankUpEquipmentCsReq.Parser, new[]{ "SwitchList" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class BatchRankUpEquipmentCsReq : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BatchRankUpEquipmentCsReq()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.BatchRankUpEquipmentCsReqReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BatchRankUpEquipmentCsReq() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BatchRankUpEquipmentCsReq(BatchRankUpEquipmentCsReq other) : this() { - switchList_ = other.switchList_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BatchRankUpEquipmentCsReq Clone() { - return new BatchRankUpEquipmentCsReq(this); - } - - /// Field number for the "switch_list" field. - public const int SwitchListFieldNumber = 14; - private static readonly pb::FieldCodec _repeated_switchList_codec - = pb::FieldCodec.ForMessage(114, global::EggLink.DanhengServer.Proto.RankUpEquipment.Parser); - private readonly pbc::RepeatedField switchList_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField SwitchList { - get { return switchList_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as BatchRankUpEquipmentCsReq); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(BatchRankUpEquipmentCsReq other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if(!switchList_.Equals(other.switchList_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - hash ^= switchList_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - switchList_.WriteTo(output, _repeated_switchList_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - switchList_.WriteTo(ref output, _repeated_switchList_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - size += switchList_.CalculateSize(_repeated_switchList_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(BatchRankUpEquipmentCsReq other) { - if (other == null) { - return; - } - switchList_.Add(other.switchList_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 114: { - switchList_.AddEntriesFrom(input, _repeated_switchList_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 114: { - switchList_.AddEntriesFrom(ref input, _repeated_switchList_codec); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/BattleAvatar.cs b/Proto/BattleAvatar.cs index 92d56fe6..9f371b17 100644 --- a/Proto/BattleAvatar.cs +++ b/Proto/BattleAvatar.cs @@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto { static BattleAvatarReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChJCYXR0bGVBdmF0YXIucHJvdG8aEUJhdHRsZVJlbGljLnByb3RvGhVCYXR0", - "bGVFcXVpcG1lbnQucHJvdG8aFUF2YXRhclNraWxsVHJlZS5wcm90bxoPU3BC", - "YXJJbmZvLnByb3RvGhBBdmF0YXJUeXBlLnByb3RvGhFCSkhFQkNDQkFOQS5w", + "ChJCYXR0bGVBdmF0YXIucHJvdG8aFUJhdHRsZUVxdWlwbWVudC5wcm90bxoR", + "QmF0dGxlUmVsaWMucHJvdG8aEEF2YXRhclR5cGUucHJvdG8aD1NwQmFySW5m", + "by5wcm90bxoRQkpIRUJDQ0JBTkEucHJvdG8aFUF2YXRhclNraWxsVHJlZS5w", "cm90byKhAwoMQmF0dGxlQXZhdGFyEiAKC2F2YXRhcl90eXBlGAEgASgOMgsu", "QXZhdGFyVHlwZRIKCgJpZBgCIAEoDRINCgVsZXZlbBgDIAEoDRIMCgRyYW5r", "GAQgASgNEg0KBWluZGV4GAUgASgNEigKDnNraWxsdHJlZV9saXN0GAYgAygL", @@ -39,7 +39,7 @@ namespace EggLink.DanhengServer.Proto { "CzIQLkF2YXRhclNraWxsVHJlZUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy", "LlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BattleRelicReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleEquipmentReflection.Descriptor, global::EggLink.DanhengServer.Proto.AvatarSkillTreeReflection.Descriptor, global::EggLink.DanhengServer.Proto.SpBarInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.AvatarTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.BJHEBCCBANAReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BattleEquipmentReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleRelicReflection.Descriptor, global::EggLink.DanhengServer.Proto.AvatarTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.SpBarInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.BJHEBCCBANAReflection.Descriptor, global::EggLink.DanhengServer.Proto.AvatarSkillTreeReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BattleAvatar), global::EggLink.DanhengServer.Proto.BattleAvatar.Parser, new[]{ "AvatarType", "Id", "Level", "Rank", "Index", "SkilltreeList", "EquipmentList", "Hp", "Promotion", "RelicList", "WorldLevel", "AssistUid", "ECIFJLAKHCL", "SpBar", "GMOBAOCEFCE", "IMJJKBJOOHJ" }, null, null, null, null) })); diff --git a/Proto/BattleBuffMsg.cs b/Proto/BattleBuffMsg.cs deleted file mode 100644 index f1aaaccc..00000000 --- a/Proto/BattleBuffMsg.cs +++ /dev/null @@ -1,310 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: BattleBuffMsg.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from BattleBuffMsg.proto - public static partial class BattleBuffMsgReflection { - - #region Descriptor - /// File descriptor for BattleBuffMsg.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static BattleBuffMsgReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChNCYXR0bGVCdWZmTXNnLnByb3RvIm8KDUJhdHRsZUJ1ZmZNc2cSFAoMYnVm", - "Zl9pZF9saXN0GAEgAygNEhcKD2J1ZmZfaW5kZXhfbGlzdBgCIAMoDRIXCg9i", - "dWZmX2xldmVsX2xpc3QYAyADKA0SFgoOYnVmZl9mbGFnX2xpc3QYBCADKA1C", - "HqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BattleBuffMsg), global::EggLink.DanhengServer.Proto.BattleBuffMsg.Parser, new[]{ "BuffIdList", "BuffIndexList", "BuffLevelList", "BuffFlagList" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class BattleBuffMsg : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BattleBuffMsg()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.BattleBuffMsgReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BattleBuffMsg() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BattleBuffMsg(BattleBuffMsg other) : this() { - buffIdList_ = other.buffIdList_.Clone(); - buffIndexList_ = other.buffIndexList_.Clone(); - buffLevelList_ = other.buffLevelList_.Clone(); - buffFlagList_ = other.buffFlagList_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BattleBuffMsg Clone() { - return new BattleBuffMsg(this); - } - - /// Field number for the "buff_id_list" field. - public const int BuffIdListFieldNumber = 1; - private static readonly pb::FieldCodec _repeated_buffIdList_codec - = pb::FieldCodec.ForUInt32(10); - private readonly pbc::RepeatedField buffIdList_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField BuffIdList { - get { return buffIdList_; } - } - - /// Field number for the "buff_index_list" field. - public const int BuffIndexListFieldNumber = 2; - private static readonly pb::FieldCodec _repeated_buffIndexList_codec - = pb::FieldCodec.ForUInt32(18); - private readonly pbc::RepeatedField buffIndexList_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField BuffIndexList { - get { return buffIndexList_; } - } - - /// Field number for the "buff_level_list" field. - public const int BuffLevelListFieldNumber = 3; - private static readonly pb::FieldCodec _repeated_buffLevelList_codec - = pb::FieldCodec.ForUInt32(26); - private readonly pbc::RepeatedField buffLevelList_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField BuffLevelList { - get { return buffLevelList_; } - } - - /// Field number for the "buff_flag_list" field. - public const int BuffFlagListFieldNumber = 4; - private static readonly pb::FieldCodec _repeated_buffFlagList_codec - = pb::FieldCodec.ForUInt32(34); - private readonly pbc::RepeatedField buffFlagList_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField BuffFlagList { - get { return buffFlagList_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as BattleBuffMsg); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(BattleBuffMsg other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if(!buffIdList_.Equals(other.buffIdList_)) return false; - if(!buffIndexList_.Equals(other.buffIndexList_)) return false; - if(!buffLevelList_.Equals(other.buffLevelList_)) return false; - if(!buffFlagList_.Equals(other.buffFlagList_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - hash ^= buffIdList_.GetHashCode(); - hash ^= buffIndexList_.GetHashCode(); - hash ^= buffLevelList_.GetHashCode(); - hash ^= buffFlagList_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - buffIdList_.WriteTo(output, _repeated_buffIdList_codec); - buffIndexList_.WriteTo(output, _repeated_buffIndexList_codec); - buffLevelList_.WriteTo(output, _repeated_buffLevelList_codec); - buffFlagList_.WriteTo(output, _repeated_buffFlagList_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - buffIdList_.WriteTo(ref output, _repeated_buffIdList_codec); - buffIndexList_.WriteTo(ref output, _repeated_buffIndexList_codec); - buffLevelList_.WriteTo(ref output, _repeated_buffLevelList_codec); - buffFlagList_.WriteTo(ref output, _repeated_buffFlagList_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - size += buffIdList_.CalculateSize(_repeated_buffIdList_codec); - size += buffIndexList_.CalculateSize(_repeated_buffIndexList_codec); - size += buffLevelList_.CalculateSize(_repeated_buffLevelList_codec); - size += buffFlagList_.CalculateSize(_repeated_buffFlagList_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(BattleBuffMsg other) { - if (other == null) { - return; - } - buffIdList_.Add(other.buffIdList_); - buffIndexList_.Add(other.buffIndexList_); - buffLevelList_.Add(other.buffLevelList_); - buffFlagList_.Add(other.buffFlagList_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: - case 8: { - buffIdList_.AddEntriesFrom(input, _repeated_buffIdList_codec); - break; - } - case 18: - case 16: { - buffIndexList_.AddEntriesFrom(input, _repeated_buffIndexList_codec); - break; - } - case 26: - case 24: { - buffLevelList_.AddEntriesFrom(input, _repeated_buffLevelList_codec); - break; - } - case 34: - case 32: { - buffFlagList_.AddEntriesFrom(input, _repeated_buffFlagList_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 10: - case 8: { - buffIdList_.AddEntriesFrom(ref input, _repeated_buffIdList_codec); - break; - } - case 18: - case 16: { - buffIndexList_.AddEntriesFrom(ref input, _repeated_buffIndexList_codec); - break; - } - case 26: - case 24: { - buffLevelList_.AddEntriesFrom(ref input, _repeated_buffLevelList_codec); - break; - } - case 34: - case 32: { - buffFlagList_.AddEntriesFrom(ref input, _repeated_buffFlagList_codec); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/BattleCheckResultType.cs b/Proto/BattleCheckResultType.cs deleted file mode 100644 index bfb467ec..00000000 --- a/Proto/BattleCheckResultType.cs +++ /dev/null @@ -1,50 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: BattleCheckResultType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from BattleCheckResultType.proto - public static partial class BattleCheckResultTypeReflection { - - #region Descriptor - /// File descriptor for BattleCheckResultType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static BattleCheckResultTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChtCYXR0bGVDaGVja1Jlc3VsdFR5cGUucHJvdG8qcQoVQmF0dGxlQ2hlY2tS", - "ZXN1bHRUeXBlEhwKGEJBVFRMRV9DSEVDS19SRVNVTFRfU1VDQxAAEhwKGEJB", - "VFRMRV9DSEVDS19SRVNVTFRfRkFJTBABEhwKGEJBVFRMRV9DSEVDS19SRVNV", - "TFRfUEFTUxACQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy", - "b3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.BattleCheckResultType), }, null, null)); - } - #endregion - - } - #region Enums - public enum BattleCheckResultType { - [pbr::OriginalName("BATTLE_CHECK_RESULT_SUCC")] BattleCheckResultSucc = 0, - [pbr::OriginalName("BATTLE_CHECK_RESULT_FAIL")] BattleCheckResultFail = 1, - [pbr::OriginalName("BATTLE_CHECK_RESULT_PASS")] BattleCheckResultPass = 2, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/BattleCheckStrategyType.cs b/Proto/BattleCheckStrategyType.cs deleted file mode 100644 index af8ef046..00000000 --- a/Proto/BattleCheckStrategyType.cs +++ /dev/null @@ -1,50 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: BattleCheckStrategyType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from BattleCheckStrategyType.proto - public static partial class BattleCheckStrategyTypeReflection { - - #region Descriptor - /// File descriptor for BattleCheckStrategyType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static BattleCheckStrategyTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Ch1CYXR0bGVDaGVja1N0cmF0ZWd5VHlwZS5wcm90byqCAQoXQmF0dGxlQ2hl", - "Y2tTdHJhdGVneVR5cGUSIwofQkFUVExFX0NIRUNLX1NUUkFURUdZX0lERU5U", - "SUNBTBAAEiAKHEJBVFRMRV9DSEVDS19TVFJBVEVHWV9TRVJWRVIQARIgChxC", - "QVRUTEVfQ0hFQ0tfU1RSQVRFR1lfQ0xJRU5UEAJCHqoCG0VnZ0xpbmsuRGFu", - "aGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.BattleCheckStrategyType), }, null, null)); - } - #endregion - - } - #region Enums - public enum BattleCheckStrategyType { - [pbr::OriginalName("BATTLE_CHECK_STRATEGY_IDENTICAL")] BattleCheckStrategyIdentical = 0, - [pbr::OriginalName("BATTLE_CHECK_STRATEGY_SERVER")] BattleCheckStrategyServer = 1, - [pbr::OriginalName("BATTLE_CHECK_STRATEGY_CLIENT")] BattleCheckStrategyClient = 2, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/BattleLineup.cs b/Proto/BattleLineup.cs deleted file mode 100644 index e765595e..00000000 --- a/Proto/BattleLineup.cs +++ /dev/null @@ -1,562 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: BattleLineup.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from BattleLineup.proto - public static partial class BattleLineupReflection { - - #region Descriptor - /// File descriptor for BattleLineup.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static BattleLineupReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChJCYXR0bGVMaW5ldXAucHJvdG8aEEJhdHRsZUJ1ZmYucHJvdG8aG0V2b2x2", - "ZUJ1aWxkQmF0dGxlSW5mby5wcm90bxoSQmF0dGxlQXZhdGFyLnByb3RvGhZC", - "YXR0bGVUYXJnZXRMaXN0LnByb3RvGhFMSkdJQUdMRkhIQy5wcm90bxoaQmF0", - "dGxlUm9ndWVNYWdpY0luZm8ucHJvdG8aF0JhdHRsZU1vbnN0ZXJXYXZlLnBy", - "b3RvGhFHSUVJQkVBQ0JBTy5wcm90byLyAwoMQmF0dGxlTGluZXVwEiIKC2F2", - "YXRhcl9saXN0GAEgAygLMg0uQmF0dGxlQXZhdGFyEi0KEW1vbnN0ZXJfd2F2", - "ZV9saXN0GAIgAygLMhIuQmF0dGxlTW9uc3RlcldhdmUSHgoJYnVmZl9saXN0", - "GAMgAygLMgsuQmF0dGxlQnVmZhITCgt3b3JsZF9sZXZlbBgHIAEoDRI/ChJi", - "YXR0bGVfdGFyZ2V0X2luZm8YCSADKAsyIy5CYXR0bGVMaW5ldXAuQmF0dGxl", - "VGFyZ2V0SW5mb0VudHJ5EiEKC0FKR1BKR0xQTUlPGAogASgLMgwuTEpHSUFH", - "TEZISEMSIgoLRUpDTEpMREVORE0YCyADKAsyDS5CYXR0bGVBdmF0YXISKwoL", - "SlBHSUZDSEpETEsYDCABKAsyFi5Fdm9sdmVCdWlsZEJhdHRsZUluZm8SIQoL", - "TUZLSk9LQUpKTUoYDSABKAsyDC5HSUVJQkVBQ0JBTxI2ChdiYXR0bGVfcm9n", - "dWVfbWFnaWNfaW5mbxgOIAEoCzIVLkJhdHRsZVJvZ3VlTWFnaWNJbmZvGkoK", - "FUJhdHRsZVRhcmdldEluZm9FbnRyeRILCgNrZXkYASABKA0SIAoFdmFsdWUY", - "AiABKAsyES5CYXR0bGVUYXJnZXRMaXN0OgI4AUIeqgIbRWdnTGluay5EYW5o", - "ZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BattleBuffReflection.Descriptor, global::EggLink.DanhengServer.Proto.EvolveBuildBattleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleAvatarReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleTargetListReflection.Descriptor, global::EggLink.DanhengServer.Proto.LJGIAGLFHHCReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleRogueMagicInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleMonsterWaveReflection.Descriptor, global::EggLink.DanhengServer.Proto.GIEIBEACBAOReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BattleLineup), global::EggLink.DanhengServer.Proto.BattleLineup.Parser, new[]{ "AvatarList", "MonsterWaveList", "BuffList", "WorldLevel", "BattleTargetInfo", "AJGPJGLPMIO", "EJCLJLDENDM", "JPGIFCHJDLK", "MFKJOKAJJMJ", "BattleRogueMagicInfo" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, }) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class BattleLineup : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BattleLineup()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.BattleLineupReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BattleLineup() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BattleLineup(BattleLineup other) : this() { - avatarList_ = other.avatarList_.Clone(); - monsterWaveList_ = other.monsterWaveList_.Clone(); - buffList_ = other.buffList_.Clone(); - worldLevel_ = other.worldLevel_; - battleTargetInfo_ = other.battleTargetInfo_.Clone(); - aJGPJGLPMIO_ = other.aJGPJGLPMIO_ != null ? other.aJGPJGLPMIO_.Clone() : null; - eJCLJLDENDM_ = other.eJCLJLDENDM_.Clone(); - jPGIFCHJDLK_ = other.jPGIFCHJDLK_ != null ? other.jPGIFCHJDLK_.Clone() : null; - mFKJOKAJJMJ_ = other.mFKJOKAJJMJ_ != null ? other.mFKJOKAJJMJ_.Clone() : null; - battleRogueMagicInfo_ = other.battleRogueMagicInfo_ != null ? other.battleRogueMagicInfo_.Clone() : null; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BattleLineup Clone() { - return new BattleLineup(this); - } - - /// Field number for the "avatar_list" field. - public const int AvatarListFieldNumber = 1; - private static readonly pb::FieldCodec _repeated_avatarList_codec - = pb::FieldCodec.ForMessage(10, global::EggLink.DanhengServer.Proto.BattleAvatar.Parser); - private readonly pbc::RepeatedField avatarList_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField AvatarList { - get { return avatarList_; } - } - - /// Field number for the "monster_wave_list" field. - public const int MonsterWaveListFieldNumber = 2; - private static readonly pb::FieldCodec _repeated_monsterWaveList_codec - = pb::FieldCodec.ForMessage(18, global::EggLink.DanhengServer.Proto.BattleMonsterWave.Parser); - private readonly pbc::RepeatedField monsterWaveList_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField MonsterWaveList { - get { return monsterWaveList_; } - } - - /// Field number for the "buff_list" field. - public const int BuffListFieldNumber = 3; - private static readonly pb::FieldCodec _repeated_buffList_codec - = pb::FieldCodec.ForMessage(26, global::EggLink.DanhengServer.Proto.BattleBuff.Parser); - private readonly pbc::RepeatedField buffList_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField BuffList { - get { return buffList_; } - } - - /// Field number for the "world_level" field. - public const int WorldLevelFieldNumber = 7; - private uint worldLevel_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint WorldLevel { - get { return worldLevel_; } - set { - worldLevel_ = value; - } - } - - /// Field number for the "battle_target_info" field. - public const int BattleTargetInfoFieldNumber = 9; - private static readonly pbc::MapField.Codec _map_battleTargetInfo_codec - = new pbc::MapField.Codec(pb::FieldCodec.ForUInt32(8, 0), pb::FieldCodec.ForMessage(18, global::EggLink.DanhengServer.Proto.BattleTargetList.Parser), 74); - private readonly pbc::MapField battleTargetInfo_ = new pbc::MapField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::MapField BattleTargetInfo { - get { return battleTargetInfo_; } - } - - /// Field number for the "AJGPJGLPMIO" field. - public const int AJGPJGLPMIOFieldNumber = 10; - private global::EggLink.DanhengServer.Proto.LJGIAGLFHHC aJGPJGLPMIO_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.LJGIAGLFHHC AJGPJGLPMIO { - get { return aJGPJGLPMIO_; } - set { - aJGPJGLPMIO_ = value; - } - } - - /// Field number for the "EJCLJLDENDM" field. - public const int EJCLJLDENDMFieldNumber = 11; - private static readonly pb::FieldCodec _repeated_eJCLJLDENDM_codec - = pb::FieldCodec.ForMessage(90, global::EggLink.DanhengServer.Proto.BattleAvatar.Parser); - private readonly pbc::RepeatedField eJCLJLDENDM_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField EJCLJLDENDM { - get { return eJCLJLDENDM_; } - } - - /// Field number for the "JPGIFCHJDLK" field. - public const int JPGIFCHJDLKFieldNumber = 12; - private global::EggLink.DanhengServer.Proto.EvolveBuildBattleInfo jPGIFCHJDLK_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.EvolveBuildBattleInfo JPGIFCHJDLK { - get { return jPGIFCHJDLK_; } - set { - jPGIFCHJDLK_ = value; - } - } - - /// Field number for the "MFKJOKAJJMJ" field. - public const int MFKJOKAJJMJFieldNumber = 13; - private global::EggLink.DanhengServer.Proto.GIEIBEACBAO mFKJOKAJJMJ_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.GIEIBEACBAO MFKJOKAJJMJ { - get { return mFKJOKAJJMJ_; } - set { - mFKJOKAJJMJ_ = value; - } - } - - /// Field number for the "battle_rogue_magic_info" field. - public const int BattleRogueMagicInfoFieldNumber = 14; - private global::EggLink.DanhengServer.Proto.BattleRogueMagicInfo battleRogueMagicInfo_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.BattleRogueMagicInfo BattleRogueMagicInfo { - get { return battleRogueMagicInfo_; } - set { - battleRogueMagicInfo_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as BattleLineup); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(BattleLineup other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if(!avatarList_.Equals(other.avatarList_)) return false; - if(!monsterWaveList_.Equals(other.monsterWaveList_)) return false; - if(!buffList_.Equals(other.buffList_)) return false; - if (WorldLevel != other.WorldLevel) return false; - if (!BattleTargetInfo.Equals(other.BattleTargetInfo)) return false; - if (!object.Equals(AJGPJGLPMIO, other.AJGPJGLPMIO)) return false; - if(!eJCLJLDENDM_.Equals(other.eJCLJLDENDM_)) return false; - if (!object.Equals(JPGIFCHJDLK, other.JPGIFCHJDLK)) return false; - if (!object.Equals(MFKJOKAJJMJ, other.MFKJOKAJJMJ)) return false; - if (!object.Equals(BattleRogueMagicInfo, other.BattleRogueMagicInfo)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - hash ^= avatarList_.GetHashCode(); - hash ^= monsterWaveList_.GetHashCode(); - hash ^= buffList_.GetHashCode(); - if (WorldLevel != 0) hash ^= WorldLevel.GetHashCode(); - hash ^= BattleTargetInfo.GetHashCode(); - if (aJGPJGLPMIO_ != null) hash ^= AJGPJGLPMIO.GetHashCode(); - hash ^= eJCLJLDENDM_.GetHashCode(); - if (jPGIFCHJDLK_ != null) hash ^= JPGIFCHJDLK.GetHashCode(); - if (mFKJOKAJJMJ_ != null) hash ^= MFKJOKAJJMJ.GetHashCode(); - if (battleRogueMagicInfo_ != null) hash ^= BattleRogueMagicInfo.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - avatarList_.WriteTo(output, _repeated_avatarList_codec); - monsterWaveList_.WriteTo(output, _repeated_monsterWaveList_codec); - buffList_.WriteTo(output, _repeated_buffList_codec); - if (WorldLevel != 0) { - output.WriteRawTag(56); - output.WriteUInt32(WorldLevel); - } - battleTargetInfo_.WriteTo(output, _map_battleTargetInfo_codec); - if (aJGPJGLPMIO_ != null) { - output.WriteRawTag(82); - output.WriteMessage(AJGPJGLPMIO); - } - eJCLJLDENDM_.WriteTo(output, _repeated_eJCLJLDENDM_codec); - if (jPGIFCHJDLK_ != null) { - output.WriteRawTag(98); - output.WriteMessage(JPGIFCHJDLK); - } - if (mFKJOKAJJMJ_ != null) { - output.WriteRawTag(106); - output.WriteMessage(MFKJOKAJJMJ); - } - if (battleRogueMagicInfo_ != null) { - output.WriteRawTag(114); - output.WriteMessage(BattleRogueMagicInfo); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - avatarList_.WriteTo(ref output, _repeated_avatarList_codec); - monsterWaveList_.WriteTo(ref output, _repeated_monsterWaveList_codec); - buffList_.WriteTo(ref output, _repeated_buffList_codec); - if (WorldLevel != 0) { - output.WriteRawTag(56); - output.WriteUInt32(WorldLevel); - } - battleTargetInfo_.WriteTo(ref output, _map_battleTargetInfo_codec); - if (aJGPJGLPMIO_ != null) { - output.WriteRawTag(82); - output.WriteMessage(AJGPJGLPMIO); - } - eJCLJLDENDM_.WriteTo(ref output, _repeated_eJCLJLDENDM_codec); - if (jPGIFCHJDLK_ != null) { - output.WriteRawTag(98); - output.WriteMessage(JPGIFCHJDLK); - } - if (mFKJOKAJJMJ_ != null) { - output.WriteRawTag(106); - output.WriteMessage(MFKJOKAJJMJ); - } - if (battleRogueMagicInfo_ != null) { - output.WriteRawTag(114); - output.WriteMessage(BattleRogueMagicInfo); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - size += avatarList_.CalculateSize(_repeated_avatarList_codec); - size += monsterWaveList_.CalculateSize(_repeated_monsterWaveList_codec); - size += buffList_.CalculateSize(_repeated_buffList_codec); - if (WorldLevel != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(WorldLevel); - } - size += battleTargetInfo_.CalculateSize(_map_battleTargetInfo_codec); - if (aJGPJGLPMIO_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(AJGPJGLPMIO); - } - size += eJCLJLDENDM_.CalculateSize(_repeated_eJCLJLDENDM_codec); - if (jPGIFCHJDLK_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(JPGIFCHJDLK); - } - if (mFKJOKAJJMJ_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(MFKJOKAJJMJ); - } - if (battleRogueMagicInfo_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(BattleRogueMagicInfo); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(BattleLineup other) { - if (other == null) { - return; - } - avatarList_.Add(other.avatarList_); - monsterWaveList_.Add(other.monsterWaveList_); - buffList_.Add(other.buffList_); - if (other.WorldLevel != 0) { - WorldLevel = other.WorldLevel; - } - battleTargetInfo_.MergeFrom(other.battleTargetInfo_); - if (other.aJGPJGLPMIO_ != null) { - if (aJGPJGLPMIO_ == null) { - AJGPJGLPMIO = new global::EggLink.DanhengServer.Proto.LJGIAGLFHHC(); - } - AJGPJGLPMIO.MergeFrom(other.AJGPJGLPMIO); - } - eJCLJLDENDM_.Add(other.eJCLJLDENDM_); - if (other.jPGIFCHJDLK_ != null) { - if (jPGIFCHJDLK_ == null) { - JPGIFCHJDLK = new global::EggLink.DanhengServer.Proto.EvolveBuildBattleInfo(); - } - JPGIFCHJDLK.MergeFrom(other.JPGIFCHJDLK); - } - if (other.mFKJOKAJJMJ_ != null) { - if (mFKJOKAJJMJ_ == null) { - MFKJOKAJJMJ = new global::EggLink.DanhengServer.Proto.GIEIBEACBAO(); - } - MFKJOKAJJMJ.MergeFrom(other.MFKJOKAJJMJ); - } - if (other.battleRogueMagicInfo_ != null) { - if (battleRogueMagicInfo_ == null) { - BattleRogueMagicInfo = new global::EggLink.DanhengServer.Proto.BattleRogueMagicInfo(); - } - BattleRogueMagicInfo.MergeFrom(other.BattleRogueMagicInfo); - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - avatarList_.AddEntriesFrom(input, _repeated_avatarList_codec); - break; - } - case 18: { - monsterWaveList_.AddEntriesFrom(input, _repeated_monsterWaveList_codec); - break; - } - case 26: { - buffList_.AddEntriesFrom(input, _repeated_buffList_codec); - break; - } - case 56: { - WorldLevel = input.ReadUInt32(); - break; - } - case 74: { - battleTargetInfo_.AddEntriesFrom(input, _map_battleTargetInfo_codec); - break; - } - case 82: { - if (aJGPJGLPMIO_ == null) { - AJGPJGLPMIO = new global::EggLink.DanhengServer.Proto.LJGIAGLFHHC(); - } - input.ReadMessage(AJGPJGLPMIO); - break; - } - case 90: { - eJCLJLDENDM_.AddEntriesFrom(input, _repeated_eJCLJLDENDM_codec); - break; - } - case 98: { - if (jPGIFCHJDLK_ == null) { - JPGIFCHJDLK = new global::EggLink.DanhengServer.Proto.EvolveBuildBattleInfo(); - } - input.ReadMessage(JPGIFCHJDLK); - break; - } - case 106: { - if (mFKJOKAJJMJ_ == null) { - MFKJOKAJJMJ = new global::EggLink.DanhengServer.Proto.GIEIBEACBAO(); - } - input.ReadMessage(MFKJOKAJJMJ); - break; - } - case 114: { - if (battleRogueMagicInfo_ == null) { - BattleRogueMagicInfo = new global::EggLink.DanhengServer.Proto.BattleRogueMagicInfo(); - } - input.ReadMessage(BattleRogueMagicInfo); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 10: { - avatarList_.AddEntriesFrom(ref input, _repeated_avatarList_codec); - break; - } - case 18: { - monsterWaveList_.AddEntriesFrom(ref input, _repeated_monsterWaveList_codec); - break; - } - case 26: { - buffList_.AddEntriesFrom(ref input, _repeated_buffList_codec); - break; - } - case 56: { - WorldLevel = input.ReadUInt32(); - break; - } - case 74: { - battleTargetInfo_.AddEntriesFrom(ref input, _map_battleTargetInfo_codec); - break; - } - case 82: { - if (aJGPJGLPMIO_ == null) { - AJGPJGLPMIO = new global::EggLink.DanhengServer.Proto.LJGIAGLFHHC(); - } - input.ReadMessage(AJGPJGLPMIO); - break; - } - case 90: { - eJCLJLDENDM_.AddEntriesFrom(ref input, _repeated_eJCLJLDENDM_codec); - break; - } - case 98: { - if (jPGIFCHJDLK_ == null) { - JPGIFCHJDLK = new global::EggLink.DanhengServer.Proto.EvolveBuildBattleInfo(); - } - input.ReadMessage(JPGIFCHJDLK); - break; - } - case 106: { - if (mFKJOKAJJMJ_ == null) { - MFKJOKAJJMJ = new global::EggLink.DanhengServer.Proto.GIEIBEACBAO(); - } - input.ReadMessage(MFKJOKAJJMJ); - break; - } - case 114: { - if (battleRogueMagicInfo_ == null) { - BattleRogueMagicInfo = new global::EggLink.DanhengServer.Proto.BattleRogueMagicInfo(); - } - input.ReadMessage(BattleRogueMagicInfo); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/BattleModuleType.cs b/Proto/BattleModuleType.cs deleted file mode 100644 index e24255de..00000000 --- a/Proto/BattleModuleType.cs +++ /dev/null @@ -1,56 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: BattleModuleType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from BattleModuleType.proto - public static partial class BattleModuleTypeReflection { - - #region Descriptor - /// File descriptor for BattleModuleType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static BattleModuleTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChZCYXR0bGVNb2R1bGVUeXBlLnByb3RvKuABChBCYXR0bGVNb2R1bGVUeXBl", - "EhYKEkJBVFRMRV9NT0RVTEVfTUFaRRAAEhsKF0JBVFRMRV9NT0RVTEVfQ0hB", - "TExFTkdFEAESGAoUQkFUVExFX01PRFVMRV9DT0NPT04QAhIXChNCQVRUTEVf", - "TU9EVUxFX1JPR1VFEAMSJAogQkFUVExFX01PRFVMRV9DSEFMTEVOR0VfQUNU", - "SVZJVFkQBBIdChlCQVRUTEVfTU9EVUxFX1RSSUFMX0xFVkVMEAUSHwobQkFU", - "VExFX01PRFVMRV9BRVRIRVJfRElWSURFEAZCHqoCG0VnZ0xpbmsuRGFuaGVu", - "Z1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.BattleModuleType), }, null, null)); - } - #endregion - - } - #region Enums - public enum BattleModuleType { - [pbr::OriginalName("BATTLE_MODULE_MAZE")] BattleModuleMaze = 0, - [pbr::OriginalName("BATTLE_MODULE_CHALLENGE")] BattleModuleChallenge = 1, - [pbr::OriginalName("BATTLE_MODULE_COCOON")] BattleModuleCocoon = 2, - [pbr::OriginalName("BATTLE_MODULE_ROGUE")] BattleModuleRogue = 3, - [pbr::OriginalName("BATTLE_MODULE_CHALLENGE_ACTIVITY")] BattleModuleChallengeActivity = 4, - [pbr::OriginalName("BATTLE_MODULE_TRIAL_LEVEL")] BattleModuleTrialLevel = 5, - [pbr::OriginalName("BATTLE_MODULE_AETHER_DIVIDE")] BattleModuleAetherDivide = 6, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/BattleMonster.cs b/Proto/BattleMonster.cs deleted file mode 100644 index ce52720e..00000000 --- a/Proto/BattleMonster.cs +++ /dev/null @@ -1,308 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: BattleMonster.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from BattleMonster.proto - public static partial class BattleMonsterReflection { - - #region Descriptor - /// File descriptor for BattleMonster.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static BattleMonsterReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChNCYXR0bGVNb25zdGVyLnByb3RvIkMKDUJhdHRsZU1vbnN0ZXISEgoKbW9u", - "c3Rlcl9pZBgBIAEoDRIOCgZjdXJfaHAYAiABKA0SDgoGbWF4X2hwGAMgASgN", - "Qh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BattleMonster), global::EggLink.DanhengServer.Proto.BattleMonster.Parser, new[]{ "MonsterId", "CurHp", "MaxHp" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class BattleMonster : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BattleMonster()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.BattleMonsterReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BattleMonster() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BattleMonster(BattleMonster other) : this() { - monsterId_ = other.monsterId_; - curHp_ = other.curHp_; - maxHp_ = other.maxHp_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BattleMonster Clone() { - return new BattleMonster(this); - } - - /// Field number for the "monster_id" field. - public const int MonsterIdFieldNumber = 1; - private uint monsterId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint MonsterId { - get { return monsterId_; } - set { - monsterId_ = value; - } - } - - /// Field number for the "cur_hp" field. - public const int CurHpFieldNumber = 2; - private uint curHp_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint CurHp { - get { return curHp_; } - set { - curHp_ = value; - } - } - - /// Field number for the "max_hp" field. - public const int MaxHpFieldNumber = 3; - private uint maxHp_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint MaxHp { - get { return maxHp_; } - set { - maxHp_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as BattleMonster); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(BattleMonster other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (MonsterId != other.MonsterId) return false; - if (CurHp != other.CurHp) return false; - if (MaxHp != other.MaxHp) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (MonsterId != 0) hash ^= MonsterId.GetHashCode(); - if (CurHp != 0) hash ^= CurHp.GetHashCode(); - if (MaxHp != 0) hash ^= MaxHp.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (MonsterId != 0) { - output.WriteRawTag(8); - output.WriteUInt32(MonsterId); - } - if (CurHp != 0) { - output.WriteRawTag(16); - output.WriteUInt32(CurHp); - } - if (MaxHp != 0) { - output.WriteRawTag(24); - output.WriteUInt32(MaxHp); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (MonsterId != 0) { - output.WriteRawTag(8); - output.WriteUInt32(MonsterId); - } - if (CurHp != 0) { - output.WriteRawTag(16); - output.WriteUInt32(CurHp); - } - if (MaxHp != 0) { - output.WriteRawTag(24); - output.WriteUInt32(MaxHp); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (MonsterId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MonsterId); - } - if (CurHp != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurHp); - } - if (MaxHp != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MaxHp); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(BattleMonster other) { - if (other == null) { - return; - } - if (other.MonsterId != 0) { - MonsterId = other.MonsterId; - } - if (other.CurHp != 0) { - CurHp = other.CurHp; - } - if (other.MaxHp != 0) { - MaxHp = other.MaxHp; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - MonsterId = input.ReadUInt32(); - break; - } - case 16: { - CurHp = input.ReadUInt32(); - break; - } - case 24: { - MaxHp = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - MonsterId = input.ReadUInt32(); - break; - } - case 16: { - CurHp = input.ReadUInt32(); - break; - } - case 24: { - MaxHp = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/BattleMonsterParam.cs b/Proto/BattleMonsterParam.cs deleted file mode 100644 index cfaf9cf2..00000000 --- a/Proto/BattleMonsterParam.cs +++ /dev/null @@ -1,346 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: BattleMonsterParam.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from BattleMonsterParam.proto - public static partial class BattleMonsterParamReflection { - - #region Descriptor - /// File descriptor for BattleMonsterParam.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static BattleMonsterParamReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChhCYXR0bGVNb25zdGVyUGFyYW0ucHJvdG8iZwoSQmF0dGxlTW9uc3RlclBh", - "cmFtEhgKEGhhcmRfbGV2ZWxfZ3JvdXAYASABKA0SDQoFbGV2ZWwYAiABKA0S", - "EwoLZWxpdGVfZ3JvdXAYAyABKA0SEwoLRE5FQU1QTExGTUUYBCABKA1CHqoC", - "G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BattleMonsterParam), global::EggLink.DanhengServer.Proto.BattleMonsterParam.Parser, new[]{ "HardLevelGroup", "Level", "EliteGroup", "DNEAMPLLFME" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class BattleMonsterParam : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BattleMonsterParam()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.BattleMonsterParamReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BattleMonsterParam() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BattleMonsterParam(BattleMonsterParam other) : this() { - hardLevelGroup_ = other.hardLevelGroup_; - level_ = other.level_; - eliteGroup_ = other.eliteGroup_; - dNEAMPLLFME_ = other.dNEAMPLLFME_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BattleMonsterParam Clone() { - return new BattleMonsterParam(this); - } - - /// Field number for the "hard_level_group" field. - public const int HardLevelGroupFieldNumber = 1; - private uint hardLevelGroup_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint HardLevelGroup { - get { return hardLevelGroup_; } - set { - hardLevelGroup_ = value; - } - } - - /// Field number for the "level" field. - public const int LevelFieldNumber = 2; - private uint level_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint Level { - get { return level_; } - set { - level_ = value; - } - } - - /// Field number for the "elite_group" field. - public const int EliteGroupFieldNumber = 3; - private uint eliteGroup_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint EliteGroup { - get { return eliteGroup_; } - set { - eliteGroup_ = value; - } - } - - /// Field number for the "DNEAMPLLFME" field. - public const int DNEAMPLLFMEFieldNumber = 4; - private uint dNEAMPLLFME_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint DNEAMPLLFME { - get { return dNEAMPLLFME_; } - set { - dNEAMPLLFME_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as BattleMonsterParam); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(BattleMonsterParam other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (HardLevelGroup != other.HardLevelGroup) return false; - if (Level != other.Level) return false; - if (EliteGroup != other.EliteGroup) return false; - if (DNEAMPLLFME != other.DNEAMPLLFME) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (HardLevelGroup != 0) hash ^= HardLevelGroup.GetHashCode(); - if (Level != 0) hash ^= Level.GetHashCode(); - if (EliteGroup != 0) hash ^= EliteGroup.GetHashCode(); - if (DNEAMPLLFME != 0) hash ^= DNEAMPLLFME.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (HardLevelGroup != 0) { - output.WriteRawTag(8); - output.WriteUInt32(HardLevelGroup); - } - if (Level != 0) { - output.WriteRawTag(16); - output.WriteUInt32(Level); - } - if (EliteGroup != 0) { - output.WriteRawTag(24); - output.WriteUInt32(EliteGroup); - } - if (DNEAMPLLFME != 0) { - output.WriteRawTag(32); - output.WriteUInt32(DNEAMPLLFME); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (HardLevelGroup != 0) { - output.WriteRawTag(8); - output.WriteUInt32(HardLevelGroup); - } - if (Level != 0) { - output.WriteRawTag(16); - output.WriteUInt32(Level); - } - if (EliteGroup != 0) { - output.WriteRawTag(24); - output.WriteUInt32(EliteGroup); - } - if (DNEAMPLLFME != 0) { - output.WriteRawTag(32); - output.WriteUInt32(DNEAMPLLFME); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (HardLevelGroup != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HardLevelGroup); - } - if (Level != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Level); - } - if (EliteGroup != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EliteGroup); - } - if (DNEAMPLLFME != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DNEAMPLLFME); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(BattleMonsterParam other) { - if (other == null) { - return; - } - if (other.HardLevelGroup != 0) { - HardLevelGroup = other.HardLevelGroup; - } - if (other.Level != 0) { - Level = other.Level; - } - if (other.EliteGroup != 0) { - EliteGroup = other.EliteGroup; - } - if (other.DNEAMPLLFME != 0) { - DNEAMPLLFME = other.DNEAMPLLFME; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - HardLevelGroup = input.ReadUInt32(); - break; - } - case 16: { - Level = input.ReadUInt32(); - break; - } - case 24: { - EliteGroup = input.ReadUInt32(); - break; - } - case 32: { - DNEAMPLLFME = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - HardLevelGroup = input.ReadUInt32(); - break; - } - case 16: { - Level = input.ReadUInt32(); - break; - } - case 24: { - EliteGroup = input.ReadUInt32(); - break; - } - case 32: { - DNEAMPLLFME = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/BattleMonsterWave.cs b/Proto/BattleMonsterWave.cs deleted file mode 100644 index 69ec728f..00000000 --- a/Proto/BattleMonsterWave.cs +++ /dev/null @@ -1,346 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: BattleMonsterWave.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from BattleMonsterWave.proto - public static partial class BattleMonsterWaveReflection { - - #region Descriptor - /// File descriptor for BattleMonsterWave.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static BattleMonsterWaveReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChdCYXR0bGVNb25zdGVyV2F2ZS5wcm90bxoYQmF0dGxlTW9uc3RlclBhcmFt", - "LnByb3RvGhNCYXR0bGVNb25zdGVyLnByb3RvIpYBChFCYXR0bGVNb25zdGVy", - "V2F2ZRIkCgxtb25zdGVyX2xpc3QYASADKAsyDi5CYXR0bGVNb25zdGVyEioK", - "DW1vbnN0ZXJfcGFyYW0YAiABKAsyEy5CYXR0bGVNb25zdGVyUGFyYW0SFwoP", - "YmF0dGxlX3N0YWdlX2lkGAMgASgNEhYKDmJhdHRsZV93YXZlX2lkGAQgASgN", - "Qh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BattleMonsterParamReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleMonsterReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BattleMonsterWave), global::EggLink.DanhengServer.Proto.BattleMonsterWave.Parser, new[]{ "MonsterList", "MonsterParam", "BattleStageId", "BattleWaveId" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class BattleMonsterWave : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BattleMonsterWave()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.BattleMonsterWaveReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BattleMonsterWave() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BattleMonsterWave(BattleMonsterWave other) : this() { - monsterList_ = other.monsterList_.Clone(); - monsterParam_ = other.monsterParam_ != null ? other.monsterParam_.Clone() : null; - battleStageId_ = other.battleStageId_; - battleWaveId_ = other.battleWaveId_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BattleMonsterWave Clone() { - return new BattleMonsterWave(this); - } - - /// Field number for the "monster_list" field. - public const int MonsterListFieldNumber = 1; - private static readonly pb::FieldCodec _repeated_monsterList_codec - = pb::FieldCodec.ForMessage(10, global::EggLink.DanhengServer.Proto.BattleMonster.Parser); - private readonly pbc::RepeatedField monsterList_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField MonsterList { - get { return monsterList_; } - } - - /// Field number for the "monster_param" field. - public const int MonsterParamFieldNumber = 2; - private global::EggLink.DanhengServer.Proto.BattleMonsterParam monsterParam_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.BattleMonsterParam MonsterParam { - get { return monsterParam_; } - set { - monsterParam_ = value; - } - } - - /// Field number for the "battle_stage_id" field. - public const int BattleStageIdFieldNumber = 3; - private uint battleStageId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint BattleStageId { - get { return battleStageId_; } - set { - battleStageId_ = value; - } - } - - /// Field number for the "battle_wave_id" field. - public const int BattleWaveIdFieldNumber = 4; - private uint battleWaveId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint BattleWaveId { - get { return battleWaveId_; } - set { - battleWaveId_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as BattleMonsterWave); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(BattleMonsterWave other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if(!monsterList_.Equals(other.monsterList_)) return false; - if (!object.Equals(MonsterParam, other.MonsterParam)) return false; - if (BattleStageId != other.BattleStageId) return false; - if (BattleWaveId != other.BattleWaveId) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - hash ^= monsterList_.GetHashCode(); - if (monsterParam_ != null) hash ^= MonsterParam.GetHashCode(); - if (BattleStageId != 0) hash ^= BattleStageId.GetHashCode(); - if (BattleWaveId != 0) hash ^= BattleWaveId.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - monsterList_.WriteTo(output, _repeated_monsterList_codec); - if (monsterParam_ != null) { - output.WriteRawTag(18); - output.WriteMessage(MonsterParam); - } - if (BattleStageId != 0) { - output.WriteRawTag(24); - output.WriteUInt32(BattleStageId); - } - if (BattleWaveId != 0) { - output.WriteRawTag(32); - output.WriteUInt32(BattleWaveId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - monsterList_.WriteTo(ref output, _repeated_monsterList_codec); - if (monsterParam_ != null) { - output.WriteRawTag(18); - output.WriteMessage(MonsterParam); - } - if (BattleStageId != 0) { - output.WriteRawTag(24); - output.WriteUInt32(BattleStageId); - } - if (BattleWaveId != 0) { - output.WriteRawTag(32); - output.WriteUInt32(BattleWaveId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - size += monsterList_.CalculateSize(_repeated_monsterList_codec); - if (monsterParam_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(MonsterParam); - } - if (BattleStageId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BattleStageId); - } - if (BattleWaveId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BattleWaveId); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(BattleMonsterWave other) { - if (other == null) { - return; - } - monsterList_.Add(other.monsterList_); - if (other.monsterParam_ != null) { - if (monsterParam_ == null) { - MonsterParam = new global::EggLink.DanhengServer.Proto.BattleMonsterParam(); - } - MonsterParam.MergeFrom(other.MonsterParam); - } - if (other.BattleStageId != 0) { - BattleStageId = other.BattleStageId; - } - if (other.BattleWaveId != 0) { - BattleWaveId = other.BattleWaveId; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - monsterList_.AddEntriesFrom(input, _repeated_monsterList_codec); - break; - } - case 18: { - if (monsterParam_ == null) { - MonsterParam = new global::EggLink.DanhengServer.Proto.BattleMonsterParam(); - } - input.ReadMessage(MonsterParam); - break; - } - case 24: { - BattleStageId = input.ReadUInt32(); - break; - } - case 32: { - BattleWaveId = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 10: { - monsterList_.AddEntriesFrom(ref input, _repeated_monsterList_codec); - break; - } - case 18: { - if (monsterParam_ == null) { - MonsterParam = new global::EggLink.DanhengServer.Proto.BattleMonsterParam(); - } - input.ReadMessage(MonsterParam); - break; - } - case 24: { - BattleStageId = input.ReadUInt32(); - break; - } - case 32: { - BattleWaveId = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/BattlePassInfoNotify.cs b/Proto/BattlePassInfoNotify.cs index 85aed2df..6483724f 100644 --- a/Proto/BattlePassInfoNotify.cs +++ b/Proto/BattlePassInfoNotify.cs @@ -25,18 +25,18 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChpCYXR0bGVQYXNzSW5mb05vdGlmeS5wcm90bxoQQnBUaWVyVHlwZS5wcm90", - "byKmAgoUQmF0dGxlUGFzc0luZm9Ob3RpZnkSEwoLQ1BISUlPQ0tIUEkYDSAB", + "byKpAgoUQmF0dGxlUGFzc0luZm9Ob3RpZnkSEwoLQ1BISUlPQ0tIUEkYDSAB", "KAQSEwoLTEpGTEZMSU1LQUQYCiABKA0SEwoLSU5CT0NLSkdMQk8YByABKAQS", - "EwoLRkRLS0lLR0FOQ0sYDiABKAQSIAoLSkxMSEFMT0hKSUkYBSABKA4yCy5C", - "cFRpZXJUeXBlEhMKC0hLRU9BQUNDQlBMGAkgASgEEhMKC0VLR09QTERKT0lJ", - "GAggASgEEhMKC05LQU9LTk1IT0xIGAsgASgEEhMKC0xKT0VLRUZLUEtPGA8g", - "ASgEEhMKC0NCSktMTEVPSERDGAMgASgEEg0KBWxldmVsGAwgASgNEhMKC0VE", - "Qk1OTURKQktPGAYgASgNEgsKA2V4cBgBIAEoDUIeqgIbRWdnTGluay5EYW5o", - "ZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "EwoLRkRLS0lLR0FOQ0sYDiABKAQSHgoJdGllcl90eXBlGAUgASgOMgsuQnBU", + "aWVyVHlwZRITCgtIS0VPQUFDQ0JQTBgJIAEoBBITCgtFS0dPUExESk9JSRgI", + "IAEoBBITCgtOS0FPS05NSE9MSBgLIAEoBBIYChB3ZWVrbHlfZXhwX2xpbWl0", + "GA8gASgEEhMKC0NCSktMTEVPSERDGAMgASgEEg0KBWxldmVsGAwgASgNEhMK", + "C0VEQk1OTURKQktPGAYgASgNEgsKA2V4cBgBIAEoDUIeqgIbRWdnTGluay5E", + "YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BpTierTypeReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BattlePassInfoNotify), global::EggLink.DanhengServer.Proto.BattlePassInfoNotify.Parser, new[]{ "CPHIIOCKHPI", "LJFLFLIMKAD", "INBOCKJGLBO", "FDKKIKGANCK", "JLLHALOHJII", "HKEOAACCBPL", "EKGOPLDJOII", "NKAOKNMHOLH", "LJOEKEFKPKO", "CBJKLLEOHDC", "Level", "EDBMNMDJBKO", "Exp" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BattlePassInfoNotify), global::EggLink.DanhengServer.Proto.BattlePassInfoNotify.Parser, new[]{ "CPHIIOCKHPI", "LJFLFLIMKAD", "INBOCKJGLBO", "FDKKIKGANCK", "TierType", "HKEOAACCBPL", "EKGOPLDJOII", "NKAOKNMHOLH", "WeeklyExpLimit", "CBJKLLEOHDC", "Level", "EDBMNMDJBKO", "Exp" }, null, null, null, null) })); } #endregion @@ -82,11 +82,11 @@ namespace EggLink.DanhengServer.Proto { lJFLFLIMKAD_ = other.lJFLFLIMKAD_; iNBOCKJGLBO_ = other.iNBOCKJGLBO_; fDKKIKGANCK_ = other.fDKKIKGANCK_; - jLLHALOHJII_ = other.jLLHALOHJII_; + tierType_ = other.tierType_; hKEOAACCBPL_ = other.hKEOAACCBPL_; eKGOPLDJOII_ = other.eKGOPLDJOII_; nKAOKNMHOLH_ = other.nKAOKNMHOLH_; - lJOEKEFKPKO_ = other.lJOEKEFKPKO_; + weeklyExpLimit_ = other.weeklyExpLimit_; cBJKLLEOHDC_ = other.cBJKLLEOHDC_; level_ = other.level_; eDBMNMDJBKO_ = other.eDBMNMDJBKO_; @@ -148,15 +148,15 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "JLLHALOHJII" field. - public const int JLLHALOHJIIFieldNumber = 5; - private global::EggLink.DanhengServer.Proto.BpTierType jLLHALOHJII_ = global::EggLink.DanhengServer.Proto.BpTierType.None; + /// Field number for the "tier_type" field. + public const int TierTypeFieldNumber = 5; + private global::EggLink.DanhengServer.Proto.BpTierType tierType_ = global::EggLink.DanhengServer.Proto.BpTierType.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.BpTierType JLLHALOHJII { - get { return jLLHALOHJII_; } + public global::EggLink.DanhengServer.Proto.BpTierType TierType { + get { return tierType_; } set { - jLLHALOHJII_ = value; + tierType_ = value; } } @@ -196,15 +196,15 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "LJOEKEFKPKO" field. - public const int LJOEKEFKPKOFieldNumber = 15; - private ulong lJOEKEFKPKO_; + /// Field number for the "weekly_exp_limit" field. + public const int WeeklyExpLimitFieldNumber = 15; + private ulong weeklyExpLimit_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ulong LJOEKEFKPKO { - get { return lJOEKEFKPKO_; } + public ulong WeeklyExpLimit { + get { return weeklyExpLimit_; } set { - lJOEKEFKPKO_ = value; + weeklyExpLimit_ = value; } } @@ -275,11 +275,11 @@ namespace EggLink.DanhengServer.Proto { if (LJFLFLIMKAD != other.LJFLFLIMKAD) return false; if (INBOCKJGLBO != other.INBOCKJGLBO) return false; if (FDKKIKGANCK != other.FDKKIKGANCK) return false; - if (JLLHALOHJII != other.JLLHALOHJII) return false; + if (TierType != other.TierType) return false; if (HKEOAACCBPL != other.HKEOAACCBPL) return false; if (EKGOPLDJOII != other.EKGOPLDJOII) return false; if (NKAOKNMHOLH != other.NKAOKNMHOLH) return false; - if (LJOEKEFKPKO != other.LJOEKEFKPKO) return false; + if (WeeklyExpLimit != other.WeeklyExpLimit) return false; if (CBJKLLEOHDC != other.CBJKLLEOHDC) return false; if (Level != other.Level) return false; if (EDBMNMDJBKO != other.EDBMNMDJBKO) return false; @@ -295,11 +295,11 @@ namespace EggLink.DanhengServer.Proto { if (LJFLFLIMKAD != 0) hash ^= LJFLFLIMKAD.GetHashCode(); if (INBOCKJGLBO != 0UL) hash ^= INBOCKJGLBO.GetHashCode(); if (FDKKIKGANCK != 0UL) hash ^= FDKKIKGANCK.GetHashCode(); - if (JLLHALOHJII != global::EggLink.DanhengServer.Proto.BpTierType.None) hash ^= JLLHALOHJII.GetHashCode(); + if (TierType != global::EggLink.DanhengServer.Proto.BpTierType.None) hash ^= TierType.GetHashCode(); if (HKEOAACCBPL != 0UL) hash ^= HKEOAACCBPL.GetHashCode(); if (EKGOPLDJOII != 0UL) hash ^= EKGOPLDJOII.GetHashCode(); if (NKAOKNMHOLH != 0UL) hash ^= NKAOKNMHOLH.GetHashCode(); - if (LJOEKEFKPKO != 0UL) hash ^= LJOEKEFKPKO.GetHashCode(); + if (WeeklyExpLimit != 0UL) hash ^= WeeklyExpLimit.GetHashCode(); if (CBJKLLEOHDC != 0UL) hash ^= CBJKLLEOHDC.GetHashCode(); if (Level != 0) hash ^= Level.GetHashCode(); if (EDBMNMDJBKO != 0) hash ^= EDBMNMDJBKO.GetHashCode(); @@ -330,9 +330,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(24); output.WriteUInt64(CBJKLLEOHDC); } - if (JLLHALOHJII != global::EggLink.DanhengServer.Proto.BpTierType.None) { + if (TierType != global::EggLink.DanhengServer.Proto.BpTierType.None) { output.WriteRawTag(40); - output.WriteEnum((int) JLLHALOHJII); + output.WriteEnum((int) TierType); } if (EDBMNMDJBKO != 0) { output.WriteRawTag(48); @@ -370,9 +370,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(112); output.WriteUInt64(FDKKIKGANCK); } - if (LJOEKEFKPKO != 0UL) { + if (WeeklyExpLimit != 0UL) { output.WriteRawTag(120); - output.WriteUInt64(LJOEKEFKPKO); + output.WriteUInt64(WeeklyExpLimit); } if (_unknownFields != null) { _unknownFields.WriteTo(output); @@ -392,9 +392,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(24); output.WriteUInt64(CBJKLLEOHDC); } - if (JLLHALOHJII != global::EggLink.DanhengServer.Proto.BpTierType.None) { + if (TierType != global::EggLink.DanhengServer.Proto.BpTierType.None) { output.WriteRawTag(40); - output.WriteEnum((int) JLLHALOHJII); + output.WriteEnum((int) TierType); } if (EDBMNMDJBKO != 0) { output.WriteRawTag(48); @@ -432,9 +432,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(112); output.WriteUInt64(FDKKIKGANCK); } - if (LJOEKEFKPKO != 0UL) { + if (WeeklyExpLimit != 0UL) { output.WriteRawTag(120); - output.WriteUInt64(LJOEKEFKPKO); + output.WriteUInt64(WeeklyExpLimit); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); @@ -458,8 +458,8 @@ namespace EggLink.DanhengServer.Proto { if (FDKKIKGANCK != 0UL) { size += 1 + pb::CodedOutputStream.ComputeUInt64Size(FDKKIKGANCK); } - if (JLLHALOHJII != global::EggLink.DanhengServer.Proto.BpTierType.None) { - size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) JLLHALOHJII); + if (TierType != global::EggLink.DanhengServer.Proto.BpTierType.None) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) TierType); } if (HKEOAACCBPL != 0UL) { size += 1 + pb::CodedOutputStream.ComputeUInt64Size(HKEOAACCBPL); @@ -470,8 +470,8 @@ namespace EggLink.DanhengServer.Proto { if (NKAOKNMHOLH != 0UL) { size += 1 + pb::CodedOutputStream.ComputeUInt64Size(NKAOKNMHOLH); } - if (LJOEKEFKPKO != 0UL) { - size += 1 + pb::CodedOutputStream.ComputeUInt64Size(LJOEKEFKPKO); + if (WeeklyExpLimit != 0UL) { + size += 1 + pb::CodedOutputStream.ComputeUInt64Size(WeeklyExpLimit); } if (CBJKLLEOHDC != 0UL) { size += 1 + pb::CodedOutputStream.ComputeUInt64Size(CBJKLLEOHDC); @@ -509,8 +509,8 @@ namespace EggLink.DanhengServer.Proto { if (other.FDKKIKGANCK != 0UL) { FDKKIKGANCK = other.FDKKIKGANCK; } - if (other.JLLHALOHJII != global::EggLink.DanhengServer.Proto.BpTierType.None) { - JLLHALOHJII = other.JLLHALOHJII; + if (other.TierType != global::EggLink.DanhengServer.Proto.BpTierType.None) { + TierType = other.TierType; } if (other.HKEOAACCBPL != 0UL) { HKEOAACCBPL = other.HKEOAACCBPL; @@ -521,8 +521,8 @@ namespace EggLink.DanhengServer.Proto { if (other.NKAOKNMHOLH != 0UL) { NKAOKNMHOLH = other.NKAOKNMHOLH; } - if (other.LJOEKEFKPKO != 0UL) { - LJOEKEFKPKO = other.LJOEKEFKPKO; + if (other.WeeklyExpLimit != 0UL) { + WeeklyExpLimit = other.WeeklyExpLimit; } if (other.CBJKLLEOHDC != 0UL) { CBJKLLEOHDC = other.CBJKLLEOHDC; @@ -560,7 +560,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 40: { - JLLHALOHJII = (global::EggLink.DanhengServer.Proto.BpTierType) input.ReadEnum(); + TierType = (global::EggLink.DanhengServer.Proto.BpTierType) input.ReadEnum(); break; } case 48: { @@ -600,7 +600,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 120: { - LJOEKEFKPKO = input.ReadUInt64(); + WeeklyExpLimit = input.ReadUInt64(); break; } } @@ -627,7 +627,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 40: { - JLLHALOHJII = (global::EggLink.DanhengServer.Proto.BpTierType) input.ReadEnum(); + TierType = (global::EggLink.DanhengServer.Proto.BpTierType) input.ReadEnum(); break; } case 48: { @@ -667,7 +667,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 120: { - LJOEKEFKPKO = input.ReadUInt64(); + WeeklyExpLimit = input.ReadUInt64(); break; } } diff --git a/Proto/BattleReplay.cs b/Proto/BattleReplay.cs deleted file mode 100644 index ac3a3b52..00000000 --- a/Proto/BattleReplay.cs +++ /dev/null @@ -1,921 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: BattleReplay.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from BattleReplay.proto - public static partial class BattleReplayReflection { - - #region Descriptor - /// File descriptor for BattleReplay.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static BattleReplayReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChJCYXR0bGVSZXBsYXkucHJvdG8aHUJhdHRsZUNoZWNrU3RyYXRlZ3lUeXBl", - "LnByb3RvGhJCYXR0bGVMaW5ldXAucHJvdG8aEVBOREZNQkpGR0lNLnByb3Rv", - "GhFNSUFJREFJTERLTS5wcm90bxobQmF0dGxlRXZlbnRCYXR0bGVJbmZvLnBy", - "b3RvGhZCYXR0bGVNb2R1bGVUeXBlLnByb3RvGhRHYW1lY29yZUNvbmZpZy5w", - "cm90bxoOQmF0dGxlT3AucHJvdG8i0QQKDEJhdHRsZVJlcGxheRIPCgd2ZXJz", - "aW9uGAEgASgNEhkKEWxvZ2ljX3JhbmRvbV9zZWVkGAIgASgNEhAKCHN0YWdl", - "X2lkGAMgASgNEh0KBmxpbmV1cBgEIAEoCzINLkJhdHRsZUxpbmV1cBIaCgdv", - "cF9saXN0GAUgAygLMgkuQmF0dGxlT3ASGgoSdHVybl9zbmFwc2hvdF9oYXNo", - "GAYgASgMEhUKDW1hemVfcGxhbmVfaWQYByABKA0SGgoSZXh0cmFfYWJpbGl0", - "eV9saXN0GAggAygNEiIKGmlzX2FpX2NvbnNpZGVyX3VsdHJhX3NraWxsGAkg", - "ASgIEjAKDmNoZWNrX3N0cmF0ZWd5GAogASgOMhguQmF0dGxlQ2hlY2tTdHJh", - "dGVneVR5cGUSLQoSYmF0dGxlX21vZHVsZV90eXBlGAsgASgOMhEuQmF0dGxl", - "TW9kdWxlVHlwZRIsCgxiYXR0bGVfZXZlbnQYDCADKAsyFi5CYXR0bGVFdmVu", - "dEJhdHRsZUluZm8SFAoMcm91bmRzX2xpbWl0GA4gASgNEh8KBmNvbmZpZxgP", - "IAEoCzIPLkdhbWVjb3JlQ29uZmlnEhwKFGdhbWVfY29yZV9sb2dfZW5jb2Rl", - "GBAgASgMEhYKDmNsaWVudF92ZXJzaW9uGBEgASgNEhMKC0RET0dKT0tFQ0NM", - "GBIgASgNEiEKC0dNUENGR0VESEtJGBMgASgLMgwuUE5ERk1CSkZHSU0SIQoL", - "Qk5NSUlBSEFESkgYZCABKAsyDC5NSUFJREFJTERLTUIeqgIbRWdnTGluay5E", - "YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BattleCheckStrategyTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleLineupReflection.Descriptor, global::EggLink.DanhengServer.Proto.PNDFMBJFGIMReflection.Descriptor, global::EggLink.DanhengServer.Proto.MIAIDAILDKMReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleEventBattleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleModuleTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.GamecoreConfigReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleOpReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BattleReplay), global::EggLink.DanhengServer.Proto.BattleReplay.Parser, new[]{ "Version", "LogicRandomSeed", "StageId", "Lineup", "OpList", "TurnSnapshotHash", "MazePlaneId", "ExtraAbilityList", "IsAiConsiderUltraSkill", "CheckStrategy", "BattleModuleType", "BattleEvent", "RoundsLimit", "Config", "GameCoreLogEncode", "ClientVersion", "DDOGJOKECCL", "GMPCFGEDHKI", "BNMIIAHADJH" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class BattleReplay : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BattleReplay()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.BattleReplayReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BattleReplay() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BattleReplay(BattleReplay other) : this() { - version_ = other.version_; - logicRandomSeed_ = other.logicRandomSeed_; - stageId_ = other.stageId_; - lineup_ = other.lineup_ != null ? other.lineup_.Clone() : null; - opList_ = other.opList_.Clone(); - turnSnapshotHash_ = other.turnSnapshotHash_; - mazePlaneId_ = other.mazePlaneId_; - extraAbilityList_ = other.extraAbilityList_.Clone(); - isAiConsiderUltraSkill_ = other.isAiConsiderUltraSkill_; - checkStrategy_ = other.checkStrategy_; - battleModuleType_ = other.battleModuleType_; - battleEvent_ = other.battleEvent_.Clone(); - roundsLimit_ = other.roundsLimit_; - config_ = other.config_ != null ? other.config_.Clone() : null; - gameCoreLogEncode_ = other.gameCoreLogEncode_; - clientVersion_ = other.clientVersion_; - dDOGJOKECCL_ = other.dDOGJOKECCL_; - gMPCFGEDHKI_ = other.gMPCFGEDHKI_ != null ? other.gMPCFGEDHKI_.Clone() : null; - bNMIIAHADJH_ = other.bNMIIAHADJH_ != null ? other.bNMIIAHADJH_.Clone() : null; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BattleReplay Clone() { - return new BattleReplay(this); - } - - /// Field number for the "version" field. - public const int VersionFieldNumber = 1; - private uint version_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint Version { - get { return version_; } - set { - version_ = value; - } - } - - /// Field number for the "logic_random_seed" field. - public const int LogicRandomSeedFieldNumber = 2; - private uint logicRandomSeed_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint LogicRandomSeed { - get { return logicRandomSeed_; } - set { - logicRandomSeed_ = value; - } - } - - /// Field number for the "stage_id" field. - public const int StageIdFieldNumber = 3; - private uint stageId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint StageId { - get { return stageId_; } - set { - stageId_ = value; - } - } - - /// Field number for the "lineup" field. - public const int LineupFieldNumber = 4; - private global::EggLink.DanhengServer.Proto.BattleLineup lineup_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.BattleLineup Lineup { - get { return lineup_; } - set { - lineup_ = value; - } - } - - /// Field number for the "op_list" field. - public const int OpListFieldNumber = 5; - private static readonly pb::FieldCodec _repeated_opList_codec - = pb::FieldCodec.ForMessage(42, global::EggLink.DanhengServer.Proto.BattleOp.Parser); - private readonly pbc::RepeatedField opList_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField OpList { - get { return opList_; } - } - - /// Field number for the "turn_snapshot_hash" field. - public const int TurnSnapshotHashFieldNumber = 6; - private pb::ByteString turnSnapshotHash_ = pb::ByteString.Empty; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pb::ByteString TurnSnapshotHash { - get { return turnSnapshotHash_; } - set { - turnSnapshotHash_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "maze_plane_id" field. - public const int MazePlaneIdFieldNumber = 7; - private uint mazePlaneId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint MazePlaneId { - get { return mazePlaneId_; } - set { - mazePlaneId_ = value; - } - } - - /// Field number for the "extra_ability_list" field. - public const int ExtraAbilityListFieldNumber = 8; - private static readonly pb::FieldCodec _repeated_extraAbilityList_codec - = pb::FieldCodec.ForUInt32(66); - private readonly pbc::RepeatedField extraAbilityList_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField ExtraAbilityList { - get { return extraAbilityList_; } - } - - /// Field number for the "is_ai_consider_ultra_skill" field. - public const int IsAiConsiderUltraSkillFieldNumber = 9; - private bool isAiConsiderUltraSkill_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool IsAiConsiderUltraSkill { - get { return isAiConsiderUltraSkill_; } - set { - isAiConsiderUltraSkill_ = value; - } - } - - /// Field number for the "check_strategy" field. - public const int CheckStrategyFieldNumber = 10; - private global::EggLink.DanhengServer.Proto.BattleCheckStrategyType checkStrategy_ = global::EggLink.DanhengServer.Proto.BattleCheckStrategyType.BattleCheckStrategyIdentical; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.BattleCheckStrategyType CheckStrategy { - get { return checkStrategy_; } - set { - checkStrategy_ = value; - } - } - - /// Field number for the "battle_module_type" field. - public const int BattleModuleTypeFieldNumber = 11; - private global::EggLink.DanhengServer.Proto.BattleModuleType battleModuleType_ = global::EggLink.DanhengServer.Proto.BattleModuleType.BattleModuleMaze; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.BattleModuleType BattleModuleType { - get { return battleModuleType_; } - set { - battleModuleType_ = value; - } - } - - /// Field number for the "battle_event" field. - public const int BattleEventFieldNumber = 12; - private static readonly pb::FieldCodec _repeated_battleEvent_codec - = pb::FieldCodec.ForMessage(98, global::EggLink.DanhengServer.Proto.BattleEventBattleInfo.Parser); - private readonly pbc::RepeatedField battleEvent_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField BattleEvent { - get { return battleEvent_; } - } - - /// Field number for the "rounds_limit" field. - public const int RoundsLimitFieldNumber = 14; - private uint roundsLimit_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint RoundsLimit { - get { return roundsLimit_; } - set { - roundsLimit_ = value; - } - } - - /// Field number for the "config" field. - public const int ConfigFieldNumber = 15; - private global::EggLink.DanhengServer.Proto.GamecoreConfig config_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.GamecoreConfig Config { - get { return config_; } - set { - config_ = value; - } - } - - /// Field number for the "game_core_log_encode" field. - public const int GameCoreLogEncodeFieldNumber = 16; - private pb::ByteString gameCoreLogEncode_ = pb::ByteString.Empty; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pb::ByteString GameCoreLogEncode { - get { return gameCoreLogEncode_; } - set { - gameCoreLogEncode_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "client_version" field. - public const int ClientVersionFieldNumber = 17; - private uint clientVersion_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint ClientVersion { - get { return clientVersion_; } - set { - clientVersion_ = value; - } - } - - /// Field number for the "DDOGJOKECCL" field. - public const int DDOGJOKECCLFieldNumber = 18; - private uint dDOGJOKECCL_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint DDOGJOKECCL { - get { return dDOGJOKECCL_; } - set { - dDOGJOKECCL_ = value; - } - } - - /// Field number for the "GMPCFGEDHKI" field. - public const int GMPCFGEDHKIFieldNumber = 19; - private global::EggLink.DanhengServer.Proto.PNDFMBJFGIM gMPCFGEDHKI_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.PNDFMBJFGIM GMPCFGEDHKI { - get { return gMPCFGEDHKI_; } - set { - gMPCFGEDHKI_ = value; - } - } - - /// Field number for the "BNMIIAHADJH" field. - public const int BNMIIAHADJHFieldNumber = 100; - private global::EggLink.DanhengServer.Proto.MIAIDAILDKM bNMIIAHADJH_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.MIAIDAILDKM BNMIIAHADJH { - get { return bNMIIAHADJH_; } - set { - bNMIIAHADJH_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as BattleReplay); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(BattleReplay other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Version != other.Version) return false; - if (LogicRandomSeed != other.LogicRandomSeed) return false; - if (StageId != other.StageId) return false; - if (!object.Equals(Lineup, other.Lineup)) return false; - if(!opList_.Equals(other.opList_)) return false; - if (TurnSnapshotHash != other.TurnSnapshotHash) return false; - if (MazePlaneId != other.MazePlaneId) return false; - if(!extraAbilityList_.Equals(other.extraAbilityList_)) return false; - if (IsAiConsiderUltraSkill != other.IsAiConsiderUltraSkill) return false; - if (CheckStrategy != other.CheckStrategy) return false; - if (BattleModuleType != other.BattleModuleType) return false; - if(!battleEvent_.Equals(other.battleEvent_)) return false; - if (RoundsLimit != other.RoundsLimit) return false; - if (!object.Equals(Config, other.Config)) return false; - if (GameCoreLogEncode != other.GameCoreLogEncode) return false; - if (ClientVersion != other.ClientVersion) return false; - if (DDOGJOKECCL != other.DDOGJOKECCL) return false; - if (!object.Equals(GMPCFGEDHKI, other.GMPCFGEDHKI)) return false; - if (!object.Equals(BNMIIAHADJH, other.BNMIIAHADJH)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Version != 0) hash ^= Version.GetHashCode(); - if (LogicRandomSeed != 0) hash ^= LogicRandomSeed.GetHashCode(); - if (StageId != 0) hash ^= StageId.GetHashCode(); - if (lineup_ != null) hash ^= Lineup.GetHashCode(); - hash ^= opList_.GetHashCode(); - if (TurnSnapshotHash.Length != 0) hash ^= TurnSnapshotHash.GetHashCode(); - if (MazePlaneId != 0) hash ^= MazePlaneId.GetHashCode(); - hash ^= extraAbilityList_.GetHashCode(); - if (IsAiConsiderUltraSkill != false) hash ^= IsAiConsiderUltraSkill.GetHashCode(); - if (CheckStrategy != global::EggLink.DanhengServer.Proto.BattleCheckStrategyType.BattleCheckStrategyIdentical) hash ^= CheckStrategy.GetHashCode(); - if (BattleModuleType != global::EggLink.DanhengServer.Proto.BattleModuleType.BattleModuleMaze) hash ^= BattleModuleType.GetHashCode(); - hash ^= battleEvent_.GetHashCode(); - if (RoundsLimit != 0) hash ^= RoundsLimit.GetHashCode(); - if (config_ != null) hash ^= Config.GetHashCode(); - if (GameCoreLogEncode.Length != 0) hash ^= GameCoreLogEncode.GetHashCode(); - if (ClientVersion != 0) hash ^= ClientVersion.GetHashCode(); - if (DDOGJOKECCL != 0) hash ^= DDOGJOKECCL.GetHashCode(); - if (gMPCFGEDHKI_ != null) hash ^= GMPCFGEDHKI.GetHashCode(); - if (bNMIIAHADJH_ != null) hash ^= BNMIIAHADJH.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Version != 0) { - output.WriteRawTag(8); - output.WriteUInt32(Version); - } - if (LogicRandomSeed != 0) { - output.WriteRawTag(16); - output.WriteUInt32(LogicRandomSeed); - } - if (StageId != 0) { - output.WriteRawTag(24); - output.WriteUInt32(StageId); - } - if (lineup_ != null) { - output.WriteRawTag(34); - output.WriteMessage(Lineup); - } - opList_.WriteTo(output, _repeated_opList_codec); - if (TurnSnapshotHash.Length != 0) { - output.WriteRawTag(50); - output.WriteBytes(TurnSnapshotHash); - } - if (MazePlaneId != 0) { - output.WriteRawTag(56); - output.WriteUInt32(MazePlaneId); - } - extraAbilityList_.WriteTo(output, _repeated_extraAbilityList_codec); - if (IsAiConsiderUltraSkill != false) { - output.WriteRawTag(72); - output.WriteBool(IsAiConsiderUltraSkill); - } - if (CheckStrategy != global::EggLink.DanhengServer.Proto.BattleCheckStrategyType.BattleCheckStrategyIdentical) { - output.WriteRawTag(80); - output.WriteEnum((int) CheckStrategy); - } - if (BattleModuleType != global::EggLink.DanhengServer.Proto.BattleModuleType.BattleModuleMaze) { - output.WriteRawTag(88); - output.WriteEnum((int) BattleModuleType); - } - battleEvent_.WriteTo(output, _repeated_battleEvent_codec); - if (RoundsLimit != 0) { - output.WriteRawTag(112); - output.WriteUInt32(RoundsLimit); - } - if (config_ != null) { - output.WriteRawTag(122); - output.WriteMessage(Config); - } - if (GameCoreLogEncode.Length != 0) { - output.WriteRawTag(130, 1); - output.WriteBytes(GameCoreLogEncode); - } - if (ClientVersion != 0) { - output.WriteRawTag(136, 1); - output.WriteUInt32(ClientVersion); - } - if (DDOGJOKECCL != 0) { - output.WriteRawTag(144, 1); - output.WriteUInt32(DDOGJOKECCL); - } - if (gMPCFGEDHKI_ != null) { - output.WriteRawTag(154, 1); - output.WriteMessage(GMPCFGEDHKI); - } - if (bNMIIAHADJH_ != null) { - output.WriteRawTag(162, 6); - output.WriteMessage(BNMIIAHADJH); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Version != 0) { - output.WriteRawTag(8); - output.WriteUInt32(Version); - } - if (LogicRandomSeed != 0) { - output.WriteRawTag(16); - output.WriteUInt32(LogicRandomSeed); - } - if (StageId != 0) { - output.WriteRawTag(24); - output.WriteUInt32(StageId); - } - if (lineup_ != null) { - output.WriteRawTag(34); - output.WriteMessage(Lineup); - } - opList_.WriteTo(ref output, _repeated_opList_codec); - if (TurnSnapshotHash.Length != 0) { - output.WriteRawTag(50); - output.WriteBytes(TurnSnapshotHash); - } - if (MazePlaneId != 0) { - output.WriteRawTag(56); - output.WriteUInt32(MazePlaneId); - } - extraAbilityList_.WriteTo(ref output, _repeated_extraAbilityList_codec); - if (IsAiConsiderUltraSkill != false) { - output.WriteRawTag(72); - output.WriteBool(IsAiConsiderUltraSkill); - } - if (CheckStrategy != global::EggLink.DanhengServer.Proto.BattleCheckStrategyType.BattleCheckStrategyIdentical) { - output.WriteRawTag(80); - output.WriteEnum((int) CheckStrategy); - } - if (BattleModuleType != global::EggLink.DanhengServer.Proto.BattleModuleType.BattleModuleMaze) { - output.WriteRawTag(88); - output.WriteEnum((int) BattleModuleType); - } - battleEvent_.WriteTo(ref output, _repeated_battleEvent_codec); - if (RoundsLimit != 0) { - output.WriteRawTag(112); - output.WriteUInt32(RoundsLimit); - } - if (config_ != null) { - output.WriteRawTag(122); - output.WriteMessage(Config); - } - if (GameCoreLogEncode.Length != 0) { - output.WriteRawTag(130, 1); - output.WriteBytes(GameCoreLogEncode); - } - if (ClientVersion != 0) { - output.WriteRawTag(136, 1); - output.WriteUInt32(ClientVersion); - } - if (DDOGJOKECCL != 0) { - output.WriteRawTag(144, 1); - output.WriteUInt32(DDOGJOKECCL); - } - if (gMPCFGEDHKI_ != null) { - output.WriteRawTag(154, 1); - output.WriteMessage(GMPCFGEDHKI); - } - if (bNMIIAHADJH_ != null) { - output.WriteRawTag(162, 6); - output.WriteMessage(BNMIIAHADJH); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Version != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Version); - } - if (LogicRandomSeed != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LogicRandomSeed); - } - if (StageId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(StageId); - } - if (lineup_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(Lineup); - } - size += opList_.CalculateSize(_repeated_opList_codec); - if (TurnSnapshotHash.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeBytesSize(TurnSnapshotHash); - } - if (MazePlaneId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MazePlaneId); - } - size += extraAbilityList_.CalculateSize(_repeated_extraAbilityList_codec); - if (IsAiConsiderUltraSkill != false) { - size += 1 + 1; - } - if (CheckStrategy != global::EggLink.DanhengServer.Proto.BattleCheckStrategyType.BattleCheckStrategyIdentical) { - size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) CheckStrategy); - } - if (BattleModuleType != global::EggLink.DanhengServer.Proto.BattleModuleType.BattleModuleMaze) { - size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) BattleModuleType); - } - size += battleEvent_.CalculateSize(_repeated_battleEvent_codec); - if (RoundsLimit != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(RoundsLimit); - } - if (config_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(Config); - } - if (GameCoreLogEncode.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeBytesSize(GameCoreLogEncode); - } - if (ClientVersion != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(ClientVersion); - } - if (DDOGJOKECCL != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(DDOGJOKECCL); - } - if (gMPCFGEDHKI_ != null) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(GMPCFGEDHKI); - } - if (bNMIIAHADJH_ != null) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(BNMIIAHADJH); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(BattleReplay other) { - if (other == null) { - return; - } - if (other.Version != 0) { - Version = other.Version; - } - if (other.LogicRandomSeed != 0) { - LogicRandomSeed = other.LogicRandomSeed; - } - if (other.StageId != 0) { - StageId = other.StageId; - } - if (other.lineup_ != null) { - if (lineup_ == null) { - Lineup = new global::EggLink.DanhengServer.Proto.BattleLineup(); - } - Lineup.MergeFrom(other.Lineup); - } - opList_.Add(other.opList_); - if (other.TurnSnapshotHash.Length != 0) { - TurnSnapshotHash = other.TurnSnapshotHash; - } - if (other.MazePlaneId != 0) { - MazePlaneId = other.MazePlaneId; - } - extraAbilityList_.Add(other.extraAbilityList_); - if (other.IsAiConsiderUltraSkill != false) { - IsAiConsiderUltraSkill = other.IsAiConsiderUltraSkill; - } - if (other.CheckStrategy != global::EggLink.DanhengServer.Proto.BattleCheckStrategyType.BattleCheckStrategyIdentical) { - CheckStrategy = other.CheckStrategy; - } - if (other.BattleModuleType != global::EggLink.DanhengServer.Proto.BattleModuleType.BattleModuleMaze) { - BattleModuleType = other.BattleModuleType; - } - battleEvent_.Add(other.battleEvent_); - if (other.RoundsLimit != 0) { - RoundsLimit = other.RoundsLimit; - } - if (other.config_ != null) { - if (config_ == null) { - Config = new global::EggLink.DanhengServer.Proto.GamecoreConfig(); - } - Config.MergeFrom(other.Config); - } - if (other.GameCoreLogEncode.Length != 0) { - GameCoreLogEncode = other.GameCoreLogEncode; - } - if (other.ClientVersion != 0) { - ClientVersion = other.ClientVersion; - } - if (other.DDOGJOKECCL != 0) { - DDOGJOKECCL = other.DDOGJOKECCL; - } - if (other.gMPCFGEDHKI_ != null) { - if (gMPCFGEDHKI_ == null) { - GMPCFGEDHKI = new global::EggLink.DanhengServer.Proto.PNDFMBJFGIM(); - } - GMPCFGEDHKI.MergeFrom(other.GMPCFGEDHKI); - } - if (other.bNMIIAHADJH_ != null) { - if (bNMIIAHADJH_ == null) { - BNMIIAHADJH = new global::EggLink.DanhengServer.Proto.MIAIDAILDKM(); - } - BNMIIAHADJH.MergeFrom(other.BNMIIAHADJH); - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - Version = input.ReadUInt32(); - break; - } - case 16: { - LogicRandomSeed = input.ReadUInt32(); - break; - } - case 24: { - StageId = input.ReadUInt32(); - break; - } - case 34: { - if (lineup_ == null) { - Lineup = new global::EggLink.DanhengServer.Proto.BattleLineup(); - } - input.ReadMessage(Lineup); - break; - } - case 42: { - opList_.AddEntriesFrom(input, _repeated_opList_codec); - break; - } - case 50: { - TurnSnapshotHash = input.ReadBytes(); - break; - } - case 56: { - MazePlaneId = input.ReadUInt32(); - break; - } - case 66: - case 64: { - extraAbilityList_.AddEntriesFrom(input, _repeated_extraAbilityList_codec); - break; - } - case 72: { - IsAiConsiderUltraSkill = input.ReadBool(); - break; - } - case 80: { - CheckStrategy = (global::EggLink.DanhengServer.Proto.BattleCheckStrategyType) input.ReadEnum(); - break; - } - case 88: { - BattleModuleType = (global::EggLink.DanhengServer.Proto.BattleModuleType) input.ReadEnum(); - break; - } - case 98: { - battleEvent_.AddEntriesFrom(input, _repeated_battleEvent_codec); - break; - } - case 112: { - RoundsLimit = input.ReadUInt32(); - break; - } - case 122: { - if (config_ == null) { - Config = new global::EggLink.DanhengServer.Proto.GamecoreConfig(); - } - input.ReadMessage(Config); - break; - } - case 130: { - GameCoreLogEncode = input.ReadBytes(); - break; - } - case 136: { - ClientVersion = input.ReadUInt32(); - break; - } - case 144: { - DDOGJOKECCL = input.ReadUInt32(); - break; - } - case 154: { - if (gMPCFGEDHKI_ == null) { - GMPCFGEDHKI = new global::EggLink.DanhengServer.Proto.PNDFMBJFGIM(); - } - input.ReadMessage(GMPCFGEDHKI); - break; - } - case 802: { - if (bNMIIAHADJH_ == null) { - BNMIIAHADJH = new global::EggLink.DanhengServer.Proto.MIAIDAILDKM(); - } - input.ReadMessage(BNMIIAHADJH); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - Version = input.ReadUInt32(); - break; - } - case 16: { - LogicRandomSeed = input.ReadUInt32(); - break; - } - case 24: { - StageId = input.ReadUInt32(); - break; - } - case 34: { - if (lineup_ == null) { - Lineup = new global::EggLink.DanhengServer.Proto.BattleLineup(); - } - input.ReadMessage(Lineup); - break; - } - case 42: { - opList_.AddEntriesFrom(ref input, _repeated_opList_codec); - break; - } - case 50: { - TurnSnapshotHash = input.ReadBytes(); - break; - } - case 56: { - MazePlaneId = input.ReadUInt32(); - break; - } - case 66: - case 64: { - extraAbilityList_.AddEntriesFrom(ref input, _repeated_extraAbilityList_codec); - break; - } - case 72: { - IsAiConsiderUltraSkill = input.ReadBool(); - break; - } - case 80: { - CheckStrategy = (global::EggLink.DanhengServer.Proto.BattleCheckStrategyType) input.ReadEnum(); - break; - } - case 88: { - BattleModuleType = (global::EggLink.DanhengServer.Proto.BattleModuleType) input.ReadEnum(); - break; - } - case 98: { - battleEvent_.AddEntriesFrom(ref input, _repeated_battleEvent_codec); - break; - } - case 112: { - RoundsLimit = input.ReadUInt32(); - break; - } - case 122: { - if (config_ == null) { - Config = new global::EggLink.DanhengServer.Proto.GamecoreConfig(); - } - input.ReadMessage(Config); - break; - } - case 130: { - GameCoreLogEncode = input.ReadBytes(); - break; - } - case 136: { - ClientVersion = input.ReadUInt32(); - break; - } - case 144: { - DDOGJOKECCL = input.ReadUInt32(); - break; - } - case 154: { - if (gMPCFGEDHKI_ == null) { - GMPCFGEDHKI = new global::EggLink.DanhengServer.Proto.PNDFMBJFGIM(); - } - input.ReadMessage(GMPCFGEDHKI); - break; - } - case 802: { - if (bNMIIAHADJH_ == null) { - BNMIIAHADJH = new global::EggLink.DanhengServer.Proto.MIAIDAILDKM(); - } - input.ReadMessage(BNMIIAHADJH); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/BattleReplayStringHash.cs b/Proto/BattleReplayStringHash.cs deleted file mode 100644 index 4a153044..00000000 --- a/Proto/BattleReplayStringHash.cs +++ /dev/null @@ -1,271 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: BattleReplayStringHash.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from BattleReplayStringHash.proto - public static partial class BattleReplayStringHashReflection { - - #region Descriptor - /// File descriptor for BattleReplayStringHash.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static BattleReplayStringHashReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChxCYXR0bGVSZXBsYXlTdHJpbmdIYXNoLnByb3RvIjUKFkJhdHRsZVJlcGxh", - "eVN0cmluZ0hhc2gSDAoEaGFzaBgBIAEoBRINCgV2YWx1ZRgCIAEoCUIeqgIb", - "RWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BattleReplayStringHash), global::EggLink.DanhengServer.Proto.BattleReplayStringHash.Parser, new[]{ "Hash", "Value" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class BattleReplayStringHash : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BattleReplayStringHash()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.BattleReplayStringHashReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BattleReplayStringHash() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BattleReplayStringHash(BattleReplayStringHash other) : this() { - hash_ = other.hash_; - value_ = other.value_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BattleReplayStringHash Clone() { - return new BattleReplayStringHash(this); - } - - /// Field number for the "hash" field. - public const int HashFieldNumber = 1; - private int hash_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int Hash { - get { return hash_; } - set { - hash_ = value; - } - } - - /// Field number for the "value" field. - public const int ValueFieldNumber = 2; - private string value_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Value { - get { return value_; } - set { - value_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as BattleReplayStringHash); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(BattleReplayStringHash other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Hash != other.Hash) return false; - if (Value != other.Value) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Hash != 0) hash ^= Hash.GetHashCode(); - if (Value.Length != 0) hash ^= Value.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Hash != 0) { - output.WriteRawTag(8); - output.WriteInt32(Hash); - } - if (Value.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Value); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Hash != 0) { - output.WriteRawTag(8); - output.WriteInt32(Hash); - } - if (Value.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Value); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Hash != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Hash); - } - if (Value.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Value); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(BattleReplayStringHash other) { - if (other == null) { - return; - } - if (other.Hash != 0) { - Hash = other.Hash; - } - if (other.Value.Length != 0) { - Value = other.Value; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - Hash = input.ReadInt32(); - break; - } - case 18: { - Value = input.ReadString(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - Hash = input.ReadInt32(); - break; - } - case 18: { - Value = input.ReadString(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/BattleRogueMagicDetailInfo.cs b/Proto/BattleRogueMagicDetailInfo.cs index 9238abf2..e2317534 100644 --- a/Proto/BattleRogueMagicDetailInfo.cs +++ b/Proto/BattleRogueMagicDetailInfo.cs @@ -24,16 +24,16 @@ namespace EggLink.DanhengServer.Proto { static BattleRogueMagicDetailInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiBCYXR0bGVSb2d1ZU1hZ2ljRGV0YWlsSW5mby5wcm90bxoRRktPQ0JPT0NE", - "TkwucHJvdG8aHkJhdHRsZVJvZ3VlTWFnaWNJdGVtSW5mby5wcm90byKOAQoa", + "CiBCYXR0bGVSb2d1ZU1hZ2ljRGV0YWlsSW5mby5wcm90bxoeQmF0dGxlUm9n", + "dWVNYWdpY0l0ZW1JbmZvLnByb3RvGhFGS09DQk9PQ0ROTC5wcm90byKNAQoa", "QmF0dGxlUm9ndWVNYWdpY0RldGFpbEluZm8SOwoWYmF0dGxlX21hZ2ljX2l0", "ZW1faW5mbxgBIAEoCzIZLkJhdHRsZVJvZ3VlTWFnaWNJdGVtSW5mb0gAEiMK", - "C0VOTlBKR0xDQkVNGAIgASgLMgwuRktPQ0JPT0NETkxIAEIOCgxjb250ZW50", - "X2Nhc2VCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); + "C0VOTlBKR0xDQkVNGAIgASgLMgwuRktPQ0JPT0NETkxIAEINCgtHS0ZIQk5F", + "SEdFS0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FKOCBOOCDNLReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleRogueMagicItemInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BattleRogueMagicItemInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.FKOCBOOCDNLReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BattleRogueMagicDetailInfo), global::EggLink.DanhengServer.Proto.BattleRogueMagicDetailInfo.Parser, new[]{ "BattleMagicItemInfo", "ENNPJGLCBEM" }, new[]{ "ContentCase" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BattleRogueMagicDetailInfo), global::EggLink.DanhengServer.Proto.BattleRogueMagicDetailInfo.Parser, new[]{ "BattleMagicItemInfo", "ENNPJGLCBEM" }, new[]{ "GKFHBNEHGEK" }, null, null, null) })); } #endregion @@ -75,11 +75,11 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public BattleRogueMagicDetailInfo(BattleRogueMagicDetailInfo other) : this() { - switch (other.ContentCaseCase) { - case ContentCaseOneofCase.BattleMagicItemInfo: + switch (other.GKFHBNEHGEKCase) { + case GKFHBNEHGEKOneofCase.BattleMagicItemInfo: BattleMagicItemInfo = other.BattleMagicItemInfo.Clone(); break; - case ContentCaseOneofCase.ENNPJGLCBEM: + case GKFHBNEHGEKOneofCase.ENNPJGLCBEM: ENNPJGLCBEM = other.ENNPJGLCBEM.Clone(); break; } @@ -98,10 +98,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.BattleRogueMagicItemInfo BattleMagicItemInfo { - get { return contentCaseCase_ == ContentCaseOneofCase.BattleMagicItemInfo ? (global::EggLink.DanhengServer.Proto.BattleRogueMagicItemInfo) contentCase_ : null; } + get { return gKFHBNEHGEKCase_ == GKFHBNEHGEKOneofCase.BattleMagicItemInfo ? (global::EggLink.DanhengServer.Proto.BattleRogueMagicItemInfo) gKFHBNEHGEK_ : null; } set { - contentCase_ = value; - contentCaseCase_ = value == null ? ContentCaseOneofCase.None : ContentCaseOneofCase.BattleMagicItemInfo; + gKFHBNEHGEK_ = value; + gKFHBNEHGEKCase_ = value == null ? GKFHBNEHGEKOneofCase.None : GKFHBNEHGEKOneofCase.BattleMagicItemInfo; } } @@ -110,32 +110,32 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.FKOCBOOCDNL ENNPJGLCBEM { - get { return contentCaseCase_ == ContentCaseOneofCase.ENNPJGLCBEM ? (global::EggLink.DanhengServer.Proto.FKOCBOOCDNL) contentCase_ : null; } + get { return gKFHBNEHGEKCase_ == GKFHBNEHGEKOneofCase.ENNPJGLCBEM ? (global::EggLink.DanhengServer.Proto.FKOCBOOCDNL) gKFHBNEHGEK_ : null; } set { - contentCase_ = value; - contentCaseCase_ = value == null ? ContentCaseOneofCase.None : ContentCaseOneofCase.ENNPJGLCBEM; + gKFHBNEHGEK_ = value; + gKFHBNEHGEKCase_ = value == null ? GKFHBNEHGEKOneofCase.None : GKFHBNEHGEKOneofCase.ENNPJGLCBEM; } } - private object contentCase_; - /// Enum of possible cases for the "content_case" oneof. - public enum ContentCaseOneofCase { + private object gKFHBNEHGEK_; + /// Enum of possible cases for the "GKFHBNEHGEK" oneof. + public enum GKFHBNEHGEKOneofCase { None = 0, BattleMagicItemInfo = 1, ENNPJGLCBEM = 2, } - private ContentCaseOneofCase contentCaseCase_ = ContentCaseOneofCase.None; + private GKFHBNEHGEKOneofCase gKFHBNEHGEKCase_ = GKFHBNEHGEKOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ContentCaseOneofCase ContentCaseCase { - get { return contentCaseCase_; } + public GKFHBNEHGEKOneofCase GKFHBNEHGEKCase { + get { return gKFHBNEHGEKCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearContentCase() { - contentCaseCase_ = ContentCaseOneofCase.None; - contentCase_ = null; + public void ClearGKFHBNEHGEK() { + gKFHBNEHGEKCase_ = GKFHBNEHGEKOneofCase.None; + gKFHBNEHGEK_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -155,7 +155,7 @@ namespace EggLink.DanhengServer.Proto { } if (!object.Equals(BattleMagicItemInfo, other.BattleMagicItemInfo)) return false; if (!object.Equals(ENNPJGLCBEM, other.ENNPJGLCBEM)) return false; - if (ContentCaseCase != other.ContentCaseCase) return false; + if (GKFHBNEHGEKCase != other.GKFHBNEHGEKCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -163,9 +163,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (contentCaseCase_ == ContentCaseOneofCase.BattleMagicItemInfo) hash ^= BattleMagicItemInfo.GetHashCode(); - if (contentCaseCase_ == ContentCaseOneofCase.ENNPJGLCBEM) hash ^= ENNPJGLCBEM.GetHashCode(); - hash ^= (int) contentCaseCase_; + if (gKFHBNEHGEKCase_ == GKFHBNEHGEKOneofCase.BattleMagicItemInfo) hash ^= BattleMagicItemInfo.GetHashCode(); + if (gKFHBNEHGEKCase_ == GKFHBNEHGEKOneofCase.ENNPJGLCBEM) hash ^= ENNPJGLCBEM.GetHashCode(); + hash ^= (int) gKFHBNEHGEKCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -184,11 +184,11 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (contentCaseCase_ == ContentCaseOneofCase.BattleMagicItemInfo) { + if (gKFHBNEHGEKCase_ == GKFHBNEHGEKOneofCase.BattleMagicItemInfo) { output.WriteRawTag(10); output.WriteMessage(BattleMagicItemInfo); } - if (contentCaseCase_ == ContentCaseOneofCase.ENNPJGLCBEM) { + if (gKFHBNEHGEKCase_ == GKFHBNEHGEKOneofCase.ENNPJGLCBEM) { output.WriteRawTag(18); output.WriteMessage(ENNPJGLCBEM); } @@ -202,11 +202,11 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (contentCaseCase_ == ContentCaseOneofCase.BattleMagicItemInfo) { + if (gKFHBNEHGEKCase_ == GKFHBNEHGEKOneofCase.BattleMagicItemInfo) { output.WriteRawTag(10); output.WriteMessage(BattleMagicItemInfo); } - if (contentCaseCase_ == ContentCaseOneofCase.ENNPJGLCBEM) { + if (gKFHBNEHGEKCase_ == GKFHBNEHGEKOneofCase.ENNPJGLCBEM) { output.WriteRawTag(18); output.WriteMessage(ENNPJGLCBEM); } @@ -220,10 +220,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (contentCaseCase_ == ContentCaseOneofCase.BattleMagicItemInfo) { + if (gKFHBNEHGEKCase_ == GKFHBNEHGEKOneofCase.BattleMagicItemInfo) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(BattleMagicItemInfo); } - if (contentCaseCase_ == ContentCaseOneofCase.ENNPJGLCBEM) { + if (gKFHBNEHGEKCase_ == GKFHBNEHGEKOneofCase.ENNPJGLCBEM) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(ENNPJGLCBEM); } if (_unknownFields != null) { @@ -238,14 +238,14 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - switch (other.ContentCaseCase) { - case ContentCaseOneofCase.BattleMagicItemInfo: + switch (other.GKFHBNEHGEKCase) { + case GKFHBNEHGEKOneofCase.BattleMagicItemInfo: if (BattleMagicItemInfo == null) { BattleMagicItemInfo = new global::EggLink.DanhengServer.Proto.BattleRogueMagicItemInfo(); } BattleMagicItemInfo.MergeFrom(other.BattleMagicItemInfo); break; - case ContentCaseOneofCase.ENNPJGLCBEM: + case GKFHBNEHGEKOneofCase.ENNPJGLCBEM: if (ENNPJGLCBEM == null) { ENNPJGLCBEM = new global::EggLink.DanhengServer.Proto.FKOCBOOCDNL(); } @@ -270,7 +270,7 @@ namespace EggLink.DanhengServer.Proto { break; case 10: { global::EggLink.DanhengServer.Proto.BattleRogueMagicItemInfo subBuilder = new global::EggLink.DanhengServer.Proto.BattleRogueMagicItemInfo(); - if (contentCaseCase_ == ContentCaseOneofCase.BattleMagicItemInfo) { + if (gKFHBNEHGEKCase_ == GKFHBNEHGEKOneofCase.BattleMagicItemInfo) { subBuilder.MergeFrom(BattleMagicItemInfo); } input.ReadMessage(subBuilder); @@ -279,7 +279,7 @@ namespace EggLink.DanhengServer.Proto { } case 18: { global::EggLink.DanhengServer.Proto.FKOCBOOCDNL subBuilder = new global::EggLink.DanhengServer.Proto.FKOCBOOCDNL(); - if (contentCaseCase_ == ContentCaseOneofCase.ENNPJGLCBEM) { + if (gKFHBNEHGEKCase_ == GKFHBNEHGEKOneofCase.ENNPJGLCBEM) { subBuilder.MergeFrom(ENNPJGLCBEM); } input.ReadMessage(subBuilder); @@ -303,7 +303,7 @@ namespace EggLink.DanhengServer.Proto { break; case 10: { global::EggLink.DanhengServer.Proto.BattleRogueMagicItemInfo subBuilder = new global::EggLink.DanhengServer.Proto.BattleRogueMagicItemInfo(); - if (contentCaseCase_ == ContentCaseOneofCase.BattleMagicItemInfo) { + if (gKFHBNEHGEKCase_ == GKFHBNEHGEKOneofCase.BattleMagicItemInfo) { subBuilder.MergeFrom(BattleMagicItemInfo); } input.ReadMessage(subBuilder); @@ -312,7 +312,7 @@ namespace EggLink.DanhengServer.Proto { } case 18: { global::EggLink.DanhengServer.Proto.FKOCBOOCDNL subBuilder = new global::EggLink.DanhengServer.Proto.FKOCBOOCDNL(); - if (contentCaseCase_ == ContentCaseOneofCase.ENNPJGLCBEM) { + if (gKFHBNEHGEKCase_ == GKFHBNEHGEKOneofCase.ENNPJGLCBEM) { subBuilder.MergeFrom(ENNPJGLCBEM); } input.ReadMessage(subBuilder); diff --git a/Proto/BattleStatistics.cs b/Proto/BattleStatistics.cs index 23deee60..9dc0dcdd 100644 --- a/Proto/BattleStatistics.cs +++ b/Proto/BattleStatistics.cs @@ -24,16 +24,16 @@ namespace EggLink.DanhengServer.Proto { static BattleStatisticsReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChZCYXR0bGVTdGF0aXN0aWNzLnByb3RvGhdNb25zdGVyQmF0dGxlSW5mby5w", - "cm90bxoRSUlJUEhKSU1OSUQucHJvdG8aG0JhdHRsZUV2ZW50QmF0dGxlSW5m", - "by5wcm90bxoRRUtCQUdNT01FQ0wucHJvdG8aEU5NQ01PSEFIT1BMLnByb3Rv", - "GhFFQUdPQ0FIRkdBRi5wcm90bxoRSUJGRkFKT0hLTU8ucHJvdG8aEUdNS0VQ", - "Q09NSFBOLnByb3RvGhZBdmF0YXJCYXR0bGVJbmZvLnByb3RvGhFCQUFHTk9I", - "RUhNQS5wcm90bxobRXZvbHZlQnVpbGRCYXR0bGVJbmZvLnByb3RvGhFNTU5E", - "SkFNRUJNTC5wcm90bxoRUEVESk5QSktPQ0sucHJvdG8aFkJhdHRsZVRhcmdl", - "dExpc3QucHJvdG8aEUJETUdPRUpCRkdMLnByb3RvGhFDSERPTklHT0tOTS5w", - "cm90bxoVQmF0dGxlRW5kUmVhc29uLnByb3RvGhFBSUdLTkhGQU5HQS5wcm90", - "bxoRSkZGTkRPQkJORkIucHJvdG8ihgoKEEJhdHRsZVN0YXRpc3RpY3MSGgoS", + "ChZCYXR0bGVTdGF0aXN0aWNzLnByb3RvGhFJQkZGQUpPSEtNTy5wcm90bxoR", + "R01LRVBDT01IUE4ucHJvdG8aEU5NQ01PSEFIT1BMLnByb3RvGhZCYXR0bGVU", + "YXJnZXRMaXN0LnByb3RvGhFDSERPTklHT0tOTS5wcm90bxoRRUtCQUdNT01F", + "Q0wucHJvdG8aEUJETUdPRUpCRkdMLnByb3RvGhtFdm9sdmVCdWlsZEJhdHRs", + "ZUluZm8ucHJvdG8aG0JhdHRsZUV2ZW50QmF0dGxlSW5mby5wcm90bxoRUEVE", + "Sk5QSktPQ0sucHJvdG8aEUVBR09DQUhGR0FGLnByb3RvGhFJSUlQSEpJTU5J", + "RC5wcm90bxoWQXZhdGFyQmF0dGxlSW5mby5wcm90bxoVQmF0dGxlRW5kUmVh", + "c29uLnByb3RvGhFBSUdLTkhGQU5HQS5wcm90bxoXTW9uc3RlckJhdHRsZUlu", + "Zm8ucHJvdG8aEUpGRk5ET0JCTkZCLnByb3RvGhFNTU5ESkFNRUJNTC5wcm90", + "bxoRQkFBR05PSEVITUEucHJvdG8ihgoKEEJhdHRsZVN0YXRpc3RpY3MSGgoS", "dG90YWxfYmF0dGxlX3R1cm5zGAEgASgNEhgKEHRvdGFsX2F1dG9fdHVybnMY", "AiABKA0SFgoOYXZhdGFyX2lkX2xpc3QYAyADKA0SEQoJdWx0cmFfY250GAQg", "ASgNEhwKFHRvdGFsX2RlbGF5X2N1bXVsYXRlGAUgASgBEhEKCWNvc3RfdGlt", @@ -64,7 +64,7 @@ namespace EggLink.DanhengServer.Proto { "CgNrZXkYASABKA0SIAoFdmFsdWUYAiABKAsyES5CYXR0bGVUYXJnZXRMaXN0", "OgI4AUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MonsterBattleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.IIIPHJIMNIDReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleEventBattleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.EKBAGMOMECLReflection.Descriptor, global::EggLink.DanhengServer.Proto.NMCMOHAHOPLReflection.Descriptor, global::EggLink.DanhengServer.Proto.EAGOCAHFGAFReflection.Descriptor, global::EggLink.DanhengServer.Proto.IBFFAJOHKMOReflection.Descriptor, global::EggLink.DanhengServer.Proto.GMKEPCOMHPNReflection.Descriptor, global::EggLink.DanhengServer.Proto.AvatarBattleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.BAAGNOHEHMAReflection.Descriptor, global::EggLink.DanhengServer.Proto.EvolveBuildBattleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.MMNDJAMEBMLReflection.Descriptor, global::EggLink.DanhengServer.Proto.PEDJNPJKOCKReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleTargetListReflection.Descriptor, global::EggLink.DanhengServer.Proto.BDMGOEJBFGLReflection.Descriptor, global::EggLink.DanhengServer.Proto.CHDONIGOKNMReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleEndReasonReflection.Descriptor, global::EggLink.DanhengServer.Proto.AIGKNHFANGAReflection.Descriptor, global::EggLink.DanhengServer.Proto.JFFNDOBBNFBReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.IBFFAJOHKMOReflection.Descriptor, global::EggLink.DanhengServer.Proto.GMKEPCOMHPNReflection.Descriptor, global::EggLink.DanhengServer.Proto.NMCMOHAHOPLReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleTargetListReflection.Descriptor, global::EggLink.DanhengServer.Proto.CHDONIGOKNMReflection.Descriptor, global::EggLink.DanhengServer.Proto.EKBAGMOMECLReflection.Descriptor, global::EggLink.DanhengServer.Proto.BDMGOEJBFGLReflection.Descriptor, global::EggLink.DanhengServer.Proto.EvolveBuildBattleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleEventBattleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.PEDJNPJKOCKReflection.Descriptor, global::EggLink.DanhengServer.Proto.EAGOCAHFGAFReflection.Descriptor, global::EggLink.DanhengServer.Proto.IIIPHJIMNIDReflection.Descriptor, global::EggLink.DanhengServer.Proto.AvatarBattleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleEndReasonReflection.Descriptor, global::EggLink.DanhengServer.Proto.AIGKNHFANGAReflection.Descriptor, global::EggLink.DanhengServer.Proto.MonsterBattleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.JFFNDOBBNFBReflection.Descriptor, global::EggLink.DanhengServer.Proto.MMNDJAMEBMLReflection.Descriptor, global::EggLink.DanhengServer.Proto.BAAGNOHEHMAReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BattleStatistics), global::EggLink.DanhengServer.Proto.BattleStatistics.Parser, new[]{ "TotalBattleTurns", "TotalAutoTurns", "AvatarIdList", "UltraCnt", "TotalDelayCumulate", "CostTime", "BattleAvatarList", "MonsterList", "RoundCnt", "CocoonDeadWave", "AvatarBattleTurns", "MonsterBattleTurns", "CustomValues", "ChallengeScore", "IJOLOFBJINB", "EndReason", "GLOJPNLNHJH", "IICCEFCGPAK", "LDGAANONMBK", "ADBHGKPNIKP", "ECEFBCNOFKB", "BattleTargetInfo", "NAJLKHFLLPG", "JPGIFCHJDLK", "MNPHNJKGPKL", "LEDDODAMMNO", "ENBJCPKGCOL", "NGOKNFDMHMF", "DKOEADNAMCJ", "IDCGPAKJFMD", "BILLJJBFIOL", "HMPGMILJAPB", "NOCIGFLLIFG", "OKGCIPAHMEI" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, null, }) })); diff --git a/Proto/BattleTarget.cs b/Proto/BattleTarget.cs index 72d58f96..27e1dde9 100644 --- a/Proto/BattleTarget.cs +++ b/Proto/BattleTarget.cs @@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto { static BattleTargetReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChJCYXR0bGVUYXJnZXQucHJvdG8iQwoMQmF0dGxlVGFyZ2V0EgoKAklkGAEg", - "ASgNEhAKCFByb2dyZXNzGAIgASgNEhUKDVRvdGFsUHJvZ3Jlc3MYAyABKA1C", - "HqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); + "ChJCYXR0bGVUYXJnZXQucHJvdG8iRAoMQmF0dGxlVGFyZ2V0EgoKAmlkGAEg", + "ASgNEhAKCHByb2dyZXNzGAIgASgNEhYKDnRvdGFsX3Byb2dyZXNzGAMgASgN", + "Qh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -84,7 +84,7 @@ namespace EggLink.DanhengServer.Proto { return new BattleTarget(this); } - /// Field number for the "Id" field. + /// Field number for the "id" field. public const int IdFieldNumber = 1; private uint id_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -96,7 +96,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Progress" field. + /// Field number for the "progress" field. public const int ProgressFieldNumber = 2; private uint progress_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -108,7 +108,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "TotalProgress" field. + /// Field number for the "total_progress" field. public const int TotalProgressFieldNumber = 3; private uint totalProgress_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/BattleTargetType.cs b/Proto/BattleTargetType.cs deleted file mode 100644 index a7290724..00000000 --- a/Proto/BattleTargetType.cs +++ /dev/null @@ -1,57 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: BattleTargetType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from BattleTargetType.proto - public static partial class BattleTargetTypeReflection { - - #region Descriptor - /// File descriptor for BattleTargetType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static BattleTargetTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChZCYXR0bGVUYXJnZXRUeXBlLnByb3RvKoACChBCYXR0bGVUYXJnZXRUeXBl", - "EhsKF0JBVFRMRV9UQVJHRVRfVFlQRV9OT05FEAASHAoYQkFUVExFX1RBUkdF", - "VF9UWVBFX1NDT1JFEAESIgoeQkFUVExFX1RBUkdFVF9UWVBFX0FDSElFVkVN", - "RU5UEAISGwoXQkFUVExFX1RBUkdFVF9UWVBFX1JBSUQQAxImCiJCQVRUTEVf", - "VEFSR0VUX1RZUEVfQ0hBTExFTkdFX1NDT1JFEAQSHQoZQkFUVExFX1RBUkdF", - "VF9UWVBFX0NPTU1PThAFEikKJUJBVFRMRV9UQVJHRVRfVFlQRV9DTElFTlRf", - "QUNISUVWRU1FTlQQBkIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv", - "YgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.BattleTargetType), }, null, null)); - } - #endregion - - } - #region Enums - public enum BattleTargetType { - [pbr::OriginalName("BATTLE_TARGET_TYPE_NONE")] None = 0, - [pbr::OriginalName("BATTLE_TARGET_TYPE_SCORE")] Score = 1, - [pbr::OriginalName("BATTLE_TARGET_TYPE_ACHIEVEMENT")] Achievement = 2, - [pbr::OriginalName("BATTLE_TARGET_TYPE_RAID")] Raid = 3, - [pbr::OriginalName("BATTLE_TARGET_TYPE_CHALLENGE_SCORE")] ChallengeScore = 4, - [pbr::OriginalName("BATTLE_TARGET_TYPE_COMMON")] Common = 5, - [pbr::OriginalName("BATTLE_TARGET_TYPE_CLIENT_ACHIEVEMENT")] ClientAchievement = 6, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/BenefitItemConfig.cs b/Proto/BenefitItemConfig.cs index ecc59155..8776f4c0 100644 --- a/Proto/BenefitItemConfig.cs +++ b/Proto/BenefitItemConfig.cs @@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto { static BenefitItemConfigReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChdCZW5lZml0SXRlbUNvbmZpZy5wcm90bxoSTHVja3lLb2lJbmZvLnByb3Rv", - "GhdCZW5lZml0UmV3YXJkSXRlbS5wcm90byLEAQoRQmVuZWZpdEl0ZW1Db25m", + "ChdCZW5lZml0SXRlbUNvbmZpZy5wcm90bxoXQmVuZWZpdFJld2FyZEl0ZW0u", + "cHJvdG8aEkx1Y2t5S29pSW5mby5wcm90byLEAQoRQmVuZWZpdEl0ZW1Db25m", "aWcSMwoXcm9ndWVfc2NvcmVfcmV3YXJkX2luZm8YCyADKAsyEi5CZW5lZml0", "UmV3YXJkSXRlbRIlCg5sdWNreV9rb2lfbGlzdBgFIAMoCzINLkx1Y2t5S29p", "SW5mbxIQCghlbmRfdGltZRgPIAEoBBISCgpiZWdpbl90aW1lGAEgASgEEhgK", "EHJldmVhbF9udW1fbGltaXQYDSABKA0SEwoLcmV2ZWFsX3RpbWUYAyABKARC", "HqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LuckyKoiInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.BenefitRewardItemReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BenefitRewardItemReflection.Descriptor, global::EggLink.DanhengServer.Proto.LuckyKoiInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BenefitItemConfig), global::EggLink.DanhengServer.Proto.BenefitItemConfig.Parser, new[]{ "RogueScoreRewardInfo", "LuckyKoiList", "EndTime", "BeginTime", "RevealNumLimit", "RevealTime" }, null, null, null, null) })); diff --git a/Proto/BigDataAllAvatarRelicList.cs b/Proto/BigDataAllAvatarRelicList.cs deleted file mode 100644 index 530ce128..00000000 --- a/Proto/BigDataAllAvatarRelicList.cs +++ /dev/null @@ -1,225 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: BigDataAllAvatarRelicList.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from BigDataAllAvatarRelicList.proto - public static partial class BigDataAllAvatarRelicListReflection { - - #region Descriptor - /// File descriptor for BigDataAllAvatarRelicList.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static BigDataAllAvatarRelicListReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Ch9CaWdEYXRhQWxsQXZhdGFyUmVsaWNMaXN0LnByb3RvGhtCaWdEYXRhQWxs", - "QXZhdGFyUmVsaWMucHJvdG8iVAoZQmlnRGF0YUFsbEF2YXRhclJlbGljTGlz", - "dBI3ChdiaWdfZGF0YV9hbGxfcmVsaWNfbGlzdBgOIAMoCzIWLkJpZ0RhdGFB", - "bGxBdmF0YXJSZWxpY0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv", - "YgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BigDataAllAvatarRelicReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BigDataAllAvatarRelicList), global::EggLink.DanhengServer.Proto.BigDataAllAvatarRelicList.Parser, new[]{ "BigDataAllRelicList" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class BigDataAllAvatarRelicList : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BigDataAllAvatarRelicList()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.BigDataAllAvatarRelicListReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BigDataAllAvatarRelicList() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BigDataAllAvatarRelicList(BigDataAllAvatarRelicList other) : this() { - bigDataAllRelicList_ = other.bigDataAllRelicList_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BigDataAllAvatarRelicList Clone() { - return new BigDataAllAvatarRelicList(this); - } - - /// Field number for the "big_data_all_relic_list" field. - public const int BigDataAllRelicListFieldNumber = 14; - private static readonly pb::FieldCodec _repeated_bigDataAllRelicList_codec - = pb::FieldCodec.ForMessage(114, global::EggLink.DanhengServer.Proto.BigDataAllAvatarRelic.Parser); - private readonly pbc::RepeatedField bigDataAllRelicList_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField BigDataAllRelicList { - get { return bigDataAllRelicList_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as BigDataAllAvatarRelicList); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(BigDataAllAvatarRelicList other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if(!bigDataAllRelicList_.Equals(other.bigDataAllRelicList_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - hash ^= bigDataAllRelicList_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - bigDataAllRelicList_.WriteTo(output, _repeated_bigDataAllRelicList_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - bigDataAllRelicList_.WriteTo(ref output, _repeated_bigDataAllRelicList_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - size += bigDataAllRelicList_.CalculateSize(_repeated_bigDataAllRelicList_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(BigDataAllAvatarRelicList other) { - if (other == null) { - return; - } - bigDataAllRelicList_.Add(other.bigDataAllRelicList_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 114: { - bigDataAllRelicList_.AddEntriesFrom(input, _repeated_bigDataAllRelicList_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 114: { - bigDataAllRelicList_.AddEntriesFrom(ref input, _repeated_bigDataAllRelicList_codec); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/BigDataAllRelicAvatarList.cs b/Proto/BigDataAllRelicAvatarList.cs deleted file mode 100644 index abad3dc9..00000000 --- a/Proto/BigDataAllRelicAvatarList.cs +++ /dev/null @@ -1,225 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: BigDataAllRelicAvatarList.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from BigDataAllRelicAvatarList.proto - public static partial class BigDataAllRelicAvatarListReflection { - - #region Descriptor - /// File descriptor for BigDataAllRelicAvatarList.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static BigDataAllRelicAvatarListReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Ch9CaWdEYXRhQWxsUmVsaWNBdmF0YXJMaXN0LnByb3RvGhtCaWdEYXRhQWxs", - "UmVsaWNBdmF0YXIucHJvdG8iVQoZQmlnRGF0YUFsbFJlbGljQXZhdGFyTGlz", - "dBI4ChhiaWdfZGF0YV9hbGxfYXZhdGFyX2xpc3QYByADKAsyFi5CaWdEYXRh", - "QWxsUmVsaWNBdmF0YXJCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90", - "b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BigDataAllRelicAvatarReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BigDataAllRelicAvatarList), global::EggLink.DanhengServer.Proto.BigDataAllRelicAvatarList.Parser, new[]{ "BigDataAllAvatarList" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class BigDataAllRelicAvatarList : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BigDataAllRelicAvatarList()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.BigDataAllRelicAvatarListReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BigDataAllRelicAvatarList() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BigDataAllRelicAvatarList(BigDataAllRelicAvatarList other) : this() { - bigDataAllAvatarList_ = other.bigDataAllAvatarList_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BigDataAllRelicAvatarList Clone() { - return new BigDataAllRelicAvatarList(this); - } - - /// Field number for the "big_data_all_avatar_list" field. - public const int BigDataAllAvatarListFieldNumber = 7; - private static readonly pb::FieldCodec _repeated_bigDataAllAvatarList_codec - = pb::FieldCodec.ForMessage(58, global::EggLink.DanhengServer.Proto.BigDataAllRelicAvatar.Parser); - private readonly pbc::RepeatedField bigDataAllAvatarList_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField BigDataAllAvatarList { - get { return bigDataAllAvatarList_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as BigDataAllRelicAvatarList); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(BigDataAllRelicAvatarList other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if(!bigDataAllAvatarList_.Equals(other.bigDataAllAvatarList_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - hash ^= bigDataAllAvatarList_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - bigDataAllAvatarList_.WriteTo(output, _repeated_bigDataAllAvatarList_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - bigDataAllAvatarList_.WriteTo(ref output, _repeated_bigDataAllAvatarList_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - size += bigDataAllAvatarList_.CalculateSize(_repeated_bigDataAllAvatarList_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(BigDataAllRelicAvatarList other) { - if (other == null) { - return; - } - bigDataAllAvatarList_.Add(other.bigDataAllAvatarList_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 58: { - bigDataAllAvatarList_.AddEntriesFrom(input, _repeated_bigDataAllAvatarList_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 58: { - bigDataAllAvatarList_.AddEntriesFrom(ref input, _repeated_bigDataAllAvatarList_codec); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/BlackLimitLevel.cs b/Proto/BlackLimitLevel.cs deleted file mode 100644 index cd71caa2..00000000 --- a/Proto/BlackLimitLevel.cs +++ /dev/null @@ -1,46 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: BlackLimitLevel.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from BlackLimitLevel.proto - public static partial class BlackLimitLevelReflection { - - #region Descriptor - /// File descriptor for BlackLimitLevel.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static BlackLimitLevelReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChVCbGFja0xpbWl0TGV2ZWwucHJvdG8qLAoPQmxhY2tMaW1pdExldmVsEhkK", - "FUJMQUNLX0xJTUlUX0xFVkVMX0FMTBAAQh6qAhtFZ2dMaW5rLkRhbmhlbmdT", - "ZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.BlackLimitLevel), }, null, null)); - } - #endregion - - } - #region Enums - public enum BlackLimitLevel { - [pbr::OriginalName("BLACK_LIMIT_LEVEL_ALL")] All = 0, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/BpRewaradType.cs b/Proto/BpRewaradType.cs deleted file mode 100644 index acae5026..00000000 --- a/Proto/BpRewaradType.cs +++ /dev/null @@ -1,53 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: BpRewaradType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from BpRewaradType.proto - public static partial class BpRewaradTypeReflection { - - #region Descriptor - /// File descriptor for BpRewaradType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static BpRewaradTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChNCcFJld2FyYWRUeXBlLnByb3RvKqcBCg1CcFJld2FyYWRUeXBlEhgKFEJQ", - "X1JFV0FSQURfVFlQRV9OT05FEAASGAoUQlBfUkVXQVJBRF9UWVBFX0ZSRUUQ", - "ARIdChlCUF9SRVdBUkFEX1RZUEVfUFJFTUlVTV8xEAISHQoZQlBfUkVXQVJB", - "RF9UWVBFX1BSRU1JVU1fMhADEiQKIEJQX1JFV0FSQURfVFlQRV9QUkVNSVVN", - "X09QVElPTkFMEARCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG", - "cHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.BpRewaradType), }, null, null)); - } - #endregion - - } - #region Enums - public enum BpRewaradType { - [pbr::OriginalName("BP_REWARAD_TYPE_NONE")] None = 0, - [pbr::OriginalName("BP_REWARAD_TYPE_FREE")] Free = 1, - [pbr::OriginalName("BP_REWARAD_TYPE_PREMIUM_1")] Premium1 = 2, - [pbr::OriginalName("BP_REWARAD_TYPE_PREMIUM_2")] Premium2 = 3, - [pbr::OriginalName("BP_REWARAD_TYPE_PREMIUM_OPTIONAL")] PremiumOptional = 4, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/BpRewardType.cs b/Proto/BpRewardType.cs new file mode 100644 index 00000000..a811432f --- /dev/null +++ b/Proto/BpRewardType.cs @@ -0,0 +1,53 @@ +// +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: BpRewardType.proto +// +#pragma warning disable 1591, 0612, 3021, 8981 +#region Designer generated code + +using pb = global::Google.Protobuf; +using pbc = global::Google.Protobuf.Collections; +using pbr = global::Google.Protobuf.Reflection; +using scg = global::System.Collections.Generic; +namespace EggLink.DanhengServer.Proto { + + /// Holder for reflection information generated from BpRewardType.proto + public static partial class BpRewardTypeReflection { + + #region Descriptor + /// File descriptor for BpRewardType.proto + public static pbr::FileDescriptor Descriptor { + get { return descriptor; } + } + private static pbr::FileDescriptor descriptor; + + static BpRewardTypeReflection() { + byte[] descriptorData = global::System.Convert.FromBase64String( + string.Concat( + "ChJCcFJld2FyZFR5cGUucHJvdG8qpgEKDEJwUmV3YXJkVHlwZRIYChRCUF9S", + "RVdBUkFEX1RZUEVfTk9ORRAAEhgKFEJQX1JFV0FSQURfVFlQRV9GUkVFEAES", + "HQoZQlBfUkVXQVJBRF9UWVBFX1BSRU1JVU1fMRACEh0KGUJQX1JFV0FSQURf", + "VFlQRV9QUkVNSVVNXzIQAxIkCiBCUF9SRVdBUkFEX1RZUEVfUFJFTUlVTV9P", + "UFRJT05BTBAEQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy", + "b3RvMw==")); + descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, + new pbr::FileDescriptor[] { }, + new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.BpRewardType), }, null, null)); + } + #endregion + + } + #region Enums + public enum BpRewardType { + [pbr::OriginalName("BP_REWARAD_TYPE_NONE")] BpRewaradTypeNone = 0, + [pbr::OriginalName("BP_REWARAD_TYPE_FREE")] BpRewaradTypeFree = 1, + [pbr::OriginalName("BP_REWARAD_TYPE_PREMIUM_1")] BpRewaradTypePremium1 = 2, + [pbr::OriginalName("BP_REWARAD_TYPE_PREMIUM_2")] BpRewaradTypePremium2 = 3, + [pbr::OriginalName("BP_REWARAD_TYPE_PREMIUM_OPTIONAL")] BpRewaradTypePremiumOptional = 4, + } + + #endregion + +} + +#endregion Designer generated code diff --git a/Proto/MGKFKECFHHM.cs b/Proto/BuyBuff.cs similarity index 90% rename from Proto/MGKFKECFHHM.cs rename to Proto/BuyBuff.cs index 11e64b9c..66f637bf 100644 --- a/Proto/MGKFKECFHHM.cs +++ b/Proto/BuyBuff.cs @@ -1,6 +1,6 @@ // // Generated by the protocol buffer compiler. DO NOT EDIT! -// source: MGKFKECFHHM.proto +// source: BuyBuff.proto // #pragma warning disable 1591, 0612, 3021, 8981 #region Designer generated code @@ -11,29 +11,29 @@ using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; namespace EggLink.DanhengServer.Proto { - /// Holder for reflection information generated from MGKFKECFHHM.proto - public static partial class MGKFKECFHHMReflection { + /// Holder for reflection information generated from BuyBuff.proto + public static partial class BuyBuffReflection { #region Descriptor - /// File descriptor for MGKFKECFHHM.proto + /// File descriptor for BuyBuff.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; - static MGKFKECFHHMReflection() { + static BuyBuffReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFNR0tGS0VDRkhITS5wcm90bxoSSXRlbUNvc3REYXRhLnByb3RvIqMBCgtN", - "R0tGS0VDRkhITRIgCgljb3N0X2RhdGEYCiABKAsyDS5JdGVtQ29zdERhdGES", - "IgoLTkJMRkZESVBCSEkYASABKAsyDS5JdGVtQ29zdERhdGESEwoLUE9BUEVH", - "S1BGT0IYBiABKAgSEwoLQlBIQ0JPSEtITUQYBCABKAgSDwoHYnVmZl9pZBgL", - "IAEoDRITCgtMRUFBRUJBRkNIUBgMIAEoDUIeqgIbRWdnTGluay5EYW5oZW5n", - "U2VydmVyLlByb3RvYgZwcm90bzM=")); + "Cg1CdXlCdWZmLnByb3RvGhJJdGVtQ29zdERhdGEucHJvdG8inwEKB0J1eUJ1", + "ZmYSIAoJY29zdF9kYXRhGAogASgLMg0uSXRlbUNvc3REYXRhEiIKC05CTEZG", + "RElQQkhJGAEgASgLMg0uSXRlbUNvc3REYXRhEhMKC1BPQVBFR0tQRk9CGAYg", + "ASgIEhMKC0JQSENCT0hLSE1EGAQgASgIEg8KB2J1ZmZfaWQYCyABKA0SEwoL", + "TEVBQUVCQUZDSFAYDCABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Q", + "cm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemCostDataReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MGKFKECFHHM), global::EggLink.DanhengServer.Proto.MGKFKECFHHM.Parser, new[]{ "CostData", "NBLFFDIPBHI", "POAPEGKPFOB", "BPHCBOHKHMD", "BuffId", "LEAAEBAFCHP" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BuyBuff), global::EggLink.DanhengServer.Proto.BuyBuff.Parser, new[]{ "CostData", "NBLFFDIPBHI", "POAPEGKPFOB", "BPHCBOHKHMD", "BuffId", "LEAAEBAFCHP" }, null, null, null, null) })); } #endregion @@ -41,21 +41,21 @@ namespace EggLink.DanhengServer.Proto { } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class MGKFKECFHHM : pb::IMessage + public sealed partial class BuyBuff : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new MGKFKECFHHM()); + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BuyBuff()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } + public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.MGKFKECFHHMReflection.Descriptor.MessageTypes[0]; } + get { return global::EggLink.DanhengServer.Proto.BuyBuffReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -66,7 +66,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public MGKFKECFHHM() { + public BuyBuff() { OnConstruction(); } @@ -74,7 +74,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public MGKFKECFHHM(MGKFKECFHHM other) : this() { + public BuyBuff(BuyBuff other) : this() { costData_ = other.costData_ != null ? other.costData_.Clone() : null; nBLFFDIPBHI_ = other.nBLFFDIPBHI_ != null ? other.nBLFFDIPBHI_.Clone() : null; pOAPEGKPFOB_ = other.pOAPEGKPFOB_; @@ -86,8 +86,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public MGKFKECFHHM Clone() { - return new MGKFKECFHHM(this); + public BuyBuff Clone() { + return new BuyBuff(this); } /// Field number for the "cost_data" field. @@ -165,12 +165,12 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { - return Equals(other as MGKFKECFHHM); + return Equals(other as BuyBuff); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(MGKFKECFHHM other) { + public bool Equals(BuyBuff other) { if (ReferenceEquals(other, null)) { return false; } @@ -308,7 +308,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(MGKFKECFHHM other) { + public void MergeFrom(BuyBuff other) { if (other == null) { return; } diff --git a/Proto/ANJDKFJOEEI.cs b/Proto/BuyBuffInfo.cs similarity index 82% rename from Proto/ANJDKFJOEEI.cs rename to Proto/BuyBuffInfo.cs index 5e268b51..adccd77b 100644 --- a/Proto/ANJDKFJOEEI.cs +++ b/Proto/BuyBuffInfo.cs @@ -1,6 +1,6 @@ // // Generated by the protocol buffer compiler. DO NOT EDIT! -// source: ANJDKFJOEEI.proto +// source: BuyBuffInfo.proto // #pragma warning disable 1591, 0612, 3021, 8981 #region Designer generated code @@ -11,26 +11,26 @@ using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; namespace EggLink.DanhengServer.Proto { - /// Holder for reflection information generated from ANJDKFJOEEI.proto - public static partial class ANJDKFJOEEIReflection { + /// Holder for reflection information generated from BuyBuffInfo.proto + public static partial class BuyBuffInfoReflection { #region Descriptor - /// File descriptor for ANJDKFJOEEI.proto + /// File descriptor for BuyBuffInfo.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; - static ANJDKFJOEEIReflection() { + static BuyBuffInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFBTkpES0ZKT0VFSS5wcm90bxoRTUdLRktFQ0ZISE0ucHJvdG8iLgoLQU5K", - "REtGSk9FRUkSHwoJYnVmZl9saXN0GAYgAygLMgwuTUdLRktFQ0ZISE1CHqoC", - "G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); + "ChFCdXlCdWZmSW5mby5wcm90bxoNQnV5QnVmZi5wcm90byIqCgtCdXlCdWZm", + "SW5mbxIbCglidWZmX2xpc3QYBiADKAsyCC5CdXlCdWZmQh6qAhtFZ2dMaW5r", + "LkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MGKFKECFHHMReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BuyBuffReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ANJDKFJOEEI), global::EggLink.DanhengServer.Proto.ANJDKFJOEEI.Parser, new[]{ "BuffList" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BuyBuffInfo), global::EggLink.DanhengServer.Proto.BuyBuffInfo.Parser, new[]{ "BuffList" }, null, null, null, null) })); } #endregion @@ -38,21 +38,21 @@ namespace EggLink.DanhengServer.Proto { } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class ANJDKFJOEEI : pb::IMessage + public sealed partial class BuyBuffInfo : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ANJDKFJOEEI()); + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BuyBuffInfo()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } + public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.ANJDKFJOEEIReflection.Descriptor.MessageTypes[0]; } + get { return global::EggLink.DanhengServer.Proto.BuyBuffInfoReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -63,7 +63,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ANJDKFJOEEI() { + public BuyBuffInfo() { OnConstruction(); } @@ -71,37 +71,37 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ANJDKFJOEEI(ANJDKFJOEEI other) : this() { + public BuyBuffInfo(BuyBuffInfo other) : this() { buffList_ = other.buffList_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ANJDKFJOEEI Clone() { - return new ANJDKFJOEEI(this); + public BuyBuffInfo Clone() { + return new BuyBuffInfo(this); } /// Field number for the "buff_list" field. public const int BuffListFieldNumber = 6; - private static readonly pb::FieldCodec _repeated_buffList_codec - = pb::FieldCodec.ForMessage(50, global::EggLink.DanhengServer.Proto.MGKFKECFHHM.Parser); - private readonly pbc::RepeatedField buffList_ = new pbc::RepeatedField(); + private static readonly pb::FieldCodec _repeated_buffList_codec + = pb::FieldCodec.ForMessage(50, global::EggLink.DanhengServer.Proto.BuyBuff.Parser); + private readonly pbc::RepeatedField buffList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField BuffList { + public pbc::RepeatedField BuffList { get { return buffList_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { - return Equals(other as ANJDKFJOEEI); + return Equals(other as BuyBuffInfo); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(ANJDKFJOEEI other) { + public bool Equals(BuyBuffInfo other) { if (ReferenceEquals(other, null)) { return false; } @@ -166,7 +166,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(ANJDKFJOEEI other) { + public void MergeFrom(BuyBuffInfo other) { if (other == null) { return; } diff --git a/Proto/IILHOAKJDNH.cs b/Proto/BuyFormula.cs similarity index 89% rename from Proto/IILHOAKJDNH.cs rename to Proto/BuyFormula.cs index e3339543..434ecaa4 100644 --- a/Proto/IILHOAKJDNH.cs +++ b/Proto/BuyFormula.cs @@ -1,6 +1,6 @@ // // Generated by the protocol buffer compiler. DO NOT EDIT! -// source: IILHOAKJDNH.proto +// source: BuyFormula.proto // #pragma warning disable 1591, 0612, 3021, 8981 #region Designer generated code @@ -11,29 +11,28 @@ using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; namespace EggLink.DanhengServer.Proto { - /// Holder for reflection information generated from IILHOAKJDNH.proto - public static partial class IILHOAKJDNHReflection { + /// Holder for reflection information generated from BuyFormula.proto + public static partial class BuyFormulaReflection { #region Descriptor - /// File descriptor for IILHOAKJDNH.proto + /// File descriptor for BuyFormula.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; - static IILHOAKJDNHReflection() { + static BuyFormulaReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFJSUxIT0FLSkROSC5wcm90bxoSSXRlbUNvc3REYXRhLnByb3RvIpEBCgtJ", - "SUxIT0FLSkROSBITCgtQT0FQRUdLUEZPQhgGIAEoCBIiCgtOQkxGRkRJUEJI", - "SRgNIAEoCzINLkl0ZW1Db3N0RGF0YRISCgpmb3JtdWxhX2lkGAQgASgNEhMK", - "C0JQSENCT0hLSE1EGAIgASgIEiAKCWNvc3RfZGF0YRgJIAEoCzINLkl0ZW1D", - "b3N0RGF0YUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90", - "bzM=")); + "ChBCdXlGb3JtdWxhLnByb3RvGhJJdGVtQ29zdERhdGEucHJvdG8ikAEKCkJ1", + "eUZvcm11bGESEwoLUE9BUEVHS1BGT0IYBiABKAgSIgoLTkJMRkZESVBCSEkY", + "DSABKAsyDS5JdGVtQ29zdERhdGESEgoKZm9ybXVsYV9pZBgEIAEoDRITCgtC", + "UEhDQk9IS0hNRBgCIAEoCBIgCgljb3N0X2RhdGEYCSABKAsyDS5JdGVtQ29z", + "dERhdGFCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemCostDataReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.IILHOAKJDNH), global::EggLink.DanhengServer.Proto.IILHOAKJDNH.Parser, new[]{ "POAPEGKPFOB", "NBLFFDIPBHI", "FormulaId", "BPHCBOHKHMD", "CostData" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BuyFormula), global::EggLink.DanhengServer.Proto.BuyFormula.Parser, new[]{ "POAPEGKPFOB", "NBLFFDIPBHI", "FormulaId", "BPHCBOHKHMD", "CostData" }, null, null, null, null) })); } #endregion @@ -41,21 +40,21 @@ namespace EggLink.DanhengServer.Proto { } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class IILHOAKJDNH : pb::IMessage + public sealed partial class BuyFormula : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new IILHOAKJDNH()); + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BuyFormula()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } + public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.IILHOAKJDNHReflection.Descriptor.MessageTypes[0]; } + get { return global::EggLink.DanhengServer.Proto.BuyFormulaReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -66,7 +65,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public IILHOAKJDNH() { + public BuyFormula() { OnConstruction(); } @@ -74,7 +73,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public IILHOAKJDNH(IILHOAKJDNH other) : this() { + public BuyFormula(BuyFormula other) : this() { pOAPEGKPFOB_ = other.pOAPEGKPFOB_; nBLFFDIPBHI_ = other.nBLFFDIPBHI_ != null ? other.nBLFFDIPBHI_.Clone() : null; formulaId_ = other.formulaId_; @@ -85,8 +84,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public IILHOAKJDNH Clone() { - return new IILHOAKJDNH(this); + public BuyFormula Clone() { + return new BuyFormula(this); } /// Field number for the "POAPEGKPFOB" field. @@ -152,12 +151,12 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { - return Equals(other as IILHOAKJDNH); + return Equals(other as BuyFormula); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(IILHOAKJDNH other) { + public bool Equals(BuyFormula other) { if (ReferenceEquals(other, null)) { return false; } @@ -282,7 +281,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(IILHOAKJDNH other) { + public void MergeFrom(BuyFormula other) { if (other == null) { return; } diff --git a/Proto/GLPPDLECCLI.cs b/Proto/BuyFormulaInfo.cs similarity index 81% rename from Proto/GLPPDLECCLI.cs rename to Proto/BuyFormulaInfo.cs index a0967895..40f3abce 100644 --- a/Proto/GLPPDLECCLI.cs +++ b/Proto/BuyFormulaInfo.cs @@ -1,6 +1,6 @@ // // Generated by the protocol buffer compiler. DO NOT EDIT! -// source: GLPPDLECCLI.proto +// source: BuyFormulaInfo.proto // #pragma warning disable 1591, 0612, 3021, 8981 #region Designer generated code @@ -11,26 +11,27 @@ using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; namespace EggLink.DanhengServer.Proto { - /// Holder for reflection information generated from GLPPDLECCLI.proto - public static partial class GLPPDLECCLIReflection { + /// Holder for reflection information generated from BuyFormulaInfo.proto + public static partial class BuyFormulaInfoReflection { #region Descriptor - /// File descriptor for GLPPDLECCLI.proto + /// File descriptor for BuyFormulaInfo.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; - static GLPPDLECCLIReflection() { + static BuyFormulaInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFHTFBQRExFQ0NMSS5wcm90bxoRSUlMSE9BS0pETkgucHJvdG8iNgoLR0xQ", - "UERMRUNDTEkSJwoRZ2FtZV9mb3JtdWxhX2luZm8YCCADKAsyDC5JSUxIT0FL", - "SkROSEIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "ChRCdXlGb3JtdWxhSW5mby5wcm90bxoQQnV5Rm9ybXVsYS5wcm90byI4Cg5C", + "dXlGb3JtdWxhSW5mbxImChFnYW1lX2Zvcm11bGFfaW5mbxgIIAMoCzILLkJ1", + "eUZvcm11bGFCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv", + "dG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.IILHOAKJDNHReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BuyFormulaReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GLPPDLECCLI), global::EggLink.DanhengServer.Proto.GLPPDLECCLI.Parser, new[]{ "GameFormulaInfo" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BuyFormulaInfo), global::EggLink.DanhengServer.Proto.BuyFormulaInfo.Parser, new[]{ "GameFormulaInfo" }, null, null, null, null) })); } #endregion @@ -38,21 +39,21 @@ namespace EggLink.DanhengServer.Proto { } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class GLPPDLECCLI : pb::IMessage + public sealed partial class BuyFormulaInfo : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new GLPPDLECCLI()); + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BuyFormulaInfo()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } + public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.GLPPDLECCLIReflection.Descriptor.MessageTypes[0]; } + get { return global::EggLink.DanhengServer.Proto.BuyFormulaInfoReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -63,7 +64,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GLPPDLECCLI() { + public BuyFormulaInfo() { OnConstruction(); } @@ -71,37 +72,37 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GLPPDLECCLI(GLPPDLECCLI other) : this() { + public BuyFormulaInfo(BuyFormulaInfo other) : this() { gameFormulaInfo_ = other.gameFormulaInfo_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GLPPDLECCLI Clone() { - return new GLPPDLECCLI(this); + public BuyFormulaInfo Clone() { + return new BuyFormulaInfo(this); } /// Field number for the "game_formula_info" field. public const int GameFormulaInfoFieldNumber = 8; - private static readonly pb::FieldCodec _repeated_gameFormulaInfo_codec - = pb::FieldCodec.ForMessage(66, global::EggLink.DanhengServer.Proto.IILHOAKJDNH.Parser); - private readonly pbc::RepeatedField gameFormulaInfo_ = new pbc::RepeatedField(); + private static readonly pb::FieldCodec _repeated_gameFormulaInfo_codec + = pb::FieldCodec.ForMessage(66, global::EggLink.DanhengServer.Proto.BuyFormula.Parser); + private readonly pbc::RepeatedField gameFormulaInfo_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField GameFormulaInfo { + public pbc::RepeatedField GameFormulaInfo { get { return gameFormulaInfo_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { - return Equals(other as GLPPDLECCLI); + return Equals(other as BuyFormulaInfo); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(GLPPDLECCLI other) { + public bool Equals(BuyFormulaInfo other) { if (ReferenceEquals(other, null)) { return false; } @@ -166,7 +167,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(GLPPDLECCLI other) { + public void MergeFrom(BuyFormulaInfo other) { if (other == null) { return; } diff --git a/Proto/BuyGoodsScRsp.cs b/Proto/BuyGoodsScRsp.cs index 0631c2c9..6723e722 100644 --- a/Proto/BuyGoodsScRsp.cs +++ b/Proto/BuyGoodsScRsp.cs @@ -24,11 +24,11 @@ namespace EggLink.DanhengServer.Proto { static BuyGoodsScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChNCdXlHb29kc1NjUnNwLnByb3RvGg5JdGVtTGlzdC5wcm90byJ7Cg1CdXlH", - "b29kc1NjUnNwEiEKDlJldHVybkl0ZW1MaXN0GAggASgLMgkuSXRlbUxpc3QS", - "FQoNR29vZHNCdXlUaW1lcxgBIAEoDRIOCgZTaG9wSWQYCSABKA0SDwoHR29v", - "ZHNJZBgPIAEoDRIPCgdSZXRjb2RlGAwgASgNQh6qAhtFZ2dMaW5rLkRhbmhl", - "bmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "ChNCdXlHb29kc1NjUnNwLnByb3RvGg5JdGVtTGlzdC5wcm90byKBAQoNQnV5", + "R29vZHNTY1JzcBIjChByZXR1cm5faXRlbV9saXN0GAggASgLMgkuSXRlbUxp", + "c3QSFwoPZ29vZHNfYnV5X3RpbWVzGAEgASgNEg8KB3Nob3BfaWQYCSABKA0S", + "EAoIZ29vZHNfaWQYDyABKA0SDwoHcmV0Y29kZRgMIAEoDUIeqgIbRWdnTGlu", + "ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -88,7 +88,7 @@ namespace EggLink.DanhengServer.Proto { return new BuyGoodsScRsp(this); } - /// Field number for the "ReturnItemList" field. + /// Field number for the "return_item_list" field. public const int ReturnItemListFieldNumber = 8; private global::EggLink.DanhengServer.Proto.ItemList returnItemList_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -100,7 +100,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "GoodsBuyTimes" field. + /// Field number for the "goods_buy_times" field. public const int GoodsBuyTimesFieldNumber = 1; private uint goodsBuyTimes_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -112,7 +112,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "ShopId" field. + /// Field number for the "shop_id" field. public const int ShopIdFieldNumber = 9; private uint shopId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -124,7 +124,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "GoodsId" field. + /// Field number for the "goods_id" field. public const int GoodsIdFieldNumber = 15; private uint goodsId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -136,7 +136,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Retcode" field. + /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 12; private uint retcode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/AHCLNMJPMIJ.cs b/Proto/BuyMiracle.cs similarity index 89% rename from Proto/AHCLNMJPMIJ.cs rename to Proto/BuyMiracle.cs index 444c34ea..c6dd8a39 100644 --- a/Proto/AHCLNMJPMIJ.cs +++ b/Proto/BuyMiracle.cs @@ -1,6 +1,6 @@ // // Generated by the protocol buffer compiler. DO NOT EDIT! -// source: AHCLNMJPMIJ.proto +// source: BuyMiracle.proto // #pragma warning disable 1591, 0612, 3021, 8981 #region Designer generated code @@ -11,29 +11,28 @@ using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; namespace EggLink.DanhengServer.Proto { - /// Holder for reflection information generated from AHCLNMJPMIJ.proto - public static partial class AHCLNMJPMIJReflection { + /// Holder for reflection information generated from BuyMiracle.proto + public static partial class BuyMiracleReflection { #region Descriptor - /// File descriptor for AHCLNMJPMIJ.proto + /// File descriptor for BuyMiracle.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; - static AHCLNMJPMIJReflection() { + static BuyMiracleReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFBSENMTk1KUE1JSi5wcm90bxoSSXRlbUNvc3REYXRhLnByb3RvIpEBCgtB", - "SENMTk1KUE1JShITCgtCUEhDQk9IS0hNRBgKIAEoCBIiCgtOQkxGRkRJUEJI", - "SRgHIAEoCzINLkl0ZW1Db3N0RGF0YRITCgtQT0FQRUdLUEZPQhgJIAEoCBIg", - "Cgljb3N0X2RhdGEYAiABKAsyDS5JdGVtQ29zdERhdGESEgoKbWlyYWNsZV9p", - "ZBgEIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90", - "bzM=")); + "ChBCdXlNaXJhY2xlLnByb3RvGhJJdGVtQ29zdERhdGEucHJvdG8ikAEKCkJ1", + "eU1pcmFjbGUSEwoLQlBIQ0JPSEtITUQYCiABKAgSIgoLTkJMRkZESVBCSEkY", + "ByABKAsyDS5JdGVtQ29zdERhdGESEwoLUE9BUEVHS1BGT0IYCSABKAgSIAoJ", + "Y29zdF9kYXRhGAIgASgLMg0uSXRlbUNvc3REYXRhEhIKCm1pcmFjbGVfaWQY", + "BCABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemCostDataReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AHCLNMJPMIJ), global::EggLink.DanhengServer.Proto.AHCLNMJPMIJ.Parser, new[]{ "BPHCBOHKHMD", "NBLFFDIPBHI", "POAPEGKPFOB", "CostData", "MiracleId" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BuyMiracle), global::EggLink.DanhengServer.Proto.BuyMiracle.Parser, new[]{ "BPHCBOHKHMD", "NBLFFDIPBHI", "POAPEGKPFOB", "CostData", "MiracleId" }, null, null, null, null) })); } #endregion @@ -41,21 +40,21 @@ namespace EggLink.DanhengServer.Proto { } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class AHCLNMJPMIJ : pb::IMessage + public sealed partial class BuyMiracle : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new AHCLNMJPMIJ()); + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BuyMiracle()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } + public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.AHCLNMJPMIJReflection.Descriptor.MessageTypes[0]; } + get { return global::EggLink.DanhengServer.Proto.BuyMiracleReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -66,7 +65,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public AHCLNMJPMIJ() { + public BuyMiracle() { OnConstruction(); } @@ -74,7 +73,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public AHCLNMJPMIJ(AHCLNMJPMIJ other) : this() { + public BuyMiracle(BuyMiracle other) : this() { bPHCBOHKHMD_ = other.bPHCBOHKHMD_; nBLFFDIPBHI_ = other.nBLFFDIPBHI_ != null ? other.nBLFFDIPBHI_.Clone() : null; pOAPEGKPFOB_ = other.pOAPEGKPFOB_; @@ -85,8 +84,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public AHCLNMJPMIJ Clone() { - return new AHCLNMJPMIJ(this); + public BuyMiracle Clone() { + return new BuyMiracle(this); } /// Field number for the "BPHCBOHKHMD" field. @@ -152,12 +151,12 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { - return Equals(other as AHCLNMJPMIJ); + return Equals(other as BuyMiracle); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(AHCLNMJPMIJ other) { + public bool Equals(BuyMiracle other) { if (ReferenceEquals(other, null)) { return false; } @@ -282,7 +281,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(AHCLNMJPMIJ other) { + public void MergeFrom(BuyMiracle other) { if (other == null) { return; } diff --git a/Proto/NNJOLKJLPJG.cs b/Proto/BuyMiracleInfo.cs similarity index 81% rename from Proto/NNJOLKJLPJG.cs rename to Proto/BuyMiracleInfo.cs index ee15f566..8e5a20f9 100644 --- a/Proto/NNJOLKJLPJG.cs +++ b/Proto/BuyMiracleInfo.cs @@ -1,6 +1,6 @@ // // Generated by the protocol buffer compiler. DO NOT EDIT! -// source: NNJOLKJLPJG.proto +// source: BuyMiracleInfo.proto // #pragma warning disable 1591, 0612, 3021, 8981 #region Designer generated code @@ -11,26 +11,26 @@ using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; namespace EggLink.DanhengServer.Proto { - /// Holder for reflection information generated from NNJOLKJLPJG.proto - public static partial class NNJOLKJLPJGReflection { + /// Holder for reflection information generated from BuyMiracleInfo.proto + public static partial class BuyMiracleInfoReflection { #region Descriptor - /// File descriptor for NNJOLKJLPJG.proto + /// File descriptor for BuyMiracleInfo.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; - static NNJOLKJLPJGReflection() { + static BuyMiracleInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFOTkpPTEtKTFBKRy5wcm90bxoRQUhDTE5NSlBNSUoucHJvdG8iMQoLTk5K", - "T0xLSkxQSkcSIgoMbWlyYWNsZV9saXN0GAsgAygLMgwuQUhDTE5NSlBNSUpC", - "HqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); + "ChRCdXlNaXJhY2xlSW5mby5wcm90bxoQQnV5TWlyYWNsZS5wcm90byIzCg5C", + "dXlNaXJhY2xlSW5mbxIhCgxtaXJhY2xlX2xpc3QYCyADKAsyCy5CdXlNaXJh", + "Y2xlQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AHCLNMJPMIJReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BuyMiracleReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.NNJOLKJLPJG), global::EggLink.DanhengServer.Proto.NNJOLKJLPJG.Parser, new[]{ "MiracleList" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BuyMiracleInfo), global::EggLink.DanhengServer.Proto.BuyMiracleInfo.Parser, new[]{ "MiracleList" }, null, null, null, null) })); } #endregion @@ -38,21 +38,21 @@ namespace EggLink.DanhengServer.Proto { } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class NNJOLKJLPJG : pb::IMessage + public sealed partial class BuyMiracleInfo : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NNJOLKJLPJG()); + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BuyMiracleInfo()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } + public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.NNJOLKJLPJGReflection.Descriptor.MessageTypes[0]; } + get { return global::EggLink.DanhengServer.Proto.BuyMiracleInfoReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -63,7 +63,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public NNJOLKJLPJG() { + public BuyMiracleInfo() { OnConstruction(); } @@ -71,37 +71,37 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public NNJOLKJLPJG(NNJOLKJLPJG other) : this() { + public BuyMiracleInfo(BuyMiracleInfo other) : this() { miracleList_ = other.miracleList_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public NNJOLKJLPJG Clone() { - return new NNJOLKJLPJG(this); + public BuyMiracleInfo Clone() { + return new BuyMiracleInfo(this); } /// Field number for the "miracle_list" field. public const int MiracleListFieldNumber = 11; - private static readonly pb::FieldCodec _repeated_miracleList_codec - = pb::FieldCodec.ForMessage(90, global::EggLink.DanhengServer.Proto.AHCLNMJPMIJ.Parser); - private readonly pbc::RepeatedField miracleList_ = new pbc::RepeatedField(); + private static readonly pb::FieldCodec _repeated_miracleList_codec + = pb::FieldCodec.ForMessage(90, global::EggLink.DanhengServer.Proto.BuyMiracle.Parser); + private readonly pbc::RepeatedField miracleList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField MiracleList { + public pbc::RepeatedField MiracleList { get { return miracleList_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { - return Equals(other as NNJOLKJLPJG); + return Equals(other as BuyMiracleInfo); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(NNJOLKJLPJG other) { + public bool Equals(BuyMiracleInfo other) { if (ReferenceEquals(other, null)) { return false; } @@ -166,7 +166,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(NNJOLKJLPJG other) { + public void MergeFrom(BuyMiracleInfo other) { if (other == null) { return; } diff --git a/Proto/BuyRogueShopBuffScRsp.cs b/Proto/BuyRogueShopBuffScRsp.cs index e6dd6ce6..14133adb 100644 --- a/Proto/BuyRogueShopBuffScRsp.cs +++ b/Proto/BuyRogueShopBuffScRsp.cs @@ -24,12 +24,12 @@ namespace EggLink.DanhengServer.Proto { static BuyRogueShopBuffScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChtCdXlSb2d1ZVNob3BCdWZmU2NSc3AucHJvdG8aEUFOSkRLRkpPRUVJLnBy", + "ChtCdXlSb2d1ZVNob3BCdWZmU2NSc3AucHJvdG8aEUJ1eUJ1ZmZJbmZvLnBy", "b3RvIk8KFUJ1eVJvZ3VlU2hvcEJ1ZmZTY1JzcBIPCgdyZXRjb2RlGA0gASgN", - "EiUKD3JvZ3VlX2J1ZmZfaW5mbxgJIAEoCzIMLkFOSkRLRkpPRUVJQh6qAhtF", + "EiUKD3JvZ3VlX2J1ZmZfaW5mbxgJIAEoCzIMLkJ1eUJ1ZmZJbmZvQh6qAhtF", "Z2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ANJDKFJOEEIReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BuyBuffInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BuyRogueShopBuffScRsp), global::EggLink.DanhengServer.Proto.BuyRogueShopBuffScRsp.Parser, new[]{ "Retcode", "RogueBuffInfo" }, null, null, null, null) })); @@ -98,10 +98,10 @@ namespace EggLink.DanhengServer.Proto { /// Field number for the "rogue_buff_info" field. public const int RogueBuffInfoFieldNumber = 9; - private global::EggLink.DanhengServer.Proto.ANJDKFJOEEI rogueBuffInfo_; + private global::EggLink.DanhengServer.Proto.BuyBuffInfo rogueBuffInfo_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.ANJDKFJOEEI RogueBuffInfo { + public global::EggLink.DanhengServer.Proto.BuyBuffInfo RogueBuffInfo { get { return rogueBuffInfo_; } set { rogueBuffInfo_ = value; @@ -211,7 +211,7 @@ namespace EggLink.DanhengServer.Proto { } if (other.rogueBuffInfo_ != null) { if (rogueBuffInfo_ == null) { - RogueBuffInfo = new global::EggLink.DanhengServer.Proto.ANJDKFJOEEI(); + RogueBuffInfo = new global::EggLink.DanhengServer.Proto.BuyBuffInfo(); } RogueBuffInfo.MergeFrom(other.RogueBuffInfo); } @@ -232,7 +232,7 @@ namespace EggLink.DanhengServer.Proto { break; case 74: { if (rogueBuffInfo_ == null) { - RogueBuffInfo = new global::EggLink.DanhengServer.Proto.ANJDKFJOEEI(); + RogueBuffInfo = new global::EggLink.DanhengServer.Proto.BuyBuffInfo(); } input.ReadMessage(RogueBuffInfo); break; @@ -258,7 +258,7 @@ namespace EggLink.DanhengServer.Proto { break; case 74: { if (rogueBuffInfo_ == null) { - RogueBuffInfo = new global::EggLink.DanhengServer.Proto.ANJDKFJOEEI(); + RogueBuffInfo = new global::EggLink.DanhengServer.Proto.BuyBuffInfo(); } input.ReadMessage(RogueBuffInfo); break; diff --git a/Proto/BuyRogueShopFormulaScRsp.cs b/Proto/BuyRogueShopFormulaScRsp.cs index 7bc3f6fd..15591d08 100644 --- a/Proto/BuyRogueShopFormulaScRsp.cs +++ b/Proto/BuyRogueShopFormulaScRsp.cs @@ -24,14 +24,15 @@ namespace EggLink.DanhengServer.Proto { static BuyRogueShopFormulaScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Ch5CdXlSb2d1ZVNob3BGb3JtdWxhU2NSc3AucHJvdG8aEUdMUFBETEVDQ0xJ", - "LnByb3RvIk4KGEJ1eVJvZ3VlU2hvcEZvcm11bGFTY1JzcBIPCgdyZXRjb2Rl", - "GAsgASgNEiEKC0NLQUFOTURES0NKGAogASgLMgwuR0xQUERMRUNDTElCHqoC", - "G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); + "Ch5CdXlSb2d1ZVNob3BGb3JtdWxhU2NSc3AucHJvdG8aFEJ1eUZvcm11bGFJ", + "bmZvLnByb3RvIlgKGEJ1eVJvZ3VlU2hvcEZvcm11bGFTY1JzcBIPCgdyZXRj", + "b2RlGAsgASgNEisKEnJvZ3VlX2Zvcm11bGFfaW5mbxgKIAEoCzIPLkJ1eUZv", + "cm11bGFJbmZvQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy", + "b3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GLPPDLECCLIReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BuyFormulaInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BuyRogueShopFormulaScRsp), global::EggLink.DanhengServer.Proto.BuyRogueShopFormulaScRsp.Parser, new[]{ "Retcode", "CKAANMDDKCJ" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BuyRogueShopFormulaScRsp), global::EggLink.DanhengServer.Proto.BuyRogueShopFormulaScRsp.Parser, new[]{ "Retcode", "RogueFormulaInfo" }, null, null, null, null) })); } #endregion @@ -74,7 +75,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public BuyRogueShopFormulaScRsp(BuyRogueShopFormulaScRsp other) : this() { retcode_ = other.retcode_; - cKAANMDDKCJ_ = other.cKAANMDDKCJ_ != null ? other.cKAANMDDKCJ_.Clone() : null; + rogueFormulaInfo_ = other.rogueFormulaInfo_ != null ? other.rogueFormulaInfo_.Clone() : null; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -96,15 +97,15 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "CKAANMDDKCJ" field. - public const int CKAANMDDKCJFieldNumber = 10; - private global::EggLink.DanhengServer.Proto.GLPPDLECCLI cKAANMDDKCJ_; + /// Field number for the "rogue_formula_info" field. + public const int RogueFormulaInfoFieldNumber = 10; + private global::EggLink.DanhengServer.Proto.BuyFormulaInfo rogueFormulaInfo_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.GLPPDLECCLI CKAANMDDKCJ { - get { return cKAANMDDKCJ_; } + public global::EggLink.DanhengServer.Proto.BuyFormulaInfo RogueFormulaInfo { + get { return rogueFormulaInfo_; } set { - cKAANMDDKCJ_ = value; + rogueFormulaInfo_ = value; } } @@ -124,7 +125,7 @@ namespace EggLink.DanhengServer.Proto { return true; } if (Retcode != other.Retcode) return false; - if (!object.Equals(CKAANMDDKCJ, other.CKAANMDDKCJ)) return false; + if (!object.Equals(RogueFormulaInfo, other.RogueFormulaInfo)) return false; return Equals(_unknownFields, other._unknownFields); } @@ -133,7 +134,7 @@ namespace EggLink.DanhengServer.Proto { public override int GetHashCode() { int hash = 1; if (Retcode != 0) hash ^= Retcode.GetHashCode(); - if (cKAANMDDKCJ_ != null) hash ^= CKAANMDDKCJ.GetHashCode(); + if (rogueFormulaInfo_ != null) hash ^= RogueFormulaInfo.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -152,9 +153,9 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (cKAANMDDKCJ_ != null) { + if (rogueFormulaInfo_ != null) { output.WriteRawTag(82); - output.WriteMessage(CKAANMDDKCJ); + output.WriteMessage(RogueFormulaInfo); } if (Retcode != 0) { output.WriteRawTag(88); @@ -170,9 +171,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (cKAANMDDKCJ_ != null) { + if (rogueFormulaInfo_ != null) { output.WriteRawTag(82); - output.WriteMessage(CKAANMDDKCJ); + output.WriteMessage(RogueFormulaInfo); } if (Retcode != 0) { output.WriteRawTag(88); @@ -191,8 +192,8 @@ namespace EggLink.DanhengServer.Proto { if (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); } - if (cKAANMDDKCJ_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(CKAANMDDKCJ); + if (rogueFormulaInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(RogueFormulaInfo); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); @@ -209,11 +210,11 @@ namespace EggLink.DanhengServer.Proto { if (other.Retcode != 0) { Retcode = other.Retcode; } - if (other.cKAANMDDKCJ_ != null) { - if (cKAANMDDKCJ_ == null) { - CKAANMDDKCJ = new global::EggLink.DanhengServer.Proto.GLPPDLECCLI(); + if (other.rogueFormulaInfo_ != null) { + if (rogueFormulaInfo_ == null) { + RogueFormulaInfo = new global::EggLink.DanhengServer.Proto.BuyFormulaInfo(); } - CKAANMDDKCJ.MergeFrom(other.CKAANMDDKCJ); + RogueFormulaInfo.MergeFrom(other.RogueFormulaInfo); } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -231,10 +232,10 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 82: { - if (cKAANMDDKCJ_ == null) { - CKAANMDDKCJ = new global::EggLink.DanhengServer.Proto.GLPPDLECCLI(); + if (rogueFormulaInfo_ == null) { + RogueFormulaInfo = new global::EggLink.DanhengServer.Proto.BuyFormulaInfo(); } - input.ReadMessage(CKAANMDDKCJ); + input.ReadMessage(RogueFormulaInfo); break; } case 88: { @@ -257,10 +258,10 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 82: { - if (cKAANMDDKCJ_ == null) { - CKAANMDDKCJ = new global::EggLink.DanhengServer.Proto.GLPPDLECCLI(); + if (rogueFormulaInfo_ == null) { + RogueFormulaInfo = new global::EggLink.DanhengServer.Proto.BuyFormulaInfo(); } - input.ReadMessage(CKAANMDDKCJ); + input.ReadMessage(RogueFormulaInfo); break; } case 88: { diff --git a/Proto/BuyRogueShopMiracleScRsp.cs b/Proto/BuyRogueShopMiracleScRsp.cs index 4f19e85c..3c93f081 100644 --- a/Proto/BuyRogueShopMiracleScRsp.cs +++ b/Proto/BuyRogueShopMiracleScRsp.cs @@ -24,12 +24,13 @@ namespace EggLink.DanhengServer.Proto { static BuyRogueShopMiracleScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Ch5CdXlSb2d1ZVNob3BNaXJhY2xlU2NSc3AucHJvdG8aEU5OSk9MS0pMUEpH", - "LnByb3RvIlQKGEJ1eVJvZ3VlU2hvcE1pcmFjbGVTY1JzcBInChFnYW1lX21p", - "cmFjbGVfaW5mbxgPIAEoCzIMLk5OSk9MS0pMUEpHEg8KB3JldGNvZGUYDiAB", - "KA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); + "Ch5CdXlSb2d1ZVNob3BNaXJhY2xlU2NSc3AucHJvdG8aFEJ1eU1pcmFjbGVJ", + "bmZvLnByb3RvIlcKGEJ1eVJvZ3VlU2hvcE1pcmFjbGVTY1JzcBIqChFnYW1l", + "X21pcmFjbGVfaW5mbxgPIAEoCzIPLkJ1eU1pcmFjbGVJbmZvEg8KB3JldGNv", + "ZGUYDiABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv", + "dG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.NNJOLKJLPJGReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BuyMiracleInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BuyRogueShopMiracleScRsp), global::EggLink.DanhengServer.Proto.BuyRogueShopMiracleScRsp.Parser, new[]{ "GameMiracleInfo", "Retcode" }, null, null, null, null) })); @@ -86,10 +87,10 @@ namespace EggLink.DanhengServer.Proto { /// Field number for the "game_miracle_info" field. public const int GameMiracleInfoFieldNumber = 15; - private global::EggLink.DanhengServer.Proto.NNJOLKJLPJG gameMiracleInfo_; + private global::EggLink.DanhengServer.Proto.BuyMiracleInfo gameMiracleInfo_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.NNJOLKJLPJG GameMiracleInfo { + public global::EggLink.DanhengServer.Proto.BuyMiracleInfo GameMiracleInfo { get { return gameMiracleInfo_; } set { gameMiracleInfo_ = value; @@ -208,7 +209,7 @@ namespace EggLink.DanhengServer.Proto { } if (other.gameMiracleInfo_ != null) { if (gameMiracleInfo_ == null) { - GameMiracleInfo = new global::EggLink.DanhengServer.Proto.NNJOLKJLPJG(); + GameMiracleInfo = new global::EggLink.DanhengServer.Proto.BuyMiracleInfo(); } GameMiracleInfo.MergeFrom(other.GameMiracleInfo); } @@ -236,7 +237,7 @@ namespace EggLink.DanhengServer.Proto { } case 122: { if (gameMiracleInfo_ == null) { - GameMiracleInfo = new global::EggLink.DanhengServer.Proto.NNJOLKJLPJG(); + GameMiracleInfo = new global::EggLink.DanhengServer.Proto.BuyMiracleInfo(); } input.ReadMessage(GameMiracleInfo); break; @@ -262,7 +263,7 @@ namespace EggLink.DanhengServer.Proto { } case 122: { if (gameMiracleInfo_ == null) { - GameMiracleInfo = new global::EggLink.DanhengServer.Proto.NNJOLKJLPJG(); + GameMiracleInfo = new global::EggLink.DanhengServer.Proto.BuyMiracleInfo(); } input.ReadMessage(GameMiracleInfo); break; diff --git a/Proto/CAHHKIIFJMG.cs b/Proto/CAHHKIIFJMG.cs deleted file mode 100644 index 7daf7af3..00000000 --- a/Proto/CAHHKIIFJMG.cs +++ /dev/null @@ -1,234 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CAHHKIIFJMG.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CAHHKIIFJMG.proto - public static partial class CAHHKIIFJMGReflection { - - #region Descriptor - /// File descriptor for CAHHKIIFJMG.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CAHHKIIFJMGReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFDQUhIS0lJRkpNRy5wcm90byIiCgtDQUhIS0lJRkpNRxITCgtGSklOTkxG", - "Q0JPShgJIAEoCEIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", - "cm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CAHHKIIFJMG), global::EggLink.DanhengServer.Proto.CAHHKIIFJMG.Parser, new[]{ "FJINNLFCBOJ" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class CAHHKIIFJMG : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CAHHKIIFJMG()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.CAHHKIIFJMGReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CAHHKIIFJMG() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CAHHKIIFJMG(CAHHKIIFJMG other) : this() { - fJINNLFCBOJ_ = other.fJINNLFCBOJ_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CAHHKIIFJMG Clone() { - return new CAHHKIIFJMG(this); - } - - /// Field number for the "FJINNLFCBOJ" field. - public const int FJINNLFCBOJFieldNumber = 9; - private bool fJINNLFCBOJ_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool FJINNLFCBOJ { - get { return fJINNLFCBOJ_; } - set { - fJINNLFCBOJ_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as CAHHKIIFJMG); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(CAHHKIIFJMG other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (FJINNLFCBOJ != other.FJINNLFCBOJ) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (FJINNLFCBOJ != false) hash ^= FJINNLFCBOJ.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (FJINNLFCBOJ != false) { - output.WriteRawTag(72); - output.WriteBool(FJINNLFCBOJ); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (FJINNLFCBOJ != false) { - output.WriteRawTag(72); - output.WriteBool(FJINNLFCBOJ); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (FJINNLFCBOJ != false) { - size += 1 + 1; - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(CAHHKIIFJMG other) { - if (other == null) { - return; - } - if (other.FJINNLFCBOJ != false) { - FJINNLFCBOJ = other.FJINNLFCBOJ; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 72: { - FJINNLFCBOJ = input.ReadBool(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 72: { - FJINNLFCBOJ = input.ReadBool(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CBBDIOMIFHD.cs b/Proto/CBBDIOMIFHD.cs index 7ae1a1d2..a7deab76 100644 --- a/Proto/CBBDIOMIFHD.cs +++ b/Proto/CBBDIOMIFHD.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static CBBDIOMIFHDReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFDQkJESU9NSUZIRC5wcm90bxoRRVBFR0hDR0NNSFAucHJvdG8aEU9PRE9D", - "TURMT01GLnByb3RvGhFJRERMS0hITEVDRy5wcm90byJ0CgtDQkJESU9NSUZI", + "ChFDQkJESU9NSUZIRC5wcm90bxoRSURETEtISExFQ0cucHJvdG8aEUVQRUdI", + "Q0dDTUhQLnByb3RvGhFPT0RPQ01ETE9NRi5wcm90byJ0CgtDQkJESU9NSUZI", "RBIgCgpiYXNpY19pbmZvGAEgASgLMgwuT09ET0NNRExPTUYSIQoLTkNLQ0NP", "S0RLT0wYAiABKAsyDC5JRERMS0hITEVDRxIgCgpzdGFnZV9pbmZvGAMgASgL", "MgwuRVBFR0hDR0NNSFBCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90", "b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EPEGHCGCMHPReflection.Descriptor, global::EggLink.DanhengServer.Proto.OODOCMDLOMFReflection.Descriptor, global::EggLink.DanhengServer.Proto.IDDLKHHLECGReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.IDDLKHHLECGReflection.Descriptor, global::EggLink.DanhengServer.Proto.EPEGHCGCMHPReflection.Descriptor, global::EggLink.DanhengServer.Proto.OODOCMDLOMFReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CBBDIOMIFHD), global::EggLink.DanhengServer.Proto.CBBDIOMIFHD.Parser, new[]{ "BasicInfo", "NCKCCOKDKOL", "StageInfo" }, null, null, null, null) })); diff --git a/Proto/CCCNHOECCMD.cs b/Proto/CCCNHOECCMD.cs deleted file mode 100644 index 548223fa..00000000 --- a/Proto/CCCNHOECCMD.cs +++ /dev/null @@ -1,346 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CCCNHOECCMD.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CCCNHOECCMD.proto - public static partial class CCCNHOECCMDReflection { - - #region Descriptor - /// File descriptor for CCCNHOECCMD.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CCCNHOECCMDReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFDQ0NOSE9FQ0NNRC5wcm90byJcCgtDQ0NOSE9FQ0NNRBIPCgdpdGVtX2lk", - "GAEgASgNEhMKC0JBTkVMRUxOTEtCGAIgASgNEhAKCHNraWxsX2lkGAMgASgN", - "EhUKDWRpc3BsYXlfdmFsdWUYBCABKAVCHqoCG0VnZ0xpbmsuRGFuaGVuZ1Nl", - "cnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CCCNHOECCMD), global::EggLink.DanhengServer.Proto.CCCNHOECCMD.Parser, new[]{ "ItemId", "BANELELNLKB", "SkillId", "DisplayValue" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class CCCNHOECCMD : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CCCNHOECCMD()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.CCCNHOECCMDReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CCCNHOECCMD() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CCCNHOECCMD(CCCNHOECCMD other) : this() { - itemId_ = other.itemId_; - bANELELNLKB_ = other.bANELELNLKB_; - skillId_ = other.skillId_; - displayValue_ = other.displayValue_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CCCNHOECCMD Clone() { - return new CCCNHOECCMD(this); - } - - /// Field number for the "item_id" field. - public const int ItemIdFieldNumber = 1; - private uint itemId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint ItemId { - get { return itemId_; } - set { - itemId_ = value; - } - } - - /// Field number for the "BANELELNLKB" field. - public const int BANELELNLKBFieldNumber = 2; - private uint bANELELNLKB_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint BANELELNLKB { - get { return bANELELNLKB_; } - set { - bANELELNLKB_ = value; - } - } - - /// Field number for the "skill_id" field. - public const int SkillIdFieldNumber = 3; - private uint skillId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint SkillId { - get { return skillId_; } - set { - skillId_ = value; - } - } - - /// Field number for the "display_value" field. - public const int DisplayValueFieldNumber = 4; - private int displayValue_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int DisplayValue { - get { return displayValue_; } - set { - displayValue_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as CCCNHOECCMD); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(CCCNHOECCMD other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (ItemId != other.ItemId) return false; - if (BANELELNLKB != other.BANELELNLKB) return false; - if (SkillId != other.SkillId) return false; - if (DisplayValue != other.DisplayValue) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (ItemId != 0) hash ^= ItemId.GetHashCode(); - if (BANELELNLKB != 0) hash ^= BANELELNLKB.GetHashCode(); - if (SkillId != 0) hash ^= SkillId.GetHashCode(); - if (DisplayValue != 0) hash ^= DisplayValue.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (ItemId != 0) { - output.WriteRawTag(8); - output.WriteUInt32(ItemId); - } - if (BANELELNLKB != 0) { - output.WriteRawTag(16); - output.WriteUInt32(BANELELNLKB); - } - if (SkillId != 0) { - output.WriteRawTag(24); - output.WriteUInt32(SkillId); - } - if (DisplayValue != 0) { - output.WriteRawTag(32); - output.WriteInt32(DisplayValue); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (ItemId != 0) { - output.WriteRawTag(8); - output.WriteUInt32(ItemId); - } - if (BANELELNLKB != 0) { - output.WriteRawTag(16); - output.WriteUInt32(BANELELNLKB); - } - if (SkillId != 0) { - output.WriteRawTag(24); - output.WriteUInt32(SkillId); - } - if (DisplayValue != 0) { - output.WriteRawTag(32); - output.WriteInt32(DisplayValue); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (ItemId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ItemId); - } - if (BANELELNLKB != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BANELELNLKB); - } - if (SkillId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SkillId); - } - if (DisplayValue != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(DisplayValue); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(CCCNHOECCMD other) { - if (other == null) { - return; - } - if (other.ItemId != 0) { - ItemId = other.ItemId; - } - if (other.BANELELNLKB != 0) { - BANELELNLKB = other.BANELELNLKB; - } - if (other.SkillId != 0) { - SkillId = other.SkillId; - } - if (other.DisplayValue != 0) { - DisplayValue = other.DisplayValue; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - ItemId = input.ReadUInt32(); - break; - } - case 16: { - BANELELNLKB = input.ReadUInt32(); - break; - } - case 24: { - SkillId = input.ReadUInt32(); - break; - } - case 32: { - DisplayValue = input.ReadInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - ItemId = input.ReadUInt32(); - break; - } - case 16: { - BANELELNLKB = input.ReadUInt32(); - break; - } - case 24: { - SkillId = input.ReadUInt32(); - break; - } - case 32: { - DisplayValue = input.ReadInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CDEFBKPCPPA.cs b/Proto/CDEFBKPCPPA.cs deleted file mode 100644 index 6243978e..00000000 --- a/Proto/CDEFBKPCPPA.cs +++ /dev/null @@ -1,49 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CDEFBKPCPPA.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CDEFBKPCPPA.proto - public static partial class CDEFBKPCPPAReflection { - - #region Descriptor - /// File descriptor for CDEFBKPCPPA.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CDEFBKPCPPAReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFDREVGQktQQ1BQQS5wcm90bypoCgtDREVGQktQQ1BQQRIbChdQRVRfT1BF", - "UkFUSU9OX1RZUEVfTk9ORRAAEh0KGVBFVF9PUEVSQVRJT05fVFlQRV9TVU1N", - "T04QARIdChlQRVRfT1BFUkFUSU9OX1RZUEVfUkVDQUxMEAJCHqoCG0VnZ0xp", - "bmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CDEFBKPCPPA), }, null, null)); - } - #endregion - - } - #region Enums - public enum CDEFBKPCPPA { - [pbr::OriginalName("PET_OPERATION_TYPE_NONE")] PetOperationTypeNone = 0, - [pbr::OriginalName("PET_OPERATION_TYPE_SUMMON")] PetOperationTypeSummon = 1, - [pbr::OriginalName("PET_OPERATION_TYPE_RECALL")] PetOperationTypeRecall = 2, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CDNGNDNLNAJ.cs b/Proto/CDNGNDNLNAJ.cs index c67e0bd4..7f70cfd5 100644 --- a/Proto/CDNGNDNLNAJ.cs +++ b/Proto/CDNGNDNLNAJ.cs @@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto { static CDNGNDNLNAJReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFDRE5HTkROTE5BSi5wcm90bxoRR0NGRUhNRU5PTk0ucHJvdG8aEUVERkFC", - "S01OQkxJLnByb3RvGhFMSExFRUhDQk1PTC5wcm90bxoRQ0dDT05KRkZGQkIu", + "ChFDRE5HTkROTE5BSi5wcm90bxoRRURGQUJLTU5CTEkucHJvdG8aEUxITEVF", + "SENCTU9MLnByb3RvGhFDR0NPTkpGRkZCQi5wcm90bxoRR0NGRUhNRU5PTk0u", "cHJvdG8irgEKC0NETkdORE5MTkFKEiEKC0FBS0hDTkVEQkNEGAIgASgLMgwu", "TEhMRUVIQ0JNT0wSIQoLSEJIRUFKSUpFR0YYAyABKAsyDC5DR0NPTkpGRkZC", "QhITCgtHT05FQUtCREdFSxgGIAEoDRIhCgtFRUlIRENQT0xFRhgOIAEoCzIM", "LkVERkFCS01OQkxJEiEKC0dCRkNMTUxJTUhDGAogASgLMgwuR0NGRUhNRU5P", "Tk1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GCFEHMENONMReflection.Descriptor, global::EggLink.DanhengServer.Proto.EDFABKMNBLIReflection.Descriptor, global::EggLink.DanhengServer.Proto.LHLEEHCBMOLReflection.Descriptor, global::EggLink.DanhengServer.Proto.CGCONJFFFBBReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EDFABKMNBLIReflection.Descriptor, global::EggLink.DanhengServer.Proto.LHLEEHCBMOLReflection.Descriptor, global::EggLink.DanhengServer.Proto.CGCONJFFFBBReflection.Descriptor, global::EggLink.DanhengServer.Proto.GCFEHMENONMReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CDNGNDNLNAJ), global::EggLink.DanhengServer.Proto.CDNGNDNLNAJ.Parser, new[]{ "AAKHCNEDBCD", "HBHEAJIJEGF", "GONEAKBDGEK", "EEIHDCPOLEF", "GBFCLMLIMHC" }, null, null, null, null) })); diff --git a/Proto/CFKBHPNBCNB.cs b/Proto/CFKBHPNBCNB.cs deleted file mode 100644 index e3a55047..00000000 --- a/Proto/CFKBHPNBCNB.cs +++ /dev/null @@ -1,234 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CFKBHPNBCNB.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CFKBHPNBCNB.proto - public static partial class CFKBHPNBCNBReflection { - - #region Descriptor - /// File descriptor for CFKBHPNBCNB.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CFKBHPNBCNBReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFDRktCSFBOQkNOQi5wcm90byIiCgtDRktCSFBOQkNOQhITCgtNQkdLQ0tM", - "REhJQhgOIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", - "cm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CFKBHPNBCNB), global::EggLink.DanhengServer.Proto.CFKBHPNBCNB.Parser, new[]{ "MBGKCKLDHIB" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class CFKBHPNBCNB : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CFKBHPNBCNB()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.CFKBHPNBCNBReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CFKBHPNBCNB() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CFKBHPNBCNB(CFKBHPNBCNB other) : this() { - mBGKCKLDHIB_ = other.mBGKCKLDHIB_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CFKBHPNBCNB Clone() { - return new CFKBHPNBCNB(this); - } - - /// Field number for the "MBGKCKLDHIB" field. - public const int MBGKCKLDHIBFieldNumber = 14; - private uint mBGKCKLDHIB_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint MBGKCKLDHIB { - get { return mBGKCKLDHIB_; } - set { - mBGKCKLDHIB_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as CFKBHPNBCNB); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(CFKBHPNBCNB other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (MBGKCKLDHIB != other.MBGKCKLDHIB) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (MBGKCKLDHIB != 0) hash ^= MBGKCKLDHIB.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (MBGKCKLDHIB != 0) { - output.WriteRawTag(112); - output.WriteUInt32(MBGKCKLDHIB); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (MBGKCKLDHIB != 0) { - output.WriteRawTag(112); - output.WriteUInt32(MBGKCKLDHIB); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (MBGKCKLDHIB != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MBGKCKLDHIB); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(CFKBHPNBCNB other) { - if (other == null) { - return; - } - if (other.MBGKCKLDHIB != 0) { - MBGKCKLDHIB = other.MBGKCKLDHIB; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 112: { - MBGKCKLDHIB = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 112: { - MBGKCKLDHIB = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CGHKIDBJHFH.cs b/Proto/CGHKIDBJHFH.cs index 82a58fba..b6f8e3c1 100644 --- a/Proto/CGHKIDBJHFH.cs +++ b/Proto/CGHKIDBJHFH.cs @@ -24,10 +24,10 @@ namespace EggLink.DanhengServer.Proto { static CGHKIDBJHFHReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFDR0hLSURCSkhGSC5wcm90bxoRS0hDQUtQT01HTksucHJvdG8aEU5MQ0FM", - "S0xQR09HLnByb3RvGhFPSkxFSFBQSkJCQy5wcm90bxoRT0NKR05QSUZPQk0u", - "cHJvdG8aEU5JR0NPUEdIQU1KLnByb3RvGhFISktETkdJSE1BQS5wcm90bxoR", - "S0hQSEFJRk5KRUkucHJvdG8aEU5NRU5LSUdOQkNBLnByb3RvIq8DCgtDR0hL", + "ChFDR0hLSURCSkhGSC5wcm90bxoRS0hDQUtQT01HTksucHJvdG8aEU5JR0NP", + "UEdIQU1KLnByb3RvGhFLSFBIQUlGTkpFSS5wcm90bxoRT0pMRUhQUEpCQkMu", + "cHJvdG8aEU5MQ0FMS0xQR09HLnByb3RvGhFISktETkdJSE1BQS5wcm90bxoR", + "T0NKR05QSUZPQk0ucHJvdG8aEU5NRU5LSUdOQkNBLnByb3RvIrEDCgtDR0hL", "SURCSkhGSBIjCgtQSkFCS0lGRE5ORBgPIAEoCzIMLk5MQ0FMS0xQR09HSAAS", "IwoLTklISUZFTU9LQU0YASABKAsyDC5PSkxFSFBQSkJCQ0gAEiMKC01MQ0dB", "TElIQUlQGAcgASgLMgwuT0pMRUhQUEpCQkNIABIjCgtCSURERE5JUEJMRRgM", @@ -37,12 +37,12 @@ namespace EggLink.DanhengServer.Proto { "TlBGUEFKTENMTk4YDiABKA1IABIWCgtJT01HRElLRUxJQRiVCiABKA1IABIk", "CgtHS0FIREhFTElMRBiJByABKAsyDC5LSENBS1BPTUdOS0gAEiMKC0dOUEVB", "TUVMSkRKGCIgASgLMgwuS0hQSEFJRk5KRUlIABIWCgtDQkFLSUhDREVOUBi4", - "AiABKA1IAEILCglpbmZvX2Nhc2VCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZl", - "ci5Qcm90b2IGcHJvdG8z")); + "AiABKA1IAEINCgtOR0RJT0FHRlBFQUIeqgIbRWdnTGluay5EYW5oZW5nU2Vy", + "dmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.KHCAKPOMGNKReflection.Descriptor, global::EggLink.DanhengServer.Proto.NLCALKLPGOGReflection.Descriptor, global::EggLink.DanhengServer.Proto.OJLEHPPJBBCReflection.Descriptor, global::EggLink.DanhengServer.Proto.OCJGNPIFOBMReflection.Descriptor, global::EggLink.DanhengServer.Proto.NIGCOPGHAMJReflection.Descriptor, global::EggLink.DanhengServer.Proto.HJKDNGIHMAAReflection.Descriptor, global::EggLink.DanhengServer.Proto.KHPHAIFNJEIReflection.Descriptor, global::EggLink.DanhengServer.Proto.NMENKIGNBCAReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.KHCAKPOMGNKReflection.Descriptor, global::EggLink.DanhengServer.Proto.NIGCOPGHAMJReflection.Descriptor, global::EggLink.DanhengServer.Proto.KHPHAIFNJEIReflection.Descriptor, global::EggLink.DanhengServer.Proto.OJLEHPPJBBCReflection.Descriptor, global::EggLink.DanhengServer.Proto.NLCALKLPGOGReflection.Descriptor, global::EggLink.DanhengServer.Proto.HJKDNGIHMAAReflection.Descriptor, global::EggLink.DanhengServer.Proto.OCJGNPIFOBMReflection.Descriptor, global::EggLink.DanhengServer.Proto.NMENKIGNBCAReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CGHKIDBJHFH), global::EggLink.DanhengServer.Proto.CGHKIDBJHFH.Parser, new[]{ "PJABKIFDNND", "NIHIFEMOKAM", "MLCGALIHAIP", "BIDDDNIPBLE", "DIJHPEHONOK", "EDHBKECGOLI", "MFHBHKIMDCA", "NPFPAJLCLNN", "IOMGDIKELIA", "GKAHDHELILD", "GNPEAMELJDJ", "CBAKIHCDENP" }, new[]{ "InfoCase" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CGHKIDBJHFH), global::EggLink.DanhengServer.Proto.CGHKIDBJHFH.Parser, new[]{ "PJABKIFDNND", "NIHIFEMOKAM", "MLCGALIHAIP", "BIDDDNIPBLE", "DIJHPEHONOK", "EDHBKECGOLI", "MFHBHKIMDCA", "NPFPAJLCLNN", "IOMGDIKELIA", "GKAHDHELILD", "GNPEAMELJDJ", "CBAKIHCDENP" }, new[]{ "NGDIOAGFPEA" }, null, null, null) })); } #endregion @@ -84,41 +84,41 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public CGHKIDBJHFH(CGHKIDBJHFH other) : this() { - switch (other.InfoCaseCase) { - case InfoCaseOneofCase.PJABKIFDNND: + switch (other.NGDIOAGFPEACase) { + case NGDIOAGFPEAOneofCase.PJABKIFDNND: PJABKIFDNND = other.PJABKIFDNND.Clone(); break; - case InfoCaseOneofCase.NIHIFEMOKAM: + case NGDIOAGFPEAOneofCase.NIHIFEMOKAM: NIHIFEMOKAM = other.NIHIFEMOKAM.Clone(); break; - case InfoCaseOneofCase.MLCGALIHAIP: + case NGDIOAGFPEAOneofCase.MLCGALIHAIP: MLCGALIHAIP = other.MLCGALIHAIP.Clone(); break; - case InfoCaseOneofCase.BIDDDNIPBLE: + case NGDIOAGFPEAOneofCase.BIDDDNIPBLE: BIDDDNIPBLE = other.BIDDDNIPBLE.Clone(); break; - case InfoCaseOneofCase.DIJHPEHONOK: + case NGDIOAGFPEAOneofCase.DIJHPEHONOK: DIJHPEHONOK = other.DIJHPEHONOK.Clone(); break; - case InfoCaseOneofCase.EDHBKECGOLI: + case NGDIOAGFPEAOneofCase.EDHBKECGOLI: EDHBKECGOLI = other.EDHBKECGOLI.Clone(); break; - case InfoCaseOneofCase.MFHBHKIMDCA: + case NGDIOAGFPEAOneofCase.MFHBHKIMDCA: MFHBHKIMDCA = other.MFHBHKIMDCA.Clone(); break; - case InfoCaseOneofCase.NPFPAJLCLNN: + case NGDIOAGFPEAOneofCase.NPFPAJLCLNN: NPFPAJLCLNN = other.NPFPAJLCLNN; break; - case InfoCaseOneofCase.IOMGDIKELIA: + case NGDIOAGFPEAOneofCase.IOMGDIKELIA: IOMGDIKELIA = other.IOMGDIKELIA; break; - case InfoCaseOneofCase.GKAHDHELILD: + case NGDIOAGFPEAOneofCase.GKAHDHELILD: GKAHDHELILD = other.GKAHDHELILD.Clone(); break; - case InfoCaseOneofCase.GNPEAMELJDJ: + case NGDIOAGFPEAOneofCase.GNPEAMELJDJ: GNPEAMELJDJ = other.GNPEAMELJDJ.Clone(); break; - case InfoCaseOneofCase.CBAKIHCDENP: + case NGDIOAGFPEAOneofCase.CBAKIHCDENP: CBAKIHCDENP = other.CBAKIHCDENP; break; } @@ -137,10 +137,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.NLCALKLPGOG PJABKIFDNND { - get { return infoCaseCase_ == InfoCaseOneofCase.PJABKIFDNND ? (global::EggLink.DanhengServer.Proto.NLCALKLPGOG) infoCase_ : null; } + get { return nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.PJABKIFDNND ? (global::EggLink.DanhengServer.Proto.NLCALKLPGOG) nGDIOAGFPEA_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.PJABKIFDNND; + nGDIOAGFPEA_ = value; + nGDIOAGFPEACase_ = value == null ? NGDIOAGFPEAOneofCase.None : NGDIOAGFPEAOneofCase.PJABKIFDNND; } } @@ -149,10 +149,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.OJLEHPPJBBC NIHIFEMOKAM { - get { return infoCaseCase_ == InfoCaseOneofCase.NIHIFEMOKAM ? (global::EggLink.DanhengServer.Proto.OJLEHPPJBBC) infoCase_ : null; } + get { return nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.NIHIFEMOKAM ? (global::EggLink.DanhengServer.Proto.OJLEHPPJBBC) nGDIOAGFPEA_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.NIHIFEMOKAM; + nGDIOAGFPEA_ = value; + nGDIOAGFPEACase_ = value == null ? NGDIOAGFPEAOneofCase.None : NGDIOAGFPEAOneofCase.NIHIFEMOKAM; } } @@ -161,10 +161,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.OJLEHPPJBBC MLCGALIHAIP { - get { return infoCaseCase_ == InfoCaseOneofCase.MLCGALIHAIP ? (global::EggLink.DanhengServer.Proto.OJLEHPPJBBC) infoCase_ : null; } + get { return nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.MLCGALIHAIP ? (global::EggLink.DanhengServer.Proto.OJLEHPPJBBC) nGDIOAGFPEA_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.MLCGALIHAIP; + nGDIOAGFPEA_ = value; + nGDIOAGFPEACase_ = value == null ? NGDIOAGFPEAOneofCase.None : NGDIOAGFPEAOneofCase.MLCGALIHAIP; } } @@ -173,10 +173,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.OCJGNPIFOBM BIDDDNIPBLE { - get { return infoCaseCase_ == InfoCaseOneofCase.BIDDDNIPBLE ? (global::EggLink.DanhengServer.Proto.OCJGNPIFOBM) infoCase_ : null; } + get { return nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.BIDDDNIPBLE ? (global::EggLink.DanhengServer.Proto.OCJGNPIFOBM) nGDIOAGFPEA_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.BIDDDNIPBLE; + nGDIOAGFPEA_ = value; + nGDIOAGFPEACase_ = value == null ? NGDIOAGFPEAOneofCase.None : NGDIOAGFPEAOneofCase.BIDDDNIPBLE; } } @@ -185,10 +185,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.NMENKIGNBCA DIJHPEHONOK { - get { return infoCaseCase_ == InfoCaseOneofCase.DIJHPEHONOK ? (global::EggLink.DanhengServer.Proto.NMENKIGNBCA) infoCase_ : null; } + get { return nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.DIJHPEHONOK ? (global::EggLink.DanhengServer.Proto.NMENKIGNBCA) nGDIOAGFPEA_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.DIJHPEHONOK; + nGDIOAGFPEA_ = value; + nGDIOAGFPEACase_ = value == null ? NGDIOAGFPEAOneofCase.None : NGDIOAGFPEAOneofCase.DIJHPEHONOK; } } @@ -197,10 +197,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.NIGCOPGHAMJ EDHBKECGOLI { - get { return infoCaseCase_ == InfoCaseOneofCase.EDHBKECGOLI ? (global::EggLink.DanhengServer.Proto.NIGCOPGHAMJ) infoCase_ : null; } + get { return nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.EDHBKECGOLI ? (global::EggLink.DanhengServer.Proto.NIGCOPGHAMJ) nGDIOAGFPEA_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.EDHBKECGOLI; + nGDIOAGFPEA_ = value; + nGDIOAGFPEACase_ = value == null ? NGDIOAGFPEAOneofCase.None : NGDIOAGFPEAOneofCase.EDHBKECGOLI; } } @@ -209,10 +209,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.HJKDNGIHMAA MFHBHKIMDCA { - get { return infoCaseCase_ == InfoCaseOneofCase.MFHBHKIMDCA ? (global::EggLink.DanhengServer.Proto.HJKDNGIHMAA) infoCase_ : null; } + get { return nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.MFHBHKIMDCA ? (global::EggLink.DanhengServer.Proto.HJKDNGIHMAA) nGDIOAGFPEA_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.MFHBHKIMDCA; + nGDIOAGFPEA_ = value; + nGDIOAGFPEACase_ = value == null ? NGDIOAGFPEAOneofCase.None : NGDIOAGFPEAOneofCase.MFHBHKIMDCA; } } @@ -221,24 +221,24 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint NPFPAJLCLNN { - get { return HasNPFPAJLCLNN ? (uint) infoCase_ : 0; } + get { return HasNPFPAJLCLNN ? (uint) nGDIOAGFPEA_ : 0; } set { - infoCase_ = value; - infoCaseCase_ = InfoCaseOneofCase.NPFPAJLCLNN; + nGDIOAGFPEA_ = value; + nGDIOAGFPEACase_ = NGDIOAGFPEAOneofCase.NPFPAJLCLNN; } } /// Gets whether the "NPFPAJLCLNN" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasNPFPAJLCLNN { - get { return infoCaseCase_ == InfoCaseOneofCase.NPFPAJLCLNN; } + get { return nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.NPFPAJLCLNN; } } /// Clears the value of the oneof if it's currently set to "NPFPAJLCLNN" [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearNPFPAJLCLNN() { if (HasNPFPAJLCLNN) { - ClearInfoCase(); + ClearNGDIOAGFPEA(); } } @@ -247,24 +247,24 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint IOMGDIKELIA { - get { return HasIOMGDIKELIA ? (uint) infoCase_ : 0; } + get { return HasIOMGDIKELIA ? (uint) nGDIOAGFPEA_ : 0; } set { - infoCase_ = value; - infoCaseCase_ = InfoCaseOneofCase.IOMGDIKELIA; + nGDIOAGFPEA_ = value; + nGDIOAGFPEACase_ = NGDIOAGFPEAOneofCase.IOMGDIKELIA; } } /// Gets whether the "IOMGDIKELIA" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasIOMGDIKELIA { - get { return infoCaseCase_ == InfoCaseOneofCase.IOMGDIKELIA; } + get { return nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.IOMGDIKELIA; } } /// Clears the value of the oneof if it's currently set to "IOMGDIKELIA" [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearIOMGDIKELIA() { if (HasIOMGDIKELIA) { - ClearInfoCase(); + ClearNGDIOAGFPEA(); } } @@ -273,10 +273,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.KHCAKPOMGNK GKAHDHELILD { - get { return infoCaseCase_ == InfoCaseOneofCase.GKAHDHELILD ? (global::EggLink.DanhengServer.Proto.KHCAKPOMGNK) infoCase_ : null; } + get { return nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.GKAHDHELILD ? (global::EggLink.DanhengServer.Proto.KHCAKPOMGNK) nGDIOAGFPEA_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.GKAHDHELILD; + nGDIOAGFPEA_ = value; + nGDIOAGFPEACase_ = value == null ? NGDIOAGFPEAOneofCase.None : NGDIOAGFPEAOneofCase.GKAHDHELILD; } } @@ -285,10 +285,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.KHPHAIFNJEI GNPEAMELJDJ { - get { return infoCaseCase_ == InfoCaseOneofCase.GNPEAMELJDJ ? (global::EggLink.DanhengServer.Proto.KHPHAIFNJEI) infoCase_ : null; } + get { return nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.GNPEAMELJDJ ? (global::EggLink.DanhengServer.Proto.KHPHAIFNJEI) nGDIOAGFPEA_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.GNPEAMELJDJ; + nGDIOAGFPEA_ = value; + nGDIOAGFPEACase_ = value == null ? NGDIOAGFPEAOneofCase.None : NGDIOAGFPEAOneofCase.GNPEAMELJDJ; } } @@ -297,30 +297,30 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint CBAKIHCDENP { - get { return HasCBAKIHCDENP ? (uint) infoCase_ : 0; } + get { return HasCBAKIHCDENP ? (uint) nGDIOAGFPEA_ : 0; } set { - infoCase_ = value; - infoCaseCase_ = InfoCaseOneofCase.CBAKIHCDENP; + nGDIOAGFPEA_ = value; + nGDIOAGFPEACase_ = NGDIOAGFPEAOneofCase.CBAKIHCDENP; } } /// Gets whether the "CBAKIHCDENP" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasCBAKIHCDENP { - get { return infoCaseCase_ == InfoCaseOneofCase.CBAKIHCDENP; } + get { return nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.CBAKIHCDENP; } } /// Clears the value of the oneof if it's currently set to "CBAKIHCDENP" [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearCBAKIHCDENP() { if (HasCBAKIHCDENP) { - ClearInfoCase(); + ClearNGDIOAGFPEA(); } } - private object infoCase_; - /// Enum of possible cases for the "info_case" oneof. - public enum InfoCaseOneofCase { + private object nGDIOAGFPEA_; + /// Enum of possible cases for the "NGDIOAGFPEA" oneof. + public enum NGDIOAGFPEAOneofCase { None = 0, PJABKIFDNND = 15, NIHIFEMOKAM = 1, @@ -335,18 +335,18 @@ namespace EggLink.DanhengServer.Proto { GNPEAMELJDJ = 34, CBAKIHCDENP = 312, } - private InfoCaseOneofCase infoCaseCase_ = InfoCaseOneofCase.None; + private NGDIOAGFPEAOneofCase nGDIOAGFPEACase_ = NGDIOAGFPEAOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public InfoCaseOneofCase InfoCaseCase { - get { return infoCaseCase_; } + public NGDIOAGFPEAOneofCase NGDIOAGFPEACase { + get { return nGDIOAGFPEACase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearInfoCase() { - infoCaseCase_ = InfoCaseOneofCase.None; - infoCase_ = null; + public void ClearNGDIOAGFPEA() { + nGDIOAGFPEACase_ = NGDIOAGFPEAOneofCase.None; + nGDIOAGFPEA_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -376,7 +376,7 @@ namespace EggLink.DanhengServer.Proto { if (!object.Equals(GKAHDHELILD, other.GKAHDHELILD)) return false; if (!object.Equals(GNPEAMELJDJ, other.GNPEAMELJDJ)) return false; if (CBAKIHCDENP != other.CBAKIHCDENP) return false; - if (InfoCaseCase != other.InfoCaseCase) return false; + if (NGDIOAGFPEACase != other.NGDIOAGFPEACase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -384,19 +384,19 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (infoCaseCase_ == InfoCaseOneofCase.PJABKIFDNND) hash ^= PJABKIFDNND.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.NIHIFEMOKAM) hash ^= NIHIFEMOKAM.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.MLCGALIHAIP) hash ^= MLCGALIHAIP.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.BIDDDNIPBLE) hash ^= BIDDDNIPBLE.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.DIJHPEHONOK) hash ^= DIJHPEHONOK.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.EDHBKECGOLI) hash ^= EDHBKECGOLI.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.MFHBHKIMDCA) hash ^= MFHBHKIMDCA.GetHashCode(); + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.PJABKIFDNND) hash ^= PJABKIFDNND.GetHashCode(); + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.NIHIFEMOKAM) hash ^= NIHIFEMOKAM.GetHashCode(); + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.MLCGALIHAIP) hash ^= MLCGALIHAIP.GetHashCode(); + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.BIDDDNIPBLE) hash ^= BIDDDNIPBLE.GetHashCode(); + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.DIJHPEHONOK) hash ^= DIJHPEHONOK.GetHashCode(); + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.EDHBKECGOLI) hash ^= EDHBKECGOLI.GetHashCode(); + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.MFHBHKIMDCA) hash ^= MFHBHKIMDCA.GetHashCode(); if (HasNPFPAJLCLNN) hash ^= NPFPAJLCLNN.GetHashCode(); if (HasIOMGDIKELIA) hash ^= IOMGDIKELIA.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.GKAHDHELILD) hash ^= GKAHDHELILD.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.GNPEAMELJDJ) hash ^= GNPEAMELJDJ.GetHashCode(); + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.GKAHDHELILD) hash ^= GKAHDHELILD.GetHashCode(); + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.GNPEAMELJDJ) hash ^= GNPEAMELJDJ.GetHashCode(); if (HasCBAKIHCDENP) hash ^= CBAKIHCDENP.GetHashCode(); - hash ^= (int) infoCaseCase_; + hash ^= (int) nGDIOAGFPEACase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -415,27 +415,27 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (infoCaseCase_ == InfoCaseOneofCase.NIHIFEMOKAM) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.NIHIFEMOKAM) { output.WriteRawTag(10); output.WriteMessage(NIHIFEMOKAM); } - if (infoCaseCase_ == InfoCaseOneofCase.EDHBKECGOLI) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.EDHBKECGOLI) { output.WriteRawTag(34); output.WriteMessage(EDHBKECGOLI); } - if (infoCaseCase_ == InfoCaseOneofCase.MLCGALIHAIP) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.MLCGALIHAIP) { output.WriteRawTag(58); output.WriteMessage(MLCGALIHAIP); } - if (infoCaseCase_ == InfoCaseOneofCase.DIJHPEHONOK) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.DIJHPEHONOK) { output.WriteRawTag(90); output.WriteMessage(DIJHPEHONOK); } - if (infoCaseCase_ == InfoCaseOneofCase.BIDDDNIPBLE) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.BIDDDNIPBLE) { output.WriteRawTag(98); output.WriteMessage(BIDDDNIPBLE); } - if (infoCaseCase_ == InfoCaseOneofCase.MFHBHKIMDCA) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.MFHBHKIMDCA) { output.WriteRawTag(106); output.WriteMessage(MFHBHKIMDCA); } @@ -443,11 +443,11 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(112); output.WriteUInt32(NPFPAJLCLNN); } - if (infoCaseCase_ == InfoCaseOneofCase.PJABKIFDNND) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.PJABKIFDNND) { output.WriteRawTag(122); output.WriteMessage(PJABKIFDNND); } - if (infoCaseCase_ == InfoCaseOneofCase.GNPEAMELJDJ) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.GNPEAMELJDJ) { output.WriteRawTag(146, 2); output.WriteMessage(GNPEAMELJDJ); } @@ -455,7 +455,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(192, 19); output.WriteUInt32(CBAKIHCDENP); } - if (infoCaseCase_ == InfoCaseOneofCase.GKAHDHELILD) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.GKAHDHELILD) { output.WriteRawTag(202, 56); output.WriteMessage(GKAHDHELILD); } @@ -473,27 +473,27 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (infoCaseCase_ == InfoCaseOneofCase.NIHIFEMOKAM) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.NIHIFEMOKAM) { output.WriteRawTag(10); output.WriteMessage(NIHIFEMOKAM); } - if (infoCaseCase_ == InfoCaseOneofCase.EDHBKECGOLI) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.EDHBKECGOLI) { output.WriteRawTag(34); output.WriteMessage(EDHBKECGOLI); } - if (infoCaseCase_ == InfoCaseOneofCase.MLCGALIHAIP) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.MLCGALIHAIP) { output.WriteRawTag(58); output.WriteMessage(MLCGALIHAIP); } - if (infoCaseCase_ == InfoCaseOneofCase.DIJHPEHONOK) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.DIJHPEHONOK) { output.WriteRawTag(90); output.WriteMessage(DIJHPEHONOK); } - if (infoCaseCase_ == InfoCaseOneofCase.BIDDDNIPBLE) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.BIDDDNIPBLE) { output.WriteRawTag(98); output.WriteMessage(BIDDDNIPBLE); } - if (infoCaseCase_ == InfoCaseOneofCase.MFHBHKIMDCA) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.MFHBHKIMDCA) { output.WriteRawTag(106); output.WriteMessage(MFHBHKIMDCA); } @@ -501,11 +501,11 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(112); output.WriteUInt32(NPFPAJLCLNN); } - if (infoCaseCase_ == InfoCaseOneofCase.PJABKIFDNND) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.PJABKIFDNND) { output.WriteRawTag(122); output.WriteMessage(PJABKIFDNND); } - if (infoCaseCase_ == InfoCaseOneofCase.GNPEAMELJDJ) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.GNPEAMELJDJ) { output.WriteRawTag(146, 2); output.WriteMessage(GNPEAMELJDJ); } @@ -513,7 +513,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(192, 19); output.WriteUInt32(CBAKIHCDENP); } - if (infoCaseCase_ == InfoCaseOneofCase.GKAHDHELILD) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.GKAHDHELILD) { output.WriteRawTag(202, 56); output.WriteMessage(GKAHDHELILD); } @@ -531,25 +531,25 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (infoCaseCase_ == InfoCaseOneofCase.PJABKIFDNND) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.PJABKIFDNND) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(PJABKIFDNND); } - if (infoCaseCase_ == InfoCaseOneofCase.NIHIFEMOKAM) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.NIHIFEMOKAM) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(NIHIFEMOKAM); } - if (infoCaseCase_ == InfoCaseOneofCase.MLCGALIHAIP) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.MLCGALIHAIP) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(MLCGALIHAIP); } - if (infoCaseCase_ == InfoCaseOneofCase.BIDDDNIPBLE) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.BIDDDNIPBLE) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(BIDDDNIPBLE); } - if (infoCaseCase_ == InfoCaseOneofCase.DIJHPEHONOK) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.DIJHPEHONOK) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(DIJHPEHONOK); } - if (infoCaseCase_ == InfoCaseOneofCase.EDHBKECGOLI) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.EDHBKECGOLI) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(EDHBKECGOLI); } - if (infoCaseCase_ == InfoCaseOneofCase.MFHBHKIMDCA) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.MFHBHKIMDCA) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(MFHBHKIMDCA); } if (HasNPFPAJLCLNN) { @@ -558,10 +558,10 @@ namespace EggLink.DanhengServer.Proto { if (HasIOMGDIKELIA) { size += 2 + pb::CodedOutputStream.ComputeUInt32Size(IOMGDIKELIA); } - if (infoCaseCase_ == InfoCaseOneofCase.GKAHDHELILD) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.GKAHDHELILD) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(GKAHDHELILD); } - if (infoCaseCase_ == InfoCaseOneofCase.GNPEAMELJDJ) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.GNPEAMELJDJ) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(GNPEAMELJDJ); } if (HasCBAKIHCDENP) { @@ -579,68 +579,68 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - switch (other.InfoCaseCase) { - case InfoCaseOneofCase.PJABKIFDNND: + switch (other.NGDIOAGFPEACase) { + case NGDIOAGFPEAOneofCase.PJABKIFDNND: if (PJABKIFDNND == null) { PJABKIFDNND = new global::EggLink.DanhengServer.Proto.NLCALKLPGOG(); } PJABKIFDNND.MergeFrom(other.PJABKIFDNND); break; - case InfoCaseOneofCase.NIHIFEMOKAM: + case NGDIOAGFPEAOneofCase.NIHIFEMOKAM: if (NIHIFEMOKAM == null) { NIHIFEMOKAM = new global::EggLink.DanhengServer.Proto.OJLEHPPJBBC(); } NIHIFEMOKAM.MergeFrom(other.NIHIFEMOKAM); break; - case InfoCaseOneofCase.MLCGALIHAIP: + case NGDIOAGFPEAOneofCase.MLCGALIHAIP: if (MLCGALIHAIP == null) { MLCGALIHAIP = new global::EggLink.DanhengServer.Proto.OJLEHPPJBBC(); } MLCGALIHAIP.MergeFrom(other.MLCGALIHAIP); break; - case InfoCaseOneofCase.BIDDDNIPBLE: + case NGDIOAGFPEAOneofCase.BIDDDNIPBLE: if (BIDDDNIPBLE == null) { BIDDDNIPBLE = new global::EggLink.DanhengServer.Proto.OCJGNPIFOBM(); } BIDDDNIPBLE.MergeFrom(other.BIDDDNIPBLE); break; - case InfoCaseOneofCase.DIJHPEHONOK: + case NGDIOAGFPEAOneofCase.DIJHPEHONOK: if (DIJHPEHONOK == null) { DIJHPEHONOK = new global::EggLink.DanhengServer.Proto.NMENKIGNBCA(); } DIJHPEHONOK.MergeFrom(other.DIJHPEHONOK); break; - case InfoCaseOneofCase.EDHBKECGOLI: + case NGDIOAGFPEAOneofCase.EDHBKECGOLI: if (EDHBKECGOLI == null) { EDHBKECGOLI = new global::EggLink.DanhengServer.Proto.NIGCOPGHAMJ(); } EDHBKECGOLI.MergeFrom(other.EDHBKECGOLI); break; - case InfoCaseOneofCase.MFHBHKIMDCA: + case NGDIOAGFPEAOneofCase.MFHBHKIMDCA: if (MFHBHKIMDCA == null) { MFHBHKIMDCA = new global::EggLink.DanhengServer.Proto.HJKDNGIHMAA(); } MFHBHKIMDCA.MergeFrom(other.MFHBHKIMDCA); break; - case InfoCaseOneofCase.NPFPAJLCLNN: + case NGDIOAGFPEAOneofCase.NPFPAJLCLNN: NPFPAJLCLNN = other.NPFPAJLCLNN; break; - case InfoCaseOneofCase.IOMGDIKELIA: + case NGDIOAGFPEAOneofCase.IOMGDIKELIA: IOMGDIKELIA = other.IOMGDIKELIA; break; - case InfoCaseOneofCase.GKAHDHELILD: + case NGDIOAGFPEAOneofCase.GKAHDHELILD: if (GKAHDHELILD == null) { GKAHDHELILD = new global::EggLink.DanhengServer.Proto.KHCAKPOMGNK(); } GKAHDHELILD.MergeFrom(other.GKAHDHELILD); break; - case InfoCaseOneofCase.GNPEAMELJDJ: + case NGDIOAGFPEAOneofCase.GNPEAMELJDJ: if (GNPEAMELJDJ == null) { GNPEAMELJDJ = new global::EggLink.DanhengServer.Proto.KHPHAIFNJEI(); } GNPEAMELJDJ.MergeFrom(other.GNPEAMELJDJ); break; - case InfoCaseOneofCase.CBAKIHCDENP: + case NGDIOAGFPEAOneofCase.CBAKIHCDENP: CBAKIHCDENP = other.CBAKIHCDENP; break; } @@ -662,7 +662,7 @@ namespace EggLink.DanhengServer.Proto { break; case 10: { global::EggLink.DanhengServer.Proto.OJLEHPPJBBC subBuilder = new global::EggLink.DanhengServer.Proto.OJLEHPPJBBC(); - if (infoCaseCase_ == InfoCaseOneofCase.NIHIFEMOKAM) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.NIHIFEMOKAM) { subBuilder.MergeFrom(NIHIFEMOKAM); } input.ReadMessage(subBuilder); @@ -671,7 +671,7 @@ namespace EggLink.DanhengServer.Proto { } case 34: { global::EggLink.DanhengServer.Proto.NIGCOPGHAMJ subBuilder = new global::EggLink.DanhengServer.Proto.NIGCOPGHAMJ(); - if (infoCaseCase_ == InfoCaseOneofCase.EDHBKECGOLI) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.EDHBKECGOLI) { subBuilder.MergeFrom(EDHBKECGOLI); } input.ReadMessage(subBuilder); @@ -680,7 +680,7 @@ namespace EggLink.DanhengServer.Proto { } case 58: { global::EggLink.DanhengServer.Proto.OJLEHPPJBBC subBuilder = new global::EggLink.DanhengServer.Proto.OJLEHPPJBBC(); - if (infoCaseCase_ == InfoCaseOneofCase.MLCGALIHAIP) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.MLCGALIHAIP) { subBuilder.MergeFrom(MLCGALIHAIP); } input.ReadMessage(subBuilder); @@ -689,7 +689,7 @@ namespace EggLink.DanhengServer.Proto { } case 90: { global::EggLink.DanhengServer.Proto.NMENKIGNBCA subBuilder = new global::EggLink.DanhengServer.Proto.NMENKIGNBCA(); - if (infoCaseCase_ == InfoCaseOneofCase.DIJHPEHONOK) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.DIJHPEHONOK) { subBuilder.MergeFrom(DIJHPEHONOK); } input.ReadMessage(subBuilder); @@ -698,7 +698,7 @@ namespace EggLink.DanhengServer.Proto { } case 98: { global::EggLink.DanhengServer.Proto.OCJGNPIFOBM subBuilder = new global::EggLink.DanhengServer.Proto.OCJGNPIFOBM(); - if (infoCaseCase_ == InfoCaseOneofCase.BIDDDNIPBLE) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.BIDDDNIPBLE) { subBuilder.MergeFrom(BIDDDNIPBLE); } input.ReadMessage(subBuilder); @@ -707,7 +707,7 @@ namespace EggLink.DanhengServer.Proto { } case 106: { global::EggLink.DanhengServer.Proto.HJKDNGIHMAA subBuilder = new global::EggLink.DanhengServer.Proto.HJKDNGIHMAA(); - if (infoCaseCase_ == InfoCaseOneofCase.MFHBHKIMDCA) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.MFHBHKIMDCA) { subBuilder.MergeFrom(MFHBHKIMDCA); } input.ReadMessage(subBuilder); @@ -720,7 +720,7 @@ namespace EggLink.DanhengServer.Proto { } case 122: { global::EggLink.DanhengServer.Proto.NLCALKLPGOG subBuilder = new global::EggLink.DanhengServer.Proto.NLCALKLPGOG(); - if (infoCaseCase_ == InfoCaseOneofCase.PJABKIFDNND) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.PJABKIFDNND) { subBuilder.MergeFrom(PJABKIFDNND); } input.ReadMessage(subBuilder); @@ -729,7 +729,7 @@ namespace EggLink.DanhengServer.Proto { } case 274: { global::EggLink.DanhengServer.Proto.KHPHAIFNJEI subBuilder = new global::EggLink.DanhengServer.Proto.KHPHAIFNJEI(); - if (infoCaseCase_ == InfoCaseOneofCase.GNPEAMELJDJ) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.GNPEAMELJDJ) { subBuilder.MergeFrom(GNPEAMELJDJ); } input.ReadMessage(subBuilder); @@ -742,7 +742,7 @@ namespace EggLink.DanhengServer.Proto { } case 7242: { global::EggLink.DanhengServer.Proto.KHCAKPOMGNK subBuilder = new global::EggLink.DanhengServer.Proto.KHCAKPOMGNK(); - if (infoCaseCase_ == InfoCaseOneofCase.GKAHDHELILD) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.GKAHDHELILD) { subBuilder.MergeFrom(GKAHDHELILD); } input.ReadMessage(subBuilder); @@ -770,7 +770,7 @@ namespace EggLink.DanhengServer.Proto { break; case 10: { global::EggLink.DanhengServer.Proto.OJLEHPPJBBC subBuilder = new global::EggLink.DanhengServer.Proto.OJLEHPPJBBC(); - if (infoCaseCase_ == InfoCaseOneofCase.NIHIFEMOKAM) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.NIHIFEMOKAM) { subBuilder.MergeFrom(NIHIFEMOKAM); } input.ReadMessage(subBuilder); @@ -779,7 +779,7 @@ namespace EggLink.DanhengServer.Proto { } case 34: { global::EggLink.DanhengServer.Proto.NIGCOPGHAMJ subBuilder = new global::EggLink.DanhengServer.Proto.NIGCOPGHAMJ(); - if (infoCaseCase_ == InfoCaseOneofCase.EDHBKECGOLI) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.EDHBKECGOLI) { subBuilder.MergeFrom(EDHBKECGOLI); } input.ReadMessage(subBuilder); @@ -788,7 +788,7 @@ namespace EggLink.DanhengServer.Proto { } case 58: { global::EggLink.DanhengServer.Proto.OJLEHPPJBBC subBuilder = new global::EggLink.DanhengServer.Proto.OJLEHPPJBBC(); - if (infoCaseCase_ == InfoCaseOneofCase.MLCGALIHAIP) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.MLCGALIHAIP) { subBuilder.MergeFrom(MLCGALIHAIP); } input.ReadMessage(subBuilder); @@ -797,7 +797,7 @@ namespace EggLink.DanhengServer.Proto { } case 90: { global::EggLink.DanhengServer.Proto.NMENKIGNBCA subBuilder = new global::EggLink.DanhengServer.Proto.NMENKIGNBCA(); - if (infoCaseCase_ == InfoCaseOneofCase.DIJHPEHONOK) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.DIJHPEHONOK) { subBuilder.MergeFrom(DIJHPEHONOK); } input.ReadMessage(subBuilder); @@ -806,7 +806,7 @@ namespace EggLink.DanhengServer.Proto { } case 98: { global::EggLink.DanhengServer.Proto.OCJGNPIFOBM subBuilder = new global::EggLink.DanhengServer.Proto.OCJGNPIFOBM(); - if (infoCaseCase_ == InfoCaseOneofCase.BIDDDNIPBLE) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.BIDDDNIPBLE) { subBuilder.MergeFrom(BIDDDNIPBLE); } input.ReadMessage(subBuilder); @@ -815,7 +815,7 @@ namespace EggLink.DanhengServer.Proto { } case 106: { global::EggLink.DanhengServer.Proto.HJKDNGIHMAA subBuilder = new global::EggLink.DanhengServer.Proto.HJKDNGIHMAA(); - if (infoCaseCase_ == InfoCaseOneofCase.MFHBHKIMDCA) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.MFHBHKIMDCA) { subBuilder.MergeFrom(MFHBHKIMDCA); } input.ReadMessage(subBuilder); @@ -828,7 +828,7 @@ namespace EggLink.DanhengServer.Proto { } case 122: { global::EggLink.DanhengServer.Proto.NLCALKLPGOG subBuilder = new global::EggLink.DanhengServer.Proto.NLCALKLPGOG(); - if (infoCaseCase_ == InfoCaseOneofCase.PJABKIFDNND) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.PJABKIFDNND) { subBuilder.MergeFrom(PJABKIFDNND); } input.ReadMessage(subBuilder); @@ -837,7 +837,7 @@ namespace EggLink.DanhengServer.Proto { } case 274: { global::EggLink.DanhengServer.Proto.KHPHAIFNJEI subBuilder = new global::EggLink.DanhengServer.Proto.KHPHAIFNJEI(); - if (infoCaseCase_ == InfoCaseOneofCase.GNPEAMELJDJ) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.GNPEAMELJDJ) { subBuilder.MergeFrom(GNPEAMELJDJ); } input.ReadMessage(subBuilder); @@ -850,7 +850,7 @@ namespace EggLink.DanhengServer.Proto { } case 7242: { global::EggLink.DanhengServer.Proto.KHCAKPOMGNK subBuilder = new global::EggLink.DanhengServer.Proto.KHCAKPOMGNK(); - if (infoCaseCase_ == InfoCaseOneofCase.GKAHDHELILD) { + if (nGDIOAGFPEACase_ == NGDIOAGFPEAOneofCase.GKAHDHELILD) { subBuilder.MergeFrom(GKAHDHELILD); } input.ReadMessage(subBuilder); diff --git a/Proto/CGOJKBOEOFO.cs b/Proto/CGOJKBOEOFO.cs index bcf8a6fc..110e0fe5 100644 --- a/Proto/CGOJKBOEOFO.cs +++ b/Proto/CGOJKBOEOFO.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static CGOJKBOEOFOReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFDR09KS0JPRU9GTy5wcm90bxoRTkVJSExER0VCSEUucHJvdG8aEUJGQUFF", - "RkNFSlBBLnByb3RvGhFJSUtOR05IRE1GSS5wcm90byKLAQoLQ0dPSktCT0VP", + "ChFDR09KS0JPRU9GTy5wcm90bxoRTkVJSExER0VCSEUucHJvdG8aEUlJS05H", + "TkhETUZJLnByb3RvGhFCRkFBRUZDRUpQQS5wcm90byKLAQoLQ0dPSktCT0VP", "Rk8SEwoLSkNESkNBTkVISkQYCyADKA0SIQoLREhIQVBITk1FREYYASADKAsy", "DC5ORUlITERHRUJIRRIhCgtHTU9GS0xCRkFQTBgNIAMoCzIMLkJGQUFFRkNF", "SlBBEiEKC0NBQkNHS05HQU9DGA4gASgLMgwuSUlLTkdOSERNRklCHqoCG0Vn", "Z0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.NEIHLDGEBHEReflection.Descriptor, global::EggLink.DanhengServer.Proto.BFAAEFCEJPAReflection.Descriptor, global::EggLink.DanhengServer.Proto.IIKNGNHDMFIReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.NEIHLDGEBHEReflection.Descriptor, global::EggLink.DanhengServer.Proto.IIKNGNHDMFIReflection.Descriptor, global::EggLink.DanhengServer.Proto.BFAAEFCEJPAReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CGOJKBOEOFO), global::EggLink.DanhengServer.Proto.CGOJKBOEOFO.Parser, new[]{ "JCDJCANEHJD", "DHHAPHNMEDF", "GMOFKLBFAPL", "CABCGKNGAOC" }, null, null, null, null) })); diff --git a/Proto/CHKIICNAPHA.cs b/Proto/CHKIICNAPHA.cs index f8d46fa3..dfab5449 100644 --- a/Proto/CHKIICNAPHA.cs +++ b/Proto/CHKIICNAPHA.cs @@ -26,17 +26,17 @@ namespace EggLink.DanhengServer.Proto { string.Concat( "ChFDSEtJSUNOQVBIQS5wcm90bxoZQ2hhbGxlbmdlU3RhdGlzdGljcy5wcm90", "bxoeQ2hhbGxlbmdlU3RvcnlTdGF0aXN0aWNzLnByb3RvGh1DaGFsbGVuZ2VC", - "b3NzU3RhdGlzdGljcy5wcm90byLqAQoLQ0hLSUlDTkFQSEESMgoRY2hhbGxl", - "bmdlX2RlZmF1bHQYzQwgASgLMhQuQ2hhbGxlbmdlU3RhdGlzdGljc0gAEjUK", - "D2NoYWxsZW5nZV9zdG9yeRieCSABKAsyGS5DaGFsbGVuZ2VTdG9yeVN0YXRp", - "c3RpY3NIABIzCg5jaGFsbGVuZ2VfYm9zcxiwBSABKAsyGC5DaGFsbGVuZ2VC", - "b3NzU3RhdGlzdGljc0gAEhAKCGdyb3VwX2lkGA4gASgNEhMKC0tIQ05BSk9L", - "SkhKGAQgASgNQhQKEmNoYWxsZW5nZV9zdHRfY2FzZUIeqgIbRWdnTGluay5E", - "YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "b3NzU3RhdGlzdGljcy5wcm90byLjAQoLQ0hLSUlDTkFQSEESEAoIZ3JvdXBf", + "aWQYDiABKA0SEwoLS0hDTkFKT0tKSEoYBCABKA0SMgoRY2hhbGxlbmdlX2Rl", + "ZmF1bHQYzQwgASgLMhQuQ2hhbGxlbmdlU3RhdGlzdGljc0gAEjUKD2NoYWxs", + "ZW5nZV9zdG9yeRieCSABKAsyGS5DaGFsbGVuZ2VTdG9yeVN0YXRpc3RpY3NI", + "ABIzCg5jaGFsbGVuZ2VfYm9zcxiwBSABKAsyGC5DaGFsbGVuZ2VCb3NzU3Rh", + "dGlzdGljc0gAQg0KC0lIQUdHSUxEQU5MQh6qAhtFZ2dMaW5rLkRhbmhlbmdT", + "ZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChallengeStatisticsReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengeStoryStatisticsReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengeBossStatisticsReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CHKIICNAPHA), global::EggLink.DanhengServer.Proto.CHKIICNAPHA.Parser, new[]{ "ChallengeDefault", "ChallengeStory", "ChallengeBoss", "GroupId", "KHCNAJOKJHJ" }, new[]{ "ChallengeSttCase" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CHKIICNAPHA), global::EggLink.DanhengServer.Proto.CHKIICNAPHA.Parser, new[]{ "GroupId", "KHCNAJOKJHJ", "ChallengeDefault", "ChallengeStory", "ChallengeBoss" }, new[]{ "IHAGGILDANL" }, null, null, null) })); } #endregion @@ -80,14 +80,14 @@ namespace EggLink.DanhengServer.Proto { public CHKIICNAPHA(CHKIICNAPHA other) : this() { groupId_ = other.groupId_; kHCNAJOKJHJ_ = other.kHCNAJOKJHJ_; - switch (other.ChallengeSttCaseCase) { - case ChallengeSttCaseOneofCase.ChallengeDefault: + switch (other.IHAGGILDANLCase) { + case IHAGGILDANLOneofCase.ChallengeDefault: ChallengeDefault = other.ChallengeDefault.Clone(); break; - case ChallengeSttCaseOneofCase.ChallengeStory: + case IHAGGILDANLOneofCase.ChallengeStory: ChallengeStory = other.ChallengeStory.Clone(); break; - case ChallengeSttCaseOneofCase.ChallengeBoss: + case IHAGGILDANLOneofCase.ChallengeBoss: ChallengeBoss = other.ChallengeBoss.Clone(); break; } @@ -101,42 +101,6 @@ namespace EggLink.DanhengServer.Proto { return new CHKIICNAPHA(this); } - /// Field number for the "challenge_default" field. - public const int ChallengeDefaultFieldNumber = 1613; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.ChallengeStatistics ChallengeDefault { - get { return challengeSttCaseCase_ == ChallengeSttCaseOneofCase.ChallengeDefault ? (global::EggLink.DanhengServer.Proto.ChallengeStatistics) challengeSttCase_ : null; } - set { - challengeSttCase_ = value; - challengeSttCaseCase_ = value == null ? ChallengeSttCaseOneofCase.None : ChallengeSttCaseOneofCase.ChallengeDefault; - } - } - - /// Field number for the "challenge_story" field. - public const int ChallengeStoryFieldNumber = 1182; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.ChallengeStoryStatistics ChallengeStory { - get { return challengeSttCaseCase_ == ChallengeSttCaseOneofCase.ChallengeStory ? (global::EggLink.DanhengServer.Proto.ChallengeStoryStatistics) challengeSttCase_ : null; } - set { - challengeSttCase_ = value; - challengeSttCaseCase_ = value == null ? ChallengeSttCaseOneofCase.None : ChallengeSttCaseOneofCase.ChallengeStory; - } - } - - /// Field number for the "challenge_boss" field. - public const int ChallengeBossFieldNumber = 688; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.ChallengeBossStatistics ChallengeBoss { - get { return challengeSttCaseCase_ == ChallengeSttCaseOneofCase.ChallengeBoss ? (global::EggLink.DanhengServer.Proto.ChallengeBossStatistics) challengeSttCase_ : null; } - set { - challengeSttCase_ = value; - challengeSttCaseCase_ = value == null ? ChallengeSttCaseOneofCase.None : ChallengeSttCaseOneofCase.ChallengeBoss; - } - } - /// Field number for the "group_id" field. public const int GroupIdFieldNumber = 14; private uint groupId_; @@ -161,26 +125,62 @@ namespace EggLink.DanhengServer.Proto { } } - private object challengeSttCase_; - /// Enum of possible cases for the "challenge_stt_case" oneof. - public enum ChallengeSttCaseOneofCase { + /// Field number for the "challenge_default" field. + public const int ChallengeDefaultFieldNumber = 1613; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.ChallengeStatistics ChallengeDefault { + get { return iHAGGILDANLCase_ == IHAGGILDANLOneofCase.ChallengeDefault ? (global::EggLink.DanhengServer.Proto.ChallengeStatistics) iHAGGILDANL_ : null; } + set { + iHAGGILDANL_ = value; + iHAGGILDANLCase_ = value == null ? IHAGGILDANLOneofCase.None : IHAGGILDANLOneofCase.ChallengeDefault; + } + } + + /// Field number for the "challenge_story" field. + public const int ChallengeStoryFieldNumber = 1182; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.ChallengeStoryStatistics ChallengeStory { + get { return iHAGGILDANLCase_ == IHAGGILDANLOneofCase.ChallengeStory ? (global::EggLink.DanhengServer.Proto.ChallengeStoryStatistics) iHAGGILDANL_ : null; } + set { + iHAGGILDANL_ = value; + iHAGGILDANLCase_ = value == null ? IHAGGILDANLOneofCase.None : IHAGGILDANLOneofCase.ChallengeStory; + } + } + + /// Field number for the "challenge_boss" field. + public const int ChallengeBossFieldNumber = 688; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.ChallengeBossStatistics ChallengeBoss { + get { return iHAGGILDANLCase_ == IHAGGILDANLOneofCase.ChallengeBoss ? (global::EggLink.DanhengServer.Proto.ChallengeBossStatistics) iHAGGILDANL_ : null; } + set { + iHAGGILDANL_ = value; + iHAGGILDANLCase_ = value == null ? IHAGGILDANLOneofCase.None : IHAGGILDANLOneofCase.ChallengeBoss; + } + } + + private object iHAGGILDANL_; + /// Enum of possible cases for the "IHAGGILDANL" oneof. + public enum IHAGGILDANLOneofCase { None = 0, ChallengeDefault = 1613, ChallengeStory = 1182, ChallengeBoss = 688, } - private ChallengeSttCaseOneofCase challengeSttCaseCase_ = ChallengeSttCaseOneofCase.None; + private IHAGGILDANLOneofCase iHAGGILDANLCase_ = IHAGGILDANLOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ChallengeSttCaseOneofCase ChallengeSttCaseCase { - get { return challengeSttCaseCase_; } + public IHAGGILDANLOneofCase IHAGGILDANLCase { + get { return iHAGGILDANLCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearChallengeSttCase() { - challengeSttCaseCase_ = ChallengeSttCaseOneofCase.None; - challengeSttCase_ = null; + public void ClearIHAGGILDANL() { + iHAGGILDANLCase_ = IHAGGILDANLOneofCase.None; + iHAGGILDANL_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -198,12 +198,12 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } + if (GroupId != other.GroupId) return false; + if (KHCNAJOKJHJ != other.KHCNAJOKJHJ) return false; if (!object.Equals(ChallengeDefault, other.ChallengeDefault)) return false; if (!object.Equals(ChallengeStory, other.ChallengeStory)) return false; if (!object.Equals(ChallengeBoss, other.ChallengeBoss)) return false; - if (GroupId != other.GroupId) return false; - if (KHCNAJOKJHJ != other.KHCNAJOKJHJ) return false; - if (ChallengeSttCaseCase != other.ChallengeSttCaseCase) return false; + if (IHAGGILDANLCase != other.IHAGGILDANLCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -211,12 +211,12 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (challengeSttCaseCase_ == ChallengeSttCaseOneofCase.ChallengeDefault) hash ^= ChallengeDefault.GetHashCode(); - if (challengeSttCaseCase_ == ChallengeSttCaseOneofCase.ChallengeStory) hash ^= ChallengeStory.GetHashCode(); - if (challengeSttCaseCase_ == ChallengeSttCaseOneofCase.ChallengeBoss) hash ^= ChallengeBoss.GetHashCode(); if (GroupId != 0) hash ^= GroupId.GetHashCode(); if (KHCNAJOKJHJ != 0) hash ^= KHCNAJOKJHJ.GetHashCode(); - hash ^= (int) challengeSttCaseCase_; + if (iHAGGILDANLCase_ == IHAGGILDANLOneofCase.ChallengeDefault) hash ^= ChallengeDefault.GetHashCode(); + if (iHAGGILDANLCase_ == IHAGGILDANLOneofCase.ChallengeStory) hash ^= ChallengeStory.GetHashCode(); + if (iHAGGILDANLCase_ == IHAGGILDANLOneofCase.ChallengeBoss) hash ^= ChallengeBoss.GetHashCode(); + hash ^= (int) iHAGGILDANLCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -243,15 +243,15 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(112); output.WriteUInt32(GroupId); } - if (challengeSttCaseCase_ == ChallengeSttCaseOneofCase.ChallengeBoss) { + if (iHAGGILDANLCase_ == IHAGGILDANLOneofCase.ChallengeBoss) { output.WriteRawTag(130, 43); output.WriteMessage(ChallengeBoss); } - if (challengeSttCaseCase_ == ChallengeSttCaseOneofCase.ChallengeStory) { + if (iHAGGILDANLCase_ == IHAGGILDANLOneofCase.ChallengeStory) { output.WriteRawTag(242, 73); output.WriteMessage(ChallengeStory); } - if (challengeSttCaseCase_ == ChallengeSttCaseOneofCase.ChallengeDefault) { + if (iHAGGILDANLCase_ == IHAGGILDANLOneofCase.ChallengeDefault) { output.WriteRawTag(234, 100); output.WriteMessage(ChallengeDefault); } @@ -273,15 +273,15 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(112); output.WriteUInt32(GroupId); } - if (challengeSttCaseCase_ == ChallengeSttCaseOneofCase.ChallengeBoss) { + if (iHAGGILDANLCase_ == IHAGGILDANLOneofCase.ChallengeBoss) { output.WriteRawTag(130, 43); output.WriteMessage(ChallengeBoss); } - if (challengeSttCaseCase_ == ChallengeSttCaseOneofCase.ChallengeStory) { + if (iHAGGILDANLCase_ == IHAGGILDANLOneofCase.ChallengeStory) { output.WriteRawTag(242, 73); output.WriteMessage(ChallengeStory); } - if (challengeSttCaseCase_ == ChallengeSttCaseOneofCase.ChallengeDefault) { + if (iHAGGILDANLCase_ == IHAGGILDANLOneofCase.ChallengeDefault) { output.WriteRawTag(234, 100); output.WriteMessage(ChallengeDefault); } @@ -295,21 +295,21 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (challengeSttCaseCase_ == ChallengeSttCaseOneofCase.ChallengeDefault) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(ChallengeDefault); - } - if (challengeSttCaseCase_ == ChallengeSttCaseOneofCase.ChallengeStory) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(ChallengeStory); - } - if (challengeSttCaseCase_ == ChallengeSttCaseOneofCase.ChallengeBoss) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(ChallengeBoss); - } if (GroupId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GroupId); } if (KHCNAJOKJHJ != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KHCNAJOKJHJ); } + if (iHAGGILDANLCase_ == IHAGGILDANLOneofCase.ChallengeDefault) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(ChallengeDefault); + } + if (iHAGGILDANLCase_ == IHAGGILDANLOneofCase.ChallengeStory) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(ChallengeStory); + } + if (iHAGGILDANLCase_ == IHAGGILDANLOneofCase.ChallengeBoss) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(ChallengeBoss); + } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -328,20 +328,20 @@ namespace EggLink.DanhengServer.Proto { if (other.KHCNAJOKJHJ != 0) { KHCNAJOKJHJ = other.KHCNAJOKJHJ; } - switch (other.ChallengeSttCaseCase) { - case ChallengeSttCaseOneofCase.ChallengeDefault: + switch (other.IHAGGILDANLCase) { + case IHAGGILDANLOneofCase.ChallengeDefault: if (ChallengeDefault == null) { ChallengeDefault = new global::EggLink.DanhengServer.Proto.ChallengeStatistics(); } ChallengeDefault.MergeFrom(other.ChallengeDefault); break; - case ChallengeSttCaseOneofCase.ChallengeStory: + case IHAGGILDANLOneofCase.ChallengeStory: if (ChallengeStory == null) { ChallengeStory = new global::EggLink.DanhengServer.Proto.ChallengeStoryStatistics(); } ChallengeStory.MergeFrom(other.ChallengeStory); break; - case ChallengeSttCaseOneofCase.ChallengeBoss: + case IHAGGILDANLOneofCase.ChallengeBoss: if (ChallengeBoss == null) { ChallengeBoss = new global::EggLink.DanhengServer.Proto.ChallengeBossStatistics(); } @@ -374,7 +374,7 @@ namespace EggLink.DanhengServer.Proto { } case 5506: { global::EggLink.DanhengServer.Proto.ChallengeBossStatistics subBuilder = new global::EggLink.DanhengServer.Proto.ChallengeBossStatistics(); - if (challengeSttCaseCase_ == ChallengeSttCaseOneofCase.ChallengeBoss) { + if (iHAGGILDANLCase_ == IHAGGILDANLOneofCase.ChallengeBoss) { subBuilder.MergeFrom(ChallengeBoss); } input.ReadMessage(subBuilder); @@ -383,7 +383,7 @@ namespace EggLink.DanhengServer.Proto { } case 9458: { global::EggLink.DanhengServer.Proto.ChallengeStoryStatistics subBuilder = new global::EggLink.DanhengServer.Proto.ChallengeStoryStatistics(); - if (challengeSttCaseCase_ == ChallengeSttCaseOneofCase.ChallengeStory) { + if (iHAGGILDANLCase_ == IHAGGILDANLOneofCase.ChallengeStory) { subBuilder.MergeFrom(ChallengeStory); } input.ReadMessage(subBuilder); @@ -392,7 +392,7 @@ namespace EggLink.DanhengServer.Proto { } case 12906: { global::EggLink.DanhengServer.Proto.ChallengeStatistics subBuilder = new global::EggLink.DanhengServer.Proto.ChallengeStatistics(); - if (challengeSttCaseCase_ == ChallengeSttCaseOneofCase.ChallengeDefault) { + if (iHAGGILDANLCase_ == IHAGGILDANLOneofCase.ChallengeDefault) { subBuilder.MergeFrom(ChallengeDefault); } input.ReadMessage(subBuilder); @@ -424,7 +424,7 @@ namespace EggLink.DanhengServer.Proto { } case 5506: { global::EggLink.DanhengServer.Proto.ChallengeBossStatistics subBuilder = new global::EggLink.DanhengServer.Proto.ChallengeBossStatistics(); - if (challengeSttCaseCase_ == ChallengeSttCaseOneofCase.ChallengeBoss) { + if (iHAGGILDANLCase_ == IHAGGILDANLOneofCase.ChallengeBoss) { subBuilder.MergeFrom(ChallengeBoss); } input.ReadMessage(subBuilder); @@ -433,7 +433,7 @@ namespace EggLink.DanhengServer.Proto { } case 9458: { global::EggLink.DanhengServer.Proto.ChallengeStoryStatistics subBuilder = new global::EggLink.DanhengServer.Proto.ChallengeStoryStatistics(); - if (challengeSttCaseCase_ == ChallengeSttCaseOneofCase.ChallengeStory) { + if (iHAGGILDANLCase_ == IHAGGILDANLOneofCase.ChallengeStory) { subBuilder.MergeFrom(ChallengeStory); } input.ReadMessage(subBuilder); @@ -442,7 +442,7 @@ namespace EggLink.DanhengServer.Proto { } case 12906: { global::EggLink.DanhengServer.Proto.ChallengeStatistics subBuilder = new global::EggLink.DanhengServer.Proto.ChallengeStatistics(); - if (challengeSttCaseCase_ == ChallengeSttCaseOneofCase.ChallengeDefault) { + if (iHAGGILDANLCase_ == IHAGGILDANLOneofCase.ChallengeDefault) { subBuilder.MergeFrom(ChallengeDefault); } input.ReadMessage(subBuilder); diff --git a/Proto/CJAKIBDIMMJ.cs b/Proto/CJAKIBDIMMJ.cs index 90a7540a..225f11c6 100644 --- a/Proto/CJAKIBDIMMJ.cs +++ b/Proto/CJAKIBDIMMJ.cs @@ -27,12 +27,12 @@ namespace EggLink.DanhengServer.Proto { "ChFDSkFLSUJESU1NSi5wcm90bxoRTUVOUEJHR09HTUMucHJvdG8igAEKC0NK", "QUtJQkRJTU1KEhYKC0lBSE9QRk5QRkxOGIgDIAEoCEgAEiQKC0FNQUxKRk9L", "Q0JBGJYMIAEoCzIMLk1FTlBCR0dPR01DSAASJAoLT0VDQkVMR0RMRlAYiQMg", - "ASgLMgwuTUVOUEJHR09HTUNIAEINCgtCRkdLSklNQ0dBSEIeqgIbRWdnTGlu", + "ASgLMgwuTUVOUEJHR09HTUNIAEINCgtNQ0dFR1BLRURPT0IeqgIbRWdnTGlu", "ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MENPBGGOGMCReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CJAKIBDIMMJ), global::EggLink.DanhengServer.Proto.CJAKIBDIMMJ.Parser, new[]{ "IAHOPFNPFLN", "AMALJFOKCBA", "OECBELGDLFP" }, new[]{ "BFGKJIMCGAH" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CJAKIBDIMMJ), global::EggLink.DanhengServer.Proto.CJAKIBDIMMJ.Parser, new[]{ "IAHOPFNPFLN", "AMALJFOKCBA", "OECBELGDLFP" }, new[]{ "MCGEGPKEDOO" }, null, null, null) })); } #endregion @@ -74,14 +74,14 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public CJAKIBDIMMJ(CJAKIBDIMMJ other) : this() { - switch (other.BFGKJIMCGAHCase) { - case BFGKJIMCGAHOneofCase.IAHOPFNPFLN: + switch (other.MCGEGPKEDOOCase) { + case MCGEGPKEDOOOneofCase.IAHOPFNPFLN: IAHOPFNPFLN = other.IAHOPFNPFLN; break; - case BFGKJIMCGAHOneofCase.AMALJFOKCBA: + case MCGEGPKEDOOOneofCase.AMALJFOKCBA: AMALJFOKCBA = other.AMALJFOKCBA.Clone(); break; - case BFGKJIMCGAHOneofCase.OECBELGDLFP: + case MCGEGPKEDOOOneofCase.OECBELGDLFP: OECBELGDLFP = other.OECBELGDLFP.Clone(); break; } @@ -100,24 +100,24 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool IAHOPFNPFLN { - get { return HasIAHOPFNPFLN ? (bool) bFGKJIMCGAH_ : false; } + get { return HasIAHOPFNPFLN ? (bool) mCGEGPKEDOO_ : false; } set { - bFGKJIMCGAH_ = value; - bFGKJIMCGAHCase_ = BFGKJIMCGAHOneofCase.IAHOPFNPFLN; + mCGEGPKEDOO_ = value; + mCGEGPKEDOOCase_ = MCGEGPKEDOOOneofCase.IAHOPFNPFLN; } } /// Gets whether the "IAHOPFNPFLN" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasIAHOPFNPFLN { - get { return bFGKJIMCGAHCase_ == BFGKJIMCGAHOneofCase.IAHOPFNPFLN; } + get { return mCGEGPKEDOOCase_ == MCGEGPKEDOOOneofCase.IAHOPFNPFLN; } } /// Clears the value of the oneof if it's currently set to "IAHOPFNPFLN" [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearIAHOPFNPFLN() { if (HasIAHOPFNPFLN) { - ClearBFGKJIMCGAH(); + ClearMCGEGPKEDOO(); } } @@ -126,10 +126,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.MENPBGGOGMC AMALJFOKCBA { - get { return bFGKJIMCGAHCase_ == BFGKJIMCGAHOneofCase.AMALJFOKCBA ? (global::EggLink.DanhengServer.Proto.MENPBGGOGMC) bFGKJIMCGAH_ : null; } + get { return mCGEGPKEDOOCase_ == MCGEGPKEDOOOneofCase.AMALJFOKCBA ? (global::EggLink.DanhengServer.Proto.MENPBGGOGMC) mCGEGPKEDOO_ : null; } set { - bFGKJIMCGAH_ = value; - bFGKJIMCGAHCase_ = value == null ? BFGKJIMCGAHOneofCase.None : BFGKJIMCGAHOneofCase.AMALJFOKCBA; + mCGEGPKEDOO_ = value; + mCGEGPKEDOOCase_ = value == null ? MCGEGPKEDOOOneofCase.None : MCGEGPKEDOOOneofCase.AMALJFOKCBA; } } @@ -138,33 +138,33 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.MENPBGGOGMC OECBELGDLFP { - get { return bFGKJIMCGAHCase_ == BFGKJIMCGAHOneofCase.OECBELGDLFP ? (global::EggLink.DanhengServer.Proto.MENPBGGOGMC) bFGKJIMCGAH_ : null; } + get { return mCGEGPKEDOOCase_ == MCGEGPKEDOOOneofCase.OECBELGDLFP ? (global::EggLink.DanhengServer.Proto.MENPBGGOGMC) mCGEGPKEDOO_ : null; } set { - bFGKJIMCGAH_ = value; - bFGKJIMCGAHCase_ = value == null ? BFGKJIMCGAHOneofCase.None : BFGKJIMCGAHOneofCase.OECBELGDLFP; + mCGEGPKEDOO_ = value; + mCGEGPKEDOOCase_ = value == null ? MCGEGPKEDOOOneofCase.None : MCGEGPKEDOOOneofCase.OECBELGDLFP; } } - private object bFGKJIMCGAH_; - /// Enum of possible cases for the "BFGKJIMCGAH" oneof. - public enum BFGKJIMCGAHOneofCase { + private object mCGEGPKEDOO_; + /// Enum of possible cases for the "MCGEGPKEDOO" oneof. + public enum MCGEGPKEDOOOneofCase { None = 0, IAHOPFNPFLN = 392, AMALJFOKCBA = 1558, OECBELGDLFP = 393, } - private BFGKJIMCGAHOneofCase bFGKJIMCGAHCase_ = BFGKJIMCGAHOneofCase.None; + private MCGEGPKEDOOOneofCase mCGEGPKEDOOCase_ = MCGEGPKEDOOOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BFGKJIMCGAHOneofCase BFGKJIMCGAHCase { - get { return bFGKJIMCGAHCase_; } + public MCGEGPKEDOOOneofCase MCGEGPKEDOOCase { + get { return mCGEGPKEDOOCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearBFGKJIMCGAH() { - bFGKJIMCGAHCase_ = BFGKJIMCGAHOneofCase.None; - bFGKJIMCGAH_ = null; + public void ClearMCGEGPKEDOO() { + mCGEGPKEDOOCase_ = MCGEGPKEDOOOneofCase.None; + mCGEGPKEDOO_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -185,7 +185,7 @@ namespace EggLink.DanhengServer.Proto { if (IAHOPFNPFLN != other.IAHOPFNPFLN) return false; if (!object.Equals(AMALJFOKCBA, other.AMALJFOKCBA)) return false; if (!object.Equals(OECBELGDLFP, other.OECBELGDLFP)) return false; - if (BFGKJIMCGAHCase != other.BFGKJIMCGAHCase) return false; + if (MCGEGPKEDOOCase != other.MCGEGPKEDOOCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -194,9 +194,9 @@ namespace EggLink.DanhengServer.Proto { public override int GetHashCode() { int hash = 1; if (HasIAHOPFNPFLN) hash ^= IAHOPFNPFLN.GetHashCode(); - if (bFGKJIMCGAHCase_ == BFGKJIMCGAHOneofCase.AMALJFOKCBA) hash ^= AMALJFOKCBA.GetHashCode(); - if (bFGKJIMCGAHCase_ == BFGKJIMCGAHOneofCase.OECBELGDLFP) hash ^= OECBELGDLFP.GetHashCode(); - hash ^= (int) bFGKJIMCGAHCase_; + if (mCGEGPKEDOOCase_ == MCGEGPKEDOOOneofCase.AMALJFOKCBA) hash ^= AMALJFOKCBA.GetHashCode(); + if (mCGEGPKEDOOCase_ == MCGEGPKEDOOOneofCase.OECBELGDLFP) hash ^= OECBELGDLFP.GetHashCode(); + hash ^= (int) mCGEGPKEDOOCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -219,11 +219,11 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(192, 24); output.WriteBool(IAHOPFNPFLN); } - if (bFGKJIMCGAHCase_ == BFGKJIMCGAHOneofCase.OECBELGDLFP) { + if (mCGEGPKEDOOCase_ == MCGEGPKEDOOOneofCase.OECBELGDLFP) { output.WriteRawTag(202, 24); output.WriteMessage(OECBELGDLFP); } - if (bFGKJIMCGAHCase_ == BFGKJIMCGAHOneofCase.AMALJFOKCBA) { + if (mCGEGPKEDOOCase_ == MCGEGPKEDOOOneofCase.AMALJFOKCBA) { output.WriteRawTag(178, 97); output.WriteMessage(AMALJFOKCBA); } @@ -241,11 +241,11 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(192, 24); output.WriteBool(IAHOPFNPFLN); } - if (bFGKJIMCGAHCase_ == BFGKJIMCGAHOneofCase.OECBELGDLFP) { + if (mCGEGPKEDOOCase_ == MCGEGPKEDOOOneofCase.OECBELGDLFP) { output.WriteRawTag(202, 24); output.WriteMessage(OECBELGDLFP); } - if (bFGKJIMCGAHCase_ == BFGKJIMCGAHOneofCase.AMALJFOKCBA) { + if (mCGEGPKEDOOCase_ == MCGEGPKEDOOOneofCase.AMALJFOKCBA) { output.WriteRawTag(178, 97); output.WriteMessage(AMALJFOKCBA); } @@ -262,10 +262,10 @@ namespace EggLink.DanhengServer.Proto { if (HasIAHOPFNPFLN) { size += 2 + 1; } - if (bFGKJIMCGAHCase_ == BFGKJIMCGAHOneofCase.AMALJFOKCBA) { + if (mCGEGPKEDOOCase_ == MCGEGPKEDOOOneofCase.AMALJFOKCBA) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(AMALJFOKCBA); } - if (bFGKJIMCGAHCase_ == BFGKJIMCGAHOneofCase.OECBELGDLFP) { + if (mCGEGPKEDOOCase_ == MCGEGPKEDOOOneofCase.OECBELGDLFP) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(OECBELGDLFP); } if (_unknownFields != null) { @@ -280,17 +280,17 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - switch (other.BFGKJIMCGAHCase) { - case BFGKJIMCGAHOneofCase.IAHOPFNPFLN: + switch (other.MCGEGPKEDOOCase) { + case MCGEGPKEDOOOneofCase.IAHOPFNPFLN: IAHOPFNPFLN = other.IAHOPFNPFLN; break; - case BFGKJIMCGAHOneofCase.AMALJFOKCBA: + case MCGEGPKEDOOOneofCase.AMALJFOKCBA: if (AMALJFOKCBA == null) { AMALJFOKCBA = new global::EggLink.DanhengServer.Proto.MENPBGGOGMC(); } AMALJFOKCBA.MergeFrom(other.AMALJFOKCBA); break; - case BFGKJIMCGAHOneofCase.OECBELGDLFP: + case MCGEGPKEDOOOneofCase.OECBELGDLFP: if (OECBELGDLFP == null) { OECBELGDLFP = new global::EggLink.DanhengServer.Proto.MENPBGGOGMC(); } @@ -319,7 +319,7 @@ namespace EggLink.DanhengServer.Proto { } case 3146: { global::EggLink.DanhengServer.Proto.MENPBGGOGMC subBuilder = new global::EggLink.DanhengServer.Proto.MENPBGGOGMC(); - if (bFGKJIMCGAHCase_ == BFGKJIMCGAHOneofCase.OECBELGDLFP) { + if (mCGEGPKEDOOCase_ == MCGEGPKEDOOOneofCase.OECBELGDLFP) { subBuilder.MergeFrom(OECBELGDLFP); } input.ReadMessage(subBuilder); @@ -328,7 +328,7 @@ namespace EggLink.DanhengServer.Proto { } case 12466: { global::EggLink.DanhengServer.Proto.MENPBGGOGMC subBuilder = new global::EggLink.DanhengServer.Proto.MENPBGGOGMC(); - if (bFGKJIMCGAHCase_ == BFGKJIMCGAHOneofCase.AMALJFOKCBA) { + if (mCGEGPKEDOOCase_ == MCGEGPKEDOOOneofCase.AMALJFOKCBA) { subBuilder.MergeFrom(AMALJFOKCBA); } input.ReadMessage(subBuilder); @@ -356,7 +356,7 @@ namespace EggLink.DanhengServer.Proto { } case 3146: { global::EggLink.DanhengServer.Proto.MENPBGGOGMC subBuilder = new global::EggLink.DanhengServer.Proto.MENPBGGOGMC(); - if (bFGKJIMCGAHCase_ == BFGKJIMCGAHOneofCase.OECBELGDLFP) { + if (mCGEGPKEDOOCase_ == MCGEGPKEDOOOneofCase.OECBELGDLFP) { subBuilder.MergeFrom(OECBELGDLFP); } input.ReadMessage(subBuilder); @@ -365,7 +365,7 @@ namespace EggLink.DanhengServer.Proto { } case 12466: { global::EggLink.DanhengServer.Proto.MENPBGGOGMC subBuilder = new global::EggLink.DanhengServer.Proto.MENPBGGOGMC(); - if (bFGKJIMCGAHCase_ == BFGKJIMCGAHOneofCase.AMALJFOKCBA) { + if (mCGEGPKEDOOCase_ == MCGEGPKEDOOOneofCase.AMALJFOKCBA) { subBuilder.MergeFrom(AMALJFOKCBA); } input.ReadMessage(subBuilder); diff --git a/Proto/CLKNIBOJLGP.cs b/Proto/CLKNIBOJLGP.cs index 419d9c76..8d9fd006 100644 --- a/Proto/CLKNIBOJLGP.cs +++ b/Proto/CLKNIBOJLGP.cs @@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto { static CLKNIBOJLGPReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFDTEtOSUJPSkxHUC5wcm90bxoRQURBRkpGT0pERUcucHJvdG8aEVBDT0RG", - "Q05LSEpLLnByb3RvIlIKC0NMS05JQk9KTEdQEiEKC0NNSE5MSkpPREpGGAcg", + "ChFDTEtOSUJPSkxHUC5wcm90bxoRUENPREZDTktISksucHJvdG8aEUFEQUZK", + "Rk9KREVHLnByb3RvIlIKC0NMS05JQk9KTEdQEiEKC0NNSE5MSkpPREpGGAcg", "ASgLMgwuUENPREZDTktISksSIAoKcXVlc3RfbGlzdBgMIAMoCzIMLkFEQUZK", "Rk9KREVHQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3Rv", "Mw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ADAFJFOJDEGReflection.Descriptor, global::EggLink.DanhengServer.Proto.PCODFCNKHJKReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PCODFCNKHJKReflection.Descriptor, global::EggLink.DanhengServer.Proto.ADAFJFOJDEGReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CLKNIBOJLGP), global::EggLink.DanhengServer.Proto.CLKNIBOJLGP.Parser, new[]{ "CMHNLJJODJF", "QuestList" }, null, null, null, null) })); diff --git a/Proto/CellAdvanceInfo.cs b/Proto/CellAdvanceInfo.cs index 41fbe0b9..45ed5a14 100644 --- a/Proto/CellAdvanceInfo.cs +++ b/Proto/CellAdvanceInfo.cs @@ -24,18 +24,18 @@ namespace EggLink.DanhengServer.Proto { static CellAdvanceInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChVDZWxsQWR2YW5jZUluZm8ucHJvdG8aGkNlbGxGaW5hbE1vbnN0ZXJJbmZv", - "LnByb3RvGhtDZWxsTW9uc3RlclNlbGVjdEluZm8ucHJvdG8aFUNlbGxNb25z", - "dGVySW5mby5wcm90byKzAQoPQ2VsbEFkdmFuY2VJbmZvEioKDmNlbGxfYm9z", + "ChVDZWxsQWR2YW5jZUluZm8ucHJvdG8aFUNlbGxNb25zdGVySW5mby5wcm90", + "bxoaQ2VsbEZpbmFsTW9uc3RlckluZm8ucHJvdG8aG0NlbGxNb25zdGVyU2Vs", + "ZWN0SW5mby5wcm90byKyAQoPQ2VsbEFkdmFuY2VJbmZvEioKDmNlbGxfYm9z", "c19pbmZvGAIgASgLMhAuQ2VsbE1vbnN0ZXJJbmZvSAASMgoQc2VsZWN0X2Jv", "c3NfaW5mbxgDIAEoCzIWLkNlbGxNb25zdGVyU2VsZWN0SW5mb0gAEjAKD2Zp", "bmFsX2Jvc3NfaW5mbxgJIAEoCzIVLkNlbGxGaW5hbE1vbnN0ZXJJbmZvSABC", - "DgoMYWR2YW5jZV9jYXNlQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJv", - "dG9iBnByb3RvMw==")); + "DQoLSEJQR0pCQkFMQ0NCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90", + "b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CellFinalMonsterInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.CellMonsterSelectInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.CellMonsterInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CellMonsterInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.CellFinalMonsterInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.CellMonsterSelectInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CellAdvanceInfo), global::EggLink.DanhengServer.Proto.CellAdvanceInfo.Parser, new[]{ "CellBossInfo", "SelectBossInfo", "FinalBossInfo" }, new[]{ "AdvanceCase" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CellAdvanceInfo), global::EggLink.DanhengServer.Proto.CellAdvanceInfo.Parser, new[]{ "CellBossInfo", "SelectBossInfo", "FinalBossInfo" }, new[]{ "HBPGJBBALCC" }, null, null, null) })); } #endregion @@ -77,14 +77,14 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public CellAdvanceInfo(CellAdvanceInfo other) : this() { - switch (other.AdvanceCaseCase) { - case AdvanceCaseOneofCase.CellBossInfo: + switch (other.HBPGJBBALCCCase) { + case HBPGJBBALCCOneofCase.CellBossInfo: CellBossInfo = other.CellBossInfo.Clone(); break; - case AdvanceCaseOneofCase.SelectBossInfo: + case HBPGJBBALCCOneofCase.SelectBossInfo: SelectBossInfo = other.SelectBossInfo.Clone(); break; - case AdvanceCaseOneofCase.FinalBossInfo: + case HBPGJBBALCCOneofCase.FinalBossInfo: FinalBossInfo = other.FinalBossInfo.Clone(); break; } @@ -103,10 +103,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.CellMonsterInfo CellBossInfo { - get { return advanceCaseCase_ == AdvanceCaseOneofCase.CellBossInfo ? (global::EggLink.DanhengServer.Proto.CellMonsterInfo) advanceCase_ : null; } + get { return hBPGJBBALCCCase_ == HBPGJBBALCCOneofCase.CellBossInfo ? (global::EggLink.DanhengServer.Proto.CellMonsterInfo) hBPGJBBALCC_ : null; } set { - advanceCase_ = value; - advanceCaseCase_ = value == null ? AdvanceCaseOneofCase.None : AdvanceCaseOneofCase.CellBossInfo; + hBPGJBBALCC_ = value; + hBPGJBBALCCCase_ = value == null ? HBPGJBBALCCOneofCase.None : HBPGJBBALCCOneofCase.CellBossInfo; } } @@ -115,10 +115,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.CellMonsterSelectInfo SelectBossInfo { - get { return advanceCaseCase_ == AdvanceCaseOneofCase.SelectBossInfo ? (global::EggLink.DanhengServer.Proto.CellMonsterSelectInfo) advanceCase_ : null; } + get { return hBPGJBBALCCCase_ == HBPGJBBALCCOneofCase.SelectBossInfo ? (global::EggLink.DanhengServer.Proto.CellMonsterSelectInfo) hBPGJBBALCC_ : null; } set { - advanceCase_ = value; - advanceCaseCase_ = value == null ? AdvanceCaseOneofCase.None : AdvanceCaseOneofCase.SelectBossInfo; + hBPGJBBALCC_ = value; + hBPGJBBALCCCase_ = value == null ? HBPGJBBALCCOneofCase.None : HBPGJBBALCCOneofCase.SelectBossInfo; } } @@ -127,33 +127,33 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.CellFinalMonsterInfo FinalBossInfo { - get { return advanceCaseCase_ == AdvanceCaseOneofCase.FinalBossInfo ? (global::EggLink.DanhengServer.Proto.CellFinalMonsterInfo) advanceCase_ : null; } + get { return hBPGJBBALCCCase_ == HBPGJBBALCCOneofCase.FinalBossInfo ? (global::EggLink.DanhengServer.Proto.CellFinalMonsterInfo) hBPGJBBALCC_ : null; } set { - advanceCase_ = value; - advanceCaseCase_ = value == null ? AdvanceCaseOneofCase.None : AdvanceCaseOneofCase.FinalBossInfo; + hBPGJBBALCC_ = value; + hBPGJBBALCCCase_ = value == null ? HBPGJBBALCCOneofCase.None : HBPGJBBALCCOneofCase.FinalBossInfo; } } - private object advanceCase_; - /// Enum of possible cases for the "advance_case" oneof. - public enum AdvanceCaseOneofCase { + private object hBPGJBBALCC_; + /// Enum of possible cases for the "HBPGJBBALCC" oneof. + public enum HBPGJBBALCCOneofCase { None = 0, CellBossInfo = 2, SelectBossInfo = 3, FinalBossInfo = 9, } - private AdvanceCaseOneofCase advanceCaseCase_ = AdvanceCaseOneofCase.None; + private HBPGJBBALCCOneofCase hBPGJBBALCCCase_ = HBPGJBBALCCOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public AdvanceCaseOneofCase AdvanceCaseCase { - get { return advanceCaseCase_; } + public HBPGJBBALCCOneofCase HBPGJBBALCCCase { + get { return hBPGJBBALCCCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearAdvanceCase() { - advanceCaseCase_ = AdvanceCaseOneofCase.None; - advanceCase_ = null; + public void ClearHBPGJBBALCC() { + hBPGJBBALCCCase_ = HBPGJBBALCCOneofCase.None; + hBPGJBBALCC_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -174,7 +174,7 @@ namespace EggLink.DanhengServer.Proto { if (!object.Equals(CellBossInfo, other.CellBossInfo)) return false; if (!object.Equals(SelectBossInfo, other.SelectBossInfo)) return false; if (!object.Equals(FinalBossInfo, other.FinalBossInfo)) return false; - if (AdvanceCaseCase != other.AdvanceCaseCase) return false; + if (HBPGJBBALCCCase != other.HBPGJBBALCCCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -182,10 +182,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (advanceCaseCase_ == AdvanceCaseOneofCase.CellBossInfo) hash ^= CellBossInfo.GetHashCode(); - if (advanceCaseCase_ == AdvanceCaseOneofCase.SelectBossInfo) hash ^= SelectBossInfo.GetHashCode(); - if (advanceCaseCase_ == AdvanceCaseOneofCase.FinalBossInfo) hash ^= FinalBossInfo.GetHashCode(); - hash ^= (int) advanceCaseCase_; + if (hBPGJBBALCCCase_ == HBPGJBBALCCOneofCase.CellBossInfo) hash ^= CellBossInfo.GetHashCode(); + if (hBPGJBBALCCCase_ == HBPGJBBALCCOneofCase.SelectBossInfo) hash ^= SelectBossInfo.GetHashCode(); + if (hBPGJBBALCCCase_ == HBPGJBBALCCOneofCase.FinalBossInfo) hash ^= FinalBossInfo.GetHashCode(); + hash ^= (int) hBPGJBBALCCCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -204,15 +204,15 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (advanceCaseCase_ == AdvanceCaseOneofCase.CellBossInfo) { + if (hBPGJBBALCCCase_ == HBPGJBBALCCOneofCase.CellBossInfo) { output.WriteRawTag(18); output.WriteMessage(CellBossInfo); } - if (advanceCaseCase_ == AdvanceCaseOneofCase.SelectBossInfo) { + if (hBPGJBBALCCCase_ == HBPGJBBALCCOneofCase.SelectBossInfo) { output.WriteRawTag(26); output.WriteMessage(SelectBossInfo); } - if (advanceCaseCase_ == AdvanceCaseOneofCase.FinalBossInfo) { + if (hBPGJBBALCCCase_ == HBPGJBBALCCOneofCase.FinalBossInfo) { output.WriteRawTag(74); output.WriteMessage(FinalBossInfo); } @@ -226,15 +226,15 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (advanceCaseCase_ == AdvanceCaseOneofCase.CellBossInfo) { + if (hBPGJBBALCCCase_ == HBPGJBBALCCOneofCase.CellBossInfo) { output.WriteRawTag(18); output.WriteMessage(CellBossInfo); } - if (advanceCaseCase_ == AdvanceCaseOneofCase.SelectBossInfo) { + if (hBPGJBBALCCCase_ == HBPGJBBALCCOneofCase.SelectBossInfo) { output.WriteRawTag(26); output.WriteMessage(SelectBossInfo); } - if (advanceCaseCase_ == AdvanceCaseOneofCase.FinalBossInfo) { + if (hBPGJBBALCCCase_ == HBPGJBBALCCOneofCase.FinalBossInfo) { output.WriteRawTag(74); output.WriteMessage(FinalBossInfo); } @@ -248,13 +248,13 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (advanceCaseCase_ == AdvanceCaseOneofCase.CellBossInfo) { + if (hBPGJBBALCCCase_ == HBPGJBBALCCOneofCase.CellBossInfo) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(CellBossInfo); } - if (advanceCaseCase_ == AdvanceCaseOneofCase.SelectBossInfo) { + if (hBPGJBBALCCCase_ == HBPGJBBALCCOneofCase.SelectBossInfo) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(SelectBossInfo); } - if (advanceCaseCase_ == AdvanceCaseOneofCase.FinalBossInfo) { + if (hBPGJBBALCCCase_ == HBPGJBBALCCOneofCase.FinalBossInfo) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(FinalBossInfo); } if (_unknownFields != null) { @@ -269,20 +269,20 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - switch (other.AdvanceCaseCase) { - case AdvanceCaseOneofCase.CellBossInfo: + switch (other.HBPGJBBALCCCase) { + case HBPGJBBALCCOneofCase.CellBossInfo: if (CellBossInfo == null) { CellBossInfo = new global::EggLink.DanhengServer.Proto.CellMonsterInfo(); } CellBossInfo.MergeFrom(other.CellBossInfo); break; - case AdvanceCaseOneofCase.SelectBossInfo: + case HBPGJBBALCCOneofCase.SelectBossInfo: if (SelectBossInfo == null) { SelectBossInfo = new global::EggLink.DanhengServer.Proto.CellMonsterSelectInfo(); } SelectBossInfo.MergeFrom(other.SelectBossInfo); break; - case AdvanceCaseOneofCase.FinalBossInfo: + case HBPGJBBALCCOneofCase.FinalBossInfo: if (FinalBossInfo == null) { FinalBossInfo = new global::EggLink.DanhengServer.Proto.CellFinalMonsterInfo(); } @@ -307,7 +307,7 @@ namespace EggLink.DanhengServer.Proto { break; case 18: { global::EggLink.DanhengServer.Proto.CellMonsterInfo subBuilder = new global::EggLink.DanhengServer.Proto.CellMonsterInfo(); - if (advanceCaseCase_ == AdvanceCaseOneofCase.CellBossInfo) { + if (hBPGJBBALCCCase_ == HBPGJBBALCCOneofCase.CellBossInfo) { subBuilder.MergeFrom(CellBossInfo); } input.ReadMessage(subBuilder); @@ -316,7 +316,7 @@ namespace EggLink.DanhengServer.Proto { } case 26: { global::EggLink.DanhengServer.Proto.CellMonsterSelectInfo subBuilder = new global::EggLink.DanhengServer.Proto.CellMonsterSelectInfo(); - if (advanceCaseCase_ == AdvanceCaseOneofCase.SelectBossInfo) { + if (hBPGJBBALCCCase_ == HBPGJBBALCCOneofCase.SelectBossInfo) { subBuilder.MergeFrom(SelectBossInfo); } input.ReadMessage(subBuilder); @@ -325,7 +325,7 @@ namespace EggLink.DanhengServer.Proto { } case 74: { global::EggLink.DanhengServer.Proto.CellFinalMonsterInfo subBuilder = new global::EggLink.DanhengServer.Proto.CellFinalMonsterInfo(); - if (advanceCaseCase_ == AdvanceCaseOneofCase.FinalBossInfo) { + if (hBPGJBBALCCCase_ == HBPGJBBALCCOneofCase.FinalBossInfo) { subBuilder.MergeFrom(FinalBossInfo); } input.ReadMessage(subBuilder); @@ -349,7 +349,7 @@ namespace EggLink.DanhengServer.Proto { break; case 18: { global::EggLink.DanhengServer.Proto.CellMonsterInfo subBuilder = new global::EggLink.DanhengServer.Proto.CellMonsterInfo(); - if (advanceCaseCase_ == AdvanceCaseOneofCase.CellBossInfo) { + if (hBPGJBBALCCCase_ == HBPGJBBALCCOneofCase.CellBossInfo) { subBuilder.MergeFrom(CellBossInfo); } input.ReadMessage(subBuilder); @@ -358,7 +358,7 @@ namespace EggLink.DanhengServer.Proto { } case 26: { global::EggLink.DanhengServer.Proto.CellMonsterSelectInfo subBuilder = new global::EggLink.DanhengServer.Proto.CellMonsterSelectInfo(); - if (advanceCaseCase_ == AdvanceCaseOneofCase.SelectBossInfo) { + if (hBPGJBBALCCCase_ == HBPGJBBALCCOneofCase.SelectBossInfo) { subBuilder.MergeFrom(SelectBossInfo); } input.ReadMessage(subBuilder); @@ -367,7 +367,7 @@ namespace EggLink.DanhengServer.Proto { } case 74: { global::EggLink.DanhengServer.Proto.CellFinalMonsterInfo subBuilder = new global::EggLink.DanhengServer.Proto.CellFinalMonsterInfo(); - if (advanceCaseCase_ == AdvanceCaseOneofCase.FinalBossInfo) { + if (hBPGJBBALCCCase_ == HBPGJBBALCCOneofCase.FinalBossInfo) { subBuilder.MergeFrom(FinalBossInfo); } input.ReadMessage(subBuilder); diff --git a/Proto/CellFinalMonsterInfo.cs b/Proto/CellFinalMonsterInfo.cs index 45734e48..2fd2a67e 100644 --- a/Proto/CellFinalMonsterInfo.cs +++ b/Proto/CellFinalMonsterInfo.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static CellFinalMonsterInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChpDZWxsRmluYWxNb25zdGVySW5mby5wcm90bxobQ2VsbE1vbnN0ZXJTZWxl", - "Y3RJbmZvLnByb3RvGhVDZWxsTW9uc3RlckluZm8ucHJvdG8icgoUQ2VsbEZp", + "ChpDZWxsRmluYWxNb25zdGVySW5mby5wcm90bxoVQ2VsbE1vbnN0ZXJJbmZv", + "LnByb3RvGhtDZWxsTW9uc3RlclNlbGVjdEluZm8ucHJvdG8icgoUQ2VsbEZp", "bmFsTW9uc3RlckluZm8SMAoQc2VsZWN0X2Jvc3NfaW5mbxgKIAEoCzIWLkNl", "bGxNb25zdGVyU2VsZWN0SW5mbxIoCg5jZWxsX2Jvc3NfaW5mbxgBIAEoCzIQ", "LkNlbGxNb25zdGVySW5mb0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlBy", "b3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CellMonsterSelectInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.CellMonsterInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CellMonsterInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.CellMonsterSelectInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CellFinalMonsterInfo), global::EggLink.DanhengServer.Proto.CellFinalMonsterInfo.Parser, new[]{ "SelectBossInfo", "CellBossInfo" }, null, null, null, null) })); diff --git a/Proto/ChallengeBossInfo.cs b/Proto/ChallengeBossInfo.cs index e3edbb05..f60aef92 100644 --- a/Proto/ChallengeBossInfo.cs +++ b/Proto/ChallengeBossInfo.cs @@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto { static ChallengeBossInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChdDaGFsbGVuZ2VCb3NzSW5mby5wcm90bxogQ2hhbGxlbmdlQm9zc0VxdWlw", - "bWVudEluZm8ucHJvdG8aIkNoYWxsZW5nZUJvc3NBdmF0YXJSZWxpY0luZm8u", - "cHJvdG8aIUNoYWxsZW5nZUJvc3NTaW5nbGVOb2RlSW5mby5wcm90byKsBAoR", + "ChdDaGFsbGVuZ2VCb3NzSW5mby5wcm90bxoiQ2hhbGxlbmdlQm9zc0F2YXRh", + "clJlbGljSW5mby5wcm90bxohQ2hhbGxlbmdlQm9zc1NpbmdsZU5vZGVJbmZv", + "LnByb3RvGiBDaGFsbGVuZ2VCb3NzRXF1aXBtZW50SW5mby5wcm90byKsBAoR", "Q2hhbGxlbmdlQm9zc0luZm8SWwoeY2hhbGxlbmdlX2F2YXRhcl9lcXVpcG1l", "bnRfbWFwGAMgAygLMjMuQ2hhbGxlbmdlQm9zc0luZm8uQ2hhbGxlbmdlQXZh", "dGFyRXF1aXBtZW50TWFwRW50cnkSFQoNc2Vjb25kX2xpbmV1cBgEIAMoDRIx", @@ -42,7 +42,7 @@ namespace EggLink.DanhengServer.Proto { "clJlbGljSW5mbzoCOAFCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90", "b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChallengeBossEquipmentInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengeBossAvatarRelicInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengeBossSingleNodeInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChallengeBossAvatarRelicInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengeBossSingleNodeInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengeBossEquipmentInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChallengeBossInfo), global::EggLink.DanhengServer.Proto.ChallengeBossInfo.Parser, new[]{ "ChallengeAvatarEquipmentMap", "SecondLineup", "SecondNode", "FirstNode", "NCBDNPGPEAI", "ChallengeAvatarRelicMap", "FirstLineup" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, null, }) })); diff --git a/Proto/ChallengeBuffInfo.cs b/Proto/ChallengeBuffInfo.cs index 82235e6e..98ddffc6 100644 --- a/Proto/ChallengeBuffInfo.cs +++ b/Proto/ChallengeBuffInfo.cs @@ -24,16 +24,16 @@ namespace EggLink.DanhengServer.Proto { static ChallengeBuffInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChdDaGFsbGVuZ2VCdWZmSW5mby5wcm90bxobQ2hhbGxlbmdlQm9zc0J1ZmZJ", - "bmZvLnByb3RvGhxDaGFsbGVuZ2VTdG9yeUJ1ZmZJbmZvLnByb3RvInwKEUNo", + "ChdDaGFsbGVuZ2VCdWZmSW5mby5wcm90bxocQ2hhbGxlbmdlU3RvcnlCdWZm", + "SW5mby5wcm90bxobQ2hhbGxlbmdlQm9zc0J1ZmZJbmZvLnByb3RvIn4KEUNo", "YWxsZW5nZUJ1ZmZJbmZvEi0KCnN0b3J5X2luZm8YAiABKAsyFy5DaGFsbGVu", "Z2VTdG9yeUJ1ZmZJbmZvSAASKwoJYm9zc19pbmZvGAEgASgLMhYuQ2hhbGxl", - "bmdlQm9zc0J1ZmZJbmZvSABCCwoJaW5mb19jYXNlQh6qAhtFZ2dMaW5rLkRh", - "bmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "bmdlQm9zc0J1ZmZJbmZvSABCDQoLQkNNRUtMTkFFQkVCHqoCG0VnZ0xpbmsu", + "RGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChallengeBossBuffInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengeStoryBuffInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChallengeStoryBuffInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengeBossBuffInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChallengeBuffInfo), global::EggLink.DanhengServer.Proto.ChallengeBuffInfo.Parser, new[]{ "StoryInfo", "BossInfo" }, new[]{ "InfoCase" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChallengeBuffInfo), global::EggLink.DanhengServer.Proto.ChallengeBuffInfo.Parser, new[]{ "StoryInfo", "BossInfo" }, new[]{ "BCMEKLNAEBE" }, null, null, null) })); } #endregion @@ -75,11 +75,11 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public ChallengeBuffInfo(ChallengeBuffInfo other) : this() { - switch (other.InfoCaseCase) { - case InfoCaseOneofCase.StoryInfo: + switch (other.BCMEKLNAEBECase) { + case BCMEKLNAEBEOneofCase.StoryInfo: StoryInfo = other.StoryInfo.Clone(); break; - case InfoCaseOneofCase.BossInfo: + case BCMEKLNAEBEOneofCase.BossInfo: BossInfo = other.BossInfo.Clone(); break; } @@ -98,10 +98,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.ChallengeStoryBuffInfo StoryInfo { - get { return infoCaseCase_ == InfoCaseOneofCase.StoryInfo ? (global::EggLink.DanhengServer.Proto.ChallengeStoryBuffInfo) infoCase_ : null; } + get { return bCMEKLNAEBECase_ == BCMEKLNAEBEOneofCase.StoryInfo ? (global::EggLink.DanhengServer.Proto.ChallengeStoryBuffInfo) bCMEKLNAEBE_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.StoryInfo; + bCMEKLNAEBE_ = value; + bCMEKLNAEBECase_ = value == null ? BCMEKLNAEBEOneofCase.None : BCMEKLNAEBEOneofCase.StoryInfo; } } @@ -110,32 +110,32 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.ChallengeBossBuffInfo BossInfo { - get { return infoCaseCase_ == InfoCaseOneofCase.BossInfo ? (global::EggLink.DanhengServer.Proto.ChallengeBossBuffInfo) infoCase_ : null; } + get { return bCMEKLNAEBECase_ == BCMEKLNAEBEOneofCase.BossInfo ? (global::EggLink.DanhengServer.Proto.ChallengeBossBuffInfo) bCMEKLNAEBE_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.BossInfo; + bCMEKLNAEBE_ = value; + bCMEKLNAEBECase_ = value == null ? BCMEKLNAEBEOneofCase.None : BCMEKLNAEBEOneofCase.BossInfo; } } - private object infoCase_; - /// Enum of possible cases for the "info_case" oneof. - public enum InfoCaseOneofCase { + private object bCMEKLNAEBE_; + /// Enum of possible cases for the "BCMEKLNAEBE" oneof. + public enum BCMEKLNAEBEOneofCase { None = 0, StoryInfo = 2, BossInfo = 1, } - private InfoCaseOneofCase infoCaseCase_ = InfoCaseOneofCase.None; + private BCMEKLNAEBEOneofCase bCMEKLNAEBECase_ = BCMEKLNAEBEOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public InfoCaseOneofCase InfoCaseCase { - get { return infoCaseCase_; } + public BCMEKLNAEBEOneofCase BCMEKLNAEBECase { + get { return bCMEKLNAEBECase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearInfoCase() { - infoCaseCase_ = InfoCaseOneofCase.None; - infoCase_ = null; + public void ClearBCMEKLNAEBE() { + bCMEKLNAEBECase_ = BCMEKLNAEBEOneofCase.None; + bCMEKLNAEBE_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -155,7 +155,7 @@ namespace EggLink.DanhengServer.Proto { } if (!object.Equals(StoryInfo, other.StoryInfo)) return false; if (!object.Equals(BossInfo, other.BossInfo)) return false; - if (InfoCaseCase != other.InfoCaseCase) return false; + if (BCMEKLNAEBECase != other.BCMEKLNAEBECase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -163,9 +163,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (infoCaseCase_ == InfoCaseOneofCase.StoryInfo) hash ^= StoryInfo.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.BossInfo) hash ^= BossInfo.GetHashCode(); - hash ^= (int) infoCaseCase_; + if (bCMEKLNAEBECase_ == BCMEKLNAEBEOneofCase.StoryInfo) hash ^= StoryInfo.GetHashCode(); + if (bCMEKLNAEBECase_ == BCMEKLNAEBEOneofCase.BossInfo) hash ^= BossInfo.GetHashCode(); + hash ^= (int) bCMEKLNAEBECase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -184,11 +184,11 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (infoCaseCase_ == InfoCaseOneofCase.BossInfo) { + if (bCMEKLNAEBECase_ == BCMEKLNAEBEOneofCase.BossInfo) { output.WriteRawTag(10); output.WriteMessage(BossInfo); } - if (infoCaseCase_ == InfoCaseOneofCase.StoryInfo) { + if (bCMEKLNAEBECase_ == BCMEKLNAEBEOneofCase.StoryInfo) { output.WriteRawTag(18); output.WriteMessage(StoryInfo); } @@ -202,11 +202,11 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (infoCaseCase_ == InfoCaseOneofCase.BossInfo) { + if (bCMEKLNAEBECase_ == BCMEKLNAEBEOneofCase.BossInfo) { output.WriteRawTag(10); output.WriteMessage(BossInfo); } - if (infoCaseCase_ == InfoCaseOneofCase.StoryInfo) { + if (bCMEKLNAEBECase_ == BCMEKLNAEBEOneofCase.StoryInfo) { output.WriteRawTag(18); output.WriteMessage(StoryInfo); } @@ -220,10 +220,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (infoCaseCase_ == InfoCaseOneofCase.StoryInfo) { + if (bCMEKLNAEBECase_ == BCMEKLNAEBEOneofCase.StoryInfo) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(StoryInfo); } - if (infoCaseCase_ == InfoCaseOneofCase.BossInfo) { + if (bCMEKLNAEBECase_ == BCMEKLNAEBEOneofCase.BossInfo) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(BossInfo); } if (_unknownFields != null) { @@ -238,14 +238,14 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - switch (other.InfoCaseCase) { - case InfoCaseOneofCase.StoryInfo: + switch (other.BCMEKLNAEBECase) { + case BCMEKLNAEBEOneofCase.StoryInfo: if (StoryInfo == null) { StoryInfo = new global::EggLink.DanhengServer.Proto.ChallengeStoryBuffInfo(); } StoryInfo.MergeFrom(other.StoryInfo); break; - case InfoCaseOneofCase.BossInfo: + case BCMEKLNAEBEOneofCase.BossInfo: if (BossInfo == null) { BossInfo = new global::EggLink.DanhengServer.Proto.ChallengeBossBuffInfo(); } @@ -270,7 +270,7 @@ namespace EggLink.DanhengServer.Proto { break; case 10: { global::EggLink.DanhengServer.Proto.ChallengeBossBuffInfo subBuilder = new global::EggLink.DanhengServer.Proto.ChallengeBossBuffInfo(); - if (infoCaseCase_ == InfoCaseOneofCase.BossInfo) { + if (bCMEKLNAEBECase_ == BCMEKLNAEBEOneofCase.BossInfo) { subBuilder.MergeFrom(BossInfo); } input.ReadMessage(subBuilder); @@ -279,7 +279,7 @@ namespace EggLink.DanhengServer.Proto { } case 18: { global::EggLink.DanhengServer.Proto.ChallengeStoryBuffInfo subBuilder = new global::EggLink.DanhengServer.Proto.ChallengeStoryBuffInfo(); - if (infoCaseCase_ == InfoCaseOneofCase.StoryInfo) { + if (bCMEKLNAEBECase_ == BCMEKLNAEBEOneofCase.StoryInfo) { subBuilder.MergeFrom(StoryInfo); } input.ReadMessage(subBuilder); @@ -303,7 +303,7 @@ namespace EggLink.DanhengServer.Proto { break; case 10: { global::EggLink.DanhengServer.Proto.ChallengeBossBuffInfo subBuilder = new global::EggLink.DanhengServer.Proto.ChallengeBossBuffInfo(); - if (infoCaseCase_ == InfoCaseOneofCase.BossInfo) { + if (bCMEKLNAEBECase_ == BCMEKLNAEBEOneofCase.BossInfo) { subBuilder.MergeFrom(BossInfo); } input.ReadMessage(subBuilder); @@ -312,7 +312,7 @@ namespace EggLink.DanhengServer.Proto { } case 18: { global::EggLink.DanhengServer.Proto.ChallengeStoryBuffInfo subBuilder = new global::EggLink.DanhengServer.Proto.ChallengeStoryBuffInfo(); - if (infoCaseCase_ == InfoCaseOneofCase.StoryInfo) { + if (bCMEKLNAEBECase_ == BCMEKLNAEBEOneofCase.StoryInfo) { subBuilder.MergeFrom(StoryInfo); } input.ReadMessage(subBuilder); diff --git a/Proto/ChallengeCurBuffInfo.cs b/Proto/ChallengeCurBuffInfo.cs index 39b46296..26c8cecd 100644 --- a/Proto/ChallengeCurBuffInfo.cs +++ b/Proto/ChallengeCurBuffInfo.cs @@ -24,16 +24,16 @@ namespace EggLink.DanhengServer.Proto { static ChallengeCurBuffInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChpDaGFsbGVuZ2VDdXJCdWZmSW5mby5wcm90bxocQ2hhbGxlbmdlU3RvcnlC", - "dWZmTGlzdC5wcm90bxobQ2hhbGxlbmdlQm9zc0J1ZmZMaXN0LnByb3RvIokB", + "ChpDaGFsbGVuZ2VDdXJCdWZmSW5mby5wcm90bxobQ2hhbGxlbmdlQm9zc0J1", + "ZmZMaXN0LnByb3RvGhxDaGFsbGVuZ2VTdG9yeUJ1ZmZMaXN0LnByb3RvIosB", "ChRDaGFsbGVuZ2VDdXJCdWZmSW5mbxIyCg9jdXJfc3RvcnlfYnVmZnMYDiAB", "KAsyFy5DaGFsbGVuZ2VTdG9yeUJ1ZmZMaXN0SAASMAoOY3VyX2Jvc3NfYnVm", - "ZnMYBCABKAsyFi5DaGFsbGVuZ2VCb3NzQnVmZkxpc3RIAEILCglpbmZvX2Nh", - "c2VCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); + "ZnMYBCABKAsyFi5DaGFsbGVuZ2VCb3NzQnVmZkxpc3RIAEINCgtGR0tJRE1C", + "RUtCRkIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChallengeStoryBuffListReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengeBossBuffListReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChallengeBossBuffListReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengeStoryBuffListReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChallengeCurBuffInfo), global::EggLink.DanhengServer.Proto.ChallengeCurBuffInfo.Parser, new[]{ "CurStoryBuffs", "CurBossBuffs" }, new[]{ "InfoCase" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChallengeCurBuffInfo), global::EggLink.DanhengServer.Proto.ChallengeCurBuffInfo.Parser, new[]{ "CurStoryBuffs", "CurBossBuffs" }, new[]{ "FGKIDMBEKBF" }, null, null, null) })); } #endregion @@ -75,11 +75,11 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public ChallengeCurBuffInfo(ChallengeCurBuffInfo other) : this() { - switch (other.InfoCaseCase) { - case InfoCaseOneofCase.CurStoryBuffs: + switch (other.FGKIDMBEKBFCase) { + case FGKIDMBEKBFOneofCase.CurStoryBuffs: CurStoryBuffs = other.CurStoryBuffs.Clone(); break; - case InfoCaseOneofCase.CurBossBuffs: + case FGKIDMBEKBFOneofCase.CurBossBuffs: CurBossBuffs = other.CurBossBuffs.Clone(); break; } @@ -98,10 +98,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.ChallengeStoryBuffList CurStoryBuffs { - get { return infoCaseCase_ == InfoCaseOneofCase.CurStoryBuffs ? (global::EggLink.DanhengServer.Proto.ChallengeStoryBuffList) infoCase_ : null; } + get { return fGKIDMBEKBFCase_ == FGKIDMBEKBFOneofCase.CurStoryBuffs ? (global::EggLink.DanhengServer.Proto.ChallengeStoryBuffList) fGKIDMBEKBF_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.CurStoryBuffs; + fGKIDMBEKBF_ = value; + fGKIDMBEKBFCase_ = value == null ? FGKIDMBEKBFOneofCase.None : FGKIDMBEKBFOneofCase.CurStoryBuffs; } } @@ -110,32 +110,32 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.ChallengeBossBuffList CurBossBuffs { - get { return infoCaseCase_ == InfoCaseOneofCase.CurBossBuffs ? (global::EggLink.DanhengServer.Proto.ChallengeBossBuffList) infoCase_ : null; } + get { return fGKIDMBEKBFCase_ == FGKIDMBEKBFOneofCase.CurBossBuffs ? (global::EggLink.DanhengServer.Proto.ChallengeBossBuffList) fGKIDMBEKBF_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.CurBossBuffs; + fGKIDMBEKBF_ = value; + fGKIDMBEKBFCase_ = value == null ? FGKIDMBEKBFOneofCase.None : FGKIDMBEKBFOneofCase.CurBossBuffs; } } - private object infoCase_; - /// Enum of possible cases for the "info_case" oneof. - public enum InfoCaseOneofCase { + private object fGKIDMBEKBF_; + /// Enum of possible cases for the "FGKIDMBEKBF" oneof. + public enum FGKIDMBEKBFOneofCase { None = 0, CurStoryBuffs = 14, CurBossBuffs = 4, } - private InfoCaseOneofCase infoCaseCase_ = InfoCaseOneofCase.None; + private FGKIDMBEKBFOneofCase fGKIDMBEKBFCase_ = FGKIDMBEKBFOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public InfoCaseOneofCase InfoCaseCase { - get { return infoCaseCase_; } + public FGKIDMBEKBFOneofCase FGKIDMBEKBFCase { + get { return fGKIDMBEKBFCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearInfoCase() { - infoCaseCase_ = InfoCaseOneofCase.None; - infoCase_ = null; + public void ClearFGKIDMBEKBF() { + fGKIDMBEKBFCase_ = FGKIDMBEKBFOneofCase.None; + fGKIDMBEKBF_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -155,7 +155,7 @@ namespace EggLink.DanhengServer.Proto { } if (!object.Equals(CurStoryBuffs, other.CurStoryBuffs)) return false; if (!object.Equals(CurBossBuffs, other.CurBossBuffs)) return false; - if (InfoCaseCase != other.InfoCaseCase) return false; + if (FGKIDMBEKBFCase != other.FGKIDMBEKBFCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -163,9 +163,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (infoCaseCase_ == InfoCaseOneofCase.CurStoryBuffs) hash ^= CurStoryBuffs.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.CurBossBuffs) hash ^= CurBossBuffs.GetHashCode(); - hash ^= (int) infoCaseCase_; + if (fGKIDMBEKBFCase_ == FGKIDMBEKBFOneofCase.CurStoryBuffs) hash ^= CurStoryBuffs.GetHashCode(); + if (fGKIDMBEKBFCase_ == FGKIDMBEKBFOneofCase.CurBossBuffs) hash ^= CurBossBuffs.GetHashCode(); + hash ^= (int) fGKIDMBEKBFCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -184,11 +184,11 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (infoCaseCase_ == InfoCaseOneofCase.CurBossBuffs) { + if (fGKIDMBEKBFCase_ == FGKIDMBEKBFOneofCase.CurBossBuffs) { output.WriteRawTag(34); output.WriteMessage(CurBossBuffs); } - if (infoCaseCase_ == InfoCaseOneofCase.CurStoryBuffs) { + if (fGKIDMBEKBFCase_ == FGKIDMBEKBFOneofCase.CurStoryBuffs) { output.WriteRawTag(114); output.WriteMessage(CurStoryBuffs); } @@ -202,11 +202,11 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (infoCaseCase_ == InfoCaseOneofCase.CurBossBuffs) { + if (fGKIDMBEKBFCase_ == FGKIDMBEKBFOneofCase.CurBossBuffs) { output.WriteRawTag(34); output.WriteMessage(CurBossBuffs); } - if (infoCaseCase_ == InfoCaseOneofCase.CurStoryBuffs) { + if (fGKIDMBEKBFCase_ == FGKIDMBEKBFOneofCase.CurStoryBuffs) { output.WriteRawTag(114); output.WriteMessage(CurStoryBuffs); } @@ -220,10 +220,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (infoCaseCase_ == InfoCaseOneofCase.CurStoryBuffs) { + if (fGKIDMBEKBFCase_ == FGKIDMBEKBFOneofCase.CurStoryBuffs) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(CurStoryBuffs); } - if (infoCaseCase_ == InfoCaseOneofCase.CurBossBuffs) { + if (fGKIDMBEKBFCase_ == FGKIDMBEKBFOneofCase.CurBossBuffs) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(CurBossBuffs); } if (_unknownFields != null) { @@ -238,14 +238,14 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - switch (other.InfoCaseCase) { - case InfoCaseOneofCase.CurStoryBuffs: + switch (other.FGKIDMBEKBFCase) { + case FGKIDMBEKBFOneofCase.CurStoryBuffs: if (CurStoryBuffs == null) { CurStoryBuffs = new global::EggLink.DanhengServer.Proto.ChallengeStoryBuffList(); } CurStoryBuffs.MergeFrom(other.CurStoryBuffs); break; - case InfoCaseOneofCase.CurBossBuffs: + case FGKIDMBEKBFOneofCase.CurBossBuffs: if (CurBossBuffs == null) { CurBossBuffs = new global::EggLink.DanhengServer.Proto.ChallengeBossBuffList(); } @@ -270,7 +270,7 @@ namespace EggLink.DanhengServer.Proto { break; case 34: { global::EggLink.DanhengServer.Proto.ChallengeBossBuffList subBuilder = new global::EggLink.DanhengServer.Proto.ChallengeBossBuffList(); - if (infoCaseCase_ == InfoCaseOneofCase.CurBossBuffs) { + if (fGKIDMBEKBFCase_ == FGKIDMBEKBFOneofCase.CurBossBuffs) { subBuilder.MergeFrom(CurBossBuffs); } input.ReadMessage(subBuilder); @@ -279,7 +279,7 @@ namespace EggLink.DanhengServer.Proto { } case 114: { global::EggLink.DanhengServer.Proto.ChallengeStoryBuffList subBuilder = new global::EggLink.DanhengServer.Proto.ChallengeStoryBuffList(); - if (infoCaseCase_ == InfoCaseOneofCase.CurStoryBuffs) { + if (fGKIDMBEKBFCase_ == FGKIDMBEKBFOneofCase.CurStoryBuffs) { subBuilder.MergeFrom(CurStoryBuffs); } input.ReadMessage(subBuilder); @@ -303,7 +303,7 @@ namespace EggLink.DanhengServer.Proto { break; case 34: { global::EggLink.DanhengServer.Proto.ChallengeBossBuffList subBuilder = new global::EggLink.DanhengServer.Proto.ChallengeBossBuffList(); - if (infoCaseCase_ == InfoCaseOneofCase.CurBossBuffs) { + if (fGKIDMBEKBFCase_ == FGKIDMBEKBFOneofCase.CurBossBuffs) { subBuilder.MergeFrom(CurBossBuffs); } input.ReadMessage(subBuilder); @@ -312,7 +312,7 @@ namespace EggLink.DanhengServer.Proto { } case 114: { global::EggLink.DanhengServer.Proto.ChallengeStoryBuffList subBuilder = new global::EggLink.DanhengServer.Proto.ChallengeStoryBuffList(); - if (infoCaseCase_ == InfoCaseOneofCase.CurStoryBuffs) { + if (fGKIDMBEKBFCase_ == FGKIDMBEKBFOneofCase.CurStoryBuffs) { subBuilder.MergeFrom(CurStoryBuffs); } input.ReadMessage(subBuilder); diff --git a/Proto/ChallengeSettleNotify.cs b/Proto/ChallengeSettleNotify.cs index 29f6bbb1..ce9e8af7 100644 --- a/Proto/ChallengeSettleNotify.cs +++ b/Proto/ChallengeSettleNotify.cs @@ -24,8 +24,8 @@ namespace EggLink.DanhengServer.Proto { static ChallengeSettleNotifyReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChtDaGFsbGVuZ2VTZXR0bGVOb3RpZnkucHJvdG8aDkl0ZW1MaXN0LnByb3Rv", - "GhJDdXJDaGFsbGVuZ2UucHJvdG8aEUNDTEdMUEFCR0hELnByb3RvIoUCChVD", + "ChtDaGFsbGVuZ2VTZXR0bGVOb3RpZnkucHJvdG8aEkN1ckNoYWxsZW5nZS5w", + "cm90bxoOSXRlbUxpc3QucHJvdG8aEUNDTEdMUEFCR0hELnByb3RvIoUCChVD", "aGFsbGVuZ2VTZXR0bGVOb3RpZnkSJAoNY3VyX2NoYWxsZW5nZRgGIAEoCzIN", "LkN1ckNoYWxsZW5nZRIZCgZyZXdhcmQYBSABKAsyCS5JdGVtTGlzdBIhCgtD", "Q09BSkdERVBKQRgJIAEoCzIMLkNDTEdMUEFCR0hEEhQKDGNoYWxsZW5nZV9p", @@ -34,7 +34,7 @@ namespace EggLink.DanhengServer.Proto { "cmVfdHdvGA4gASgNEhMKC0xQTEpNS1BCTElGGAcgASgNQh6qAhtFZ2dMaW5r", "LkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.CurChallengeReflection.Descriptor, global::EggLink.DanhengServer.Proto.CCLGLPABGHDReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CurChallengeReflection.Descriptor, global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.CCLGLPABGHDReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChallengeSettleNotify), global::EggLink.DanhengServer.Proto.ChallengeSettleNotify.Parser, new[]{ "CurChallenge", "Reward", "CCOAJGDEPJA", "ChallengeId", "IsWin", "Star", "ChallengeScore", "HAHAEIFMLBM", "ScoreTwo", "LPLJMKPBLIF" }, null, null, null, null) })); diff --git a/Proto/ChallengeStageInfo.cs b/Proto/ChallengeStageInfo.cs index cbed6470..9ff81e97 100644 --- a/Proto/ChallengeStageInfo.cs +++ b/Proto/ChallengeStageInfo.cs @@ -25,13 +25,13 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChhDaGFsbGVuZ2VTdGFnZUluZm8ucHJvdG8aF0NoYWxsZW5nZUJvc3NJbmZv", - "LnByb3RvIkoKEkNoYWxsZW5nZVN0YWdlSW5mbxInCglib3NzX2luZm8YByAB", - "KAsyEi5DaGFsbGVuZ2VCb3NzSW5mb0gAQgsKCWluZm9fY2FzZUIeqgIbRWdn", - "TGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "LnByb3RvIkwKEkNoYWxsZW5nZVN0YWdlSW5mbxInCglib3NzX2luZm8YByAB", + "KAsyEi5DaGFsbGVuZ2VCb3NzSW5mb0gAQg0KC01LSk1LQkRETE9CQh6qAhtF", + "Z2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChallengeBossInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChallengeStageInfo), global::EggLink.DanhengServer.Proto.ChallengeStageInfo.Parser, new[]{ "BossInfo" }, new[]{ "InfoCase" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChallengeStageInfo), global::EggLink.DanhengServer.Proto.ChallengeStageInfo.Parser, new[]{ "BossInfo" }, new[]{ "MKJMKBDDLOB" }, null, null, null) })); } #endregion @@ -73,8 +73,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public ChallengeStageInfo(ChallengeStageInfo other) : this() { - switch (other.InfoCaseCase) { - case InfoCaseOneofCase.BossInfo: + switch (other.MKJMKBDDLOBCase) { + case MKJMKBDDLOBOneofCase.BossInfo: BossInfo = other.BossInfo.Clone(); break; } @@ -93,31 +93,31 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.ChallengeBossInfo BossInfo { - get { return infoCaseCase_ == InfoCaseOneofCase.BossInfo ? (global::EggLink.DanhengServer.Proto.ChallengeBossInfo) infoCase_ : null; } + get { return mKJMKBDDLOBCase_ == MKJMKBDDLOBOneofCase.BossInfo ? (global::EggLink.DanhengServer.Proto.ChallengeBossInfo) mKJMKBDDLOB_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.BossInfo; + mKJMKBDDLOB_ = value; + mKJMKBDDLOBCase_ = value == null ? MKJMKBDDLOBOneofCase.None : MKJMKBDDLOBOneofCase.BossInfo; } } - private object infoCase_; - /// Enum of possible cases for the "info_case" oneof. - public enum InfoCaseOneofCase { + private object mKJMKBDDLOB_; + /// Enum of possible cases for the "MKJMKBDDLOB" oneof. + public enum MKJMKBDDLOBOneofCase { None = 0, BossInfo = 7, } - private InfoCaseOneofCase infoCaseCase_ = InfoCaseOneofCase.None; + private MKJMKBDDLOBOneofCase mKJMKBDDLOBCase_ = MKJMKBDDLOBOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public InfoCaseOneofCase InfoCaseCase { - get { return infoCaseCase_; } + public MKJMKBDDLOBOneofCase MKJMKBDDLOBCase { + get { return mKJMKBDDLOBCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearInfoCase() { - infoCaseCase_ = InfoCaseOneofCase.None; - infoCase_ = null; + public void ClearMKJMKBDDLOB() { + mKJMKBDDLOBCase_ = MKJMKBDDLOBOneofCase.None; + mKJMKBDDLOB_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -136,7 +136,7 @@ namespace EggLink.DanhengServer.Proto { return true; } if (!object.Equals(BossInfo, other.BossInfo)) return false; - if (InfoCaseCase != other.InfoCaseCase) return false; + if (MKJMKBDDLOBCase != other.MKJMKBDDLOBCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -144,8 +144,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (infoCaseCase_ == InfoCaseOneofCase.BossInfo) hash ^= BossInfo.GetHashCode(); - hash ^= (int) infoCaseCase_; + if (mKJMKBDDLOBCase_ == MKJMKBDDLOBOneofCase.BossInfo) hash ^= BossInfo.GetHashCode(); + hash ^= (int) mKJMKBDDLOBCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -164,7 +164,7 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (infoCaseCase_ == InfoCaseOneofCase.BossInfo) { + if (mKJMKBDDLOBCase_ == MKJMKBDDLOBOneofCase.BossInfo) { output.WriteRawTag(58); output.WriteMessage(BossInfo); } @@ -178,7 +178,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (infoCaseCase_ == InfoCaseOneofCase.BossInfo) { + if (mKJMKBDDLOBCase_ == MKJMKBDDLOBOneofCase.BossInfo) { output.WriteRawTag(58); output.WriteMessage(BossInfo); } @@ -192,7 +192,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (infoCaseCase_ == InfoCaseOneofCase.BossInfo) { + if (mKJMKBDDLOBCase_ == MKJMKBDDLOBOneofCase.BossInfo) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(BossInfo); } if (_unknownFields != null) { @@ -207,8 +207,8 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - switch (other.InfoCaseCase) { - case InfoCaseOneofCase.BossInfo: + switch (other.MKJMKBDDLOBCase) { + case MKJMKBDDLOBOneofCase.BossInfo: if (BossInfo == null) { BossInfo = new global::EggLink.DanhengServer.Proto.ChallengeBossInfo(); } @@ -233,7 +233,7 @@ namespace EggLink.DanhengServer.Proto { break; case 58: { global::EggLink.DanhengServer.Proto.ChallengeBossInfo subBuilder = new global::EggLink.DanhengServer.Proto.ChallengeBossInfo(); - if (infoCaseCase_ == InfoCaseOneofCase.BossInfo) { + if (mKJMKBDDLOBCase_ == MKJMKBDDLOBOneofCase.BossInfo) { subBuilder.MergeFrom(BossInfo); } input.ReadMessage(subBuilder); @@ -257,7 +257,7 @@ namespace EggLink.DanhengServer.Proto { break; case 58: { global::EggLink.DanhengServer.Proto.ChallengeBossInfo subBuilder = new global::EggLink.DanhengServer.Proto.ChallengeBossInfo(); - if (infoCaseCase_ == InfoCaseOneofCase.BossInfo) { + if (mKJMKBDDLOBCase_ == MKJMKBDDLOBOneofCase.BossInfo) { subBuilder.MergeFrom(BossInfo); } input.ReadMessage(subBuilder); diff --git a/Proto/CharacterSnapshot.cs b/Proto/CharacterSnapshot.cs deleted file mode 100644 index 62376ff0..00000000 --- a/Proto/CharacterSnapshot.cs +++ /dev/null @@ -1,262 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CharacterSnapshot.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CharacterSnapshot.proto - public static partial class CharacterSnapshotReflection { - - #region Descriptor - /// File descriptor for CharacterSnapshot.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CharacterSnapshotReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChdDaGFyYWN0ZXJTbmFwc2hvdC5wcm90byI7ChFDaGFyYWN0ZXJTbmFwc2hv", - "dBISCgpydW50aW1lX2lkGAEgASgNEhIKCnByb3BlcnRpZXMYAiADKARCHqoC", - "G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CharacterSnapshot), global::EggLink.DanhengServer.Proto.CharacterSnapshot.Parser, new[]{ "RuntimeId", "Properties" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class CharacterSnapshot : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CharacterSnapshot()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.CharacterSnapshotReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CharacterSnapshot() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CharacterSnapshot(CharacterSnapshot other) : this() { - runtimeId_ = other.runtimeId_; - properties_ = other.properties_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CharacterSnapshot Clone() { - return new CharacterSnapshot(this); - } - - /// Field number for the "runtime_id" field. - public const int RuntimeIdFieldNumber = 1; - private uint runtimeId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint RuntimeId { - get { return runtimeId_; } - set { - runtimeId_ = value; - } - } - - /// Field number for the "properties" field. - public const int PropertiesFieldNumber = 2; - private static readonly pb::FieldCodec _repeated_properties_codec - = pb::FieldCodec.ForUInt64(18); - private readonly pbc::RepeatedField properties_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField Properties { - get { return properties_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as CharacterSnapshot); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(CharacterSnapshot other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (RuntimeId != other.RuntimeId) return false; - if(!properties_.Equals(other.properties_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (RuntimeId != 0) hash ^= RuntimeId.GetHashCode(); - hash ^= properties_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (RuntimeId != 0) { - output.WriteRawTag(8); - output.WriteUInt32(RuntimeId); - } - properties_.WriteTo(output, _repeated_properties_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (RuntimeId != 0) { - output.WriteRawTag(8); - output.WriteUInt32(RuntimeId); - } - properties_.WriteTo(ref output, _repeated_properties_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (RuntimeId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(RuntimeId); - } - size += properties_.CalculateSize(_repeated_properties_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(CharacterSnapshot other) { - if (other == null) { - return; - } - if (other.RuntimeId != 0) { - RuntimeId = other.RuntimeId; - } - properties_.Add(other.properties_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - RuntimeId = input.ReadUInt32(); - break; - } - case 18: - case 16: { - properties_.AddEntriesFrom(input, _repeated_properties_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - RuntimeId = input.ReadUInt32(); - break; - } - case 18: - case 16: { - properties_.AddEntriesFrom(ref input, _repeated_properties_codec); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/ChessRogueAeonType.cs b/Proto/ChessRogueAeonType.cs deleted file mode 100644 index 3b94d252..00000000 --- a/Proto/ChessRogueAeonType.cs +++ /dev/null @@ -1,60 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: ChessRogueAeonType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from ChessRogueAeonType.proto - public static partial class ChessRogueAeonTypeReflection { - - #region Descriptor - /// File descriptor for ChessRogueAeonType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static ChessRogueAeonTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChhDaGVzc1JvZ3VlQWVvblR5cGUucHJvdG8qwwIKEkNoZXNzUm9ndWVBZW9u", - "VHlwZRIeChpDSEVTU19ST0dVRV9BRU9OX1RZUEVfTk9ORRAAEiAKHENIRVNT", - "X1JPR1VFX0FFT05fVFlQRV9LTklHSFQQARIgChxDSEVTU19ST0dVRV9BRU9O", - "X1RZUEVfTUVNT1JZEAISIQodQ0hFU1NfUk9HVUVfQUVPTl9UWVBFX1dBUkxP", - "Q0sQAxIgChxDSEVTU19ST0dVRV9BRU9OX1RZUEVfUFJJRVNUEAQSHwobQ0hF", - "U1NfUk9HVUVfQUVPTl9UWVBFX1JPR1VFEAUSIQodQ0hFU1NfUk9HVUVfQUVP", - "Tl9UWVBFX1dBUlJJT1IQBhIfChtDSEVTU19ST0dVRV9BRU9OX1RZUEVfSEFQ", - "UFkQBxIfChtDSEVTU19ST0dVRV9BRU9OX1RZUEVfQlJFRUQQCEIeqgIbRWdn", - "TGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.ChessRogueAeonType), }, null, null)); - } - #endregion - - } - #region Enums - public enum ChessRogueAeonType { - [pbr::OriginalName("CHESS_ROGUE_AEON_TYPE_NONE")] None = 0, - [pbr::OriginalName("CHESS_ROGUE_AEON_TYPE_KNIGHT")] Knight = 1, - [pbr::OriginalName("CHESS_ROGUE_AEON_TYPE_MEMORY")] Memory = 2, - [pbr::OriginalName("CHESS_ROGUE_AEON_TYPE_WARLOCK")] Warlock = 3, - [pbr::OriginalName("CHESS_ROGUE_AEON_TYPE_PRIEST")] Priest = 4, - [pbr::OriginalName("CHESS_ROGUE_AEON_TYPE_ROGUE")] Rogue = 5, - [pbr::OriginalName("CHESS_ROGUE_AEON_TYPE_WARRIOR")] Warrior = 6, - [pbr::OriginalName("CHESS_ROGUE_AEON_TYPE_HAPPY")] Happy = 7, - [pbr::OriginalName("CHESS_ROGUE_AEON_TYPE_BREED")] Breed = 8, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/ChessRogueAreaInfo.cs b/Proto/ChessRogueAreaInfo.cs index c5837632..908cb912 100644 --- a/Proto/ChessRogueAreaInfo.cs +++ b/Proto/ChessRogueAreaInfo.cs @@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto { static ChessRogueAreaInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChhDaGVzc1JvZ3VlQXJlYUluZm8ucHJvdG8aEUtLQ0tHRU9KRktFLnByb3Rv", - "Gh9DaGVzc1JvZ3VlSGlzdG9yeUNlbGxJbmZvLnByb3RvGg5DZWxsSW5mby5w", - "cm90bxofQ2hlc3NSb2d1ZUJvYXJkQ2VsbFN0YXR1cy5wcm90byL9AQoSQ2hl", + "ChhDaGVzc1JvZ3VlQXJlYUluZm8ucHJvdG8aH0NoZXNzUm9ndWVIaXN0b3J5", + "Q2VsbEluZm8ucHJvdG8aH0NoZXNzUm9ndWVCb2FyZENlbGxTdGF0dXMucHJv", + "dG8aEUtLQ0tHRU9KRktFLnByb3RvGg5DZWxsSW5mby5wcm90byL9AQoSQ2hl", "c3NSb2d1ZUFyZWFJbmZvEhcKBGNlbGwYCyABKAsyCS5DZWxsSW5mbxIwCgxo", "aXN0b3J5X2NlbGwYAiADKAsyGi5DaGVzc1JvZ3VlSGlzdG9yeUNlbGxJbmZv", "Eg4KBmN1cl9pZBgKIAEoDRIwCgxsYXllcl9zdGF0dXMYBSABKA4yGi5DaGVz", @@ -35,7 +35,7 @@ namespace EggLink.DanhengServer.Proto { "SEpHGA0gASgLMgwuS0tDS0dFT0pGS0VCHqoCG0VnZ0xpbmsuRGFuaGVuZ1Nl", "cnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.KKCKGEOJFKEReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueHistoryCellInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.CellInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueBoardCellStatusReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueHistoryCellInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueBoardCellStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.KKCKGEOJFKEReflection.Descriptor, global::EggLink.DanhengServer.Proto.CellInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueAreaInfo), global::EggLink.DanhengServer.Proto.ChessRogueAreaInfo.Parser, new[]{ "Cell", "HistoryCell", "CurId", "LayerStatus", "AllowSelectCellIdList", "CurBoardId", "CFEKAOLKHJG" }, null, null, null, null) })); diff --git a/Proto/ChessRogueBuffSourceType.cs b/Proto/ChessRogueBuffSourceType.cs deleted file mode 100644 index ece96316..00000000 --- a/Proto/ChessRogueBuffSourceType.cs +++ /dev/null @@ -1,66 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: ChessRogueBuffSourceType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from ChessRogueBuffSourceType.proto - public static partial class ChessRogueBuffSourceTypeReflection { - - #region Descriptor - /// File descriptor for ChessRogueBuffSourceType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static ChessRogueBuffSourceTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Ch5DaGVzc1JvZ3VlQnVmZlNvdXJjZVR5cGUucHJvdG8q5QMKGENoZXNzUm9n", - "dWVCdWZmU291cmNlVHlwZRIlCiFDSEVTU19ST0dVRV9CVUZGX1NPVVJDRV9U", - "WVBFX05PTkUQABInCiNDSEVTU19ST0dVRV9CVUZGX1NPVVJDRV9UWVBFX1NF", - "TEVDVBABEigKJENIRVNTX1JPR1VFX0JVRkZfU09VUkNFX1RZUEVfRU5IQU5D", - "RRACEigKJENIRVNTX1JPR1VFX0JVRkZfU09VUkNFX1RZUEVfTUlSQUNMRRAD", - "EikKJUNIRVNTX1JPR1VFX0JVRkZfU09VUkNFX1RZUEVfRElBTE9HVUUQBBIm", - "CiJDSEVTU19ST0dVRV9CVUZGX1NPVVJDRV9UWVBFX0JPTlVTEAUSJQohQ0hF", - "U1NfUk9HVUVfQlVGRl9TT1VSQ0VfVFlQRV9TSE9QEAYSJQohQ0hFU1NfUk9H", - "VUVfQlVGRl9TT1VSQ0VfVFlQRV9ESUNFEAcSJQohQ0hFU1NfUk9HVUVfQlVG", - "Rl9TT1VSQ0VfVFlQRV9BRU9OEAgSKwonQ0hFU1NfUk9HVUVfQlVGRl9TT1VS", - "Q0VfVFlQRV9NQVpFX1NLSUxMEAkSMAosQ0hFU1NfUk9HVUVfQlVGRl9TT1VS", - "Q0VfVFlQRV9MRVZFTF9NRUNIQU5JU00QCkIeqgIbRWdnTGluay5EYW5oZW5n", - "U2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.ChessRogueBuffSourceType), }, null, null)); - } - #endregion - - } - #region Enums - public enum ChessRogueBuffSourceType { - [pbr::OriginalName("CHESS_ROGUE_BUFF_SOURCE_TYPE_NONE")] None = 0, - [pbr::OriginalName("CHESS_ROGUE_BUFF_SOURCE_TYPE_SELECT")] Select = 1, - [pbr::OriginalName("CHESS_ROGUE_BUFF_SOURCE_TYPE_ENHANCE")] Enhance = 2, - [pbr::OriginalName("CHESS_ROGUE_BUFF_SOURCE_TYPE_MIRACLE")] Miracle = 3, - [pbr::OriginalName("CHESS_ROGUE_BUFF_SOURCE_TYPE_DIALOGUE")] Dialogue = 4, - [pbr::OriginalName("CHESS_ROGUE_BUFF_SOURCE_TYPE_BONUS")] Bonus = 5, - [pbr::OriginalName("CHESS_ROGUE_BUFF_SOURCE_TYPE_SHOP")] Shop = 6, - [pbr::OriginalName("CHESS_ROGUE_BUFF_SOURCE_TYPE_DICE")] Dice = 7, - [pbr::OriginalName("CHESS_ROGUE_BUFF_SOURCE_TYPE_AEON")] Aeon = 8, - [pbr::OriginalName("CHESS_ROGUE_BUFF_SOURCE_TYPE_MAZE_SKILL")] MazeSkill = 9, - [pbr::OriginalName("CHESS_ROGUE_BUFF_SOURCE_TYPE_LEVEL_MECHANISM")] LevelMechanism = 10, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/ChessRogueCell.cs b/Proto/ChessRogueCell.cs index 59d29a80..7e73a144 100644 --- a/Proto/ChessRogueCell.cs +++ b/Proto/ChessRogueCell.cs @@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto { static ChessRogueCellReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChRDaGVzc1JvZ3VlQ2VsbC5wcm90bxofQ2hlc3NSb2d1ZUJvYXJkQ2VsbFN0", - "YXR1cy5wcm90bxoVQ2VsbEFkdmFuY2VJbmZvLnByb3RvGh9DaGVzc1JvZ3Vl", - "Q2VsbFNwZWNpYWxUeXBlLnByb3RvIrUCCg5DaGVzc1JvZ3VlQ2VsbBITCgtp", + "ChRDaGVzc1JvZ3VlQ2VsbC5wcm90bxofQ2hlc3NSb2d1ZUNlbGxTcGVjaWFs", + "VHlwZS5wcm90bxofQ2hlc3NSb2d1ZUJvYXJkQ2VsbFN0YXR1cy5wcm90bxoV", + "Q2VsbEFkdmFuY2VJbmZvLnByb3RvIrUCCg5DaGVzc1JvZ3VlQ2VsbBITCgtp", "c191bmxvY2tlZBgJIAEoCBISCgpibG9ja190eXBlGAEgASgNEhMKC01KQVBM", "QUNJRkpOGAsgAygNEg8KB3Jvb21faWQYAiABKA0SEQoJbWFya190eXBlGAcg", "ASgNEjAKDHNwZWNpYWxfdHlwZRgGIAEoDjIaLkNoZXNzUm9ndWVDZWxsU3Bl", @@ -36,7 +36,7 @@ namespace EggLink.DanhengServer.Proto { "Y2VJbmZvEgoKAmlkGAQgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIu", "UHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueBoardCellStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.CellAdvanceInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueCellSpecialTypeReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueCellSpecialTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueBoardCellStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.CellAdvanceInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueCell), global::EggLink.DanhengServer.Proto.ChessRogueCell.Parser, new[]{ "IsUnlocked", "BlockType", "MJAPLACIFJN", "RoomId", "MarkType", "SpecialType", "PosX", "PosY", "CellStatus", "Unlock", "StageInfo", "Id" }, null, null, null, null) })); diff --git a/Proto/ChessRogueCellUpdateNotify.cs b/Proto/ChessRogueCellUpdateNotify.cs index ca8be68e..3d6fdd45 100644 --- a/Proto/ChessRogueCellUpdateNotify.cs +++ b/Proto/ChessRogueCellUpdateNotify.cs @@ -25,15 +25,15 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CiBDaGVzc1JvZ3VlQ2VsbFVwZGF0ZU5vdGlmeS5wcm90bxoUQ2hlc3NSb2d1", - "ZUNlbGwucHJvdG8aIENoZXNzUm9ndWVDZWxsVXBkYXRlUmVhc29uLnByb3Rv", - "Gh1Sb2d1ZU1vZGlmaWVyU291cmNlVHlwZS5wcm90byKyAQoaQ2hlc3NSb2d1", + "ZUNlbGwucHJvdG8aHVJvZ3VlTW9kaWZpZXJTb3VyY2VUeXBlLnByb3RvGiBD", + "aGVzc1JvZ3VlQ2VsbFVwZGF0ZVJlYXNvbi5wcm90byKyAQoaQ2hlc3NSb2d1", "ZUNlbGxVcGRhdGVOb3RpZnkSIgoJY2VsbF9saXN0GAQgAygLMg8uQ2hlc3NS", "b2d1ZUNlbGwSMQoPbW9kaWZpZXJfc291cmNlGAIgASgOMhguUm9ndWVNb2Rp", "ZmllclNvdXJjZVR5cGUSEAoIYm9hcmRfaWQYCSABKA0SKwoGcmVhc29uGAEg", "ASgOMhsuQ2hlc3NSb2d1ZUNlbGxVcGRhdGVSZWFzb25CHqoCG0VnZ0xpbmsu", "RGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueCellReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueCellUpdateReasonReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueModifierSourceTypeReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueCellReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueModifierSourceTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueCellUpdateReasonReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueCellUpdateNotify), global::EggLink.DanhengServer.Proto.ChessRogueCellUpdateNotify.Parser, new[]{ "CellList", "ModifierSource", "BoardId", "Reason" }, null, null, null, null) })); diff --git a/Proto/ChessRogueDiceInfo.cs b/Proto/ChessRogueDiceInfo.cs index c57f74bd..a45f5cf4 100644 --- a/Proto/ChessRogueDiceInfo.cs +++ b/Proto/ChessRogueDiceInfo.cs @@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto { static ChessRogueDiceInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChhDaGVzc1JvZ3VlRGljZUluZm8ucHJvdG8aFENoZXNzUm9ndWVEaWNlLnBy", - "b3RvGhNSb2d1ZU1vZGlmaWVyLnByb3RvGhpDaGVzc1JvZ3VlRGljZVN0YXR1", - "cy5wcm90bxoRRUVOREhQS1BGTFAucHJvdG8aGENoZXNzUm9ndWVEaWNlVHlw", + "ChhDaGVzc1JvZ3VlRGljZUluZm8ucHJvdG8aE1JvZ3VlTW9kaWZpZXIucHJv", + "dG8aGkNoZXNzUm9ndWVEaWNlU3RhdHVzLnByb3RvGhFFRU5ESFBLUEZMUC5w", + "cm90bxoYQ2hlc3NSb2d1ZURpY2VUeXBlLnByb3RvGhRDaGVzc1JvZ3VlRGlj", "ZS5wcm90byLvAwoSQ2hlc3NSb2d1ZURpY2VJbmZvEhIKCmRpc3BsYXlfaWQY", "CCABKA0SEwoLUEFHUEJMQUZORUgYDyABKA0SEwoLY2hlYXRfdGltZXMYDiAB", "KA0SIgoLRURQSExERUdKTE0YzAsgASgLMgwuRUVOREhQS1BGTFASFAoLRk5F", @@ -41,7 +41,7 @@ namespace EggLink.DanhengServer.Proto { "RGljZVN0YXR1c0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", "cm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueDiceReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueModifierReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueDiceStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.EENDHPKPFLPReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueDiceTypeReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueModifierReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueDiceStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.EENDHPKPFLPReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueDiceTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueDiceReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueDiceInfo), global::EggLink.DanhengServer.Proto.ChessRogueDiceInfo.Parser, new[]{ "DisplayId", "PAGPBLAFNEH", "CheatTimes", "EDPHLDEGJLM", "FNEIDJIMJPH", "CanRerollDice", "GameBranchId", "GameDiceBranchId", "Dice", "RerollTimes", "NGDEDLKNGFG", "RogueModifider", "CurSurfaceSlotId", "CurSurfaceId", "JFIPIIFPMMB", "DiceType", "DiceStatus" }, null, null, null, null) })); diff --git a/Proto/ChessRogueDiceSourceType.cs b/Proto/ChessRogueDiceSourceType.cs deleted file mode 100644 index b201a7b3..00000000 --- a/Proto/ChessRogueDiceSourceType.cs +++ /dev/null @@ -1,52 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: ChessRogueDiceSourceType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from ChessRogueDiceSourceType.proto - public static partial class ChessRogueDiceSourceTypeReflection { - - #region Descriptor - /// File descriptor for ChessRogueDiceSourceType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static ChessRogueDiceSourceTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Ch5DaGVzc1JvZ3VlRGljZVNvdXJjZVR5cGUucHJvdG8quwEKGENoZXNzUm9n", - "dWVEaWNlU291cmNlVHlwZRIlCiFDSEVTU19ST0dVRV9ESUNFX1NPVVJDRV9U", - "WVBFX05PTkUQABInCiNDSEVTU19ST0dVRV9ESUNFX1NPVVJDRV9UWVBFX05P", - "Uk1BTBABEicKI0NIRVNTX1JPR1VFX0RJQ0VfU09VUkNFX1RZUEVfUkVQRUFU", - "EAISJgoiQ0hFU1NfUk9HVUVfRElDRV9TT1VSQ0VfVFlQRV9DSEVBVBADQh6q", - "AhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.ChessRogueDiceSourceType), }, null, null)); - } - #endregion - - } - #region Enums - public enum ChessRogueDiceSourceType { - [pbr::OriginalName("CHESS_ROGUE_DICE_SOURCE_TYPE_NONE")] None = 0, - [pbr::OriginalName("CHESS_ROGUE_DICE_SOURCE_TYPE_NORMAL")] Normal = 1, - [pbr::OriginalName("CHESS_ROGUE_DICE_SOURCE_TYPE_REPEAT")] Repeat = 2, - [pbr::OriginalName("CHESS_ROGUE_DICE_SOURCE_TYPE_CHEAT")] Cheat = 3, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/ChessRogueEnterCellScRsp.cs b/Proto/ChessRogueEnterCellScRsp.cs index 89a63d71..fc6a1312 100644 --- a/Proto/ChessRogueEnterCellScRsp.cs +++ b/Proto/ChessRogueEnterCellScRsp.cs @@ -25,15 +25,15 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Ch5DaGVzc1JvZ3VlRW50ZXJDZWxsU2NSc3AucHJvdG8aG0NoZXNzUm9ndWVD", - "dXJyZW50SW5mby5wcm90bxoYQ2hlc3NSb2d1ZUdhbWVJbmZvLnByb3RvGhRD", - "aGVzc1JvZ3VlSW5mby5wcm90byK4AQoYQ2hlc3NSb2d1ZUVudGVyQ2VsbFNj", + "dXJyZW50SW5mby5wcm90bxoUQ2hlc3NSb2d1ZUluZm8ucHJvdG8aGENoZXNz", + "Um9ndWVHYW1lSW5mby5wcm90byK4AQoYQ2hlc3NSb2d1ZUVudGVyQ2VsbFNj", "UnNwEg8KB3JldGNvZGUYAyABKA0SDwoHY2VsbF9pZBgIIAEoDRIyChJyb2d1", "ZV9jdXJyZW50X2luZm8YDSABKAsyFi5DaGVzc1JvZ3VlQ3VycmVudEluZm8S", "IwoKc3RhZ2VfaW5mbxgLIAEoCzIPLkNoZXNzUm9ndWVJbmZvEiEKBGluZm8Y", "BSABKAsyEy5DaGVzc1JvZ3VlR2FtZUluZm9CHqoCG0VnZ0xpbmsuRGFuaGVu", "Z1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueCurrentInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueGameInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueCurrentInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueGameInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueEnterCellScRsp), global::EggLink.DanhengServer.Proto.ChessRogueEnterCellScRsp.Parser, new[]{ "Retcode", "CellId", "RogueCurrentInfo", "StageInfo", "Info" }, null, null, null, null) })); diff --git a/Proto/ChessRogueEnterNextLayerScRsp.cs b/Proto/ChessRogueEnterNextLayerScRsp.cs index 7ecdece1..fdecd68f 100644 --- a/Proto/ChessRogueEnterNextLayerScRsp.cs +++ b/Proto/ChessRogueEnterNextLayerScRsp.cs @@ -25,9 +25,9 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CiNDaGVzc1JvZ3VlRW50ZXJOZXh0TGF5ZXJTY1JzcC5wcm90bxobQ2hlc3NS", - "b2d1ZUN1cnJlbnRJbmZvLnByb3RvGhhDaGVzc1JvZ3VlR2FtZUluZm8ucHJv", - "dG8aJUNoZXNzUm9ndWVMYXllckluaXRpYWxFdmVudEluZm8ucHJvdG8aFENo", - "ZXNzUm9ndWVJbmZvLnByb3RvIvMBCh1DaGVzc1JvZ3VlRW50ZXJOZXh0TGF5", + "b2d1ZUN1cnJlbnRJbmZvLnByb3RvGhRDaGVzc1JvZ3VlSW5mby5wcm90bxol", + "Q2hlc3NSb2d1ZUxheWVySW5pdGlhbEV2ZW50SW5mby5wcm90bxoYQ2hlc3NS", + "b2d1ZUdhbWVJbmZvLnByb3RvIvMBCh1DaGVzc1JvZ3VlRW50ZXJOZXh0TGF5", "ZXJTY1JzcBIyChJyb2d1ZV9jdXJyZW50X2luZm8YBSABKAsyFi5DaGVzc1Jv", "Z3VlQ3VycmVudEluZm8SDwoHcmV0Y29kZRgOIAEoDRIjCgpzdGFnZV9pbmZv", "GAcgASgLMg8uQ2hlc3NSb2d1ZUluZm8SOgoQYm9hcmRfZXZlbnRfaW5mbxgL", @@ -35,7 +35,7 @@ namespace EggLink.DanhengServer.Proto { "dWVfZ2FtZV9pbmZvGAwgASgLMhMuQ2hlc3NSb2d1ZUdhbWVJbmZvQh6qAhtF", "Z2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueCurrentInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueGameInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueLayerInitialEventInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueCurrentInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueLayerInitialEventInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueGameInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueEnterNextLayerScRsp), global::EggLink.DanhengServer.Proto.ChessRogueEnterNextLayerScRsp.Parser, new[]{ "RogueCurrentInfo", "Retcode", "StageInfo", "BoardEventInfo", "RogueGameInfo" }, null, null, null, null) })); diff --git a/Proto/ChessRogueEnterScRsp.cs b/Proto/ChessRogueEnterScRsp.cs index 6cb58cb8..0e425550 100644 --- a/Proto/ChessRogueEnterScRsp.cs +++ b/Proto/ChessRogueEnterScRsp.cs @@ -24,16 +24,16 @@ namespace EggLink.DanhengServer.Proto { static ChessRogueEnterScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChpDaGVzc1JvZ3VlRW50ZXJTY1JzcC5wcm90bxoYQ2hlc3NSb2d1ZUdhbWVJ", - "bmZvLnByb3RvGhtDaGVzc1JvZ3VlQ3VycmVudEluZm8ucHJvdG8aFENoZXNz", - "Um9ndWVJbmZvLnByb3RvIq8BChRDaGVzc1JvZ3VlRW50ZXJTY1JzcBIhCgRp", + "ChpDaGVzc1JvZ3VlRW50ZXJTY1JzcC5wcm90bxobQ2hlc3NSb2d1ZUN1cnJl", + "bnRJbmZvLnByb3RvGhRDaGVzc1JvZ3VlSW5mby5wcm90bxoYQ2hlc3NSb2d1", + "ZUdhbWVJbmZvLnByb3RvIq8BChRDaGVzc1JvZ3VlRW50ZXJTY1JzcBIhCgRp", "bmZvGAMgASgLMhMuQ2hlc3NSb2d1ZUdhbWVJbmZvEg8KB3JldGNvZGUYBiAB", "KA0SIwoKc3RhZ2VfaW5mbxgOIAEoCzIPLkNoZXNzUm9ndWVJbmZvEgoKAmlk", "GAggASgNEjIKEnJvZ3VlX2N1cnJlbnRfaW5mbxgMIAEoCzIWLkNoZXNzUm9n", "dWVDdXJyZW50SW5mb0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv", "YgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueGameInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueCurrentInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueCurrentInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueGameInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueEnterScRsp), global::EggLink.DanhengServer.Proto.ChessRogueEnterScRsp.Parser, new[]{ "Info", "Retcode", "StageInfo", "Id", "RogueCurrentInfo" }, null, null, null, null) })); diff --git a/Proto/ChessRogueFinishInfo.cs b/Proto/ChessRogueFinishInfo.cs index e7b089d7..e0346cd1 100644 --- a/Proto/ChessRogueFinishInfo.cs +++ b/Proto/ChessRogueFinishInfo.cs @@ -24,10 +24,10 @@ namespace EggLink.DanhengServer.Proto { static ChessRogueFinishInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChpDaGVzc1JvZ3VlRmluaXNoSW5mby5wcm90bxoOSXRlbUxpc3QucHJvdG8a", - "GkNoZXNzUm9ndWVRdWl0UmVhc29uLnByb3RvGhFJTU5QRUFKQUpKTy5wcm90", - "bxoQTGluZXVwSW5mby5wcm90bxoUQ2hlc3NSb2d1ZUJ1ZmYucHJvdG8aF0No", - "ZXNzUm9ndWVNaXJhY2xlLnByb3RvIqgEChRDaGVzc1JvZ3VlRmluaXNoSW5m", + "ChpDaGVzc1JvZ3VlRmluaXNoSW5mby5wcm90bxoUQ2hlc3NSb2d1ZUJ1ZmYu", + "cHJvdG8aEExpbmV1cEluZm8ucHJvdG8aF0NoZXNzUm9ndWVNaXJhY2xlLnBy", + "b3RvGhpDaGVzc1JvZ3VlUXVpdFJlYXNvbi5wcm90bxoOSXRlbUxpc3QucHJv", + "dG8aEUlNTlBFQUpBSkpPLnByb3RvIqgEChRDaGVzc1JvZ3VlRmluaXNoSW5m", "bxITCgtJUE9KTU1HT09QShgFIAEoDRIXCg5yb2d1ZV9zdWJfbW9kZRi5DiAB", "KA0SFAoLT1BPSU1ISEFGSk8YsgsgASgNEioKC3F1aXRfcmVhc29uGA4gASgO", "MhUuQ2hlc3NSb2d1ZVF1aXRSZWFzb24SEwoLUExCQ0RJQUFES0QYByABKA0S", @@ -42,7 +42,7 @@ namespace EggLink.DanhengServer.Proto { "DRIhChljaGVzc19yb2d1ZV9tYWluX3N0b3J5X2lkGA8gASgNQh6qAhtFZ2dM", "aW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQuitReasonReflection.Descriptor, global::EggLink.DanhengServer.Proto.IMNPEAJAJJOReflection.Descriptor, global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueBuffReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueMiracleReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueBuffReflection.Descriptor, global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueMiracleReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQuitReasonReflection.Descriptor, global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.IMNPEAJAJJOReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueFinishInfo), global::EggLink.DanhengServer.Proto.ChessRogueFinishInfo.Parser, new[]{ "IPOJMMGOOPJ", "RogueSubMode", "OPOIMHHAFJO", "QuitReason", "PLBCDIAADKD", "GameMiracleInfo", "OJGGMOOPGIL", "IsFinish", "ScoreId", "RogueBuffInfo", "EGPCIBJIAJD", "BGPECKFDELD", "DMBDNAICPFB", "BLBBOKOGFDA", "ABEHKCJHCEH", "RogueLineup", "OPAKJJMAGPH", "DifficultyLevel", "ChessRogueMainStoryId" }, null, null, null, null) })); diff --git a/Proto/ChessRogueGameInfo.cs b/Proto/ChessRogueGameInfo.cs index e353413e..180a859e 100644 --- a/Proto/ChessRogueGameInfo.cs +++ b/Proto/ChessRogueGameInfo.cs @@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto { static ChessRogueGameInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChhDaGVzc1JvZ3VlR2FtZUluZm8ucHJvdG8aHUNoZXNzUm9ndWVOb3VzVmFs", - "dWVJbmZvLnByb3RvGhhDaGVzc1JvZ3VlQnVmZkluZm8ucHJvdG8aHlJvZ3Vl", - "Q29tbW9uUGVuZGluZ0FjdGlvbi5wcm90bxoTUm9ndWVHYW1lSW5mby5wcm90", - "bxoZQ2hlc3NSb2d1ZUxldmVsSW5mby5wcm90bxoRQUpDTkRCSE5MRkwucHJv", - "dG8aEUhLTUxBTEJEUEdPLnByb3RvGhpDaGVzc1JvZ3VlTGluZXVwSW5mby5w", - "cm90bxolQ2hlc3NSb2d1ZUN1cnJlbnREaWZmaWN1bHR5SW5mby5wcm90bxoY", - "Q2hlc3NSb2d1ZUFlb25JbmZvLnByb3RvGhtDaGVzc1JvZ3VlTWlyYWNsZUlu", - "Zm8ucHJvdG8aEUlNTlBFQUpBSkpPLnByb3RvGhZSb2d1ZVZpcnR1YWxJdGVt", - "LnByb3RvGhhDaGVzc1JvZ3VlRGljZUluZm8ucHJvdG8iwAUKEkNoZXNzUm9n", + "ChhDaGVzc1JvZ3VlR2FtZUluZm8ucHJvdG8aGENoZXNzUm9ndWVBZW9uSW5m", + "by5wcm90bxoeUm9ndWVDb21tb25QZW5kaW5nQWN0aW9uLnByb3RvGhhDaGVz", + "c1JvZ3VlQnVmZkluZm8ucHJvdG8aGUNoZXNzUm9ndWVMZXZlbEluZm8ucHJv", + "dG8aFlJvZ3VlVmlydHVhbEl0ZW0ucHJvdG8aGkNoZXNzUm9ndWVMaW5ldXBJ", + "bmZvLnByb3RvGiVDaGVzc1JvZ3VlQ3VycmVudERpZmZpY3VsdHlJbmZvLnBy", + "b3RvGhtDaGVzc1JvZ3VlTWlyYWNsZUluZm8ucHJvdG8aHUNoZXNzUm9ndWVO", + "b3VzVmFsdWVJbmZvLnByb3RvGhFJTU5QRUFKQUpKTy5wcm90bxoTUm9ndWVH", + "YW1lSW5mby5wcm90bxoYQ2hlc3NSb2d1ZURpY2VJbmZvLnByb3RvGhFBSkNO", + "REJITkxGTC5wcm90bxoRSEtNTEFMQkRQR08ucHJvdG8iwAUKEkNoZXNzUm9n", "dWVHYW1lSW5mbxItChdyb2d1ZV92aXJ0dWFsX2l0ZW1faW5mbxgCIAEoCzIM", "LkFKQ05EQkhOTEZMEkAKFXJvZ3VlX2RpZmZpY3VsdHlfaW5mbxiZDSABKAsy", "IC5DaGVzc1JvZ3VlQ3VycmVudERpZmZpY3VsdHlJbmZvEiwKD3JvZ3VlX2Rp", @@ -51,7 +51,7 @@ namespace EggLink.DanhengServer.Proto { "b2d1ZV9zdWJfbW9kZRgEIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy", "LlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueNousValueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueBuffInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonPendingActionReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueGameInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueLevelInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.AJCNDBHNLFLReflection.Descriptor, global::EggLink.DanhengServer.Proto.HKMLALBDPGOReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueLineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueCurrentDifficultyInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueAeonInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueMiracleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.IMNPEAJAJJOReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueVirtualItemReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueDiceInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueAeonInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonPendingActionReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueBuffInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueLevelInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueVirtualItemReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueLineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueCurrentDifficultyInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueMiracleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueNousValueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.IMNPEAJAJJOReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueGameInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueDiceInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.AJCNDBHNLFLReflection.Descriptor, global::EggLink.DanhengServer.Proto.HKMLALBDPGOReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueGameInfo), global::EggLink.DanhengServer.Proto.ChessRogueGameInfo.Parser, new[]{ "RogueVirtualItemInfo", "RogueDifficultyInfo", "RogueDiceInfo", "PendingAction", "NousValueInfo", "RogueAeonInfo", "GameMiracleInfo", "VirtualItemInfo", "LevelInfo", "StoryInfo", "RogueBuffInfo", "OPAKJJMAGPH", "RogueLineupInfo", "RogueCurrentGameInfo", "RogueSubMode" }, null, null, null, null) })); diff --git a/Proto/ChessRogueGetInfo.cs b/Proto/ChessRogueGetInfo.cs index fb0a69c4..5fd5f7c9 100644 --- a/Proto/ChessRogueGetInfo.cs +++ b/Proto/ChessRogueGetInfo.cs @@ -25,9 +25,9 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChdDaGVzc1JvZ3VlR2V0SW5mby5wcm90bxoaQ2hlc3NSb2d1ZVRhbGVudElu", - "Zm8ucHJvdG8aHUNoZXNzUm9ndWVRdWVyeURpY2VJbmZvLnByb3RvGiJDaGVz", - "c1JvZ3VlUXVlcnlEaWZmY3VsdHlJbmZvLnByb3RvGh1DaGVzc1JvZ3VlUXVl", - "cnlBZW9uSW5mby5wcm90byKdAgoRQ2hlc3NSb2d1ZUdldEluZm8SMQoPY2hl", + "Zm8ucHJvdG8aHUNoZXNzUm9ndWVRdWVyeUFlb25JbmZvLnByb3RvGh1DaGVz", + "c1JvZ3VlUXVlcnlEaWNlSW5mby5wcm90bxoiQ2hlc3NSb2d1ZVF1ZXJ5RGlm", + "ZmN1bHR5SW5mby5wcm90byKdAgoRQ2hlc3NSb2d1ZUdldEluZm8SMQoPY2hl", "c3NfYWVvbl9pbmZvGAUgASgLMhguQ2hlc3NSb2d1ZVF1ZXJ5QWVvbkluZm8S", "HQoVZXhwbG9yZWRfYXJlYV9pZF9saXN0GAwgAygNEhQKDGFyZWFfaWRfbGlz", "dBgIIAMoDRIvChB0YWxlbnRfaW5mb19saXN0GAQgASgLMhUuQ2hlc3NSb2d1", @@ -36,7 +36,7 @@ namespace EggLink.DanhengServer.Proto { "ASgLMh0uQ2hlc3NSb2d1ZVF1ZXJ5RGlmZmN1bHR5SW5mb0IeqgIbRWdnTGlu", "ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueTalentInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryDiceInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryDiffcultyInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryAeonInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueTalentInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryAeonInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryDiceInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryDiffcultyInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueGetInfo), global::EggLink.DanhengServer.Proto.ChessRogueGetInfo.Parser, new[]{ "ChessAeonInfo", "ExploredAreaIdList", "AreaIdList", "TalentInfoList", "QueryDiceInfo", "RogueDifficultyInfo" }, null, null, null, null) })); diff --git a/Proto/ChessRogueGiveUpScRsp.cs b/Proto/ChessRogueGiveUpScRsp.cs index cfbeb537..358364da 100644 --- a/Proto/ChessRogueGiveUpScRsp.cs +++ b/Proto/ChessRogueGiveUpScRsp.cs @@ -24,10 +24,10 @@ namespace EggLink.DanhengServer.Proto { static ChessRogueGiveUpScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChtDaGVzc1JvZ3VlR2l2ZVVwU2NSc3AucHJvdG8aGUNoZXNzUm9ndWVRdWVy", - "eUluZm8ucHJvdG8aF0NoZXNzUm9ndWVHZXRJbmZvLnByb3RvGhhDaGVzc1Jv", - "Z3VlQWVvbkluZm8ucHJvdG8aFENoZXNzUm9ndWVJbmZvLnByb3RvGhpDaGVz", - "c1JvZ3VlRmluaXNoSW5mby5wcm90byL9AQoVQ2hlc3NSb2d1ZUdpdmVVcFNj", + "ChtDaGVzc1JvZ3VlR2l2ZVVwU2NSc3AucHJvdG8aGENoZXNzUm9ndWVBZW9u", + "SW5mby5wcm90bxoXQ2hlc3NSb2d1ZUdldEluZm8ucHJvdG8aFENoZXNzUm9n", + "dWVJbmZvLnByb3RvGhpDaGVzc1JvZ3VlRmluaXNoSW5mby5wcm90bxoZQ2hl", + "c3NSb2d1ZVF1ZXJ5SW5mby5wcm90byL9AQoVQ2hlc3NSb2d1ZUdpdmVVcFNj", "UnNwEigKCnF1ZXJ5X2luZm8YDyABKAsyFC5DaGVzc1JvZ3VlUXVlcnlJbmZv", "EioKC2ZpbmlzaF9pbmZvGAUgASgLMhUuQ2hlc3NSb2d1ZUZpbmlzaEluZm8S", "LAoPcm9ndWVfYWVvbl9pbmZvGAcgASgLMhMuQ2hlc3NSb2d1ZUFlb25JbmZv", @@ -36,7 +36,7 @@ namespace EggLink.DanhengServer.Proto { "b2d1ZUluZm9CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv", "dG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueQueryInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueGetInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueAeonInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueFinishInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueAeonInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueGetInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueFinishInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueGiveUpScRsp), global::EggLink.DanhengServer.Proto.ChessRogueGiveUpScRsp.Parser, new[]{ "QueryInfo", "FinishInfo", "RogueAeonInfo", "Retcode", "RogueGetInfo", "StageInfo" }, null, null, null, null) })); diff --git a/Proto/ChessRogueInfo.cs b/Proto/ChessRogueInfo.cs index 5e053df7..f5942650 100644 --- a/Proto/ChessRogueInfo.cs +++ b/Proto/ChessRogueInfo.cs @@ -24,12 +24,12 @@ namespace EggLink.DanhengServer.Proto { static ChessRogueInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChRDaGVzc1JvZ3VlSW5mby5wcm90bxoPU2NlbmVJbmZvLnByb3RvGhBMaW5l", - "dXBJbmZvLnByb3RvIkgKDkNoZXNzUm9ndWVJbmZvEhkKBXNjZW5lGA0gASgL", + "ChRDaGVzc1JvZ3VlSW5mby5wcm90bxoQTGluZXVwSW5mby5wcm90bxoPU2Nl", + "bmVJbmZvLnByb3RvIkgKDkNoZXNzUm9ndWVJbmZvEhkKBXNjZW5lGA0gASgL", "MgouU2NlbmVJbmZvEhsKBmxpbmV1cBgGIAEoCzILLkxpbmV1cEluZm9CHqoC", "G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueInfo), global::EggLink.DanhengServer.Proto.ChessRogueInfo.Parser, new[]{ "Scene", "Lineup" }, null, null, null, null) })); diff --git a/Proto/ChessRogueLayerAccountInfoNotify.cs b/Proto/ChessRogueLayerAccountInfoNotify.cs index 3a3a39a1..4d18129c 100644 --- a/Proto/ChessRogueLayerAccountInfoNotify.cs +++ b/Proto/ChessRogueLayerAccountInfoNotify.cs @@ -24,8 +24,8 @@ namespace EggLink.DanhengServer.Proto { static ChessRogueLayerAccountInfoNotifyReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiZDaGVzc1JvZ3VlTGF5ZXJBY2NvdW50SW5mb05vdGlmeS5wcm90bxoaQ2hl", - "c3NSb2d1ZUZpbmlzaEluZm8ucHJvdG8aGUNoZXNzUm9ndWVMZXZlbEluZm8u", + "CiZDaGVzc1JvZ3VlTGF5ZXJBY2NvdW50SW5mb05vdGlmeS5wcm90bxoZQ2hl", + "c3NSb2d1ZUxldmVsSW5mby5wcm90bxoaQ2hlc3NSb2d1ZUZpbmlzaEluZm8u", "cHJvdG8iuQEKIENoZXNzUm9ndWVMYXllckFjY291bnRJbmZvTm90aWZ5EhAK", "CGxheWVyX2lkGAggASgNEhMKC09KR0dNT09QR0lMGAcgAygNEigKCmxldmVs", "X2luZm8YASABKAsyFC5DaGVzc1JvZ3VlTGV2ZWxJbmZvEhgKEGRpZmZpY3Vs", @@ -33,7 +33,7 @@ namespace EggLink.DanhengServer.Proto { "Z3VlRmluaXNoSW5mb0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv", "YgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueFinishInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueLevelInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueLevelInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueFinishInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueLayerAccountInfoNotify), global::EggLink.DanhengServer.Proto.ChessRogueLayerAccountInfoNotify.Parser, new[]{ "LayerId", "OJGGMOOPGIL", "LevelInfo", "DifficultyLevel", "FinishInfo" }, null, null, null, null) })); diff --git a/Proto/ChessRogueLeaveScRsp.cs b/Proto/ChessRogueLeaveScRsp.cs index f122eb54..8d98c0e1 100644 --- a/Proto/ChessRogueLeaveScRsp.cs +++ b/Proto/ChessRogueLeaveScRsp.cs @@ -25,8 +25,8 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChpDaGVzc1JvZ3VlTGVhdmVTY1JzcC5wcm90bxoUQ2hlc3NSb2d1ZUluZm8u", - "cHJvdG8aF0NoZXNzUm9ndWVHZXRJbmZvLnByb3RvGhhDaGVzc1JvZ3VlQWVv", - "bkluZm8ucHJvdG8aGUNoZXNzUm9ndWVRdWVyeUluZm8ucHJvdG8i0AEKFENo", + "cHJvdG8aGUNoZXNzUm9ndWVRdWVyeUluZm8ucHJvdG8aF0NoZXNzUm9ndWVH", + "ZXRJbmZvLnByb3RvGhhDaGVzc1JvZ3VlQWVvbkluZm8ucHJvdG8i0AEKFENo", "ZXNzUm9ndWVMZWF2ZVNjUnNwEigKCnF1ZXJ5X2luZm8YByABKAsyFC5DaGVz", "c1JvZ3VlUXVlcnlJbmZvEioKDnJvZ3VlX2dldF9pbmZvGAggASgLMhIuQ2hl", "c3NSb2d1ZUdldEluZm8SIwoKc3RhZ2VfaW5mbxgGIAEoCzIPLkNoZXNzUm9n", @@ -34,7 +34,7 @@ namespace EggLink.DanhengServer.Proto { "ZW9uSW5mbxIPCgdyZXRjb2RlGAsgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdT", "ZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueGetInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueAeonInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueGetInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueAeonInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueLeaveScRsp), global::EggLink.DanhengServer.Proto.ChessRogueLeaveScRsp.Parser, new[]{ "QueryInfo", "RogueGetInfo", "StageInfo", "RogueAeonInfo", "Retcode" }, null, null, null, null) })); diff --git a/Proto/ChessRogueLineupInfo.cs b/Proto/ChessRogueLineupInfo.cs index c868d5d9..602416d4 100644 --- a/Proto/ChessRogueLineupInfo.cs +++ b/Proto/ChessRogueLineupInfo.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static ChessRogueLineupInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChpDaGVzc1JvZ3VlTGluZXVwSW5mby5wcm90bxogQ2hlc3NSb2d1ZUxpbmV1", - "cEF2YXRhckluZm8ucHJvdG8aG1JvZ3VlQXZhdGFyUmV2aXZlQ29zdC5wcm90", + "ChpDaGVzc1JvZ3VlTGluZXVwSW5mby5wcm90bxobUm9ndWVBdmF0YXJSZXZp", + "dmVDb3N0LnByb3RvGiBDaGVzc1JvZ3VlTGluZXVwQXZhdGFySW5mby5wcm90", "byJ7ChRDaGVzc1JvZ3VlTGluZXVwSW5mbxIrCgtyZXZpdmVfaW5mbxgKIAEo", "CzIWLlJvZ3VlQXZhdGFyUmV2aXZlQ29zdBI2ChFjaGVzc19hdmF0YXJfbGlz", "dBgPIAMoCzIbLkNoZXNzUm9ndWVMaW5ldXBBdmF0YXJJbmZvQh6qAhtFZ2dM", "aW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueLineupAvatarInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueAvatarReviveCostReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueAvatarReviveCostReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueLineupAvatarInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueLineupInfo), global::EggLink.DanhengServer.Proto.ChessRogueLineupInfo.Parser, new[]{ "ReviveInfo", "ChessAvatarList" }, null, null, null, null) })); diff --git a/Proto/ChessRogueMiracleSourceType.cs b/Proto/ChessRogueMiracleSourceType.cs deleted file mode 100644 index 912fbb75..00000000 --- a/Proto/ChessRogueMiracleSourceType.cs +++ /dev/null @@ -1,69 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: ChessRogueMiracleSourceType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from ChessRogueMiracleSourceType.proto - public static partial class ChessRogueMiracleSourceTypeReflection { - - #region Descriptor - /// File descriptor for ChessRogueMiracleSourceType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static ChessRogueMiracleSourceTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "CiFDaGVzc1JvZ3VlTWlyYWNsZVNvdXJjZVR5cGUucHJvdG8qsAQKG0NoZXNz", - "Um9ndWVNaXJhY2xlU291cmNlVHlwZRIoCiRDSEVTU19ST0dVRV9NSVJBQ0xF", - "X1NPVVJDRV9UWVBFX05PTkUQABIqCiZDSEVTU19ST0dVRV9NSVJBQ0xFX1NP", - "VVJDRV9UWVBFX1NFTEVDVBABEiwKKENIRVNTX1JPR1VFX01JUkFDTEVfU09V", - "UkNFX1RZUEVfRElBTE9HVUUQAhIpCiVDSEVTU19ST0dVRV9NSVJBQ0xFX1NP", - "VVJDRV9UWVBFX0JPTlVTEAMSJwojQ0hFU1NfUk9HVUVfTUlSQUNMRV9TT1VS", - "Q0VfVFlQRV9VU0UQBBIpCiVDSEVTU19ST0dVRV9NSVJBQ0xFX1NPVVJDRV9U", - "WVBFX1JFU0VUEAUSKwonQ0hFU1NfUk9HVUVfTUlSQUNMRV9TT1VSQ0VfVFlQ", - "RV9SRVBMQUNFEAYSKQolQ0hFU1NfUk9HVUVfTUlSQUNMRV9TT1VSQ0VfVFlQ", - "RV9UUkFERRAHEicKI0NIRVNTX1JPR1VFX01JUkFDTEVfU09VUkNFX1RZUEVf", - "R0VUEAgSKAokQ0hFU1NfUk9HVUVfTUlSQUNMRV9TT1VSQ0VfVFlQRV9TSE9Q", - "EAkSLgoqQ0hFU1NfUk9HVUVfTUlSQUNMRV9TT1VSQ0VfVFlQRV9NQVpFX1NL", - "SUxMEAoSMwovQ0hFU1NfUk9HVUVfTUlSQUNMRV9TT1VSQ0VfVFlQRV9MRVZF", - "TF9NRUNIQU5JU00QC0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv", - "YgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.ChessRogueMiracleSourceType), }, null, null)); - } - #endregion - - } - #region Enums - public enum ChessRogueMiracleSourceType { - [pbr::OriginalName("CHESS_ROGUE_MIRACLE_SOURCE_TYPE_NONE")] None = 0, - [pbr::OriginalName("CHESS_ROGUE_MIRACLE_SOURCE_TYPE_SELECT")] Select = 1, - [pbr::OriginalName("CHESS_ROGUE_MIRACLE_SOURCE_TYPE_DIALOGUE")] Dialogue = 2, - [pbr::OriginalName("CHESS_ROGUE_MIRACLE_SOURCE_TYPE_BONUS")] Bonus = 3, - [pbr::OriginalName("CHESS_ROGUE_MIRACLE_SOURCE_TYPE_USE")] Use = 4, - [pbr::OriginalName("CHESS_ROGUE_MIRACLE_SOURCE_TYPE_RESET")] Reset = 5, - [pbr::OriginalName("CHESS_ROGUE_MIRACLE_SOURCE_TYPE_REPLACE")] Replace = 6, - [pbr::OriginalName("CHESS_ROGUE_MIRACLE_SOURCE_TYPE_TRADE")] Trade = 7, - [pbr::OriginalName("CHESS_ROGUE_MIRACLE_SOURCE_TYPE_GET")] Get = 8, - [pbr::OriginalName("CHESS_ROGUE_MIRACLE_SOURCE_TYPE_SHOP")] Shop = 9, - [pbr::OriginalName("CHESS_ROGUE_MIRACLE_SOURCE_TYPE_MAZE_SKILL")] MazeSkill = 10, - [pbr::OriginalName("CHESS_ROGUE_MIRACLE_SOURCE_TYPE_LEVEL_MECHANISM")] LevelMechanism = 11, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/ChessRogueQueryInfo.cs b/Proto/ChessRogueQueryInfo.cs index 8f181d67..89b1c5ed 100644 --- a/Proto/ChessRogueQueryInfo.cs +++ b/Proto/ChessRogueQueryInfo.cs @@ -25,9 +25,9 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChlDaGVzc1JvZ3VlUXVlcnlJbmZvLnByb3RvGh1DaGVzc1JvZ3VlUXVlcnlE", - "aWNlSW5mby5wcm90bxoiQ2hlc3NSb2d1ZVF1ZXJ5RGlmZmN1bHR5SW5mby5w", - "cm90bxodQ2hlc3NSb2d1ZVF1ZXJ5QWVvbkluZm8ucHJvdG8aEUFKQ05EQkhO", - "TEZMLnByb3RvGhpDaGVzc1JvZ3VlVGFsZW50SW5mby5wcm90byLOAgoTQ2hl", + "aWNlSW5mby5wcm90bxoaQ2hlc3NSb2d1ZVRhbGVudEluZm8ucHJvdG8aIkNo", + "ZXNzUm9ndWVRdWVyeURpZmZjdWx0eUluZm8ucHJvdG8aEUFKQ05EQkhOTEZM", + "LnByb3RvGh1DaGVzc1JvZ3VlUXVlcnlBZW9uSW5mby5wcm90byLOAgoTQ2hl", "c3NSb2d1ZVF1ZXJ5SW5mbxIxCg9jaGVzc19hZW9uX2luZm8YBiABKAsyGC5D", "aGVzc1JvZ3VlUXVlcnlBZW9uSW5mbxItChdyb2d1ZV92aXJ0dWFsX2l0ZW1f", "aW5mbxgCIAEoCzIMLkFKQ05EQkhOTEZMEjwKFXJvZ3VlX2RpZmZpY3VsdHlf", @@ -38,7 +38,7 @@ namespace EggLink.DanhengServer.Proto { "b2d1ZVRhbGVudEluZm9CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90", "b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueQueryDiceInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryDiffcultyInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryAeonInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.AJCNDBHNLFLReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueTalentInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueQueryDiceInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueTalentInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryDiffcultyInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.AJCNDBHNLFLReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryAeonInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueQueryInfo), global::EggLink.DanhengServer.Proto.ChessRogueQueryInfo.Parser, new[]{ "ChessAeonInfo", "RogueVirtualItemInfo", "RogueDifficultyInfo", "AreaIdList", "QueryDiceInfo", "ExploredAreaIdList", "TalentInfoList" }, null, null, null, null) })); diff --git a/Proto/ChessRogueQueryScRsp.cs b/Proto/ChessRogueQueryScRsp.cs index a9123bde..9027da32 100644 --- a/Proto/ChessRogueQueryScRsp.cs +++ b/Proto/ChessRogueQueryScRsp.cs @@ -24,10 +24,10 @@ namespace EggLink.DanhengServer.Proto { static ChessRogueQueryScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChpDaGVzc1JvZ3VlUXVlcnlTY1JzcC5wcm90bxoZQ2hlc3NSb2d1ZVF1ZXJ5", - "SW5mby5wcm90bxoXQ2hlc3NSb2d1ZUdldEluZm8ucHJvdG8aG0NoZXNzUm9n", - "dWVDdXJyZW50SW5mby5wcm90bxoYQ2hlc3NSb2d1ZUdhbWVJbmZvLnByb3Rv", - "GhpDaGVzc1JvZ3VlRmluaXNoSW5mby5wcm90byKAAgoUQ2hlc3NSb2d1ZVF1", + "ChpDaGVzc1JvZ3VlUXVlcnlTY1JzcC5wcm90bxoXQ2hlc3NSb2d1ZUdldElu", + "Zm8ucHJvdG8aGUNoZXNzUm9ndWVRdWVyeUluZm8ucHJvdG8aG0NoZXNzUm9n", + "dWVDdXJyZW50SW5mby5wcm90bxoaQ2hlc3NSb2d1ZUZpbmlzaEluZm8ucHJv", + "dG8aGENoZXNzUm9ndWVHYW1lSW5mby5wcm90byKAAgoUQ2hlc3NSb2d1ZVF1", "ZXJ5U2NSc3ASKgoOcm9ndWVfZ2V0X2luZm8YAyABKAsyEi5DaGVzc1JvZ3Vl", "R2V0SW5mbxIPCgdyZXRjb2RlGAwgASgNEjIKEnJvZ3VlX2N1cnJlbnRfaW5m", "bxgEIAEoCzIWLkNoZXNzUm9ndWVDdXJyZW50SW5mbxIoCgpxdWVyeV9pbmZv", @@ -36,7 +36,7 @@ namespace EggLink.DanhengServer.Proto { "aGVzc1JvZ3VlR2FtZUluZm9CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Q", "cm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueQueryInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueGetInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueCurrentInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueGameInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueFinishInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueGetInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueCurrentInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueFinishInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueGameInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueQueryScRsp), global::EggLink.DanhengServer.Proto.ChessRogueQueryScRsp.Parser, new[]{ "RogueGetInfo", "Retcode", "RogueCurrentInfo", "QueryInfo", "FinishInfo", "Info" }, null, null, null, null) })); diff --git a/Proto/ChessRogueQuitScRsp.cs b/Proto/ChessRogueQuitScRsp.cs index 67940424..7614000a 100644 --- a/Proto/ChessRogueQuitScRsp.cs +++ b/Proto/ChessRogueQuitScRsp.cs @@ -24,12 +24,12 @@ namespace EggLink.DanhengServer.Proto { static ChessRogueQuitScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChlDaGVzc1JvZ3VlUXVpdFNjUnNwLnByb3RvGhlDaGVzc1JvZ3VlUXVlcnlJ", - "bmZvLnByb3RvGhlDaGVzc1JvZ3VlTGV2ZWxJbmZvLnByb3RvGhdDaGVzc1Jv", - "Z3VlR2V0SW5mby5wcm90bxoYQ2hlc3NSb2d1ZUFlb25JbmZvLnByb3RvGhRD", - "aGVzc1JvZ3VlSW5mby5wcm90bxobQ2hlc3NSb2d1ZUN1cnJlbnRJbmZvLnBy", - "b3RvGhhDaGVzc1JvZ3VlR2FtZUluZm8ucHJvdG8aGkNoZXNzUm9ndWVGaW5p", - "c2hJbmZvLnByb3RvIvwCChNDaGVzc1JvZ3VlUXVpdFNjUnNwEioKDnJvZ3Vl", + "ChlDaGVzc1JvZ3VlUXVpdFNjUnNwLnByb3RvGhhDaGVzc1JvZ3VlQWVvbklu", + "Zm8ucHJvdG8aF0NoZXNzUm9ndWVHZXRJbmZvLnByb3RvGhhDaGVzc1JvZ3Vl", + "R2FtZUluZm8ucHJvdG8aFENoZXNzUm9ndWVJbmZvLnByb3RvGhtDaGVzc1Jv", + "Z3VlQ3VycmVudEluZm8ucHJvdG8aGkNoZXNzUm9ndWVGaW5pc2hJbmZvLnBy", + "b3RvGhlDaGVzc1JvZ3VlTGV2ZWxJbmZvLnByb3RvGhlDaGVzc1JvZ3VlUXVl", + "cnlJbmZvLnByb3RvIvwCChNDaGVzc1JvZ3VlUXVpdFNjUnNwEioKDnJvZ3Vl", "X2dldF9pbmZvGAkgASgLMhIuQ2hlc3NSb2d1ZUdldEluZm8SIQoEaW5mbxgG", "IAEoCzITLkNoZXNzUm9ndWVHYW1lSW5mbxIsCg9yb2d1ZV9hZW9uX2luZm8Y", "ASABKAsyEy5DaGVzc1JvZ3VlQWVvbkluZm8SIwoKc3RhZ2VfaW5mbxgIIAEo", @@ -40,7 +40,7 @@ namespace EggLink.DanhengServer.Proto { "c3NSb2d1ZUN1cnJlbnRJbmZvEg8KB3JldGNvZGUYDCABKA1CHqoCG0VnZ0xp", "bmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueQueryInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueLevelInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueGetInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueAeonInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueCurrentInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueGameInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueFinishInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueAeonInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueGetInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueGameInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueCurrentInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueFinishInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueLevelInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueQueryInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueQuitScRsp), global::EggLink.DanhengServer.Proto.ChessRogueQuitScRsp.Parser, new[]{ "RogueGetInfo", "Info", "RogueAeonInfo", "StageInfo", "QueryInfo", "LevelInfo", "FinishInfo", "RogueCurrentInfo", "Retcode" }, null, null, null, null) })); diff --git a/Proto/ChessRogueSkipTeachingLevelScRsp.cs b/Proto/ChessRogueSkipTeachingLevelScRsp.cs index 3563763e..ee717a49 100644 --- a/Proto/ChessRogueSkipTeachingLevelScRsp.cs +++ b/Proto/ChessRogueSkipTeachingLevelScRsp.cs @@ -25,10 +25,10 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CiZDaGVzc1JvZ3VlU2tpcFRlYWNoaW5nTGV2ZWxTY1JzcC5wcm90bxoOSXRl", - "bUxpc3QucHJvdG8iVgogQ2hlc3NSb2d1ZVNraXBUZWFjaGluZ0xldmVsU2NS", - "c3ASDwoHUmV0Y29kZRgIIAEoDRIhCg5Ta2lwUmV3YXJkTGlzdBgFIAEoCzIJ", - "Lkl0ZW1MaXN0Qh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy", - "b3RvMw==")); + "bUxpc3QucHJvdG8iWAogQ2hlc3NSb2d1ZVNraXBUZWFjaGluZ0xldmVsU2NS", + "c3ASDwoHcmV0Y29kZRgIIAEoDRIjChBza2lwX3Jld2FyZF9saXN0GAUgASgL", + "MgkuSXRlbUxpc3RCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG", + "cHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -85,7 +85,7 @@ namespace EggLink.DanhengServer.Proto { return new ChessRogueSkipTeachingLevelScRsp(this); } - /// Field number for the "Retcode" field. + /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 8; private uint retcode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -97,7 +97,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "SkipRewardList" field. + /// Field number for the "skip_reward_list" field. public const int SkipRewardListFieldNumber = 5; private global::EggLink.DanhengServer.Proto.ItemList skipRewardList_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/ChessRogueStartScRsp.cs b/Proto/ChessRogueStartScRsp.cs index f346f389..45e08e97 100644 --- a/Proto/ChessRogueStartScRsp.cs +++ b/Proto/ChessRogueStartScRsp.cs @@ -24,10 +24,10 @@ namespace EggLink.DanhengServer.Proto { static ChessRogueStartScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChpDaGVzc1JvZ3VlU3RhcnRTY1JzcC5wcm90bxolQ2hlc3NSb2d1ZUxheWVy", - "SW5pdGlhbEV2ZW50SW5mby5wcm90bxoPU2NlbmVJbmZvLnByb3RvGhRDaGVz", - "c1JvZ3VlSW5mby5wcm90bxobQ2hlc3NSb2d1ZUN1cnJlbnRJbmZvLnByb3Rv", - "GhBMaW5ldXBJbmZvLnByb3RvGhhDaGVzc1JvZ3VlR2FtZUluZm8ucHJvdG8i", + "ChpDaGVzc1JvZ3VlU3RhcnRTY1JzcC5wcm90bxoQTGluZXVwSW5mby5wcm90", + "bxoUQ2hlc3NSb2d1ZUluZm8ucHJvdG8aJUNoZXNzUm9ndWVMYXllckluaXRp", + "YWxFdmVudEluZm8ucHJvdG8aG0NoZXNzUm9ndWVDdXJyZW50SW5mby5wcm90", + "bxoPU2NlbmVJbmZvLnByb3RvGhhDaGVzc1JvZ3VlR2FtZUluZm8ucHJvdG8i", "lwIKFENoZXNzUm9ndWVTdGFydFNjUnNwEhsKBmxpbmV1cBgMIAEoCzILLkxp", "bmV1cEluZm8SIwoKc3RhZ2VfaW5mbxgBIAEoCzIPLkNoZXNzUm9ndWVJbmZv", "EhkKBXNjZW5lGAogASgLMgouU2NlbmVJbmZvEjIKEnJvZ3VlX2N1cnJlbnRf", @@ -37,7 +37,7 @@ namespace EggLink.DanhengServer.Proto { "dGNvZGUYBSABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG", "cHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueLayerInitialEventInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueCurrentInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueGameInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueLayerInitialEventInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueCurrentInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueGameInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueStartScRsp), global::EggLink.DanhengServer.Proto.ChessRogueStartScRsp.Parser, new[]{ "Lineup", "StageInfo", "Scene", "RogueCurrentInfo", "Info", "BoardEventInfo", "Retcode" }, null, null, null, null) })); diff --git a/Proto/ChessRogueUpdateLevelBaseInfoScNotify.cs b/Proto/ChessRogueUpdateLevelBaseInfoScNotify.cs index 4a9b292b..82cd5808 100644 --- a/Proto/ChessRogueUpdateLevelBaseInfoScNotify.cs +++ b/Proto/ChessRogueUpdateLevelBaseInfoScNotify.cs @@ -25,14 +25,14 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CitDaGVzc1JvZ3VlVXBkYXRlTGV2ZWxCYXNlSW5mb1NjTm90aWZ5LnByb3Rv", - "GhtDaGVzc1JvZ3VlTGV2ZWxTdGF0dXMucHJvdG8aIUNoZXNzUm9ndWVVcGRh", - "dGVMZXZlbFN0YXR1cy5wcm90byKDAQolQ2hlc3NSb2d1ZVVwZGF0ZUxldmVs", + "GiFDaGVzc1JvZ3VlVXBkYXRlTGV2ZWxTdGF0dXMucHJvdG8aG0NoZXNzUm9n", + "dWVMZXZlbFN0YXR1cy5wcm90byKDAQolQ2hlc3NSb2d1ZVVwZGF0ZUxldmVs", "QmFzZUluZm9TY05vdGlmeRIsCgxsZXZlbF9zdGF0dXMYCyABKA4yFi5DaGVz", "c1JvZ3VlTGV2ZWxTdGF0dXMSLAoGcmVhc29uGAkgASgOMhwuQ2hlc3NSb2d1", "ZVVwZGF0ZUxldmVsU3RhdHVzQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIu", "UHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueLevelStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueUpdateLevelStatusReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueUpdateLevelStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueLevelStatusReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueUpdateLevelBaseInfoScNotify), global::EggLink.DanhengServer.Proto.ChessRogueUpdateLevelBaseInfoScNotify.Parser, new[]{ "LevelStatus", "Reason" }, null, null, null, null) })); diff --git a/Proto/ChimeraDoFinalRoundCsReq.cs b/Proto/ChimeraDoFinalRoundCsReq.cs index dd9f7619..624bc91a 100644 --- a/Proto/ChimeraDoFinalRoundCsReq.cs +++ b/Proto/ChimeraDoFinalRoundCsReq.cs @@ -24,17 +24,17 @@ namespace EggLink.DanhengServer.Proto { static ChimeraDoFinalRoundCsReqReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Ch5DaGltZXJhRG9GaW5hbFJvdW5kQ3NSZXEucHJvdG8aEUpNQUFOTVBBTkhN", - "LnByb3RvGhFFR0RHSEZMTE1HTi5wcm90bxoRTVBKRElCQ0NPSEYucHJvdG8i", - "sgEKGENoaW1lcmFEb0ZpbmFsUm91bmRDc1JlcRIQCghpc19yZXNldBgPIAEo", - "CBITCgtIR09ER0RFQUFKTxgEIAMoDRIZCgNzdHQYDiABKAsyDC5FR0RHSEZM", - "TE1HThIcCgZsaW5ldXAYCCABKAsyDC5NUEpESUJDQ09IRhIhCgtPUEFNQUVJ", - "SkNPSBgCIAMoCzIMLkpNQUFOTVBBTkhNEhMKC0NQQkRCQUlEQUVIGAEgASgN", - "Qh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "Ch5DaGltZXJhRG9GaW5hbFJvdW5kQ3NSZXEucHJvdG8aEU1QSkRJQkNDT0hG", + "LnByb3RvGhFFR0RHSEZMTE1HTi5wcm90bxoRSk1BQU5NUEFOSE0ucHJvdG8i", + "tQEKGENoaW1lcmFEb0ZpbmFsUm91bmRDc1JlcRITCgtQQUhNQUdQRkREShgP", + "IAEoCBITCgtIR09ER0RFQUFKTxgEIAMoDRIZCgNzdHQYDiABKAsyDC5FR0RH", + "SEZMTE1HThIcCgZsaW5ldXAYCCABKAsyDC5NUEpESUJDQ09IRhIhCgtPUEFN", + "QUVJSkNPSBgCIAMoCzIMLkpNQUFOTVBBTkhNEhMKC0NQQkRCQUlEQUVIGAEg", + "ASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.JMAANMPANHMReflection.Descriptor, global::EggLink.DanhengServer.Proto.EGDGHFLLMGNReflection.Descriptor, global::EggLink.DanhengServer.Proto.MPJDIBCCOHFReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MPJDIBCCOHFReflection.Descriptor, global::EggLink.DanhengServer.Proto.EGDGHFLLMGNReflection.Descriptor, global::EggLink.DanhengServer.Proto.JMAANMPANHMReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChimeraDoFinalRoundCsReq), global::EggLink.DanhengServer.Proto.ChimeraDoFinalRoundCsReq.Parser, new[]{ "IsReset", "HGODGDEAAJO", "Stt", "Lineup", "OPAMAEIJCOH", "CPBDBAIDAEH" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChimeraDoFinalRoundCsReq), global::EggLink.DanhengServer.Proto.ChimeraDoFinalRoundCsReq.Parser, new[]{ "PAHMAGPFDDJ", "HGODGDEAAJO", "Stt", "Lineup", "OPAMAEIJCOH", "CPBDBAIDAEH" }, null, null, null, null) })); } #endregion @@ -76,7 +76,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public ChimeraDoFinalRoundCsReq(ChimeraDoFinalRoundCsReq other) : this() { - isReset_ = other.isReset_; + pAHMAGPFDDJ_ = other.pAHMAGPFDDJ_; hGODGDEAAJO_ = other.hGODGDEAAJO_.Clone(); stt_ = other.stt_ != null ? other.stt_.Clone() : null; lineup_ = other.lineup_ != null ? other.lineup_.Clone() : null; @@ -91,15 +91,15 @@ namespace EggLink.DanhengServer.Proto { return new ChimeraDoFinalRoundCsReq(this); } - /// Field number for the "is_reset" field. - public const int IsResetFieldNumber = 15; - private bool isReset_; + /// Field number for the "PAHMAGPFDDJ" field. + public const int PAHMAGPFDDJFieldNumber = 15; + private bool pAHMAGPFDDJ_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool IsReset { - get { return isReset_; } + public bool PAHMAGPFDDJ { + get { return pAHMAGPFDDJ_; } set { - isReset_ = value; + pAHMAGPFDDJ_ = value; } } @@ -176,7 +176,7 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (IsReset != other.IsReset) return false; + if (PAHMAGPFDDJ != other.PAHMAGPFDDJ) return false; if(!hGODGDEAAJO_.Equals(other.hGODGDEAAJO_)) return false; if (!object.Equals(Stt, other.Stt)) return false; if (!object.Equals(Lineup, other.Lineup)) return false; @@ -189,7 +189,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (IsReset != false) hash ^= IsReset.GetHashCode(); + if (PAHMAGPFDDJ != false) hash ^= PAHMAGPFDDJ.GetHashCode(); hash ^= hGODGDEAAJO_.GetHashCode(); if (stt_ != null) hash ^= Stt.GetHashCode(); if (lineup_ != null) hash ^= Lineup.GetHashCode(); @@ -227,9 +227,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(114); output.WriteMessage(Stt); } - if (IsReset != false) { + if (PAHMAGPFDDJ != false) { output.WriteRawTag(120); - output.WriteBool(IsReset); + output.WriteBool(PAHMAGPFDDJ); } if (_unknownFields != null) { _unknownFields.WriteTo(output); @@ -255,9 +255,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(114); output.WriteMessage(Stt); } - if (IsReset != false) { + if (PAHMAGPFDDJ != false) { output.WriteRawTag(120); - output.WriteBool(IsReset); + output.WriteBool(PAHMAGPFDDJ); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); @@ -269,7 +269,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (IsReset != false) { + if (PAHMAGPFDDJ != false) { size += 1 + 1; } size += hGODGDEAAJO_.CalculateSize(_repeated_hGODGDEAAJO_codec); @@ -295,8 +295,8 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - if (other.IsReset != false) { - IsReset = other.IsReset; + if (other.PAHMAGPFDDJ != false) { + PAHMAGPFDDJ = other.PAHMAGPFDDJ; } hGODGDEAAJO_.Add(other.hGODGDEAAJO_); if (other.stt_ != null) { @@ -358,7 +358,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 120: { - IsReset = input.ReadBool(); + PAHMAGPFDDJ = input.ReadBool(); break; } } @@ -404,7 +404,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 120: { - IsReset = input.ReadBool(); + PAHMAGPFDDJ = input.ReadBool(); break; } } diff --git a/Proto/ChimeraDoFinalRoundScRsp.cs b/Proto/ChimeraDoFinalRoundScRsp.cs index f960ead8..07b9eeb3 100644 --- a/Proto/ChimeraDoFinalRoundScRsp.cs +++ b/Proto/ChimeraDoFinalRoundScRsp.cs @@ -24,19 +24,19 @@ namespace EggLink.DanhengServer.Proto { static ChimeraDoFinalRoundScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Ch5DaGltZXJhRG9GaW5hbFJvdW5kU2NSc3AucHJvdG8aEUpDTkpERkZDTERH", - "LnByb3RvGhFESUZQRFBMQ0lHRC5wcm90byL7AQoYQ2hpbWVyYURvRmluYWxS", + "Ch5DaGltZXJhRG9GaW5hbFJvdW5kU2NSc3AucHJvdG8aEURJRlBEUExDSUdE", + "LnByb3RvGhFKQ05KREZGQ0xERy5wcm90byL+AQoYQ2hpbWVyYURvRmluYWxS", "b3VuZFNjUnNwEg8KB3JldGNvZGUYDCABKA0SEwoLRUFJT0pDTkxNTkcYAiAB", "KA0SEwoLSkZQTk1PT05MTkoYBCABKA0SEwoLT0xMREtBSk9BSkQYAyABKA0S", "DQoFaW5kZXgYBSABKA0SEwoLQ1BCREJBSURBRUgYCiABKA0SEwoLQ0FHQVBM", - "TkhBQkIYCSABKA0SEAoIaXNfcmVzZXQYDSABKAgSIQoLTkNEQU9CTE1ISFAY", - "CCADKAsyDC5ESUZQRFBMQ0lHRBIhCgtJR0FHSUJORUxDSxgLIAMoCzIMLkpD", - "TkpERkZDTERHQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy", - "b3RvMw==")); + "TkhBQkIYCSABKA0SEwoLUEFITUFHUEZEREoYDSABKAgSIQoLTkNEQU9CTE1I", + "SFAYCCADKAsyDC5ESUZQRFBMQ0lHRBIhCgtJR0FHSUJORUxDSxgLIAMoCzIM", + "LkpDTkpERkZDTERHQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9i", + "BnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.JCNJDFFCLDGReflection.Descriptor, global::EggLink.DanhengServer.Proto.DIFPDPLCIGDReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DIFPDPLCIGDReflection.Descriptor, global::EggLink.DanhengServer.Proto.JCNJDFFCLDGReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChimeraDoFinalRoundScRsp), global::EggLink.DanhengServer.Proto.ChimeraDoFinalRoundScRsp.Parser, new[]{ "Retcode", "EAIOJCNLMNG", "JFPNMOONLNJ", "OLLDKAJOAJD", "Index", "CPBDBAIDAEH", "CAGAPLNHABB", "IsReset", "NCDAOBLMHHP", "IGAGIBNELCK" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChimeraDoFinalRoundScRsp), global::EggLink.DanhengServer.Proto.ChimeraDoFinalRoundScRsp.Parser, new[]{ "Retcode", "EAIOJCNLMNG", "JFPNMOONLNJ", "OLLDKAJOAJD", "Index", "CPBDBAIDAEH", "CAGAPLNHABB", "PAHMAGPFDDJ", "NCDAOBLMHHP", "IGAGIBNELCK" }, null, null, null, null) })); } #endregion @@ -85,7 +85,7 @@ namespace EggLink.DanhengServer.Proto { index_ = other.index_; cPBDBAIDAEH_ = other.cPBDBAIDAEH_; cAGAPLNHABB_ = other.cAGAPLNHABB_; - isReset_ = other.isReset_; + pAHMAGPFDDJ_ = other.pAHMAGPFDDJ_; nCDAOBLMHHP_ = other.nCDAOBLMHHP_.Clone(); iGAGIBNELCK_ = other.iGAGIBNELCK_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); @@ -181,15 +181,15 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "is_reset" field. - public const int IsResetFieldNumber = 13; - private bool isReset_; + /// Field number for the "PAHMAGPFDDJ" field. + public const int PAHMAGPFDDJFieldNumber = 13; + private bool pAHMAGPFDDJ_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool IsReset { - get { return isReset_; } + public bool PAHMAGPFDDJ { + get { return pAHMAGPFDDJ_; } set { - isReset_ = value; + pAHMAGPFDDJ_ = value; } } @@ -237,7 +237,7 @@ namespace EggLink.DanhengServer.Proto { if (Index != other.Index) return false; if (CPBDBAIDAEH != other.CPBDBAIDAEH) return false; if (CAGAPLNHABB != other.CAGAPLNHABB) return false; - if (IsReset != other.IsReset) return false; + if (PAHMAGPFDDJ != other.PAHMAGPFDDJ) return false; if(!nCDAOBLMHHP_.Equals(other.nCDAOBLMHHP_)) return false; if(!iGAGIBNELCK_.Equals(other.iGAGIBNELCK_)) return false; return Equals(_unknownFields, other._unknownFields); @@ -254,7 +254,7 @@ namespace EggLink.DanhengServer.Proto { if (Index != 0) hash ^= Index.GetHashCode(); if (CPBDBAIDAEH != 0) hash ^= CPBDBAIDAEH.GetHashCode(); if (CAGAPLNHABB != 0) hash ^= CAGAPLNHABB.GetHashCode(); - if (IsReset != false) hash ^= IsReset.GetHashCode(); + if (PAHMAGPFDDJ != false) hash ^= PAHMAGPFDDJ.GetHashCode(); hash ^= nCDAOBLMHHP_.GetHashCode(); hash ^= iGAGIBNELCK_.GetHashCode(); if (_unknownFields != null) { @@ -305,9 +305,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(96); output.WriteUInt32(Retcode); } - if (IsReset != false) { + if (PAHMAGPFDDJ != false) { output.WriteRawTag(104); - output.WriteBool(IsReset); + output.WriteBool(PAHMAGPFDDJ); } if (_unknownFields != null) { _unknownFields.WriteTo(output); @@ -349,9 +349,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(96); output.WriteUInt32(Retcode); } - if (IsReset != false) { + if (PAHMAGPFDDJ != false) { output.WriteRawTag(104); - output.WriteBool(IsReset); + output.WriteBool(PAHMAGPFDDJ); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); @@ -384,7 +384,7 @@ namespace EggLink.DanhengServer.Proto { if (CAGAPLNHABB != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CAGAPLNHABB); } - if (IsReset != false) { + if (PAHMAGPFDDJ != false) { size += 1 + 1; } size += nCDAOBLMHHP_.CalculateSize(_repeated_nCDAOBLMHHP_codec); @@ -422,8 +422,8 @@ namespace EggLink.DanhengServer.Proto { if (other.CAGAPLNHABB != 0) { CAGAPLNHABB = other.CAGAPLNHABB; } - if (other.IsReset != false) { - IsReset = other.IsReset; + if (other.PAHMAGPFDDJ != false) { + PAHMAGPFDDJ = other.PAHMAGPFDDJ; } nCDAOBLMHHP_.Add(other.nCDAOBLMHHP_); iGAGIBNELCK_.Add(other.iGAGIBNELCK_); @@ -479,7 +479,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 104: { - IsReset = input.ReadBool(); + PAHMAGPFDDJ = input.ReadBool(); break; } } @@ -534,7 +534,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 104: { - IsReset = input.ReadBool(); + PAHMAGPFDDJ = input.ReadBool(); break; } } diff --git a/Proto/ChimeraFinishEndlessRoundCsReq.cs b/Proto/ChimeraFinishEndlessRoundCsReq.cs index a683de75..6b094dff 100644 --- a/Proto/ChimeraFinishEndlessRoundCsReq.cs +++ b/Proto/ChimeraFinishEndlessRoundCsReq.cs @@ -24,18 +24,18 @@ namespace EggLink.DanhengServer.Proto { static ChimeraFinishEndlessRoundCsReqReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiRDaGltZXJhRmluaXNoRW5kbGVzc1JvdW5kQ3NSZXEucHJvdG8aEUpNQUFO", - "TVBBTkhNLnByb3RvGhFFR0RHSEZMTE1HTi5wcm90bxoRTVBKRElCQ0NPSEYu", - "cHJvdG8iuAEKHkNoaW1lcmFGaW5pc2hFbmRsZXNzUm91bmRDc1JlcRIcCgZs", + "CiRDaGltZXJhRmluaXNoRW5kbGVzc1JvdW5kQ3NSZXEucHJvdG8aEU1QSkRJ", + "QkNDT0hGLnByb3RvGhFFR0RHSEZMTE1HTi5wcm90bxoRSk1BQU5NUEFOSE0u", + "cHJvdG8iuwEKHkNoaW1lcmFGaW5pc2hFbmRsZXNzUm91bmRDc1JlcRIcCgZs", "aW5ldXAYAyABKAsyDC5NUEpESUJDQ09IRhIZCgNzdHQYASABKAsyDC5FR0RH", - "SEZMTE1HThITCgtIR09ER0RFQUFKTxgCIAMoDRIQCghpc19yZXNldBgNIAEo", - "CBITCgtDUEJEQkFJREFFSBgMIAEoDRIhCgtPUEFNQUVJSkNPSBgKIAMoCzIM", - "LkpNQUFOTVBBTkhNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9i", - "BnByb3RvMw==")); + "SEZMTE1HThITCgtIR09ER0RFQUFKTxgCIAMoDRITCgtQQUhNQUdQRkREShgN", + "IAEoCBITCgtDUEJEQkFJREFFSBgMIAEoDRIhCgtPUEFNQUVJSkNPSBgKIAMo", + "CzIMLkpNQUFOTVBBTkhNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJv", + "dG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.JMAANMPANHMReflection.Descriptor, global::EggLink.DanhengServer.Proto.EGDGHFLLMGNReflection.Descriptor, global::EggLink.DanhengServer.Proto.MPJDIBCCOHFReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MPJDIBCCOHFReflection.Descriptor, global::EggLink.DanhengServer.Proto.EGDGHFLLMGNReflection.Descriptor, global::EggLink.DanhengServer.Proto.JMAANMPANHMReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChimeraFinishEndlessRoundCsReq), global::EggLink.DanhengServer.Proto.ChimeraFinishEndlessRoundCsReq.Parser, new[]{ "Lineup", "Stt", "HGODGDEAAJO", "IsReset", "CPBDBAIDAEH", "OPAMAEIJCOH" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChimeraFinishEndlessRoundCsReq), global::EggLink.DanhengServer.Proto.ChimeraFinishEndlessRoundCsReq.Parser, new[]{ "Lineup", "Stt", "HGODGDEAAJO", "PAHMAGPFDDJ", "CPBDBAIDAEH", "OPAMAEIJCOH" }, null, null, null, null) })); } #endregion @@ -80,7 +80,7 @@ namespace EggLink.DanhengServer.Proto { lineup_ = other.lineup_ != null ? other.lineup_.Clone() : null; stt_ = other.stt_ != null ? other.stt_.Clone() : null; hGODGDEAAJO_ = other.hGODGDEAAJO_.Clone(); - isReset_ = other.isReset_; + pAHMAGPFDDJ_ = other.pAHMAGPFDDJ_; cPBDBAIDAEH_ = other.cPBDBAIDAEH_; oPAMAEIJCOH_ = other.oPAMAEIJCOH_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); @@ -127,15 +127,15 @@ namespace EggLink.DanhengServer.Proto { get { return hGODGDEAAJO_; } } - /// Field number for the "is_reset" field. - public const int IsResetFieldNumber = 13; - private bool isReset_; + /// Field number for the "PAHMAGPFDDJ" field. + public const int PAHMAGPFDDJFieldNumber = 13; + private bool pAHMAGPFDDJ_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool IsReset { - get { return isReset_; } + public bool PAHMAGPFDDJ { + get { return pAHMAGPFDDJ_; } set { - isReset_ = value; + pAHMAGPFDDJ_ = value; } } @@ -180,7 +180,7 @@ namespace EggLink.DanhengServer.Proto { if (!object.Equals(Lineup, other.Lineup)) return false; if (!object.Equals(Stt, other.Stt)) return false; if(!hGODGDEAAJO_.Equals(other.hGODGDEAAJO_)) return false; - if (IsReset != other.IsReset) return false; + if (PAHMAGPFDDJ != other.PAHMAGPFDDJ) return false; if (CPBDBAIDAEH != other.CPBDBAIDAEH) return false; if(!oPAMAEIJCOH_.Equals(other.oPAMAEIJCOH_)) return false; return Equals(_unknownFields, other._unknownFields); @@ -193,7 +193,7 @@ namespace EggLink.DanhengServer.Proto { if (lineup_ != null) hash ^= Lineup.GetHashCode(); if (stt_ != null) hash ^= Stt.GetHashCode(); hash ^= hGODGDEAAJO_.GetHashCode(); - if (IsReset != false) hash ^= IsReset.GetHashCode(); + if (PAHMAGPFDDJ != false) hash ^= PAHMAGPFDDJ.GetHashCode(); if (CPBDBAIDAEH != 0) hash ^= CPBDBAIDAEH.GetHashCode(); hash ^= oPAMAEIJCOH_.GetHashCode(); if (_unknownFields != null) { @@ -228,9 +228,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(96); output.WriteUInt32(CPBDBAIDAEH); } - if (IsReset != false) { + if (PAHMAGPFDDJ != false) { output.WriteRawTag(104); - output.WriteBool(IsReset); + output.WriteBool(PAHMAGPFDDJ); } if (_unknownFields != null) { _unknownFields.WriteTo(output); @@ -256,9 +256,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(96); output.WriteUInt32(CPBDBAIDAEH); } - if (IsReset != false) { + if (PAHMAGPFDDJ != false) { output.WriteRawTag(104); - output.WriteBool(IsReset); + output.WriteBool(PAHMAGPFDDJ); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); @@ -277,7 +277,7 @@ namespace EggLink.DanhengServer.Proto { size += 1 + pb::CodedOutputStream.ComputeMessageSize(Stt); } size += hGODGDEAAJO_.CalculateSize(_repeated_hGODGDEAAJO_codec); - if (IsReset != false) { + if (PAHMAGPFDDJ != false) { size += 1 + 1; } if (CPBDBAIDAEH != 0) { @@ -309,8 +309,8 @@ namespace EggLink.DanhengServer.Proto { Stt.MergeFrom(other.Stt); } hGODGDEAAJO_.Add(other.hGODGDEAAJO_); - if (other.IsReset != false) { - IsReset = other.IsReset; + if (other.PAHMAGPFDDJ != false) { + PAHMAGPFDDJ = other.PAHMAGPFDDJ; } if (other.CPBDBAIDAEH != 0) { CPBDBAIDAEH = other.CPBDBAIDAEH; @@ -359,7 +359,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 104: { - IsReset = input.ReadBool(); + PAHMAGPFDDJ = input.ReadBool(); break; } } @@ -405,7 +405,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 104: { - IsReset = input.ReadBool(); + PAHMAGPFDDJ = input.ReadBool(); break; } } diff --git a/Proto/ChimeraFinishEndlessRoundScRsp.cs b/Proto/ChimeraFinishEndlessRoundScRsp.cs index a009b11d..06b259a8 100644 --- a/Proto/ChimeraFinishEndlessRoundScRsp.cs +++ b/Proto/ChimeraFinishEndlessRoundScRsp.cs @@ -25,16 +25,16 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CiRDaGltZXJhRmluaXNoRW5kbGVzc1JvdW5kU2NSc3AucHJvdG8aEUpDTkpE", - "RkZDTERHLnByb3RvIs8BCh5DaGltZXJhRmluaXNoRW5kbGVzc1JvdW5kU2NS", - "c3ASEAoIaXNfcmVzZXQYAiABKAgSEwoLQkJCR0tDSE5PQ0sYAyABKA0SEwoL", - "R0JFTUROQ0tLQkEYCCABKA0SEwoLQ1BCREJBSURBRUgYDyABKA0SEwoLTEZL", - "Rk9DSkZOQ0oYBSABKA0SDwoHcmV0Y29kZRgHIAEoDRIhCgtJR0FHSUJORUxD", - "SxgOIAMoCzIMLkpDTkpERkZDTERHEhMKC0FFQkpOR0lNSENKGAsgASgNQh6q", - "AhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "RkZDTERHLnByb3RvItIBCh5DaGltZXJhRmluaXNoRW5kbGVzc1JvdW5kU2NS", + "c3ASEwoLUEFITUFHUEZEREoYAiABKAgSEwoLQkJCR0tDSE5PQ0sYAyABKA0S", + "EwoLR0JFTUROQ0tLQkEYCCABKA0SEwoLQ1BCREJBSURBRUgYDyABKA0SEwoL", + "TEZLRk9DSkZOQ0oYBSABKA0SDwoHcmV0Y29kZRgHIAEoDRIhCgtJR0FHSUJO", + "RUxDSxgOIAMoCzIMLkpDTkpERkZDTERHEhMKC0FFQkpOR0lNSENKGAsgASgN", + "Qh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.JCNJDFFCLDGReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChimeraFinishEndlessRoundScRsp), global::EggLink.DanhengServer.Proto.ChimeraFinishEndlessRoundScRsp.Parser, new[]{ "IsReset", "BBBGKCHNOCK", "GBEMDNCKKBA", "CPBDBAIDAEH", "LFKFOCJFNCJ", "Retcode", "IGAGIBNELCK", "AEBJNGIMHCJ" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChimeraFinishEndlessRoundScRsp), global::EggLink.DanhengServer.Proto.ChimeraFinishEndlessRoundScRsp.Parser, new[]{ "PAHMAGPFDDJ", "BBBGKCHNOCK", "GBEMDNCKKBA", "CPBDBAIDAEH", "LFKFOCJFNCJ", "Retcode", "IGAGIBNELCK", "AEBJNGIMHCJ" }, null, null, null, null) })); } #endregion @@ -76,7 +76,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public ChimeraFinishEndlessRoundScRsp(ChimeraFinishEndlessRoundScRsp other) : this() { - isReset_ = other.isReset_; + pAHMAGPFDDJ_ = other.pAHMAGPFDDJ_; bBBGKCHNOCK_ = other.bBBGKCHNOCK_; gBEMDNCKKBA_ = other.gBEMDNCKKBA_; cPBDBAIDAEH_ = other.cPBDBAIDAEH_; @@ -93,15 +93,15 @@ namespace EggLink.DanhengServer.Proto { return new ChimeraFinishEndlessRoundScRsp(this); } - /// Field number for the "is_reset" field. - public const int IsResetFieldNumber = 2; - private bool isReset_; + /// Field number for the "PAHMAGPFDDJ" field. + public const int PAHMAGPFDDJFieldNumber = 2; + private bool pAHMAGPFDDJ_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool IsReset { - get { return isReset_; } + public bool PAHMAGPFDDJ { + get { return pAHMAGPFDDJ_; } set { - isReset_ = value; + pAHMAGPFDDJ_ = value; } } @@ -203,7 +203,7 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (IsReset != other.IsReset) return false; + if (PAHMAGPFDDJ != other.PAHMAGPFDDJ) return false; if (BBBGKCHNOCK != other.BBBGKCHNOCK) return false; if (GBEMDNCKKBA != other.GBEMDNCKKBA) return false; if (CPBDBAIDAEH != other.CPBDBAIDAEH) return false; @@ -218,7 +218,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (IsReset != false) hash ^= IsReset.GetHashCode(); + if (PAHMAGPFDDJ != false) hash ^= PAHMAGPFDDJ.GetHashCode(); if (BBBGKCHNOCK != 0) hash ^= BBBGKCHNOCK.GetHashCode(); if (GBEMDNCKKBA != 0) hash ^= GBEMDNCKKBA.GetHashCode(); if (CPBDBAIDAEH != 0) hash ^= CPBDBAIDAEH.GetHashCode(); @@ -244,9 +244,9 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (IsReset != false) { + if (PAHMAGPFDDJ != false) { output.WriteRawTag(16); - output.WriteBool(IsReset); + output.WriteBool(PAHMAGPFDDJ); } if (BBBGKCHNOCK != 0) { output.WriteRawTag(24); @@ -283,9 +283,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (IsReset != false) { + if (PAHMAGPFDDJ != false) { output.WriteRawTag(16); - output.WriteBool(IsReset); + output.WriteBool(PAHMAGPFDDJ); } if (BBBGKCHNOCK != 0) { output.WriteRawTag(24); @@ -322,7 +322,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (IsReset != false) { + if (PAHMAGPFDDJ != false) { size += 1 + 1; } if (BBBGKCHNOCK != 0) { @@ -356,8 +356,8 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - if (other.IsReset != false) { - IsReset = other.IsReset; + if (other.PAHMAGPFDDJ != false) { + PAHMAGPFDDJ = other.PAHMAGPFDDJ; } if (other.BBBGKCHNOCK != 0) { BBBGKCHNOCK = other.BBBGKCHNOCK; @@ -394,7 +394,7 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 16: { - IsReset = input.ReadBool(); + PAHMAGPFDDJ = input.ReadBool(); break; } case 24: { @@ -441,7 +441,7 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 16: { - IsReset = input.ReadBool(); + PAHMAGPFDDJ = input.ReadBool(); break; } case 24: { diff --git a/Proto/ChimeraFinishRoundCsReq.cs b/Proto/ChimeraFinishRoundCsReq.cs index b4aef50b..45802346 100644 --- a/Proto/ChimeraFinishRoundCsReq.cs +++ b/Proto/ChimeraFinishRoundCsReq.cs @@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto { static ChimeraFinishRoundCsReqReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Ch1DaGltZXJhRmluaXNoUm91bmRDc1JlcS5wcm90bxoRSk1BQU5NUEFOSE0u", - "cHJvdG8aEU9ETk5LQklNRUZILnByb3RvGhFCSUFLREZFTEpGTS5wcm90bxoR", - "TVBKRElCQ0NPSEYucHJvdG8aEUVHREdIRkxMTUdOLnByb3RvIswDChdDaGlt", + "Ch1DaGltZXJhRmluaXNoUm91bmRDc1JlcS5wcm90bxoRT0ROTktCSU1FRkgu", + "cHJvdG8aEU1QSkRJQkNDT0hGLnByb3RvGhFCSUFLREZFTEpGTS5wcm90bxoR", + "Sk1BQU5NUEFOSE0ucHJvdG8aEUVHREdIRkxMTUdOLnByb3RvIswDChdDaGlt", "ZXJhRmluaXNoUm91bmRDc1JlcRITCgtISk9FQU1ETEJQTBgNIAEoDRITCgtN", "T0xJRElLSUZHQhgMIAEoCBIZCgNzdHQYCSABKAsyDC5FR0RHSEZMTE1HThI+", "CgtNTEJBTEpLQ01DRxgEIAMoCzIpLkNoaW1lcmFGaW5pc2hSb3VuZENzUmVx", @@ -39,7 +39,7 @@ namespace EggLink.DanhengServer.Proto { "EEJBSEhOTUxIQUxKRW50cnkSCwoDa2V5GAEgASgNEg0KBXZhbHVlGAIgASgN", "OgI4AUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.JMAANMPANHMReflection.Descriptor, global::EggLink.DanhengServer.Proto.ODNNKBIMEFHReflection.Descriptor, global::EggLink.DanhengServer.Proto.BIAKDFELJFMReflection.Descriptor, global::EggLink.DanhengServer.Proto.MPJDIBCCOHFReflection.Descriptor, global::EggLink.DanhengServer.Proto.EGDGHFLLMGNReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ODNNKBIMEFHReflection.Descriptor, global::EggLink.DanhengServer.Proto.MPJDIBCCOHFReflection.Descriptor, global::EggLink.DanhengServer.Proto.BIAKDFELJFMReflection.Descriptor, global::EggLink.DanhengServer.Proto.JMAANMPANHMReflection.Descriptor, global::EggLink.DanhengServer.Proto.EGDGHFLLMGNReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChimeraFinishRoundCsReq), global::EggLink.DanhengServer.Proto.ChimeraFinishRoundCsReq.Parser, new[]{ "HJOEAMDLBPL", "MOLIDIKIFGB", "Stt", "MLBALJKCMCG", "Lineup", "OPAMAEIJCOH", "BAHHNMLHALJ", "HGODGDEAAJO", "EndReason" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, null, }) })); diff --git a/Proto/ChimeraFinishRoundScRsp.cs b/Proto/ChimeraFinishRoundScRsp.cs index f631e9d1..c8a716e5 100644 --- a/Proto/ChimeraFinishRoundScRsp.cs +++ b/Proto/ChimeraFinishRoundScRsp.cs @@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto { static ChimeraFinishRoundScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Ch1DaGltZXJhRmluaXNoUm91bmRTY1JzcC5wcm90bxoRRUFER0FOTUpJUEsu", - "cHJvdG8aEU9ETk5LQklNRUZILnByb3RvGhFPQVBETUtLS0VPTC5wcm90bxoR", - "SkNOSkRGRkNMREcucHJvdG8aEUJJQUtERkVMSkZNLnByb3RvGhFESUZQRFBM", + "Ch1DaGltZXJhRmluaXNoUm91bmRTY1JzcC5wcm90bxoRT0ROTktCSU1FRkgu", + "cHJvdG8aEUVBREdBTk1KSVBLLnByb3RvGhFPQVBETUtLS0VPTC5wcm90bxoR", + "QklBS0RGRUxKRk0ucHJvdG8aEUpDTkpERkZDTERHLnByb3RvGhFESUZQRFBM", "Q0lHRC5wcm90byLhBAoXQ2hpbWVyYUZpbmlzaFJvdW5kU2NSc3ASPgoLR0hL", "R0NGQ0xBQkYYByADKAsyKS5DaGltZXJhRmluaXNoUm91bmRTY1JzcC5HSEtH", "Q0ZDTEFCRkVudHJ5EiEKC0dPSUFLUEdKTENCGAsgAygLMgwuSkNOSkRGRkNM", @@ -43,7 +43,7 @@ namespace EggLink.DanhengServer.Proto { "IAEoDRIbCgV2YWx1ZRgCIAEoCzIMLk9ETk5LQklNRUZIOgI4AUIeqgIbRWdn", "TGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EADGANMJIPKReflection.Descriptor, global::EggLink.DanhengServer.Proto.ODNNKBIMEFHReflection.Descriptor, global::EggLink.DanhengServer.Proto.OAPDMKKKEOLReflection.Descriptor, global::EggLink.DanhengServer.Proto.JCNJDFFCLDGReflection.Descriptor, global::EggLink.DanhengServer.Proto.BIAKDFELJFMReflection.Descriptor, global::EggLink.DanhengServer.Proto.DIFPDPLCIGDReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ODNNKBIMEFHReflection.Descriptor, global::EggLink.DanhengServer.Proto.EADGANMJIPKReflection.Descriptor, global::EggLink.DanhengServer.Proto.OAPDMKKKEOLReflection.Descriptor, global::EggLink.DanhengServer.Proto.BIAKDFELJFMReflection.Descriptor, global::EggLink.DanhengServer.Proto.JCNJDFFCLDGReflection.Descriptor, global::EggLink.DanhengServer.Proto.DIFPDPLCIGDReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChimeraFinishRoundScRsp), global::EggLink.DanhengServer.Proto.ChimeraFinishRoundScRsp.Parser, new[]{ "GHKGCFCLABF", "GOIAKPGJLCB", "EAIOJCNLMNG", "EndReason", "IJEIOMMFPKA", "JIEIFDOCOHE", "CJKCNHCLMGD", "OLLDKAJOAJD", "MOLIDIKIFGB", "BBMGIIMECEL", "Retcode", "NCDAOBLMHHP", "JFPNMOONLNJ", "NAHPKPPMDKK", "MFAFNNCJJNG" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, null, }) })); diff --git a/Proto/ChimeraGetDataScRsp.cs b/Proto/ChimeraGetDataScRsp.cs index 9b4280a0..524593f3 100644 --- a/Proto/ChimeraGetDataScRsp.cs +++ b/Proto/ChimeraGetDataScRsp.cs @@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto { static ChimeraGetDataScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChlDaGltZXJhR2V0RGF0YVNjUnNwLnByb3RvGhFKQ05KREZGQ0xERy5wcm90", - "bxoRRElGUERQTENJR0QucHJvdG8aEU1QSkRJQkNDT0hGLnByb3RvGhFPQVBE", - "TUtLS0VPTC5wcm90byLCAwoTQ2hpbWVyYUdldERhdGFTY1JzcBIPCgdyZXRj", + "ChlDaGltZXJhR2V0RGF0YVNjUnNwLnByb3RvGhFPQVBETUtLS0VPTC5wcm90", + "bxoRTVBKRElCQ0NPSEYucHJvdG8aEURJRlBEUExDSUdELnByb3RvGhFKQ05K", + "REZGQ0xERy5wcm90byLCAwoTQ2hpbWVyYUdldERhdGFTY1JzcBIPCgdyZXRj", "b2RlGAMgASgNEhMKC0xGS0ZPQ0pGTkNKGAsgASgNEhQKC0NBR0FQTE5IQUJC", "GNkCIAEoDRITCgtKRlBOTU9PTkxOShgJIAEoDRIhCgtCQk1HSUlNRUNFTBgO", "IAEoDjIMLk9BUERNS0tLRU9MEhMKC0dCRU1ETkNLS0JBGA0gASgNEhQKC09M", @@ -39,7 +39,7 @@ namespace EggLink.DanhengServer.Proto { "KAsyDC5NUEpESUJDQ09IRkIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlBy", "b3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.JCNJDFFCLDGReflection.Descriptor, global::EggLink.DanhengServer.Proto.DIFPDPLCIGDReflection.Descriptor, global::EggLink.DanhengServer.Proto.MPJDIBCCOHFReflection.Descriptor, global::EggLink.DanhengServer.Proto.OAPDMKKKEOLReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.OAPDMKKKEOLReflection.Descriptor, global::EggLink.DanhengServer.Proto.MPJDIBCCOHFReflection.Descriptor, global::EggLink.DanhengServer.Proto.DIFPDPLCIGDReflection.Descriptor, global::EggLink.DanhengServer.Proto.JCNJDFFCLDGReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChimeraGetDataScRsp), global::EggLink.DanhengServer.Proto.ChimeraGetDataScRsp.Parser, new[]{ "Retcode", "LFKFOCJFNCJ", "CAGAPLNHABB", "JFPNMOONLNJ", "BBMGIIMECEL", "GBEMDNCKKBA", "OLLDKAJOAJD", "CPBDBAIDAEH", "CJEKJHPIBJL", "BBBGKCHNOCK", "KILPNHJBPDB", "NCDAOBLMHHP", "EAIOJCNLMNG", "CJKCNHCLMGD", "KIIMKAEAJAL", "MFAFNNCJJNG", "IJEIOMMFPKA", "Lineup" }, null, null, null, null) })); diff --git a/Proto/CityShopInfoScNotify.cs b/Proto/CityShopInfoScNotify.cs index 659f7055..56767949 100644 --- a/Proto/CityShopInfoScNotify.cs +++ b/Proto/CityShopInfoScNotify.cs @@ -24,10 +24,10 @@ namespace EggLink.DanhengServer.Proto { static CityShopInfoScNotifyReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChpDaXR5U2hvcEluZm9TY05vdGlmeS5wcm90byJcChRDaXR5U2hvcEluZm9T", - "Y05vdGlmeRIYChBUYWtlbkxldmVsUmV3YXJkGA4gASgEEgsKA0V4cBgGIAEo", - "DRIOCgZTaG9wSWQYDCABKA0SDQoFTGV2ZWwYAiABKA1CHqoCG0VnZ0xpbmsu", - "RGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); + "ChpDaXR5U2hvcEluZm9TY05vdGlmeS5wcm90byJfChRDaXR5U2hvcEluZm9T", + "Y05vdGlmeRIaChJ0YWtlbl9sZXZlbF9yZXdhcmQYDiABKAQSCwoDZXhwGAYg", + "ASgNEg8KB3Nob3BfaWQYDCABKA0SDQoFbGV2ZWwYAiABKA1CHqoCG0VnZ0xp", + "bmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -86,7 +86,7 @@ namespace EggLink.DanhengServer.Proto { return new CityShopInfoScNotify(this); } - /// Field number for the "TakenLevelReward" field. + /// Field number for the "taken_level_reward" field. public const int TakenLevelRewardFieldNumber = 14; private ulong takenLevelReward_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -98,7 +98,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Exp" field. + /// Field number for the "exp" field. public const int ExpFieldNumber = 6; private uint exp_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -110,7 +110,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "ShopId" field. + /// Field number for the "shop_id" field. public const int ShopIdFieldNumber = 12; private uint shopId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -122,7 +122,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Level" field. + /// Field number for the "level" field. public const int LevelFieldNumber = 2; private uint level_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/ClientMail.cs b/Proto/ClientMail.cs index 39e886a9..1282b79f 100644 --- a/Proto/ClientMail.cs +++ b/Proto/ClientMail.cs @@ -25,12 +25,13 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChBDbGllbnRNYWlsLnByb3RvGg5JdGVtTGlzdC5wcm90bxoOTWFpbFR5cGUu", - "cHJvdG8i3AEKCkNsaWVudE1haWwSDAoEVGltZRgFIAEoAxISCgpFeHBpcmVU", - "aW1lGAogASgDEg4KBlNlbmRlchgGIAEoCRIQCghQYXJhTGlzdBgNIAMoCRIN", - "CgVUaXRsZRgEIAEoCRIdCgpBdHRhY2htZW50GA8gASgLMgkuSXRlbUxpc3QS", - "CgoCSWQYDCABKA0SDwoHQ29udGVudBgIIAEoCRISCgpUZW1wbGF0ZUlkGAsg", - "ASgNEhsKCE1haWxUeXBlGAkgASgOMgkuTWFpbFR5cGUSDgoGSXNSZWFkGAcg", - "ASgIQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "cHJvdG8i4QEKCkNsaWVudE1haWwSDAoEdGltZRgFIAEoAxITCgtleHBpcmVf", + "dGltZRgKIAEoAxIOCgZzZW5kZXIYBiABKAkSEQoJcGFyYV9saXN0GA0gAygJ", + "Eg0KBXRpdGxlGAQgASgJEh0KCmF0dGFjaG1lbnQYDyABKAsyCS5JdGVtTGlz", + "dBIKCgJpZBgMIAEoDRIPCgdjb250ZW50GAggASgJEhMKC3RlbXBsYXRlX2lk", + "GAsgASgNEhwKCW1haWxfdHlwZRgJIAEoDjIJLk1haWxUeXBlEg8KB2lzX3Jl", + "YWQYByABKAhCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv", + "dG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.MailTypeReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -96,7 +97,7 @@ namespace EggLink.DanhengServer.Proto { return new ClientMail(this); } - /// Field number for the "Time" field. + /// Field number for the "time" field. public const int TimeFieldNumber = 5; private long time_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -108,7 +109,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "ExpireTime" field. + /// Field number for the "expire_time" field. public const int ExpireTimeFieldNumber = 10; private long expireTime_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -120,7 +121,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Sender" field. + /// Field number for the "sender" field. public const int SenderFieldNumber = 6; private string sender_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -132,7 +133,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "ParaList" field. + /// Field number for the "para_list" field. public const int ParaListFieldNumber = 13; private static readonly pb::FieldCodec _repeated_paraList_codec = pb::FieldCodec.ForString(106); @@ -143,7 +144,7 @@ namespace EggLink.DanhengServer.Proto { get { return paraList_; } } - /// Field number for the "Title" field. + /// Field number for the "title" field. public const int TitleFieldNumber = 4; private string title_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -155,7 +156,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Attachment" field. + /// Field number for the "attachment" field. public const int AttachmentFieldNumber = 15; private global::EggLink.DanhengServer.Proto.ItemList attachment_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -167,7 +168,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Id" field. + /// Field number for the "id" field. public const int IdFieldNumber = 12; private uint id_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -179,7 +180,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Content" field. + /// Field number for the "content" field. public const int ContentFieldNumber = 8; private string content_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -191,7 +192,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "TemplateId" field. + /// Field number for the "template_id" field. public const int TemplateIdFieldNumber = 11; private uint templateId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -203,7 +204,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "MailType" field. + /// Field number for the "mail_type" field. public const int MailTypeFieldNumber = 9; private global::EggLink.DanhengServer.Proto.MailType mailType_ = global::EggLink.DanhengServer.Proto.MailType.Normal; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -215,7 +216,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "IsRead" field. + /// Field number for the "is_read" field. public const int IsReadFieldNumber = 7; private bool isRead_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/ClientTurnSnapshot.cs b/Proto/ClientTurnSnapshot.cs deleted file mode 100644 index 98e1e954..00000000 --- a/Proto/ClientTurnSnapshot.cs +++ /dev/null @@ -1,402 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: ClientTurnSnapshot.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from ClientTurnSnapshot.proto - public static partial class ClientTurnSnapshotReflection { - - #region Descriptor - /// File descriptor for ClientTurnSnapshot.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static ClientTurnSnapshotReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChhDbGllbnRUdXJuU25hcHNob3QucHJvdG8aF0NoYXJhY3RlclNuYXBzaG90", - "LnByb3RvGhdBbmltRXZlbnRTbmFwc2hvdC5wcm90byLLAQoSQ2xpZW50VHVy", - "blNuYXBzaG90EhQKDHR1cm5fY291bnRlchgBIAEoDRIWCg5yYW5kb21fY291", - "bnRlchgCIAEoDRIaChJhbmltX2V2ZW50X2NvdW50ZXIYAyABKA0SKQoNc25h", - "cHNob3RfbGlzdBgEIAMoCzISLkNoYXJhY3RlclNuYXBzaG90EisKD2FuaW1f", - "ZXZlbnRfbGlzdBgFIAMoCzISLkFuaW1FdmVudFNuYXBzaG90EhMKC0pFSU5C", - "TUxGQ0JQGAYgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9i", - "BnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CharacterSnapshotReflection.Descriptor, global::EggLink.DanhengServer.Proto.AnimEventSnapshotReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ClientTurnSnapshot), global::EggLink.DanhengServer.Proto.ClientTurnSnapshot.Parser, new[]{ "TurnCounter", "RandomCounter", "AnimEventCounter", "SnapshotList", "AnimEventList", "JEINBMLFCBP" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class ClientTurnSnapshot : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ClientTurnSnapshot()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.ClientTurnSnapshotReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ClientTurnSnapshot() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ClientTurnSnapshot(ClientTurnSnapshot other) : this() { - turnCounter_ = other.turnCounter_; - randomCounter_ = other.randomCounter_; - animEventCounter_ = other.animEventCounter_; - snapshotList_ = other.snapshotList_.Clone(); - animEventList_ = other.animEventList_.Clone(); - jEINBMLFCBP_ = other.jEINBMLFCBP_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ClientTurnSnapshot Clone() { - return new ClientTurnSnapshot(this); - } - - /// Field number for the "turn_counter" field. - public const int TurnCounterFieldNumber = 1; - private uint turnCounter_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint TurnCounter { - get { return turnCounter_; } - set { - turnCounter_ = value; - } - } - - /// Field number for the "random_counter" field. - public const int RandomCounterFieldNumber = 2; - private uint randomCounter_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint RandomCounter { - get { return randomCounter_; } - set { - randomCounter_ = value; - } - } - - /// Field number for the "anim_event_counter" field. - public const int AnimEventCounterFieldNumber = 3; - private uint animEventCounter_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint AnimEventCounter { - get { return animEventCounter_; } - set { - animEventCounter_ = value; - } - } - - /// Field number for the "snapshot_list" field. - public const int SnapshotListFieldNumber = 4; - private static readonly pb::FieldCodec _repeated_snapshotList_codec - = pb::FieldCodec.ForMessage(34, global::EggLink.DanhengServer.Proto.CharacterSnapshot.Parser); - private readonly pbc::RepeatedField snapshotList_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField SnapshotList { - get { return snapshotList_; } - } - - /// Field number for the "anim_event_list" field. - public const int AnimEventListFieldNumber = 5; - private static readonly pb::FieldCodec _repeated_animEventList_codec - = pb::FieldCodec.ForMessage(42, global::EggLink.DanhengServer.Proto.AnimEventSnapshot.Parser); - private readonly pbc::RepeatedField animEventList_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField AnimEventList { - get { return animEventList_; } - } - - /// Field number for the "JEINBMLFCBP" field. - public const int JEINBMLFCBPFieldNumber = 6; - private uint jEINBMLFCBP_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint JEINBMLFCBP { - get { return jEINBMLFCBP_; } - set { - jEINBMLFCBP_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as ClientTurnSnapshot); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(ClientTurnSnapshot other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (TurnCounter != other.TurnCounter) return false; - if (RandomCounter != other.RandomCounter) return false; - if (AnimEventCounter != other.AnimEventCounter) return false; - if(!snapshotList_.Equals(other.snapshotList_)) return false; - if(!animEventList_.Equals(other.animEventList_)) return false; - if (JEINBMLFCBP != other.JEINBMLFCBP) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (TurnCounter != 0) hash ^= TurnCounter.GetHashCode(); - if (RandomCounter != 0) hash ^= RandomCounter.GetHashCode(); - if (AnimEventCounter != 0) hash ^= AnimEventCounter.GetHashCode(); - hash ^= snapshotList_.GetHashCode(); - hash ^= animEventList_.GetHashCode(); - if (JEINBMLFCBP != 0) hash ^= JEINBMLFCBP.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (TurnCounter != 0) { - output.WriteRawTag(8); - output.WriteUInt32(TurnCounter); - } - if (RandomCounter != 0) { - output.WriteRawTag(16); - output.WriteUInt32(RandomCounter); - } - if (AnimEventCounter != 0) { - output.WriteRawTag(24); - output.WriteUInt32(AnimEventCounter); - } - snapshotList_.WriteTo(output, _repeated_snapshotList_codec); - animEventList_.WriteTo(output, _repeated_animEventList_codec); - if (JEINBMLFCBP != 0) { - output.WriteRawTag(48); - output.WriteUInt32(JEINBMLFCBP); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (TurnCounter != 0) { - output.WriteRawTag(8); - output.WriteUInt32(TurnCounter); - } - if (RandomCounter != 0) { - output.WriteRawTag(16); - output.WriteUInt32(RandomCounter); - } - if (AnimEventCounter != 0) { - output.WriteRawTag(24); - output.WriteUInt32(AnimEventCounter); - } - snapshotList_.WriteTo(ref output, _repeated_snapshotList_codec); - animEventList_.WriteTo(ref output, _repeated_animEventList_codec); - if (JEINBMLFCBP != 0) { - output.WriteRawTag(48); - output.WriteUInt32(JEINBMLFCBP); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (TurnCounter != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(TurnCounter); - } - if (RandomCounter != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(RandomCounter); - } - if (AnimEventCounter != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AnimEventCounter); - } - size += snapshotList_.CalculateSize(_repeated_snapshotList_codec); - size += animEventList_.CalculateSize(_repeated_animEventList_codec); - if (JEINBMLFCBP != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JEINBMLFCBP); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(ClientTurnSnapshot other) { - if (other == null) { - return; - } - if (other.TurnCounter != 0) { - TurnCounter = other.TurnCounter; - } - if (other.RandomCounter != 0) { - RandomCounter = other.RandomCounter; - } - if (other.AnimEventCounter != 0) { - AnimEventCounter = other.AnimEventCounter; - } - snapshotList_.Add(other.snapshotList_); - animEventList_.Add(other.animEventList_); - if (other.JEINBMLFCBP != 0) { - JEINBMLFCBP = other.JEINBMLFCBP; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - TurnCounter = input.ReadUInt32(); - break; - } - case 16: { - RandomCounter = input.ReadUInt32(); - break; - } - case 24: { - AnimEventCounter = input.ReadUInt32(); - break; - } - case 34: { - snapshotList_.AddEntriesFrom(input, _repeated_snapshotList_codec); - break; - } - case 42: { - animEventList_.AddEntriesFrom(input, _repeated_animEventList_codec); - break; - } - case 48: { - JEINBMLFCBP = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - TurnCounter = input.ReadUInt32(); - break; - } - case 16: { - RandomCounter = input.ReadUInt32(); - break; - } - case 24: { - AnimEventCounter = input.ReadUInt32(); - break; - } - case 34: { - snapshotList_.AddEntriesFrom(ref input, _repeated_snapshotList_codec); - break; - } - case 42: { - animEventList_.AddEntriesFrom(ref input, _repeated_animEventList_codec); - break; - } - case 48: { - JEINBMLFCBP = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/ClockParkGetOngoingScriptInfoScRsp.cs b/Proto/ClockParkGetOngoingScriptInfoScRsp.cs index bcfa8708..926fb218 100644 --- a/Proto/ClockParkGetOngoingScriptInfoScRsp.cs +++ b/Proto/ClockParkGetOngoingScriptInfoScRsp.cs @@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto { static ClockParkGetOngoingScriptInfoScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CihDbG9ja1BhcmtHZXRPbmdvaW5nU2NyaXB0SW5mb1NjUnNwLnByb3RvGhFC", - "TUxPRlBDTkdLTi5wcm90bxoRRUNNSUxIQ0tPTU8ucHJvdG8aEUxLQkJLT0pE", - "RFBELnByb3RvIsgCCiJDbG9ja1BhcmtHZXRPbmdvaW5nU2NyaXB0SW5mb1Nj", + "CihDbG9ja1BhcmtHZXRPbmdvaW5nU2NyaXB0SW5mb1NjUnNwLnByb3RvGhFM", + "S0JCS09KRERQRC5wcm90bxoRQk1MT0ZQQ05HS04ucHJvdG8aEUVDTUlMSENL", + "T01PLnByb3RvIsgCCiJDbG9ja1BhcmtHZXRPbmdvaW5nU2NyaXB0SW5mb1Nj", "UnNwEhMKC0tJRUtKRUZGUEhLGAIgASgNEhEKCXNjcmlwdF9pZBgFIAEoDRIT", "CgtFSURMTEVPTEZHTRgKIAMoDRITCgtBSUdFSEhOSEtQTRgHIAEoDRITCgtD", "SE9CQU9HTUxGThgGIAEoDRIhCgtJRU5QSEVGQU5HTBgNIAEoCzIMLkxLQkJL", @@ -36,7 +36,7 @@ namespace EggLink.DanhengServer.Proto { "IAEoDRITCgtDTUdLRU9MQ0JJUBgBIAEoCUIeqgIbRWdnTGluay5EYW5oZW5n", "U2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BMLOFPCNGKNReflection.Descriptor, global::EggLink.DanhengServer.Proto.ECMILHCKOMOReflection.Descriptor, global::EggLink.DanhengServer.Proto.LKBBKOJDDPDReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LKBBKOJDDPDReflection.Descriptor, global::EggLink.DanhengServer.Proto.BMLOFPCNGKNReflection.Descriptor, global::EggLink.DanhengServer.Proto.ECMILHCKOMOReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ClockParkGetOngoingScriptInfoScRsp), global::EggLink.DanhengServer.Proto.ClockParkGetOngoingScriptInfoScRsp.Parser, new[]{ "KIEKJEFFPHK", "ScriptId", "EIDLLEOLFGM", "AIGEHHNHKPM", "CHOBAOGMLFN", "IENPHEFANGL", "OBPFBLNBFKI", "BLHGBEDNFIB", "MJDOGPBOJIP", "RogueBuffInfo", "Retcode", "CMGKEOLCBIP" }, null, null, null, null) })); diff --git a/Proto/ClockParkHandleWaitOperationCsReq.cs b/Proto/ClockParkHandleWaitOperationCsReq.cs index d5bb2c62..9ab99720 100644 --- a/Proto/ClockParkHandleWaitOperationCsReq.cs +++ b/Proto/ClockParkHandleWaitOperationCsReq.cs @@ -24,24 +24,24 @@ namespace EggLink.DanhengServer.Proto { static ClockParkHandleWaitOperationCsReqReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CidDbG9ja1BhcmtIYW5kbGVXYWl0T3BlcmF0aW9uQ3NSZXEucHJvdG8aEUZG", - "T01JQk5DRktJLnByb3RvGhFBSkVIQU1EQUJOQS5wcm90bxoRSU5OTklDRk9M", - "SUkucHJvdG8aEUFNR0hEQ0FCSk1KLnByb3RvGhFIRUxOT0lITURIQS5wcm90", - "bxoRQ0VPT05GTE9OREoucHJvdG8aEU9CTk9OTUhNRUNLLnByb3RvIvQCCiFD", - "bG9ja1BhcmtIYW5kbGVXYWl0T3BlcmF0aW9uQ3NSZXESIwoLSkZCQ0tDTFBB", - "S08YBSABKAsyDC5PQk5PTk1ITUVDS0gAEiMKC0lQSUtGTENFRkxBGAkgASgL", - "MgwuRkZPTUlCTkNGS0lIABIjCgtNRUdOQkJGSUxOTBgHIAEoCzIMLkFKRUhB", - "TURBQk5BSAASIwoLQUJLS0RIQVBDSE4YASABKAsyDC5BTUdIRENBQkpNSkgA", - "EiMKC0xJSEpNRUlOR0lLGAYgASgLMgwuSU5OTklDRk9MSUlIABIjCgtMTUdH", - "TENOQ0RIRhgMIAEoCzIMLkNFT09ORkxPTkRKSAASIwoLRk5HRk9BRVBGSk4Y", - "AiABKAsyDC5IRUxOT0lITURIQUgAEhUKC09CUEZCTE5CRktJGA4gASgNSAAS", - "EQoJc2NyaXB0X2lkGAQgASgNEhMKC0FISURKQkpHR1BQGAsgASgNQg0KC05P", - "TUVNSkZIRElCQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy", + "CidDbG9ja1BhcmtIYW5kbGVXYWl0T3BlcmF0aW9uQ3NSZXEucHJvdG8aEU9C", + "Tk9OTUhNRUNLLnByb3RvGhFJTk5OSUNGT0xJSS5wcm90bxoRQUpFSEFNREFC", + "TkEucHJvdG8aEUNFT09ORkxPTkRKLnByb3RvGhFIRUxOT0lITURIQS5wcm90", + "bxoRRkZPTUlCTkNGS0kucHJvdG8aEUFNR0hEQ0FCSk1KLnByb3RvIvQCCiFD", + "bG9ja1BhcmtIYW5kbGVXYWl0T3BlcmF0aW9uQ3NSZXESEQoJc2NyaXB0X2lk", + "GAQgASgNEhMKC0FISURKQkpHR1BQGAsgASgNEiMKC0pGQkNLQ0xQQUtPGAUg", + "ASgLMgwuT0JOT05NSE1FQ0tIABIjCgtJUElLRkxDRUZMQRgJIAEoCzIMLkZG", + "T01JQk5DRktJSAASIwoLTUVHTkJCRklMTkwYByABKAsyDC5BSkVIQU1EQUJO", + "QUgAEiMKC0FCS0tESEFQQ0hOGAEgASgLMgwuQU1HSERDQUJKTUpIABIjCgtM", + "SUhKTUVJTkdJSxgGIAEoCzIMLklOTk5JQ0ZPTElJSAASIwoLTE1HR0xDTkNE", + "SEYYDCABKAsyDC5DRU9PTkZMT05ESkgAEiMKC0ZOR0ZPQUVQRkpOGAIgASgL", + "MgwuSEVMTk9JSE1ESEFIABIVCgtPQlBGQkxOQkZLSRgOIAEoDUgAQg0KC0RC", + "UE9CRkpJSklLQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy", "b3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FFOMIBNCFKIReflection.Descriptor, global::EggLink.DanhengServer.Proto.AJEHAMDABNAReflection.Descriptor, global::EggLink.DanhengServer.Proto.INNNICFOLIIReflection.Descriptor, global::EggLink.DanhengServer.Proto.AMGHDCABJMJReflection.Descriptor, global::EggLink.DanhengServer.Proto.HELNOIHMDHAReflection.Descriptor, global::EggLink.DanhengServer.Proto.CEOONFLONDJReflection.Descriptor, global::EggLink.DanhengServer.Proto.OBNONMHMECKReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.OBNONMHMECKReflection.Descriptor, global::EggLink.DanhengServer.Proto.INNNICFOLIIReflection.Descriptor, global::EggLink.DanhengServer.Proto.AJEHAMDABNAReflection.Descriptor, global::EggLink.DanhengServer.Proto.CEOONFLONDJReflection.Descriptor, global::EggLink.DanhengServer.Proto.HELNOIHMDHAReflection.Descriptor, global::EggLink.DanhengServer.Proto.FFOMIBNCFKIReflection.Descriptor, global::EggLink.DanhengServer.Proto.AMGHDCABJMJReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ClockParkHandleWaitOperationCsReq), global::EggLink.DanhengServer.Proto.ClockParkHandleWaitOperationCsReq.Parser, new[]{ "JFBCKCLPAKO", "IPIKFLCEFLA", "MEGNBBFILNL", "ABKKDHAPCHN", "LIHJMEINGIK", "LMGGLCNCDHF", "FNGFOAEPFJN", "OBPFBLNBFKI", "ScriptId", "AHIDJBJGGPP" }, new[]{ "NOMEMJFHDIB" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ClockParkHandleWaitOperationCsReq), global::EggLink.DanhengServer.Proto.ClockParkHandleWaitOperationCsReq.Parser, new[]{ "ScriptId", "AHIDJBJGGPP", "JFBCKCLPAKO", "IPIKFLCEFLA", "MEGNBBFILNL", "ABKKDHAPCHN", "LIHJMEINGIK", "LMGGLCNCDHF", "FNGFOAEPFJN", "OBPFBLNBFKI" }, new[]{ "DBPOBFJIJIK" }, null, null, null) })); } #endregion @@ -85,29 +85,29 @@ namespace EggLink.DanhengServer.Proto { public ClockParkHandleWaitOperationCsReq(ClockParkHandleWaitOperationCsReq other) : this() { scriptId_ = other.scriptId_; aHIDJBJGGPP_ = other.aHIDJBJGGPP_; - switch (other.NOMEMJFHDIBCase) { - case NOMEMJFHDIBOneofCase.JFBCKCLPAKO: + switch (other.DBPOBFJIJIKCase) { + case DBPOBFJIJIKOneofCase.JFBCKCLPAKO: JFBCKCLPAKO = other.JFBCKCLPAKO.Clone(); break; - case NOMEMJFHDIBOneofCase.IPIKFLCEFLA: + case DBPOBFJIJIKOneofCase.IPIKFLCEFLA: IPIKFLCEFLA = other.IPIKFLCEFLA.Clone(); break; - case NOMEMJFHDIBOneofCase.MEGNBBFILNL: + case DBPOBFJIJIKOneofCase.MEGNBBFILNL: MEGNBBFILNL = other.MEGNBBFILNL.Clone(); break; - case NOMEMJFHDIBOneofCase.ABKKDHAPCHN: + case DBPOBFJIJIKOneofCase.ABKKDHAPCHN: ABKKDHAPCHN = other.ABKKDHAPCHN.Clone(); break; - case NOMEMJFHDIBOneofCase.LIHJMEINGIK: + case DBPOBFJIJIKOneofCase.LIHJMEINGIK: LIHJMEINGIK = other.LIHJMEINGIK.Clone(); break; - case NOMEMJFHDIBOneofCase.LMGGLCNCDHF: + case DBPOBFJIJIKOneofCase.LMGGLCNCDHF: LMGGLCNCDHF = other.LMGGLCNCDHF.Clone(); break; - case NOMEMJFHDIBOneofCase.FNGFOAEPFJN: + case DBPOBFJIJIKOneofCase.FNGFOAEPFJN: FNGFOAEPFJN = other.FNGFOAEPFJN.Clone(); break; - case NOMEMJFHDIBOneofCase.OBPFBLNBFKI: + case DBPOBFJIJIKOneofCase.OBPFBLNBFKI: OBPFBLNBFKI = other.OBPFBLNBFKI; break; } @@ -121,116 +121,6 @@ namespace EggLink.DanhengServer.Proto { return new ClockParkHandleWaitOperationCsReq(this); } - /// Field number for the "JFBCKCLPAKO" field. - public const int JFBCKCLPAKOFieldNumber = 5; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.OBNONMHMECK JFBCKCLPAKO { - get { return nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.JFBCKCLPAKO ? (global::EggLink.DanhengServer.Proto.OBNONMHMECK) nOMEMJFHDIB_ : null; } - set { - nOMEMJFHDIB_ = value; - nOMEMJFHDIBCase_ = value == null ? NOMEMJFHDIBOneofCase.None : NOMEMJFHDIBOneofCase.JFBCKCLPAKO; - } - } - - /// Field number for the "IPIKFLCEFLA" field. - public const int IPIKFLCEFLAFieldNumber = 9; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.FFOMIBNCFKI IPIKFLCEFLA { - get { return nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.IPIKFLCEFLA ? (global::EggLink.DanhengServer.Proto.FFOMIBNCFKI) nOMEMJFHDIB_ : null; } - set { - nOMEMJFHDIB_ = value; - nOMEMJFHDIBCase_ = value == null ? NOMEMJFHDIBOneofCase.None : NOMEMJFHDIBOneofCase.IPIKFLCEFLA; - } - } - - /// Field number for the "MEGNBBFILNL" field. - public const int MEGNBBFILNLFieldNumber = 7; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.AJEHAMDABNA MEGNBBFILNL { - get { return nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.MEGNBBFILNL ? (global::EggLink.DanhengServer.Proto.AJEHAMDABNA) nOMEMJFHDIB_ : null; } - set { - nOMEMJFHDIB_ = value; - nOMEMJFHDIBCase_ = value == null ? NOMEMJFHDIBOneofCase.None : NOMEMJFHDIBOneofCase.MEGNBBFILNL; - } - } - - /// Field number for the "ABKKDHAPCHN" field. - public const int ABKKDHAPCHNFieldNumber = 1; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.AMGHDCABJMJ ABKKDHAPCHN { - get { return nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.ABKKDHAPCHN ? (global::EggLink.DanhengServer.Proto.AMGHDCABJMJ) nOMEMJFHDIB_ : null; } - set { - nOMEMJFHDIB_ = value; - nOMEMJFHDIBCase_ = value == null ? NOMEMJFHDIBOneofCase.None : NOMEMJFHDIBOneofCase.ABKKDHAPCHN; - } - } - - /// Field number for the "LIHJMEINGIK" field. - public const int LIHJMEINGIKFieldNumber = 6; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.INNNICFOLII LIHJMEINGIK { - get { return nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.LIHJMEINGIK ? (global::EggLink.DanhengServer.Proto.INNNICFOLII) nOMEMJFHDIB_ : null; } - set { - nOMEMJFHDIB_ = value; - nOMEMJFHDIBCase_ = value == null ? NOMEMJFHDIBOneofCase.None : NOMEMJFHDIBOneofCase.LIHJMEINGIK; - } - } - - /// Field number for the "LMGGLCNCDHF" field. - public const int LMGGLCNCDHFFieldNumber = 12; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.CEOONFLONDJ LMGGLCNCDHF { - get { return nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.LMGGLCNCDHF ? (global::EggLink.DanhengServer.Proto.CEOONFLONDJ) nOMEMJFHDIB_ : null; } - set { - nOMEMJFHDIB_ = value; - nOMEMJFHDIBCase_ = value == null ? NOMEMJFHDIBOneofCase.None : NOMEMJFHDIBOneofCase.LMGGLCNCDHF; - } - } - - /// Field number for the "FNGFOAEPFJN" field. - public const int FNGFOAEPFJNFieldNumber = 2; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.HELNOIHMDHA FNGFOAEPFJN { - get { return nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.FNGFOAEPFJN ? (global::EggLink.DanhengServer.Proto.HELNOIHMDHA) nOMEMJFHDIB_ : null; } - set { - nOMEMJFHDIB_ = value; - nOMEMJFHDIBCase_ = value == null ? NOMEMJFHDIBOneofCase.None : NOMEMJFHDIBOneofCase.FNGFOAEPFJN; - } - } - - /// Field number for the "OBPFBLNBFKI" field. - public const int OBPFBLNBFKIFieldNumber = 14; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint OBPFBLNBFKI { - get { return HasOBPFBLNBFKI ? (uint) nOMEMJFHDIB_ : 0; } - set { - nOMEMJFHDIB_ = value; - nOMEMJFHDIBCase_ = NOMEMJFHDIBOneofCase.OBPFBLNBFKI; - } - } - /// Gets whether the "OBPFBLNBFKI" field is set - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool HasOBPFBLNBFKI { - get { return nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.OBPFBLNBFKI; } - } - /// Clears the value of the oneof if it's currently set to "OBPFBLNBFKI" - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearOBPFBLNBFKI() { - if (HasOBPFBLNBFKI) { - ClearNOMEMJFHDIB(); - } - } - /// Field number for the "script_id" field. public const int ScriptIdFieldNumber = 4; private uint scriptId_; @@ -255,9 +145,119 @@ namespace EggLink.DanhengServer.Proto { } } - private object nOMEMJFHDIB_; - /// Enum of possible cases for the "NOMEMJFHDIB" oneof. - public enum NOMEMJFHDIBOneofCase { + /// Field number for the "JFBCKCLPAKO" field. + public const int JFBCKCLPAKOFieldNumber = 5; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.OBNONMHMECK JFBCKCLPAKO { + get { return dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.JFBCKCLPAKO ? (global::EggLink.DanhengServer.Proto.OBNONMHMECK) dBPOBFJIJIK_ : null; } + set { + dBPOBFJIJIK_ = value; + dBPOBFJIJIKCase_ = value == null ? DBPOBFJIJIKOneofCase.None : DBPOBFJIJIKOneofCase.JFBCKCLPAKO; + } + } + + /// Field number for the "IPIKFLCEFLA" field. + public const int IPIKFLCEFLAFieldNumber = 9; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.FFOMIBNCFKI IPIKFLCEFLA { + get { return dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.IPIKFLCEFLA ? (global::EggLink.DanhengServer.Proto.FFOMIBNCFKI) dBPOBFJIJIK_ : null; } + set { + dBPOBFJIJIK_ = value; + dBPOBFJIJIKCase_ = value == null ? DBPOBFJIJIKOneofCase.None : DBPOBFJIJIKOneofCase.IPIKFLCEFLA; + } + } + + /// Field number for the "MEGNBBFILNL" field. + public const int MEGNBBFILNLFieldNumber = 7; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.AJEHAMDABNA MEGNBBFILNL { + get { return dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.MEGNBBFILNL ? (global::EggLink.DanhengServer.Proto.AJEHAMDABNA) dBPOBFJIJIK_ : null; } + set { + dBPOBFJIJIK_ = value; + dBPOBFJIJIKCase_ = value == null ? DBPOBFJIJIKOneofCase.None : DBPOBFJIJIKOneofCase.MEGNBBFILNL; + } + } + + /// Field number for the "ABKKDHAPCHN" field. + public const int ABKKDHAPCHNFieldNumber = 1; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.AMGHDCABJMJ ABKKDHAPCHN { + get { return dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.ABKKDHAPCHN ? (global::EggLink.DanhengServer.Proto.AMGHDCABJMJ) dBPOBFJIJIK_ : null; } + set { + dBPOBFJIJIK_ = value; + dBPOBFJIJIKCase_ = value == null ? DBPOBFJIJIKOneofCase.None : DBPOBFJIJIKOneofCase.ABKKDHAPCHN; + } + } + + /// Field number for the "LIHJMEINGIK" field. + public const int LIHJMEINGIKFieldNumber = 6; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.INNNICFOLII LIHJMEINGIK { + get { return dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.LIHJMEINGIK ? (global::EggLink.DanhengServer.Proto.INNNICFOLII) dBPOBFJIJIK_ : null; } + set { + dBPOBFJIJIK_ = value; + dBPOBFJIJIKCase_ = value == null ? DBPOBFJIJIKOneofCase.None : DBPOBFJIJIKOneofCase.LIHJMEINGIK; + } + } + + /// Field number for the "LMGGLCNCDHF" field. + public const int LMGGLCNCDHFFieldNumber = 12; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.CEOONFLONDJ LMGGLCNCDHF { + get { return dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.LMGGLCNCDHF ? (global::EggLink.DanhengServer.Proto.CEOONFLONDJ) dBPOBFJIJIK_ : null; } + set { + dBPOBFJIJIK_ = value; + dBPOBFJIJIKCase_ = value == null ? DBPOBFJIJIKOneofCase.None : DBPOBFJIJIKOneofCase.LMGGLCNCDHF; + } + } + + /// Field number for the "FNGFOAEPFJN" field. + public const int FNGFOAEPFJNFieldNumber = 2; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.HELNOIHMDHA FNGFOAEPFJN { + get { return dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.FNGFOAEPFJN ? (global::EggLink.DanhengServer.Proto.HELNOIHMDHA) dBPOBFJIJIK_ : null; } + set { + dBPOBFJIJIK_ = value; + dBPOBFJIJIKCase_ = value == null ? DBPOBFJIJIKOneofCase.None : DBPOBFJIJIKOneofCase.FNGFOAEPFJN; + } + } + + /// Field number for the "OBPFBLNBFKI" field. + public const int OBPFBLNBFKIFieldNumber = 14; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public uint OBPFBLNBFKI { + get { return HasOBPFBLNBFKI ? (uint) dBPOBFJIJIK_ : 0; } + set { + dBPOBFJIJIK_ = value; + dBPOBFJIJIKCase_ = DBPOBFJIJIKOneofCase.OBPFBLNBFKI; + } + } + /// Gets whether the "OBPFBLNBFKI" field is set + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool HasOBPFBLNBFKI { + get { return dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.OBPFBLNBFKI; } + } + /// Clears the value of the oneof if it's currently set to "OBPFBLNBFKI" + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void ClearOBPFBLNBFKI() { + if (HasOBPFBLNBFKI) { + ClearDBPOBFJIJIK(); + } + } + + private object dBPOBFJIJIK_; + /// Enum of possible cases for the "DBPOBFJIJIK" oneof. + public enum DBPOBFJIJIKOneofCase { None = 0, JFBCKCLPAKO = 5, IPIKFLCEFLA = 9, @@ -268,18 +268,18 @@ namespace EggLink.DanhengServer.Proto { FNGFOAEPFJN = 2, OBPFBLNBFKI = 14, } - private NOMEMJFHDIBOneofCase nOMEMJFHDIBCase_ = NOMEMJFHDIBOneofCase.None; + private DBPOBFJIJIKOneofCase dBPOBFJIJIKCase_ = DBPOBFJIJIKOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public NOMEMJFHDIBOneofCase NOMEMJFHDIBCase { - get { return nOMEMJFHDIBCase_; } + public DBPOBFJIJIKOneofCase DBPOBFJIJIKCase { + get { return dBPOBFJIJIKCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearNOMEMJFHDIB() { - nOMEMJFHDIBCase_ = NOMEMJFHDIBOneofCase.None; - nOMEMJFHDIB_ = null; + public void ClearDBPOBFJIJIK() { + dBPOBFJIJIKCase_ = DBPOBFJIJIKOneofCase.None; + dBPOBFJIJIK_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -297,6 +297,8 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } + if (ScriptId != other.ScriptId) return false; + if (AHIDJBJGGPP != other.AHIDJBJGGPP) return false; if (!object.Equals(JFBCKCLPAKO, other.JFBCKCLPAKO)) return false; if (!object.Equals(IPIKFLCEFLA, other.IPIKFLCEFLA)) return false; if (!object.Equals(MEGNBBFILNL, other.MEGNBBFILNL)) return false; @@ -305,9 +307,7 @@ namespace EggLink.DanhengServer.Proto { if (!object.Equals(LMGGLCNCDHF, other.LMGGLCNCDHF)) return false; if (!object.Equals(FNGFOAEPFJN, other.FNGFOAEPFJN)) return false; if (OBPFBLNBFKI != other.OBPFBLNBFKI) return false; - if (ScriptId != other.ScriptId) return false; - if (AHIDJBJGGPP != other.AHIDJBJGGPP) return false; - if (NOMEMJFHDIBCase != other.NOMEMJFHDIBCase) return false; + if (DBPOBFJIJIKCase != other.DBPOBFJIJIKCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -315,17 +315,17 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.JFBCKCLPAKO) hash ^= JFBCKCLPAKO.GetHashCode(); - if (nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.IPIKFLCEFLA) hash ^= IPIKFLCEFLA.GetHashCode(); - if (nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.MEGNBBFILNL) hash ^= MEGNBBFILNL.GetHashCode(); - if (nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.ABKKDHAPCHN) hash ^= ABKKDHAPCHN.GetHashCode(); - if (nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.LIHJMEINGIK) hash ^= LIHJMEINGIK.GetHashCode(); - if (nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.LMGGLCNCDHF) hash ^= LMGGLCNCDHF.GetHashCode(); - if (nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.FNGFOAEPFJN) hash ^= FNGFOAEPFJN.GetHashCode(); - if (HasOBPFBLNBFKI) hash ^= OBPFBLNBFKI.GetHashCode(); if (ScriptId != 0) hash ^= ScriptId.GetHashCode(); if (AHIDJBJGGPP != 0) hash ^= AHIDJBJGGPP.GetHashCode(); - hash ^= (int) nOMEMJFHDIBCase_; + if (dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.JFBCKCLPAKO) hash ^= JFBCKCLPAKO.GetHashCode(); + if (dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.IPIKFLCEFLA) hash ^= IPIKFLCEFLA.GetHashCode(); + if (dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.MEGNBBFILNL) hash ^= MEGNBBFILNL.GetHashCode(); + if (dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.ABKKDHAPCHN) hash ^= ABKKDHAPCHN.GetHashCode(); + if (dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.LIHJMEINGIK) hash ^= LIHJMEINGIK.GetHashCode(); + if (dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.LMGGLCNCDHF) hash ^= LMGGLCNCDHF.GetHashCode(); + if (dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.FNGFOAEPFJN) hash ^= FNGFOAEPFJN.GetHashCode(); + if (HasOBPFBLNBFKI) hash ^= OBPFBLNBFKI.GetHashCode(); + hash ^= (int) dBPOBFJIJIKCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -344,11 +344,11 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.ABKKDHAPCHN) { + if (dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.ABKKDHAPCHN) { output.WriteRawTag(10); output.WriteMessage(ABKKDHAPCHN); } - if (nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.FNGFOAEPFJN) { + if (dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.FNGFOAEPFJN) { output.WriteRawTag(18); output.WriteMessage(FNGFOAEPFJN); } @@ -356,19 +356,19 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(32); output.WriteUInt32(ScriptId); } - if (nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.JFBCKCLPAKO) { + if (dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.JFBCKCLPAKO) { output.WriteRawTag(42); output.WriteMessage(JFBCKCLPAKO); } - if (nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.LIHJMEINGIK) { + if (dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.LIHJMEINGIK) { output.WriteRawTag(50); output.WriteMessage(LIHJMEINGIK); } - if (nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.MEGNBBFILNL) { + if (dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.MEGNBBFILNL) { output.WriteRawTag(58); output.WriteMessage(MEGNBBFILNL); } - if (nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.IPIKFLCEFLA) { + if (dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.IPIKFLCEFLA) { output.WriteRawTag(74); output.WriteMessage(IPIKFLCEFLA); } @@ -376,7 +376,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(88); output.WriteUInt32(AHIDJBJGGPP); } - if (nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.LMGGLCNCDHF) { + if (dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.LMGGLCNCDHF) { output.WriteRawTag(98); output.WriteMessage(LMGGLCNCDHF); } @@ -394,11 +394,11 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.ABKKDHAPCHN) { + if (dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.ABKKDHAPCHN) { output.WriteRawTag(10); output.WriteMessage(ABKKDHAPCHN); } - if (nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.FNGFOAEPFJN) { + if (dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.FNGFOAEPFJN) { output.WriteRawTag(18); output.WriteMessage(FNGFOAEPFJN); } @@ -406,19 +406,19 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(32); output.WriteUInt32(ScriptId); } - if (nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.JFBCKCLPAKO) { + if (dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.JFBCKCLPAKO) { output.WriteRawTag(42); output.WriteMessage(JFBCKCLPAKO); } - if (nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.LIHJMEINGIK) { + if (dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.LIHJMEINGIK) { output.WriteRawTag(50); output.WriteMessage(LIHJMEINGIK); } - if (nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.MEGNBBFILNL) { + if (dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.MEGNBBFILNL) { output.WriteRawTag(58); output.WriteMessage(MEGNBBFILNL); } - if (nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.IPIKFLCEFLA) { + if (dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.IPIKFLCEFLA) { output.WriteRawTag(74); output.WriteMessage(IPIKFLCEFLA); } @@ -426,7 +426,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(88); output.WriteUInt32(AHIDJBJGGPP); } - if (nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.LMGGLCNCDHF) { + if (dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.LMGGLCNCDHF) { output.WriteRawTag(98); output.WriteMessage(LMGGLCNCDHF); } @@ -444,36 +444,36 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.JFBCKCLPAKO) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(JFBCKCLPAKO); - } - if (nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.IPIKFLCEFLA) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(IPIKFLCEFLA); - } - if (nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.MEGNBBFILNL) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(MEGNBBFILNL); - } - if (nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.ABKKDHAPCHN) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(ABKKDHAPCHN); - } - if (nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.LIHJMEINGIK) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(LIHJMEINGIK); - } - if (nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.LMGGLCNCDHF) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(LMGGLCNCDHF); - } - if (nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.FNGFOAEPFJN) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(FNGFOAEPFJN); - } - if (HasOBPFBLNBFKI) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OBPFBLNBFKI); - } if (ScriptId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ScriptId); } if (AHIDJBJGGPP != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AHIDJBJGGPP); } + if (dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.JFBCKCLPAKO) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(JFBCKCLPAKO); + } + if (dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.IPIKFLCEFLA) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(IPIKFLCEFLA); + } + if (dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.MEGNBBFILNL) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(MEGNBBFILNL); + } + if (dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.ABKKDHAPCHN) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(ABKKDHAPCHN); + } + if (dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.LIHJMEINGIK) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(LIHJMEINGIK); + } + if (dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.LMGGLCNCDHF) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(LMGGLCNCDHF); + } + if (dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.FNGFOAEPFJN) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(FNGFOAEPFJN); + } + if (HasOBPFBLNBFKI) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OBPFBLNBFKI); + } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -492,50 +492,50 @@ namespace EggLink.DanhengServer.Proto { if (other.AHIDJBJGGPP != 0) { AHIDJBJGGPP = other.AHIDJBJGGPP; } - switch (other.NOMEMJFHDIBCase) { - case NOMEMJFHDIBOneofCase.JFBCKCLPAKO: + switch (other.DBPOBFJIJIKCase) { + case DBPOBFJIJIKOneofCase.JFBCKCLPAKO: if (JFBCKCLPAKO == null) { JFBCKCLPAKO = new global::EggLink.DanhengServer.Proto.OBNONMHMECK(); } JFBCKCLPAKO.MergeFrom(other.JFBCKCLPAKO); break; - case NOMEMJFHDIBOneofCase.IPIKFLCEFLA: + case DBPOBFJIJIKOneofCase.IPIKFLCEFLA: if (IPIKFLCEFLA == null) { IPIKFLCEFLA = new global::EggLink.DanhengServer.Proto.FFOMIBNCFKI(); } IPIKFLCEFLA.MergeFrom(other.IPIKFLCEFLA); break; - case NOMEMJFHDIBOneofCase.MEGNBBFILNL: + case DBPOBFJIJIKOneofCase.MEGNBBFILNL: if (MEGNBBFILNL == null) { MEGNBBFILNL = new global::EggLink.DanhengServer.Proto.AJEHAMDABNA(); } MEGNBBFILNL.MergeFrom(other.MEGNBBFILNL); break; - case NOMEMJFHDIBOneofCase.ABKKDHAPCHN: + case DBPOBFJIJIKOneofCase.ABKKDHAPCHN: if (ABKKDHAPCHN == null) { ABKKDHAPCHN = new global::EggLink.DanhengServer.Proto.AMGHDCABJMJ(); } ABKKDHAPCHN.MergeFrom(other.ABKKDHAPCHN); break; - case NOMEMJFHDIBOneofCase.LIHJMEINGIK: + case DBPOBFJIJIKOneofCase.LIHJMEINGIK: if (LIHJMEINGIK == null) { LIHJMEINGIK = new global::EggLink.DanhengServer.Proto.INNNICFOLII(); } LIHJMEINGIK.MergeFrom(other.LIHJMEINGIK); break; - case NOMEMJFHDIBOneofCase.LMGGLCNCDHF: + case DBPOBFJIJIKOneofCase.LMGGLCNCDHF: if (LMGGLCNCDHF == null) { LMGGLCNCDHF = new global::EggLink.DanhengServer.Proto.CEOONFLONDJ(); } LMGGLCNCDHF.MergeFrom(other.LMGGLCNCDHF); break; - case NOMEMJFHDIBOneofCase.FNGFOAEPFJN: + case DBPOBFJIJIKOneofCase.FNGFOAEPFJN: if (FNGFOAEPFJN == null) { FNGFOAEPFJN = new global::EggLink.DanhengServer.Proto.HELNOIHMDHA(); } FNGFOAEPFJN.MergeFrom(other.FNGFOAEPFJN); break; - case NOMEMJFHDIBOneofCase.OBPFBLNBFKI: + case DBPOBFJIJIKOneofCase.OBPFBLNBFKI: OBPFBLNBFKI = other.OBPFBLNBFKI; break; } @@ -557,7 +557,7 @@ namespace EggLink.DanhengServer.Proto { break; case 10: { global::EggLink.DanhengServer.Proto.AMGHDCABJMJ subBuilder = new global::EggLink.DanhengServer.Proto.AMGHDCABJMJ(); - if (nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.ABKKDHAPCHN) { + if (dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.ABKKDHAPCHN) { subBuilder.MergeFrom(ABKKDHAPCHN); } input.ReadMessage(subBuilder); @@ -566,7 +566,7 @@ namespace EggLink.DanhengServer.Proto { } case 18: { global::EggLink.DanhengServer.Proto.HELNOIHMDHA subBuilder = new global::EggLink.DanhengServer.Proto.HELNOIHMDHA(); - if (nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.FNGFOAEPFJN) { + if (dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.FNGFOAEPFJN) { subBuilder.MergeFrom(FNGFOAEPFJN); } input.ReadMessage(subBuilder); @@ -579,7 +579,7 @@ namespace EggLink.DanhengServer.Proto { } case 42: { global::EggLink.DanhengServer.Proto.OBNONMHMECK subBuilder = new global::EggLink.DanhengServer.Proto.OBNONMHMECK(); - if (nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.JFBCKCLPAKO) { + if (dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.JFBCKCLPAKO) { subBuilder.MergeFrom(JFBCKCLPAKO); } input.ReadMessage(subBuilder); @@ -588,7 +588,7 @@ namespace EggLink.DanhengServer.Proto { } case 50: { global::EggLink.DanhengServer.Proto.INNNICFOLII subBuilder = new global::EggLink.DanhengServer.Proto.INNNICFOLII(); - if (nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.LIHJMEINGIK) { + if (dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.LIHJMEINGIK) { subBuilder.MergeFrom(LIHJMEINGIK); } input.ReadMessage(subBuilder); @@ -597,7 +597,7 @@ namespace EggLink.DanhengServer.Proto { } case 58: { global::EggLink.DanhengServer.Proto.AJEHAMDABNA subBuilder = new global::EggLink.DanhengServer.Proto.AJEHAMDABNA(); - if (nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.MEGNBBFILNL) { + if (dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.MEGNBBFILNL) { subBuilder.MergeFrom(MEGNBBFILNL); } input.ReadMessage(subBuilder); @@ -606,7 +606,7 @@ namespace EggLink.DanhengServer.Proto { } case 74: { global::EggLink.DanhengServer.Proto.FFOMIBNCFKI subBuilder = new global::EggLink.DanhengServer.Proto.FFOMIBNCFKI(); - if (nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.IPIKFLCEFLA) { + if (dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.IPIKFLCEFLA) { subBuilder.MergeFrom(IPIKFLCEFLA); } input.ReadMessage(subBuilder); @@ -619,7 +619,7 @@ namespace EggLink.DanhengServer.Proto { } case 98: { global::EggLink.DanhengServer.Proto.CEOONFLONDJ subBuilder = new global::EggLink.DanhengServer.Proto.CEOONFLONDJ(); - if (nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.LMGGLCNCDHF) { + if (dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.LMGGLCNCDHF) { subBuilder.MergeFrom(LMGGLCNCDHF); } input.ReadMessage(subBuilder); @@ -647,7 +647,7 @@ namespace EggLink.DanhengServer.Proto { break; case 10: { global::EggLink.DanhengServer.Proto.AMGHDCABJMJ subBuilder = new global::EggLink.DanhengServer.Proto.AMGHDCABJMJ(); - if (nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.ABKKDHAPCHN) { + if (dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.ABKKDHAPCHN) { subBuilder.MergeFrom(ABKKDHAPCHN); } input.ReadMessage(subBuilder); @@ -656,7 +656,7 @@ namespace EggLink.DanhengServer.Proto { } case 18: { global::EggLink.DanhengServer.Proto.HELNOIHMDHA subBuilder = new global::EggLink.DanhengServer.Proto.HELNOIHMDHA(); - if (nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.FNGFOAEPFJN) { + if (dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.FNGFOAEPFJN) { subBuilder.MergeFrom(FNGFOAEPFJN); } input.ReadMessage(subBuilder); @@ -669,7 +669,7 @@ namespace EggLink.DanhengServer.Proto { } case 42: { global::EggLink.DanhengServer.Proto.OBNONMHMECK subBuilder = new global::EggLink.DanhengServer.Proto.OBNONMHMECK(); - if (nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.JFBCKCLPAKO) { + if (dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.JFBCKCLPAKO) { subBuilder.MergeFrom(JFBCKCLPAKO); } input.ReadMessage(subBuilder); @@ -678,7 +678,7 @@ namespace EggLink.DanhengServer.Proto { } case 50: { global::EggLink.DanhengServer.Proto.INNNICFOLII subBuilder = new global::EggLink.DanhengServer.Proto.INNNICFOLII(); - if (nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.LIHJMEINGIK) { + if (dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.LIHJMEINGIK) { subBuilder.MergeFrom(LIHJMEINGIK); } input.ReadMessage(subBuilder); @@ -687,7 +687,7 @@ namespace EggLink.DanhengServer.Proto { } case 58: { global::EggLink.DanhengServer.Proto.AJEHAMDABNA subBuilder = new global::EggLink.DanhengServer.Proto.AJEHAMDABNA(); - if (nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.MEGNBBFILNL) { + if (dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.MEGNBBFILNL) { subBuilder.MergeFrom(MEGNBBFILNL); } input.ReadMessage(subBuilder); @@ -696,7 +696,7 @@ namespace EggLink.DanhengServer.Proto { } case 74: { global::EggLink.DanhengServer.Proto.FFOMIBNCFKI subBuilder = new global::EggLink.DanhengServer.Proto.FFOMIBNCFKI(); - if (nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.IPIKFLCEFLA) { + if (dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.IPIKFLCEFLA) { subBuilder.MergeFrom(IPIKFLCEFLA); } input.ReadMessage(subBuilder); @@ -709,7 +709,7 @@ namespace EggLink.DanhengServer.Proto { } case 98: { global::EggLink.DanhengServer.Proto.CEOONFLONDJ subBuilder = new global::EggLink.DanhengServer.Proto.CEOONFLONDJ(); - if (nOMEMJFHDIBCase_ == NOMEMJFHDIBOneofCase.LMGGLCNCDHF) { + if (dBPOBFJIJIKCase_ == DBPOBFJIJIKOneofCase.LMGGLCNCDHF) { subBuilder.MergeFrom(LMGGLCNCDHF); } input.ReadMessage(subBuilder); diff --git a/Proto/ClockParkUseBuffScRsp.cs b/Proto/ClockParkUseBuffScRsp.cs index 272e96aa..f33ce581 100644 --- a/Proto/ClockParkUseBuffScRsp.cs +++ b/Proto/ClockParkUseBuffScRsp.cs @@ -24,18 +24,18 @@ namespace EggLink.DanhengServer.Proto { static ClockParkUseBuffScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChtDbG9ja1BhcmtVc2VCdWZmU2NSc3AucHJvdG8aEUJNTE9GUENOR0tOLnBy", - "b3RvGhFIRENLQ0hQRE1NSS5wcm90bxoRRUNNSUxIQ0tPTU8ucHJvdG8i0gEK", - "FUNsb2NrUGFya1VzZUJ1ZmZTY1JzcBIkCgtBTkNQQ1BDTEpFRBjFDCABKAsy", - "DC5IRENLQ0hQRE1NSUgAEiQKC01KRE9HUEJPSklQGJQHIAEoCzIMLkJNTE9G", - "UENOR0tOSAASEQoJc2NyaXB0X2lkGAsgASgNEhMKC0FISURKQkpHR1BQGA4g", - "ASgNEiUKD3JvZ3VlX2J1ZmZfaW5mbxgMIAEoCzIMLkVDTUlMSENLT01PEg8K", - "B3JldGNvZGUYAiABKA1CDQoLSUZMTEJDRkdCRE1CHqoCG0VnZ0xpbmsuRGFu", + "ChtDbG9ja1BhcmtVc2VCdWZmU2NSc3AucHJvdG8aEUhEQ0tDSFBETU1JLnBy", + "b3RvGhFCTUxPRlBDTkdLTi5wcm90bxoRRUNNSUxIQ0tPTU8ucHJvdG8i0gEK", + "FUNsb2NrUGFya1VzZUJ1ZmZTY1JzcBIRCglzY3JpcHRfaWQYCyABKA0SEwoL", + "QUhJREpCSkdHUFAYDiABKA0SJQoPcm9ndWVfYnVmZl9pbmZvGAwgASgLMgwu", + "RUNNSUxIQ0tPTU8SDwoHcmV0Y29kZRgCIAEoDRIkCgtBTkNQQ1BDTEpFRBjF", + "DCABKAsyDC5IRENLQ0hQRE1NSUgAEiQKC01KRE9HUEJPSklQGJQHIAEoCzIM", + "LkJNTE9GUENOR0tOSABCDQoLQkNNRkVITk9KSktCHqoCG0VnZ0xpbmsuRGFu", "aGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BMLOFPCNGKNReflection.Descriptor, global::EggLink.DanhengServer.Proto.HDCKCHPDMMIReflection.Descriptor, global::EggLink.DanhengServer.Proto.ECMILHCKOMOReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.HDCKCHPDMMIReflection.Descriptor, global::EggLink.DanhengServer.Proto.BMLOFPCNGKNReflection.Descriptor, global::EggLink.DanhengServer.Proto.ECMILHCKOMOReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ClockParkUseBuffScRsp), global::EggLink.DanhengServer.Proto.ClockParkUseBuffScRsp.Parser, new[]{ "ANCPCPCLJED", "MJDOGPBOJIP", "ScriptId", "AHIDJBJGGPP", "RogueBuffInfo", "Retcode" }, new[]{ "IFLLBCFGBDM" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ClockParkUseBuffScRsp), global::EggLink.DanhengServer.Proto.ClockParkUseBuffScRsp.Parser, new[]{ "ScriptId", "AHIDJBJGGPP", "RogueBuffInfo", "Retcode", "ANCPCPCLJED", "MJDOGPBOJIP" }, new[]{ "BCMFEHNOJJK" }, null, null, null) })); } #endregion @@ -81,11 +81,11 @@ namespace EggLink.DanhengServer.Proto { aHIDJBJGGPP_ = other.aHIDJBJGGPP_; rogueBuffInfo_ = other.rogueBuffInfo_ != null ? other.rogueBuffInfo_.Clone() : null; retcode_ = other.retcode_; - switch (other.IFLLBCFGBDMCase) { - case IFLLBCFGBDMOneofCase.ANCPCPCLJED: + switch (other.BCMFEHNOJJKCase) { + case BCMFEHNOJJKOneofCase.ANCPCPCLJED: ANCPCPCLJED = other.ANCPCPCLJED.Clone(); break; - case IFLLBCFGBDMOneofCase.MJDOGPBOJIP: + case BCMFEHNOJJKOneofCase.MJDOGPBOJIP: MJDOGPBOJIP = other.MJDOGPBOJIP.Clone(); break; } @@ -99,30 +99,6 @@ namespace EggLink.DanhengServer.Proto { return new ClockParkUseBuffScRsp(this); } - /// Field number for the "ANCPCPCLJED" field. - public const int ANCPCPCLJEDFieldNumber = 1605; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.HDCKCHPDMMI ANCPCPCLJED { - get { return iFLLBCFGBDMCase_ == IFLLBCFGBDMOneofCase.ANCPCPCLJED ? (global::EggLink.DanhengServer.Proto.HDCKCHPDMMI) iFLLBCFGBDM_ : null; } - set { - iFLLBCFGBDM_ = value; - iFLLBCFGBDMCase_ = value == null ? IFLLBCFGBDMOneofCase.None : IFLLBCFGBDMOneofCase.ANCPCPCLJED; - } - } - - /// Field number for the "MJDOGPBOJIP" field. - public const int MJDOGPBOJIPFieldNumber = 916; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.BMLOFPCNGKN MJDOGPBOJIP { - get { return iFLLBCFGBDMCase_ == IFLLBCFGBDMOneofCase.MJDOGPBOJIP ? (global::EggLink.DanhengServer.Proto.BMLOFPCNGKN) iFLLBCFGBDM_ : null; } - set { - iFLLBCFGBDM_ = value; - iFLLBCFGBDMCase_ = value == null ? IFLLBCFGBDMOneofCase.None : IFLLBCFGBDMOneofCase.MJDOGPBOJIP; - } - } - /// Field number for the "script_id" field. public const int ScriptIdFieldNumber = 11; private uint scriptId_; @@ -171,25 +147,49 @@ namespace EggLink.DanhengServer.Proto { } } - private object iFLLBCFGBDM_; - /// Enum of possible cases for the "IFLLBCFGBDM" oneof. - public enum IFLLBCFGBDMOneofCase { + /// Field number for the "ANCPCPCLJED" field. + public const int ANCPCPCLJEDFieldNumber = 1605; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.HDCKCHPDMMI ANCPCPCLJED { + get { return bCMFEHNOJJKCase_ == BCMFEHNOJJKOneofCase.ANCPCPCLJED ? (global::EggLink.DanhengServer.Proto.HDCKCHPDMMI) bCMFEHNOJJK_ : null; } + set { + bCMFEHNOJJK_ = value; + bCMFEHNOJJKCase_ = value == null ? BCMFEHNOJJKOneofCase.None : BCMFEHNOJJKOneofCase.ANCPCPCLJED; + } + } + + /// Field number for the "MJDOGPBOJIP" field. + public const int MJDOGPBOJIPFieldNumber = 916; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.BMLOFPCNGKN MJDOGPBOJIP { + get { return bCMFEHNOJJKCase_ == BCMFEHNOJJKOneofCase.MJDOGPBOJIP ? (global::EggLink.DanhengServer.Proto.BMLOFPCNGKN) bCMFEHNOJJK_ : null; } + set { + bCMFEHNOJJK_ = value; + bCMFEHNOJJKCase_ = value == null ? BCMFEHNOJJKOneofCase.None : BCMFEHNOJJKOneofCase.MJDOGPBOJIP; + } + } + + private object bCMFEHNOJJK_; + /// Enum of possible cases for the "BCMFEHNOJJK" oneof. + public enum BCMFEHNOJJKOneofCase { None = 0, ANCPCPCLJED = 1605, MJDOGPBOJIP = 916, } - private IFLLBCFGBDMOneofCase iFLLBCFGBDMCase_ = IFLLBCFGBDMOneofCase.None; + private BCMFEHNOJJKOneofCase bCMFEHNOJJKCase_ = BCMFEHNOJJKOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public IFLLBCFGBDMOneofCase IFLLBCFGBDMCase { - get { return iFLLBCFGBDMCase_; } + public BCMFEHNOJJKOneofCase BCMFEHNOJJKCase { + get { return bCMFEHNOJJKCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearIFLLBCFGBDM() { - iFLLBCFGBDMCase_ = IFLLBCFGBDMOneofCase.None; - iFLLBCFGBDM_ = null; + public void ClearBCMFEHNOJJK() { + bCMFEHNOJJKCase_ = BCMFEHNOJJKOneofCase.None; + bCMFEHNOJJK_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -207,13 +207,13 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (!object.Equals(ANCPCPCLJED, other.ANCPCPCLJED)) return false; - if (!object.Equals(MJDOGPBOJIP, other.MJDOGPBOJIP)) return false; if (ScriptId != other.ScriptId) return false; if (AHIDJBJGGPP != other.AHIDJBJGGPP) return false; if (!object.Equals(RogueBuffInfo, other.RogueBuffInfo)) return false; if (Retcode != other.Retcode) return false; - if (IFLLBCFGBDMCase != other.IFLLBCFGBDMCase) return false; + if (!object.Equals(ANCPCPCLJED, other.ANCPCPCLJED)) return false; + if (!object.Equals(MJDOGPBOJIP, other.MJDOGPBOJIP)) return false; + if (BCMFEHNOJJKCase != other.BCMFEHNOJJKCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -221,13 +221,13 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (iFLLBCFGBDMCase_ == IFLLBCFGBDMOneofCase.ANCPCPCLJED) hash ^= ANCPCPCLJED.GetHashCode(); - if (iFLLBCFGBDMCase_ == IFLLBCFGBDMOneofCase.MJDOGPBOJIP) hash ^= MJDOGPBOJIP.GetHashCode(); if (ScriptId != 0) hash ^= ScriptId.GetHashCode(); if (AHIDJBJGGPP != 0) hash ^= AHIDJBJGGPP.GetHashCode(); if (rogueBuffInfo_ != null) hash ^= RogueBuffInfo.GetHashCode(); if (Retcode != 0) hash ^= Retcode.GetHashCode(); - hash ^= (int) iFLLBCFGBDMCase_; + if (bCMFEHNOJJKCase_ == BCMFEHNOJJKOneofCase.ANCPCPCLJED) hash ^= ANCPCPCLJED.GetHashCode(); + if (bCMFEHNOJJKCase_ == BCMFEHNOJJKOneofCase.MJDOGPBOJIP) hash ^= MJDOGPBOJIP.GetHashCode(); + hash ^= (int) bCMFEHNOJJKCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -262,11 +262,11 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(112); output.WriteUInt32(AHIDJBJGGPP); } - if (iFLLBCFGBDMCase_ == IFLLBCFGBDMOneofCase.MJDOGPBOJIP) { + if (bCMFEHNOJJKCase_ == BCMFEHNOJJKOneofCase.MJDOGPBOJIP) { output.WriteRawTag(162, 57); output.WriteMessage(MJDOGPBOJIP); } - if (iFLLBCFGBDMCase_ == IFLLBCFGBDMOneofCase.ANCPCPCLJED) { + if (bCMFEHNOJJKCase_ == BCMFEHNOJJKOneofCase.ANCPCPCLJED) { output.WriteRawTag(170, 100); output.WriteMessage(ANCPCPCLJED); } @@ -296,11 +296,11 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(112); output.WriteUInt32(AHIDJBJGGPP); } - if (iFLLBCFGBDMCase_ == IFLLBCFGBDMOneofCase.MJDOGPBOJIP) { + if (bCMFEHNOJJKCase_ == BCMFEHNOJJKOneofCase.MJDOGPBOJIP) { output.WriteRawTag(162, 57); output.WriteMessage(MJDOGPBOJIP); } - if (iFLLBCFGBDMCase_ == IFLLBCFGBDMOneofCase.ANCPCPCLJED) { + if (bCMFEHNOJJKCase_ == BCMFEHNOJJKOneofCase.ANCPCPCLJED) { output.WriteRawTag(170, 100); output.WriteMessage(ANCPCPCLJED); } @@ -314,12 +314,6 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (iFLLBCFGBDMCase_ == IFLLBCFGBDMOneofCase.ANCPCPCLJED) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(ANCPCPCLJED); - } - if (iFLLBCFGBDMCase_ == IFLLBCFGBDMOneofCase.MJDOGPBOJIP) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(MJDOGPBOJIP); - } if (ScriptId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ScriptId); } @@ -332,6 +326,12 @@ namespace EggLink.DanhengServer.Proto { if (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); } + if (bCMFEHNOJJKCase_ == BCMFEHNOJJKOneofCase.ANCPCPCLJED) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(ANCPCPCLJED); + } + if (bCMFEHNOJJKCase_ == BCMFEHNOJJKOneofCase.MJDOGPBOJIP) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(MJDOGPBOJIP); + } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -359,14 +359,14 @@ namespace EggLink.DanhengServer.Proto { if (other.Retcode != 0) { Retcode = other.Retcode; } - switch (other.IFLLBCFGBDMCase) { - case IFLLBCFGBDMOneofCase.ANCPCPCLJED: + switch (other.BCMFEHNOJJKCase) { + case BCMFEHNOJJKOneofCase.ANCPCPCLJED: if (ANCPCPCLJED == null) { ANCPCPCLJED = new global::EggLink.DanhengServer.Proto.HDCKCHPDMMI(); } ANCPCPCLJED.MergeFrom(other.ANCPCPCLJED); break; - case IFLLBCFGBDMOneofCase.MJDOGPBOJIP: + case BCMFEHNOJJKOneofCase.MJDOGPBOJIP: if (MJDOGPBOJIP == null) { MJDOGPBOJIP = new global::EggLink.DanhengServer.Proto.BMLOFPCNGKN(); } @@ -410,7 +410,7 @@ namespace EggLink.DanhengServer.Proto { } case 7330: { global::EggLink.DanhengServer.Proto.BMLOFPCNGKN subBuilder = new global::EggLink.DanhengServer.Proto.BMLOFPCNGKN(); - if (iFLLBCFGBDMCase_ == IFLLBCFGBDMOneofCase.MJDOGPBOJIP) { + if (bCMFEHNOJJKCase_ == BCMFEHNOJJKOneofCase.MJDOGPBOJIP) { subBuilder.MergeFrom(MJDOGPBOJIP); } input.ReadMessage(subBuilder); @@ -419,7 +419,7 @@ namespace EggLink.DanhengServer.Proto { } case 12842: { global::EggLink.DanhengServer.Proto.HDCKCHPDMMI subBuilder = new global::EggLink.DanhengServer.Proto.HDCKCHPDMMI(); - if (iFLLBCFGBDMCase_ == IFLLBCFGBDMOneofCase.ANCPCPCLJED) { + if (bCMFEHNOJJKCase_ == BCMFEHNOJJKOneofCase.ANCPCPCLJED) { subBuilder.MergeFrom(ANCPCPCLJED); } input.ReadMessage(subBuilder); @@ -462,7 +462,7 @@ namespace EggLink.DanhengServer.Proto { } case 7330: { global::EggLink.DanhengServer.Proto.BMLOFPCNGKN subBuilder = new global::EggLink.DanhengServer.Proto.BMLOFPCNGKN(); - if (iFLLBCFGBDMCase_ == IFLLBCFGBDMOneofCase.MJDOGPBOJIP) { + if (bCMFEHNOJJKCase_ == BCMFEHNOJJKOneofCase.MJDOGPBOJIP) { subBuilder.MergeFrom(MJDOGPBOJIP); } input.ReadMessage(subBuilder); @@ -471,7 +471,7 @@ namespace EggLink.DanhengServer.Proto { } case 12842: { global::EggLink.DanhengServer.Proto.HDCKCHPDMMI subBuilder = new global::EggLink.DanhengServer.Proto.HDCKCHPDMMI(); - if (iFLLBCFGBDMCase_ == IFLLBCFGBDMOneofCase.ANCPCPCLJED) { + if (bCMFEHNOJJKCase_ == BCMFEHNOJJKOneofCase.ANCPCPCLJED) { subBuilder.MergeFrom(ANCPCPCLJED); } input.ReadMessage(subBuilder); diff --git a/Proto/CmdActivityType.cs b/Proto/CmdActivityType.cs deleted file mode 100644 index ccfed57d..00000000 --- a/Proto/CmdActivityType.cs +++ /dev/null @@ -1,103 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdActivityType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdActivityType.proto - public static partial class CmdActivityTypeReflection { - - #region Descriptor - /// File descriptor for CmdActivityType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdActivityTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChVDbWRBY3Rpdml0eVR5cGUucHJvdG8q4wkKD0NtZEFjdGl2aXR5VHlwZRIX", - "ChNDbWRBY3Rpdml0eVR5cGVOb25lEAASJAofQ21kVGFrZVRyaWFsQWN0aXZp", - "dHlSZXdhcmRDc1JlcRDqFBIqCiVDbWRHZXRNYXRlcmlhbFN1Ym1pdEFjdGl2", - "aXR5RGF0YUNzUmVxEIMVEh8KGkNtZExlYXZlVHJpYWxBY3Rpdml0eVNjUnNw", - "EOgUEh8KGkNtZFN0YXJ0VHJpYWxBY3Rpdml0eUNzUmVxEL0UEiQKH0NtZEVu", - "dGVyVHJpYWxBY3Rpdml0eVN0YWdlU2NSc3AQ7RQSMQosQ21kU3VibWl0TWF0", - "ZXJpYWxTdWJtaXRBY3Rpdml0eU1hdGVyaWFsQ3NSZXEQ4RQSJgohQ21kR2V0", - "QWN0aXZpdHlTY2hlZHVsZUNvbmZpZ1NjUnNwEK4UEioKJUNtZEF2YXRhckRl", - "bGl2ZXJSZXdhcmRUYWtlUmV3YXJkU2NSc3AQuBQSIAobQ21kQ3VyVHJpYWxB", - "Y3Rpdml0eVNjTm90aWZ5EKkUEiQKH0NtZFRha2VUcmlhbEFjdGl2aXR5UmV3", - "YXJkU2NSc3AQixUSIQocQ21kR2V0VHJpYWxBY3Rpdml0eURhdGFDc1JlcRDn", - "FBItCihDbWRUYWtlTWF0ZXJpYWxTdWJtaXRBY3Rpdml0eVJld2FyZENzUmVx", - "ELIUEi8KKkNtZEdldEF2YXRhckRlbGl2ZXJSZXdhcmRBY3Rpdml0eURhdGFD", - "c1JlcRDQFBIfChpDbWRMZWF2ZVRyaWFsQWN0aXZpdHlDc1JlcRDJFBInCiJD", - "bWRUcmlhbEFjdGl2aXR5RGF0YUNoYW5nZVNjTm90aWZ5EPYUEiYKIUNtZEdl", - "dEFjdGl2aXR5U2NoZWR1bGVDb25maWdDc1JlcRDLFBIxCixDbWRTdWJtaXRN", - "YXRlcmlhbFN1Ym1pdEFjdGl2aXR5TWF0ZXJpYWxTY1JzcBDBFBIdChhDbWRH", - "ZXRMb2dpbkFjdGl2aXR5U2NSc3AQtRQSJAofQ21kVGFrZUxvZ2luQWN0aXZp", - "dHlSZXdhcmRTY1JzcBCxFBIvCipDbWRHZXRBdmF0YXJEZWxpdmVyUmV3YXJk", - "QWN0aXZpdHlEYXRhU2NSc3AQ4xQSJAofQ21kRW50ZXJUcmlhbEFjdGl2aXR5", - "U3RhZ2VDc1JlcRCIFRIkCh9DbWRUYWtlTG9naW5BY3Rpdml0eVJld2FyZENz", - "UmVxENcUEiwKJ0NtZEF2YXRhckRlbGl2ZXJSZXdhcmRDaG9vc2VBdmF0YXJT", - "Y1JzcBDrFBIhChxDbWRHZXRUcmlhbEFjdGl2aXR5RGF0YVNjUnNwEKwUEiwK", - "J0NtZEF2YXRhckRlbGl2ZXJSZXdhcmRDaG9vc2VBdmF0YXJDc1JlcRDDFBIf", - "ChpDbWRTdGFydFRyaWFsQWN0aXZpdHlTY1JzcBCwFBItCihDbWRUYWtlTWF0", - "ZXJpYWxTdWJtaXRBY3Rpdml0eVJld2FyZFNjUnNwEK8UEh0KGENtZEdldExv", - "Z2luQWN0aXZpdHlDc1JlcRCzFBIqCiVDbWRBdmF0YXJEZWxpdmVyUmV3YXJk", - "VGFrZVJld2FyZENzUmVxEN8UEioKJUNtZEdldE1hdGVyaWFsU3VibWl0QWN0", - "aXZpdHlEYXRhU2NSc3AQhRVCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Q", - "cm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdActivityType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdActivityType { - [pbr::OriginalName("CmdActivityTypeNone")] None = 0, - [pbr::OriginalName("CmdTakeTrialActivityRewardCsReq")] CmdTakeTrialActivityRewardCsReq = 2666, - [pbr::OriginalName("CmdGetMaterialSubmitActivityDataCsReq")] CmdGetMaterialSubmitActivityDataCsReq = 2691, - [pbr::OriginalName("CmdLeaveTrialActivityScRsp")] CmdLeaveTrialActivityScRsp = 2664, - [pbr::OriginalName("CmdStartTrialActivityCsReq")] CmdStartTrialActivityCsReq = 2621, - [pbr::OriginalName("CmdEnterTrialActivityStageScRsp")] CmdEnterTrialActivityStageScRsp = 2669, - [pbr::OriginalName("CmdSubmitMaterialSubmitActivityMaterialCsReq")] CmdSubmitMaterialSubmitActivityMaterialCsReq = 2657, - [pbr::OriginalName("CmdGetActivityScheduleConfigScRsp")] CmdGetActivityScheduleConfigScRsp = 2606, - [pbr::OriginalName("CmdAvatarDeliverRewardTakeRewardScRsp")] CmdAvatarDeliverRewardTakeRewardScRsp = 2616, - [pbr::OriginalName("CmdCurTrialActivityScNotify")] CmdCurTrialActivityScNotify = 2601, - [pbr::OriginalName("CmdTakeTrialActivityRewardScRsp")] CmdTakeTrialActivityRewardScRsp = 2699, - [pbr::OriginalName("CmdGetTrialActivityDataCsReq")] CmdGetTrialActivityDataCsReq = 2663, - [pbr::OriginalName("CmdTakeMaterialSubmitActivityRewardCsReq")] CmdTakeMaterialSubmitActivityRewardCsReq = 2610, - [pbr::OriginalName("CmdGetAvatarDeliverRewardActivityDataCsReq")] CmdGetAvatarDeliverRewardActivityDataCsReq = 2640, - [pbr::OriginalName("CmdLeaveTrialActivityCsReq")] CmdLeaveTrialActivityCsReq = 2633, - [pbr::OriginalName("CmdTrialActivityDataChangeScNotify")] CmdTrialActivityDataChangeScNotify = 2678, - [pbr::OriginalName("CmdGetActivityScheduleConfigCsReq")] CmdGetActivityScheduleConfigCsReq = 2635, - [pbr::OriginalName("CmdSubmitMaterialSubmitActivityMaterialScRsp")] CmdSubmitMaterialSubmitActivityMaterialScRsp = 2625, - [pbr::OriginalName("CmdGetLoginActivityScRsp")] CmdGetLoginActivityScRsp = 2613, - [pbr::OriginalName("CmdTakeLoginActivityRewardScRsp")] CmdTakeLoginActivityRewardScRsp = 2609, - [pbr::OriginalName("CmdGetAvatarDeliverRewardActivityDataScRsp")] CmdGetAvatarDeliverRewardActivityDataScRsp = 2659, - [pbr::OriginalName("CmdEnterTrialActivityStageCsReq")] CmdEnterTrialActivityStageCsReq = 2696, - [pbr::OriginalName("CmdTakeLoginActivityRewardCsReq")] CmdTakeLoginActivityRewardCsReq = 2647, - [pbr::OriginalName("CmdAvatarDeliverRewardChooseAvatarScRsp")] CmdAvatarDeliverRewardChooseAvatarScRsp = 2667, - [pbr::OriginalName("CmdGetTrialActivityDataScRsp")] CmdGetTrialActivityDataScRsp = 2604, - [pbr::OriginalName("CmdAvatarDeliverRewardChooseAvatarCsReq")] CmdAvatarDeliverRewardChooseAvatarCsReq = 2627, - [pbr::OriginalName("CmdStartTrialActivityScRsp")] CmdStartTrialActivityScRsp = 2608, - [pbr::OriginalName("CmdTakeMaterialSubmitActivityRewardScRsp")] CmdTakeMaterialSubmitActivityRewardScRsp = 2607, - [pbr::OriginalName("CmdGetLoginActivityCsReq")] CmdGetLoginActivityCsReq = 2611, - [pbr::OriginalName("CmdAvatarDeliverRewardTakeRewardCsReq")] CmdAvatarDeliverRewardTakeRewardCsReq = 2655, - [pbr::OriginalName("CmdGetMaterialSubmitActivityDataScRsp")] CmdGetMaterialSubmitActivityDataScRsp = 2693, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdAdventureType.cs b/Proto/CmdAdventureType.cs deleted file mode 100644 index 7133baef..00000000 --- a/Proto/CmdAdventureType.cs +++ /dev/null @@ -1,67 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdAdventureType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdAdventureType.proto - public static partial class CmdAdventureTypeReflection { - - #region Descriptor - /// File descriptor for CmdAdventureType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdAdventureTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChZDbWRBZHZlbnR1cmVUeXBlLnByb3RvKrADChBDbWRBZHZlbnR1cmVUeXBl", - "EhgKFENtZEFkdmVudHVyZVR5cGVOb25lEAASHQoYQ21kRmFybUVsZW1lbnRT", - "d2VlcENzUmVxEPMKEhgKE0NtZENvY29vblN3ZWVwU2NSc3AQsgoSIgodQ21k", - "UXVpY2tTdGFydEZhcm1FbGVtZW50Q3NSZXEQ2goSGwoWQ21kRW50ZXJBZHZl", - "bnR1cmVTY1JzcBChChIYChNDbWRDb2Nvb25Td2VlcENzUmVxEK4KEh0KGENt", - "ZEZhcm1FbGVtZW50U3dlZXBTY1JzcBCmChIiCh1DbWRRdWlja1N0YXJ0RmFy", - "bUVsZW1lbnRTY1JzcBDtChIiCh1DbWRHZXRGYXJtU3RhZ2VHYWNoYUluZm9T", - "Y1JzcBCdChIiCh1DbWRRdWlja1N0YXJ0Q29jb29uU3RhZ2VTY1JzcBCaChIi", - "Ch1DbWRHZXRGYXJtU3RhZ2VHYWNoYUluZm9Dc1JlcRDDChIbChZDbWRFbnRl", - "ckFkdmVudHVyZUNzUmVxEJ8KEiIKHUNtZFF1aWNrU3RhcnRDb2Nvb25TdGFn", - "ZUNzUmVxELcKQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy", - "b3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdAdventureType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdAdventureType { - [pbr::OriginalName("CmdAdventureTypeNone")] None = 0, - [pbr::OriginalName("CmdFarmElementSweepCsReq")] CmdFarmElementSweepCsReq = 1395, - [pbr::OriginalName("CmdCocoonSweepScRsp")] CmdCocoonSweepScRsp = 1330, - [pbr::OriginalName("CmdQuickStartFarmElementCsReq")] CmdQuickStartFarmElementCsReq = 1370, - [pbr::OriginalName("CmdEnterAdventureScRsp")] CmdEnterAdventureScRsp = 1313, - [pbr::OriginalName("CmdCocoonSweepCsReq")] CmdCocoonSweepCsReq = 1326, - [pbr::OriginalName("CmdFarmElementSweepScRsp")] CmdFarmElementSweepScRsp = 1318, - [pbr::OriginalName("CmdQuickStartFarmElementScRsp")] CmdQuickStartFarmElementScRsp = 1389, - [pbr::OriginalName("CmdGetFarmStageGachaInfoScRsp")] CmdGetFarmStageGachaInfoScRsp = 1309, - [pbr::OriginalName("CmdQuickStartCocoonStageScRsp")] CmdQuickStartCocoonStageScRsp = 1306, - [pbr::OriginalName("CmdGetFarmStageGachaInfoCsReq")] CmdGetFarmStageGachaInfoCsReq = 1347, - [pbr::OriginalName("CmdEnterAdventureCsReq")] CmdEnterAdventureCsReq = 1311, - [pbr::OriginalName("CmdQuickStartCocoonStageCsReq")] CmdQuickStartCocoonStageCsReq = 1335, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdAetherDivideType.cs b/Proto/CmdAetherDivideType.cs deleted file mode 100644 index 55efeceb..00000000 --- a/Proto/CmdAetherDivideType.cs +++ /dev/null @@ -1,111 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdAetherDivideType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdAetherDivideType.proto - public static partial class CmdAetherDivideTypeReflection { - - #region Descriptor - /// File descriptor for CmdAetherDivideType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdAetherDivideTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChlDbWRBZXRoZXJEaXZpZGVUeXBlLnByb3RvKqYLChNDbWRBZXRoZXJEaXZp", - "ZGVUeXBlEhsKF0NtZEFldGhlckRpdmlkZVR5cGVOb25lEAASKQokQ21kU3dp", - "dGNoQWV0aGVyRGl2aWRlTGluZVVwU2xvdENzUmVxEOMlEiAKG0NtZEdldEFl", - "dGhlckRpdmlkZUluZm9Dc1JlcRDQJRIqCiVDbWRFcXVpcEFldGhlckRpdmlk", - "ZVBhc3NpdmVTa2lsbENzUmVxEMclEiYKIUNtZEFldGhlckRpdmlkZVRhaW5l", - "ckluZm9TY05vdGlmeRDhJRIkCh9DbWRBZXRoZXJEaXZpZGVTcGlyaXRFeHBV", - "cFNjUnNwEPElEioKJUNtZEVxdWlwQWV0aGVyRGl2aWRlUGFzc2l2ZVNraWxs", - "U2NSc3AQ5iUSKQokQ21kR2V0QWV0aGVyRGl2aWRlQ2hhbGxlbmdlSW5mb0Nz", - "UmVxENolEikKJENtZFN0YXJ0QWV0aGVyRGl2aWRlU2NlbmVCYXR0bGVTY1Jz", - "cBDJJRIqCiVDbWRDbGVhckFldGhlckRpdmlkZVBhc3NpdmVTa2lsbENzUmVx", - "EPIlEiIKHUNtZFNldEFldGhlckRpdmlkZUxpbmVVcENzUmVxEO4lEikKJENt", - "ZFN0YXJ0QWV0aGVyRGl2aWRlU2NlbmVCYXR0bGVDc1JlcRDpJRIpCiRDbWRH", - "ZXRBZXRoZXJEaXZpZGVDaGFsbGVuZ2VJbmZvU2NSc3AQyCUSKQokQ21kU3dp", - "dGNoQWV0aGVyRGl2aWRlTGluZVVwU2xvdFNjUnNwENYlEiwKJ0NtZEFldGhl", - "ckRpdmlkZVRha2VDaGFsbGVuZ2VSZXdhcmRTY1JzcBDZJRIqCiVDbWRBZXRo", - "ZXJEaXZpZGVSZWZyZXNoRW5kbGVzc1NjTm90aWZ5ENUlEisKJkNtZEFldGhl", - "ckRpdmlkZUZpbmlzaENoYWxsZW5nZVNjTm90aWZ5EN4lEikKJENtZFN0YXJ0", - "QWV0aGVyRGl2aWRlU3RhZ2VCYXR0bGVTY1JzcBDLJRIsCidDbWRBZXRoZXJE", - "aXZpZGVUYWtlQ2hhbGxlbmdlUmV3YXJkQ3NSZXEQwiUSIgodQ21kQWV0aGVy", - "RGl2aWRlTGluZXVwU2NOb3RpZnkQ4iUSLQooQ21kU3RhcnRBZXRoZXJEaXZp", - "ZGVDaGFsbGVuZ2VCYXR0bGVTY1JzcBDtJRIpCiRDbWRTdGFydEFldGhlckRp", - "dmlkZVN0YWdlQmF0dGxlQ3NSZXEQ5SUSJgohQ21kQWV0aGVyRGl2aWRlU3Bp", - "cml0SW5mb1NjTm90aWZ5EMUlEiMKHkNtZEVudGVyQWV0aGVyRGl2aWRlU2Nl", - "bmVDc1JlcRDqJRItCihDbWRTdGFydEFldGhlckRpdmlkZUNoYWxsZW5nZUJh", - "dHRsZUNzUmVxEN0lEiMKHkNtZExlYXZlQWV0aGVyRGl2aWRlU2NlbmVDc1Jl", - "cRDOJRIiCh1DbWRTZXRBZXRoZXJEaXZpZGVMaW5lVXBTY1JzcBDNJRIkCh9D", - "bWRBZXRoZXJEaXZpZGVTcGlyaXRFeHBVcENzUmVxEMQlEicKIkNtZEFldGhl", - "ckRpdmlkZVJlZnJlc2hFbmRsZXNzU2NSc3AQ3yUSJwoiQ21kQWV0aGVyRGl2", - "aWRlUmVmcmVzaEVuZGxlc3NDc1JlcRDTJRIlCiBDbWRBZXRoZXJEaXZpZGVT", - "a2lsbEl0ZW1TY05vdGlmeRDsJRIqCiVDbWRDbGVhckFldGhlckRpdmlkZVBh", - "c3NpdmVTa2lsbFNjUnNwEPAlEiMKHkNtZEVudGVyQWV0aGVyRGl2aWRlU2Nl", - "bmVTY1JzcBDSJRIjCh5DbWRMZWF2ZUFldGhlckRpdmlkZVNjZW5lU2NSc3AQ", - "xiUSIAobQ21kR2V0QWV0aGVyRGl2aWRlSW5mb1NjUnNwEOAlQh6qAhtFZ2dM", - "aW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdAetherDivideType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdAetherDivideType { - [pbr::OriginalName("CmdAetherDivideTypeNone")] None = 0, - [pbr::OriginalName("CmdSwitchAetherDivideLineUpSlotCsReq")] CmdSwitchAetherDivideLineUpSlotCsReq = 4835, - [pbr::OriginalName("CmdGetAetherDivideInfoCsReq")] CmdGetAetherDivideInfoCsReq = 4816, - [pbr::OriginalName("CmdEquipAetherDividePassiveSkillCsReq")] CmdEquipAetherDividePassiveSkillCsReq = 4807, - [pbr::OriginalName("CmdAetherDivideTainerInfoScNotify")] CmdAetherDivideTainerInfoScNotify = 4833, - [pbr::OriginalName("CmdAetherDivideSpiritExpUpScRsp")] CmdAetherDivideSpiritExpUpScRsp = 4849, - [pbr::OriginalName("CmdEquipAetherDividePassiveSkillScRsp")] CmdEquipAetherDividePassiveSkillScRsp = 4838, - [pbr::OriginalName("CmdGetAetherDivideChallengeInfoCsReq")] CmdGetAetherDivideChallengeInfoCsReq = 4826, - [pbr::OriginalName("CmdStartAetherDivideSceneBattleScRsp")] CmdStartAetherDivideSceneBattleScRsp = 4809, - [pbr::OriginalName("CmdClearAetherDividePassiveSkillCsReq")] CmdClearAetherDividePassiveSkillCsReq = 4850, - [pbr::OriginalName("CmdSetAetherDivideLineUpCsReq")] CmdSetAetherDivideLineUpCsReq = 4846, - [pbr::OriginalName("CmdStartAetherDivideSceneBattleCsReq")] CmdStartAetherDivideSceneBattleCsReq = 4841, - [pbr::OriginalName("CmdGetAetherDivideChallengeInfoScRsp")] CmdGetAetherDivideChallengeInfoScRsp = 4808, - [pbr::OriginalName("CmdSwitchAetherDivideLineUpSlotScRsp")] CmdSwitchAetherDivideLineUpSlotScRsp = 4822, - [pbr::OriginalName("CmdAetherDivideTakeChallengeRewardScRsp")] CmdAetherDivideTakeChallengeRewardScRsp = 4825, - [pbr::OriginalName("CmdAetherDivideRefreshEndlessScNotify")] CmdAetherDivideRefreshEndlessScNotify = 4821, - [pbr::OriginalName("CmdAetherDivideFinishChallengeScNotify")] CmdAetherDivideFinishChallengeScNotify = 4830, - [pbr::OriginalName("CmdStartAetherDivideStageBattleScRsp")] CmdStartAetherDivideStageBattleScRsp = 4811, - [pbr::OriginalName("CmdAetherDivideTakeChallengeRewardCsReq")] CmdAetherDivideTakeChallengeRewardCsReq = 4802, - [pbr::OriginalName("CmdAetherDivideLineupScNotify")] CmdAetherDivideLineupScNotify = 4834, - [pbr::OriginalName("CmdStartAetherDivideChallengeBattleScRsp")] CmdStartAetherDivideChallengeBattleScRsp = 4845, - [pbr::OriginalName("CmdStartAetherDivideStageBattleCsReq")] CmdStartAetherDivideStageBattleCsReq = 4837, - [pbr::OriginalName("CmdAetherDivideSpiritInfoScNotify")] CmdAetherDivideSpiritInfoScNotify = 4805, - [pbr::OriginalName("CmdEnterAetherDivideSceneCsReq")] CmdEnterAetherDivideSceneCsReq = 4842, - [pbr::OriginalName("CmdStartAetherDivideChallengeBattleCsReq")] CmdStartAetherDivideChallengeBattleCsReq = 4829, - [pbr::OriginalName("CmdLeaveAetherDivideSceneCsReq")] CmdLeaveAetherDivideSceneCsReq = 4814, - [pbr::OriginalName("CmdSetAetherDivideLineUpScRsp")] CmdSetAetherDivideLineUpScRsp = 4813, - [pbr::OriginalName("CmdAetherDivideSpiritExpUpCsReq")] CmdAetherDivideSpiritExpUpCsReq = 4804, - [pbr::OriginalName("CmdAetherDivideRefreshEndlessScRsp")] CmdAetherDivideRefreshEndlessScRsp = 4831, - [pbr::OriginalName("CmdAetherDivideRefreshEndlessCsReq")] CmdAetherDivideRefreshEndlessCsReq = 4819, - [pbr::OriginalName("CmdAetherDivideSkillItemScNotify")] CmdAetherDivideSkillItemScNotify = 4844, - [pbr::OriginalName("CmdClearAetherDividePassiveSkillScRsp")] CmdClearAetherDividePassiveSkillScRsp = 4848, - [pbr::OriginalName("CmdEnterAetherDivideSceneScRsp")] CmdEnterAetherDivideSceneScRsp = 4818, - [pbr::OriginalName("CmdLeaveAetherDivideSceneScRsp")] CmdLeaveAetherDivideSceneScRsp = 4806, - [pbr::OriginalName("CmdGetAetherDivideInfoScRsp")] CmdGetAetherDivideInfoScRsp = 4832, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdAlleyType.cs b/Proto/CmdAlleyType.cs deleted file mode 100644 index 849c1049..00000000 --- a/Proto/CmdAlleyType.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdAlleyType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdAlleyType.proto - public static partial class CmdAlleyTypeReflection { - - #region Descriptor - /// File descriptor for CmdAlleyType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdAlleyTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChJDbWRBbGxleVR5cGUucHJvdG8qzAkKDENtZEFsbGV5VHlwZRIUChBDbWRB", - "bGxleVR5cGVOb25lEAASHwoaQ21kVGFrZVByZXN0aWdlUmV3YXJkQ3NSZXEQ", - "uyUSIQocQ21kQWxsZXlPcmRlckNoYW5nZWRTY05vdGlmeRCVJRIaChVDbWRT", - "YXZlTG9naXN0aWNzQ3NSZXEQgSUSGgoVQ21kU2F2ZUxvZ2lzdGljc1NjUnNw", - "EJ0lEhwKF0NtZFByZXN0aWdlTGV2ZWxVcENzUmVxEOYkEh4KGUNtZEFsbGV5", - "U2hvcExldmVsU2NOb3RpZnkQriUSLAonQ21kTG9naXN0aWNzU2NvcmVSZXdh", - "cmRTeW5jSW5mb1NjTm90aWZ5EKAlEiIKHUNtZEFsbGV5U2hpcFVzZWRDb3Vu", - "dFNjTm90aWZ5EJElEh0KGENtZEFsbGV5UGxhY2luZ0dhbWVDc1JlcRCAJRIa", - "ChVDbWRBbGxleUZ1bmRzU2NOb3RpZnkQoyUSIQocQ21kQWxsZXlHdWFyYW50", - "ZWVkRnVuZHNDc1JlcRD0JBIZChRDbWRHZXRBbGxleUluZm9Dc1JlcRDnJBIZ", - "ChRDbWRHZXRBbGxleUluZm9TY1JzcBDpJBIdChhDbWRMb2dpc3RpY3NJbmZv", - "U2NOb3RpZnkQkCUSGgoVQ21kTG9naXN0aWNzR2FtZUNzUmVxEIslEhoKFUNt", - "ZExvZ2lzdGljc0dhbWVTY1JzcBDlJBIdChhDbWRBbGxleVBsYWNpbmdHYW1l", - "U2NSc3AQjiUSIQocQ21kQWxsZXlHdWFyYW50ZWVkRnVuZHNTY1JzcBCwJRIh", - "ChxDbWRBbGxleVRha2VFdmVudFJld2FyZFNjUnNwEPgkEh4KGUNtZEFsbGV5", - "RXZlbnRDaGFuZ2VOb3RpZnkQ9iQSHwoaQ21kVGFrZVByZXN0aWdlUmV3YXJk", - "U2NSc3AQ7iQSHgoZQ21kUmVmcmVzaEFsbGV5T3JkZXJDc1JlcRC3JRIhChxD", - "bWRBbGxleVRha2VFdmVudFJld2FyZENzUmVxEKclEh4KGUNtZFJlZnJlc2hB", - "bGxleU9yZGVyU2NSc3AQuSUSKQokQ21kQWxsZXlTaGlwbWVudEV2ZW50RWZm", - "ZWN0c1NjTm90aWZ5EPIkEiAKG0NtZEdldFNhdmVMb2dpc3RpY3NNYXBTY1Jz", - "cBC4JRIkCh9DbWRBY3Rpdml0eVJhaWRQbGFjaW5nR2FtZVNjUnNwELolEiQK", - "H0NtZEFjdGl2aXR5UmFpZFBsYWNpbmdHYW1lQ3NSZXEQmCUSHgoZQ21kQWxs", - "ZXlFdmVudEVmZmVjdE5vdGlmeRD6JBIcChdDbWRQcmVzdGlnZUxldmVsVXBT", - "Y1JzcBDjJBInCiJDbWRMb2dpc3RpY3NEZXRvbmF0ZVN0YXJTa2lmZkNzUmVx", - "EK8lEicKIkNtZExvZ2lzdGljc0RldG9uYXRlU3RhclNraWZmU2NSc3AQliUS", - "HAoXQ21kU3RhcnRBbGxleUV2ZW50Q3NSZXEQoiUSHAoXQ21kU3RhcnRBbGxl", - "eUV2ZW50U2NSc3AQtSUSIAobQ21kR2V0U2F2ZUxvZ2lzdGljc01hcENzUmVx", - "ELIlEh8KGkNtZEFsbGV5U2hpcFVubG9ja1NjTm90aWZ5EI8lQh6qAhtFZ2dM", - "aW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdAlleyType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdAlleyType { - [pbr::OriginalName("CmdAlleyTypeNone")] None = 0, - [pbr::OriginalName("CmdTakePrestigeRewardCsReq")] CmdTakePrestigeRewardCsReq = 4795, - [pbr::OriginalName("CmdAlleyOrderChangedScNotify")] CmdAlleyOrderChangedScNotify = 4757, - [pbr::OriginalName("CmdSaveLogisticsCsReq")] CmdSaveLogisticsCsReq = 4737, - [pbr::OriginalName("CmdSaveLogisticsScRsp")] CmdSaveLogisticsScRsp = 4765, - [pbr::OriginalName("CmdPrestigeLevelUpCsReq")] CmdPrestigeLevelUpCsReq = 4710, - [pbr::OriginalName("CmdAlleyShopLevelScNotify")] CmdAlleyShopLevelScNotify = 4782, - [pbr::OriginalName("CmdLogisticsScoreRewardSyncInfoScNotify")] CmdLogisticsScoreRewardSyncInfoScNotify = 4768, - [pbr::OriginalName("CmdAlleyShipUsedCountScNotify")] CmdAlleyShipUsedCountScNotify = 4753, - [pbr::OriginalName("CmdAlleyPlacingGameCsReq")] CmdAlleyPlacingGameCsReq = 4736, - [pbr::OriginalName("CmdAlleyFundsScNotify")] CmdAlleyFundsScNotify = 4771, - [pbr::OriginalName("CmdAlleyGuaranteedFundsCsReq")] CmdAlleyGuaranteedFundsCsReq = 4724, - [pbr::OriginalName("CmdGetAlleyInfoCsReq")] CmdGetAlleyInfoCsReq = 4711, - [pbr::OriginalName("CmdGetAlleyInfoScRsp")] CmdGetAlleyInfoScRsp = 4713, - [pbr::OriginalName("CmdLogisticsInfoScNotify")] CmdLogisticsInfoScNotify = 4752, - [pbr::OriginalName("CmdLogisticsGameCsReq")] CmdLogisticsGameCsReq = 4747, - [pbr::OriginalName("CmdLogisticsGameScRsp")] CmdLogisticsGameScRsp = 4709, - [pbr::OriginalName("CmdAlleyPlacingGameScRsp")] CmdAlleyPlacingGameScRsp = 4750, - [pbr::OriginalName("CmdAlleyGuaranteedFundsScRsp")] CmdAlleyGuaranteedFundsScRsp = 4784, - [pbr::OriginalName("CmdAlleyTakeEventRewardScRsp")] CmdAlleyTakeEventRewardScRsp = 4728, - [pbr::OriginalName("CmdAlleyEventChangeNotify")] CmdAlleyEventChangeNotify = 4726, - [pbr::OriginalName("CmdTakePrestigeRewardScRsp")] CmdTakePrestigeRewardScRsp = 4718, - [pbr::OriginalName("CmdRefreshAlleyOrderCsReq")] CmdRefreshAlleyOrderCsReq = 4791, - [pbr::OriginalName("CmdAlleyTakeEventRewardCsReq")] CmdAlleyTakeEventRewardCsReq = 4775, - [pbr::OriginalName("CmdRefreshAlleyOrderScRsp")] CmdRefreshAlleyOrderScRsp = 4793, - [pbr::OriginalName("CmdAlleyShipmentEventEffectsScNotify")] CmdAlleyShipmentEventEffectsScNotify = 4722, - [pbr::OriginalName("CmdGetSaveLogisticsMapScRsp")] CmdGetSaveLogisticsMapScRsp = 4792, - [pbr::OriginalName("CmdActivityRaidPlacingGameScRsp")] CmdActivityRaidPlacingGameScRsp = 4794, - [pbr::OriginalName("CmdActivityRaidPlacingGameCsReq")] CmdActivityRaidPlacingGameCsReq = 4760, - [pbr::OriginalName("CmdAlleyEventEffectNotify")] CmdAlleyEventEffectNotify = 4730, - [pbr::OriginalName("CmdPrestigeLevelUpScRsp")] CmdPrestigeLevelUpScRsp = 4707, - [pbr::OriginalName("CmdLogisticsDetonateStarSkiffCsReq")] CmdLogisticsDetonateStarSkiffCsReq = 4783, - [pbr::OriginalName("CmdLogisticsDetonateStarSkiffScRsp")] CmdLogisticsDetonateStarSkiffScRsp = 4758, - [pbr::OriginalName("CmdStartAlleyEventCsReq")] CmdStartAlleyEventCsReq = 4770, - [pbr::OriginalName("CmdStartAlleyEventScRsp")] CmdStartAlleyEventScRsp = 4789, - [pbr::OriginalName("CmdGetSaveLogisticsMapCsReq")] CmdGetSaveLogisticsMapCsReq = 4786, - [pbr::OriginalName("CmdAlleyShipUnlockScNotify")] CmdAlleyShipUnlockScNotify = 4751, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdArchiveType.cs b/Proto/CmdArchiveType.cs deleted file mode 100644 index 53b814be..00000000 --- a/Proto/CmdArchiveType.cs +++ /dev/null @@ -1,53 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdArchiveType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdArchiveType.proto - public static partial class CmdArchiveTypeReflection { - - #region Descriptor - /// File descriptor for CmdArchiveType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdArchiveTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChRDbWRBcmNoaXZlVHlwZS5wcm90byqqAQoOQ21kQXJjaGl2ZVR5cGUSFgoS", - "Q21kQXJjaGl2ZVR5cGVOb25lEAASGwoWQ21kR2V0QXJjaGl2ZURhdGFTY1Jz", - "cBCJEhIbChZDbWRHZXRBcmNoaXZlRGF0YUNzUmVxEIcSEiIKHUNtZEdldFVw", - "ZGF0ZWRBcmNoaXZlRGF0YUNzUmVxEKsSEiIKHUNtZEdldFVwZGF0ZWRBcmNo", - "aXZlRGF0YVNjUnNwEIUSQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJv", - "dG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdArchiveType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdArchiveType { - [pbr::OriginalName("CmdArchiveTypeNone")] None = 0, - [pbr::OriginalName("CmdGetArchiveDataScRsp")] CmdGetArchiveDataScRsp = 2313, - [pbr::OriginalName("CmdGetArchiveDataCsReq")] CmdGetArchiveDataCsReq = 2311, - [pbr::OriginalName("CmdGetUpdatedArchiveDataCsReq")] CmdGetUpdatedArchiveDataCsReq = 2347, - [pbr::OriginalName("CmdGetUpdatedArchiveDataScRsp")] CmdGetUpdatedArchiveDataScRsp = 2309, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdAvatarType.cs b/Proto/CmdAvatarType.cs deleted file mode 100644 index b296ad32..00000000 --- a/Proto/CmdAvatarType.cs +++ /dev/null @@ -1,106 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdAvatarType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdAvatarType.proto - public static partial class CmdAvatarTypeReflection { - - #region Descriptor - /// File descriptor for CmdAvatarType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdAvatarTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChNDbWRBdmF0YXJUeXBlLnByb3RvKvAICg1DbWRBdmF0YXJUeXBlEhUKEUNt", - "ZEF2YXRhclR5cGVOb25lEAASKQokQ21kR3Jvd3RoVGFyZ2V0QXZhdGFyQ2hh", - "bmdlZFNjTm90aWZ5EOECEh0KGENtZERyZXNzUmVsaWNBdmF0YXJDc1JlcRD5", - "AhIiCh1DbWRTZXRHcm93dGhUYXJnZXRBdmF0YXJDc1JlcRCCAxIZChRDbWRB", - "ZGRBdmF0YXJTY05vdGlmeRDQAhIYChNDbWRBdmF0YXJFeHBVcFNjUnNwELUC", - "EhwKF0NtZFVubG9ja1NraWxsdHJlZUNzUmVxEM8CEhcKEkNtZE1hcmtBdmF0", - "YXJTY1JzcBDgAhIdChhDbWRHZXRQcmVBdmF0YXJMaXN0Q3NSZXEQ9wISIgod", - "Q21kU2V0R3Jvd3RoVGFyZ2V0QXZhdGFyU2NSc3AQiAMSGQoUQ21kUmFua1Vw", - "QXZhdGFyU2NSc3AQ9QISGgoVQ21kUHJvbW90ZUF2YXRhclNjUnNwEIUDEiMK", - "HkNtZEdldFByZUF2YXRhckdyb3d0aEluZm9TY1JzcBCAAxIZChRDbWRSYW5r", - "VXBBdmF0YXJDc1JlcRDeAhIeChlDbWRUYWtlT2ZmQXZhdGFyU2tpbkNzUmVx", - "EP4CEiAKG0NtZFRha2VQcm9tb3Rpb25SZXdhcmRTY1JzcBC2AhIcChdDbWRE", - "cmVzc0F2YXRhclNraW5Dc1JlcRCzAhIXChJDbWRNYXJrQXZhdGFyQ3NSZXEQ", - "7QISGgoVQ21kR2V0QXZhdGFyRGF0YVNjUnNwELkCEhwKF0NtZERyZXNzQXZh", - "dGFyU2tpblNjUnNwEPMCEhoKFUNtZFByb21vdGVBdmF0YXJDc1JlcRDyAhIY", - "ChNDbWREcmVzc0F2YXRhclNjUnNwEMoCEhoKFUNtZEdldEF2YXRhckRhdGFD", - "c1JlcRC3AhIYChNDbWRBdmF0YXJFeHBVcENzUmVxENsCEh4KGUNtZFRha2VP", - "ZmZBdmF0YXJTa2luU2NSc3AQ3wISIAobQ21kVGFrZVByb21vdGlvblJld2Fy", - "ZENzUmVxEMUCEh0KGENtZEdldFByZUF2YXRhckxpc3RTY1JzcBDIAhIjCh5D", - "bWRHZXRQcmVBdmF0YXJHcm93dGhJbmZvQ3NSZXEQxAISHQoYQ21kVGFrZU9m", - "ZkVxdWlwbWVudFNjUnNwEL4CEhwKF0NtZFVubG9ja1NraWxsdHJlZVNjUnNw", - "ELICEh0KGENtZFRha2VPZmZFcXVpcG1lbnRDc1JlcRCLAxIZChRDbWRUYWtl", - "T2ZmUmVsaWNTY1JzcBDlAhIiCh1DbWRBZGRNdWx0aVBhdGhBdmF0YXJTY05v", - "dGlmeRDCAhIgChtDbWRVbmxvY2tBdmF0YXJTa2luU2NOb3RpZnkQ0QISHQoY", - "Q21kRHJlc3NSZWxpY0F2YXRhclNjUnNwEIcDEhgKE0NtZERyZXNzQXZhdGFy", - "Q3NSZXEQxgISGQoUQ21kVGFrZU9mZlJlbGljQ3NSZXEQiQNCHqoCG0VnZ0xp", - "bmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdAvatarType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdAvatarType { - [pbr::OriginalName("CmdAvatarTypeNone")] None = 0, - [pbr::OriginalName("CmdGrowthTargetAvatarChangedScNotify")] CmdGrowthTargetAvatarChangedScNotify = 353, - [pbr::OriginalName("CmdDressRelicAvatarCsReq")] CmdDressRelicAvatarCsReq = 377, - [pbr::OriginalName("CmdSetGrowthTargetAvatarCsReq")] CmdSetGrowthTargetAvatarCsReq = 386, - [pbr::OriginalName("CmdAddAvatarScNotify")] CmdAddAvatarScNotify = 336, - [pbr::OriginalName("CmdAvatarExpUpScRsp")] CmdAvatarExpUpScRsp = 309, - [pbr::OriginalName("CmdUnlockSkilltreeCsReq")] CmdUnlockSkilltreeCsReq = 335, - [pbr::OriginalName("CmdMarkAvatarScRsp")] CmdMarkAvatarScRsp = 352, - [pbr::OriginalName("CmdGetPreAvatarListCsReq")] CmdGetPreAvatarListCsReq = 375, - [pbr::OriginalName("CmdSetGrowthTargetAvatarScRsp")] CmdSetGrowthTargetAvatarScRsp = 392, - [pbr::OriginalName("CmdRankUpAvatarScRsp")] CmdRankUpAvatarScRsp = 373, - [pbr::OriginalName("CmdPromoteAvatarScRsp")] CmdPromoteAvatarScRsp = 389, - [pbr::OriginalName("CmdGetPreAvatarGrowthInfoScRsp")] CmdGetPreAvatarGrowthInfoScRsp = 384, - [pbr::OriginalName("CmdRankUpAvatarCsReq")] CmdRankUpAvatarCsReq = 350, - [pbr::OriginalName("CmdTakeOffAvatarSkinCsReq")] CmdTakeOffAvatarSkinCsReq = 382, - [pbr::OriginalName("CmdTakePromotionRewardScRsp")] CmdTakePromotionRewardScRsp = 310, - [pbr::OriginalName("CmdDressAvatarSkinCsReq")] CmdDressAvatarSkinCsReq = 307, - [pbr::OriginalName("CmdMarkAvatarCsReq")] CmdMarkAvatarCsReq = 365, - [pbr::OriginalName("CmdGetAvatarDataScRsp")] CmdGetAvatarDataScRsp = 313, - [pbr::OriginalName("CmdDressAvatarSkinScRsp")] CmdDressAvatarSkinScRsp = 371, - [pbr::OriginalName("CmdPromoteAvatarCsReq")] CmdPromoteAvatarCsReq = 370, - [pbr::OriginalName("CmdDressAvatarScRsp")] CmdDressAvatarScRsp = 330, - [pbr::OriginalName("CmdGetAvatarDataCsReq")] CmdGetAvatarDataCsReq = 311, - [pbr::OriginalName("CmdAvatarExpUpCsReq")] CmdAvatarExpUpCsReq = 347, - [pbr::OriginalName("CmdTakeOffAvatarSkinScRsp")] CmdTakeOffAvatarSkinScRsp = 351, - [pbr::OriginalName("CmdTakePromotionRewardCsReq")] CmdTakePromotionRewardCsReq = 325, - [pbr::OriginalName("CmdGetPreAvatarListScRsp")] CmdGetPreAvatarListScRsp = 328, - [pbr::OriginalName("CmdGetPreAvatarGrowthInfoCsReq")] CmdGetPreAvatarGrowthInfoCsReq = 324, - [pbr::OriginalName("CmdTakeOffEquipmentScRsp")] CmdTakeOffEquipmentScRsp = 318, - [pbr::OriginalName("CmdUnlockSkilltreeScRsp")] CmdUnlockSkilltreeScRsp = 306, - [pbr::OriginalName("CmdTakeOffEquipmentCsReq")] CmdTakeOffEquipmentCsReq = 395, - [pbr::OriginalName("CmdTakeOffRelicScRsp")] CmdTakeOffRelicScRsp = 357, - [pbr::OriginalName("CmdAddMultiPathAvatarScNotify")] CmdAddMultiPathAvatarScNotify = 322, - [pbr::OriginalName("CmdUnlockAvatarSkinScNotify")] CmdUnlockAvatarSkinScNotify = 337, - [pbr::OriginalName("CmdDressRelicAvatarScRsp")] CmdDressRelicAvatarScRsp = 391, - [pbr::OriginalName("CmdDressAvatarCsReq")] CmdDressAvatarCsReq = 326, - [pbr::OriginalName("CmdTakeOffRelicCsReq")] CmdTakeOffRelicCsReq = 393, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdBattleCollegeType.cs b/Proto/CmdBattleCollegeType.cs deleted file mode 100644 index 4f8786ac..00000000 --- a/Proto/CmdBattleCollegeType.cs +++ /dev/null @@ -1,55 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdBattleCollegeType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdBattleCollegeType.proto - public static partial class CmdBattleCollegeTypeReflection { - - #region Descriptor - /// File descriptor for CmdBattleCollegeType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdBattleCollegeTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChpDbWRCYXR0bGVDb2xsZWdlVHlwZS5wcm90byrlAQoUQ21kQmF0dGxlQ29s", - "bGVnZVR5cGUSHAoYQ21kQmF0dGxlQ29sbGVnZVR5cGVOb25lEAASIQocQ21k", - "R2V0QmF0dGxlQ29sbGVnZURhdGFDc1JlcRDPLBIfChpDbWRTdGFydEJhdHRs", - "ZUNvbGxlZ2VDc1JlcRDNLBInCiJDbWRCYXR0bGVDb2xsZWdlRGF0YUNoYW5n", - "ZVNjTm90aWZ5EPMsEiEKHENtZEdldEJhdHRsZUNvbGxlZ2VEYXRhU2NSc3AQ", - "0SwSHwoaQ21kU3RhcnRCYXR0bGVDb2xsZWdlU2NSc3AQ5yxCHqoCG0VnZ0xp", - "bmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdBattleCollegeType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdBattleCollegeType { - [pbr::OriginalName("CmdBattleCollegeTypeNone")] None = 0, - [pbr::OriginalName("CmdGetBattleCollegeDataCsReq")] CmdGetBattleCollegeDataCsReq = 5711, - [pbr::OriginalName("CmdStartBattleCollegeCsReq")] CmdStartBattleCollegeCsReq = 5709, - [pbr::OriginalName("CmdBattleCollegeDataChangeScNotify")] CmdBattleCollegeDataChangeScNotify = 5747, - [pbr::OriginalName("CmdGetBattleCollegeDataScRsp")] CmdGetBattleCollegeDataScRsp = 5713, - [pbr::OriginalName("CmdStartBattleCollegeScRsp")] CmdStartBattleCollegeScRsp = 5735, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdBattlePassType.cs b/Proto/CmdBattlePassType.cs deleted file mode 100644 index 19f740ac..00000000 --- a/Proto/CmdBattlePassType.cs +++ /dev/null @@ -1,57 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdBattlePassType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdBattlePassType.proto - public static partial class CmdBattlePassTypeReflection { - - #region Descriptor - /// File descriptor for CmdBattlePassType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdBattlePassTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChdDbWRCYXR0bGVQYXNzVHlwZS5wcm90byrsAQoRQ21kQmF0dGxlUGFzc1R5", - "cGUSGQoVQ21kQmF0dGxlUGFzc1R5cGVOb25lEAASFwoSQ21kQnV5QnBMZXZl", - "bFNjUnNwEP4XEhoKFUNtZFRha2VBbGxSZXdhcmRDc1JlcRCRGBIZChRDbWRU", - "YWtlQnBSZXdhcmRTY1JzcBDbFxIXChJDbWRCdXlCcExldmVsQ3NSZXEQvhcS", - "GgoVQ21kVGFrZUFsbFJld2FyZFNjUnNwENIXEhkKFENtZFRha2VCcFJld2Fy", - "ZENzUmVxEMEXEhwKF0NtZEJhdHRsZVBhc3NJbmZvTm90aWZ5EMMXQh6qAhtF", - "Z2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdBattlePassType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdBattlePassType { - [pbr::OriginalName("CmdBattlePassTypeNone")] None = 0, - [pbr::OriginalName("CmdBuyBpLevelScRsp")] CmdBuyBpLevelScRsp = 3070, - [pbr::OriginalName("CmdTakeAllRewardCsReq")] CmdTakeAllRewardCsReq = 3089, - [pbr::OriginalName("CmdTakeBpRewardScRsp")] CmdTakeBpRewardScRsp = 3035, - [pbr::OriginalName("CmdBuyBpLevelCsReq")] CmdBuyBpLevelCsReq = 3006, - [pbr::OriginalName("CmdTakeAllRewardScRsp")] CmdTakeAllRewardScRsp = 3026, - [pbr::OriginalName("CmdTakeBpRewardCsReq")] CmdTakeBpRewardCsReq = 3009, - [pbr::OriginalName("CmdBattlePassInfoNotify")] CmdBattlePassInfoNotify = 3011, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdBattleType.cs b/Proto/CmdBattleType.cs deleted file mode 100644 index 2d9df36c..00000000 --- a/Proto/CmdBattleType.cs +++ /dev/null @@ -1,70 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdBattleType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdBattleType.proto - public static partial class CmdBattleTypeReflection { - - #region Descriptor - /// File descriptor for CmdBattleType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdBattleTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChNDbWRCYXR0bGVUeXBlLnByb3RvKuEDCg1DbWRCYXR0bGVUeXBlEhUKEUNt", - "ZEJhdHRsZVR5cGVOb25lEAASHAoXQ21kQmF0dGxlTG9nUmVwb3J0Q3NSZXEQ", - "ggESGwoXQ21kUFZFQmF0dGxlUmVzdWx0U2NSc3AQcRIpCiVDbWRTZXJ2ZXJT", - "aW11bGF0ZUJhdHRsZUZpbmlzaFNjTm90aWZ5EHYSJwoiQ21kUmVCYXR0bGVB", - "ZnRlckJhdHRsZUxvc2VDc05vdGlmeRCIARIWChJDbWRRdWl0QmF0dGxlU2NS", - "c3AQbRIdChhDbWRHZXRDdXJCYXR0bGVJbmZvQ3NSZXEQhwESIQocQ21kU3lu", - "Y0NsaWVudFJlc1ZlcnNpb25TY1JzcBC9ARIcChdDbWRCYXR0bGVMb2dSZXBv", - "cnRTY1JzcBDDARIcChhDbWRHZXRDdXJCYXR0bGVJbmZvU2NSc3AQahIXChJD", - "bWRRdWl0QmF0dGxlQ3NSZXEQkwESIAobQ21kUmViYXR0bGVCeUNsaWVudENz", - "Tm90aWZ5EJYBEhsKF0NtZFBWRUJhdHRsZVJlc3VsdENzUmVxEG8SIQocQ21k", - "U3luY0NsaWVudFJlc1ZlcnNpb25Dc1JlcRCqARIZChVDbWRRdWl0QmF0dGxl", - "U2NOb3RpZnkQfkIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", - "cm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdBattleType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdBattleType { - [pbr::OriginalName("CmdBattleTypeNone")] None = 0, - [pbr::OriginalName("CmdBattleLogReportCsReq")] CmdBattleLogReportCsReq = 130, - [pbr::OriginalName("CmdPVEBattleResultScRsp")] CmdPvebattleResultScRsp = 113, - [pbr::OriginalName("CmdServerSimulateBattleFinishScNotify")] CmdServerSimulateBattleFinishScNotify = 118, - [pbr::OriginalName("CmdReBattleAfterBattleLoseCsNotify")] CmdReBattleAfterBattleLoseCsNotify = 136, - [pbr::OriginalName("CmdQuitBattleScRsp")] CmdQuitBattleScRsp = 109, - [pbr::OriginalName("CmdGetCurBattleInfoCsReq")] CmdGetCurBattleInfoCsReq = 135, - [pbr::OriginalName("CmdSyncClientResVersionScRsp")] CmdSyncClientResVersionScRsp = 189, - [pbr::OriginalName("CmdBattleLogReportScRsp")] CmdBattleLogReportScRsp = 195, - [pbr::OriginalName("CmdGetCurBattleInfoScRsp")] CmdGetCurBattleInfoScRsp = 106, - [pbr::OriginalName("CmdQuitBattleCsReq")] CmdQuitBattleCsReq = 147, - [pbr::OriginalName("CmdRebattleByClientCsNotify")] CmdRebattleByClientCsNotify = 150, - [pbr::OriginalName("CmdPVEBattleResultCsReq")] CmdPvebattleResultCsReq = 111, - [pbr::OriginalName("CmdSyncClientResVersionCsReq")] CmdSyncClientResVersionCsReq = 170, - [pbr::OriginalName("CmdQuitBattleScNotify")] CmdQuitBattleScNotify = 126, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdBenefitActivityType.cs b/Proto/CmdBenefitActivityType.cs deleted file mode 100644 index ecf9add5..00000000 --- a/Proto/CmdBenefitActivityType.cs +++ /dev/null @@ -1,57 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdBenefitActivityType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdBenefitActivityType.proto - public static partial class CmdBenefitActivityTypeReflection { - - #region Descriptor - /// File descriptor for CmdBenefitActivityType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdBenefitActivityTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChxDbWRCZW5lZml0QWN0aXZpdHlUeXBlLnByb3RvKpYCChZDbWRCZW5lZml0", - "QWN0aXZpdHlUeXBlEh4KGkNtZEJlbmVmaXRBY3Rpdml0eVR5cGVOb25lEAAS", - "IAobQ21kSm9pbkJlbmVmaXRBY3Rpdml0eUNzUmVxEJsmEiMKHkNtZEdldEJl", - "bmVmaXRBY3Rpdml0eUluZm9Dc1JlcRCcJhImCiFDbWRUYWtlQmVuZWZpdEFj", - "dGl2aXR5UmV3YXJkU2NSc3AQ+CUSIAobQ21kSm9pbkJlbmVmaXRBY3Rpdml0", - "eVNjUnNwEPslEiYKIUNtZFRha2VCZW5lZml0QWN0aXZpdHlSZXdhcmRDc1Jl", - "cRCAJhIjCh5DbWRHZXRCZW5lZml0QWN0aXZpdHlJbmZvU2NSc3AQhCZCHqoC", - "G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdBenefitActivityType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdBenefitActivityType { - [pbr::OriginalName("CmdBenefitActivityTypeNone")] None = 0, - [pbr::OriginalName("CmdJoinBenefitActivityCsReq")] CmdJoinBenefitActivityCsReq = 4891, - [pbr::OriginalName("CmdGetBenefitActivityInfoCsReq")] CmdGetBenefitActivityInfoCsReq = 4892, - [pbr::OriginalName("CmdTakeBenefitActivityRewardScRsp")] CmdTakeBenefitActivityRewardScRsp = 4856, - [pbr::OriginalName("CmdJoinBenefitActivityScRsp")] CmdJoinBenefitActivityScRsp = 4859, - [pbr::OriginalName("CmdTakeBenefitActivityRewardCsReq")] CmdTakeBenefitActivityRewardCsReq = 4864, - [pbr::OriginalName("CmdGetBenefitActivityInfoScRsp")] CmdGetBenefitActivityInfoScRsp = 4868, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdBoxingClubType.cs b/Proto/CmdBoxingClubType.cs deleted file mode 100644 index 5fbba2e8..00000000 --- a/Proto/CmdBoxingClubType.cs +++ /dev/null @@ -1,76 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdBoxingClubType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdBoxingClubType.proto - public static partial class CmdBoxingClubTypeReflection { - - #region Descriptor - /// File descriptor for CmdBoxingClubType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdBoxingClubTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChdDbWRCb3hpbmdDbHViVHlwZS5wcm90byqlBQoRQ21kQm94aW5nQ2x1YlR5", - "cGUSGQoVQ21kQm94aW5nQ2x1YlR5cGVOb25lEAASKQokQ21kU2V0Qm94aW5n", - "Q2x1YlJlc29uYW5jZUxpbmV1cENzUmVxEIwhEiYKIUNtZENob29zZUJveGlu", - "Z0NsdWJSZXNvbmFuY2VDc1JlcRDHIRIuCilDbWRDaG9vc2VCb3hpbmdDbHVi", - "U3RhZ2VPcHRpb25hbEJ1ZmZTY1JzcBC1IRImCiFDbWRHaXZlVXBCb3hpbmdD", - "bHViQ2hhbGxlbmdlU2NSc3AQwSESJgohQ21kR2l2ZVVwQm94aW5nQ2x1YkNo", - "YWxsZW5nZUNzUmVxEK4hEiYKIUNtZENob29zZUJveGluZ0NsdWJSZXNvbmFu", - "Y2VTY1JzcBD6IBIiCh1DbWRTdGFydEJveGluZ0NsdWJCYXR0bGVDc1JlcRCL", - "IRIkCh9DbWRNYXRjaEJveGluZ0NsdWJPcHBvbmVudENzUmVxEJchEikKJENt", - "ZEJveGluZ0NsdWJDaGFsbGVuZ2VVcGRhdGVTY05vdGlmeRCGIRIpCiRDbWRT", - "ZXRCb3hpbmdDbHViUmVzb25hbmNlTGluZXVwU2NSc3AQmiESJAofQ21kTWF0", - "Y2hCb3hpbmdDbHViT3Bwb25lbnRTY1JzcBDxIBIgChtDbWRCb3hpbmdDbHVi", - "UmV3YXJkU2NOb3RpZnkQgiESHgoZQ21kR2V0Qm94aW5nQ2x1YkluZm9TY1Jz", - "cBD1IBIiCh1DbWRTdGFydEJveGluZ0NsdWJCYXR0bGVTY1JzcBDuIBIuCilD", - "bWRDaG9vc2VCb3hpbmdDbHViU3RhZ2VPcHRpb25hbEJ1ZmZDc1JlcRCxIRIe", - "ChlDbWRHZXRCb3hpbmdDbHViSW5mb0NzUmVxEPMgQh6qAhtFZ2dMaW5rLkRh", - "bmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdBoxingClubType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdBoxingClubType { - [pbr::OriginalName("CmdBoxingClubTypeNone")] None = 0, - [pbr::OriginalName("CmdSetBoxingClubResonanceLineupCsReq")] CmdSetBoxingClubResonanceLineupCsReq = 4236, - [pbr::OriginalName("CmdChooseBoxingClubResonanceCsReq")] CmdChooseBoxingClubResonanceCsReq = 4295, - [pbr::OriginalName("CmdChooseBoxingClubStageOptionalBuffScRsp")] CmdChooseBoxingClubStageOptionalBuffScRsp = 4277, - [pbr::OriginalName("CmdGiveUpBoxingClubChallengeScRsp")] CmdGiveUpBoxingClubChallengeScRsp = 4289, - [pbr::OriginalName("CmdGiveUpBoxingClubChallengeCsReq")] CmdGiveUpBoxingClubChallengeCsReq = 4270, - [pbr::OriginalName("CmdChooseBoxingClubResonanceScRsp")] CmdChooseBoxingClubResonanceScRsp = 4218, - [pbr::OriginalName("CmdStartBoxingClubBattleCsReq")] CmdStartBoxingClubBattleCsReq = 4235, - [pbr::OriginalName("CmdMatchBoxingClubOpponentCsReq")] CmdMatchBoxingClubOpponentCsReq = 4247, - [pbr::OriginalName("CmdBoxingClubChallengeUpdateScNotify")] CmdBoxingClubChallengeUpdateScNotify = 4230, - [pbr::OriginalName("CmdSetBoxingClubResonanceLineupScRsp")] CmdSetBoxingClubResonanceLineupScRsp = 4250, - [pbr::OriginalName("CmdMatchBoxingClubOpponentScRsp")] CmdMatchBoxingClubOpponentScRsp = 4209, - [pbr::OriginalName("CmdBoxingClubRewardScNotify")] CmdBoxingClubRewardScNotify = 4226, - [pbr::OriginalName("CmdGetBoxingClubInfoScRsp")] CmdGetBoxingClubInfoScRsp = 4213, - [pbr::OriginalName("CmdStartBoxingClubBattleScRsp")] CmdStartBoxingClubBattleScRsp = 4206, - [pbr::OriginalName("CmdChooseBoxingClubStageOptionalBuffCsReq")] CmdChooseBoxingClubStageOptionalBuffCsReq = 4273, - [pbr::OriginalName("CmdGetBoxingClubInfoCsReq")] CmdGetBoxingClubInfoCsReq = 4211, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdChallengeType.cs b/Proto/CmdChallengeType.cs deleted file mode 100644 index 53e0a831..00000000 --- a/Proto/CmdChallengeType.cs +++ /dev/null @@ -1,83 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdChallengeType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdChallengeType.proto - public static partial class CmdChallengeTypeReflection { - - #region Descriptor - /// File descriptor for CmdChallengeType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdChallengeTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChZDbWRDaGFsbGVuZ2VUeXBlLnByb3RvKuwFChBDbWRDaGFsbGVuZ2VUeXBl", - "EhgKFENtZENoYWxsZW5nZVR5cGVOb25lEAASGwoWQ21kTGVhdmVDaGFsbGVu", - "Z2VDc1JlcRDHDRIdChhDbWRDaGFsbGVuZ2VTZXR0bGVOb3RpZnkQ6g0SGwoW", - "Q21kTGVhdmVDaGFsbGVuZ2VTY1JzcBCqDRIZChRDbWRHZXRDaGFsbGVuZ2VT", - "Y1JzcBCxDRIiCh1DbWRSZXN0YXJ0Q2hhbGxlbmdlUGhhc2VDc1JlcRCrDRIb", - "ChZDbWRTdGFydENoYWxsZW5nZVNjUnNwEK0NEhsKFkNtZFN0YXJ0Q2hhbGxl", - "bmdlQ3NSZXEQ0w0SKAojQ21kR2V0Q2hhbGxlbmdlR3JvdXBTdGF0aXN0aWNz", - "U2NSc3AQgQ4SIAobQ21kVGFrZUNoYWxsZW5nZVJld2FyZENzUmVxEO0NEiIK", - "HUNtZFJlc3RhcnRDaGFsbGVuZ2VQaGFzZVNjUnNwEOsNEiYKIUNtZENoYWxs", - "ZW5nZUJvc3NQaGFzZVNldHRsZU5vdGlmeRDJDRIZChRDbWRHZXRDaGFsbGVu", - "Z2VDc1JlcRCvDRIcChdDbWRHZXRDdXJDaGFsbGVuZ2VDc1JlcRDCDRIcChdD", - "bWRHZXRDdXJDaGFsbGVuZ2VTY1JzcBCDDhIdChhDbWRDaGFsbGVuZ2VMaW5l", - "dXBOb3RpZnkQtg0SKAojQ21kR2V0Q2hhbGxlbmdlR3JvdXBTdGF0aXN0aWNz", - "Q3NSZXEQ/w0SIgodQ21kU3RhcnRQYXJ0aWFsQ2hhbGxlbmdlQ3NSZXEQ3Q0S", - "IAobQ21kVGFrZUNoYWxsZW5nZVJld2FyZFNjUnNwEPENEiIKHUNtZFN0YXJ0", - "UGFydGlhbENoYWxsZW5nZVNjUnNwEL0NEiQKH0NtZEVudGVyQ2hhbGxlbmdl", - "TmV4dFBoYXNlU2NSc3AQ1w0SJAofQ21kRW50ZXJDaGFsbGVuZ2VOZXh0UGhh", - "c2VDc1JlcRD2DUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", - "cm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdChallengeType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdChallengeType { - [pbr::OriginalName("CmdChallengeTypeNone")] None = 0, - [pbr::OriginalName("CmdLeaveChallengeCsReq")] CmdLeaveChallengeCsReq = 1735, - [pbr::OriginalName("CmdChallengeSettleNotify")] CmdChallengeSettleNotify = 1770, - [pbr::OriginalName("CmdLeaveChallengeScRsp")] CmdLeaveChallengeScRsp = 1706, - [pbr::OriginalName("CmdGetChallengeScRsp")] CmdGetChallengeScRsp = 1713, - [pbr::OriginalName("CmdRestartChallengePhaseCsReq")] CmdRestartChallengePhaseCsReq = 1707, - [pbr::OriginalName("CmdStartChallengeScRsp")] CmdStartChallengeScRsp = 1709, - [pbr::OriginalName("CmdStartChallengeCsReq")] CmdStartChallengeCsReq = 1747, - [pbr::OriginalName("CmdGetChallengeGroupStatisticsScRsp")] CmdGetChallengeGroupStatisticsScRsp = 1793, - [pbr::OriginalName("CmdTakeChallengeRewardCsReq")] CmdTakeChallengeRewardCsReq = 1773, - [pbr::OriginalName("CmdRestartChallengePhaseScRsp")] CmdRestartChallengePhaseScRsp = 1771, - [pbr::OriginalName("CmdChallengeBossPhaseSettleNotify")] CmdChallengeBossPhaseSettleNotify = 1737, - [pbr::OriginalName("CmdGetChallengeCsReq")] CmdGetChallengeCsReq = 1711, - [pbr::OriginalName("CmdGetCurChallengeCsReq")] CmdGetCurChallengeCsReq = 1730, - [pbr::OriginalName("CmdGetCurChallengeScRsp")] CmdGetCurChallengeScRsp = 1795, - [pbr::OriginalName("CmdChallengeLineupNotify")] CmdChallengeLineupNotify = 1718, - [pbr::OriginalName("CmdGetChallengeGroupStatisticsCsReq")] CmdGetChallengeGroupStatisticsCsReq = 1791, - [pbr::OriginalName("CmdStartPartialChallengeCsReq")] CmdStartPartialChallengeCsReq = 1757, - [pbr::OriginalName("CmdTakeChallengeRewardScRsp")] CmdTakeChallengeRewardScRsp = 1777, - [pbr::OriginalName("CmdStartPartialChallengeScRsp")] CmdStartPartialChallengeScRsp = 1725, - [pbr::OriginalName("CmdEnterChallengeNextPhaseScRsp")] CmdEnterChallengeNextPhaseScRsp = 1751, - [pbr::OriginalName("CmdEnterChallengeNextPhaseCsReq")] CmdEnterChallengeNextPhaseCsReq = 1782, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdChatType.cs b/Proto/CmdChatType.cs deleted file mode 100644 index 56fe3ce5..00000000 --- a/Proto/CmdChatType.cs +++ /dev/null @@ -1,73 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdChatType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdChatType.proto - public static partial class CmdChatTypeReflection { - - #region Descriptor - /// File descriptor for CmdChatType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdChatTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFDbWRDaGF0VHlwZS5wcm90byqTBAoLQ21kQ2hhdFR5cGUSEwoPQ21kQ2hh", - "dFR5cGVOb25lEAASHQoYQ21kR2V0Q2hhdEVtb2ppTGlzdFNjUnNwENoeEhoK", - "FUNtZE1hcmtDaGF0RW1vamlDc1JlcRCbHxIUCg9DbWRTZW5kTXNnQ3NSZXEQ", - "xx4SIgodQ21kR2V0UHJpdmF0ZUNoYXRIaXN0b3J5U2NSc3AQwh4SFAoPQ21k", - "U2VuZE1zZ1NjUnNwEMkeEhoKFUNtZE1hcmtDaGF0RW1vamlTY1JzcBDOHhIh", - "ChxDbWRHZXRDaGF0RnJpZW5kSGlzdG9yeVNjUnNwEJUfEiYKIUNtZFByaXZh", - "dGVNc2dPZmZsaW5lVXNlcnNTY05vdGlmeRDFHhIfChpDbWRCYXRjaE1hcmtD", - "aGF0RW1vamlTY1JzcBDuHhIiCh1DbWRHZXRQcml2YXRlQ2hhdEhpc3RvcnlD", - "c1JlcRDfHhIXChJDbWRSZXZjTXNnU2NOb3RpZnkQ6x4SHwoaQ21kQmF0Y2hN", - "YXJrQ2hhdEVtb2ppQ3NSZXEQ4B4SHQoYQ21kR2V0TG9naW5DaGF0SW5mb0Nz", - "UmVxEIUfEh0KGENtZEdldExvZ2luQ2hhdEluZm9TY1JzcBCJHxIhChxDbWRH", - "ZXRDaGF0RnJpZW5kSGlzdG9yeUNzUmVxEIIfEh0KGENtZEdldENoYXRFbW9q", - "aUxpc3RDc1JlcRDWHkIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv", - "YgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdChatType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdChatType { - [pbr::OriginalName("CmdChatTypeNone")] None = 0, - [pbr::OriginalName("CmdGetChatEmojiListScRsp")] CmdGetChatEmojiListScRsp = 3930, - [pbr::OriginalName("CmdMarkChatEmojiCsReq")] CmdMarkChatEmojiCsReq = 3995, - [pbr::OriginalName("CmdSendMsgCsReq")] CmdSendMsgCsReq = 3911, - [pbr::OriginalName("CmdGetPrivateChatHistoryScRsp")] CmdGetPrivateChatHistoryScRsp = 3906, - [pbr::OriginalName("CmdSendMsgScRsp")] CmdSendMsgScRsp = 3913, - [pbr::OriginalName("CmdMarkChatEmojiScRsp")] CmdMarkChatEmojiScRsp = 3918, - [pbr::OriginalName("CmdGetChatFriendHistoryScRsp")] CmdGetChatFriendHistoryScRsp = 3989, - [pbr::OriginalName("CmdPrivateMsgOfflineUsersScNotify")] CmdPrivateMsgOfflineUsersScNotify = 3909, - [pbr::OriginalName("CmdBatchMarkChatEmojiScRsp")] CmdBatchMarkChatEmojiScRsp = 3950, - [pbr::OriginalName("CmdGetPrivateChatHistoryCsReq")] CmdGetPrivateChatHistoryCsReq = 3935, - [pbr::OriginalName("CmdRevcMsgScNotify")] CmdRevcMsgScNotify = 3947, - [pbr::OriginalName("CmdBatchMarkChatEmojiCsReq")] CmdBatchMarkChatEmojiCsReq = 3936, - [pbr::OriginalName("CmdGetLoginChatInfoCsReq")] CmdGetLoginChatInfoCsReq = 3973, - [pbr::OriginalName("CmdGetLoginChatInfoScRsp")] CmdGetLoginChatInfoScRsp = 3977, - [pbr::OriginalName("CmdGetChatFriendHistoryCsReq")] CmdGetChatFriendHistoryCsReq = 3970, - [pbr::OriginalName("CmdGetChatEmojiListCsReq")] CmdGetChatEmojiListCsReq = 3926, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdChessRogueType.cs b/Proto/CmdChessRogueType.cs deleted file mode 100644 index d10003c0..00000000 --- a/Proto/CmdChessRogueType.cs +++ /dev/null @@ -1,213 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdChessRogueType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdChessRogueType.proto - public static partial class CmdChessRogueTypeReflection { - - #region Descriptor - /// File descriptor for CmdChessRogueType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdChessRogueTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChdDbWRDaGVzc1JvZ3VlVHlwZS5wcm90byq3GwoRQ21kQ2hlc3NSb2d1ZVR5", - "cGUSGQoVQ21kQ2hlc3NSb2d1ZVR5cGVOb25lEAASIwoeQ21kQ2hlc3NSb2d1", - "ZU5vdXNFZGl0RGljZUNzUmVxEKkqEisKJkNtZENoZXNzUm9ndWVVcGRhdGVB", - "Y3Rpb25Qb2ludFNjTm90aWZ5EPcqEiUKIENtZENoZXNzUm9ndWVGaW5pc2hD", - "dXJSb29tTm90aWZ5ENorEikKJENtZFNlbGVjdENoZXNzUm9ndWVOb3VzU3Vi", - "U3RvcnlTY1JzcBDTKhItCihDbWRDaGVzc1JvZ3VlTm91c0dldFJvZ3VlVGFs", - "ZW50SW5mb1NjUnNwEJkrEiIKHUNtZEVuaGFuY2VDaGVzc1JvZ3VlQnVmZlNj", - "UnNwEMcrEh8KGkNtZENoZXNzUm9ndWVSb2xsRGljZUNzUmVxEMwqEiMKHkNt", - "ZEdldENoZXNzUm9ndWVTdG9yeUluZm9Dc1JlcRDKKhIsCidDbWRDaGVzc1Jv", - "Z3VlTm91c0VuYWJsZVJvZ3VlVGFsZW50U2NSc3AQnCoSKQokQ21kQ2hlc3NS", - "b2d1ZVVwZGF0ZU1vbmV5SW5mb1NjTm90aWZ5ELkqEi0KKENtZENoZXNzUm9n", - "dWVOb3VzRGljZVN1cmZhY2VVbmxvY2tOb3RpZnkQqioSHgoZQ21kQ2hlc3NS", - "b2d1ZUdvQWhlYWRDc1JlcRDTKxIgChtDbWRDaGVzc1JvZ3VlRW50ZXJDZWxs", - "Q3NSZXEQwCsSIAobQ21kQ2hlc3NSb2d1ZU1vdmVDZWxsTm90aWZ5EKYqEhwK", - "F0NtZENoZXNzUm9ndWVMZWF2ZUNzUmVxEOgqEiEKHENtZENoZXNzUm9ndWVT", - "ZWxlY3RDZWxsQ3NSZXEQyysSHgoZQ21kQ2hlc3NSb2d1ZUdvQWhlYWRTY1Jz", - "cBDZKhIhChxDbWRDaGVzc1JvZ3VlUGlja0F2YXRhclNjUnNwEJArEiMKHkNt", - "ZEdldENoZXNzUm9ndWVTdG9yeUluZm9TY1JzcBDfKxInCiJDbWRHZXRDaGVz", - "c1JvZ3VlTm91c1N0b3J5SW5mb0NzUmVxENsqEikKJENtZEZpbmlzaENoZXNz", - "Um9ndWVOb3VzU3ViU3RvcnlTY1JzcBCWKxIrCiZDbWRHZXRDaGVzc1JvZ3Vl", - "U3RvcnlBZW9uVGFsa0luZm9Dc1JlcRC3KxIlCiBDbWRTZWxlY3RDaGVzc1Jv", - "Z3VlU3ViU3RvcnlDc1JlcRDUKhIhChxDbWRDaGVzc1JvZ3VlUmVSb2xsRGlj", - "ZUNzUmVxEMUrEh8KGkNtZENoZXNzUm9ndWVTZWxlY3RCcENzUmVxEIorEiAK", - "G0NtZENoZXNzUm9ndWVFbnRlckNlbGxTY1JzcBDDKhIqCiVDbWRDaGVzc1Jv", - "Z3VlVXBkYXRlUmV2aXZlSW5mb1NjTm90aWZ5EJ4rEigKI0NtZENoZXNzUm9n", - "dWVTa2lwVGVhY2hpbmdMZXZlbENzUmVxEP0qEjEKLENtZENoZXNzUm9ndWVV", - "cGRhdGVBbGxvd2VkU2VsZWN0Q2VsbFNjTm90aWZ5EKUrEh4KGUNtZENoZXNz", - "Um9ndWVRdWVyeUJwU2NSc3AQrSoSHAoXQ21kQ2hlc3NSb2d1ZVF1ZXJ5Q3NS", - "ZXEQyyoSIAobQ21kQ2hlc3NSb2d1ZUNoZWF0Um9sbENzUmVxENkrEiUKIENt", - "ZENoZXNzUm9ndWVFbnRlck5leHRMYXllclNjUnNwEMcqEhwKF0NtZENoZXNz", - "Um9ndWVRdWVyeVNjUnNwEPoqEiwKJ0NtZENoZXNzUm9ndWVOb3VzRW5hYmxl", - "Um9ndWVUYWxlbnRDc1JlcRDVKxIiCh1DbWRDaGVzc1JvZ3VlQ29uZmlybVJv", - "bGxDc1JlcRDQKxIbChZDbWRDaGVzc1JvZ3VlUXVpdENzUmVxEPQqEicKIkNt", - "ZEdldENoZXNzUm9ndWVOb3VzU3RvcnlJbmZvU2NSc3AQnCsSHQoYQ21kQ2hl", - "c3NSb2d1ZUdpdmVVcENzUmVxEIsrEiIKHUNtZENoZXNzUm9ndWVDb25maXJt", - "Um9sbFNjUnNwELsrEiQKH0NtZEVudGVyQ2hlc3NSb2d1ZUFlb25Sb29tU2NS", - "c3AQmisSKgolQ21kU3luY0NoZXNzUm9ndWVOb3VzU3ViU3RvcnlTY05vdGlm", - "eRDNKxI6CjVDbWRDaGVzc1JvZ3VlVXBkYXRlRGljZVBhc3NpdmVBY2N1bXVs", - "YXRlVmFsdWVTY05vdGlmeRCjKxIjCh5DbWRDaGVzc1JvZ3VlUmV2aXZlQXZh", - "dGFyQ3NSZXEQjCsSHAoXQ21kQ2hlc3NSb2d1ZUxlYXZlU2NSc3AQlCsSKwom", - "Q21kU3luY0NoZXNzUm9ndWVOb3VzTWFpblN0b3J5U2NOb3RpZnkQ6ioSHAoX", - "Q21kQ2hlc3NSb2d1ZUVudGVyQ3NSZXEQySsSKQokQ21kU2VsZWN0Q2hlc3NS", - "b2d1ZU5vdXNTdWJTdG9yeUNzUmVxEKcqEisKJkNtZEdldENoZXNzUm9ndWVT", - "dG9yeUFlb25UYWxrSW5mb1NjUnNwENgrEhwKF0NtZENoZXNzUm9ndWVTdGFy", - "dFNjUnNwEJcrEh0KGENtZENoZXNzUm9ndWVHaXZlVXBTY1JzcBDJKhIlCiBD", - "bWRTZWxlY3RDaGVzc1JvZ3VlU3ViU3RvcnlTY1JzcBC0KhIoCiNDbWRDaGVz", - "c1JvZ3VlU2tpcFRlYWNoaW5nTGV2ZWxTY1JzcBCqKxIeChlDbWRDaGVzc1Jv", - "Z3VlUXVlcnlCcENzUmVxEP4qEiUKIENtZEZpbmlzaENoZXNzUm9ndWVTdWJT", - "dG9yeVNjUnNwEJUrEiIKHUNtZENoZXNzUm9ndWVDZWxsVXBkYXRlTm90aWZ5", - "EL8rEjEKLENtZENoZXNzUm9ndWVVcGRhdGVBZW9uTW9kaWZpZXJWYWx1ZVNj", - "Tm90aWZ5EN8qEiUKIENtZEZpbmlzaENoZXNzUm9ndWVTdWJTdG9yeUNzUmVx", - "ELQrEiwKJ0NtZENoZXNzUm9ndWVDaGFuZ2V5QWVvbkRpbWVuc2lvbk5vdGlm", - "eRCaKhIrCiZDbWRDaGVzc1JvZ3VlVXBkYXRlVW5sb2NrTGV2ZWxTY05vdGlm", - "eRD1KhIjCh5DbWRDaGVzc1JvZ3VlTm91c0VkaXREaWNlU2NSc3AQoCoSIQoc", - "Q21kQ2hlc3NSb2d1ZUdpdmVVcFJvbGxTY1JzcBCuKhIoCiNDbWRDaGVzc1Jv", - "Z3VlVXBkYXRlRGljZUluZm9TY05vdGlmeRDdKxIqCiVDbWRDaGVzc1JvZ3Vl", - "UXVlcnlBZW9uRGltZW5zaW9uc1NjUnNwEO0qEigKI0NtZENoZXNzUm9ndWVM", - "YXllckFjY291bnRJbmZvTm90aWZ5EK4rEiEKHENtZENoZXNzUm9ndWVQaWNr", - "QXZhdGFyQ3NSZXEQkSsSJQogQ21kQ2hlc3NSb2d1ZVVwZGF0ZUJvYXJkU2NO", - "b3RpZnkQmysSHAoXQ21kQ2hlc3NSb2d1ZUVudGVyU2NSc3AQsCsSHwoaQ21k", - "Q2hlc3NSb2d1ZVNlbGVjdEJwU2NSc3AQwSsSIQocQ21kQ2hlc3NSb2d1ZUdp", - "dmVVcFJvbGxDc1JlcRDSKhIiCh1DbWRFbmhhbmNlQ2hlc3NSb2d1ZUJ1ZmZD", - "c1JlcRCAKxItCihDbWRTeW5jQ2hlc3NSb2d1ZU1haW5TdG9yeUZpbmlzaFNj", - "Tm90aWZ5EIErEikKJENtZEdldENoZXNzUm9ndWVCdWZmRW5oYW5jZUluZm9T", - "Y1JzcBDdKhIqCiVDbWRDaGVzc1JvZ3VlUXVlcnlBZW9uRGltZW5zaW9uc0Nz", - "UmVxEMEqEikKJENtZEZpbmlzaENoZXNzUm9ndWVOb3VzU3ViU3RvcnlDc1Jl", - "cRDnKhIbChZDbWRDaGVzc1JvZ3VlUXVpdFNjUnNwEIIrEhwKF0NtZENoZXNz", - "Um9ndWVTdGFydENzUmVxENcrEiAKG0NtZENoZXNzUm9ndWVDaGVhdFJvbGxT", - "Y1JzcBDPKhInCiJDbWRTeW5jQ2hlc3NSb2d1ZU5vdXNWYWx1ZVNjTm90aWZ5", - "EM0qEiUKIENtZENoZXNzUm9ndWVFbnRlck5leHRMYXllckNzUmVxEO8qEiMK", - "HkNtZENoZXNzUm9ndWVRdWVzdEZpbmlzaE5vdGlmeRCzKxIfChpDbWRDaGVz", - "c1JvZ3VlUm9sbERpY2VTY1JzcBD7KhIhChxDbWRDaGVzc1JvZ3VlUmVSb2xs", - "RGljZVNjUnNwEKcrEiQKH0NtZEVudGVyQ2hlc3NSb2d1ZUFlb25Sb29tQ3NS", - "ZXEQjysSLQooQ21kQ2hlc3NSb2d1ZVVwZGF0ZUxldmVsQmFzZUluZm9TY05v", - "dGlmeRDQKhIjCh5DbWRDaGVzc1JvZ3VlUmV2aXZlQXZhdGFyU2NSc3AQ3isS", - "JgohQ21kQ2hlc3NSb2d1ZU5vdXNEaWNlVXBkYXRlTm90aWZ5ELorEiEKHENt", - "ZENoZXNzUm9ndWVTZWxlY3RDZWxsU2NSc3AQ1ioSLQooQ21kQ2hlc3NSb2d1", - "ZU5vdXNHZXRSb2d1ZVRhbGVudEluZm9Dc1JlcRC9KxIpCiRDbWRHZXRDaGVz", - "c1JvZ3VlQnVmZkVuaGFuY2VJbmZvQ3NSZXEQ4CpCHqoCG0VnZ0xpbmsuRGFu", - "aGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdChessRogueType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdChessRogueType { - [pbr::OriginalName("CmdChessRogueTypeNone")] None = 0, - [pbr::OriginalName("CmdChessRogueNousEditDiceCsReq")] CmdChessRogueNousEditDiceCsReq = 5417, - [pbr::OriginalName("CmdChessRogueUpdateActionPointScNotify")] CmdChessRogueUpdateActionPointScNotify = 5495, - [pbr::OriginalName("CmdChessRogueFinishCurRoomNotify")] CmdChessRogueFinishCurRoomNotify = 5594, - [pbr::OriginalName("CmdSelectChessRogueNousSubStoryScRsp")] CmdSelectChessRogueNousSubStoryScRsp = 5459, - [pbr::OriginalName("CmdChessRogueNousGetRogueTalentInfoScRsp")] CmdChessRogueNousGetRogueTalentInfoScRsp = 5529, - [pbr::OriginalName("CmdEnhanceChessRogueBuffScRsp")] CmdEnhanceChessRogueBuffScRsp = 5575, - [pbr::OriginalName("CmdChessRogueRollDiceCsReq")] CmdChessRogueRollDiceCsReq = 5452, - [pbr::OriginalName("CmdGetChessRogueStoryInfoCsReq")] CmdGetChessRogueStoryInfoCsReq = 5450, - [pbr::OriginalName("CmdChessRogueNousEnableRogueTalentScRsp")] CmdChessRogueNousEnableRogueTalentScRsp = 5404, - [pbr::OriginalName("CmdChessRogueUpdateMoneyInfoScNotify")] CmdChessRogueUpdateMoneyInfoScNotify = 5433, - [pbr::OriginalName("CmdChessRogueNousDiceSurfaceUnlockNotify")] CmdChessRogueNousDiceSurfaceUnlockNotify = 5418, - [pbr::OriginalName("CmdChessRogueGoAheadCsReq")] CmdChessRogueGoAheadCsReq = 5587, - [pbr::OriginalName("CmdChessRogueEnterCellCsReq")] CmdChessRogueEnterCellCsReq = 5568, - [pbr::OriginalName("CmdChessRogueMoveCellNotify")] CmdChessRogueMoveCellNotify = 5414, - [pbr::OriginalName("CmdChessRogueLeaveCsReq")] CmdChessRogueLeaveCsReq = 5480, - [pbr::OriginalName("CmdChessRogueSelectCellCsReq")] CmdChessRogueSelectCellCsReq = 5579, - [pbr::OriginalName("CmdChessRogueGoAheadScRsp")] CmdChessRogueGoAheadScRsp = 5465, - [pbr::OriginalName("CmdChessRoguePickAvatarScRsp")] CmdChessRoguePickAvatarScRsp = 5520, - [pbr::OriginalName("CmdGetChessRogueStoryInfoScRsp")] CmdGetChessRogueStoryInfoScRsp = 5599, - [pbr::OriginalName("CmdGetChessRogueNousStoryInfoCsReq")] CmdGetChessRogueNousStoryInfoCsReq = 5467, - [pbr::OriginalName("CmdFinishChessRogueNousSubStoryScRsp")] CmdFinishChessRogueNousSubStoryScRsp = 5526, - [pbr::OriginalName("CmdGetChessRogueStoryAeonTalkInfoCsReq")] CmdGetChessRogueStoryAeonTalkInfoCsReq = 5559, - [pbr::OriginalName("CmdSelectChessRogueSubStoryCsReq")] CmdSelectChessRogueSubStoryCsReq = 5460, - [pbr::OriginalName("CmdChessRogueReRollDiceCsReq")] CmdChessRogueReRollDiceCsReq = 5573, - [pbr::OriginalName("CmdChessRogueSelectBpCsReq")] CmdChessRogueSelectBpCsReq = 5514, - [pbr::OriginalName("CmdChessRogueEnterCellScRsp")] CmdChessRogueEnterCellScRsp = 5443, - [pbr::OriginalName("CmdChessRogueUpdateReviveInfoScNotify")] CmdChessRogueUpdateReviveInfoScNotify = 5534, - [pbr::OriginalName("CmdChessRogueSkipTeachingLevelCsReq")] CmdChessRogueSkipTeachingLevelCsReq = 5501, - [pbr::OriginalName("CmdChessRogueUpdateAllowedSelectCellScNotify")] CmdChessRogueUpdateAllowedSelectCellScNotify = 5541, - [pbr::OriginalName("CmdChessRogueQueryBpScRsp")] CmdChessRogueQueryBpScRsp = 5421, - [pbr::OriginalName("CmdChessRogueQueryCsReq")] CmdChessRogueQueryCsReq = 5451, - [pbr::OriginalName("CmdChessRogueCheatRollCsReq")] CmdChessRogueCheatRollCsReq = 5593, - [pbr::OriginalName("CmdChessRogueEnterNextLayerScRsp")] CmdChessRogueEnterNextLayerScRsp = 5447, - [pbr::OriginalName("CmdChessRogueQueryScRsp")] CmdChessRogueQueryScRsp = 5498, - [pbr::OriginalName("CmdChessRogueNousEnableRogueTalentCsReq")] CmdChessRogueNousEnableRogueTalentCsReq = 5589, - [pbr::OriginalName("CmdChessRogueConfirmRollCsReq")] CmdChessRogueConfirmRollCsReq = 5584, - [pbr::OriginalName("CmdChessRogueQuitCsReq")] CmdChessRogueQuitCsReq = 5492, - [pbr::OriginalName("CmdGetChessRogueNousStoryInfoScRsp")] CmdGetChessRogueNousStoryInfoScRsp = 5532, - [pbr::OriginalName("CmdChessRogueGiveUpCsReq")] CmdChessRogueGiveUpCsReq = 5515, - [pbr::OriginalName("CmdChessRogueConfirmRollScRsp")] CmdChessRogueConfirmRollScRsp = 5563, - [pbr::OriginalName("CmdEnterChessRogueAeonRoomScRsp")] CmdEnterChessRogueAeonRoomScRsp = 5530, - [pbr::OriginalName("CmdSyncChessRogueNousSubStoryScNotify")] CmdSyncChessRogueNousSubStoryScNotify = 5581, - [pbr::OriginalName("CmdChessRogueUpdateDicePassiveAccumulateValueScNotify")] CmdChessRogueUpdateDicePassiveAccumulateValueScNotify = 5539, - [pbr::OriginalName("CmdChessRogueReviveAvatarCsReq")] CmdChessRogueReviveAvatarCsReq = 5516, - [pbr::OriginalName("CmdChessRogueLeaveScRsp")] CmdChessRogueLeaveScRsp = 5524, - [pbr::OriginalName("CmdSyncChessRogueNousMainStoryScNotify")] CmdSyncChessRogueNousMainStoryScNotify = 5482, - [pbr::OriginalName("CmdChessRogueEnterCsReq")] CmdChessRogueEnterCsReq = 5577, - [pbr::OriginalName("CmdSelectChessRogueNousSubStoryCsReq")] CmdSelectChessRogueNousSubStoryCsReq = 5415, - [pbr::OriginalName("CmdGetChessRogueStoryAeonTalkInfoScRsp")] CmdGetChessRogueStoryAeonTalkInfoScRsp = 5592, - [pbr::OriginalName("CmdChessRogueStartScRsp")] CmdChessRogueStartScRsp = 5527, - [pbr::OriginalName("CmdChessRogueGiveUpScRsp")] CmdChessRogueGiveUpScRsp = 5449, - [pbr::OriginalName("CmdSelectChessRogueSubStoryScRsp")] CmdSelectChessRogueSubStoryScRsp = 5428, - [pbr::OriginalName("CmdChessRogueSkipTeachingLevelScRsp")] CmdChessRogueSkipTeachingLevelScRsp = 5546, - [pbr::OriginalName("CmdChessRogueQueryBpCsReq")] CmdChessRogueQueryBpCsReq = 5502, - [pbr::OriginalName("CmdFinishChessRogueSubStoryScRsp")] CmdFinishChessRogueSubStoryScRsp = 5525, - [pbr::OriginalName("CmdChessRogueCellUpdateNotify")] CmdChessRogueCellUpdateNotify = 5567, - [pbr::OriginalName("CmdChessRogueUpdateAeonModifierValueScNotify")] CmdChessRogueUpdateAeonModifierValueScNotify = 5471, - [pbr::OriginalName("CmdFinishChessRogueSubStoryCsReq")] CmdFinishChessRogueSubStoryCsReq = 5556, - [pbr::OriginalName("CmdChessRogueChangeyAeonDimensionNotify")] CmdChessRogueChangeyAeonDimensionNotify = 5402, - [pbr::OriginalName("CmdChessRogueUpdateUnlockLevelScNotify")] CmdChessRogueUpdateUnlockLevelScNotify = 5493, - [pbr::OriginalName("CmdChessRogueNousEditDiceScRsp")] CmdChessRogueNousEditDiceScRsp = 5408, - [pbr::OriginalName("CmdChessRogueGiveUpRollScRsp")] CmdChessRogueGiveUpRollScRsp = 5422, - [pbr::OriginalName("CmdChessRogueUpdateDiceInfoScNotify")] CmdChessRogueUpdateDiceInfoScNotify = 5597, - [pbr::OriginalName("CmdChessRogueQueryAeonDimensionsScRsp")] CmdChessRogueQueryAeonDimensionsScRsp = 5485, - [pbr::OriginalName("CmdChessRogueLayerAccountInfoNotify")] CmdChessRogueLayerAccountInfoNotify = 5550, - [pbr::OriginalName("CmdChessRoguePickAvatarCsReq")] CmdChessRoguePickAvatarCsReq = 5521, - [pbr::OriginalName("CmdChessRogueUpdateBoardScNotify")] CmdChessRogueUpdateBoardScNotify = 5531, - [pbr::OriginalName("CmdChessRogueEnterScRsp")] CmdChessRogueEnterScRsp = 5552, - [pbr::OriginalName("CmdChessRogueSelectBpScRsp")] CmdChessRogueSelectBpScRsp = 5569, - [pbr::OriginalName("CmdChessRogueGiveUpRollCsReq")] CmdChessRogueGiveUpRollCsReq = 5458, - [pbr::OriginalName("CmdEnhanceChessRogueBuffCsReq")] CmdEnhanceChessRogueBuffCsReq = 5504, - [pbr::OriginalName("CmdSyncChessRogueMainStoryFinishScNotify")] CmdSyncChessRogueMainStoryFinishScNotify = 5505, - [pbr::OriginalName("CmdGetChessRogueBuffEnhanceInfoScRsp")] CmdGetChessRogueBuffEnhanceInfoScRsp = 5469, - [pbr::OriginalName("CmdChessRogueQueryAeonDimensionsCsReq")] CmdChessRogueQueryAeonDimensionsCsReq = 5441, - [pbr::OriginalName("CmdFinishChessRogueNousSubStoryCsReq")] CmdFinishChessRogueNousSubStoryCsReq = 5479, - [pbr::OriginalName("CmdChessRogueQuitScRsp")] CmdChessRogueQuitScRsp = 5506, - [pbr::OriginalName("CmdChessRogueStartCsReq")] CmdChessRogueStartCsReq = 5591, - [pbr::OriginalName("CmdChessRogueCheatRollScRsp")] CmdChessRogueCheatRollScRsp = 5455, - [pbr::OriginalName("CmdSyncChessRogueNousValueScNotify")] CmdSyncChessRogueNousValueScNotify = 5453, - [pbr::OriginalName("CmdChessRogueEnterNextLayerCsReq")] CmdChessRogueEnterNextLayerCsReq = 5487, - [pbr::OriginalName("CmdChessRogueQuestFinishNotify")] CmdChessRogueQuestFinishNotify = 5555, - [pbr::OriginalName("CmdChessRogueRollDiceScRsp")] CmdChessRogueRollDiceScRsp = 5499, - [pbr::OriginalName("CmdChessRogueReRollDiceScRsp")] CmdChessRogueReRollDiceScRsp = 5543, - [pbr::OriginalName("CmdEnterChessRogueAeonRoomCsReq")] CmdEnterChessRogueAeonRoomCsReq = 5519, - [pbr::OriginalName("CmdChessRogueUpdateLevelBaseInfoScNotify")] CmdChessRogueUpdateLevelBaseInfoScNotify = 5456, - [pbr::OriginalName("CmdChessRogueReviveAvatarScRsp")] CmdChessRogueReviveAvatarScRsp = 5598, - [pbr::OriginalName("CmdChessRogueNousDiceUpdateNotify")] CmdChessRogueNousDiceUpdateNotify = 5562, - [pbr::OriginalName("CmdChessRogueSelectCellScRsp")] CmdChessRogueSelectCellScRsp = 5462, - [pbr::OriginalName("CmdChessRogueNousGetRogueTalentInfoCsReq")] CmdChessRogueNousGetRogueTalentInfoCsReq = 5565, - [pbr::OriginalName("CmdGetChessRogueBuffEnhanceInfoCsReq")] CmdGetChessRogueBuffEnhanceInfoCsReq = 5472, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdChimeraType.cs b/Proto/CmdChimeraType.cs deleted file mode 100644 index 272a7dac..00000000 --- a/Proto/CmdChimeraType.cs +++ /dev/null @@ -1,74 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdChimeraType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdChimeraType.proto - public static partial class CmdChimeraTypeReflection { - - #region Descriptor - /// File descriptor for CmdChimeraType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdChimeraTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChRDbWRDaGltZXJhVHlwZS5wcm90byrEBAoOQ21kQ2hpbWVyYVR5cGUSFgoS", - "Q21kQ2hpbWVyYVR5cGVOb25lEAASGwoWQ21kQ2hpbWVyYUdldERhdGFDc1Jl", - "cRDxPxImCiFDbWRDaGltZXJhRmluaXNoRW5kbGVzc1JvdW5kU2NSc3AQ8j8S", - "IAobQ21kQ2hpbWVyYURvRmluYWxSb3VuZFNjUnNwEOM/Eh8KGkNtZENoaW1l", - "cmFGaW5pc2hSb3VuZENzUmVxEO4/EiAKG0NtZENoaW1lcmFTdGFydEVuZGxl", - "c3NTY1JzcBDrPxIbChZDbWRDaGltZXJhR2V0RGF0YVNjUnNwEPA/EiIKHUNt", - "ZENoaW1lcmFSb3VuZFdvcmtTdGFydFNjUnNwEOw/EiYKIUNtZENoaW1lcmFG", - "aW5pc2hFbmRsZXNzUm91bmRDc1JlcRDqPxIdChhDbWRDaGltZXJhU2V0TGlu", - "ZXVwQ3NSZXEQ9D8SHQoYQ21kQ2hpbWVyYVNldExpbmV1cFNjUnNwEOQ/Eh8K", - "GkNtZENoaW1lcmFRdWl0RW5kbGVzc1NjUnNwEO8/EiAKG0NtZENoaW1lcmFE", - "b0ZpbmFsUm91bmRDc1JlcRDtPxIiCh1DbWRDaGltZXJhUm91bmRXb3JrU3Rh", - "cnRDc1JlcRDlPxIfChpDbWRDaGltZXJhRmluaXNoUm91bmRTY1JzcBDpPxIg", - "ChtDbWRDaGltZXJhU3RhcnRFbmRsZXNzQ3NSZXEQ8z8SHwoaQ21kQ2hpbWVy", - "YVF1aXRFbmRsZXNzQ3NSZXEQ5z9CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZl", - "ci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdChimeraType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdChimeraType { - [pbr::OriginalName("CmdChimeraTypeNone")] None = 0, - [pbr::OriginalName("CmdChimeraGetDataCsReq")] CmdChimeraGetDataCsReq = 8177, - [pbr::OriginalName("CmdChimeraFinishEndlessRoundScRsp")] CmdChimeraFinishEndlessRoundScRsp = 8178, - [pbr::OriginalName("CmdChimeraDoFinalRoundScRsp")] CmdChimeraDoFinalRoundScRsp = 8163, - [pbr::OriginalName("CmdChimeraFinishRoundCsReq")] CmdChimeraFinishRoundCsReq = 8174, - [pbr::OriginalName("CmdChimeraStartEndlessScRsp")] CmdChimeraStartEndlessScRsp = 8171, - [pbr::OriginalName("CmdChimeraGetDataScRsp")] CmdChimeraGetDataScRsp = 8176, - [pbr::OriginalName("CmdChimeraRoundWorkStartScRsp")] CmdChimeraRoundWorkStartScRsp = 8172, - [pbr::OriginalName("CmdChimeraFinishEndlessRoundCsReq")] CmdChimeraFinishEndlessRoundCsReq = 8170, - [pbr::OriginalName("CmdChimeraSetLineupCsReq")] CmdChimeraSetLineupCsReq = 8180, - [pbr::OriginalName("CmdChimeraSetLineupScRsp")] CmdChimeraSetLineupScRsp = 8164, - [pbr::OriginalName("CmdChimeraQuitEndlessScRsp")] CmdChimeraQuitEndlessScRsp = 8175, - [pbr::OriginalName("CmdChimeraDoFinalRoundCsReq")] CmdChimeraDoFinalRoundCsReq = 8173, - [pbr::OriginalName("CmdChimeraRoundWorkStartCsReq")] CmdChimeraRoundWorkStartCsReq = 8165, - [pbr::OriginalName("CmdChimeraFinishRoundScRsp")] CmdChimeraFinishRoundScRsp = 8169, - [pbr::OriginalName("CmdChimeraStartEndlessCsReq")] CmdChimeraStartEndlessCsReq = 8179, - [pbr::OriginalName("CmdChimeraQuitEndlessCsReq")] CmdChimeraQuitEndlessCsReq = 8167, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdClockParkType.cs b/Proto/CmdClockParkType.cs deleted file mode 100644 index 5bf247f4..00000000 --- a/Proto/CmdClockParkType.cs +++ /dev/null @@ -1,75 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdClockParkType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdClockParkType.proto - public static partial class CmdClockParkTypeReflection { - - #region Descriptor - /// File descriptor for CmdClockParkType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdClockParkTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChZDbWRDbG9ja1BhcmtUeXBlLnByb3RvKvMEChBDbWRDbG9ja1BhcmtUeXBl", - "EhgKFENtZENsb2NrUGFya1R5cGVOb25lEAASIQocQ21kQ2xvY2tQYXJrU3Rh", - "cnRTY3JpcHRDc1JlcRC9OBIdChhDbWRDbG9ja1BhcmtVc2VCdWZmU2NSc3AQ", - "tjgSIAobQ21kQ2xvY2tQYXJrUXVpdFNjcmlwdFNjUnNwEK04EiIKHUNtZENs", - "b2NrUGFya0JhdHRsZUVuZFNjTm90aWZ5ENI4EiAKG0NtZENsb2NrUGFya1F1", - "aXRTY3JpcHRDc1JlcRDOOBIdChhDbWRDbG9ja1BhcmtHZXRJbmZvQ3NSZXEQ", - "yjgSHQoYQ21kQ2xvY2tQYXJrR2V0SW5mb1NjUnNwELI4EikKJENtZENsb2Nr", - "UGFya0hhbmRsZVdhaXRPcGVyYXRpb25TY1JzcBDAOBIqCiVDbWRDbG9ja1Bh", - "cmtHZXRPbmdvaW5nU2NyaXB0SW5mb0NzUmVxELw4EiEKHENtZENsb2NrUGFy", - "a1N0YXJ0U2NyaXB0U2NSc3AQzTgSJQogQ21kQ2xvY2tQYXJrRmluaXNoU2Ny", - "aXB0U2NOb3RpZnkQxTgSKgolQ21kQ2xvY2tQYXJrR2V0T25nb2luZ1Njcmlw", - "dEluZm9TY1JzcBCqOBIiCh1DbWRDbG9ja1BhcmtVbmxvY2tUYWxlbnRTY1Jz", - "cBCpOBIpCiRDbWRDbG9ja1BhcmtIYW5kbGVXYWl0T3BlcmF0aW9uQ3NSZXEQ", - "sDgSHQoYQ21kQ2xvY2tQYXJrVXNlQnVmZkNzUmVxEMM4EiIKHUNtZENsb2Nr", - "UGFya1VubG9ja1RhbGVudENzUmVxEMk4Qh6qAhtFZ2dMaW5rLkRhbmhlbmdT", - "ZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdClockParkType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdClockParkType { - [pbr::OriginalName("CmdClockParkTypeNone")] None = 0, - [pbr::OriginalName("CmdClockParkStartScriptCsReq")] CmdClockParkStartScriptCsReq = 7229, - [pbr::OriginalName("CmdClockParkUseBuffScRsp")] CmdClockParkUseBuffScRsp = 7222, - [pbr::OriginalName("CmdClockParkQuitScriptScRsp")] CmdClockParkQuitScriptScRsp = 7213, - [pbr::OriginalName("CmdClockParkBattleEndScNotify")] CmdClockParkBattleEndScNotify = 7250, - [pbr::OriginalName("CmdClockParkQuitScriptCsReq")] CmdClockParkQuitScriptCsReq = 7246, - [pbr::OriginalName("CmdClockParkGetInfoCsReq")] CmdClockParkGetInfoCsReq = 7242, - [pbr::OriginalName("CmdClockParkGetInfoScRsp")] CmdClockParkGetInfoScRsp = 7218, - [pbr::OriginalName("CmdClockParkHandleWaitOperationScRsp")] CmdClockParkHandleWaitOperationScRsp = 7232, - [pbr::OriginalName("CmdClockParkGetOngoingScriptInfoCsReq")] CmdClockParkGetOngoingScriptInfoCsReq = 7228, - [pbr::OriginalName("CmdClockParkStartScriptScRsp")] CmdClockParkStartScriptScRsp = 7245, - [pbr::OriginalName("CmdClockParkFinishScriptScNotify")] CmdClockParkFinishScriptScNotify = 7237, - [pbr::OriginalName("CmdClockParkGetOngoingScriptInfoScRsp")] CmdClockParkGetOngoingScriptInfoScRsp = 7210, - [pbr::OriginalName("CmdClockParkUnlockTalentScRsp")] CmdClockParkUnlockTalentScRsp = 7209, - [pbr::OriginalName("CmdClockParkHandleWaitOperationCsReq")] CmdClockParkHandleWaitOperationCsReq = 7216, - [pbr::OriginalName("CmdClockParkUseBuffCsReq")] CmdClockParkUseBuffCsReq = 7235, - [pbr::OriginalName("CmdClockParkUnlockTalentCsReq")] CmdClockParkUnlockTalentCsReq = 7241, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdContentPackageType.cs b/Proto/CmdContentPackageType.cs deleted file mode 100644 index e7fe3333..00000000 --- a/Proto/CmdContentPackageType.cs +++ /dev/null @@ -1,57 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdContentPackageType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdContentPackageType.proto - public static partial class CmdContentPackageTypeReflection { - - #region Descriptor - /// File descriptor for CmdContentPackageType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdContentPackageTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChtDbWRDb250ZW50UGFja2FnZVR5cGUucHJvdG8qlAIKFUNtZENvbnRlbnRQ", - "YWNrYWdlVHlwZRIdChlDbWRDb250ZW50UGFja2FnZVR5cGVOb25lEAASIgod", - "Q21kQ29udGVudFBhY2thZ2VHZXREYXRhU2NSc3AQ3joSIQocQ21kQ29udGVu", - "dFBhY2thZ2VVbmxvY2tDc1JlcRDSOhIhChxDbWRDb250ZW50UGFja2FnZVVu", - "bG9ja1NjUnNwEPU6EiYKIUNtZENvbnRlbnRQYWNrYWdlVHJhbnNmZXJTY05v", - "dGlmeRDVOhImCiFDbWRDb250ZW50UGFja2FnZVN5bmNEYXRhU2NOb3RpZnkQ", - "2joSIgodQ21kQ29udGVudFBhY2thZ2VHZXREYXRhQ3NSZXEQ9jpCHqoCG0Vn", - "Z0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdContentPackageType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdContentPackageType { - [pbr::OriginalName("CmdContentPackageTypeNone")] None = 0, - [pbr::OriginalName("CmdContentPackageGetDataScRsp")] CmdContentPackageGetDataScRsp = 7518, - [pbr::OriginalName("CmdContentPackageUnlockCsReq")] CmdContentPackageUnlockCsReq = 7506, - [pbr::OriginalName("CmdContentPackageUnlockScRsp")] CmdContentPackageUnlockScRsp = 7541, - [pbr::OriginalName("CmdContentPackageTransferScNotify")] CmdContentPackageTransferScNotify = 7509, - [pbr::OriginalName("CmdContentPackageSyncDataScNotify")] CmdContentPackageSyncDataScNotify = 7514, - [pbr::OriginalName("CmdContentPackageGetDataCsReq")] CmdContentPackageGetDataCsReq = 7542, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdDailyActiveType.cs b/Proto/CmdDailyActiveType.cs deleted file mode 100644 index 1ace1bc8..00000000 --- a/Proto/CmdDailyActiveType.cs +++ /dev/null @@ -1,58 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdDailyActiveType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdDailyActiveType.proto - public static partial class CmdDailyActiveTypeReflection { - - #region Descriptor - /// File descriptor for CmdDailyActiveType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdDailyActiveTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChhDbWREYWlseUFjdGl2ZVR5cGUucHJvdG8qgwIKEkNtZERhaWx5QWN0aXZl", - "VHlwZRIaChZDbWREYWlseUFjdGl2ZVR5cGVOb25lEAASHAoXQ21kVGFrZUFs", - "bEFwUmV3YXJkU2NSc3AQqhoSHAoXQ21kVGFrZUFsbEFwUmV3YXJkQ3NSZXEQ", - "6hkSHwoaQ21kR2V0RGFpbHlBY3RpdmVJbmZvU2NSc3AQ7RkSGQoUQ21kVGFr", - "ZUFwUmV3YXJkU2NSc3AQ8RkSHQoYQ21kRGFpbHlBY3RpdmVJbmZvTm90aWZ5", - "EIcaEhkKFENtZFRha2VBcFJld2FyZENzUmVxEO8ZEh8KGkNtZEdldERhaWx5", - "QWN0aXZlSW5mb0NzUmVxEJMaQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIu", - "UHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdDailyActiveType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdDailyActiveType { - [pbr::OriginalName("CmdDailyActiveTypeNone")] None = 0, - [pbr::OriginalName("CmdTakeAllApRewardScRsp")] CmdTakeAllApRewardScRsp = 3370, - [pbr::OriginalName("CmdTakeAllApRewardCsReq")] CmdTakeAllApRewardCsReq = 3306, - [pbr::OriginalName("CmdGetDailyActiveInfoScRsp")] CmdGetDailyActiveInfoScRsp = 3309, - [pbr::OriginalName("CmdTakeApRewardScRsp")] CmdTakeApRewardScRsp = 3313, - [pbr::OriginalName("CmdDailyActiveInfoNotify")] CmdDailyActiveInfoNotify = 3335, - [pbr::OriginalName("CmdTakeApRewardCsReq")] CmdTakeApRewardCsReq = 3311, - [pbr::OriginalName("CmdGetDailyActiveInfoCsReq")] CmdGetDailyActiveInfoCsReq = 3347, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdDebugType.cs b/Proto/CmdDebugType.cs deleted file mode 100644 index 76e6b333..00000000 --- a/Proto/CmdDebugType.cs +++ /dev/null @@ -1,58 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdDebugType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdDebugType.proto - public static partial class CmdDebugTypeReflection { - - #region Descriptor - /// File descriptor for CmdDebugType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdDebugTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChJDbWREZWJ1Z1R5cGUucHJvdG8qkwIKDENtZERlYnVnVHlwZRIUChBDbWRE", - "ZWJ1Z1R5cGVOb25lEAASIQocQ21kR2V0U2VydmVyTG9nU2V0dGluZ3NTY1Jz", - "cBCkExIhChxDbWRHZXRTZXJ2ZXJMb2dTZXR0aW5nc0NzUmVxELwTEiQKH0Nt", - "ZFVwZGF0ZVNlcnZlckxvZ1NldHRpbmdzQ3NSZXEQoBMSHwoaQ21kR2V0U2Vy", - "dmVyR3JhcGhEYXRhQ3NSZXEQmxMSHwoaQ21kR2V0U2VydmVyR3JhcGhEYXRh", - "U2NSc3AQrxMSJAofQ21kVXBkYXRlU2VydmVyTG9nU2V0dGluZ3NTY1JzcBCY", - "ExIZChRDbWRTZXJ2ZXJMb2dTY05vdGlmeRC7E0IeqgIbRWdnTGluay5EYW5o", - "ZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdDebugType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdDebugType { - [pbr::OriginalName("CmdDebugTypeNone")] None = 0, - [pbr::OriginalName("CmdGetServerLogSettingsScRsp")] CmdGetServerLogSettingsScRsp = 2468, - [pbr::OriginalName("CmdGetServerLogSettingsCsReq")] CmdGetServerLogSettingsCsReq = 2492, - [pbr::OriginalName("CmdUpdateServerLogSettingsCsReq")] CmdUpdateServerLogSettingsCsReq = 2464, - [pbr::OriginalName("CmdGetServerGraphDataCsReq")] CmdGetServerGraphDataCsReq = 2459, - [pbr::OriginalName("CmdGetServerGraphDataScRsp")] CmdGetServerGraphDataScRsp = 2479, - [pbr::OriginalName("CmdUpdateServerLogSettingsScRsp")] CmdUpdateServerLogSettingsScRsp = 2456, - [pbr::OriginalName("CmdServerLogScNotify")] CmdServerLogScNotify = 2491, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdDrinkMakerType.cs b/Proto/CmdDrinkMakerType.cs deleted file mode 100644 index 8638d98d..00000000 --- a/Proto/CmdDrinkMakerType.cs +++ /dev/null @@ -1,67 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdDrinkMakerType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdDrinkMakerType.proto - public static partial class CmdDrinkMakerTypeReflection { - - #region Descriptor - /// File descriptor for CmdDrinkMakerType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdDrinkMakerTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChdDbWREcmlua01ha2VyVHlwZS5wcm90byquAwoRQ21kRHJpbmtNYWtlclR5", - "cGUSGQoVQ21kRHJpbmtNYWtlclR5cGVOb25lEAASIAobQ21kRHJpbmtNYWtl", - "ckNoYWxsZW5nZVNjUnNwEMs2Eh0KGENtZE1ha2VNaXNzaW9uRHJpbmtTY1Jz", - "cBDPNhIgChtDbWREcmlua01ha2VyRGF5RW5kU2NOb3RpZnkQzjYSFgoRQ21k", - "TWFrZURyaW5rU2NSc3AQyDYSHgoZQ21kR2V0RHJpbmtNYWtlckRhdGFTY1Jz", - "cBDUNhIiCh1DbWREcmlua01ha2VyVXBkYXRlVGlwc05vdGlmeRDTNhIWChFD", - "bWRNYWtlRHJpbmtDc1JlcRDYNhIeChlDbWRHZXREcmlua01ha2VyRGF0YUNz", - "UmVxENU2EiIKHUNtZEVuZERyaW5rTWFrZXJTZXF1ZW5jZVNjUnNwEM02Eh0K", - "GENtZE1ha2VNaXNzaW9uRHJpbmtDc1JlcRDXNhIgChtDbWREcmlua01ha2Vy", - "Q2hhbGxlbmdlQ3NSZXEQ1jYSIgodQ21kRW5kRHJpbmtNYWtlclNlcXVlbmNl", - "Q3NSZXEQ0jZCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv", - "dG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdDrinkMakerType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdDrinkMakerType { - [pbr::OriginalName("CmdDrinkMakerTypeNone")] None = 0, - [pbr::OriginalName("CmdDrinkMakerChallengeScRsp")] CmdDrinkMakerChallengeScRsp = 6987, - [pbr::OriginalName("CmdMakeMissionDrinkScRsp")] CmdMakeMissionDrinkScRsp = 6991, - [pbr::OriginalName("CmdDrinkMakerDayEndScNotify")] CmdDrinkMakerDayEndScNotify = 6990, - [pbr::OriginalName("CmdMakeDrinkScRsp")] CmdMakeDrinkScRsp = 6984, - [pbr::OriginalName("CmdGetDrinkMakerDataScRsp")] CmdGetDrinkMakerDataScRsp = 6996, - [pbr::OriginalName("CmdDrinkMakerUpdateTipsNotify")] CmdDrinkMakerUpdateTipsNotify = 6995, - [pbr::OriginalName("CmdMakeDrinkCsReq")] CmdMakeDrinkCsReq = 7000, - [pbr::OriginalName("CmdGetDrinkMakerDataCsReq")] CmdGetDrinkMakerDataCsReq = 6997, - [pbr::OriginalName("CmdEndDrinkMakerSequenceScRsp")] CmdEndDrinkMakerSequenceScRsp = 6989, - [pbr::OriginalName("CmdMakeMissionDrinkCsReq")] CmdMakeMissionDrinkCsReq = 6999, - [pbr::OriginalName("CmdDrinkMakerChallengeCsReq")] CmdDrinkMakerChallengeCsReq = 6998, - [pbr::OriginalName("CmdEndDrinkMakerSequenceCsReq")] CmdEndDrinkMakerSequenceCsReq = 6994, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdEraFlipperType.cs b/Proto/CmdEraFlipperType.cs deleted file mode 100644 index 453931d3..00000000 --- a/Proto/CmdEraFlipperType.cs +++ /dev/null @@ -1,62 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdEraFlipperType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdEraFlipperType.proto - public static partial class CmdEraFlipperTypeReflection { - - #region Descriptor - /// File descriptor for CmdEraFlipperType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdEraFlipperTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChdDbWRFcmFGbGlwcGVyVHlwZS5wcm90byrmAgoRQ21kRXJhRmxpcHBlclR5", - "cGUSGQoVQ21kRXJhRmxpcHBlclR5cGVOb25lEAASIQocQ21kQ2hhbmdlRXJh", - "RmxpcHBlckRhdGFTY1JzcBCcMxIhChxDbWRDaGFuZ2VFcmFGbGlwcGVyRGF0", - "YUNzUmVxEKQzEh4KGUNtZEdldEVyYUZsaXBwZXJEYXRhQ3NSZXEQwDMSHgoZ", - "Q21kR2V0RXJhRmxpcHBlckRhdGFTY1JzcBCoMxIkCh9DbWRFcmFGbGlwcGVy", - "RGF0YUNoYW5nZVNjTm90aWZ5ELIzEiIKHUNtZEVudGVyRXJhRmxpcHBlclJl", - "Z2lvblNjUnNwEMMzEiAKG0NtZFJlc2V0RXJhRmxpcHBlckRhdGFDc1JlcRC/", - "MxIiCh1DbWRFbnRlckVyYUZsaXBwZXJSZWdpb25Dc1JlcRCzMxIgChtDbWRS", - "ZXNldEVyYUZsaXBwZXJEYXRhU2NSc3AQnzNCHqoCG0VnZ0xpbmsuRGFuaGVu", - "Z1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdEraFlipperType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdEraFlipperType { - [pbr::OriginalName("CmdEraFlipperTypeNone")] None = 0, - [pbr::OriginalName("CmdChangeEraFlipperDataScRsp")] CmdChangeEraFlipperDataScRsp = 6556, - [pbr::OriginalName("CmdChangeEraFlipperDataCsReq")] CmdChangeEraFlipperDataCsReq = 6564, - [pbr::OriginalName("CmdGetEraFlipperDataCsReq")] CmdGetEraFlipperDataCsReq = 6592, - [pbr::OriginalName("CmdGetEraFlipperDataScRsp")] CmdGetEraFlipperDataScRsp = 6568, - [pbr::OriginalName("CmdEraFlipperDataChangeScNotify")] CmdEraFlipperDataChangeScNotify = 6578, - [pbr::OriginalName("CmdEnterEraFlipperRegionScRsp")] CmdEnterEraFlipperRegionScRsp = 6595, - [pbr::OriginalName("CmdResetEraFlipperDataCsReq")] CmdResetEraFlipperDataCsReq = 6591, - [pbr::OriginalName("CmdEnterEraFlipperRegionCsReq")] CmdEnterEraFlipperRegionCsReq = 6579, - [pbr::OriginalName("CmdResetEraFlipperDataScRsp")] CmdResetEraFlipperDataScRsp = 6559, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdEvolveBuild.cs b/Proto/CmdEvolveBuild.cs deleted file mode 100644 index bdee7b5f..00000000 --- a/Proto/CmdEvolveBuild.cs +++ /dev/null @@ -1,88 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdEvolveBuild.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdEvolveBuild.proto - public static partial class CmdEvolveBuildReflection { - - #region Descriptor - /// File descriptor for CmdEvolveBuild.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdEvolveBuildReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChRDbWRFdm9sdmVCdWlsZC5wcm90byrzBgoOQ21kRXZvbHZlQnVpbGQSFgoS", - "Q21kRXZvbHZlQnVpbGROb25lEAASIgodQ21kRXZvbHZlQnVpbGRTdGFydExl", - "dmVsQ3NSZXEQyjcSJQogQ21kRXZvbHZlQnVpbGRSZVJhbmRvbVN0YWdlQ3NS", - "ZXEQ3DcSJwoiQ21kRXZvbHZlQnVpbGRTaG9wQWJpbGl0eURvd25Dc1JlcRDs", - "NxIhChxDbWRFdm9sdmVCdWlsZFF1ZXJ5SW5mb0NzUmVxEOY3EicKIkNtZEV2", - "b2x2ZUJ1aWxkU2hvcEFiaWxpdHlEb3duU2NSc3AQ3zcSIgodQ21kRXZvbHZl", - "QnVpbGRTdGFydFN0YWdlU2NSc3AQxTcSIgodQ21kRXZvbHZlQnVpbGRTdGFy", - "dFN0YWdlQ3NSZXEQ5TcSHQoYQ21kRXZvbHZlQnVpbGRMZWF2ZVNjUnNwEMY3", - "EiIKHUNtZEV2b2x2ZUJ1aWxkU3RhcnRMZXZlbFNjUnNwEMI3EiUKIENtZEV2", - "b2x2ZUJ1aWxkUmVSYW5kb21TdGFnZVNjUnNwEOo3EigKI0NtZEV2b2x2ZUJ1", - "aWxkU2hvcEFiaWxpdHlSZXNldENzUmVxEMc3Eh4KGUNtZEV2b2x2ZUJ1aWxk", - "R2l2ZXVwU2NSc3AQ6TcSKAojQ21kRXZvbHZlQnVpbGRTaG9wQWJpbGl0eVJl", - "c2V0U2NSc3AQwDcSIQocQ21kRXZvbHZlQnVpbGRGaW5pc2hTY05vdGlmeRDM", - "NxIdChhDbWRFdm9sdmVCdWlsZENvaW5Ob3RpZnkQ7TcSHgoZQ21kRXZvbHZl", - "QnVpbGRHaXZldXBDc1JlcRDZNxIdChhDbWRFdm9sdmVCdWlsZExlYXZlQ3NS", - "ZXEQ2DcSIQocQ21kRXZvbHZlQnVpbGRRdWVyeUluZm9TY1JzcBDONxIlCiBD", - "bWRFdm9sdmVCdWlsZFRha2VFeHBSZXdhcmRDc1JlcRDSNxIjCh5DbWRFdm9s", - "dmVCdWlsZFVubG9ja0luZm9Ob3RpZnkQwTcSJQogQ21kRXZvbHZlQnVpbGRU", - "YWtlRXhwUmV3YXJkU2NSc3AQ4TcSJQogQ21kRXZvbHZlQnVpbGRTaG9wQWJp", - "bGl0eVVwQ3NSZXEQ4jcSJQogQ21kRXZvbHZlQnVpbGRTaG9wQWJpbGl0eVVw", - "U2NSc3AQ7jdCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv", - "dG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdEvolveBuild), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdEvolveBuild { - [pbr::OriginalName("CmdEvolveBuildNone")] None = 0, - [pbr::OriginalName("CmdEvolveBuildStartLevelCsReq")] StartLevelCsReq = 7114, - [pbr::OriginalName("CmdEvolveBuildReRandomStageCsReq")] ReRandomStageCsReq = 7132, - [pbr::OriginalName("CmdEvolveBuildShopAbilityDownCsReq")] ShopAbilityDownCsReq = 7148, - [pbr::OriginalName("CmdEvolveBuildQueryInfoCsReq")] QueryInfoCsReq = 7142, - [pbr::OriginalName("CmdEvolveBuildShopAbilityDownScRsp")] ShopAbilityDownScRsp = 7135, - [pbr::OriginalName("CmdEvolveBuildStartStageScRsp")] StartStageScRsp = 7109, - [pbr::OriginalName("CmdEvolveBuildStartStageCsReq")] StartStageCsReq = 7141, - [pbr::OriginalName("CmdEvolveBuildLeaveScRsp")] LeaveScRsp = 7110, - [pbr::OriginalName("CmdEvolveBuildStartLevelScRsp")] StartLevelScRsp = 7106, - [pbr::OriginalName("CmdEvolveBuildReRandomStageScRsp")] ReRandomStageScRsp = 7146, - [pbr::OriginalName("CmdEvolveBuildShopAbilityResetCsReq")] ShopAbilityResetCsReq = 7111, - [pbr::OriginalName("CmdEvolveBuildGiveupScRsp")] GiveupScRsp = 7145, - [pbr::OriginalName("CmdEvolveBuildShopAbilityResetScRsp")] ShopAbilityResetScRsp = 7104, - [pbr::OriginalName("CmdEvolveBuildFinishScNotify")] FinishScNotify = 7116, - [pbr::OriginalName("CmdEvolveBuildCoinNotify")] CoinNotify = 7149, - [pbr::OriginalName("CmdEvolveBuildGiveupCsReq")] GiveupCsReq = 7129, - [pbr::OriginalName("CmdEvolveBuildLeaveCsReq")] LeaveCsReq = 7128, - [pbr::OriginalName("CmdEvolveBuildQueryInfoScRsp")] QueryInfoScRsp = 7118, - [pbr::OriginalName("CmdEvolveBuildTakeExpRewardCsReq")] TakeExpRewardCsReq = 7122, - [pbr::OriginalName("CmdEvolveBuildUnlockInfoNotify")] UnlockInfoNotify = 7105, - [pbr::OriginalName("CmdEvolveBuildTakeExpRewardScRsp")] TakeExpRewardScRsp = 7137, - [pbr::OriginalName("CmdEvolveBuildShopAbilityUpCsReq")] ShopAbilityUpCsReq = 7138, - [pbr::OriginalName("CmdEvolveBuildShopAbilityUpScRsp")] ShopAbilityUpScRsp = 7150, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdExpeditionType.cs b/Proto/CmdExpeditionType.cs deleted file mode 100644 index 12b6d93a..00000000 --- a/Proto/CmdExpeditionType.cs +++ /dev/null @@ -1,85 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdExpeditionType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdExpeditionType.proto - public static partial class CmdExpeditionTypeReflection { - - #region Descriptor - /// File descriptor for CmdExpeditionType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdExpeditionTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChdDbWRFeHBlZGl0aW9uVHlwZS5wcm90byrSBgoRQ21kRXhwZWRpdGlvblR5", - "cGUSGQoVQ21kRXhwZWRpdGlvblR5cGVOb25lEAASHQoYQ21kQWNjZXB0RXhw", - "ZWRpdGlvbkNzUmVxEPMTEiUKIENtZEFjY2VwdE11bHRpcGxlRXhwZWRpdGlv", - "bkNzUmVxEJEUEh0KGENtZENhbmNlbEV4cGVkaXRpb25TY1JzcBDKExIeChlD", - "bWRHZXRFeHBlZGl0aW9uRGF0YVNjUnNwENETEh4KGUNtZEdldEV4cGVkaXRp", - "b25EYXRhQ3NSZXEQzxMSJQogQ21kQWNjZXB0QWN0aXZpdHlFeHBlZGl0aW9u", - "Q3NSZXEQ4hMSIQocQ21kVGFrZUV4cGVkaXRpb25SZXdhcmRTY1JzcBCdFBIl", - "CiBDbWRBY2NlcHRNdWx0aXBsZUV4cGVkaXRpb25TY1JzcBCfFBIpCiRDbWRU", - "YWtlTXVsdGlwbGVFeHBlZGl0aW9uUmV3YXJkU2NSc3AQ/RMSKQokQ21kVGFr", - "ZU11bHRpcGxlRXhwZWRpdGlvblJld2FyZENzUmVxEKEUEh0KGENtZEFjY2Vw", - "dEV4cGVkaXRpb25TY1JzcBDNExIhChxDbWRUYWtlRXhwZWRpdGlvblJld2Fy", - "ZENzUmVxEIoUEiUKIENtZENhbmNlbEFjdGl2aXR5RXhwZWRpdGlvblNjUnNw", - "EOgTEikKJENtZFRha2VBY3Rpdml0eUV4cGVkaXRpb25SZXdhcmRDc1JlcRD2", - "ExIpCiRDbWRUYWtlQWN0aXZpdHlFeHBlZGl0aW9uUmV3YXJkU2NSc3AQjRQS", - "JQogQ21kQWNjZXB0QWN0aXZpdHlFeHBlZGl0aW9uU2NSc3AQoxQSMQosQ21k", - "VGFrZU11bHRpcGxlQWN0aXZpdHlFeHBlZGl0aW9uUmV3YXJkQ3NSZXEQ3RMS", - "JAofQ21kRXhwZWRpdGlvbkRhdGFDaGFuZ2VTY05vdGlmeRDeExIdChhDbWRD", - "YW5jZWxFeHBlZGl0aW9uQ3NSZXEQ5xMSJQogQ21kQ2FuY2VsQWN0aXZpdHlF", - "eHBlZGl0aW9uQ3NSZXEQ1hMSMQosQ21kVGFrZU11bHRpcGxlQWN0aXZpdHlF", - "eHBlZGl0aW9uUmV3YXJkU2NSc3AQzhNCHqoCG0VnZ0xpbmsuRGFuaGVuZ1Nl", - "cnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdExpeditionType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdExpeditionType { - [pbr::OriginalName("CmdExpeditionTypeNone")] None = 0, - [pbr::OriginalName("CmdAcceptExpeditionCsReq")] CmdAcceptExpeditionCsReq = 2547, - [pbr::OriginalName("CmdAcceptMultipleExpeditionCsReq")] CmdAcceptMultipleExpeditionCsReq = 2577, - [pbr::OriginalName("CmdCancelExpeditionScRsp")] CmdCancelExpeditionScRsp = 2506, - [pbr::OriginalName("CmdGetExpeditionDataScRsp")] CmdGetExpeditionDataScRsp = 2513, - [pbr::OriginalName("CmdGetExpeditionDataCsReq")] CmdGetExpeditionDataCsReq = 2511, - [pbr::OriginalName("CmdAcceptActivityExpeditionCsReq")] CmdAcceptActivityExpeditionCsReq = 2530, - [pbr::OriginalName("CmdTakeExpeditionRewardScRsp")] CmdTakeExpeditionRewardScRsp = 2589, - [pbr::OriginalName("CmdAcceptMultipleExpeditionScRsp")] CmdAcceptMultipleExpeditionScRsp = 2591, - [pbr::OriginalName("CmdTakeMultipleExpeditionRewardScRsp")] CmdTakeMultipleExpeditionRewardScRsp = 2557, - [pbr::OriginalName("CmdTakeMultipleExpeditionRewardCsReq")] CmdTakeMultipleExpeditionRewardCsReq = 2593, - [pbr::OriginalName("CmdAcceptExpeditionScRsp")] CmdAcceptExpeditionScRsp = 2509, - [pbr::OriginalName("CmdTakeExpeditionRewardCsReq")] CmdTakeExpeditionRewardCsReq = 2570, - [pbr::OriginalName("CmdCancelActivityExpeditionScRsp")] CmdCancelActivityExpeditionScRsp = 2536, - [pbr::OriginalName("CmdTakeActivityExpeditionRewardCsReq")] CmdTakeActivityExpeditionRewardCsReq = 2550, - [pbr::OriginalName("CmdTakeActivityExpeditionRewardScRsp")] CmdTakeActivityExpeditionRewardScRsp = 2573, - [pbr::OriginalName("CmdAcceptActivityExpeditionScRsp")] CmdAcceptActivityExpeditionScRsp = 2595, - [pbr::OriginalName("CmdTakeMultipleActivityExpeditionRewardCsReq")] CmdTakeMultipleActivityExpeditionRewardCsReq = 2525, - [pbr::OriginalName("CmdExpeditionDataChangeScNotify")] CmdExpeditionDataChangeScNotify = 2526, - [pbr::OriginalName("CmdCancelExpeditionCsReq")] CmdCancelExpeditionCsReq = 2535, - [pbr::OriginalName("CmdCancelActivityExpeditionCsReq")] CmdCancelActivityExpeditionCsReq = 2518, - [pbr::OriginalName("CmdTakeMultipleActivityExpeditionRewardScRsp")] CmdTakeMultipleActivityExpeditionRewardScRsp = 2510, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdFantasticStoryActivityType.cs b/Proto/CmdFantasticStoryActivityType.cs deleted file mode 100644 index d50cc8a0..00000000 --- a/Proto/CmdFantasticStoryActivityType.cs +++ /dev/null @@ -1,59 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdFantasticStoryActivityType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdFantasticStoryActivityType.proto - public static partial class CmdFantasticStoryActivityTypeReflection { - - #region Descriptor - /// File descriptor for CmdFantasticStoryActivityType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdFantasticStoryActivityTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "CiNDbWRGYW50YXN0aWNTdG9yeUFjdGl2aXR5VHlwZS5wcm90byrMAgodQ21k", - "RmFudGFzdGljU3RvcnlBY3Rpdml0eVR5cGUSJQohQ21kRmFudGFzdGljU3Rv", - "cnlBY3Rpdml0eVR5cGVOb25lEAASLwoqQ21kRmFudGFzdGljU3RvcnlBY3Rp", - "dml0eUJhdHRsZUVuZFNjTm90aWZ5EKomEi0KKENtZEVudGVyRmFudGFzdGlj", - "U3RvcnlBY3Rpdml0eVN0YWdlQ3NSZXEQrSYSKgolQ21kR2V0RmFudGFzdGlj", - "U3RvcnlBY3Rpdml0eURhdGFTY1JzcBCxJhItCihDbWRFbnRlckZhbnRhc3Rp", - "Y1N0b3J5QWN0aXZpdHlTdGFnZVNjUnNwEMcmEioKJUNtZEdldEZhbnRhc3Rp", - "Y1N0b3J5QWN0aXZpdHlEYXRhQ3NSZXEQryYSHQoYQ21kRmluaXNoQ2hhcHRl", - "clNjTm90aWZ5ENMmQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9i", - "BnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdFantasticStoryActivityType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdFantasticStoryActivityType { - [pbr::OriginalName("CmdFantasticStoryActivityTypeNone")] None = 0, - [pbr::OriginalName("CmdFantasticStoryActivityBattleEndScNotify")] CmdFantasticStoryActivityBattleEndScNotify = 4906, - [pbr::OriginalName("CmdEnterFantasticStoryActivityStageCsReq")] CmdEnterFantasticStoryActivityStageCsReq = 4909, - [pbr::OriginalName("CmdGetFantasticStoryActivityDataScRsp")] CmdGetFantasticStoryActivityDataScRsp = 4913, - [pbr::OriginalName("CmdEnterFantasticStoryActivityStageScRsp")] CmdEnterFantasticStoryActivityStageScRsp = 4935, - [pbr::OriginalName("CmdGetFantasticStoryActivityDataCsReq")] CmdGetFantasticStoryActivityDataCsReq = 4911, - [pbr::OriginalName("CmdFinishChapterScNotify")] CmdFinishChapterScNotify = 4947, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdFeverTimeActivityType.cs b/Proto/CmdFeverTimeActivityType.cs deleted file mode 100644 index a576b6d3..00000000 --- a/Proto/CmdFeverTimeActivityType.cs +++ /dev/null @@ -1,56 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdFeverTimeActivityType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdFeverTimeActivityType.proto - public static partial class CmdFeverTimeActivityTypeReflection { - - #region Descriptor - /// File descriptor for CmdFeverTimeActivityType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdFeverTimeActivityTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Ch5DbWRGZXZlclRpbWVBY3Rpdml0eVR5cGUucHJvdG8qigIKGENtZEZldmVy", - "VGltZUFjdGl2aXR5VHlwZRIgChxDbWRGZXZlclRpbWVBY3Rpdml0eVR5cGVO", - "b25lEAASKAojQ21kRW50ZXJGZXZlclRpbWVBY3Rpdml0eVN0YWdlU2NSc3AQ", - "9DcSKAojQ21kRW50ZXJGZXZlclRpbWVBY3Rpdml0eVN0YWdlQ3NSZXEQ8jcS", - "JQogQ21kR2V0RmV2ZXJUaW1lQWN0aXZpdHlEYXRhQ3NSZXEQ9TcSJQogQ21k", - "R2V0RmV2ZXJUaW1lQWN0aXZpdHlEYXRhU2NSc3AQ9jcSKgolQ21kRmV2ZXJU", - "aW1lQWN0aXZpdHlCYXR0bGVFbmRTY05vdGlmeRD3N0IeqgIbRWdnTGluay5E", - "YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdFeverTimeActivityType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdFeverTimeActivityType { - [pbr::OriginalName("CmdFeverTimeActivityTypeNone")] None = 0, - [pbr::OriginalName("CmdEnterFeverTimeActivityStageScRsp")] CmdEnterFeverTimeActivityStageScRsp = 7156, - [pbr::OriginalName("CmdEnterFeverTimeActivityStageCsReq")] CmdEnterFeverTimeActivityStageCsReq = 7154, - [pbr::OriginalName("CmdGetFeverTimeActivityDataCsReq")] CmdGetFeverTimeActivityDataCsReq = 7157, - [pbr::OriginalName("CmdGetFeverTimeActivityDataScRsp")] CmdGetFeverTimeActivityDataScRsp = 7158, - [pbr::OriginalName("CmdFeverTimeActivityBattleEndScNotify")] CmdFeverTimeActivityBattleEndScNotify = 7159, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdFightActivityType.cs b/Proto/CmdFightActivityType.cs deleted file mode 100644 index 9dba915a..00000000 --- a/Proto/CmdFightActivityType.cs +++ /dev/null @@ -1,59 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdFightActivityType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdFightActivityType.proto - public static partial class CmdFightActivityTypeReflection { - - #region Descriptor - /// File descriptor for CmdFightActivityType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdFightActivityTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChpDbWRGaWdodEFjdGl2aXR5VHlwZS5wcm90byq7AgoUQ21kRmlnaHRBY3Rp", - "dml0eVR5cGUSHAoYQ21kRmlnaHRBY3Rpdml0eVR5cGVOb25lEAASJwoiQ21k", - "RmlnaHRBY3Rpdml0eURhdGFDaGFuZ2VTY05vdGlmeRC/HBIkCh9DbWRUYWtl", - "RmlnaHRBY3Rpdml0eVJld2FyZENzUmVxEJYcEiEKHENtZEdldEZpZ2h0QWN0", - "aXZpdHlEYXRhQ3NSZXEQmxwSJAofQ21kRW50ZXJGaWdodEFjdGl2aXR5U3Rh", - "Z2VTY1JzcBCzHBIkCh9DbWRFbnRlckZpZ2h0QWN0aXZpdHlTdGFnZUNzUmVx", - "EJkcEiEKHENtZEdldEZpZ2h0QWN0aXZpdHlEYXRhU2NSc3AQnRwSJAofQ21k", - "VGFrZUZpZ2h0QWN0aXZpdHlSZXdhcmRTY1JzcBDWHEIeqgIbRWdnTGluay5E", - "YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdFightActivityType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdFightActivityType { - [pbr::OriginalName("CmdFightActivityTypeNone")] None = 0, - [pbr::OriginalName("CmdFightActivityDataChangeScNotify")] CmdFightActivityDataChangeScNotify = 3647, - [pbr::OriginalName("CmdTakeFightActivityRewardCsReq")] CmdTakeFightActivityRewardCsReq = 3606, - [pbr::OriginalName("CmdGetFightActivityDataCsReq")] CmdGetFightActivityDataCsReq = 3611, - [pbr::OriginalName("CmdEnterFightActivityStageScRsp")] CmdEnterFightActivityStageScRsp = 3635, - [pbr::OriginalName("CmdEnterFightActivityStageCsReq")] CmdEnterFightActivityStageCsReq = 3609, - [pbr::OriginalName("CmdGetFightActivityDataScRsp")] CmdGetFightActivityDataScRsp = 3613, - [pbr::OriginalName("CmdTakeFightActivityRewardScRsp")] CmdTakeFightActivityRewardScRsp = 3670, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdFightFestType.cs b/Proto/CmdFightFestType.cs deleted file mode 100644 index 600823da..00000000 --- a/Proto/CmdFightFestType.cs +++ /dev/null @@ -1,60 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdFightFestType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdFightFestType.proto - public static partial class CmdFightFestTypeReflection { - - #region Descriptor - /// File descriptor for CmdFightFestType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdFightFestTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChZDbWRGaWdodEZlc3RUeXBlLnByb3RvKr0CChBDbWRGaWdodEZlc3RUeXBl", - "EhgKFENtZEZpZ2h0RmVzdFR5cGVOb25lEAASHQoYQ21kR2V0RmlnaHRGZXN0", - "RGF0YVNjUnNwEOQ4Eh0KGENtZEdldEZpZ2h0RmVzdERhdGFDc1JlcRD8OBIb", - "ChZDbWRTdGFydEZpZ2h0RmVzdFNjUnNwENg4EiIKHUNtZEZpZ2h0RmVzdFNj", - "b3JlVXBkYXRlTm90aWZ5EPs4EiEKHENtZEZpZ2h0RmVzdFVwZGF0ZUNvaW5O", - "b3RpZnkQ/zgSIgodQ21kRmlnaHRGZXN0VW5sb2NrU2tpbGxOb3RpZnkQ2zgS", - "GwoWQ21kU3RhcnRGaWdodEZlc3RDc1JlcRDgOBIsCidDbWRGaWdodEZlc3RV", - "cGRhdGVDaGFsbGVuZ2VSZWNvcmROb3RpZnkQ7zhCHqoCG0VnZ0xpbmsuRGFu", - "aGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdFightFestType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdFightFestType { - [pbr::OriginalName("CmdFightFestTypeNone")] None = 0, - [pbr::OriginalName("CmdGetFightFestDataScRsp")] CmdGetFightFestDataScRsp = 7268, - [pbr::OriginalName("CmdGetFightFestDataCsReq")] CmdGetFightFestDataCsReq = 7292, - [pbr::OriginalName("CmdStartFightFestScRsp")] CmdStartFightFestScRsp = 7256, - [pbr::OriginalName("CmdFightFestScoreUpdateNotify")] CmdFightFestScoreUpdateNotify = 7291, - [pbr::OriginalName("CmdFightFestUpdateCoinNotify")] CmdFightFestUpdateCoinNotify = 7295, - [pbr::OriginalName("CmdFightFestUnlockSkillNotify")] CmdFightFestUnlockSkillNotify = 7259, - [pbr::OriginalName("CmdStartFightFestCsReq")] CmdStartFightFestCsReq = 7264, - [pbr::OriginalName("CmdFightFestUpdateChallengeRecordNotify")] CmdFightFestUpdateChallengeRecordNotify = 7279, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdFightMarbleType.cs b/Proto/CmdFightMarbleType.cs deleted file mode 100644 index 56ac2102..00000000 --- a/Proto/CmdFightMarbleType.cs +++ /dev/null @@ -1,46 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdFightMarbleType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdFightMarbleType.proto - public static partial class CmdFightMarbleTypeReflection { - - #region Descriptor - /// File descriptor for CmdFightMarbleType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdFightMarbleTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChhDbWRGaWdodE1hcmJsZVR5cGUucHJvdG8qMAoSQ21kRmlnaHRNYXJibGVU", - "eXBlEhoKFkNtZEZpZ2h0TWFyYmxlVHlwZU5vbmUQAEIeqgIbRWdnTGluay5E", - "YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdFightMarbleType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdFightMarbleType { - [pbr::OriginalName("CmdFightMarbleTypeNone")] None = 0, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdFightMathc3Type.cs b/Proto/CmdFightMathc3Type.cs deleted file mode 100644 index de1d04d8..00000000 --- a/Proto/CmdFightMathc3Type.cs +++ /dev/null @@ -1,67 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdFightMathc3Type.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdFightMathc3Type.proto - public static partial class CmdFightMathc3TypeReflection { - - #region Descriptor - /// File descriptor for CmdFightMathc3Type.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdFightMathc3TypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChhDbWRGaWdodE1hdGhjM1R5cGUucHJvdG8q1QMKEkNtZEZpZ2h0TWF0aGMz", - "VHlwZRIaChZDbWRGaWdodE1hdGhjM1R5cGVOb25lEAASHQoXQ21kRmlnaHRN", - "YXRjaDNTd2FwU2NSc3AQ2usBEiUKH0NtZEZpZ2h0TWF0Y2gzVHVyblN0YXJ0", - "U2NOb3RpZnkQnesBEh0KF0NtZEZpZ2h0TWF0Y2gzRGF0YUNzUmVxEJ/rARIl", - "Ch9DbWRGaWdodE1hdGNoM0ZvcmNlVXBkYXRlTm90aWZ5EKbrARIdChdDbWRG", - "aWdodE1hdGNoM1N3YXBDc1JlcRCa6wESHQoXQ21kRmlnaHRNYXRjaDNDaGF0", - "U2NSc3AQsusBEiMKHUNtZEZpZ2h0TWF0Y2gzVHVybkVuZFNjTm90aWZ5ELfr", - "ARIdChdDbWRGaWdodE1hdGNoM0RhdGFTY1JzcBCh6wESKgokQ21kRmlnaHRN", - "YXRjaDNTdGFydENvdW50RG93blNjTm90aWZ5EMPrARIdChdDbWRGaWdodE1h", - "dGNoM0NoYXRDc1JlcRCu6wESKAoiQ21kRmlnaHRNYXRjaDNPcHBvbmVudERh", - "dGFTY05vdGlmeRDt6wESIAoaQ21kRmlnaHRNYXRjaDNDaGF0U2NOb3RpZnkQ", - "8+sBQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdFightMathc3Type), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdFightMathc3Type { - [pbr::OriginalName("CmdFightMathc3TypeNone")] None = 0, - [pbr::OriginalName("CmdFightMatch3SwapScRsp")] CmdFightMatch3SwapScRsp = 30170, - [pbr::OriginalName("CmdFightMatch3TurnStartScNotify")] CmdFightMatch3TurnStartScNotify = 30109, - [pbr::OriginalName("CmdFightMatch3DataCsReq")] CmdFightMatch3DataCsReq = 30111, - [pbr::OriginalName("CmdFightMatch3ForceUpdateNotify")] CmdFightMatch3ForceUpdateNotify = 30118, - [pbr::OriginalName("CmdFightMatch3SwapCsReq")] CmdFightMatch3SwapCsReq = 30106, - [pbr::OriginalName("CmdFightMatch3ChatScRsp")] CmdFightMatch3ChatScRsp = 30130, - [pbr::OriginalName("CmdFightMatch3TurnEndScNotify")] CmdFightMatch3TurnEndScNotify = 30135, - [pbr::OriginalName("CmdFightMatch3DataScRsp")] CmdFightMatch3DataScRsp = 30113, - [pbr::OriginalName("CmdFightMatch3StartCountDownScNotify")] CmdFightMatch3StartCountDownScNotify = 30147, - [pbr::OriginalName("CmdFightMatch3ChatCsReq")] CmdFightMatch3ChatCsReq = 30126, - [pbr::OriginalName("CmdFightMatch3OpponentDataScNotify")] CmdFightMatch3OpponentDataScNotify = 30189, - [pbr::OriginalName("CmdFightMatch3ChatScNotify")] CmdFightMatch3ChatScNotify = 30195, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdFightType.cs b/Proto/CmdFightType.cs deleted file mode 100644 index 9e9be182..00000000 --- a/Proto/CmdFightType.cs +++ /dev/null @@ -1,62 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdFightType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdFightType.proto - public static partial class CmdFightTypeReflection { - - #region Descriptor - /// File descriptor for CmdFightType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdFightTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChJDbWRGaWdodFR5cGUucHJvdG8qygIKDENtZEZpZ2h0VHlwZRIUChBDbWRG", - "aWdodFR5cGVOb25lEAASGwoVQ21kRmlnaHRMZWF2ZVNjTm90aWZ5EN/qARIc", - "ChZDbWRGaWdodEhlYXJ0QmVhdFNjUnNwELbqARIYChJDbWRGaWdodEVudGVy", - "U2NSc3AQveoBEhoKFENtZEZpZ2h0R2VuZXJhbFNjUnNwEMrqARIcChZDbWRG", - "aWdodEhlYXJ0QmVhdENzUmVxENPqARIaChRDbWRGaWdodEdlbmVyYWxDc1Jl", - "cRCJ6wESHQoXQ21kRmlnaHRHZW5lcmFsU2NOb3RpZnkQzuoBEhgKEkNtZEZp", - "Z2h0RW50ZXJDc1JlcRC76gESHQoXQ21kRmlnaHRLaWNrT3V0U2NOb3RpZnkQ", - "ueoBEiEKG0NtZEZpZ2h0U2Vzc2lvblN0b3BTY05vdGlmeRD26gFCHqoCG0Vn", - "Z0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdFightType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdFightType { - [pbr::OriginalName("CmdFightTypeNone")] None = 0, - [pbr::OriginalName("CmdFightLeaveScNotify")] CmdFightLeaveScNotify = 30047, - [pbr::OriginalName("CmdFightHeartBeatScRsp")] CmdFightHeartBeatScRsp = 30006, - [pbr::OriginalName("CmdFightEnterScRsp")] CmdFightEnterScRsp = 30013, - [pbr::OriginalName("CmdFightGeneralScRsp")] CmdFightGeneralScRsp = 30026, - [pbr::OriginalName("CmdFightHeartBeatCsReq")] CmdFightHeartBeatCsReq = 30035, - [pbr::OriginalName("CmdFightGeneralCsReq")] CmdFightGeneralCsReq = 30089, - [pbr::OriginalName("CmdFightGeneralScNotify")] CmdFightGeneralScNotify = 30030, - [pbr::OriginalName("CmdFightEnterCsReq")] CmdFightEnterCsReq = 30011, - [pbr::OriginalName("CmdFightKickOutScNotify")] CmdFightKickOutScNotify = 30009, - [pbr::OriginalName("CmdFightSessionStopScNotify")] CmdFightSessionStopScNotify = 30070, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdFriendType.cs b/Proto/CmdFriendType.cs deleted file mode 100644 index de368d26..00000000 --- a/Proto/CmdFriendType.cs +++ /dev/null @@ -1,146 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdFriendType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdFriendType.proto - public static partial class CmdFriendTypeReflection { - - #region Descriptor - /// File descriptor for CmdFriendType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdFriendTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChNDbWRGcmllbmRUeXBlLnByb3RvKv0OCg1DbWRGcmllbmRUeXBlEhUKEUNt", - "ZEZyaWVuZFR5cGVOb25lEAASHgoZQ21kTmV3QXNzaXN0SGlzdG9yeU5vdGlm", - "eRCnFxIZChRDbWRBZGRCbGFja2xpc3RDc1JlcRChFxIfChpDbWRTeW5jQXBw", - "bHlGcmllbmRTY05vdGlmeRDuFhIaChVDbWRTZXRGcmllbmRNYXJrQ3NSZXEQ", - "4hYSHgoZQ21kR2V0RnJpZW5kTGlzdEluZm9TY1JzcBDhFhIiCh1DbWRHZXRQ", - "bGF0Zm9ybVBsYXllckluZm9TY1JzcBCrFxIdChhDbWRHZXRBc3Npc3RIaXN0", - "b3J5Q3NSZXEQnxcSIAobQ21kR2V0RnJpZW5kQXNzaXN0TGlzdENzUmVxEOUW", - "Eh0KGENtZFRha2VBc3Npc3RSZXdhcmRTY1JzcBCYFxIfChpDbWRHZXRGcmll", - "bmRMb2dpbkluZm9Dc1JlcRCMFxIfChpDbWRHZXRGcmllbmRMb2dpbkluZm9T", - "Y1JzcBClFxIgChtDbWRHZXRQbGF5ZXJEZXRhaWxJbmZvU2NSc3AQ3RYSGAoT", - "Q21kQXBwbHlGcmllbmRDc1JlcRCaFxIYChNDbWRBcHBseUZyaWVuZFNjUnNw", - "EK0XEhoKFUNtZEdldEFzc2lzdExpc3RDc1JlcRDqFhIZChRDbWRTZWFyY2hQ", - "bGF5ZXJDc1JlcRCVFxIdChhDbWRHZXRBc3Npc3RIaXN0b3J5U2NSc3AQ8BYS", - "GQoUQ21kUmVwb3J0UGxheWVyQ3NSZXEQmxcSGgoVQ21kU2V0RnJpZW5kTWFy", - "a1NjUnNwEP0WEigKI0NtZEdldEZyaWVuZEJhdHRsZVJlY29yZERldGFpbFNj", - "UnNwELcXEiAKG0NtZFNldEZyaWVuZFJlbWFya05hbWVTY1JzcBDbFhIZChRD", - "bWREZWxldGVGcmllbmRTY1JzcBCGFxIgChtDbWRTeW5jSGFuZGxlRnJpZW5k", - "U2NOb3RpZnkQ5hYSGQoUQ21kU2VhcmNoUGxheWVyU2NSc3AQiBcSGQoUQ21k", - "QWRkQmxhY2tsaXN0U2NSc3AQrxcSJwoiQ21kR2V0RnJpZW5kUmVjb21tZW5k", - "TGlzdEluZm9Dc1JlcRCNFxIgChtDbWRHZXRGcmllbmRBc3Npc3RMaXN0U2NS", - "c3AQkxcSIwoeQ21kR2V0RnJpZW5kQXBwbHlMaXN0SW5mb1NjUnNwENoWEiAK", - "G0NtZFN5bmNEZWxldGVGcmllbmRTY05vdGlmeRCdFxIZChRDbWRSZXBvcnRQ", - "bGF5ZXJTY1JzcBCmFxIZChRDbWRHZXRDdXJBc3Npc3RTY1JzcBCoFxIlCiBD", - "bWRHZXRGcmllbmRDaGFsbGVuZ2VEZXRhaWxDc1JlcRC0FxIjCh5DbWRHZXRG", - "cmllbmRBcHBseUxpc3RJbmZvQ3NSZXEQ9xYSGQoUQ21kRGVsZXRlRnJpZW5k", - "Q3NSZXEQ+BYSGgoVQ21kR2V0QXNzaXN0TGlzdFNjUnNwEKoXEhwKF0NtZERl", - "bGV0ZUJsYWNrbGlzdFNjUnNwEPkWEhkKFENtZEdldEN1ckFzc2lzdENzUmVx", - "EOwWEigKI0NtZEdldEZyaWVuZEJhdHRsZVJlY29yZERldGFpbENzUmVxEJYX", - "EiYKIUNtZFNldEZvcmJpZE90aGVyQXBwbHlGcmllbmRDc1JlcRC4FxImCiFD", - "bWRTZXRGb3JiaWRPdGhlckFwcGx5RnJpZW5kU2NSc3AQghcSFgoRQ21kU2V0", - "QXNzaXN0U2NSc3AQiRcSFgoRQ21kU2V0QXNzaXN0Q3NSZXEQsBcSHAoXQ21k", - "RGVsZXRlQmxhY2tsaXN0Q3NSZXEQhxcSJQogQ21kR2V0RnJpZW5kRGV2ZWxv", - "cG1lbnRJbmZvU2NSc3AQ3BYSJQogQ21kR2V0RnJpZW5kQ2hhbGxlbmdlTGlu", - "ZXVwQ3NSZXEQ2BYSJQogQ21kR2V0RnJpZW5kQ2hhbGxlbmdlRGV0YWlsU2NS", - "c3AQmRcSHgoZQ21kR2V0RnJpZW5kTGlzdEluZm9Dc1JlcRDfFhIeChlDbWRD", - "dXJBc3Npc3RDaGFuZ2VkTm90aWZ5EJAXEiAKG0NtZEdldFBsYXllckRldGFp", - "bEluZm9Dc1JlcRCDFxIlCiBDbWRHZXRGcmllbmRDaGFsbGVuZ2VMaW5ldXBT", - "Y1JzcBCiFxIZChRDbWRIYW5kbGVGcmllbmRTY1JzcBCzFxInCiJDbWRHZXRG", - "cmllbmRSZWNvbW1lbmRMaXN0SW5mb1NjUnNwEO0WEiIKHUNtZEdldFBsYXRm", - "b3JtUGxheWVySW5mb0NzUmVxELIXEh0KGENtZFRha2VBc3Npc3RSZXdhcmRD", - "c1JlcRCOFxIlCiBDbWRHZXRGcmllbmREZXZlbG9wbWVudEluZm9Dc1JlcRDp", - "FhIgChtDbWRTeW5jQWRkQmxhY2tsaXN0U2NOb3RpZnkQsRcSGQoUQ21kSGFu", - "ZGxlRnJpZW5kQ3NSZXEQ8hYSIAobQ21kU2V0RnJpZW5kUmVtYXJrTmFtZUNz", - "UmVxEN4WQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3Rv", - "Mw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdFriendType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdFriendType { - [pbr::OriginalName("CmdFriendTypeNone")] None = 0, - [pbr::OriginalName("CmdNewAssistHistoryNotify")] CmdNewAssistHistoryNotify = 2983, - [pbr::OriginalName("CmdAddBlacklistCsReq")] CmdAddBlacklistCsReq = 2977, - [pbr::OriginalName("CmdSyncApplyFriendScNotify")] CmdSyncApplyFriendScNotify = 2926, - [pbr::OriginalName("CmdSetFriendMarkCsReq")] CmdSetFriendMarkCsReq = 2914, - [pbr::OriginalName("CmdGetFriendListInfoScRsp")] CmdGetFriendListInfoScRsp = 2913, - [pbr::OriginalName("CmdGetPlatformPlayerInfoScRsp")] CmdGetPlatformPlayerInfoScRsp = 2987, - [pbr::OriginalName("CmdGetAssistHistoryCsReq")] CmdGetAssistHistoryCsReq = 2975, - [pbr::OriginalName("CmdGetFriendAssistListCsReq")] CmdGetFriendAssistListCsReq = 2917, - [pbr::OriginalName("CmdTakeAssistRewardScRsp")] CmdTakeAssistRewardScRsp = 2968, - [pbr::OriginalName("CmdGetFriendLoginInfoCsReq")] CmdGetFriendLoginInfoCsReq = 2956, - [pbr::OriginalName("CmdGetFriendLoginInfoScRsp")] CmdGetFriendLoginInfoScRsp = 2981, - [pbr::OriginalName("CmdGetPlayerDetailInfoScRsp")] CmdGetPlayerDetailInfoScRsp = 2909, - [pbr::OriginalName("CmdApplyFriendCsReq")] CmdApplyFriendCsReq = 2970, - [pbr::OriginalName("CmdApplyFriendScRsp")] CmdApplyFriendScRsp = 2989, - [pbr::OriginalName("CmdGetAssistListCsReq")] CmdGetAssistListCsReq = 2922, - [pbr::OriginalName("CmdSearchPlayerCsReq")] CmdSearchPlayerCsReq = 2965, - [pbr::OriginalName("CmdGetAssistHistoryScRsp")] CmdGetAssistHistoryScRsp = 2928, - [pbr::OriginalName("CmdReportPlayerCsReq")] CmdReportPlayerCsReq = 2971, - [pbr::OriginalName("CmdSetFriendMarkScRsp")] CmdSetFriendMarkScRsp = 2941, - [pbr::OriginalName("CmdGetFriendBattleRecordDetailScRsp")] CmdGetFriendBattleRecordDetailScRsp = 2999, - [pbr::OriginalName("CmdSetFriendRemarkNameScRsp")] CmdSetFriendRemarkNameScRsp = 2907, - [pbr::OriginalName("CmdDeleteFriendScRsp")] CmdDeleteFriendScRsp = 2950, - [pbr::OriginalName("CmdSyncHandleFriendScNotify")] CmdSyncHandleFriendScNotify = 2918, - [pbr::OriginalName("CmdSearchPlayerScRsp")] CmdSearchPlayerScRsp = 2952, - [pbr::OriginalName("CmdAddBlacklistScRsp")] CmdAddBlacklistScRsp = 2991, - [pbr::OriginalName("CmdGetFriendRecommendListInfoCsReq")] CmdGetFriendRecommendListInfoCsReq = 2957, - [pbr::OriginalName("CmdGetFriendAssistListScRsp")] CmdGetFriendAssistListScRsp = 2963, - [pbr::OriginalName("CmdGetFriendApplyListInfoScRsp")] CmdGetFriendApplyListInfoScRsp = 2906, - [pbr::OriginalName("CmdSyncDeleteFriendScNotify")] CmdSyncDeleteFriendScNotify = 2973, - [pbr::OriginalName("CmdReportPlayerScRsp")] CmdReportPlayerScRsp = 2982, - [pbr::OriginalName("CmdGetCurAssistScRsp")] CmdGetCurAssistScRsp = 2984, - [pbr::OriginalName("CmdGetFriendChallengeDetailCsReq")] CmdGetFriendChallengeDetailCsReq = 2996, - [pbr::OriginalName("CmdGetFriendApplyListInfoCsReq")] CmdGetFriendApplyListInfoCsReq = 2935, - [pbr::OriginalName("CmdDeleteFriendCsReq")] CmdDeleteFriendCsReq = 2936, - [pbr::OriginalName("CmdGetAssistListScRsp")] CmdGetAssistListScRsp = 2986, - [pbr::OriginalName("CmdDeleteBlacklistScRsp")] CmdDeleteBlacklistScRsp = 2937, - [pbr::OriginalName("CmdGetCurAssistCsReq")] CmdGetCurAssistCsReq = 2924, - [pbr::OriginalName("CmdGetFriendBattleRecordDetailCsReq")] CmdGetFriendBattleRecordDetailCsReq = 2966, - [pbr::OriginalName("CmdSetForbidOtherApplyFriendCsReq")] CmdSetForbidOtherApplyFriendCsReq = 3000, - [pbr::OriginalName("CmdSetForbidOtherApplyFriendScRsp")] CmdSetForbidOtherApplyFriendScRsp = 2946, - [pbr::OriginalName("CmdSetAssistScRsp")] CmdSetAssistScRsp = 2953, - [pbr::OriginalName("CmdSetAssistCsReq")] CmdSetAssistCsReq = 2992, - [pbr::OriginalName("CmdDeleteBlacklistCsReq")] CmdDeleteBlacklistCsReq = 2951, - [pbr::OriginalName("CmdGetFriendDevelopmentInfoScRsp")] CmdGetFriendDevelopmentInfoScRsp = 2908, - [pbr::OriginalName("CmdGetFriendChallengeLineupCsReq")] CmdGetFriendChallengeLineupCsReq = 2904, - [pbr::OriginalName("CmdGetFriendChallengeDetailScRsp")] CmdGetFriendChallengeDetailScRsp = 2969, - [pbr::OriginalName("CmdGetFriendListInfoCsReq")] CmdGetFriendListInfoCsReq = 2911, - [pbr::OriginalName("CmdCurAssistChangedNotify")] CmdCurAssistChangedNotify = 2960, - [pbr::OriginalName("CmdGetPlayerDetailInfoCsReq")] CmdGetPlayerDetailInfoCsReq = 2947, - [pbr::OriginalName("CmdGetFriendChallengeLineupScRsp")] CmdGetFriendChallengeLineupScRsp = 2978, - [pbr::OriginalName("CmdHandleFriendScRsp")] CmdHandleFriendScRsp = 2995, - [pbr::OriginalName("CmdGetFriendRecommendListInfoScRsp")] CmdGetFriendRecommendListInfoScRsp = 2925, - [pbr::OriginalName("CmdGetPlatformPlayerInfoCsReq")] CmdGetPlatformPlayerInfoCsReq = 2994, - [pbr::OriginalName("CmdTakeAssistRewardCsReq")] CmdTakeAssistRewardCsReq = 2958, - [pbr::OriginalName("CmdGetFriendDevelopmentInfoCsReq")] CmdGetFriendDevelopmentInfoCsReq = 2921, - [pbr::OriginalName("CmdSyncAddBlacklistScNotify")] CmdSyncAddBlacklistScNotify = 2993, - [pbr::OriginalName("CmdHandleFriendCsReq")] CmdHandleFriendCsReq = 2930, - [pbr::OriginalName("CmdSetFriendRemarkNameCsReq")] CmdSetFriendRemarkNameCsReq = 2910, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdGachaType.cs b/Proto/CmdGachaType.cs deleted file mode 100644 index 2317704a..00000000 --- a/Proto/CmdGachaType.cs +++ /dev/null @@ -1,64 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdGachaType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdGachaType.proto - public static partial class CmdGachaTypeReflection { - - #region Descriptor - /// File descriptor for CmdGachaType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdGachaTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChJDbWRHYWNoYVR5cGUucHJvdG8q8QIKDENtZEdhY2hhVHlwZRIUChBDbWRH", - "YWNoYVR5cGVOb25lEAASFAoPQ21kRG9HYWNoYUNzUmVxEJsPEhQKD0NtZERv", - "R2FjaGFTY1JzcBD1DhIfChpDbWRTZXRHYWNoYURlY2lkZUl0ZW1Dc1JlcRCG", - "DxIcChdDbWRHZXRHYWNoYUNlaWxpbmdTY1JzcBDyDhIcChdDbWRHZXRHYWNo", - "YUNlaWxpbmdDc1JlcRCPDxIhChxDbWRFeGNoYW5nZUdhY2hhQ2VpbGluZ0Nz", - "UmVxELIPEiUKIENtZEdhY2hhRGVjaWRlSXRlbUNoYW5nZVNjTm90aWZ5EMsP", - "EiEKHENtZEV4Y2hhbmdlR2FjaGFDZWlsaW5nU2NSc3AQxQ8SGQoUQ21kR2V0", - "R2FjaGFJbmZvQ3NSZXEQ9w4SHwoaQ21kU2V0R2FjaGFEZWNpZGVJdGVtU2NS", - "c3AQig8SGQoUQ21kR2V0R2FjaGFJbmZvU2NSc3AQ+Q5CHqoCG0VnZ0xpbmsu", - "RGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdGachaType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdGachaType { - [pbr::OriginalName("CmdGachaTypeNone")] None = 0, - [pbr::OriginalName("CmdDoGachaCsReq")] CmdDoGachaCsReq = 1947, - [pbr::OriginalName("CmdDoGachaScRsp")] CmdDoGachaScRsp = 1909, - [pbr::OriginalName("CmdSetGachaDecideItemCsReq")] CmdSetGachaDecideItemCsReq = 1926, - [pbr::OriginalName("CmdGetGachaCeilingScRsp")] CmdGetGachaCeilingScRsp = 1906, - [pbr::OriginalName("CmdGetGachaCeilingCsReq")] CmdGetGachaCeilingCsReq = 1935, - [pbr::OriginalName("CmdExchangeGachaCeilingCsReq")] CmdExchangeGachaCeilingCsReq = 1970, - [pbr::OriginalName("CmdGachaDecideItemChangeScNotify")] CmdGachaDecideItemChangeScNotify = 1995, - [pbr::OriginalName("CmdExchangeGachaCeilingScRsp")] CmdExchangeGachaCeilingScRsp = 1989, - [pbr::OriginalName("CmdGetGachaInfoCsReq")] CmdGetGachaInfoCsReq = 1911, - [pbr::OriginalName("CmdSetGachaDecideItemScRsp")] CmdSetGachaDecideItemScRsp = 1930, - [pbr::OriginalName("CmdGetGachaInfoScRsp")] CmdGetGachaInfoScRsp = 1913, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdHeartdialType.cs b/Proto/CmdHeartdialType.cs deleted file mode 100644 index 908eb9bb..00000000 --- a/Proto/CmdHeartdialType.cs +++ /dev/null @@ -1,66 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdHeartdialType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdHeartdialType.proto - public static partial class CmdHeartdialTypeReflection { - - #region Descriptor - /// File descriptor for CmdHeartdialType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdHeartdialTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChZDbWRIZWFydGRpYWxUeXBlLnByb3RvKrkDChBDbWRIZWFydGRpYWxUeXBl", - "EhgKFENtZEhlYXJ0ZGlhbFR5cGVOb25lEAASIAobQ21kQ2hhbmdlU2NyaXB0", - "RW1vdGlvblNjUnNwEKUxEi0KKENtZEZpbmlzaEVtb3Rpb25EaWFsb2d1ZVBl", - "cmZvcm1hbmNlQ3NSZXEQ4jESJQogQ21kSGVhcnREaWFsU2NyaXB0Q2hhbmdl", - "U2NOb3RpZnkQtjESIQocQ21kSGVhcnREaWFsVHJhY2VTY3JpcHRDc1JlcRC6", - "MRIeChlDbWRTdWJtaXRFbW90aW9uSXRlbUNzUmVxEL8xEiAKG0NtZENoYW5n", - "ZVNjcmlwdEVtb3Rpb25Dc1JlcRDLMRIeChlDbWRTdWJtaXRFbW90aW9uSXRl", - "bVNjUnNwEKIxEiEKHENtZEhlYXJ0RGlhbFRyYWNlU2NyaXB0U2NSc3AQ+zES", - "HQoYQ21kR2V0SGVhcnREaWFsSW5mb1NjUnNwEKkxEi0KKENtZEZpbmlzaEVt", - "b3Rpb25EaWFsb2d1ZVBlcmZvcm1hbmNlU2NSc3AQ9TESHQoYQ21kR2V0SGVh", - "cnREaWFsSW5mb0NzUmVxEKcxQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIu", - "UHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdHeartdialType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdHeartdialType { - [pbr::OriginalName("CmdHeartdialTypeNone")] None = 0, - [pbr::OriginalName("CmdChangeScriptEmotionScRsp")] CmdChangeScriptEmotionScRsp = 6309, - [pbr::OriginalName("CmdFinishEmotionDialoguePerformanceCsReq")] CmdFinishEmotionDialoguePerformanceCsReq = 6370, - [pbr::OriginalName("CmdHeartDialScriptChangeScNotify")] CmdHeartDialScriptChangeScNotify = 6326, - [pbr::OriginalName("CmdHeartDialTraceScriptCsReq")] CmdHeartDialTraceScriptCsReq = 6330, - [pbr::OriginalName("CmdSubmitEmotionItemCsReq")] CmdSubmitEmotionItemCsReq = 6335, - [pbr::OriginalName("CmdChangeScriptEmotionCsReq")] CmdChangeScriptEmotionCsReq = 6347, - [pbr::OriginalName("CmdSubmitEmotionItemScRsp")] CmdSubmitEmotionItemScRsp = 6306, - [pbr::OriginalName("CmdHeartDialTraceScriptScRsp")] CmdHeartDialTraceScriptScRsp = 6395, - [pbr::OriginalName("CmdGetHeartDialInfoScRsp")] CmdGetHeartDialInfoScRsp = 6313, - [pbr::OriginalName("CmdFinishEmotionDialoguePerformanceScRsp")] CmdFinishEmotionDialoguePerformanceScRsp = 6389, - [pbr::OriginalName("CmdGetHeartDialInfoCsReq")] CmdGetHeartDialInfoCsReq = 6311, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdHeliobusType.cs b/Proto/CmdHeliobusType.cs deleted file mode 100644 index 558aa687..00000000 --- a/Proto/CmdHeliobusType.cs +++ /dev/null @@ -1,86 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdHeliobusType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdHeliobusType.proto - public static partial class CmdHeliobusTypeReflection { - - #region Descriptor - /// File descriptor for CmdHeliobusType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdHeliobusTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChVDbWRIZWxpb2J1c1R5cGUucHJvdG8qsAYKD0NtZEhlbGlvYnVzVHlwZRIX", - "ChNDbWRIZWxpb2J1c1R5cGVOb25lEAASHwoaQ21kSGVsaW9idXNTbnNDb21t", - "ZW50U2NSc3AQxi0SHAoXQ21kSGVsaW9idXNTbnNMaWtlQ3NSZXEQ7i0SHgoZ", - "Q21kSGVsaW9idXNTdGFydFJhaWRTY1JzcBDvLRIhChxDbWRIZWxpb2J1c0Fj", - "dGl2aXR5RGF0YVNjUnNwELUtEiAKG0NtZEhlbGlvYnVzRW50ZXJCYXR0bGVD", - "c1JlcRDBLRIcChdDbWRIZWxpb2J1c1Nuc0xpa2VTY1JzcBCBLhIgChtDbWRI", - "ZWxpb2J1c0VudGVyQmF0dGxlU2NSc3AQsi0SIQocQ21kSGVsaW9idXNTbnNV", - "cGRhdGVTY05vdGlmeRCHLhIjCh5DbWRIZWxpb2J1c1VubG9ja1NraWxsU2NO", - "b3RpZnkQ8S0SHgoZQ21kSGVsaW9idXNTdGFydFJhaWRDc1JlcRCvLRIgChtD", - "bWRIZWxpb2J1c1NlbGVjdFNraWxsQ3NSZXEQ9S0SIAobQ21kSGVsaW9idXNT", - "ZWxlY3RTa2lsbFNjUnNwEIMuEiEKHENtZEhlbGlvYnVzVXBncmFkZUxldmVs", - "Q3NSZXEQzC0SHwoaQ21kSGVsaW9idXNTbnNDb21tZW50Q3NSZXEQwi0SIQoc", - "Q21kSGVsaW9idXNBY3Rpdml0eURhdGFDc1JlcRCzLRIkCh9DbWRIZWxpb2J1", - "c0xpbmV1cFVwZGF0ZVNjTm90aWZ5ENstEiMKHkNtZEhlbGlvYnVzSW5mb0No", - "YW5nZWRTY05vdGlmeRC6LRInCiJDbWRIZWxpb2J1c0NoYWxsZW5nZVVwZGF0", - "ZVNjTm90aWZ5EPotEhwKF0NtZEhlbGlvYnVzU25zUmVhZENzUmVxENctEiEK", - "HENtZEhlbGlvYnVzVXBncmFkZUxldmVsU2NSc3AQ2i0SHAoXQ21kSGVsaW9i", - "dXNTbnNSZWFkU2NSc3AQsS0SHAoXQ21kSGVsaW9idXNTbnNQb3N0Q3NSZXEQ", - "yy0SHAoXQ21kSGVsaW9idXNTbnNQb3N0U2NSc3AQri1CHqoCG0VnZ0xpbmsu", - "RGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdHeliobusType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdHeliobusType { - [pbr::OriginalName("CmdHeliobusTypeNone")] None = 0, - [pbr::OriginalName("CmdHeliobusSnsCommentScRsp")] CmdHeliobusSnsCommentScRsp = 5830, - [pbr::OriginalName("CmdHeliobusSnsLikeCsReq")] CmdHeliobusSnsLikeCsReq = 5870, - [pbr::OriginalName("CmdHeliobusStartRaidScRsp")] CmdHeliobusStartRaidScRsp = 5871, - [pbr::OriginalName("CmdHeliobusActivityDataScRsp")] CmdHeliobusActivityDataScRsp = 5813, - [pbr::OriginalName("CmdHeliobusEnterBattleCsReq")] CmdHeliobusEnterBattleCsReq = 5825, - [pbr::OriginalName("CmdHeliobusSnsLikeScRsp")] CmdHeliobusSnsLikeScRsp = 5889, - [pbr::OriginalName("CmdHeliobusEnterBattleScRsp")] CmdHeliobusEnterBattleScRsp = 5810, - [pbr::OriginalName("CmdHeliobusSnsUpdateScNotify")] CmdHeliobusSnsUpdateScNotify = 5895, - [pbr::OriginalName("CmdHeliobusUnlockSkillScNotify")] CmdHeliobusUnlockSkillScNotify = 5873, - [pbr::OriginalName("CmdHeliobusStartRaidCsReq")] CmdHeliobusStartRaidCsReq = 5807, - [pbr::OriginalName("CmdHeliobusSelectSkillCsReq")] CmdHeliobusSelectSkillCsReq = 5877, - [pbr::OriginalName("CmdHeliobusSelectSkillScRsp")] CmdHeliobusSelectSkillScRsp = 5891, - [pbr::OriginalName("CmdHeliobusUpgradeLevelCsReq")] CmdHeliobusUpgradeLevelCsReq = 5836, - [pbr::OriginalName("CmdHeliobusSnsCommentCsReq")] CmdHeliobusSnsCommentCsReq = 5826, - [pbr::OriginalName("CmdHeliobusActivityDataCsReq")] CmdHeliobusActivityDataCsReq = 5811, - [pbr::OriginalName("CmdHeliobusLineupUpdateScNotify")] CmdHeliobusLineupUpdateScNotify = 5851, - [pbr::OriginalName("CmdHeliobusInfoChangedScNotify")] CmdHeliobusInfoChangedScNotify = 5818, - [pbr::OriginalName("CmdHeliobusChallengeUpdateScNotify")] CmdHeliobusChallengeUpdateScNotify = 5882, - [pbr::OriginalName("CmdHeliobusSnsReadCsReq")] CmdHeliobusSnsReadCsReq = 5847, - [pbr::OriginalName("CmdHeliobusUpgradeLevelScRsp")] CmdHeliobusUpgradeLevelScRsp = 5850, - [pbr::OriginalName("CmdHeliobusSnsReadScRsp")] CmdHeliobusSnsReadScRsp = 5809, - [pbr::OriginalName("CmdHeliobusSnsPostCsReq")] CmdHeliobusSnsPostCsReq = 5835, - [pbr::OriginalName("CmdHeliobusSnsPostScRsp")] CmdHeliobusSnsPostScRsp = 5806, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdItemType.cs b/Proto/CmdItemType.cs deleted file mode 100644 index 3a31bc3e..00000000 --- a/Proto/CmdItemType.cs +++ /dev/null @@ -1,145 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdItemType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdItemType.proto - public static partial class CmdItemTypeReflection { - - #region Descriptor - /// File descriptor for CmdItemType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdItemTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFDbWRJdGVtVHlwZS5wcm90byqaDgoLQ21kSXRlbVR5cGUSEwoPQ21kSXRl", - "bVR5cGVOb25lEAASFQoQQ21kTWFya0l0ZW1Dc1JlcRC/BBIXChJDbWRFeHBV", - "cFJlbGljQ3NSZXEQvQQSHwoaQ21kR2V0UmVsaWNGaWx0ZXJQbGFuU2NSc3AQ", - "hQQSIAobQ21kTWFya1JlbGljRmlsdGVyUGxhblNjUnNwEIkEEiIKHUNtZE1v", - "ZGlmeVJlbGljRmlsdGVyUGxhbkNzUmVxEMIEEhgKE0NtZERlc3Ryb3lJdGVt", - "Q3NSZXEQ0AQSIgodQ21kTW9kaWZ5UmVsaWNGaWx0ZXJQbGFuU2NSc3AQ1AQS", - "HgoZQ21kU2V0VHVybkZvb2RTd2l0Y2hTY1JzcBCwBBIUCg9DbWRVc2VJdGVt", - "Q3NSZXEQugQSGAoTQ21kQ29tcG9zZUl0ZW1TY1JzcBCmBBIhChxDbWRCYXRj", - "aFJhbmtVcEVxdWlwbWVudFNjUnNwEI8EEhMKDkNtZEdldEJhZ0NzUmVxEP8D", - "EhwKF0NtZEFkZEVxdWlwbWVudFNjTm90aWZ5EJkEEhUKEENtZE1hcmtJdGVt", - "U2NSc3AQkAQSGQoUQ21kRGlzY2FyZFJlbGljQ3NSZXEQywQSGQoUQ21kUmVs", - "aWNSZWZvcmdlQ3NSZXEQlQQSFAoPQ21kVXNlSXRlbVNjUnNwEM0EEh8KGkNt", - "ZEFkZFJlbGljRmlsdGVyUGxhblNjUnNwEPgDEiIKHUNtZERlbGV0ZVJlbGlj", - "RmlsdGVyUGxhbkNzUmVxELkEEhoKFUNtZEV4Y2hhbmdlSGNvaW5Dc1JlcRD7", - "AxIfChpDbWRBZGRSZWxpY0ZpbHRlclBsYW5Dc1JlcRCzBBIWChFDbWRMb2Nr", - "UmVsaWNTY1JzcBDRBBIlCiBDbWRDb21wb3NlTGltaXROdW1Db21wbGV0ZU5v", - "dGlmeRCKBBIbChZDbWRFeHBVcEVxdWlwbWVudFNjUnNwEIYEEhoKFUNtZEV4", - "Y2hhbmdlSGNvaW5TY1JzcBC7BBITCg5DbWRHZXRCYWdTY1JzcBCBBBIoCiND", - "bWRSZWxpY0ZpbHRlclBsYW5DbGVhck5hbWVTY05vdGlmeRD8AxIaChVDbWRS", - "ZWNoYXJnZVN1Y2NOb3RpZnkQ/gMSIAobQ21kUmVsaWNSZWZvcmdlQ29uZmly", - "bVNjUnNwEJwEEh4KGUNtZFNldFR1cm5Gb29kU3dpdGNoQ3NSZXEQuAQSIAob", - "Q21kUmVsaWNSZWZvcmdlQ29uZmlybUNzUmVxEPUDEiEKHENtZENvbXBvc2VT", - "ZWxlY3RlZFJlbGljU2NSc3AQpwQSIwoeQ21kQ29tcG9zZUxpbWl0TnVtVXBk", - "YXRlTm90aWZ5EMoEEhYKEUNtZExvY2tSZWxpY0NzUmVxEM8EEhoKFUNtZEdl", - "dFJlY3lsZVRpbWVDc1JlcRC1BBIdChhDbWRQcm9tb3RlRXF1aXBtZW50Q3NS", - "ZXEQowQSHAoXQ21kUmFua1VwRXF1aXBtZW50U2NSc3AQkgQSFQoQQ21kU2Vs", - "bEl0ZW1TY1JzcBCNBBIcChdDbWRSYW5rVXBFcXVpcG1lbnRDc1JlcRCOBBIX", - "ChJDbWRFeHBVcFJlbGljU2NSc3AQwQQSGQoUQ21kUmVsaWNSZWZvcmdlU2NS", - "c3AQtAQSHQoYQ21kUHJvbW90ZUVxdWlwbWVudFNjUnNwEP0DEiIKHUNtZERl", - "bGV0ZVJlbGljRmlsdGVyUGxhblNjUnNwELYEEiAKG0NtZE1hcmtSZWxpY0Zp", - "bHRlclBsYW5Dc1JlcRDXBBIfChpDbWRHZXRSZWxpY0ZpbHRlclBsYW5Dc1Jl", - "cRCdBBIVChBDbWRTZWxsSXRlbUNzUmVxEK0EEhoKFUNtZEdldFJlY3lsZVRp", - "bWVTY1JzcBCoBBIcChdDbWRHZXRNYXJrSXRlbUxpc3RTY1JzcBDIBBIhChxD", - "bWRCYXRjaFJhbmtVcEVxdWlwbWVudENzUmVxEK8EEhwKF0NtZENhbmNlbE1h", - "cmtJdGVtTm90aWZ5EMcEEhgKE0NtZENvbXBvc2VJdGVtQ3NSZXEQmAQSGgoV", - "Q21kU3luY1R1cm5Gb29kTm90aWZ5EK4EEhoKFUNtZExvY2tFcXVpcG1lbnRD", - "c1JlcRCXBBIaChVDbWRMb2NrRXF1aXBtZW50U2NSc3AQ+gMSJAofQ21kR2Vu", - "ZXJhbFZpcnR1YWxJdGVtRGF0YU5vdGlmeRDSBBIYChNDbWREZXN0cm95SXRl", - "bVNjUnNwEKkEEhkKFENtZERpc2NhcmRSZWxpY1NjUnNwEKwEEhsKFkNtZEV4", - "cFVwRXF1aXBtZW50Q3NSZXEQ0wQSIQocQ21kQ29tcG9zZVNlbGVjdGVkUmVs", - "aWNDc1JlcRDGBBIcChdDbWRHZXRNYXJrSXRlbUxpc3RDc1JlcRCMBEIeqgIb", - "RWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdItemType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdItemType { - [pbr::OriginalName("CmdItemTypeNone")] None = 0, - [pbr::OriginalName("CmdMarkItemCsReq")] CmdMarkItemCsReq = 575, - [pbr::OriginalName("CmdExpUpRelicCsReq")] CmdExpUpRelicCsReq = 573, - [pbr::OriginalName("CmdGetRelicFilterPlanScRsp")] CmdGetRelicFilterPlanScRsp = 517, - [pbr::OriginalName("CmdMarkRelicFilterPlanScRsp")] CmdMarkRelicFilterPlanScRsp = 521, - [pbr::OriginalName("CmdModifyRelicFilterPlanCsReq")] CmdModifyRelicFilterPlanCsReq = 578, - [pbr::OriginalName("CmdDestroyItemCsReq")] CmdDestroyItemCsReq = 592, - [pbr::OriginalName("CmdModifyRelicFilterPlanScRsp")] CmdModifyRelicFilterPlanScRsp = 596, - [pbr::OriginalName("CmdSetTurnFoodSwitchScRsp")] CmdSetTurnFoodSwitchScRsp = 560, - [pbr::OriginalName("CmdUseItemCsReq")] CmdUseItemCsReq = 570, - [pbr::OriginalName("CmdComposeItemScRsp")] CmdComposeItemScRsp = 550, - [pbr::OriginalName("CmdBatchRankUpEquipmentScRsp")] CmdBatchRankUpEquipmentScRsp = 527, - [pbr::OriginalName("CmdGetBagCsReq")] CmdGetBagCsReq = 511, - [pbr::OriginalName("CmdAddEquipmentScNotify")] CmdAddEquipmentScNotify = 537, - [pbr::OriginalName("CmdMarkItemScRsp")] CmdMarkItemScRsp = 528, - [pbr::OriginalName("CmdDiscardRelicCsReq")] CmdDiscardRelicCsReq = 587, - [pbr::OriginalName("CmdRelicReforgeCsReq")] CmdRelicReforgeCsReq = 533, - [pbr::OriginalName("CmdUseItemScRsp")] CmdUseItemScRsp = 589, - [pbr::OriginalName("CmdAddRelicFilterPlanScRsp")] CmdAddRelicFilterPlanScRsp = 504, - [pbr::OriginalName("CmdDeleteRelicFilterPlanCsReq")] CmdDeleteRelicFilterPlanCsReq = 569, - [pbr::OriginalName("CmdExchangeHcoinCsReq")] CmdExchangeHcoinCsReq = 507, - [pbr::OriginalName("CmdAddRelicFilterPlanCsReq")] CmdAddRelicFilterPlanCsReq = 563, - [pbr::OriginalName("CmdLockRelicScRsp")] CmdLockRelicScRsp = 593, - [pbr::OriginalName("CmdComposeLimitNumCompleteNotify")] CmdComposeLimitNumCompleteNotify = 522, - [pbr::OriginalName("CmdExpUpEquipmentScRsp")] CmdExpUpEquipmentScRsp = 518, - [pbr::OriginalName("CmdExchangeHcoinScRsp")] CmdExchangeHcoinScRsp = 571, - [pbr::OriginalName("CmdGetBagScRsp")] CmdGetBagScRsp = 513, - [pbr::OriginalName("CmdRelicFilterPlanClearNameScNotify")] CmdRelicFilterPlanClearNameScNotify = 508, - [pbr::OriginalName("CmdRechargeSuccNotify")] CmdRechargeSuccNotify = 510, - [pbr::OriginalName("CmdRelicReforgeConfirmScRsp")] CmdRelicReforgeConfirmScRsp = 540, - [pbr::OriginalName("CmdSetTurnFoodSwitchCsReq")] CmdSetTurnFoodSwitchCsReq = 568, - [pbr::OriginalName("CmdRelicReforgeConfirmCsReq")] CmdRelicReforgeConfirmCsReq = 501, - [pbr::OriginalName("CmdComposeSelectedRelicScRsp")] CmdComposeSelectedRelicScRsp = 551, - [pbr::OriginalName("CmdComposeLimitNumUpdateNotify")] CmdComposeLimitNumUpdateNotify = 586, - [pbr::OriginalName("CmdLockRelicCsReq")] CmdLockRelicCsReq = 591, - [pbr::OriginalName("CmdGetRecyleTimeCsReq")] CmdGetRecyleTimeCsReq = 565, - [pbr::OriginalName("CmdPromoteEquipmentCsReq")] CmdPromoteEquipmentCsReq = 547, - [pbr::OriginalName("CmdRankUpEquipmentScRsp")] CmdRankUpEquipmentScRsp = 530, - [pbr::OriginalName("CmdSellItemScRsp")] CmdSellItemScRsp = 525, - [pbr::OriginalName("CmdRankUpEquipmentCsReq")] CmdRankUpEquipmentCsReq = 526, - [pbr::OriginalName("CmdExpUpRelicScRsp")] CmdExpUpRelicScRsp = 577, - [pbr::OriginalName("CmdRelicReforgeScRsp")] CmdRelicReforgeScRsp = 564, - [pbr::OriginalName("CmdPromoteEquipmentScRsp")] CmdPromoteEquipmentScRsp = 509, - [pbr::OriginalName("CmdDeleteRelicFilterPlanScRsp")] CmdDeleteRelicFilterPlanScRsp = 566, - [pbr::OriginalName("CmdMarkRelicFilterPlanCsReq")] CmdMarkRelicFilterPlanCsReq = 599, - [pbr::OriginalName("CmdGetRelicFilterPlanCsReq")] CmdGetRelicFilterPlanCsReq = 541, - [pbr::OriginalName("CmdSellItemCsReq")] CmdSellItemCsReq = 557, - [pbr::OriginalName("CmdGetRecyleTimeScRsp")] CmdGetRecyleTimeScRsp = 552, - [pbr::OriginalName("CmdGetMarkItemListScRsp")] CmdGetMarkItemListScRsp = 584, - [pbr::OriginalName("CmdBatchRankUpEquipmentCsReq")] CmdBatchRankUpEquipmentCsReq = 559, - [pbr::OriginalName("CmdCancelMarkItemNotify")] CmdCancelMarkItemNotify = 583, - [pbr::OriginalName("CmdComposeItemCsReq")] CmdComposeItemCsReq = 536, - [pbr::OriginalName("CmdSyncTurnFoodNotify")] CmdSyncTurnFoodNotify = 558, - [pbr::OriginalName("CmdLockEquipmentCsReq")] CmdLockEquipmentCsReq = 535, - [pbr::OriginalName("CmdLockEquipmentScRsp")] CmdLockEquipmentScRsp = 506, - [pbr::OriginalName("CmdGeneralVirtualItemDataNotify")] CmdGeneralVirtualItemDataNotify = 594, - [pbr::OriginalName("CmdDestroyItemScRsp")] CmdDestroyItemScRsp = 553, - [pbr::OriginalName("CmdDiscardRelicScRsp")] CmdDiscardRelicScRsp = 556, - [pbr::OriginalName("CmdExpUpEquipmentCsReq")] CmdExpUpEquipmentCsReq = 595, - [pbr::OriginalName("CmdComposeSelectedRelicCsReq")] CmdComposeSelectedRelicCsReq = 582, - [pbr::OriginalName("CmdGetMarkItemListCsReq")] CmdGetMarkItemListCsReq = 524, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdJukeboxType.cs b/Proto/CmdJukeboxType.cs deleted file mode 100644 index d5c0035d..00000000 --- a/Proto/CmdJukeboxType.cs +++ /dev/null @@ -1,60 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdJukeboxType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdJukeboxType.proto - public static partial class CmdJukeboxTypeReflection { - - #region Descriptor - /// File descriptor for CmdJukeboxType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdJukeboxTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChRDbWRKdWtlYm94VHlwZS5wcm90byq0AgoOQ21kSnVrZWJveFR5cGUSFgoS", - "Q21kSnVrZWJveFR5cGVOb25lEAASIAobQ21kUGxheUJhY2tHcm91bmRNdXNp", - "Y1NjUnNwEKUYEhsKFkNtZEdldEp1a2Vib3hEYXRhQ3NSZXEQpxgSIQocQ21k", - "VHJpYWxCYWNrR3JvdW5kTXVzaWNDc1JlcRDiGBIiCh1DbWRVbmxvY2tCYWNr", - "R3JvdW5kTXVzaWNDc1JlcRC/GBIgChtDbWRQbGF5QmFja0dyb3VuZE11c2lj", - "Q3NSZXEQyxgSIgodQ21kVW5sb2NrQmFja0dyb3VuZE11c2ljU2NSc3AQohgS", - "IQocQ21kVHJpYWxCYWNrR3JvdW5kTXVzaWNTY1JzcBD1GBIbChZDbWRHZXRK", - "dWtlYm94RGF0YVNjUnNwEKkYQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIu", - "UHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdJukeboxType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdJukeboxType { - [pbr::OriginalName("CmdJukeboxTypeNone")] None = 0, - [pbr::OriginalName("CmdPlayBackGroundMusicScRsp")] CmdPlayBackGroundMusicScRsp = 3109, - [pbr::OriginalName("CmdGetJukeboxDataCsReq")] CmdGetJukeboxDataCsReq = 3111, - [pbr::OriginalName("CmdTrialBackGroundMusicCsReq")] CmdTrialBackGroundMusicCsReq = 3170, - [pbr::OriginalName("CmdUnlockBackGroundMusicCsReq")] CmdUnlockBackGroundMusicCsReq = 3135, - [pbr::OriginalName("CmdPlayBackGroundMusicCsReq")] CmdPlayBackGroundMusicCsReq = 3147, - [pbr::OriginalName("CmdUnlockBackGroundMusicScRsp")] CmdUnlockBackGroundMusicScRsp = 3106, - [pbr::OriginalName("CmdTrialBackGroundMusicScRsp")] CmdTrialBackGroundMusicScRsp = 3189, - [pbr::OriginalName("CmdGetJukeboxDataScRsp")] CmdGetJukeboxDataScRsp = 3113, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdLineupType.cs b/Proto/CmdLineupType.cs deleted file mode 100644 index 93d19b8e..00000000 --- a/Proto/CmdLineupType.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdLineupType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdLineupType.proto - public static partial class CmdLineupTypeReflection { - - #region Descriptor - /// File descriptor for CmdLineupType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdLineupTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChNDbWRMaW5ldXBUeXBlLnByb3RvKrgGCg1DbWRMaW5ldXBUeXBlEhUKEUNt", - "ZExpbmV1cFR5cGVOb25lEAASGgoVQ21kUmVwbGFjZUxpbmV1cENzUmVxEIMG", - "EhcKEkNtZEpvaW5MaW5ldXBTY1JzcBDCBRIYChNDbWRTeW5jTGluZXVwTm90", - "aWZ5EJsGEiAKG0NtZEdldExpbmV1cEF2YXRhckRhdGFTY1JzcBDgBRIbChZD", - "bWRHZXRTdGFnZUxpbmV1cFNjUnNwEMkFEhcKEkNtZFN3YXBMaW5ldXBDc1Jl", - "cRDWBRIdChhDbWRHZXRDdXJMaW5ldXBEYXRhU2NSc3AQxQUSHgoZQ21kU3dp", - "dGNoTGluZXVwSW5kZXhTY1JzcBCXBhIXChJDbWRRdWl0TGluZXVwQ3NSZXEQ", - "ggYSHwoaQ21kQ2hhbmdlTGluZXVwTGVhZGVyQ3NSZXEQ7gUSIAobQ21kR2V0", - "TGluZXVwQXZhdGFyRGF0YUNzUmVxEM4FEhcKEkNtZEpvaW5MaW5ldXBDc1Jl", - "cRDfBRIuCilDbWRWaXJ0dWFsTGluZXVwVHJpYWxBdmF0YXJDaGFuZ2VTY05v", - "dGlmeRDhBRIfChpDbWRDaGFuZ2VMaW5ldXBMZWFkZXJTY1JzcBCFBhIdChhD", - "bWRHZXRBbGxMaW5ldXBEYXRhU2NSc3AQxgUSHQoYQ21kR2V0Q3VyTGluZXVw", - "RGF0YUNzUmVxEOsFEhsKFkNtZEdldFN0YWdlTGluZXVwQ3NSZXEQxwUSFwoS", - "Q21kUXVpdExpbmV1cFNjUnNwEJUGEhoKFUNtZFJlcGxhY2VMaW5ldXBTY1Jz", - "cBCOBhIdChhDbWRHZXRBbGxMaW5ldXBEYXRhQ3NSZXEQ1QUSIgodQ21kVmly", - "dHVhbExpbmV1cERlc3Ryb3lOb3RpZnkQwwUSGgoVQ21kU2V0TGluZXVwTmFt", - "ZUNzUmVxEJkGEh4KGUNtZFN3aXRjaExpbmV1cEluZGV4Q3NSZXEQiQYSGgoV", - "Q21kU2V0TGluZXVwTmFtZVNjUnNwEPUFEiAKG0NtZEV4dHJhTGluZXVwRGVz", - "dHJveU5vdGlmeRDvBRIXChJDbWRTd2FwTGluZXVwU2NSc3AQ2gVCHqoCG0Vn", - "Z0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdLineupType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdLineupType { - [pbr::OriginalName("CmdLineupTypeNone")] None = 0, - [pbr::OriginalName("CmdReplaceLineupCsReq")] CmdReplaceLineupCsReq = 771, - [pbr::OriginalName("CmdJoinLineupScRsp")] CmdJoinLineupScRsp = 706, - [pbr::OriginalName("CmdSyncLineupNotify")] CmdSyncLineupNotify = 795, - [pbr::OriginalName("CmdGetLineupAvatarDataScRsp")] CmdGetLineupAvatarDataScRsp = 736, - [pbr::OriginalName("CmdGetStageLineupScRsp")] CmdGetStageLineupScRsp = 713, - [pbr::OriginalName("CmdSwapLineupCsReq")] CmdSwapLineupCsReq = 726, - [pbr::OriginalName("CmdGetCurLineupDataScRsp")] CmdGetCurLineupDataScRsp = 709, - [pbr::OriginalName("CmdSwitchLineupIndexScRsp")] CmdSwitchLineupIndexScRsp = 791, - [pbr::OriginalName("CmdQuitLineupCsReq")] CmdQuitLineupCsReq = 770, - [pbr::OriginalName("CmdChangeLineupLeaderCsReq")] CmdChangeLineupLeaderCsReq = 750, - [pbr::OriginalName("CmdGetLineupAvatarDataCsReq")] CmdGetLineupAvatarDataCsReq = 718, - [pbr::OriginalName("CmdJoinLineupCsReq")] CmdJoinLineupCsReq = 735, - [pbr::OriginalName("CmdVirtualLineupTrialAvatarChangeScNotify")] CmdVirtualLineupTrialAvatarChangeScNotify = 737, - [pbr::OriginalName("CmdChangeLineupLeaderScRsp")] CmdChangeLineupLeaderScRsp = 773, - [pbr::OriginalName("CmdGetAllLineupDataScRsp")] CmdGetAllLineupDataScRsp = 710, - [pbr::OriginalName("CmdGetCurLineupDataCsReq")] CmdGetCurLineupDataCsReq = 747, - [pbr::OriginalName("CmdGetStageLineupCsReq")] CmdGetStageLineupCsReq = 711, - [pbr::OriginalName("CmdQuitLineupScRsp")] CmdQuitLineupScRsp = 789, - [pbr::OriginalName("CmdReplaceLineupScRsp")] CmdReplaceLineupScRsp = 782, - [pbr::OriginalName("CmdGetAllLineupDataCsReq")] CmdGetAllLineupDataCsReq = 725, - [pbr::OriginalName("CmdVirtualLineupDestroyNotify")] CmdVirtualLineupDestroyNotify = 707, - [pbr::OriginalName("CmdSetLineupNameCsReq")] CmdSetLineupNameCsReq = 793, - [pbr::OriginalName("CmdSwitchLineupIndexCsReq")] CmdSwitchLineupIndexCsReq = 777, - [pbr::OriginalName("CmdSetLineupNameScRsp")] CmdSetLineupNameScRsp = 757, - [pbr::OriginalName("CmdExtraLineupDestroyNotify")] CmdExtraLineupDestroyNotify = 751, - [pbr::OriginalName("CmdSwapLineupScRsp")] CmdSwapLineupScRsp = 730, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdLobbyType.cs b/Proto/CmdLobbyType.cs deleted file mode 100644 index 71487350..00000000 --- a/Proto/CmdLobbyType.cs +++ /dev/null @@ -1,80 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdLobbyType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdLobbyType.proto - public static partial class CmdLobbyTypeReflection { - - #region Descriptor - /// File descriptor for CmdLobbyType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdLobbyTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChJDbWRMb2JieVR5cGUucHJvdG8q7wQKDENtZExvYmJ5VHlwZRIUChBDbWRM", - "b2JieVR5cGVOb25lEAASGQoUQ21kTG9iYnlLaWNrT3V0Q3NSZXEQ0jkSGAoT", - "Q21kTG9iYnlDcmVhdGVDc1JlcRDgORIWChFDbWRMb2JieVF1aXRDc1JlcRDD", - "ORIYChNDbWRMb2JieUludml0ZUNzUmVxENY5EhYKEUNtZExvYmJ5Sm9pbkNz", - "UmVxEMQ5Eh0KGENtZExvYmJ5U3luY0luZm9TY05vdGlmeRDGORIZChRDbWRM", - "b2JieUdldEluZm9Dc1JlcRDoORIiCh1DbWRMb2JieU1vZGlmeVBsYXllcklu", - "Zm9Dc1JlcRDTORIcChdDbWRMb2JieVN0YXJ0RmlnaHRTY1JzcBC/ORIdChhD", - "bWRMb2JieUludGVyYWN0U2NOb3RpZnkQ2zkSHAoXQ21kTG9iYnlTdGFydEZp", - "Z2h0Q3NSZXEQ3zkSGQoUQ21kTG9iYnlHZXRJbmZvU2NSc3AQ5jkSGgoVQ21k", - "TG9iYnlJbnRlcmFjdENzUmVxENk5EhYKEUNtZExvYmJ5UXVpdFNjUnNwEL05", - "EhoKFUNtZExvYmJ5SW50ZXJhY3RTY1JzcBDMORIZChRDbWRMb2JieUtpY2tP", - "dXRTY1JzcBDAORIbChZDbWRMb2JieUludml0ZVNjTm90aWZ5ENw5EhgKE0Nt", - "ZExvYmJ5SW52aXRlU2NSc3AQ5DkSFgoRQ21kTG9iYnlKb2luU2NSc3AQvDkS", - "GAoTQ21kTG9iYnlDcmVhdGVTY1JzcBDIORIiCh1DbWRMb2JieU1vZGlmeVBs", - "YXllckluZm9TY1JzcBDjOUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlBy", - "b3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdLobbyType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdLobbyType { - [pbr::OriginalName("CmdLobbyTypeNone")] None = 0, - [pbr::OriginalName("CmdLobbyKickOutCsReq")] CmdLobbyKickOutCsReq = 7378, - [pbr::OriginalName("CmdLobbyCreateCsReq")] CmdLobbyCreateCsReq = 7392, - [pbr::OriginalName("CmdLobbyQuitCsReq")] CmdLobbyQuitCsReq = 7363, - [pbr::OriginalName("CmdLobbyInviteCsReq")] CmdLobbyInviteCsReq = 7382, - [pbr::OriginalName("CmdLobbyJoinCsReq")] CmdLobbyJoinCsReq = 7364, - [pbr::OriginalName("CmdLobbySyncInfoScNotify")] CmdLobbySyncInfoScNotify = 7366, - [pbr::OriginalName("CmdLobbyGetInfoCsReq")] CmdLobbyGetInfoCsReq = 7400, - [pbr::OriginalName("CmdLobbyModifyPlayerInfoCsReq")] CmdLobbyModifyPlayerInfoCsReq = 7379, - [pbr::OriginalName("CmdLobbyStartFightScRsp")] CmdLobbyStartFightScRsp = 7359, - [pbr::OriginalName("CmdLobbyInteractScNotify")] CmdLobbyInteractScNotify = 7387, - [pbr::OriginalName("CmdLobbyStartFightCsReq")] CmdLobbyStartFightCsReq = 7391, - [pbr::OriginalName("CmdLobbyGetInfoScRsp")] CmdLobbyGetInfoScRsp = 7398, - [pbr::OriginalName("CmdLobbyInteractCsReq")] CmdLobbyInteractCsReq = 7385, - [pbr::OriginalName("CmdLobbyQuitScRsp")] CmdLobbyQuitScRsp = 7357, - [pbr::OriginalName("CmdLobbyInteractScRsp")] CmdLobbyInteractScRsp = 7372, - [pbr::OriginalName("CmdLobbyKickOutScRsp")] CmdLobbyKickOutScRsp = 7360, - [pbr::OriginalName("CmdLobbyInviteScNotify")] CmdLobbyInviteScNotify = 7388, - [pbr::OriginalName("CmdLobbyInviteScRsp")] CmdLobbyInviteScRsp = 7396, - [pbr::OriginalName("CmdLobbyJoinScRsp")] CmdLobbyJoinScRsp = 7356, - [pbr::OriginalName("CmdLobbyCreateScRsp")] CmdLobbyCreateScRsp = 7368, - [pbr::OriginalName("CmdLobbyModifyPlayerInfoScRsp")] CmdLobbyModifyPlayerInfoScRsp = 7395, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdMailType.cs b/Proto/CmdMailType.cs deleted file mode 100644 index 31b2cff3..00000000 --- a/Proto/CmdMailType.cs +++ /dev/null @@ -1,60 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdMailType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdMailType.proto - public static partial class CmdMailTypeReflection { - - #region Descriptor - /// File descriptor for CmdMailType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdMailTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFDbWRNYWlsVHlwZS5wcm90byqLAgoLQ21kTWFpbFR5cGUSEwoPQ21kTWFp", - "bFR5cGVOb25lEAASFAoPQ21kRGVsTWFpbFNjUnNwEKYGEhkKFENtZE1hcmtS", - "ZWFkTWFpbENzUmVxEM8GEhcKEkNtZE5ld01haWxTY05vdGlmeRC6BhIUCg9D", - "bWRHZXRNYWlsQ3NSZXEQqwYSFAoPQ21kRGVsTWFpbENzUmVxEMMGEhQKD0Nt", - "ZEdldE1haWxTY1JzcBCtBhIfChpDbWRUYWtlTWFpbEF0dGFjaG1lbnRTY1Jz", - "cBD5BhIfChpDbWRUYWtlTWFpbEF0dGFjaG1lbnRDc1JlcRDmBhIZChRDbWRN", - "YXJrUmVhZE1haWxTY1JzcBCpBkIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy", - "LlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdMailType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdMailType { - [pbr::OriginalName("CmdMailTypeNone")] None = 0, - [pbr::OriginalName("CmdDelMailScRsp")] CmdDelMailScRsp = 806, - [pbr::OriginalName("CmdMarkReadMailCsReq")] CmdMarkReadMailCsReq = 847, - [pbr::OriginalName("CmdNewMailScNotify")] CmdNewMailScNotify = 826, - [pbr::OriginalName("CmdGetMailCsReq")] CmdGetMailCsReq = 811, - [pbr::OriginalName("CmdDelMailCsReq")] CmdDelMailCsReq = 835, - [pbr::OriginalName("CmdGetMailScRsp")] CmdGetMailScRsp = 813, - [pbr::OriginalName("CmdTakeMailAttachmentScRsp")] CmdTakeMailAttachmentScRsp = 889, - [pbr::OriginalName("CmdTakeMailAttachmentCsReq")] CmdTakeMailAttachmentCsReq = 870, - [pbr::OriginalName("CmdMarkReadMailScRsp")] CmdMarkReadMailScRsp = 809, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdMapRotationType.cs b/Proto/CmdMapRotationType.cs deleted file mode 100644 index d2507512..00000000 --- a/Proto/CmdMapRotationType.cs +++ /dev/null @@ -1,80 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdMapRotationType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdMapRotationType.proto - public static partial class CmdMapRotationTypeReflection { - - #region Descriptor - /// File descriptor for CmdMapRotationType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdMapRotationTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChhDbWRNYXBSb3RhdGlvblR5cGUucHJvdG8quAUKEkNtZE1hcFJvdGF0aW9u", - "VHlwZRIaChZDbWRNYXBSb3RhdGlvblR5cGVOb25lEAASHAoXQ21kSW50ZXJh", - "Y3RDaGFyZ2VyU2NSc3AQmTUSIwoeQ21kRW50ZXJNYXBSb3RhdGlvblJlZ2lv", - "blNjUnNwEJ01EiYKIUNtZExlYXZlTWFwUm90YXRpb25SZWdpb25TY05vdGlm", - "eRDZNRIaChVDbWREZXBsb3lSb3RhdGVyQ3NSZXEQszUSGgoVQ21kRGVwbG95", - "Um90YXRlclNjUnNwEJY1EhoKFUNtZFJlbW92ZVJvdGF0ZXJDc1JlcRDtNRIf", - "ChpDbWRHZXRNYXBSb3RhdGlvbkRhdGFDc1JlcRDvNRIaChVDbWRSZW1vdmVS", - "b3RhdGVyU2NSc3AQyTUSIwoeQ21kRW50ZXJNYXBSb3RhdGlvblJlZ2lvbkNz", - "UmVxEJs1EhYKEUNtZFJvdGF0ZU1hcENzUmVxENY1EhwKF0NtZFVwZGF0ZUVu", - "ZXJneVNjTm90aWZ5EN01EiMKHkNtZExlYXZlTWFwUm90YXRpb25SZWdpb25T", - "Y1JzcBCuNRIjCh5DbWRSZXNldE1hcFJvdGF0aW9uUmVnaW9uQ3NSZXEQtDUS", - "IwoeQ21kUmVzZXRNYXBSb3RhdGlvblJlZ2lvblNjUnNwEMI1Eh8KGkNtZEdl", - "dE1hcFJvdGF0aW9uRGF0YVNjUnNwEKI1EiUKIENtZFVwZGF0ZU1hcFJvdGF0", - "aW9uRGF0YVNjTm90aWZ5EOs1EiMKHkNtZExlYXZlTWFwUm90YXRpb25SZWdp", - "b25Dc1JlcRCqNRIWChFDbWRSb3RhdGVNYXBTY1JzcBDpNRIdChhDbWRVcGRh", - "dGVSb3RhdGVyU2NOb3RpZnkQqTUSHAoXQ21kSW50ZXJhY3RDaGFyZ2VyQ3NS", - "ZXEQvzVCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdMapRotationType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdMapRotationType { - [pbr::OriginalName("CmdMapRotationTypeNone")] None = 0, - [pbr::OriginalName("CmdInteractChargerScRsp")] CmdInteractChargerScRsp = 6809, - [pbr::OriginalName("CmdEnterMapRotationRegionScRsp")] CmdEnterMapRotationRegionScRsp = 6813, - [pbr::OriginalName("CmdLeaveMapRotationRegionScNotify")] CmdLeaveMapRotationRegionScNotify = 6873, - [pbr::OriginalName("CmdDeployRotaterCsReq")] CmdDeployRotaterCsReq = 6835, - [pbr::OriginalName("CmdDeployRotaterScRsp")] CmdDeployRotaterScRsp = 6806, - [pbr::OriginalName("CmdRemoveRotaterCsReq")] CmdRemoveRotaterCsReq = 6893, - [pbr::OriginalName("CmdGetMapRotationDataCsReq")] CmdGetMapRotationDataCsReq = 6895, - [pbr::OriginalName("CmdRemoveRotaterScRsp")] CmdRemoveRotaterScRsp = 6857, - [pbr::OriginalName("CmdEnterMapRotationRegionCsReq")] CmdEnterMapRotationRegionCsReq = 6811, - [pbr::OriginalName("CmdRotateMapCsReq")] CmdRotateMapCsReq = 6870, - [pbr::OriginalName("CmdUpdateEnergyScNotify")] CmdUpdateEnergyScNotify = 6877, - [pbr::OriginalName("CmdLeaveMapRotationRegionScRsp")] CmdLeaveMapRotationRegionScRsp = 6830, - [pbr::OriginalName("CmdResetMapRotationRegionCsReq")] CmdResetMapRotationRegionCsReq = 6836, - [pbr::OriginalName("CmdResetMapRotationRegionScRsp")] CmdResetMapRotationRegionScRsp = 6850, - [pbr::OriginalName("CmdGetMapRotationDataScRsp")] CmdGetMapRotationDataScRsp = 6818, - [pbr::OriginalName("CmdUpdateMapRotationDataScNotify")] CmdUpdateMapRotationDataScNotify = 6891, - [pbr::OriginalName("CmdLeaveMapRotationRegionCsReq")] CmdLeaveMapRotationRegionCsReq = 6826, - [pbr::OriginalName("CmdRotateMapScRsp")] CmdRotateMapScRsp = 6889, - [pbr::OriginalName("CmdUpdateRotaterScNotify")] CmdUpdateRotaterScNotify = 6825, - [pbr::OriginalName("CmdInteractChargerCsReq")] CmdInteractChargerCsReq = 6847, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdMarbleType.cs b/Proto/CmdMarbleType.cs deleted file mode 100644 index 41d098cd..00000000 --- a/Proto/CmdMarbleType.cs +++ /dev/null @@ -1,63 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdMarbleType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdMarbleType.proto - public static partial class CmdMarbleTypeReflection { - - #region Descriptor - /// File descriptor for CmdMarbleType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdMarbleTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChNDbWRNYXJibGVUeXBlLnByb3RvKuUCCg1DbWRNYXJibGVUeXBlEhUKEUNt", - "ZE1hcmJsZVR5cGVOb25lEAASHgoZQ21kTWFyYmxlTGV2ZWxGaW5pc2hTY1Jz", - "cBDSQBIaChVDbWRNYXJibGVHZXREYXRhU2NSc3AQ3kASIwoeQ21kTWFyYmxl", - "UHZwRGF0YVVwZGF0ZVNjTm90aWZ5ENlAEhoKFUNtZE1hcmJsZVNob3BCdXlT", - "Y1JzcBDXQBIiCh1DbWRNYXJibGVVcGRhdGVTaG93blNlYWxTY1JzcBDgQBIi", - "Ch1DbWRNYXJibGVVcGRhdGVTaG93blNlYWxDc1JlcRDYQBIaChVDbWRNYXJi", - "bGVHZXREYXRhQ3NSZXEQ30ASHgoZQ21kTWFyYmxlTGV2ZWxGaW5pc2hDc1Jl", - "cRDiQBIaChVDbWRNYXJibGVTaG9wQnV5Q3NSZXEQ3EASIAobQ21kTWFyYmxl", - "VW5sb2NrU2VhbFNjTm90aWZ5EOFAQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2", - "ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdMarbleType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdMarbleType { - [pbr::OriginalName("CmdMarbleTypeNone")] None = 0, - [pbr::OriginalName("CmdMarbleLevelFinishScRsp")] CmdMarbleLevelFinishScRsp = 8274, - [pbr::OriginalName("CmdMarbleGetDataScRsp")] CmdMarbleGetDataScRsp = 8286, - [pbr::OriginalName("CmdMarblePvpDataUpdateScNotify")] CmdMarblePvpDataUpdateScNotify = 8281, - [pbr::OriginalName("CmdMarbleShopBuyScRsp")] CmdMarbleShopBuyScRsp = 8279, - [pbr::OriginalName("CmdMarbleUpdateShownSealScRsp")] CmdMarbleUpdateShownSealScRsp = 8288, - [pbr::OriginalName("CmdMarbleUpdateShownSealCsReq")] CmdMarbleUpdateShownSealCsReq = 8280, - [pbr::OriginalName("CmdMarbleGetDataCsReq")] CmdMarbleGetDataCsReq = 8287, - [pbr::OriginalName("CmdMarbleLevelFinishCsReq")] CmdMarbleLevelFinishCsReq = 8290, - [pbr::OriginalName("CmdMarbleShopBuyCsReq")] CmdMarbleShopBuyCsReq = 8284, - [pbr::OriginalName("CmdMarbleUnlockSealScNotify")] CmdMarbleUnlockSealScNotify = 8289, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdMarkChestType.cs b/Proto/CmdMarkChestType.cs deleted file mode 100644 index dba95d6e..00000000 --- a/Proto/CmdMarkChestType.cs +++ /dev/null @@ -1,54 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdMarkChestType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdMarkChestType.proto - public static partial class CmdMarkChestTypeReflection { - - #region Descriptor - /// File descriptor for CmdMarkChestType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdMarkChestTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChZDbWRNYXJrQ2hlc3RUeXBlLnByb3RvKsABChBDbWRNYXJrQ2hlc3RUeXBl", - "EhgKFENtZE1hcmtDaGVzdFR5cGVOb25lEAASHAoXQ21kVXBkYXRlTWFya0No", - "ZXN0Q3NSZXEQiEASGQoUQ21kR2V0TWFya0NoZXN0Q3NSZXEQhUASHAoXQ21k", - "VXBkYXRlTWFya0NoZXN0U2NSc3AQ+D8SGQoUQ21kR2V0TWFya0NoZXN0U2NS", - "c3AQhEASIAobQ21kTWFya0NoZXN0Q2hhbmdlZFNjTm90aWZ5EIJAQh6qAhtF", - "Z2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdMarkChestType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdMarkChestType { - [pbr::OriginalName("CmdMarkChestTypeNone")] None = 0, - [pbr::OriginalName("CmdUpdateMarkChestCsReq")] CmdUpdateMarkChestCsReq = 8200, - [pbr::OriginalName("CmdGetMarkChestCsReq")] CmdGetMarkChestCsReq = 8197, - [pbr::OriginalName("CmdUpdateMarkChestScRsp")] CmdUpdateMarkChestScRsp = 8184, - [pbr::OriginalName("CmdGetMarkChestScRsp")] CmdGetMarkChestScRsp = 8196, - [pbr::OriginalName("CmdMarkChestChangedScNotify")] CmdMarkChestChangedScNotify = 8194, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdMatchThreeModuleType.cs b/Proto/CmdMatchThreeModuleType.cs deleted file mode 100644 index 809fff03..00000000 --- a/Proto/CmdMatchThreeModuleType.cs +++ /dev/null @@ -1,59 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdMatchThreeModuleType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdMatchThreeModuleType.proto - public static partial class CmdMatchThreeModuleTypeReflection { - - #region Descriptor - /// File descriptor for CmdMatchThreeModuleType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdMatchThreeModuleTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Ch1DbWRNYXRjaFRocmVlTW9kdWxlVHlwZS5wcm90byqmAgoXQ21kTWF0Y2hU", - "aHJlZU1vZHVsZVR5cGUSHwobQ21kTWF0Y2hUaHJlZU1vZHVsZVR5cGVOb25l", - "EAASHgoZQ21kTWF0Y2hUaHJlZUdldERhdGFTY1JzcBD6ORIfChpDbWRNYXRj", - "aFRocmVlTGV2ZWxFbmRDc1JlcRD2ORIfChpDbWRNYXRjaFRocmVlTGV2ZWxF", - "bmRTY1JzcBDuORIhChxDbWRNYXRjaFRocmVlU2V0QmlyZFBvc0NzUmVxEPE5", - "EiEKHENtZE1hdGNoVGhyZWVTZXRCaXJkUG9zU2NSc3AQhToSIgodQ21kTWF0", - "Y2hUaHJlZVN5bmNEYXRhU2NOb3RpZnkQkToSHgoZQ21kTWF0Y2hUaHJlZUdl", - "dERhdGFDc1JlcRCSOkIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv", - "YgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdMatchThreeModuleType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdMatchThreeModuleType { - [pbr::OriginalName("CmdMatchThreeModuleTypeNone")] None = 0, - [pbr::OriginalName("CmdMatchThreeGetDataScRsp")] CmdMatchThreeGetDataScRsp = 7418, - [pbr::OriginalName("CmdMatchThreeLevelEndCsReq")] CmdMatchThreeLevelEndCsReq = 7414, - [pbr::OriginalName("CmdMatchThreeLevelEndScRsp")] CmdMatchThreeLevelEndScRsp = 7406, - [pbr::OriginalName("CmdMatchThreeSetBirdPosCsReq")] CmdMatchThreeSetBirdPosCsReq = 7409, - [pbr::OriginalName("CmdMatchThreeSetBirdPosScRsp")] CmdMatchThreeSetBirdPosScRsp = 7429, - [pbr::OriginalName("CmdMatchThreeSyncDataScNotify")] CmdMatchThreeSyncDataScNotify = 7441, - [pbr::OriginalName("CmdMatchThreeGetDataCsReq")] CmdMatchThreeGetDataCsReq = 7442, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdMatchType.cs b/Proto/CmdMatchType.cs deleted file mode 100644 index 03d0fbe4..00000000 --- a/Proto/CmdMatchType.cs +++ /dev/null @@ -1,57 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdMatchType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdMatchType.proto - public static partial class CmdMatchTypeReflection { - - #region Descriptor - /// File descriptor for CmdMatchType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdMatchTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChJDbWRNYXRjaFR5cGUucHJvdG8q3QEKDENtZE1hdGNoVHlwZRIUChBDbWRN", - "YXRjaFR5cGVOb25lEAASFwoSQ21kU3RhcnRNYXRjaENzUmVxEK45EhsKFkNt", - "ZE1hdGNoUmVzdWx0U2NOb3RpZnkQrTkSGAoTQ21kQ2FuY2VsTWF0Y2hDc1Jl", - "cRCSORIYChNDbWRDYW5jZWxNYXRjaFNjUnNwEIo5EhkKFENtZEdldENyb3Nz", - "SW5mb0NzUmVxEI05EhkKFENtZEdldENyb3NzSW5mb1NjUnNwEKE5EhcKEkNt", - "ZFN0YXJ0TWF0Y2hTY1JzcBCWOUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy", - "LlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdMatchType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdMatchType { - [pbr::OriginalName("CmdMatchTypeNone")] None = 0, - [pbr::OriginalName("CmdStartMatchCsReq")] CmdStartMatchCsReq = 7342, - [pbr::OriginalName("CmdMatchResultScNotify")] CmdMatchResultScNotify = 7341, - [pbr::OriginalName("CmdCancelMatchCsReq")] CmdCancelMatchCsReq = 7314, - [pbr::OriginalName("CmdCancelMatchScRsp")] CmdCancelMatchScRsp = 7306, - [pbr::OriginalName("CmdGetCrossInfoCsReq")] CmdGetCrossInfoCsReq = 7309, - [pbr::OriginalName("CmdGetCrossInfoScRsp")] CmdGetCrossInfoScRsp = 7329, - [pbr::OriginalName("CmdStartMatchScRsp")] CmdStartMatchScRsp = 7318, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdMessageType.cs b/Proto/CmdMessageType.cs deleted file mode 100644 index 86c6ee88..00000000 --- a/Proto/CmdMessageType.cs +++ /dev/null @@ -1,66 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdMessageType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdMessageType.proto - public static partial class CmdMessageTypeReflection { - - #region Descriptor - /// File descriptor for CmdMessageType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdMessageTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChRDbWRNZXNzYWdlVHlwZS5wcm90byqkAwoOQ21kTWVzc2FnZVR5cGUSFgoS", - "Q21kTWVzc2FnZVR5cGVOb25lEAASIwoeQ21kRmluaXNoUGVyZm9ybVNlY3Rp", - "b25JZENzUmVxEKYVEhkKFENtZEZpbmlzaEl0ZW1JZFNjUnNwEJIVEhwKF0Nt", - "ZEZpbmlzaFNlY3Rpb25JZFNjUnNwEOUVEhwKF0NtZEZpbmlzaFNlY3Rpb25J", - "ZENzUmVxENIVEhkKFENtZEZpbmlzaEl0ZW1JZENzUmVxEK8VEh8KGkNtZEdl", - "dE5wY01lc3NhZ2VHcm91cFNjUnNwEJkVEh8KGkNtZEdldE5wY01lc3NhZ2VH", - "cm91cENzUmVxEJcVEiIKHUNtZEdldE1pc3Npb25NZXNzYWdlSW5mb1NjUnNw", - "EJ4VEiIKHUNtZEdldE1pc3Npb25NZXNzYWdlSW5mb0NzUmVxEOsVEhkKFENt", - "ZEdldE5wY1N0YXR1c0NzUmVxELsVEhkKFENtZEdldE5wY1N0YXR1c1NjUnNw", - "EJUVEiMKHkNtZEZpbmlzaFBlcmZvcm1TZWN0aW9uSWRTY1JzcBCqFUIeqgIb", - "RWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdMessageType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdMessageType { - [pbr::OriginalName("CmdMessageTypeNone")] None = 0, - [pbr::OriginalName("CmdFinishPerformSectionIdCsReq")] CmdFinishPerformSectionIdCsReq = 2726, - [pbr::OriginalName("CmdFinishItemIdScRsp")] CmdFinishItemIdScRsp = 2706, - [pbr::OriginalName("CmdFinishSectionIdScRsp")] CmdFinishSectionIdScRsp = 2789, - [pbr::OriginalName("CmdFinishSectionIdCsReq")] CmdFinishSectionIdCsReq = 2770, - [pbr::OriginalName("CmdFinishItemIdCsReq")] CmdFinishItemIdCsReq = 2735, - [pbr::OriginalName("CmdGetNpcMessageGroupScRsp")] CmdGetNpcMessageGroupScRsp = 2713, - [pbr::OriginalName("CmdGetNpcMessageGroupCsReq")] CmdGetNpcMessageGroupCsReq = 2711, - [pbr::OriginalName("CmdGetMissionMessageInfoScRsp")] CmdGetMissionMessageInfoScRsp = 2718, - [pbr::OriginalName("CmdGetMissionMessageInfoCsReq")] CmdGetMissionMessageInfoCsReq = 2795, - [pbr::OriginalName("CmdGetNpcStatusCsReq")] CmdGetNpcStatusCsReq = 2747, - [pbr::OriginalName("CmdGetNpcStatusScRsp")] CmdGetNpcStatusScRsp = 2709, - [pbr::OriginalName("CmdFinishPerformSectionIdScRsp")] CmdFinishPerformSectionIdScRsp = 2730, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdMiscModuleType.cs b/Proto/CmdMiscModuleType.cs deleted file mode 100644 index ce1f9aef..00000000 --- a/Proto/CmdMiscModuleType.cs +++ /dev/null @@ -1,94 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdMiscModuleType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdMiscModuleType.proto - public static partial class CmdMiscModuleTypeReflection { - - #region Descriptor - /// File descriptor for CmdMiscModuleType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdMiscModuleTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChdDbWRNaXNjTW9kdWxlVHlwZS5wcm90byqcBwoRQ21kTWlzY01vZHVsZVR5", - "cGUSGQoVQ21kTWlzY01vZHVsZVR5cGVOb25lEAASHgoZQ21kU3VibWl0T3Jp", - "Z2FtaUl0ZW1TY1JzcBDRIBIiCh1DbWRVcGRhdGVNb3ZpZVJhY2luZ0RhdGFT", - "Y1JzcBDWIBIYChNDbWRUYWtlUGljdHVyZUNzUmVxEKcgEh4KGUNtZENhbmNl", - "bENhY2hlTm90aWZ5Q3NSZXEQniASGQoUQ21kR2V0U2hhcmVEYXRhU2NSc3AQ", - "jSASKwomQ21kRGlmZmljdWx0eUFkanVzdG1lbnRVcGRhdGVEYXRhQ3NSZXEQ", - "4CASGQoUQ21kR2V0U2hhcmVEYXRhQ3NSZXEQsyASKAojQ21kRGlmZmljdWx0", - "eUFkanVzdG1lbnRHZXREYXRhQ3NSZXEQmiASKAojQ21kRGlmZmljdWx0eUFk", - "anVzdG1lbnRHZXREYXRhU2NSc3AQ2iASEgoNQ21kU2hhcmVTY1JzcBCRIBIb", - "ChZDbWRNYXplS2lsbERpcmVjdFNjUnNwENggEh8KGkNtZEdldE1vdmllUmFj", - "aW5nRGF0YUNzUmVxEI4gEhsKFkNtZFNlY3VyaXR5UmVwb3J0U2NSc3AQliAS", - "HgoZQ21kU3VibWl0T3JpZ2FtaUl0ZW1Dc1JlcRDNIBIbChZDbWRHZXRHdW5Q", - "bGF5RGF0YVNjUnNwEKkgEhgKE0NtZFRha2VQaWN0dXJlU2NSc3AQiiASIgod", - "Q21kVXBkYXRlTW92aWVSYWNpbmdEYXRhQ3NSZXEQyyASGwoWQ21kTWF6ZUtp", - "bGxEaXJlY3RDc1JlcRCcIBIZChRDbWRUcmlnZ2VyVm9pY2VTY1JzcBC2IBIe", - "ChlDbWRVcGRhdGVHdW5QbGF5RGF0YVNjUnNwELggEisKJkNtZERpZmZpY3Vs", - "dHlBZGp1c3RtZW50VXBkYXRlRGF0YVNjUnNwELkgEh8KGkNtZEdldE1vdmll", - "UmFjaW5nRGF0YVNjUnNwEIsgEh4KGUNtZENhbmNlbENhY2hlTm90aWZ5U2NS", - "c3AQoiASEgoNQ21kU2hhcmVDc1JlcRCPIBIbChZDbWRHZXRHdW5QbGF5RGF0", - "YUNzUmVxELcgEhsKFkNtZFNlY3VyaXR5UmVwb3J0Q3NSZXEQ4yASGQoUQ21k", - "VHJpZ2dlclZvaWNlQ3NSZXEQqCASHgoZQ21kVXBkYXRlR3VuUGxheURhdGFD", - "c1JlcRDFIEIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90", - "bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdMiscModuleType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdMiscModuleType { - [pbr::OriginalName("CmdMiscModuleTypeNone")] None = 0, - [pbr::OriginalName("CmdSubmitOrigamiItemScRsp")] CmdSubmitOrigamiItemScRsp = 4177, - [pbr::OriginalName("CmdUpdateMovieRacingDataScRsp")] CmdUpdateMovieRacingDataScRsp = 4182, - [pbr::OriginalName("CmdTakePictureCsReq")] CmdTakePictureCsReq = 4135, - [pbr::OriginalName("CmdCancelCacheNotifyCsReq")] CmdCancelCacheNotifyCsReq = 4126, - [pbr::OriginalName("CmdGetShareDataScRsp")] CmdGetShareDataScRsp = 4109, - [pbr::OriginalName("CmdDifficultyAdjustmentUpdateDataCsReq")] CmdDifficultyAdjustmentUpdateDataCsReq = 4192, - [pbr::OriginalName("CmdGetShareDataCsReq")] CmdGetShareDataCsReq = 4147, - [pbr::OriginalName("CmdDifficultyAdjustmentGetDataCsReq")] CmdDifficultyAdjustmentGetDataCsReq = 4122, - [pbr::OriginalName("CmdDifficultyAdjustmentGetDataScRsp")] CmdDifficultyAdjustmentGetDataScRsp = 4186, - [pbr::OriginalName("CmdShareScRsp")] CmdShareScRsp = 4113, - [pbr::OriginalName("CmdMazeKillDirectScRsp")] CmdMazeKillDirectScRsp = 4184, - [pbr::OriginalName("CmdGetMovieRacingDataCsReq")] CmdGetMovieRacingDataCsReq = 4110, - [pbr::OriginalName("CmdSecurityReportScRsp")] CmdSecurityReportScRsp = 4118, - [pbr::OriginalName("CmdSubmitOrigamiItemCsReq")] CmdSubmitOrigamiItemCsReq = 4173, - [pbr::OriginalName("CmdGetGunPlayDataScRsp")] CmdGetGunPlayDataScRsp = 4137, - [pbr::OriginalName("CmdTakePictureScRsp")] CmdTakePictureScRsp = 4106, - [pbr::OriginalName("CmdUpdateMovieRacingDataCsReq")] CmdUpdateMovieRacingDataCsReq = 4171, - [pbr::OriginalName("CmdMazeKillDirectCsReq")] CmdMazeKillDirectCsReq = 4124, - [pbr::OriginalName("CmdTriggerVoiceScRsp")] CmdTriggerVoiceScRsp = 4150, - [pbr::OriginalName("CmdUpdateGunPlayDataScRsp")] CmdUpdateGunPlayDataScRsp = 4152, - [pbr::OriginalName("CmdDifficultyAdjustmentUpdateDataScRsp")] CmdDifficultyAdjustmentUpdateDataScRsp = 4153, - [pbr::OriginalName("CmdGetMovieRacingDataScRsp")] CmdGetMovieRacingDataScRsp = 4107, - [pbr::OriginalName("CmdCancelCacheNotifyScRsp")] CmdCancelCacheNotifyScRsp = 4130, - [pbr::OriginalName("CmdShareCsReq")] CmdShareCsReq = 4111, - [pbr::OriginalName("CmdGetGunPlayDataCsReq")] CmdGetGunPlayDataCsReq = 4151, - [pbr::OriginalName("CmdSecurityReportCsReq")] CmdSecurityReportCsReq = 4195, - [pbr::OriginalName("CmdTriggerVoiceCsReq")] CmdTriggerVoiceCsReq = 4136, - [pbr::OriginalName("CmdUpdateGunPlayDataCsReq")] CmdUpdateGunPlayDataCsReq = 4165, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdMissionType.cs b/Proto/CmdMissionType.cs deleted file mode 100644 index 73dd1140..00000000 --- a/Proto/CmdMissionType.cs +++ /dev/null @@ -1,90 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdMissionType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdMissionType.proto - public static partial class CmdMissionTypeReflection { - - #region Descriptor - /// File descriptor for CmdMissionType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdMissionTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChRDbWRNaXNzaW9uVHlwZS5wcm90byr+BgoOQ21kTWlzc2lvblR5cGUSFgoS", - "Q21kTWlzc2lvblR5cGVOb25lEAASJgohQ21kR2V0TWFpbk1pc3Npb25DdXN0", - "b21WYWx1ZVNjUnNwEIQKEigKI0NtZFRlbGVwb3J0VG9NaXNzaW9uUmVzZXRQ", - "b2ludFNjUnNwEOQJEiAKG0NtZE1pc3Npb25Hcm91cFdhcm5TY05vdGlmeRDC", - "CRIlCiBDbWRTdGFydEZpbmlzaFN1Yk1pc3Npb25TY05vdGlmeRDGCRIVChBD", - "bWRTeW5jVGFza1NjUnNwEPYJEh4KGUNtZEZpbmlzaFRhbGtNaXNzaW9uQ3NS", - "ZXEQ3wkSJAofQ21kRmluaXNoQ29zdW1lSXRlbU1pc3Npb25Dc1JlcRDUCRIV", - "ChBDbWRTeW5jVGFza0NzUmVxELYJEh0KGENtZE1pc3Npb25SZXdhcmRTY05v", - "dGlmeRDTCRIeChlDbWRBY2NlcHRNYWluTWlzc2lvbkNzUmVxEIwKEiYKIUNt", - "ZFN0YXJ0RmluaXNoTWFpbk1pc3Npb25TY05vdGlmeRCGChIdChhDbWRNaXNz", - "aW9uQWNjZXB0U2NOb3RpZnkQ+wkSKAojQ21kVGVsZXBvcnRUb01pc3Npb25S", - "ZXNldFBvaW50Q3NSZXEQ8QkSHQoYQ21kR2V0TWlzc2lvblN0YXR1c0NzUmVx", - "EMkJEh0KGENtZEdldE1pc3Npb25TdGF0dXNTY1JzcBC6CRIkCh9DbWRGaW5p", - "c2hDb3N1bWVJdGVtTWlzc2lvblNjUnNwEOIJEiYKIUNtZEdldE1haW5NaXNz", - "aW9uQ3VzdG9tVmFsdWVDc1JlcRDICRIlCiBDbWRVcGRhdGVUcmFja01haW5N", - "aXNzaW9uSWRDc1JlcRCDChIbChZDbWRHZXRNaXNzaW9uRGF0YUNzUmVxELsJ", - "EiUKIENtZFVwZGF0ZVRyYWNrTWFpbk1pc3Npb25JZFNjUnNwEOoJEiAKG0Nt", - "ZFN1Yk1pc3Npb25SZXdhcmRTY05vdGlmeRDVCRIeChlDbWRGaW5pc2hUYWxr", - "TWlzc2lvblNjUnNwELkJEh4KGUNtZEFjY2VwdE1haW5NaXNzaW9uU2NSc3AQ", - "5QkSGwoWQ21kR2V0TWlzc2lvbkRhdGFTY1JzcBC9CRIfChpDbWRGaW5pc2hl", - "ZE1pc3Npb25TY05vdGlmeRD0CUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy", - "LlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdMissionType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdMissionType { - [pbr::OriginalName("CmdMissionTypeNone")] None = 0, - [pbr::OriginalName("CmdGetMainMissionCustomValueScRsp")] CmdGetMainMissionCustomValueScRsp = 1284, - [pbr::OriginalName("CmdTeleportToMissionResetPointScRsp")] CmdTeleportToMissionResetPointScRsp = 1252, - [pbr::OriginalName("CmdMissionGroupWarnScNotify")] CmdMissionGroupWarnScNotify = 1218, - [pbr::OriginalName("CmdStartFinishSubMissionScNotify")] CmdStartFinishSubMissionScNotify = 1222, - [pbr::OriginalName("CmdSyncTaskScRsp")] CmdSyncTaskScRsp = 1270, - [pbr::OriginalName("CmdFinishTalkMissionCsReq")] CmdFinishTalkMissionCsReq = 1247, - [pbr::OriginalName("CmdFinishCosumeItemMissionCsReq")] CmdFinishCosumeItemMissionCsReq = 1236, - [pbr::OriginalName("CmdSyncTaskCsReq")] CmdSyncTaskCsReq = 1206, - [pbr::OriginalName("CmdMissionRewardScNotify")] CmdMissionRewardScNotify = 1235, - [pbr::OriginalName("CmdAcceptMainMissionCsReq")] CmdAcceptMainMissionCsReq = 1292, - [pbr::OriginalName("CmdStartFinishMainMissionScNotify")] CmdStartFinishMainMissionScNotify = 1286, - [pbr::OriginalName("CmdMissionAcceptScNotify")] CmdMissionAcceptScNotify = 1275, - [pbr::OriginalName("CmdTeleportToMissionResetPointCsReq")] CmdTeleportToMissionResetPointCsReq = 1265, - [pbr::OriginalName("CmdGetMissionStatusCsReq")] CmdGetMissionStatusCsReq = 1225, - [pbr::OriginalName("CmdGetMissionStatusScRsp")] CmdGetMissionStatusScRsp = 1210, - [pbr::OriginalName("CmdFinishCosumeItemMissionScRsp")] CmdFinishCosumeItemMissionScRsp = 1250, - [pbr::OriginalName("CmdGetMainMissionCustomValueCsReq")] CmdGetMainMissionCustomValueCsReq = 1224, - [pbr::OriginalName("CmdUpdateTrackMainMissionIdCsReq")] CmdUpdateTrackMainMissionIdCsReq = 1283, - [pbr::OriginalName("CmdGetMissionDataCsReq")] CmdGetMissionDataCsReq = 1211, - [pbr::OriginalName("CmdUpdateTrackMainMissionIdScRsp")] CmdUpdateTrackMainMissionIdScRsp = 1258, - [pbr::OriginalName("CmdSubMissionRewardScNotify")] CmdSubMissionRewardScNotify = 1237, - [pbr::OriginalName("CmdFinishTalkMissionScRsp")] CmdFinishTalkMissionScRsp = 1209, - [pbr::OriginalName("CmdAcceptMainMissionScRsp")] CmdAcceptMainMissionScRsp = 1253, - [pbr::OriginalName("CmdGetMissionDataScRsp")] CmdGetMissionDataScRsp = 1213, - [pbr::OriginalName("CmdFinishedMissionScNotify")] CmdFinishedMissionScNotify = 1268, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdMonopolyType.cs b/Proto/CmdMonopolyType.cs deleted file mode 100644 index 1af387f3..00000000 --- a/Proto/CmdMonopolyType.cs +++ /dev/null @@ -1,197 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdMonopolyType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdMonopolyType.proto - public static partial class CmdMonopolyTypeReflection { - - #region Descriptor - /// File descriptor for CmdMonopolyType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdMonopolyTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChVDbWRNb25vcG9seVR5cGUucHJvdG8qkRgKD0NtZE1vbm9wb2x5VHlwZRIX", - "ChNDbWRNb25vcG9seVR5cGVOb25lEAASJAofQ21kTW9ub3BvbHlBY3Rpb25S", - "ZXN1bHRTY05vdGlmeRCHNxIgChtDbWRNb25vcG9seUd1ZXNzQ2hvb3NlU2NS", - "c3AQtjcSIQocQ21kTW9ub3BvbHlVcGdyYWRlQXNzZXRTY1JzcBCqNxIpCiRD", - "bWRHZXRNb25vcG9seUZyaWVuZFJhbmtpbmdMaXN0Q3NSZXEQ3DYSHgoZQ21k", - "TW9ub3BvbHlDaGVhdERpY2VDc1JlcRCZNxIZChRDbWRNb25vcG9seUxpa2VD", - "c1JlcRC4NxIsCidDbWREYWlseUZpcnN0RW50ZXJNb25vcG9seUFjdGl2aXR5", - "U2NSc3AQijcSHwoaQ21kTW9ub3BvbHlSb2xsUmFuZG9tQ3NSZXEQoTcSJgoh", - "Q21kR2V0U29jaWFsRXZlbnRTZXJ2ZXJDYWNoZUNzUmVxENk2EisKJkNtZE1v", - "bm9wb2x5VGFrZVJhZmZsZVRpY2tldFJld2FyZFNjUnNwEPg2EhkKFENtZE1v", - "bm9wb2x5TGlrZVNjUnNwEJ03EiUKIENtZE1vbm9wb2x5R2V0RGFpbHlJbml0", - "SXRlbUNzUmVxEIk3EhwKF0NtZE1vbm9wb2x5TGlrZVNjTm90aWZ5EJo3EiMK", - "HkNtZE1vbm9wb2x5RGFpbHlTZXR0bGVTY05vdGlmeRCXNxIdChhDbWRNb25v", - "cG9seUJ1eUdvb2RzU2NSc3AQ3zYSHwoaQ21kTW9ub3BvbHlSb2xsUmFuZG9t", - "U2NSc3AQpTcSGQoUQ21kTW9ub3BvbHlNb3ZlQ3NSZXEQsTcSJQogQ21kTW9u", - "b3BvbHlHaXZlVXBDdXJDb250ZW50U2NSc3AQ/TYSIQocQ21kTW9ub3BvbHlH", - "dWVzc0RyYXdTY05vdGlmeRCpNxInCiJDbWRNb25vcG9seUNvbmRpdGlvblVw", - "ZGF0ZVNjTm90aWZ5EIU3EiYKIUNtZE1vbm9wb2x5RXZlbnRTZWxlY3RGcmll", - "bmRDc1JlcRDgNhImCiFDbWRNb25vcG9seUdhbWVCaW5nb0ZsaXBDYXJkU2NS", - "c3AQ9DYSHgoZQ21kTW9ub3BvbHlDbGlja0NlbGxTY1JzcBDbNhIkCh9DbWRN", - "b25vcG9seVRha2VQaGFzZVJld2FyZFNjUnNwEPc2EiQKH0NtZE1vbm9wb2x5", - "VGFrZVBoYXNlUmV3YXJkQ3NSZXEQ7DYSGgoVQ21kR2V0TWJ0aVJlcG9ydFNj", - "UnNwEO02Eh4KGUNtZE1vbm9wb2x5Q2hlYXREaWNlU2NSc3AQjDcSJgohQ21k", - "TW9ub3BvbHlHZXRSZWdpb25Qcm9ncmVzc0NzUmVxEKQ3EhwKF0NtZEdldE1v", - "bm9wb2x5SW5mb1NjUnNwEOU2EiYKIUNtZE1vbm9wb2x5R2FtZUJpbmdvRmxp", - "cENhcmRDc1JlcRCjNxIeChlDbWRNb25vcG9seUNsaWNrQ2VsbENzUmVxEII3", - "EiAKG0NtZE1vbm9wb2x5R3Vlc3NDaG9vc2VDc1JlcRCUNxIcChdDbWRHZXRN", - "b25vcG9seUluZm9Dc1JlcRDjNhIiCh1DbWRNb25vcG9seUNvbmZpcm1SYW5k", - "b21TY1JzcBDxNhInCiJDbWRNb25vcG9seUV2ZW50TG9hZFVwZGF0ZVNjTm90", - "aWZ5EKI3EiAKG0NtZE1vbm9wb2x5Q2VsbFVwZGF0ZU5vdGlmeRDhNhIdChhD", - "bWRNb25vcG9seUJ1eUdvb2RzQ3NSZXEQ4jYSIQocQ21kTW9ub3BvbHlSZVJv", - "bGxSYW5kb21Dc1JlcRCzNxIrCiZDbWRNb25vcG9seVRha2VSYWZmbGVUaWNr", - "ZXRSZXdhcmRDc1JlcRDkNhIhChxDbWRNb25vcG9seVNlbGVjdE9wdGlvblNj", - "UnNwELc3EiUKIENtZE1vbm9wb2x5Q29udGVudFVwZGF0ZVNjTm90aWZ5EO42", - "EiEKHENtZE1vbm9wb2x5U2VsZWN0T3B0aW9uQ3NSZXEQ9jYSGgoVQ21kR2V0", - "TWJ0aVJlcG9ydENzUmVxELs3EiIKHUNtZE1vbm9wb2x5Q29uZmlybVJhbmRv", - "bUNzUmVxEJE3EigKI0NtZE1vbm9wb2x5R3Vlc3NCdXlJbmZvcm1hdGlvbkNz", - "UmVxEK83Eh0KGENtZE1vbm9wb2x5Um9sbERpY2VDc1JlcRDeNhIhChxDbWRN", - "b25vcG9seVN0dFVwZGF0ZVNjTm90aWZ5ELo3EikKJENtZEdldE1vbm9wb2x5", - "RnJpZW5kUmFua2luZ0xpc3RTY1JzcBCmNxInCiJDbWRNb25vcG9seVNjcmFj", - "aFJhZmZsZVRpY2tldENzUmVxEOs2EiMKHkNtZE1vbm9wb2x5R2FtZVJhaXNl", - "UmF0aW9Dc1JlcRCuNxIhChxDbWRNb25vcG9seVVwZ3JhZGVBc3NldENzUmVx", - "EJ83EiIKHUNtZE1vbm9wb2x5R2FtZVNldHRsZVNjTm90aWZ5EI03EikKJENt", - "ZERlbGV0ZVNvY2lhbEV2ZW50U2VydmVyQ2FjaGVTY1JzcBDzNhIoCiNDbWRN", - "b25vcG9seUd1ZXNzQnV5SW5mb3JtYXRpb25TY1JzcBCQNxIjCh5DbWRHZXRN", - "b25vcG9seURhaWx5UmVwb3J0Q3NSZXEQ/jYSJQogQ21kTW9ub3BvbHlHZXRE", - "YWlseUluaXRJdGVtU2NSc3AQsDcSHQoYQ21kTW9ub3BvbHlSb2xsRGljZVNj", - "UnNwEJ43EioKJUNtZE1vbm9wb2x5UXVpekR1cmF0aW9uQ2hhbmdlU2NOb3Rp", - "ZnkQvDcSJAofQ21kTW9ub3BvbHlHZXRSYWZmbGVUaWNrZXRTY1JzcBDoNhIk", - "Ch9DbWRNb25vcG9seUdldFJhZmZsZVRpY2tldENzUmVxEI83EiYKIUNtZE1v", - "bm9wb2x5R2V0UmFmZmxlUG9vbEluZm9TY1JzcBCtNxImCiFDbWRNb25vcG9s", - "eUdldFJhZmZsZVBvb2xJbmZvQ3NSZXEQ5zYSKAojQ21kR2V0TW9ub3BvbHlN", - "YnRpUmVwb3J0UmV3YXJkQ3NSZXEQlTcSIwoeQ21kR2V0TW9ub3BvbHlEYWls", - "eVJlcG9ydFNjUnNwEJY3EiQKH0NtZE1vbm9wb2x5Q2xpY2tNYnRpUmVwb3J0", - "Q3NSZXEQjjcSIQocQ21kTW9ub3BvbHlSZVJvbGxSYW5kb21TY1JzcBC1NxIm", - "CiFDbWRHZXRTb2NpYWxFdmVudFNlcnZlckNhY2hlU2NSc3AQgDcSHgoZQ21k", - "TW9ub3BvbHlHYW1lR2FjaGFDc1JlcRDwNhIoCiNDbWRHZXRNb25vcG9seU1i", - "dGlSZXBvcnRSZXdhcmRTY1JzcBCoNxIjCh5DbWRNb25vcG9seUdhbWVSYWlz", - "ZVJhdGlvU2NSc3AQtDcSJAofQ21kTW9ub3BvbHlDbGlja01idGlSZXBvcnRT", - "Y1JzcBCyNxIfChpDbWRNb25vcG9seUFjY2VwdFF1aXpDc1JlcRCrNxImCiFD", - "bWRNb25vcG9seUdldFJlZ2lvblByb2dyZXNzU2NSc3AQgzcSJwoiQ21kTW9u", - "b3BvbHlTY3JhY2hSYWZmbGVUaWNrZXRTY1JzcBCENxIiCh1DbWRNb25vcG9s", - "eUdhbWVDcmVhdGVTY05vdGlmeRCcNxIZChRDbWRNb25vcG9seU1vdmVTY1Jz", - "cBDyNhIlCiBDbWRNb25vcG9seUdpdmVVcEN1ckNvbnRlbnRDc1JlcRCLNxIf", - "ChpDbWRNb25vcG9seUFjY2VwdFF1aXpTY1JzcBCSNxImCiFDbWRNb25vcG9s", - "eUV2ZW50U2VsZWN0RnJpZW5kU2NSc3AQ+TYSLAonQ21kRGFpbHlGaXJzdEVu", - "dGVyTW9ub3BvbHlBY3Rpdml0eUNzUmVxEPw2EikKJENtZE1vbm9wb2x5U29j", - "aWFsRXZlbnRFZmZlY3RTY05vdGlmeRCYNxIeChlDbWRNb25vcG9seUdhbWVH", - "YWNoYVNjUnNwEKw3EikKJENtZERlbGV0ZVNvY2lhbEV2ZW50U2VydmVyQ2Fj", - "aGVDc1JlcRCTN0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", - "cm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdMonopolyType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdMonopolyType { - [pbr::OriginalName("CmdMonopolyTypeNone")] None = 0, - [pbr::OriginalName("CmdMonopolyActionResultScNotify")] CmdMonopolyActionResultScNotify = 7047, - [pbr::OriginalName("CmdMonopolyGuessChooseScRsp")] CmdMonopolyGuessChooseScRsp = 7094, - [pbr::OriginalName("CmdMonopolyUpgradeAssetScRsp")] CmdMonopolyUpgradeAssetScRsp = 7082, - [pbr::OriginalName("CmdGetMonopolyFriendRankingListCsReq")] CmdGetMonopolyFriendRankingListCsReq = 7004, - [pbr::OriginalName("CmdMonopolyCheatDiceCsReq")] CmdMonopolyCheatDiceCsReq = 7065, - [pbr::OriginalName("CmdMonopolyLikeCsReq")] CmdMonopolyLikeCsReq = 7096, - [pbr::OriginalName("CmdDailyFirstEnterMonopolyActivityScRsp")] CmdDailyFirstEnterMonopolyActivityScRsp = 7050, - [pbr::OriginalName("CmdMonopolyRollRandomCsReq")] CmdMonopolyRollRandomCsReq = 7073, - [pbr::OriginalName("CmdGetSocialEventServerCacheCsReq")] CmdGetSocialEventServerCacheCsReq = 7001, - [pbr::OriginalName("CmdMonopolyTakeRaffleTicketRewardScRsp")] CmdMonopolyTakeRaffleTicketRewardScRsp = 7032, - [pbr::OriginalName("CmdMonopolyLikeScRsp")] CmdMonopolyLikeScRsp = 7069, - [pbr::OriginalName("CmdMonopolyGetDailyInitItemCsReq")] CmdMonopolyGetDailyInitItemCsReq = 7049, - [pbr::OriginalName("CmdMonopolyLikeScNotify")] CmdMonopolyLikeScNotify = 7066, - [pbr::OriginalName("CmdMonopolyDailySettleScNotify")] CmdMonopolyDailySettleScNotify = 7063, - [pbr::OriginalName("CmdMonopolyBuyGoodsScRsp")] CmdMonopolyBuyGoodsScRsp = 7007, - [pbr::OriginalName("CmdMonopolyRollRandomScRsp")] CmdMonopolyRollRandomScRsp = 7077, - [pbr::OriginalName("CmdMonopolyMoveCsReq")] CmdMonopolyMoveCsReq = 7089, - [pbr::OriginalName("CmdMonopolyGiveUpCurContentScRsp")] CmdMonopolyGiveUpCurContentScRsp = 7037, - [pbr::OriginalName("CmdMonopolyGuessDrawScNotify")] CmdMonopolyGuessDrawScNotify = 7081, - [pbr::OriginalName("CmdMonopolyConditionUpdateScNotify")] CmdMonopolyConditionUpdateScNotify = 7045, - [pbr::OriginalName("CmdMonopolyEventSelectFriendCsReq")] CmdMonopolyEventSelectFriendCsReq = 7008, - [pbr::OriginalName("CmdMonopolyGameBingoFlipCardScRsp")] CmdMonopolyGameBingoFlipCardScRsp = 7028, - [pbr::OriginalName("CmdMonopolyClickCellScRsp")] CmdMonopolyClickCellScRsp = 7003, - [pbr::OriginalName("CmdMonopolyTakePhaseRewardScRsp")] CmdMonopolyTakePhaseRewardScRsp = 7031, - [pbr::OriginalName("CmdMonopolyTakePhaseRewardCsReq")] CmdMonopolyTakePhaseRewardCsReq = 7020, - [pbr::OriginalName("CmdGetMbtiReportScRsp")] CmdGetMbtiReportScRsp = 7021, - [pbr::OriginalName("CmdMonopolyCheatDiceScRsp")] CmdMonopolyCheatDiceScRsp = 7052, - [pbr::OriginalName("CmdMonopolyGetRegionProgressCsReq")] CmdMonopolyGetRegionProgressCsReq = 7076, - [pbr::OriginalName("CmdGetMonopolyInfoScRsp")] CmdGetMonopolyInfoScRsp = 7013, - [pbr::OriginalName("CmdMonopolyGameBingoFlipCardCsReq")] CmdMonopolyGameBingoFlipCardCsReq = 7075, - [pbr::OriginalName("CmdMonopolyClickCellCsReq")] CmdMonopolyClickCellCsReq = 7042, - [pbr::OriginalName("CmdMonopolyGuessChooseCsReq")] CmdMonopolyGuessChooseCsReq = 7060, - [pbr::OriginalName("CmdGetMonopolyInfoCsReq")] CmdGetMonopolyInfoCsReq = 7011, - [pbr::OriginalName("CmdMonopolyConfirmRandomScRsp")] CmdMonopolyConfirmRandomScRsp = 7025, - [pbr::OriginalName("CmdMonopolyEventLoadUpdateScNotify")] CmdMonopolyEventLoadUpdateScNotify = 7074, - [pbr::OriginalName("CmdMonopolyCellUpdateNotify")] CmdMonopolyCellUpdateNotify = 7009, - [pbr::OriginalName("CmdMonopolyBuyGoodsCsReq")] CmdMonopolyBuyGoodsCsReq = 7010, - [pbr::OriginalName("CmdMonopolyReRollRandomCsReq")] CmdMonopolyReRollRandomCsReq = 7091, - [pbr::OriginalName("CmdMonopolyTakeRaffleTicketRewardCsReq")] CmdMonopolyTakeRaffleTicketRewardCsReq = 7012, - [pbr::OriginalName("CmdMonopolySelectOptionScRsp")] CmdMonopolySelectOptionScRsp = 7095, - [pbr::OriginalName("CmdMonopolyContentUpdateScNotify")] CmdMonopolyContentUpdateScNotify = 7022, - [pbr::OriginalName("CmdMonopolySelectOptionCsReq")] CmdMonopolySelectOptionCsReq = 7030, - [pbr::OriginalName("CmdGetMbtiReportCsReq")] CmdGetMbtiReportCsReq = 7099, - [pbr::OriginalName("CmdMonopolyConfirmRandomCsReq")] CmdMonopolyConfirmRandomCsReq = 7057, - [pbr::OriginalName("CmdMonopolyGuessBuyInformationCsReq")] CmdMonopolyGuessBuyInformationCsReq = 7087, - [pbr::OriginalName("CmdMonopolyRollDiceCsReq")] CmdMonopolyRollDiceCsReq = 7006, - [pbr::OriginalName("CmdMonopolySttUpdateScNotify")] CmdMonopolySttUpdateScNotify = 7098, - [pbr::OriginalName("CmdGetMonopolyFriendRankingListScRsp")] CmdGetMonopolyFriendRankingListScRsp = 7078, - [pbr::OriginalName("CmdMonopolyScrachRaffleTicketCsReq")] CmdMonopolyScrachRaffleTicketCsReq = 7019, - [pbr::OriginalName("CmdMonopolyGameRaiseRatioCsReq")] CmdMonopolyGameRaiseRatioCsReq = 7086, - [pbr::OriginalName("CmdMonopolyUpgradeAssetCsReq")] CmdMonopolyUpgradeAssetCsReq = 7071, - [pbr::OriginalName("CmdMonopolyGameSettleScNotify")] CmdMonopolyGameSettleScNotify = 7053, - [pbr::OriginalName("CmdDeleteSocialEventServerCacheScRsp")] CmdDeleteSocialEventServerCacheScRsp = 7027, - [pbr::OriginalName("CmdMonopolyGuessBuyInformationScRsp")] CmdMonopolyGuessBuyInformationScRsp = 7056, - [pbr::OriginalName("CmdGetMonopolyDailyReportCsReq")] CmdGetMonopolyDailyReportCsReq = 7038, - [pbr::OriginalName("CmdMonopolyGetDailyInitItemScRsp")] CmdMonopolyGetDailyInitItemScRsp = 7088, - [pbr::OriginalName("CmdMonopolyRollDiceScRsp")] CmdMonopolyRollDiceScRsp = 7070, - [pbr::OriginalName("CmdMonopolyQuizDurationChangeScNotify")] CmdMonopolyQuizDurationChangeScNotify = 7100, - [pbr::OriginalName("CmdMonopolyGetRaffleTicketScRsp")] CmdMonopolyGetRaffleTicketScRsp = 7016, - [pbr::OriginalName("CmdMonopolyGetRaffleTicketCsReq")] CmdMonopolyGetRaffleTicketCsReq = 7055, - [pbr::OriginalName("CmdMonopolyGetRafflePoolInfoScRsp")] CmdMonopolyGetRafflePoolInfoScRsp = 7085, - [pbr::OriginalName("CmdMonopolyGetRafflePoolInfoCsReq")] CmdMonopolyGetRafflePoolInfoCsReq = 7015, - [pbr::OriginalName("CmdGetMonopolyMbtiReportRewardCsReq")] CmdGetMonopolyMbtiReportRewardCsReq = 7061, - [pbr::OriginalName("CmdGetMonopolyDailyReportScRsp")] CmdGetMonopolyDailyReportScRsp = 7062, - [pbr::OriginalName("CmdMonopolyClickMbtiReportCsReq")] CmdMonopolyClickMbtiReportCsReq = 7054, - [pbr::OriginalName("CmdMonopolyReRollRandomScRsp")] CmdMonopolyReRollRandomScRsp = 7093, - [pbr::OriginalName("CmdGetSocialEventServerCacheScRsp")] CmdGetSocialEventServerCacheScRsp = 7040, - [pbr::OriginalName("CmdMonopolyGameGachaCsReq")] CmdMonopolyGameGachaCsReq = 7024, - [pbr::OriginalName("CmdGetMonopolyMbtiReportRewardScRsp")] CmdGetMonopolyMbtiReportRewardScRsp = 7080, - [pbr::OriginalName("CmdMonopolyGameRaiseRatioScRsp")] CmdMonopolyGameRaiseRatioScRsp = 7092, - [pbr::OriginalName("CmdMonopolyClickMbtiReportScRsp")] CmdMonopolyClickMbtiReportScRsp = 7090, - [pbr::OriginalName("CmdMonopolyAcceptQuizCsReq")] CmdMonopolyAcceptQuizCsReq = 7083, - [pbr::OriginalName("CmdMonopolyGetRegionProgressScRsp")] CmdMonopolyGetRegionProgressScRsp = 7043, - [pbr::OriginalName("CmdMonopolyScrachRaffleTicketScRsp")] CmdMonopolyScrachRaffleTicketScRsp = 7044, - [pbr::OriginalName("CmdMonopolyGameCreateScNotify")] CmdMonopolyGameCreateScNotify = 7068, - [pbr::OriginalName("CmdMonopolyMoveScRsp")] CmdMonopolyMoveScRsp = 7026, - [pbr::OriginalName("CmdMonopolyGiveUpCurContentCsReq")] CmdMonopolyGiveUpCurContentCsReq = 7051, - [pbr::OriginalName("CmdMonopolyAcceptQuizScRsp")] CmdMonopolyAcceptQuizScRsp = 7058, - [pbr::OriginalName("CmdMonopolyEventSelectFriendScRsp")] CmdMonopolyEventSelectFriendScRsp = 7033, - [pbr::OriginalName("CmdDailyFirstEnterMonopolyActivityCsReq")] CmdDailyFirstEnterMonopolyActivityCsReq = 7036, - [pbr::OriginalName("CmdMonopolySocialEventEffectScNotify")] CmdMonopolySocialEventEffectScNotify = 7064, - [pbr::OriginalName("CmdMonopolyGameGachaScRsp")] CmdMonopolyGameGachaScRsp = 7084, - [pbr::OriginalName("CmdDeleteSocialEventServerCacheCsReq")] CmdDeleteSocialEventServerCacheCsReq = 7059, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdMultiplayerType.cs b/Proto/CmdMultiplayerType.cs deleted file mode 100644 index fbb9791f..00000000 --- a/Proto/CmdMultiplayerType.cs +++ /dev/null @@ -1,63 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdMultiplayerType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdMultiplayerType.proto - public static partial class CmdMultiplayerTypeReflection { - - #region Descriptor - /// File descriptor for CmdMultiplayerType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdMultiplayerTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChhDbWRNdWx0aXBsYXllclR5cGUucHJvdG8qlgMKEkNtZE11bHRpcGxheWVy", - "VHlwZRIaChZDbWRNdWx0aXBsYXllclR5cGVOb25lEAASKgolQ21kTXVsdGlw", - "bGF5ZXJGaWdodEdhbWVGaW5pc2hTY05vdGlmeRDBCBImCiFDbWRNdWx0aXBs", - "YXllckZpZ2h0R2FtZVN0YXRlU2NSc3AQ9QcSIwoeQ21kTXVsdGlwbGF5ZXJG", - "aWdodEdpdmVVcENzUmVxEIsIEiQKH0NtZE11bHRpcGxheWVyR2V0RmlnaHRH", - "YXRlQ3NSZXEQlwgSKQokQ21kTXVsdGlwbGF5ZXJGaWdodEdhbWVTdGFydFNj", - "Tm90aWZ5EK4IEiYKIUNtZE11bHRpcGxheWVyRmlnaHRHYW1lU3RhdGVDc1Jl", - "cRDzBxIkCh9DbWRNdWx0aXBsYXllckdldEZpZ2h0R2F0ZVNjUnNwEPEHEiMK", - "HkNtZE11bHRpcGxheWVyRmlnaHRHaXZlVXBTY1JzcBDuBxInCiJDbWRNdWx0", - "aXBsYXllck1hdGNoM0ZpbmlzaFNjTm90aWZ5EIIIQh6qAhtFZ2dMaW5rLkRh", - "bmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdMultiplayerType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdMultiplayerType { - [pbr::OriginalName("CmdMultiplayerTypeNone")] None = 0, - [pbr::OriginalName("CmdMultiplayerFightGameFinishScNotify")] CmdMultiplayerFightGameFinishScNotify = 1089, - [pbr::OriginalName("CmdMultiplayerFightGameStateScRsp")] CmdMultiplayerFightGameStateScRsp = 1013, - [pbr::OriginalName("CmdMultiplayerFightGiveUpCsReq")] CmdMultiplayerFightGiveUpCsReq = 1035, - [pbr::OriginalName("CmdMultiplayerGetFightGateCsReq")] CmdMultiplayerGetFightGateCsReq = 1047, - [pbr::OriginalName("CmdMultiplayerFightGameStartScNotify")] CmdMultiplayerFightGameStartScNotify = 1070, - [pbr::OriginalName("CmdMultiplayerFightGameStateCsReq")] CmdMultiplayerFightGameStateCsReq = 1011, - [pbr::OriginalName("CmdMultiplayerGetFightGateScRsp")] CmdMultiplayerGetFightGateScRsp = 1009, - [pbr::OriginalName("CmdMultiplayerFightGiveUpScRsp")] CmdMultiplayerFightGiveUpScRsp = 1006, - [pbr::OriginalName("CmdMultiplayerMatch3FinishScNotify")] CmdMultiplayerMatch3FinishScNotify = 1026, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdMultipleDropType.cs b/Proto/CmdMultipleDropType.cs deleted file mode 100644 index dcd41eca..00000000 --- a/Proto/CmdMultipleDropType.cs +++ /dev/null @@ -1,57 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdMultipleDropType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdMultipleDropType.proto - public static partial class CmdMultipleDropTypeReflection { - - #region Descriptor - /// File descriptor for CmdMultipleDropType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdMultipleDropTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChlDbWRNdWx0aXBsZURyb3BUeXBlLnByb3RvKo4CChNDbWRNdWx0aXBsZURy", - "b3BUeXBlEhsKF0NtZE11bHRpcGxlRHJvcFR5cGVOb25lEAASHgoZQ21kTXVs", - "dGlwbGVEcm9wSW5mb05vdGlmeRD+IxIgChtDbWRHZXRNdWx0aXBsZURyb3BJ", - "bmZvU2NSc3AQhSQSKQokQ21kR2V0UGxheWVyUmV0dXJuTXVsdGlEcm9wSW5m", - "b0NzUmVxEIEkEiAKG0NtZE11bHRpcGxlRHJvcEluZm9TY05vdGlmeRCnJBIg", - "ChtDbWRHZXRNdWx0aXBsZURyb3BJbmZvQ3NSZXEQgyQSKQokQ21kR2V0UGxh", - "eWVyUmV0dXJuTXVsdGlEcm9wSW5mb1NjUnNwEJskQh6qAhtFZ2dMaW5rLkRh", - "bmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdMultipleDropType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdMultipleDropType { - [pbr::OriginalName("CmdMultipleDropTypeNone")] None = 0, - [pbr::OriginalName("CmdMultipleDropInfoNotify")] CmdMultipleDropInfoNotify = 4606, - [pbr::OriginalName("CmdGetMultipleDropInfoScRsp")] CmdGetMultipleDropInfoScRsp = 4613, - [pbr::OriginalName("CmdGetPlayerReturnMultiDropInfoCsReq")] CmdGetPlayerReturnMultiDropInfoCsReq = 4609, - [pbr::OriginalName("CmdMultipleDropInfoScNotify")] CmdMultipleDropInfoScNotify = 4647, - [pbr::OriginalName("CmdGetMultipleDropInfoCsReq")] CmdGetMultipleDropInfoCsReq = 4611, - [pbr::OriginalName("CmdGetPlayerReturnMultiDropInfoScRsp")] CmdGetPlayerReturnMultiDropInfoScRsp = 4635, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdMuseumType.cs b/Proto/CmdMuseumType.cs deleted file mode 100644 index fd873dc8..00000000 --- a/Proto/CmdMuseumType.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdMuseumType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdMuseumType.proto - public static partial class CmdMuseumTypeReflection { - - #region Descriptor - /// File descriptor for CmdMuseumType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdMuseumTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChNDbWRNdXNldW1UeXBlLnByb3RvKtMHCg1DbWRNdXNldW1UeXBlEhUKEUNt", - "ZE11c2V1bVR5cGVOb25lEAASGgoVQ21kR2V0TXVzZXVtSW5mb0NzUmVxENch", - "EiMKHkNtZE11c2V1bVJhbmRvbUV2ZW50UXVlcnlDc1JlcRDlIRInCiJDbWRN", - "dXNldW1UYXJnZXRNaXNzaW9uRmluaXNoTm90aWZ5EPEhEiAKG0NtZE11c2V1", - "bVRhcmdldFJld2FyZE5vdGlmeRCNIhIbChZDbWRTZXRTdHVmZlRvQXJlYUNz", - "UmVxEO8hEhoKFUNtZEdldE11c2V1bUluZm9TY1JzcBDZIRIgChtDbWRSZW1v", - "dmVTdHVmZkZyb21BcmVhU2NSc3AQpSISJAofQ21kTXVzZXVtUmFuZG9tRXZl", - "bnRTZWxlY3RTY1JzcBCTIhImCiFDbWRNdXNldW1SYW5kb21FdmVudFN0YXJ0", - "U2NOb3RpZnkQhSISGAoTQ21kR2V0U3R1ZmZTY05vdGlmeRDmIRIcChdDbWRV", - "cGdyYWRlQXJlYVN0YXRTY1JzcBCZIhIkCh9DbWRNdXNldW1UYWtlQ29sbGVj", - "dFJld2FyZFNjUnNwEOIhEhoKFUNtZEdldEV4aGliaXRTY05vdGlmeRDqIRIY", - "ChNDbWRCdXlOcGNTdHVmZlNjUnNwENUhEhgKE0NtZEJ1eU5wY1N0dWZmQ3NS", - "ZXEQ+yESJgohQ21kTXVzZXVtRGlzcGF0Y2hGaW5pc2hlZFNjTm90aWZ5EJ4i", - "EhoKFUNtZEZpbmlzaEN1clR1cm5Dc1JlcRCrIhIaChVDbWRGaW5pc2hDdXJU", - "dXJuU2NSc3AQ3iESIwoeQ21kTXVzZXVtUmFuZG9tRXZlbnRRdWVyeVNjUnNw", - "ENYhEhgKE0NtZFVwZ3JhZGVBcmVhU2NSc3AQ/iESIAobQ21kUmVtb3ZlU3R1", - "ZmZGcm9tQXJlYUNzUmVxEJIiEiQKH0NtZE11c2V1bVRha2VDb2xsZWN0UmV3", - "YXJkQ3NSZXEQgCISHAoXQ21kVXBncmFkZUFyZWFTdGF0Q3NSZXEQlSISGAoT", - "Q21kVXBncmFkZUFyZWFDc1JlcRDwIRIbChZDbWRTZXRTdHVmZlRvQXJlYVNj", - "UnNwENIhEh8KGkNtZE11c2V1bVRhcmdldFN0YXJ0Tm90aWZ5EP8hEiIKHUNt", - "ZE11c2V1bUZ1bmRzQ2hhbmdlZFNjTm90aWZ5EKkiEiQKH0NtZE11c2V1bVJh", - "bmRvbUV2ZW50U2VsZWN0Q3NSZXEQ0yESIQocQ21kTXVzZXVtSW5mb0NoYW5n", - "ZWRTY05vdGlmeRCnIkIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv", - "YgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdMuseumType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdMuseumType { - [pbr::OriginalName("CmdMuseumTypeNone")] None = 0, - [pbr::OriginalName("CmdGetMuseumInfoCsReq")] CmdGetMuseumInfoCsReq = 4311, - [pbr::OriginalName("CmdMuseumRandomEventQueryCsReq")] CmdMuseumRandomEventQueryCsReq = 4325, - [pbr::OriginalName("CmdMuseumTargetMissionFinishNotify")] CmdMuseumTargetMissionFinishNotify = 4337, - [pbr::OriginalName("CmdMuseumTargetRewardNotify")] CmdMuseumTargetRewardNotify = 4365, - [pbr::OriginalName("CmdSetStuffToAreaCsReq")] CmdSetStuffToAreaCsReq = 4335, - [pbr::OriginalName("CmdGetMuseumInfoScRsp")] CmdGetMuseumInfoScRsp = 4313, - [pbr::OriginalName("CmdRemoveStuffFromAreaScRsp")] CmdRemoveStuffFromAreaScRsp = 4389, - [pbr::OriginalName("CmdMuseumRandomEventSelectScRsp")] CmdMuseumRandomEventSelectScRsp = 4371, - [pbr::OriginalName("CmdMuseumRandomEventStartScNotify")] CmdMuseumRandomEventStartScNotify = 4357, - [pbr::OriginalName("CmdGetStuffScNotify")] CmdGetStuffScNotify = 4326, - [pbr::OriginalName("CmdUpgradeAreaStatScRsp")] CmdUpgradeAreaStatScRsp = 4377, - [pbr::OriginalName("CmdMuseumTakeCollectRewardScRsp")] CmdMuseumTakeCollectRewardScRsp = 4322, - [pbr::OriginalName("CmdGetExhibitScNotify")] CmdGetExhibitScNotify = 4330, - [pbr::OriginalName("CmdBuyNpcStuffScRsp")] CmdBuyNpcStuffScRsp = 4309, - [pbr::OriginalName("CmdBuyNpcStuffCsReq")] CmdBuyNpcStuffCsReq = 4347, - [pbr::OriginalName("CmdMuseumDispatchFinishedScNotify")] CmdMuseumDispatchFinishedScNotify = 4382, - [pbr::OriginalName("CmdFinishCurTurnCsReq")] CmdFinishCurTurnCsReq = 4395, - [pbr::OriginalName("CmdFinishCurTurnScRsp")] CmdFinishCurTurnScRsp = 4318, - [pbr::OriginalName("CmdMuseumRandomEventQueryScRsp")] CmdMuseumRandomEventQueryScRsp = 4310, - [pbr::OriginalName("CmdUpgradeAreaScRsp")] CmdUpgradeAreaScRsp = 4350, - [pbr::OriginalName("CmdRemoveStuffFromAreaCsReq")] CmdRemoveStuffFromAreaCsReq = 4370, - [pbr::OriginalName("CmdMuseumTakeCollectRewardCsReq")] CmdMuseumTakeCollectRewardCsReq = 4352, - [pbr::OriginalName("CmdUpgradeAreaStatCsReq")] CmdUpgradeAreaStatCsReq = 4373, - [pbr::OriginalName("CmdUpgradeAreaCsReq")] CmdUpgradeAreaCsReq = 4336, - [pbr::OriginalName("CmdSetStuffToAreaScRsp")] CmdSetStuffToAreaScRsp = 4306, - [pbr::OriginalName("CmdMuseumTargetStartNotify")] CmdMuseumTargetStartNotify = 4351, - [pbr::OriginalName("CmdMuseumFundsChangedScNotify")] CmdMuseumFundsChangedScNotify = 4393, - [pbr::OriginalName("CmdMuseumRandomEventSelectCsReq")] CmdMuseumRandomEventSelectCsReq = 4307, - [pbr::OriginalName("CmdMuseumInfoChangedScNotify")] CmdMuseumInfoChangedScNotify = 4391, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdMusicRhythmType.cs b/Proto/CmdMusicRhythmType.cs deleted file mode 100644 index b675fae1..00000000 --- a/Proto/CmdMusicRhythmType.cs +++ /dev/null @@ -1,68 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdMusicRhythmType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdMusicRhythmType.proto - public static partial class CmdMusicRhythmTypeReflection { - - #region Descriptor - /// File descriptor for CmdMusicRhythmType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdMusicRhythmTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChhDbWRNdXNpY1JoeXRobVR5cGUucHJvdG8qgQQKEkNtZE11c2ljUmh5dGht", - "VHlwZRIaChZDbWRNdXNpY1JoeXRobVR5cGVOb25lEAASKgolQ21kTXVzaWNS", - "aHl0aG1TYXZlU29uZ0NvbmZpZ0RhdGFDc1JlcRCWOxIoCiNDbWRNdXNpY1Jo", - "eXRobVVubG9ja1NvbmdTZnhTY05vdGlmeRCqOxIiCh1DbWRNdXNpY1JoeXRo", - "bVN0YXJ0TGV2ZWxDc1JlcRCiOxIqCiVDbWRNdXNpY1JoeXRobVNhdmVTb25n", - "Q29uZmlnRGF0YVNjUnNwEKU7EiMKHkNtZE11c2ljUmh5dGhtRmluaXNoTGV2", - "ZWxTY1JzcBCwOxIjCh5DbWRNdXNpY1JoeXRobUZpbmlzaExldmVsQ3NSZXEQ", - "oTsSHAoXQ21kTXVzaWNSaHl0aG1EYXRhU2NSc3AQrjsSIwoeQ21kTXVzaWNS", - "aHl0aG1VbmxvY2tTb25nTm90aWZ5EKg7EjIKLUNtZE11c2ljUmh5dGhtTWF4", - "RGlmZmljdWx0eUxldmVsc1VubG9ja05vdGlmeRCXOxIiCh1DbWRNdXNpY1Jo", - "eXRobVN0YXJ0TGV2ZWxTY1JzcBCdOxIcChdDbWRNdXNpY1JoeXRobURhdGFD", - "c1JlcRCVOxImCiFDbWRNdXNpY1JoeXRobVVubG9ja1RyYWNrU2NOb3RpZnkQ", - "mTtCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdMusicRhythmType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdMusicRhythmType { - [pbr::OriginalName("CmdMusicRhythmTypeNone")] None = 0, - [pbr::OriginalName("CmdMusicRhythmSaveSongConfigDataCsReq")] CmdMusicRhythmSaveSongConfigDataCsReq = 7574, - [pbr::OriginalName("CmdMusicRhythmUnlockSongSfxScNotify")] CmdMusicRhythmUnlockSongSfxScNotify = 7594, - [pbr::OriginalName("CmdMusicRhythmStartLevelCsReq")] CmdMusicRhythmStartLevelCsReq = 7586, - [pbr::OriginalName("CmdMusicRhythmSaveSongConfigDataScRsp")] CmdMusicRhythmSaveSongConfigDataScRsp = 7589, - [pbr::OriginalName("CmdMusicRhythmFinishLevelScRsp")] CmdMusicRhythmFinishLevelScRsp = 7600, - [pbr::OriginalName("CmdMusicRhythmFinishLevelCsReq")] CmdMusicRhythmFinishLevelCsReq = 7585, - [pbr::OriginalName("CmdMusicRhythmDataScRsp")] CmdMusicRhythmDataScRsp = 7598, - [pbr::OriginalName("CmdMusicRhythmUnlockSongNotify")] CmdMusicRhythmUnlockSongNotify = 7592, - [pbr::OriginalName("CmdMusicRhythmMaxDifficultyLevelsUnlockNotify")] CmdMusicRhythmMaxDifficultyLevelsUnlockNotify = 7575, - [pbr::OriginalName("CmdMusicRhythmStartLevelScRsp")] CmdMusicRhythmStartLevelScRsp = 7581, - [pbr::OriginalName("CmdMusicRhythmDataCsReq")] CmdMusicRhythmDataCsReq = 7573, - [pbr::OriginalName("CmdMusicRhythmUnlockTrackScNotify")] CmdMusicRhythmUnlockTrackScNotify = 7577, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdOfferingType.cs b/Proto/CmdOfferingType.cs deleted file mode 100644 index ee5c9e81..00000000 --- a/Proto/CmdOfferingType.cs +++ /dev/null @@ -1,58 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdOfferingType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdOfferingType.proto - public static partial class CmdOfferingTypeReflection { - - #region Descriptor - /// File descriptor for CmdOfferingType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdOfferingTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChVDbWRPZmZlcmluZ1R5cGUucHJvdG8qiAIKD0NtZE9mZmVyaW5nVHlwZRIX", - "ChNDbWRPZmZlcmluZ1R5cGVOb25lEAASHAoXQ21kT2ZmZXJpbmdJbmZvU2NO", - "b3RpZnkQmzYSHAoXQ21kR2V0T2ZmZXJpbmdJbmZvU2NSc3AQmDYSHwoaQ21k", - "VGFrZU9mZmVyaW5nUmV3YXJkU2NSc3AQkTYSHwoaQ21kU3VibWl0T2ZmZXJp", - "bmdJdGVtU2NSc3AQjDYSHwoaQ21kU3VibWl0T2ZmZXJpbmdJdGVtQ3NSZXEQ", - "nDYSHwoaQ21kVGFrZU9mZmVyaW5nUmV3YXJkQ3NSZXEQljYSHAoXQ21kR2V0", - "T2ZmZXJpbmdJbmZvQ3NSZXEQmTZCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZl", - "ci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdOfferingType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdOfferingType { - [pbr::OriginalName("CmdOfferingTypeNone")] None = 0, - [pbr::OriginalName("CmdOfferingInfoScNotify")] CmdOfferingInfoScNotify = 6939, - [pbr::OriginalName("CmdGetOfferingInfoScRsp")] CmdGetOfferingInfoScRsp = 6936, - [pbr::OriginalName("CmdTakeOfferingRewardScRsp")] CmdTakeOfferingRewardScRsp = 6929, - [pbr::OriginalName("CmdSubmitOfferingItemScRsp")] CmdSubmitOfferingItemScRsp = 6924, - [pbr::OriginalName("CmdSubmitOfferingItemCsReq")] CmdSubmitOfferingItemCsReq = 6940, - [pbr::OriginalName("CmdTakeOfferingRewardCsReq")] CmdTakeOfferingRewardCsReq = 6934, - [pbr::OriginalName("CmdGetOfferingInfoCsReq")] CmdGetOfferingInfoCsReq = 6937, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdPamMissionType.cs b/Proto/CmdPamMissionType.cs deleted file mode 100644 index 602fafbc..00000000 --- a/Proto/CmdPamMissionType.cs +++ /dev/null @@ -1,52 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdPamMissionType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdPamMissionType.proto - public static partial class CmdPamMissionTypeReflection { - - #region Descriptor - /// File descriptor for CmdPamMissionType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdPamMissionTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChdDbWRQYW1NaXNzaW9uVHlwZS5wcm90byqiAQoRQ21kUGFtTWlzc2lvblR5", - "cGUSGQoVQ21kUGFtTWlzc2lvblR5cGVOb25lEAASJQogQ21kQWNjZXB0ZWRQ", - "YW1NaXNzaW9uRXhwaXJlU2NSc3AQrR8SJAofQ21kU3luY0FjY2VwdGVkUGFt", - "TWlzc2lvbk5vdGlmeRDPHxIlCiBDbWRBY2NlcHRlZFBhbU1pc3Npb25FeHBp", - "cmVDc1JlcRCrH0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", - "cm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdPamMissionType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdPamMissionType { - [pbr::OriginalName("CmdPamMissionTypeNone")] None = 0, - [pbr::OriginalName("CmdAcceptedPamMissionExpireScRsp")] CmdAcceptedPamMissionExpireScRsp = 4013, - [pbr::OriginalName("CmdSyncAcceptedPamMissionNotify")] CmdSyncAcceptedPamMissionNotify = 4047, - [pbr::OriginalName("CmdAcceptedPamMissionExpireCsReq")] CmdAcceptedPamMissionExpireCsReq = 4011, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdPamSkinType.cs b/Proto/CmdPamSkinType.cs deleted file mode 100644 index 38cd03ff..00000000 --- a/Proto/CmdPamSkinType.cs +++ /dev/null @@ -1,54 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdPamSkinType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdPamSkinType.proto - public static partial class CmdPamSkinTypeReflection { - - #region Descriptor - /// File descriptor for CmdPamSkinType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdPamSkinTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChRDbWRQYW1Ta2luVHlwZS5wcm90byq5AQoOQ21kUGFtU2tpblR5cGUSFgoS", - "Q21kUGFtU2tpblR5cGVOb25lEAASGwoWQ21kR2V0UGFtU2tpbkRhdGFTY1Jz", - "cBDIPxIaChVDbWRTZWxlY3RQYW1Ta2luQ3NSZXEQzD8SHQoYQ21kVW5sb2Nr", - "UGFtU2tpblNjTm90aWZ5EMY/EhoKFUNtZFNlbGVjdFBhbVNraW5TY1JzcBC8", - "PxIbChZDbWRHZXRQYW1Ta2luRGF0YUNzUmVxEMk/Qh6qAhtFZ2dMaW5rLkRh", - "bmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdPamSkinType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdPamSkinType { - [pbr::OriginalName("CmdPamSkinTypeNone")] None = 0, - [pbr::OriginalName("CmdGetPamSkinDataScRsp")] CmdGetPamSkinDataScRsp = 8136, - [pbr::OriginalName("CmdSelectPamSkinCsReq")] CmdSelectPamSkinCsReq = 8140, - [pbr::OriginalName("CmdUnlockPamSkinScNotify")] CmdUnlockPamSkinScNotify = 8134, - [pbr::OriginalName("CmdSelectPamSkinScRsp")] CmdSelectPamSkinScRsp = 8124, - [pbr::OriginalName("CmdGetPamSkinDataCsReq")] CmdGetPamSkinDataCsReq = 8137, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdPetType.cs b/Proto/CmdPetType.cs deleted file mode 100644 index 77e12d94..00000000 --- a/Proto/CmdPetType.cs +++ /dev/null @@ -1,56 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdPetType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdPetType.proto - public static partial class CmdPetTypeReflection { - - #region Descriptor - /// File descriptor for CmdPetType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdPetTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChBDbWRQZXRUeXBlLnByb3RvKtEBCgpDbWRQZXRUeXBlEhIKDkNtZFBldFR5", - "cGVOb25lEAASHQoYQ21kQ3VyUGV0Q2hhbmdlZFNjTm90aWZ5ELs7EhYKEUNt", - "ZFN1bW1vblBldFNjUnNwELQ7EhYKEUNtZFJlY2FsbFBldENzUmVxELU7EhcK", - "EkNtZEdldFBldERhdGFDc1JlcRDJOxIXChJDbWRHZXRQZXREYXRhU2NSc3AQ", - "xTsSFgoRQ21kUmVjYWxsUGV0U2NSc3AQszsSFgoRQ21kU3VtbW9uUGV0Q3NS", - "ZXEQwDtCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdPetType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdPetType { - [pbr::OriginalName("CmdPetTypeNone")] None = 0, - [pbr::OriginalName("CmdCurPetChangedScNotify")] CmdCurPetChangedScNotify = 7611, - [pbr::OriginalName("CmdSummonPetScRsp")] CmdSummonPetScRsp = 7604, - [pbr::OriginalName("CmdRecallPetCsReq")] CmdRecallPetCsReq = 7605, - [pbr::OriginalName("CmdGetPetDataCsReq")] CmdGetPetDataCsReq = 7625, - [pbr::OriginalName("CmdGetPetDataScRsp")] CmdGetPetDataScRsp = 7621, - [pbr::OriginalName("CmdRecallPetScRsp")] CmdRecallPetScRsp = 7603, - [pbr::OriginalName("CmdSummonPetCsReq")] CmdSummonPetCsReq = 7616, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdPhoneType.cs b/Proto/CmdPhoneType.cs deleted file mode 100644 index c7c9427d..00000000 --- a/Proto/CmdPhoneType.cs +++ /dev/null @@ -1,64 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdPhoneType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdPhoneType.proto - public static partial class CmdPhoneTypeReflection { - - #region Descriptor - /// File descriptor for CmdPhoneType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdPhoneTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChJDbWRQaG9uZVR5cGUucHJvdG8q9wIKDENtZFBob25lVHlwZRIUChBDbWRQ", - "aG9uZVR5cGVOb25lEAASIAobQ21kVW5sb2NrQ2hhdEJ1YmJsZVNjTm90aWZ5", - "EI8oEhwKF0NtZFNlbGVjdFBob25lQ2FzZVNjUnNwEIooEh0KGENtZFNlbGVj", - "dENoYXRCdWJibGVDc1JlcRCbKBIZChRDbWRHZXRQaG9uZURhdGFTY1JzcBD5", - "JxIfChpDbWRVbmxvY2tQaG9uZUNhc2VTY05vdGlmeRDLKBIZChRDbWRHZXRQ", - "aG9uZURhdGFDc1JlcRD3JxIdChhDbWRTZWxlY3RQaG9uZVRoZW1lQ3NSZXEQ", - "8icSHAoXQ21kU2VsZWN0UGhvbmVDYXNlQ3NSZXEQhigSHQoYQ21kU2VsZWN0", - "Q2hhdEJ1YmJsZVNjUnNwEPUnEh0KGENtZFNlbGVjdFBob25lVGhlbWVTY1Jz", - "cBCyKBIgChtDbWRVbmxvY2tQaG9uZVRoZW1lU2NOb3RpZnkQxShCHqoCG0Vn", - "Z0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdPhoneType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdPhoneType { - [pbr::OriginalName("CmdPhoneTypeNone")] None = 0, - [pbr::OriginalName("CmdUnlockChatBubbleScNotify")] CmdUnlockChatBubbleScNotify = 5135, - [pbr::OriginalName("CmdSelectPhoneCaseScRsp")] CmdSelectPhoneCaseScRsp = 5130, - [pbr::OriginalName("CmdSelectChatBubbleCsReq")] CmdSelectChatBubbleCsReq = 5147, - [pbr::OriginalName("CmdGetPhoneDataScRsp")] CmdGetPhoneDataScRsp = 5113, - [pbr::OriginalName("CmdUnlockPhoneCaseScNotify")] CmdUnlockPhoneCaseScNotify = 5195, - [pbr::OriginalName("CmdGetPhoneDataCsReq")] CmdGetPhoneDataCsReq = 5111, - [pbr::OriginalName("CmdSelectPhoneThemeCsReq")] CmdSelectPhoneThemeCsReq = 5106, - [pbr::OriginalName("CmdSelectPhoneCaseCsReq")] CmdSelectPhoneCaseCsReq = 5126, - [pbr::OriginalName("CmdSelectChatBubbleScRsp")] CmdSelectChatBubbleScRsp = 5109, - [pbr::OriginalName("CmdSelectPhoneThemeScRsp")] CmdSelectPhoneThemeScRsp = 5170, - [pbr::OriginalName("CmdUnlockPhoneThemeScNotify")] CmdUnlockPhoneThemeScNotify = 5189, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdPlanetFesExtType.cs b/Proto/CmdPlanetFesExtType.cs deleted file mode 100644 index 483d3a04..00000000 --- a/Proto/CmdPlanetFesExtType.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdPlanetFesExtType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdPlanetFesExtType.proto - public static partial class CmdPlanetFesExtTypeReflection { - - #region Descriptor - /// File descriptor for CmdPlanetFesExtType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdPlanetFesExtTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChlDbWRQbGFuZXRGZXNFeHRUeXBlLnByb3RvKrwGChNDbWRQbGFuZXRGZXNF", - "eHRUeXBlEhsKF0NtZFBsYW5ldEZlc0V4dFR5cGVOb25lEAASKgolQ21kUGxh", - "bmV0RmVzRW50ZXJOZXh0QnVzaW5lc3NEYXlTY1JzcBCSQRIkCh9DbWRQbGFu", - "ZXRGZXNBcHBseUNhcmRQaWVjZVNjUnNwEI9BEigKI0NtZFBsYW5ldEZlc0xh", - "cmdlQm9udXNJbnRlcmFjdENzUmVxEOlAEigKI0NtZFBsYW5ldEZlc0xhcmdl", - "Qm9udXNJbnRlcmFjdFNjUnNwEIhBEisKJkNtZFBsYW5ldEZlc0dldEV4dHJh", - "Q2FyZFBpZWNlSW5mb0NzUmVxEIxBEigKI0NtZFBsYW5ldEZlc0dldEZyaWVu", - "ZENhcmRQaWVjZUNzUmVxEPBAEikKJENtZFBsYW5ldEZlc0dldE9mZmVyZWRD", - "YXJkUGllY2VDc1JlcRDyQBIjCh5DbWRQbGFuZXRGZXNHaXZlQ2FyZFBpZWNl", - "U2NSc3AQ70ASKQokQ21kUGxhbmV0RmVzR2V0T2ZmZXJlZENhcmRQaWVjZVNj", - "UnNwEIJBEiMKHkNtZFBsYW5ldEZlc0dpdmVDYXJkUGllY2VDc1JlcRCQQRIr", - "CiZDbWRQbGFuZXRGZXNHZXRFeHRyYUNhcmRQaWVjZUluZm9TY1JzcBD0QBIo", - "CiNDbWRQbGFuZXRGZXNHZXRGcmllbmRDYXJkUGllY2VTY1JzcBDoQBIqCiVD", - "bWRQbGFuZXRGZXNFbnRlck5leHRCdXNpbmVzc0RheUNzUmVxEJRBEjQKL0Nt", - "ZFBsYW5ldEZlc0NoYW5nZUNhcmRQaWVjZUFwcGx5UGVybWlzc2lvbkNzUmVx", - "EItBEiQKH0NtZFBsYW5ldEZlc0FwcGx5Q2FyZFBpZWNlQ3NSZXEQ/0ASKgol", - "Q21kUGxhbmV0RmVzSGFuZGxlQ2FyZFBpZWNlQXBwbHlTY1JzcBDsQBI0Ci9D", - "bWRQbGFuZXRGZXNDaGFuZ2VDYXJkUGllY2VBcHBseVBlcm1pc3Npb25TY1Jz", - "cBDrQBIqCiVDbWRQbGFuZXRGZXNIYW5kbGVDYXJkUGllY2VBcHBseUNzUmVx", - "EP5AQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdPlanetFesExtType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdPlanetFesExtType { - [pbr::OriginalName("CmdPlanetFesExtTypeNone")] None = 0, - [pbr::OriginalName("CmdPlanetFesEnterNextBusinessDayScRsp")] CmdPlanetFesEnterNextBusinessDayScRsp = 8338, - [pbr::OriginalName("CmdPlanetFesApplyCardPieceScRsp")] CmdPlanetFesApplyCardPieceScRsp = 8335, - [pbr::OriginalName("CmdPlanetFesLargeBonusInteractCsReq")] CmdPlanetFesLargeBonusInteractCsReq = 8297, - [pbr::OriginalName("CmdPlanetFesLargeBonusInteractScRsp")] CmdPlanetFesLargeBonusInteractScRsp = 8328, - [pbr::OriginalName("CmdPlanetFesGetExtraCardPieceInfoCsReq")] CmdPlanetFesGetExtraCardPieceInfoCsReq = 8332, - [pbr::OriginalName("CmdPlanetFesGetFriendCardPieceCsReq")] CmdPlanetFesGetFriendCardPieceCsReq = 8304, - [pbr::OriginalName("CmdPlanetFesGetOfferedCardPieceCsReq")] CmdPlanetFesGetOfferedCardPieceCsReq = 8306, - [pbr::OriginalName("CmdPlanetFesGiveCardPieceScRsp")] CmdPlanetFesGiveCardPieceScRsp = 8303, - [pbr::OriginalName("CmdPlanetFesGetOfferedCardPieceScRsp")] CmdPlanetFesGetOfferedCardPieceScRsp = 8322, - [pbr::OriginalName("CmdPlanetFesGiveCardPieceCsReq")] CmdPlanetFesGiveCardPieceCsReq = 8336, - [pbr::OriginalName("CmdPlanetFesGetExtraCardPieceInfoScRsp")] CmdPlanetFesGetExtraCardPieceInfoScRsp = 8308, - [pbr::OriginalName("CmdPlanetFesGetFriendCardPieceScRsp")] CmdPlanetFesGetFriendCardPieceScRsp = 8296, - [pbr::OriginalName("CmdPlanetFesEnterNextBusinessDayCsReq")] CmdPlanetFesEnterNextBusinessDayCsReq = 8340, - [pbr::OriginalName("CmdPlanetFesChangeCardPieceApplyPermissionCsReq")] CmdPlanetFesChangeCardPieceApplyPermissionCsReq = 8331, - [pbr::OriginalName("CmdPlanetFesApplyCardPieceCsReq")] CmdPlanetFesApplyCardPieceCsReq = 8319, - [pbr::OriginalName("CmdPlanetFesHandleCardPieceApplyScRsp")] CmdPlanetFesHandleCardPieceApplyScRsp = 8300, - [pbr::OriginalName("CmdPlanetFesChangeCardPieceApplyPermissionScRsp")] CmdPlanetFesChangeCardPieceApplyPermissionScRsp = 8299, - [pbr::OriginalName("CmdPlanetFesHandleCardPieceApplyCsReq")] CmdPlanetFesHandleCardPieceApplyCsReq = 8318, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdPlanetFesType.cs b/Proto/CmdPlanetFesType.cs deleted file mode 100644 index d07634d4..00000000 --- a/Proto/CmdPlanetFesType.cs +++ /dev/null @@ -1,140 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdPlanetFesType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdPlanetFesType.proto - public static partial class CmdPlanetFesTypeReflection { - - #region Descriptor - /// File descriptor for CmdPlanetFesType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdPlanetFesTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChZDbWRQbGFuZXRGZXNUeXBlLnByb3RvKt0PChBDbWRQbGFuZXRGZXNUeXBl", - "EhgKFENtZFBsYW5ldEZlc1R5cGVOb25lEAASLQooQ21kUGxhbmV0RmVzQnVz", - "aW5lc3NEYXlSZWZyZXNoRXZlbnRDc1JlcRCTQBItCihDbWRQbGFuZXRGZXND", - "aG9vc2VBdmF0YXJFdmVudE9wdGlvbkNzUmVxEKJAEiUKIENtZFBsYW5ldEZl", - "c1Rha2VRdWVzdFJld2FyZENzUmVxELhAEicKIkNtZFBsYW5ldEZlc1VwZ3Jh", - "ZGVTa2lsbExldmVsU2NSc3AQs0ASIwoeQ21kUGxhbmV0RmVzQXZhdGFyTGV2", - "ZWxVcENzUmVxEK5AEh0KGENtZFBsYW5ldEZlc0J1eUxhbmRTY1JzcBCkQBIj", - "Ch5DbWRQbGFuZXRGZXNTdGFydE1pbmlHYW1lU2NSc3AQnUASKAojQ21kUGxh", - "bmV0RmVzR2V0QnVzaW5lc3NEYXlJbmZvU2NSc3AQrUASJwoiQ21kUGxhbmV0", - "RmVzU2V0Q3VzdG9tS2V5VmFsdWVTY1JzcBCsQBIjCh5DbWRQbGFuZXRGZXNH", - "YW1lQmluZ29GbGlwU2NSc3AQn0ASMAorQ21kUGxhbmV0RmVzRnJpZW5kUmFu", - "a2luZ0luZm9DaGFuZ2VTY05vdGlmeRCgQBIjCh5DbWRQbGFuZXRGZXNHYW1l", - "QmluZ29GbGlwQ3NSZXEQr0ASJQogQ21kUGxhbmV0RmVzVGFrZVF1ZXN0UmV3", - "YXJkU2NSc3AQq0ASJQogQ21kUGxhbmV0RmVzRGVsaXZlclBhbUNhcmdvQ3NS", - "ZXEQuUASKwomQ21kUGxhbmV0RmVzVGFrZVJlZ2lvblBoYXNlUmV3YXJkQ3NS", - "ZXEQqkASIwoeQ21kUGxhbmV0RmVzU2V0QXZhdGFyV29ya0NzUmVxEJFAEiMK", - "HkNtZFBsYW5ldEZlc0NvbGxlY3RJbmNvbWVDc1JlcRCOQBIlCiBDbWRQbGFu", - "ZXRGZXNEZWxpdmVyUGFtQ2FyZ29TY1JzcBCNQBIoCiNDbWRQbGFuZXRGZXNC", - "b251c0V2ZW50SW50ZXJhY3RTY1JzcBCZQBIdChhDbWRQbGFuZXRGZXNEb0dh", - "Y2hhQ3NSZXEQlUASHQoYQ21kR2V0UGxhbmV0RmVzRGF0YUNzUmVxELJAEi4K", - "KUNtZFBsYW5ldEZlc0dldEZyaWVuZFJhbmtpbmdJbmZvTGlzdENzUmVxELdA", - "Ei4KKUNtZFBsYW5ldEZlc0dldEZyaWVuZFJhbmtpbmdJbmZvTGlzdFNjUnNw", - "EJxAEicKIkNtZFBsYW5ldEZlc1NldEN1c3RvbUtleVZhbHVlQ3NSZXEQl0AS", - "JQogQ21kUGxhbmV0RmVzVXBncmFkZUZlc0xldmVsQ3NSZXEQlEASIwoeQ21k", - "UGxhbmV0RmVzQXZhdGFyTGV2ZWxVcFNjUnNwELpAEiIKHUNtZFBsYW5ldEZl", - "c0NsaWVudFN0YXR1c1NjUnNwEJhAEigKI0NtZFBsYW5ldEZlc0JvbnVzRXZl", - "bnRJbnRlcmFjdENzUmVxEKNAEicKIkNtZFBsYW5ldEZlc1VwZ3JhZGVTa2ls", - "bExldmVsQ3NSZXEQtEASLwoqQ21kUGxhbmV0RmVzRGVhbEF2YXRhckV2ZW50", - "T3B0aW9uSXRlbVNjUnNwEKlAEiMKHkNtZFBsYW5ldEZlc0NvbGxlY3RJbmNv", - "bWVTY1JzcBCxQBItCihDbWRQbGFuZXRGZXNCdXNpbmVzc0RheVJlZnJlc2hF", - "dmVudFNjUnNwEIxAEiYKIUNtZFBsYW5ldEZlc0NvbGxlY3RBbGxJbmNvbWVD", - "c1JlcRCoQBIlCiBDbWRQbGFuZXRGZXNVcGdyYWRlRmVzTGV2ZWxTY1JzcBCw", - "QBImCiFDbWRQbGFuZXRGZXNDb2xsZWN0QWxsSW5jb21lU2NSc3AQtkASHQoY", - "Q21kUGxhbmV0RmVzVXNlSXRlbVNjUnNwEKFAEh0KGENtZFBsYW5ldEZlc0J1", - "eUxhbmRDc1JlcRC1QBIdChhDbWRQbGFuZXRGZXNEb0dhY2hhU2NSc3AQj0AS", - "KwomQ21kUGxhbmV0RmVzVGFrZVJlZ2lvblBoYXNlUmV3YXJkU2NSc3AQm0AS", - "HQoYQ21kR2V0UGxhbmV0RmVzRGF0YVNjUnNwEJpAEiMKHkNtZFBsYW5ldEZl", - "c1N0YXJ0TWluaUdhbWVDc1JlcRCnQBIjCh5DbWRQbGFuZXRGZXNHZXRBdmF0", - "YXJTdGF0Q3NSZXEQiUASHQoYQ21kUGxhbmV0RmVzVXNlSXRlbUNzUmVxEIpA", - "EiMKHkNtZFBsYW5ldEZlc1N5bmNDaGFuZ2VTY05vdGlmeRCWQBIjCh5DbWRQ", - "bGFuZXRGZXNHZXRBdmF0YXJTdGF0U2NSc3AQi0ASIgodQ21kUGxhbmV0RmVz", - "Q2xpZW50U3RhdHVzQ3NSZXEQkkASLQooQ21kUGxhbmV0RmVzQ2hvb3NlQXZh", - "dGFyRXZlbnRPcHRpb25TY1JzcBCQQBIvCipDbWRQbGFuZXRGZXNEZWFsQXZh", - "dGFyRXZlbnRPcHRpb25JdGVtQ3NSZXEQpkASKAojQ21kUGxhbmV0RmVzR2V0", - "QnVzaW5lc3NEYXlJbmZvQ3NSZXEQnkASIwoeQ21kUGxhbmV0RmVzU2V0QXZh", - "dGFyV29ya1NjUnNwEKVAQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJv", - "dG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdPlanetFesType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdPlanetFesType { - [pbr::OriginalName("CmdPlanetFesTypeNone")] None = 0, - [pbr::OriginalName("CmdPlanetFesBusinessDayRefreshEventCsReq")] CmdPlanetFesBusinessDayRefreshEventCsReq = 8211, - [pbr::OriginalName("CmdPlanetFesChooseAvatarEventOptionCsReq")] CmdPlanetFesChooseAvatarEventOptionCsReq = 8226, - [pbr::OriginalName("CmdPlanetFesTakeQuestRewardCsReq")] CmdPlanetFesTakeQuestRewardCsReq = 8248, - [pbr::OriginalName("CmdPlanetFesUpgradeSkillLevelScRsp")] CmdPlanetFesUpgradeSkillLevelScRsp = 8243, - [pbr::OriginalName("CmdPlanetFesAvatarLevelUpCsReq")] CmdPlanetFesAvatarLevelUpCsReq = 8238, - [pbr::OriginalName("CmdPlanetFesBuyLandScRsp")] CmdPlanetFesBuyLandScRsp = 8228, - [pbr::OriginalName("CmdPlanetFesStartMiniGameScRsp")] CmdPlanetFesStartMiniGameScRsp = 8221, - [pbr::OriginalName("CmdPlanetFesGetBusinessDayInfoScRsp")] CmdPlanetFesGetBusinessDayInfoScRsp = 8237, - [pbr::OriginalName("CmdPlanetFesSetCustomKeyValueScRsp")] CmdPlanetFesSetCustomKeyValueScRsp = 8236, - [pbr::OriginalName("CmdPlanetFesGameBingoFlipScRsp")] CmdPlanetFesGameBingoFlipScRsp = 8223, - [pbr::OriginalName("CmdPlanetFesFriendRankingInfoChangeScNotify")] CmdPlanetFesFriendRankingInfoChangeScNotify = 8224, - [pbr::OriginalName("CmdPlanetFesGameBingoFlipCsReq")] CmdPlanetFesGameBingoFlipCsReq = 8239, - [pbr::OriginalName("CmdPlanetFesTakeQuestRewardScRsp")] CmdPlanetFesTakeQuestRewardScRsp = 8235, - [pbr::OriginalName("CmdPlanetFesDeliverPamCargoCsReq")] CmdPlanetFesDeliverPamCargoCsReq = 8249, - [pbr::OriginalName("CmdPlanetFesTakeRegionPhaseRewardCsReq")] CmdPlanetFesTakeRegionPhaseRewardCsReq = 8234, - [pbr::OriginalName("CmdPlanetFesSetAvatarWorkCsReq")] CmdPlanetFesSetAvatarWorkCsReq = 8209, - [pbr::OriginalName("CmdPlanetFesCollectIncomeCsReq")] CmdPlanetFesCollectIncomeCsReq = 8206, - [pbr::OriginalName("CmdPlanetFesDeliverPamCargoScRsp")] CmdPlanetFesDeliverPamCargoScRsp = 8205, - [pbr::OriginalName("CmdPlanetFesBonusEventInteractScRsp")] CmdPlanetFesBonusEventInteractScRsp = 8217, - [pbr::OriginalName("CmdPlanetFesDoGachaCsReq")] CmdPlanetFesDoGachaCsReq = 8213, - [pbr::OriginalName("CmdGetPlanetFesDataCsReq")] CmdGetPlanetFesDataCsReq = 8242, - [pbr::OriginalName("CmdPlanetFesGetFriendRankingInfoListCsReq")] CmdPlanetFesGetFriendRankingInfoListCsReq = 8247, - [pbr::OriginalName("CmdPlanetFesGetFriendRankingInfoListScRsp")] CmdPlanetFesGetFriendRankingInfoListScRsp = 8220, - [pbr::OriginalName("CmdPlanetFesSetCustomKeyValueCsReq")] CmdPlanetFesSetCustomKeyValueCsReq = 8215, - [pbr::OriginalName("CmdPlanetFesUpgradeFesLevelCsReq")] CmdPlanetFesUpgradeFesLevelCsReq = 8212, - [pbr::OriginalName("CmdPlanetFesAvatarLevelUpScRsp")] CmdPlanetFesAvatarLevelUpScRsp = 8250, - [pbr::OriginalName("CmdPlanetFesClientStatusScRsp")] CmdPlanetFesClientStatusScRsp = 8216, - [pbr::OriginalName("CmdPlanetFesBonusEventInteractCsReq")] CmdPlanetFesBonusEventInteractCsReq = 8227, - [pbr::OriginalName("CmdPlanetFesUpgradeSkillLevelCsReq")] CmdPlanetFesUpgradeSkillLevelCsReq = 8244, - [pbr::OriginalName("CmdPlanetFesDealAvatarEventOptionItemScRsp")] CmdPlanetFesDealAvatarEventOptionItemScRsp = 8233, - [pbr::OriginalName("CmdPlanetFesCollectIncomeScRsp")] CmdPlanetFesCollectIncomeScRsp = 8241, - [pbr::OriginalName("CmdPlanetFesBusinessDayRefreshEventScRsp")] CmdPlanetFesBusinessDayRefreshEventScRsp = 8204, - [pbr::OriginalName("CmdPlanetFesCollectAllIncomeCsReq")] CmdPlanetFesCollectAllIncomeCsReq = 8232, - [pbr::OriginalName("CmdPlanetFesUpgradeFesLevelScRsp")] CmdPlanetFesUpgradeFesLevelScRsp = 8240, - [pbr::OriginalName("CmdPlanetFesCollectAllIncomeScRsp")] CmdPlanetFesCollectAllIncomeScRsp = 8246, - [pbr::OriginalName("CmdPlanetFesUseItemScRsp")] CmdPlanetFesUseItemScRsp = 8225, - [pbr::OriginalName("CmdPlanetFesBuyLandCsReq")] CmdPlanetFesBuyLandCsReq = 8245, - [pbr::OriginalName("CmdPlanetFesDoGachaScRsp")] CmdPlanetFesDoGachaScRsp = 8207, - [pbr::OriginalName("CmdPlanetFesTakeRegionPhaseRewardScRsp")] CmdPlanetFesTakeRegionPhaseRewardScRsp = 8219, - [pbr::OriginalName("CmdGetPlanetFesDataScRsp")] CmdGetPlanetFesDataScRsp = 8218, - [pbr::OriginalName("CmdPlanetFesStartMiniGameCsReq")] CmdPlanetFesStartMiniGameCsReq = 8231, - [pbr::OriginalName("CmdPlanetFesGetAvatarStatCsReq")] CmdPlanetFesGetAvatarStatCsReq = 8201, - [pbr::OriginalName("CmdPlanetFesUseItemCsReq")] CmdPlanetFesUseItemCsReq = 8202, - [pbr::OriginalName("CmdPlanetFesSyncChangeScNotify")] CmdPlanetFesSyncChangeScNotify = 8214, - [pbr::OriginalName("CmdPlanetFesGetAvatarStatScRsp")] CmdPlanetFesGetAvatarStatScRsp = 8203, - [pbr::OriginalName("CmdPlanetFesClientStatusCsReq")] CmdPlanetFesClientStatusCsReq = 8210, - [pbr::OriginalName("CmdPlanetFesChooseAvatarEventOptionScRsp")] CmdPlanetFesChooseAvatarEventOptionScRsp = 8208, - [pbr::OriginalName("CmdPlanetFesDealAvatarEventOptionItemCsReq")] CmdPlanetFesDealAvatarEventOptionItemCsReq = 8230, - [pbr::OriginalName("CmdPlanetFesGetBusinessDayInfoCsReq")] CmdPlanetFesGetBusinessDayInfoCsReq = 8222, - [pbr::OriginalName("CmdPlanetFesSetAvatarWorkScRsp")] CmdPlanetFesSetAvatarWorkScRsp = 8229, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdPlayerBoardType.cs b/Proto/CmdPlayerBoardType.cs deleted file mode 100644 index 0ef17d6d..00000000 --- a/Proto/CmdPlayerBoardType.cs +++ /dev/null @@ -1,71 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdPlayerBoardType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdPlayerBoardType.proto - public static partial class CmdPlayerBoardTypeReflection { - - #region Descriptor - /// File descriptor for CmdPlayerBoardType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdPlayerBoardTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChhDbWRQbGF5ZXJCb2FyZFR5cGUucHJvdG8q/AMKEkNtZFBsYXllckJvYXJk", - "VHlwZRIaChZDbWRQbGF5ZXJCb2FyZFR5cGVOb25lEAASHwoaQ21kR2V0UGxh", - "eWVyQm9hcmREYXRhU2NSc3AQ/RUSIwoeQ21kU2V0SXNEaXNwbGF5QXZhdGFy", - "SW5mb1NjUnNwEMkWEh0KGENtZFNldERpc3BsYXlBdmF0YXJDc1JlcRCTFhIZ", - "ChRDbWRTZXRTaWduYXR1cmVTY1JzcBDPFhIjCh5DbWRTZXRJc0Rpc3BsYXlB", - "dmF0YXJJbmZvQ3NSZXEQthYSHwoaQ21kR2V0UGxheWVyQm9hcmREYXRhQ3NS", - "ZXEQ+xUSHAoXQ21kU2V0UGVyc29uYWxDYXJkU2NSc3AQuRYSHAoXQ21kU2V0", - "UGVyc29uYWxDYXJkQ3NSZXEQohYSHgoZQ21kVW5sb2NrSGVhZEljb25TY05v", - "dGlmeRCKFhIZChRDbWRTZXRTaWduYXR1cmVDc1JlcRCOFhIdChhDbWRTZXRE", - "aXNwbGF5QXZhdGFyU2NSc3AQ9hUSHAoXQ21kU2V0QXNzaXN0QXZhdGFyU2NS", - "c3AQlBYSGAoTQ21kU2V0SGVhZEljb25Dc1JlcRCfFhIYChNDbWRTZXRIZWFk", - "SWNvblNjUnNwEPkVEhwKF0NtZFNldEFzc2lzdEF2YXRhckNzUmVxEIIWQh6q", - "AhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdPlayerBoardType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdPlayerBoardType { - [pbr::OriginalName("CmdPlayerBoardTypeNone")] None = 0, - [pbr::OriginalName("CmdGetPlayerBoardDataScRsp")] CmdGetPlayerBoardDataScRsp = 2813, - [pbr::OriginalName("CmdSetIsDisplayAvatarInfoScRsp")] CmdSetIsDisplayAvatarInfoScRsp = 2889, - [pbr::OriginalName("CmdSetDisplayAvatarCsReq")] CmdSetDisplayAvatarCsReq = 2835, - [pbr::OriginalName("CmdSetSignatureScRsp")] CmdSetSignatureScRsp = 2895, - [pbr::OriginalName("CmdSetIsDisplayAvatarInfoCsReq")] CmdSetIsDisplayAvatarInfoCsReq = 2870, - [pbr::OriginalName("CmdGetPlayerBoardDataCsReq")] CmdGetPlayerBoardDataCsReq = 2811, - [pbr::OriginalName("CmdSetPersonalCardScRsp")] CmdSetPersonalCardScRsp = 2873, - [pbr::OriginalName("CmdSetPersonalCardCsReq")] CmdSetPersonalCardCsReq = 2850, - [pbr::OriginalName("CmdUnlockHeadIconScNotify")] CmdUnlockHeadIconScNotify = 2826, - [pbr::OriginalName("CmdSetSignatureCsReq")] CmdSetSignatureCsReq = 2830, - [pbr::OriginalName("CmdSetDisplayAvatarScRsp")] CmdSetDisplayAvatarScRsp = 2806, - [pbr::OriginalName("CmdSetAssistAvatarScRsp")] CmdSetAssistAvatarScRsp = 2836, - [pbr::OriginalName("CmdSetHeadIconCsReq")] CmdSetHeadIconCsReq = 2847, - [pbr::OriginalName("CmdSetHeadIconScRsp")] CmdSetHeadIconScRsp = 2809, - [pbr::OriginalName("CmdSetAssistAvatarCsReq")] CmdSetAssistAvatarCsReq = 2818, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdPlayerReturnType.cs b/Proto/CmdPlayerReturnType.cs deleted file mode 100644 index 7a6a48bc..00000000 --- a/Proto/CmdPlayerReturnType.cs +++ /dev/null @@ -1,70 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdPlayerReturnType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdPlayerReturnType.proto - public static partial class CmdPlayerReturnTypeReflection { - - #region Descriptor - /// File descriptor for CmdPlayerReturnType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdPlayerReturnTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChlDbWRQbGF5ZXJSZXR1cm5UeXBlLnByb3RvKpMEChNDbWRQbGF5ZXJSZXR1", - "cm5UeXBlEhsKF0NtZFBsYXllclJldHVyblR5cGVOb25lEAASIwoeQ21kUGxh", - "eWVyUmV0dXJuVGFrZVJld2FyZENzUmVxENojEicKIkNtZFBsYXllclJldHVy", - "bkZvcmNlRmluaXNoU2NOb3RpZnkQ8yMSIgodQ21kUGxheWVyUmV0dXJuSW5m", - "b1F1ZXJ5U2NSc3AQsiMSIQocQ21kUGxheWVyUmV0dXJuU3RhcnRTY05vdGlm", - "eRCfIxIdChhDbWRQbGF5ZXJSZXR1cm5TaWduQ3NSZXEQoSMSIgodQ21kUGxh", - "eWVyUmV0dXJuVGFrZVJlbGljU2NSc3AQuCMSIgodQ21kUGxheWVyUmV0dXJu", - "SW5mb1F1ZXJ5Q3NSZXEQriMSIgodQ21kUGxheWVyUmV0dXJuVGFrZVJlbGlj", - "Q3NSZXEQpiMSIwoeQ21kUGxheWVyUmV0dXJuVGFrZVJld2FyZFNjUnNwEO0j", - "EigKI0NtZFBsYXllclJldHVyblRha2VQb2ludFJld2FyZFNjUnNwEJojEigK", - "I0NtZFBsYXllclJldHVyblRha2VQb2ludFJld2FyZENzUmVxELcjEh0KGENt", - "ZFBsYXllclJldHVyblNpZ25TY1JzcBDDIxInCiJDbWRQbGF5ZXJSZXR1cm5Q", - "b2ludENoYW5nZVNjTm90aWZ5EJ0jQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2", - "ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdPlayerReturnType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdPlayerReturnType { - [pbr::OriginalName("CmdPlayerReturnTypeNone")] None = 0, - [pbr::OriginalName("CmdPlayerReturnTakeRewardCsReq")] CmdPlayerReturnTakeRewardCsReq = 4570, - [pbr::OriginalName("CmdPlayerReturnForceFinishScNotify")] CmdPlayerReturnForceFinishScNotify = 4595, - [pbr::OriginalName("CmdPlayerReturnInfoQueryScRsp")] CmdPlayerReturnInfoQueryScRsp = 4530, - [pbr::OriginalName("CmdPlayerReturnStartScNotify")] CmdPlayerReturnStartScNotify = 4511, - [pbr::OriginalName("CmdPlayerReturnSignCsReq")] CmdPlayerReturnSignCsReq = 4513, - [pbr::OriginalName("CmdPlayerReturnTakeRelicScRsp")] CmdPlayerReturnTakeRelicScRsp = 4536, - [pbr::OriginalName("CmdPlayerReturnInfoQueryCsReq")] CmdPlayerReturnInfoQueryCsReq = 4526, - [pbr::OriginalName("CmdPlayerReturnTakeRelicCsReq")] CmdPlayerReturnTakeRelicCsReq = 4518, - [pbr::OriginalName("CmdPlayerReturnTakeRewardScRsp")] CmdPlayerReturnTakeRewardScRsp = 4589, - [pbr::OriginalName("CmdPlayerReturnTakePointRewardScRsp")] CmdPlayerReturnTakePointRewardScRsp = 4506, - [pbr::OriginalName("CmdPlayerReturnTakePointRewardCsReq")] CmdPlayerReturnTakePointRewardCsReq = 4535, - [pbr::OriginalName("CmdPlayerReturnSignScRsp")] CmdPlayerReturnSignScRsp = 4547, - [pbr::OriginalName("CmdPlayerReturnPointChangeScNotify")] CmdPlayerReturnPointChangeScNotify = 4509, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdPlayerSync.cs b/Proto/CmdPlayerSync.cs deleted file mode 100644 index 4165b072..00000000 --- a/Proto/CmdPlayerSync.cs +++ /dev/null @@ -1,47 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdPlayerSync.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdPlayerSync.proto - public static partial class CmdPlayerSyncReflection { - - #region Descriptor - /// File descriptor for CmdPlayerSync.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdPlayerSyncReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChNDbWRQbGF5ZXJTeW5jLnByb3RvKkIKDUNtZFBsYXllclN5bmMSFQoRQ21k", - "UGxheWVyU3luY05vbmUQABIaChVDbWRQbGF5ZXJTeW5jU2NOb3RpZnkQ4wRC", - "HqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdPlayerSync), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdPlayerSync { - [pbr::OriginalName("CmdPlayerSyncNone")] None = 0, - [pbr::OriginalName("CmdPlayerSyncScNotify")] ScNotify = 611, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdPlayerType.cs b/Proto/CmdPlayerType.cs deleted file mode 100644 index fc4ad1ec..00000000 --- a/Proto/CmdPlayerType.cs +++ /dev/null @@ -1,169 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdPlayerType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdPlayerType.proto - public static partial class CmdPlayerTypeReflection { - - #region Descriptor - /// File descriptor for CmdPlayerType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdPlayerTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChNDbWRQbGF5ZXJUeXBlLnByb3RvKrkRCg1DbWRQbGF5ZXJUeXBlEhUKEUNt", - "ZFBsYXllclR5cGVOb25lEAASGwoXQ21kQ2xpZW50T2JqVXBsb2FkU2NSc3AQ", - "ShIZChVDbWRTZXRQbGF5ZXJJbmZvU2NSc3AQXhIfChtDbWRVcGRhdGVQbGF5", - "ZXJTZXR0aW5nU2NSc3AQVRIbChdDbWRTZXJ2ZXJBbm5vdW5jZU5vdGlmeRBW", - "Eh8KG0NtZFNldEdhbWVwbGF5QmlydGhkYXlDc1JlcRA/EiQKIENtZENsaWVu", - "dE9iakRvd25sb2FkRGF0YVNjTm90aWZ5EBQSGgoWQ21kUGxheWVyR2V0VG9r", - "ZW5TY1JzcBAGEhsKF0NtZFBsYXllckhlYXJ0QmVhdENzUmVxEGMSHAoYQ21k", - "TW9udGhDYXJkUmV3YXJkTm90aWZ5EEUSFQoRQ21kR21UYWxrU2NOb3RpZnkQ", - "WRIjCh9DbWRHZXRMZXZlbFJld2FyZFRha2VuTGlzdFNjUnNwEEcSHAoYQ21k", - "UXVlcnlQcm9kdWN0SW5mb0NzUmVxEDgSFwoTQ21kU2V0Tmlja25hbWVTY1Jz", - "cBAKEhcKE0NtZFBsYXllckxvZ2luQ3NSZXEQCxIZChVDbWRSZWdpb25TdG9w", - "U2NOb3RpZnkQXRIiCh5DbWRSZXNlcnZlU3RhbWluYUV4Y2hhbmdlU2NSc3AQ", - "TBIZChVDbWRBbnRpQWRkaWN0U2NOb3RpZnkQORIaChZDbWRBY2VBbnRpQ2hl", - "YXRlckNzUmVxEE4SIwofQ21kR2V0TGV2ZWxSZXdhcmRUYWtlbkxpc3RDc1Jl", - "cRAHEhgKFENtZEdldEJhc2ljSW5mb1NjUnNwECkSIgoeQ21kU2V0TXVsdGlw", - "bGVBdmF0YXJQYXRoc0NzUmVxEFoSIgoeQ21kR2V0TXVsdGlQYXRoQXZhdGFy", - "SW5mb1NjUnNwEDESGQoVQ21kRGFpbHlSZWZyZXNoTm90aWZ5EBESHwobQ21k", - "U2V0R2FtZXBsYXlCaXJ0aGRheVNjUnNwEAQSGgoWQ21kR2V0TGV2ZWxSZXdh", - "cmRDc1JlcRBSEiIKHkNtZFNldE11bHRpcGxlQXZhdGFyUGF0aHNTY1JzcBAi", - "EhQKEENtZFJldGNvZGVOb3RpZnkQQhIWChJDbWRHZXRBdXRoa2V5Q3NSZXEQ", - "TRIZChVDbWRHYXRlU2VydmVyU2NOb3RpZnkQCBIZChVDbWRTZXRBdmF0YXJQ", - "YXRoU2NSc3AQKhIfChtDbWRVcGRhdGVQbGF5ZXJTZXR0aW5nQ3NSZXEQDxIc", - "ChhDbWRHZXRTZWNyZXRLZXlJbmZvU2NSc3AQOxIiCh5DbWRSZXNlcnZlU3Rh", - "bWluYUV4Y2hhbmdlQ3NSZXEQLBIdChlDbWRQbGF5ZXJMb2dpbkZpbmlzaFNj", - "UnNwEEMSGAoUQ21kR2V0QmFzaWNJbmZvQ3NSZXEQDhISCg5DbWRHbVRhbGtD", - "c1JlcRAeEhoKFkNtZFBsYXllckdldFRva2VuQ3NSZXEQIxIWChJDbWRHZXRB", - "dXRoa2V5U2NSc3AQWxIiCh5DbWRHZXRNdWx0aVBhdGhBdmF0YXJJbmZvQ3NS", - "ZXEQAxIeChpDbWRHZXRWaWRlb1ZlcnNpb25LZXlTY1JzcBAQEhkKFUNtZFNl", - "dEF2YXRhclBhdGhDc1JlcRA+EhUKEUNtZFNldEdlbmRlclNjUnNwEEQSIgoe", - "Q21kRmVhdHVyZVN3aXRjaENsb3NlZFNjTm90aWZ5ECESFQoRQ21kU2V0R2Vu", - "ZGVyQ3NSZXEQOhIaChZDbWRBY2VBbnRpQ2hlYXRlclNjUnNwEGASHgoaQ21k", - "R2V0VmlkZW9WZXJzaW9uS2V5Q3NSZXEQNxIhCh1DbWRDbGllbnREb3dubG9h", - "ZERhdGFTY05vdGlmeRBkEiAKHENtZFNldFJlZFBvaW50U3RhdHVzU2NOb3Rp", - "ZnkQDBIiCh5DbWRVcGRhdGVGZWF0dXJlU3dpdGNoU2NOb3RpZnkQLhIcChhD", - "bWRRdWVyeVByb2R1Y3RJbmZvU2NSc3AQURIXChNDbWRTZXROaWNrbmFtZUNz", - "UmVxEBkSHQoZQ21kUGxheWVyTG9naW5GaW5pc2hDc1JlcRAbEiUKIUNtZEdl", - "dEdhbWVTdGF0ZVNlcnZpY2VDb25maWdTY1JzcBAnEhwKGENtZFVubG9ja0F2", - "YXRhclBhdGhDc1JlcRAtEhwKGENtZFBsYXllcktpY2tPdXRTY05vdGlmeRAa", - "EiEKHUNtZFVwZGF0ZVBzblNldHRpbmdzSW5mb0NzUmVxEGISEgoOQ21kR21U", - "YWxrU2NSc3AQXxIaChZDbWRTdGFtaW5hSW5mb1NjTm90aWZ5ECsSGAoUQ21k", - "UGxheWVyTG9nb3V0Q3NSZXEQLxIaChZDbWRHZXRMZXZlbFJld2FyZFNjUnNw", - "EDMSHAoYQ21kVW5sb2NrQXZhdGFyUGF0aFNjUnNwEDYSFwoTQ21kUGxheWVy", - "TG9naW5TY1JzcBANEh4KGkNtZEF2YXRhclBhdGhDaGFuZ2VkTm90aWZ5EFgS", - "GwoXQ21kUGxheWVySGVhcnRCZWF0U2NSc3AQFRIhCh1DbWRVcGRhdGVQc25T", - "ZXR0aW5nc0luZm9TY1JzcBA9EhkKFUNtZFNldFBsYXllckluZm9Dc1JlcRA8", - "EhcKE0NtZFNldExhbmd1YWdlQ3NSZXEQNBIbChdDbWRFeGNoYW5nZVN0YW1p", - "bmFTY1JzcBBJEhsKF0NtZENsaWVudE9ialVwbG9hZENzUmVxEB8SJQohQ21k", - "R2V0R2FtZVN0YXRlU2VydmljZUNvbmZpZ0NzUmVxEGESHAoYQ21kR2V0U2Vj", - "cmV0S2V5SW5mb0NzUmVxECgSGAoUQ21kUGxheWVyTG9nb3V0U2NSc3AQCRIX", - "ChNDbWRTZXRMYW5ndWFnZVNjUnNwEBYSGwoXQ21kRXhjaGFuZ2VTdGFtaW5h", - "Q3NSZXEQMkIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90", - "bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdPlayerType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdPlayerType { - [pbr::OriginalName("CmdPlayerTypeNone")] None = 0, - [pbr::OriginalName("CmdClientObjUploadScRsp")] CmdClientObjUploadScRsp = 74, - [pbr::OriginalName("CmdSetPlayerInfoScRsp")] CmdSetPlayerInfoScRsp = 94, - [pbr::OriginalName("CmdUpdatePlayerSettingScRsp")] CmdUpdatePlayerSettingScRsp = 85, - [pbr::OriginalName("CmdServerAnnounceNotify")] CmdServerAnnounceNotify = 86, - [pbr::OriginalName("CmdSetGameplayBirthdayCsReq")] CmdSetGameplayBirthdayCsReq = 63, - [pbr::OriginalName("CmdClientObjDownloadDataScNotify")] CmdClientObjDownloadDataScNotify = 20, - [pbr::OriginalName("CmdPlayerGetTokenScRsp")] CmdPlayerGetTokenScRsp = 6, - [pbr::OriginalName("CmdPlayerHeartBeatCsReq")] CmdPlayerHeartBeatCsReq = 99, - [pbr::OriginalName("CmdMonthCardRewardNotify")] CmdMonthCardRewardNotify = 69, - [pbr::OriginalName("CmdGmTalkScNotify")] CmdGmTalkScNotify = 89, - [pbr::OriginalName("CmdGetLevelRewardTakenListScRsp")] CmdGetLevelRewardTakenListScRsp = 71, - [pbr::OriginalName("CmdQueryProductInfoCsReq")] CmdQueryProductInfoCsReq = 56, - [pbr::OriginalName("CmdSetNicknameScRsp")] CmdSetNicknameScRsp = 10, - [pbr::OriginalName("CmdPlayerLoginCsReq")] CmdPlayerLoginCsReq = 11, - [pbr::OriginalName("CmdRegionStopScNotify")] CmdRegionStopScNotify = 93, - [pbr::OriginalName("CmdReserveStaminaExchangeScRsp")] CmdReserveStaminaExchangeScRsp = 76, - [pbr::OriginalName("CmdAntiAddictScNotify")] CmdAntiAddictScNotify = 57, - [pbr::OriginalName("CmdAceAntiCheaterCsReq")] CmdAceAntiCheaterCsReq = 78, - [pbr::OriginalName("CmdGetLevelRewardTakenListCsReq")] CmdGetLevelRewardTakenListCsReq = 7, - [pbr::OriginalName("CmdGetBasicInfoScRsp")] CmdGetBasicInfoScRsp = 41, - [pbr::OriginalName("CmdSetMultipleAvatarPathsCsReq")] CmdSetMultipleAvatarPathsCsReq = 90, - [pbr::OriginalName("CmdGetMultiPathAvatarInfoScRsp")] CmdGetMultiPathAvatarInfoScRsp = 49, - [pbr::OriginalName("CmdDailyRefreshNotify")] CmdDailyRefreshNotify = 17, - [pbr::OriginalName("CmdSetGameplayBirthdayScRsp")] CmdSetGameplayBirthdayScRsp = 4, - [pbr::OriginalName("CmdGetLevelRewardCsReq")] CmdGetLevelRewardCsReq = 82, - [pbr::OriginalName("CmdSetMultipleAvatarPathsScRsp")] CmdSetMultipleAvatarPathsScRsp = 34, - [pbr::OriginalName("CmdRetcodeNotify")] CmdRetcodeNotify = 66, - [pbr::OriginalName("CmdGetAuthkeyCsReq")] CmdGetAuthkeyCsReq = 77, - [pbr::OriginalName("CmdGateServerScNotify")] CmdGateServerScNotify = 8, - [pbr::OriginalName("CmdSetAvatarPathScRsp")] CmdSetAvatarPathScRsp = 42, - [pbr::OriginalName("CmdUpdatePlayerSettingCsReq")] CmdUpdatePlayerSettingCsReq = 15, - [pbr::OriginalName("CmdGetSecretKeyInfoScRsp")] CmdGetSecretKeyInfoScRsp = 59, - [pbr::OriginalName("CmdReserveStaminaExchangeCsReq")] CmdReserveStaminaExchangeCsReq = 44, - [pbr::OriginalName("CmdPlayerLoginFinishScRsp")] CmdPlayerLoginFinishScRsp = 67, - [pbr::OriginalName("CmdGetBasicInfoCsReq")] CmdGetBasicInfoCsReq = 14, - [pbr::OriginalName("CmdGmTalkCsReq")] CmdGmTalkCsReq = 30, - [pbr::OriginalName("CmdPlayerGetTokenCsReq")] CmdPlayerGetTokenCsReq = 35, - [pbr::OriginalName("CmdGetAuthkeyScRsp")] CmdGetAuthkeyScRsp = 91, - [pbr::OriginalName("CmdGetMultiPathAvatarInfoCsReq")] CmdGetMultiPathAvatarInfoCsReq = 3, - [pbr::OriginalName("CmdGetVideoVersionKeyScRsp")] CmdGetVideoVersionKeyScRsp = 16, - [pbr::OriginalName("CmdSetAvatarPathCsReq")] CmdSetAvatarPathCsReq = 62, - [pbr::OriginalName("CmdSetGenderScRsp")] CmdSetGenderScRsp = 68, - [pbr::OriginalName("CmdFeatureSwitchClosedScNotify")] CmdFeatureSwitchClosedScNotify = 33, - [pbr::OriginalName("CmdSetGenderCsReq")] CmdSetGenderCsReq = 58, - [pbr::OriginalName("CmdAceAntiCheaterScRsp")] CmdAceAntiCheaterScRsp = 96, - [pbr::OriginalName("CmdGetVideoVersionKeyCsReq")] CmdGetVideoVersionKeyCsReq = 55, - [pbr::OriginalName("CmdClientDownloadDataScNotify")] CmdClientDownloadDataScNotify = 100, - [pbr::OriginalName("CmdSetRedPointStatusScNotify")] CmdSetRedPointStatusScNotify = 12, - [pbr::OriginalName("CmdUpdateFeatureSwitchScNotify")] CmdUpdateFeatureSwitchScNotify = 46, - [pbr::OriginalName("CmdQueryProductInfoScRsp")] CmdQueryProductInfoScRsp = 81, - [pbr::OriginalName("CmdSetNicknameCsReq")] CmdSetNicknameCsReq = 25, - [pbr::OriginalName("CmdPlayerLoginFinishCsReq")] CmdPlayerLoginFinishCsReq = 27, - [pbr::OriginalName("CmdGetGameStateServiceConfigScRsp")] CmdGetGameStateServiceConfigScRsp = 39, - [pbr::OriginalName("CmdUnlockAvatarPathCsReq")] CmdUnlockAvatarPathCsReq = 45, - [pbr::OriginalName("CmdPlayerKickOutScNotify")] CmdPlayerKickOutScNotify = 26, - [pbr::OriginalName("CmdUpdatePsnSettingsInfoCsReq")] CmdUpdatePsnSettingsInfoCsReq = 98, - [pbr::OriginalName("CmdGmTalkScRsp")] CmdGmTalkScRsp = 95, - [pbr::OriginalName("CmdStaminaInfoScNotify")] CmdStaminaInfoScNotify = 43, - [pbr::OriginalName("CmdPlayerLogoutCsReq")] CmdPlayerLogoutCsReq = 47, - [pbr::OriginalName("CmdGetLevelRewardScRsp")] CmdGetLevelRewardScRsp = 51, - [pbr::OriginalName("CmdUnlockAvatarPathScRsp")] CmdUnlockAvatarPathScRsp = 54, - [pbr::OriginalName("CmdPlayerLoginScRsp")] CmdPlayerLoginScRsp = 13, - [pbr::OriginalName("CmdAvatarPathChangedNotify")] CmdAvatarPathChangedNotify = 88, - [pbr::OriginalName("CmdPlayerHeartBeatScRsp")] CmdPlayerHeartBeatScRsp = 21, - [pbr::OriginalName("CmdUpdatePsnSettingsInfoScRsp")] CmdUpdatePsnSettingsInfoScRsp = 61, - [pbr::OriginalName("CmdSetPlayerInfoCsReq")] CmdSetPlayerInfoCsReq = 60, - [pbr::OriginalName("CmdSetLanguageCsReq")] CmdSetLanguageCsReq = 52, - [pbr::OriginalName("CmdExchangeStaminaScRsp")] CmdExchangeStaminaScRsp = 73, - [pbr::OriginalName("CmdClientObjUploadCsReq")] CmdClientObjUploadCsReq = 31, - [pbr::OriginalName("CmdGetGameStateServiceConfigCsReq")] CmdGetGameStateServiceConfigCsReq = 97, - [pbr::OriginalName("CmdGetSecretKeyInfoCsReq")] CmdGetSecretKeyInfoCsReq = 40, - [pbr::OriginalName("CmdPlayerLogoutScRsp")] CmdPlayerLogoutScRsp = 9, - [pbr::OriginalName("CmdSetLanguageScRsp")] CmdSetLanguageScRsp = 22, - [pbr::OriginalName("CmdExchangeStaminaCsReq")] CmdExchangeStaminaCsReq = 50, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdPlotType.cs b/Proto/CmdPlotType.cs deleted file mode 100644 index d2a9eb81..00000000 --- a/Proto/CmdPlotType.cs +++ /dev/null @@ -1,49 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdPlotType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdPlotType.proto - public static partial class CmdPlotTypeReflection { - - #region Descriptor - /// File descriptor for CmdPlotType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdPlotTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFDbWRQbG90VHlwZS5wcm90bypUCgtDbWRQbG90VHlwZRITCg9DbWRQbG90", - "VHlwZU5vbmUQABIXChJDbWRGaW5pc2hQbG90U2NSc3AQ2QgSFwoSQ21kRmlu", - "aXNoUGxvdENzUmVxENcIQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJv", - "dG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdPlotType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdPlotType { - [pbr::OriginalName("CmdPlotTypeNone")] None = 0, - [pbr::OriginalName("CmdFinishPlotScRsp")] CmdFinishPlotScRsp = 1113, - [pbr::OriginalName("CmdFinishPlotCsReq")] CmdFinishPlotCsReq = 1111, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdPunkLordType.cs b/Proto/CmdPunkLordType.cs deleted file mode 100644 index 630bc0c7..00000000 --- a/Proto/CmdPunkLordType.cs +++ /dev/null @@ -1,88 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdPunkLordType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdPunkLordType.proto - public static partial class CmdPunkLordTypeReflection { - - #region Descriptor - /// File descriptor for CmdPunkLordType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdPunkLordTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChVDbWRQdW5rTG9yZFR5cGUucHJvdG8q/QYKD0NtZFB1bmtMb3JkVHlwZRIX", - "ChNDbWRQdW5rTG9yZFR5cGVOb25lEAASIwoeQ21kR2V0UHVua0xvcmRNb25z", - "dGVyRGF0YUNzUmVxEIsZEiMKHkNtZFB1bmtMb3JkUmFpZFRpbWVPdXRTY05v", - "dGlmeRC5GRIhChxDbWRTaGFyZVB1bmtMb3JkTW9uc3RlckNzUmVxEKMZEhwK", - "F0NtZEdldFB1bmtMb3JkRGF0YVNjUnNwENsZEiMKHkNtZFB1bmtMb3JkTW9u", - "c3RlcktpbGxlZE5vdGlmeRC0GRIkCh9DbWRHZXRQdW5rTG9yZEJhdHRsZVJl", - "Y29yZFNjUnNwEJgZEhwKF0NtZEdldFB1bmtMb3JkRGF0YUNzUmVxEM0ZEiIK", - "HUNtZFN1bW1vblB1bmtMb3JkTW9uc3RlckNzUmVxEMYZEikKJENtZEdldEtp", - "bGxlZFB1bmtMb3JkTW9uc3RlckRhdGFTY1JzcBCzGRIpCiRDbWRHZXRLaWxs", - "ZWRQdW5rTG9yZE1vbnN0ZXJEYXRhQ3NSZXEQ0hkSIwoeQ21kR2V0UHVua0xv", - "cmRNb25zdGVyRGF0YVNjUnNwEI0ZEiAKG0NtZFB1bmtMb3JkRGF0YUNoYW5n", - "ZU5vdGlmeRDcGRIrCiZDbWRUYWtlS2lsbGVkUHVua0xvcmRNb25zdGVyU2Nv", - "cmVDc1JlcRCWGRIkCh9DbWRUYWtlUHVua0xvcmRQb2ludFJld2FyZFNjUnNw", - "ELIZEisKJkNtZFRha2VLaWxsZWRQdW5rTG9yZE1vbnN0ZXJTY29yZVNjUnNw", - "ENYZEiMKHkNtZFB1bmtMb3JkTW9uc3RlckluZm9TY05vdGlmeRDJGRIkCh9D", - "bWRUYWtlUHVua0xvcmRQb2ludFJld2FyZENzUmVxEKQZEiEKHENtZFNoYXJl", - "UHVua0xvcmRNb25zdGVyU2NSc3AQhhkSHgoZQ21kU3RhcnRQdW5rTG9yZFJh", - "aWRTY1JzcBCJGRIkCh9DbWRHZXRQdW5rTG9yZEJhdHRsZVJlY29yZENzUmVx", - "ELUZEh4KGUNtZFN0YXJ0UHVua0xvcmRSYWlkQ3NSZXEQrxkSIgodQ21kU3Vt", - "bW9uUHVua0xvcmRNb25zdGVyU2NSc3AQ2RkSJAofQ21kUHVua0xvcmRCYXR0", - "bGVSZXN1bHRTY05vdGlmeRDHGUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy", - "LlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdPunkLordType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdPunkLordType { - [pbr::OriginalName("CmdPunkLordTypeNone")] None = 0, - [pbr::OriginalName("CmdGetPunkLordMonsterDataCsReq")] CmdGetPunkLordMonsterDataCsReq = 3211, - [pbr::OriginalName("CmdPunkLordRaidTimeOutScNotify")] CmdPunkLordRaidTimeOutScNotify = 3257, - [pbr::OriginalName("CmdSharePunkLordMonsterCsReq")] CmdSharePunkLordMonsterCsReq = 3235, - [pbr::OriginalName("CmdGetPunkLordDataScRsp")] CmdGetPunkLordDataScRsp = 3291, - [pbr::OriginalName("CmdPunkLordMonsterKilledNotify")] CmdPunkLordMonsterKilledNotify = 3252, - [pbr::OriginalName("CmdGetPunkLordBattleRecordScRsp")] CmdGetPunkLordBattleRecordScRsp = 3224, - [pbr::OriginalName("CmdGetPunkLordDataCsReq")] CmdGetPunkLordDataCsReq = 3277, - [pbr::OriginalName("CmdSummonPunkLordMonsterCsReq")] CmdSummonPunkLordMonsterCsReq = 3270, - [pbr::OriginalName("CmdGetKilledPunkLordMonsterDataScRsp")] CmdGetKilledPunkLordMonsterDataScRsp = 3251, - [pbr::OriginalName("CmdGetKilledPunkLordMonsterDataCsReq")] CmdGetKilledPunkLordMonsterDataCsReq = 3282, - [pbr::OriginalName("CmdGetPunkLordMonsterDataScRsp")] CmdGetPunkLordMonsterDataScRsp = 3213, - [pbr::OriginalName("CmdPunkLordDataChangeNotify")] CmdPunkLordDataChangeNotify = 3292, - [pbr::OriginalName("CmdTakeKilledPunkLordMonsterScoreCsReq")] CmdTakeKilledPunkLordMonsterScoreCsReq = 3222, - [pbr::OriginalName("CmdTakePunkLordPointRewardScRsp")] CmdTakePunkLordPointRewardScRsp = 3250, - [pbr::OriginalName("CmdTakeKilledPunkLordMonsterScoreScRsp")] CmdTakeKilledPunkLordMonsterScoreScRsp = 3286, - [pbr::OriginalName("CmdPunkLordMonsterInfoScNotify")] CmdPunkLordMonsterInfoScNotify = 3273, - [pbr::OriginalName("CmdTakePunkLordPointRewardCsReq")] CmdTakePunkLordPointRewardCsReq = 3236, - [pbr::OriginalName("CmdSharePunkLordMonsterScRsp")] CmdSharePunkLordMonsterScRsp = 3206, - [pbr::OriginalName("CmdStartPunkLordRaidScRsp")] CmdStartPunkLordRaidScRsp = 3209, - [pbr::OriginalName("CmdGetPunkLordBattleRecordCsReq")] CmdGetPunkLordBattleRecordCsReq = 3253, - [pbr::OriginalName("CmdStartPunkLordRaidCsReq")] CmdStartPunkLordRaidCsReq = 3247, - [pbr::OriginalName("CmdSummonPunkLordMonsterScRsp")] CmdSummonPunkLordMonsterScRsp = 3289, - [pbr::OriginalName("CmdPunkLordBattleResultScNotify")] CmdPunkLordBattleResultScNotify = 3271, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdQuestType.cs b/Proto/CmdQuestType.cs deleted file mode 100644 index 899a50a2..00000000 --- a/Proto/CmdQuestType.cs +++ /dev/null @@ -1,67 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdQuestType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdQuestType.proto - public static partial class CmdQuestTypeReflection { - - #region Descriptor - /// File descriptor for CmdQuestType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdQuestTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChJDbWRRdWVzdFR5cGUucHJvdG8qrQMKDENtZFF1ZXN0VHlwZRIUChBDbWRR", - "dWVzdFR5cGVOb25lEAASHgoZQ21kQmF0Y2hHZXRRdWVzdERhdGFDc1JlcRDN", - "BxIkCh9DbWRUYWtlUXVlc3RPcHRpb25hbFJld2FyZENzUmVxEJYHEhkKFENt", - "ZEdldFF1ZXN0RGF0YUNzUmVxEI8HEhsKFkNtZEdldFF1ZXN0UmVjb3JkQ3NS", - "ZXEQygcSGQoUQ21kR2V0UXVlc3REYXRhU2NSc3AQkQcSGAoTQ21kRmluaXNo", - "UXVlc3RTY1JzcBDjBxIkCh9DbWRUYWtlUXVlc3RPcHRpb25hbFJld2FyZFNj", - "UnNwEKgHEhwKF0NtZFRha2VRdWVzdFJld2FyZENzUmVxELMHEhgKE0NtZEZp", - "bmlzaFF1ZXN0Q3NSZXEQogcSHAoXQ21kVGFrZVF1ZXN0UmV3YXJkU2NSc3AQ", - "jQcSHgoZQ21kQmF0Y2hHZXRRdWVzdERhdGFTY1JzcBDRBxIbChZDbWRHZXRR", - "dWVzdFJlY29yZFNjUnNwEN0HEhsKFkNtZFF1ZXN0UmVjb3JkU2NOb3RpZnkQ", - "ngdCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdQuestType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdQuestType { - [pbr::OriginalName("CmdQuestTypeNone")] None = 0, - [pbr::OriginalName("CmdBatchGetQuestDataCsReq")] CmdBatchGetQuestDataCsReq = 973, - [pbr::OriginalName("CmdTakeQuestOptionalRewardCsReq")] CmdTakeQuestOptionalRewardCsReq = 918, - [pbr::OriginalName("CmdGetQuestDataCsReq")] CmdGetQuestDataCsReq = 911, - [pbr::OriginalName("CmdGetQuestRecordCsReq")] CmdGetQuestRecordCsReq = 970, - [pbr::OriginalName("CmdGetQuestDataScRsp")] CmdGetQuestDataScRsp = 913, - [pbr::OriginalName("CmdFinishQuestScRsp")] CmdFinishQuestScRsp = 995, - [pbr::OriginalName("CmdTakeQuestOptionalRewardScRsp")] CmdTakeQuestOptionalRewardScRsp = 936, - [pbr::OriginalName("CmdTakeQuestRewardCsReq")] CmdTakeQuestRewardCsReq = 947, - [pbr::OriginalName("CmdFinishQuestCsReq")] CmdFinishQuestCsReq = 930, - [pbr::OriginalName("CmdTakeQuestRewardScRsp")] CmdTakeQuestRewardScRsp = 909, - [pbr::OriginalName("CmdBatchGetQuestDataScRsp")] CmdBatchGetQuestDataScRsp = 977, - [pbr::OriginalName("CmdGetQuestRecordScRsp")] CmdGetQuestRecordScRsp = 989, - [pbr::OriginalName("CmdQuestRecordScNotify")] CmdQuestRecordScNotify = 926, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdRaidCollectionType.cs b/Proto/CmdRaidCollectionType.cs deleted file mode 100644 index b23b3673..00000000 --- a/Proto/CmdRaidCollectionType.cs +++ /dev/null @@ -1,55 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdRaidCollectionType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdRaidCollectionType.proto - public static partial class CmdRaidCollectionTypeReflection { - - #region Descriptor - /// File descriptor for CmdRaidCollectionType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdRaidCollectionTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChtDbWRSYWlkQ29sbGVjdGlvblR5cGUucHJvdG8q8AEKFUNtZFJhaWRDb2xs", - "ZWN0aW9uVHlwZRIdChlDbWRSYWlkQ29sbGVjdGlvblR5cGVOb25lEAASIgod", - "Q21kUmFpZENvbGxlY3Rpb25EYXRhU2NOb3RpZnkQsDYSHwoaQ21kUmFpZENv", - "bGxlY3Rpb25EYXRhQ3NSZXEQrTYSKAojQ21kUmFpZENvbGxlY3Rpb25FbnRl", - "ck5leHRSYWlkU2NSc3AQqjYSHwoaQ21kUmFpZENvbGxlY3Rpb25EYXRhU2NS", - "c3AQrDYSKAojQ21kUmFpZENvbGxlY3Rpb25FbnRlck5leHRSYWlkQ3NSZXEQ", - "oDZCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdRaidCollectionType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdRaidCollectionType { - [pbr::OriginalName("CmdRaidCollectionTypeNone")] None = 0, - [pbr::OriginalName("CmdRaidCollectionDataScNotify")] CmdRaidCollectionDataScNotify = 6960, - [pbr::OriginalName("CmdRaidCollectionDataCsReq")] CmdRaidCollectionDataCsReq = 6957, - [pbr::OriginalName("CmdRaidCollectionEnterNextRaidScRsp")] CmdRaidCollectionEnterNextRaidScRsp = 6954, - [pbr::OriginalName("CmdRaidCollectionDataScRsp")] CmdRaidCollectionDataScRsp = 6956, - [pbr::OriginalName("CmdRaidCollectionEnterNextRaidCsReq")] CmdRaidCollectionEnterNextRaidCsReq = 6944, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdRaidType.cs b/Proto/CmdRaidType.cs deleted file mode 100644 index 70703d74..00000000 --- a/Proto/CmdRaidType.cs +++ /dev/null @@ -1,79 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdRaidType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdRaidType.proto - public static partial class CmdRaidTypeReflection { - - #region Descriptor - /// File descriptor for CmdRaidType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdRaidTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFDbWRSYWlkVHlwZS5wcm90byr4BAoLQ21kUmFpZFR5cGUSEwoPQ21kUmFp", - "ZFR5cGVOb25lEAASIQocQ21kR2V0Q2hhbGxlbmdlUmFpZEluZm9Dc1JlcRCe", - "ERIgChtDbWRSYWlkS2lja0J5U2VydmVyU2NOb3RpZnkQsRESGAoTQ21kR2V0", - "U2F2ZVJhaWRDc1JlcRDhERIkCh9DbWRUYWtlQ2hhbGxlbmdlUmFpZFJld2Fy", - "ZFNjUnNwELIREiUKIENtZFNldENsaWVudFJhaWRUYXJnZXRDb3VudFNjUnNw", - "EMoREhYKEUNtZExlYXZlUmFpZENzUmVxEMcREhgKE0NtZEdldFJhaWRJbmZv", - "Q3NSZXEQ9xESFgoRQ21kU3RhcnRSYWlkQ3NSZXEQoxESJQogQ21kU2V0Q2xp", - "ZW50UmFpZFRhcmdldENvdW50Q3NSZXEQvBESGAoTQ21kR2V0UmFpZEluZm9T", - "Y1JzcBCqERIbChZDbWREZWxTYXZlUmFpZFNjTm90aWZ5ENEREhYKEUNtZFN0", - "YXJ0UmFpZFNjUnNwEKUREhsKFkNtZEdldEFsbFNhdmVSYWlkQ3NSZXEQ8xES", - "JAofQ21kVGFrZUNoYWxsZW5nZVJhaWRSZXdhcmRDc1JlcRDxERIWChFDbWRS", - "YWlkSW5mb05vdGlmeRC7ERIYChNDbWRHZXRTYXZlUmFpZFNjUnNwEOUREhYK", - "EUNtZExlYXZlUmFpZFNjUnNwEKEREhsKFkNtZEdldEFsbFNhdmVSYWlkU2NS", - "c3AQ9RESIQocQ21kR2V0Q2hhbGxlbmdlUmFpZEluZm9TY1JzcBDeERIbChZD", - "bWRDaGFsbGVuZ2VSYWlkTm90aWZ5ELYRQh6qAhtFZ2dMaW5rLkRhbmhlbmdT", - "ZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdRaidType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdRaidType { - [pbr::OriginalName("CmdRaidTypeNone")] None = 0, - [pbr::OriginalName("CmdGetChallengeRaidInfoCsReq")] CmdGetChallengeRaidInfoCsReq = 2206, - [pbr::OriginalName("CmdRaidKickByServerScNotify")] CmdRaidKickByServerScNotify = 2225, - [pbr::OriginalName("CmdGetSaveRaidCsReq")] CmdGetSaveRaidCsReq = 2273, - [pbr::OriginalName("CmdTakeChallengeRaidRewardScRsp")] CmdTakeChallengeRaidRewardScRsp = 2226, - [pbr::OriginalName("CmdSetClientRaidTargetCountScRsp")] CmdSetClientRaidTargetCountScRsp = 2250, - [pbr::OriginalName("CmdLeaveRaidCsReq")] CmdLeaveRaidCsReq = 2247, - [pbr::OriginalName("CmdGetRaidInfoCsReq")] CmdGetRaidInfoCsReq = 2295, - [pbr::OriginalName("CmdStartRaidCsReq")] CmdStartRaidCsReq = 2211, - [pbr::OriginalName("CmdSetClientRaidTargetCountCsReq")] CmdSetClientRaidTargetCountCsReq = 2236, - [pbr::OriginalName("CmdGetRaidInfoScRsp")] CmdGetRaidInfoScRsp = 2218, - [pbr::OriginalName("CmdDelSaveRaidScNotify")] CmdDelSaveRaidScNotify = 2257, - [pbr::OriginalName("CmdStartRaidScRsp")] CmdStartRaidScRsp = 2213, - [pbr::OriginalName("CmdGetAllSaveRaidCsReq")] CmdGetAllSaveRaidCsReq = 2291, - [pbr::OriginalName("CmdTakeChallengeRaidRewardCsReq")] CmdTakeChallengeRaidRewardCsReq = 2289, - [pbr::OriginalName("CmdRaidInfoNotify")] CmdRaidInfoNotify = 2235, - [pbr::OriginalName("CmdGetSaveRaidScRsp")] CmdGetSaveRaidScRsp = 2277, - [pbr::OriginalName("CmdLeaveRaidScRsp")] CmdLeaveRaidScRsp = 2209, - [pbr::OriginalName("CmdGetAllSaveRaidScRsp")] CmdGetAllSaveRaidScRsp = 2293, - [pbr::OriginalName("CmdGetChallengeRaidInfoScRsp")] CmdGetChallengeRaidInfoScRsp = 2270, - [pbr::OriginalName("CmdChallengeRaidNotify")] CmdChallengeRaidNotify = 2230, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdRechargeGiftType.cs b/Proto/CmdRechargeGiftType.cs deleted file mode 100644 index 0fb1347c..00000000 --- a/Proto/CmdRechargeGiftType.cs +++ /dev/null @@ -1,63 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdRechargeGiftType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdRechargeGiftType.proto - public static partial class CmdRechargeGiftTypeReflection { - - #region Descriptor - /// File descriptor for CmdRechargeGiftType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdRechargeGiftTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChlDbWRSZWNoYXJnZUdpZnRUeXBlLnByb3RvKoMDChNDbWRSZWNoYXJnZUdp", - "ZnRUeXBlEhsKF0NtZFJlY2hhcmdlR2lmdFR5cGVOb25lEAASJgohQ21kVGFr", - "ZVJlY2hhcmdlQmVuZWZpdFJld2FyZENzUmVxELNBEiMKHkNtZFRha2VSZWNo", - "YXJnZUdpZnRSZXdhcmRDc1JlcRC8QRImCiFDbWRUYWtlUmVjaGFyZ2VCZW5l", - "Zml0UmV3YXJkU2NSc3AQskESJwoiQ21kU3luY1JlY2hhcmdlQmVuZWZpdElu", - "Zm9TY05vdGlmeRC7QRIjCh5DbWRHZXRSZWNoYXJnZUJlbmVmaXRJbmZvU2NS", - "c3AQsUESIwoeQ21kVGFrZVJlY2hhcmdlR2lmdFJld2FyZFNjUnNwEKxBEiMK", - "HkNtZEdldFJlY2hhcmdlQmVuZWZpdEluZm9Dc1JlcRC2QRIgChtDbWRHZXRS", - "ZWNoYXJnZUdpZnRJbmZvQ3NSZXEQuUESIAobQ21kR2V0UmVjaGFyZ2VHaWZ0", - "SW5mb1NjUnNwELhBQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9i", - "BnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdRechargeGiftType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdRechargeGiftType { - [pbr::OriginalName("CmdRechargeGiftTypeNone")] None = 0, - [pbr::OriginalName("CmdTakeRechargeBenefitRewardCsReq")] CmdTakeRechargeBenefitRewardCsReq = 8371, - [pbr::OriginalName("CmdTakeRechargeGiftRewardCsReq")] CmdTakeRechargeGiftRewardCsReq = 8380, - [pbr::OriginalName("CmdTakeRechargeBenefitRewardScRsp")] CmdTakeRechargeBenefitRewardScRsp = 8370, - [pbr::OriginalName("CmdSyncRechargeBenefitInfoScNotify")] CmdSyncRechargeBenefitInfoScNotify = 8379, - [pbr::OriginalName("CmdGetRechargeBenefitInfoScRsp")] CmdGetRechargeBenefitInfoScRsp = 8369, - [pbr::OriginalName("CmdTakeRechargeGiftRewardScRsp")] CmdTakeRechargeGiftRewardScRsp = 8364, - [pbr::OriginalName("CmdGetRechargeBenefitInfoCsReq")] CmdGetRechargeBenefitInfoCsReq = 8374, - [pbr::OriginalName("CmdGetRechargeGiftInfoCsReq")] CmdGetRechargeGiftInfoCsReq = 8377, - [pbr::OriginalName("CmdGetRechargeGiftInfoScRsp")] CmdGetRechargeGiftInfoScRsp = 8376, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdRecommendType.cs b/Proto/CmdRecommendType.cs deleted file mode 100644 index de3f44e6..00000000 --- a/Proto/CmdRecommendType.cs +++ /dev/null @@ -1,57 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdRecommendType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdRecommendType.proto - public static partial class CmdRecommendTypeReflection { - - #region Descriptor - /// File descriptor for CmdRecommendType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdRecommendTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChZDbWRSZWNvbW1lbmRUeXBlLnByb3RvKpkCChBDbWRSZWNvbW1lbmRUeXBl", - "EhsKF0NNRF9SRUNPTU1FTkRfVFlQRV9OT05FEAASIwoeQ21kR2V0QmlnRGF0", - "YUFsbFJlY29tbWVuZENzUmVxEPwSEiMKHkNtZEdldEJpZ0RhdGFBbGxSZWNv", - "bW1lbmRTY1JzcBDqEhIsCidDbWRHZXRDaGFsbGVuZ2VSZWNvbW1lbmRMaW5l", - "dXBMaXN0Q3NSZXEQiRMSIAobQ21kR2V0QmlnRGF0YVJlY29tbWVuZENzUmVx", - "EP0SEiAKG0NtZEdldEJpZ0RhdGFSZWNvbW1lbmRTY1JzcBCNExIsCidDbWRH", - "ZXRDaGFsbGVuZ2VSZWNvbW1lbmRMaW5ldXBMaXN0U2NSc3AQ6RJCHqoCG0Vn", - "Z0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdRecommendType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdRecommendType { - [pbr::OriginalName("CMD_RECOMMEND_TYPE_NONE")] None = 0, - [pbr::OriginalName("CmdGetBigDataAllRecommendCsReq")] CmdGetBigDataAllRecommendCsReq = 2428, - [pbr::OriginalName("CmdGetBigDataAllRecommendScRsp")] CmdGetBigDataAllRecommendScRsp = 2410, - [pbr::OriginalName("CmdGetChallengeRecommendLineupListCsReq")] CmdGetChallengeRecommendLineupListCsReq = 2441, - [pbr::OriginalName("CmdGetBigDataRecommendCsReq")] CmdGetBigDataRecommendCsReq = 2429, - [pbr::OriginalName("CmdGetBigDataRecommendScRsp")] CmdGetBigDataRecommendScRsp = 2445, - [pbr::OriginalName("CmdGetChallengeRecommendLineupListScRsp")] CmdGetChallengeRecommendLineupListScRsp = 2409, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdRedDotType.cs b/Proto/CmdRedDotType.cs deleted file mode 100644 index 686c7b7d..00000000 --- a/Proto/CmdRedDotType.cs +++ /dev/null @@ -1,56 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdRedDotType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdRedDotType.proto - public static partial class CmdRedDotTypeReflection { - - #region Descriptor - /// File descriptor for CmdRedDotType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdRedDotTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChNDbWRSZWREb3RUeXBlLnByb3RvKvIBCg1DbWRSZWREb3RUeXBlEhUKEUNt", - "ZFJlZERvdFR5cGVOb25lEAASHQoYQ21kVXBkYXRlUmVkRG90RGF0YVNjUnNw", - "EJUuEh0KGENtZEdldEFsbFJlZERvdERhdGFDc1JlcRCXLhImCiFDbWRHZXRT", - "aW5nbGVSZWREb3RQYXJhbUdyb3VwU2NSc3AQki4SHQoYQ21kVXBkYXRlUmVk", - "RG90RGF0YUNzUmVxELsuEiYKIUNtZEdldFNpbmdsZVJlZERvdFBhcmFtR3Jv", - "dXBDc1JlcRCvLhIdChhDbWRHZXRBbGxSZWREb3REYXRhU2NSc3AQmS5CHqoC", - "G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdRedDotType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdRedDotType { - [pbr::OriginalName("CmdRedDotTypeNone")] None = 0, - [pbr::OriginalName("CmdUpdateRedDotDataScRsp")] CmdUpdateRedDotDataScRsp = 5909, - [pbr::OriginalName("CmdGetAllRedDotDataCsReq")] CmdGetAllRedDotDataCsReq = 5911, - [pbr::OriginalName("CmdGetSingleRedDotParamGroupScRsp")] CmdGetSingleRedDotParamGroupScRsp = 5906, - [pbr::OriginalName("CmdUpdateRedDotDataCsReq")] CmdUpdateRedDotDataCsReq = 5947, - [pbr::OriginalName("CmdGetSingleRedDotParamGroupCsReq")] CmdGetSingleRedDotParamGroupCsReq = 5935, - [pbr::OriginalName("CmdGetAllRedDotDataScRsp")] CmdGetAllRedDotDataScRsp = 5913, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdRelicSmartWearType.cs b/Proto/CmdRelicSmartWearType.cs deleted file mode 100644 index ccbe1340..00000000 --- a/Proto/CmdRelicSmartWearType.cs +++ /dev/null @@ -1,70 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdRelicSmartWearType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdRelicSmartWearType.proto - public static partial class CmdRelicSmartWearTypeReflection { - - #region Descriptor - /// File descriptor for CmdRelicSmartWearType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdRelicSmartWearTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChtDbWRSZWxpY1NtYXJ0V2VhclR5cGUucHJvdG8qqgQKFUNtZFJlbGljU21h", - "cnRXZWFyVHlwZRIdChlDbWRSZWxpY1NtYXJ0V2VhclR5cGVOb25lEAASIgod", - "Q21kUmVsaWNTbWFydFdlYXJHZXRQbGFuU2NSc3AQykASIgodQ21kUmVsaWNT", - "bWFydFdlYXJBZGRQbGFuQ3NSZXEQzkASJQogQ21kUmVsaWNTbWFydFdlYXJE", - "ZWxldGVQbGFuU2NSc3AQxUASIgodQ21kUmVsaWNTbWFydFdlYXJHZXRQbGFu", - "Q3NSZXEQy0ASJQogQ21kUmVsaWNTbWFydFdlYXJEZWxldGVQbGFuQ3NSZXEQ", - "zUASIgodQ21kUmVsaWNTbWFydFdlYXJBZGRQbGFuU2NSc3AQvkASLAonQ21k", - "UmVsaWNTbWFydFdlYXJVcGRhdGVQaW5SZWxpY1NjTm90aWZ5EMdAEiYKIUNt", - "ZFJlbGljU21hcnRXZWFyR2V0UGluUmVsaWNTY1JzcBDJQBIlCiBDbWRSZWxp", - "Y1NtYXJ0V2VhclVwZGF0ZVBsYW5TY1JzcBDDQBImCiFDbWRSZWxpY1NtYXJ0", - "V2VhckdldFBpblJlbGljQ3NSZXEQwUASJQogQ21kUmVsaWNTbWFydFdlYXJV", - "cGRhdGVQbGFuQ3NSZXEQyEASIwoeQ21kUmVsaWNTbWFydFdlYXJQaW5SZWxp", - "Y1NjUnNwEMxAEiMKHkNtZFJlbGljU21hcnRXZWFyUGluUmVsaWNDc1JlcRDE", - "QEIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdRelicSmartWearType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdRelicSmartWearType { - [pbr::OriginalName("CmdRelicSmartWearTypeNone")] None = 0, - [pbr::OriginalName("CmdRelicSmartWearGetPlanScRsp")] CmdRelicSmartWearGetPlanScRsp = 8266, - [pbr::OriginalName("CmdRelicSmartWearAddPlanCsReq")] CmdRelicSmartWearAddPlanCsReq = 8270, - [pbr::OriginalName("CmdRelicSmartWearDeletePlanScRsp")] CmdRelicSmartWearDeletePlanScRsp = 8261, - [pbr::OriginalName("CmdRelicSmartWearGetPlanCsReq")] CmdRelicSmartWearGetPlanCsReq = 8267, - [pbr::OriginalName("CmdRelicSmartWearDeletePlanCsReq")] CmdRelicSmartWearDeletePlanCsReq = 8269, - [pbr::OriginalName("CmdRelicSmartWearAddPlanScRsp")] CmdRelicSmartWearAddPlanScRsp = 8254, - [pbr::OriginalName("CmdRelicSmartWearUpdatePinRelicScNotify")] CmdRelicSmartWearUpdatePinRelicScNotify = 8263, - [pbr::OriginalName("CmdRelicSmartWearGetPinRelicScRsp")] CmdRelicSmartWearGetPinRelicScRsp = 8265, - [pbr::OriginalName("CmdRelicSmartWearUpdatePlanScRsp")] CmdRelicSmartWearUpdatePlanScRsp = 8259, - [pbr::OriginalName("CmdRelicSmartWearGetPinRelicCsReq")] CmdRelicSmartWearGetPinRelicCsReq = 8257, - [pbr::OriginalName("CmdRelicSmartWearUpdatePlanCsReq")] CmdRelicSmartWearUpdatePlanCsReq = 8264, - [pbr::OriginalName("CmdRelicSmartWearPinRelicScRsp")] CmdRelicSmartWearPinRelicScRsp = 8268, - [pbr::OriginalName("CmdRelicSmartWearPinRelicCsReq")] CmdRelicSmartWearPinRelicCsReq = 8260, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdReplayType.cs b/Proto/CmdReplayType.cs deleted file mode 100644 index f1cbc131..00000000 --- a/Proto/CmdReplayType.cs +++ /dev/null @@ -1,53 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdReplayType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdReplayType.proto - public static partial class CmdReplayTypeReflection { - - #region Descriptor - /// File descriptor for CmdReplayType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdReplayTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChNDbWRSZXBsYXlUeXBlLnByb3RvKqQBCg1DbWRSZXBsYXlUeXBlEhUKEUNt", - "ZFJlcGxheVR5cGVOb25lEAASGwoWQ21kR2V0UmVwbGF5VG9rZW5Dc1JlcRC3", - "GxIbChZDbWRHZXRSZXBsYXlUb2tlblNjUnNwELkbEiAKG0NtZEdldFBsYXll", - "clJlcGxheUluZm9Dc1JlcRDbGxIgChtDbWRHZXRQbGF5ZXJSZXBsYXlJbmZv", - "U2NSc3AQtRtCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv", - "dG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdReplayType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdReplayType { - [pbr::OriginalName("CmdReplayTypeNone")] None = 0, - [pbr::OriginalName("CmdGetReplayTokenCsReq")] CmdGetReplayTokenCsReq = 3511, - [pbr::OriginalName("CmdGetReplayTokenScRsp")] CmdGetReplayTokenScRsp = 3513, - [pbr::OriginalName("CmdGetPlayerReplayInfoCsReq")] CmdGetPlayerReplayInfoCsReq = 3547, - [pbr::OriginalName("CmdGetPlayerReplayInfoScRsp")] CmdGetPlayerReplayInfoScRsp = 3509, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdRndOptionType.cs b/Proto/CmdRndOptionType.cs deleted file mode 100644 index 4a4e445e..00000000 --- a/Proto/CmdRndOptionType.cs +++ /dev/null @@ -1,53 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdRndOptionType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdRndOptionType.proto - public static partial class CmdRndOptionTypeReflection { - - #region Descriptor - /// File descriptor for CmdRndOptionType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdRndOptionTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChZDbWRSbmRPcHRpb25UeXBlLnByb3RvKqIBChBDbWRSbmRPcHRpb25UeXBl", - "EhgKFENtZFJuZE9wdGlvblR5cGVOb25lEAASGQoUQ21kR2V0Um5kT3B0aW9u", - "Q3NSZXEQ0xoSHgoZQ21kRGFpbHlGaXJzdE1lZXRQYW1TY1JzcBDRGhIeChlD", - "bWREYWlseUZpcnN0TWVldFBhbUNzUmVxEPcaEhkKFENtZEdldFJuZE9wdGlv", - "blNjUnNwENUaQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy", - "b3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdRndOptionType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdRndOptionType { - [pbr::OriginalName("CmdRndOptionTypeNone")] None = 0, - [pbr::OriginalName("CmdGetRndOptionCsReq")] CmdGetRndOptionCsReq = 3411, - [pbr::OriginalName("CmdDailyFirstMeetPamScRsp")] CmdDailyFirstMeetPamScRsp = 3409, - [pbr::OriginalName("CmdDailyFirstMeetPamCsReq")] CmdDailyFirstMeetPamCsReq = 3447, - [pbr::OriginalName("CmdGetRndOptionScRsp")] CmdGetRndOptionScRsp = 3413, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdRogueArcadeType.cs b/Proto/CmdRogueArcadeType.cs deleted file mode 100644 index 71111ab6..00000000 --- a/Proto/CmdRogueArcadeType.cs +++ /dev/null @@ -1,60 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdRogueArcadeType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdRogueArcadeType.proto - public static partial class CmdRogueArcadeTypeReflection { - - #region Descriptor - /// File descriptor for CmdRogueArcadeType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdRogueArcadeTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChhDbWRSb2d1ZUFyY2FkZVR5cGUucHJvdG8qsAIKEkNtZFJvZ3VlQXJjYWRl", - "VHlwZRIaChZDbWRSb2d1ZUFyY2FkZVR5cGVOb25lEAASHwoaQ21kUm9ndWVB", - "cmNhZGVHZXRJbmZvU2NSc3AQjzwSHQoYQ21kUm9ndWVBcmNhZGVMZWF2ZVNj", - "UnNwEOg7Eh8KGkNtZFJvZ3VlQXJjYWRlUmVzdGFydENzUmVxEIs8Eh0KGENt", - "ZFJvZ3VlQXJjYWRlU3RhcnRTY1JzcBD0OxIfChpDbWRSb2d1ZUFyY2FkZVJl", - "c3RhcnRTY1JzcBDrOxIfChpDbWRSb2d1ZUFyY2FkZUdldEluZm9Dc1JlcRD/", - "OxIdChhDbWRSb2d1ZUFyY2FkZVN0YXJ0Q3NSZXEQjDwSHQoYQ21kUm9ndWVB", - "cmNhZGVMZWF2ZUNzUmVxEPA7Qh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIu", - "UHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdRogueArcadeType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdRogueArcadeType { - [pbr::OriginalName("CmdRogueArcadeTypeNone")] None = 0, - [pbr::OriginalName("CmdRogueArcadeGetInfoScRsp")] CmdRogueArcadeGetInfoScRsp = 7695, - [pbr::OriginalName("CmdRogueArcadeLeaveScRsp")] CmdRogueArcadeLeaveScRsp = 7656, - [pbr::OriginalName("CmdRogueArcadeRestartCsReq")] CmdRogueArcadeRestartCsReq = 7691, - [pbr::OriginalName("CmdRogueArcadeStartScRsp")] CmdRogueArcadeStartScRsp = 7668, - [pbr::OriginalName("CmdRogueArcadeRestartScRsp")] CmdRogueArcadeRestartScRsp = 7659, - [pbr::OriginalName("CmdRogueArcadeGetInfoCsReq")] CmdRogueArcadeGetInfoCsReq = 7679, - [pbr::OriginalName("CmdRogueArcadeStartCsReq")] CmdRogueArcadeStartCsReq = 7692, - [pbr::OriginalName("CmdRogueArcadeLeaveCsReq")] CmdRogueArcadeLeaveCsReq = 7664, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdRogueCommonType.cs b/Proto/CmdRogueCommonType.cs deleted file mode 100644 index 66e7b523..00000000 --- a/Proto/CmdRogueCommonType.cs +++ /dev/null @@ -1,172 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdRogueCommonType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdRogueCommonType.proto - public static partial class CmdRogueCommonTypeReflection { - - #region Descriptor - /// File descriptor for CmdRogueCommonType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdRogueCommonTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChhDbWRSb2d1ZUNvbW1vblR5cGUucHJvdG8q1xQKEkNtZFJvZ3VlQ29tbW9u", - "VHlwZRIaChZDbWRSb2d1ZUNvbW1vblR5cGVOb25lEAASHQoYQ21kQ29tbW9u", - "Um9ndWVRdWVyeVNjUnNwEKIsEiYKIUNtZEdldFJvZ3VlQWR2ZW50dXJlUm9v", - "bUluZm9Dc1JlcRCSLBInCiJDbWRHZXRSb2d1ZUNvbW1vbkRpYWxvZ3VlRGF0", - "YUNzUmVxEPUrEiIKHUNtZFJvZ3VlV29ya2JlbmNoR2V0SW5mb1NjUnNwEPAr", - "Eh8KGkNtZEdldFJvZ3VlQ29sbGVjdGlvbkNzUmVxEPMrEi4KKUNtZFN5bmNS", - "b2d1ZUNvbW1vblZpcnR1YWxJdGVtSW5mb1NjTm90aWZ5EIksEioKJUNtZEdl", - "dEVuaGFuY2VDb21tb25Sb2d1ZUJ1ZmZJbmZvQ3NSZXEQ6isSIQocQ21kR2V0", - "Um9ndWVTaG9wQnVmZkluZm9Dc1JlcRDmKxIqCiVDbWRVcGRhdGVSb2d1ZUFk", - "dmVudHVyZVJvb21TY29yZVNjUnNwEO4rEiIKHUNtZFJvZ3VlV29ya2JlbmNo", - "R2V0SW5mb0NzUmVxEJcsEikKJENtZFRha2VSb2d1ZUV2ZW50SGFuZGJvb2tS", - "ZXdhcmRTY1JzcBCYLBIhChxDbWRDb21tb25Sb2d1ZVVwZGF0ZVNjTm90aWZ5", - "EMMsEiYKIUNtZFByZXBhcmVSb2d1ZUFkdmVudHVyZVJvb21TY1JzcBCPLBIh", - "ChxDbWRHZXRSb2d1ZVNob3BCdWZmSW5mb1NjUnNwEKYsEhoKFUNtZFJvZ3Vl", - "RG9HYW1ibGVDc1JlcRCKLBInCiJDbWRHZXRSb2d1ZUNvbW1vbkRpYWxvZ3Vl", - "RGF0YVNjUnNwEOgrEisKJkNtZFN5bmNSb2d1ZUhhbmRib29rRGF0YVVwZGF0", - "ZVNjTm90aWZ5EKQsEh0KGENtZEJ1eVJvZ3VlU2hvcEJ1ZmZTY1JzcBC/LBIk", - "Ch9DbWRHZXRSb2d1ZVNob3BNaXJhY2xlSW5mb0NzUmVxEOkrEiQKH0NtZEdl", - "dFJvZ3VlU2hvcEZvcm11bGFJbmZvU2NSc3AQgiwSLAonQ21kU3luY1JvZ3Vl", - "Q29tbW9uUGVuZGluZ0FjdGlvblNjTm90aWZ5EMQsEiEKHENtZEdldFJvZ3Vl", - "SGFuZGJvb2tEYXRhQ3NSZXEQsywSLAonQ21kU2VsZWN0Um9ndWVDb21tb25E", - "aWFsb2d1ZU9wdGlvbkNzUmVxEIEsEjMKLkNtZFN5bmNSb2d1ZUNvbW1vbkRp", - "YWxvZ3VlT3B0aW9uRmluaXNoU2NOb3RpZnkQ+ysSKwomQ21kVGFrZVJvZ3Vl", - "TWlyYWNsZUhhbmRib29rUmV3YXJkU2NSc3AQviwSKwomQ21kU3luY1JvZ3Vl", - "Q29tbW9uQWN0aW9uUmVzdWx0U2NOb3RpZnkQsSwSGgoVQ21kUm9ndWVEb0dh", - "bWJsZVNjUnNwEOMrEh8KGkNtZEdldFJvZ3VlQ29sbGVjdGlvblNjUnNwEIws", - "EiAKG0NtZEJ1eVJvZ3VlU2hvcE1pcmFjbGVTY1JzcBD6KxIqCiVDbWRTeW5j", - "Um9ndWVBZHZlbnR1cmVSb29tSW5mb1NjTm90aWZ5EOsrEh8KGkNtZFJvZ3Vl", - "R2V0R2FtYmxlSW5mb0NzUmVxEIYsEiUKIENtZFJvZ3VlV29ya2JlbmNoSGFu", - "ZGxlRnVuY1NjUnNwEIAsEh8KGkNtZFJvZ3VlR2V0R2FtYmxlSW5mb1NjUnNw", - "EJ4sEiYKIUNtZFByZXBhcmVSb2d1ZUFkdmVudHVyZVJvb21Dc1JlcRDtKxIm", - "CiFDbWRHZXRSb2d1ZUFkdmVudHVyZVJvb21JbmZvU2NSc3AQqSwSIwoeQ21k", - "RW5oYW5jZUNvbW1vblJvZ3VlQnVmZlNjUnNwELIsEh8KGkNtZFNldFJvZ3Vl", - "RXhoaWJpdGlvblNjUnNwEP8rEioKJUNtZENvbW1vblJvZ3VlQ29tcG9uZW50", - "VXBkYXRlU2NOb3RpZnkQoywSIAobQ21kQnV5Um9ndWVTaG9wTWlyYWNsZUNz", - "UmVxELksEiMKHkNtZFN0b3BSb2d1ZUFkdmVudHVyZVJvb21TY1JzcBCFLBIl", - "CiBDbWRSb2d1ZVdvcmtiZW5jaEhhbmRsZUZ1bmNDc1JlcRDsKxIeChlDbWRS", - "b2d1ZU5wY0Rpc2FwcGVhckNzUmVxEPIrEiAKG0NtZEJ1eVJvZ3VlU2hvcEZv", - "cm11bGFTY1JzcBCHLBIpCiRDbWRUYWtlUm9ndWVFdmVudEhhbmRib29rUmV3", - "YXJkQ3NSZXEQtywSHwoaQ21kU2V0Um9ndWVFeGhpYml0aW9uQ3NSZXEQ9CsS", - "HwoaQ21kU2V0Um9ndWVDb2xsZWN0aW9uQ3NSZXEQrCwSKwomQ21kU3luY1Jv", - "Z3VlQ29tbW9uRGlhbG9ndWVEYXRhU2NOb3RpZnkQmywSLAonQ21kU2VsZWN0", - "Um9ndWVDb21tb25EaWFsb2d1ZU9wdGlvblNjUnNwEKAsEh4KGUNtZFJvZ3Vl", - "TnBjRGlzYXBwZWFyU2NSc3AQhCwSHwoaQ21kR2V0Um9ndWVFeGhpYml0aW9u", - "Q3NSZXEQ7ysSHwoaQ21kU2V0Um9ndWVDb2xsZWN0aW9uU2NSc3AQiywSKwom", - "Q21kVGFrZVJvZ3VlTWlyYWNsZUhhbmRib29rUmV3YXJkQ3NSZXEQnCwSHQoY", - "Q21kQnV5Um9ndWVTaG9wQnVmZkNzUmVxEP4rEiQKH0NtZEdldFJvZ3VlU2hv", - "cEZvcm11bGFJbmZvQ3NSZXEQuiwSKwomQ21kSGFuZGxlUm9ndWVDb21tb25Q", - "ZW5kaW5nQWN0aW9uQ3NSZXEQriwSIAobQ21kQnV5Um9ndWVTaG9wRm9ybXVs", - "YUNzUmVxEMEsEiEKHENtZEdldFJvZ3VlSGFuZGJvb2tEYXRhU2NSc3AQmiwS", - "IwoeQ21kU3RvcFJvZ3VlQWR2ZW50dXJlUm9vbUNzUmVxEJMsEisKJkNtZEhh", - "bmRsZVJvZ3VlQ29tbW9uUGVuZGluZ0FjdGlvblNjUnNwEMAsEh8KGkNtZEdl", - "dFJvZ3VlRXhoaWJpdGlvblNjUnNwELUsEh0KGENtZENvbW1vblJvZ3VlUXVl", - "cnlDc1JlcRClLBImCiFDbWRGaW5pc2hSb2d1ZUNvbW1vbkRpYWxvZ3VlQ3NS", - "ZXEQ4SsSJAofQ21kUm9ndWVEZWJ1Z1JlcGxheVNhdmVTY05vdGlmeRCWLBIj", - "Ch5DbWRFbmhhbmNlQ29tbW9uUm9ndWVCdWZmQ3NSZXEQpywSKgolQ21kR2V0", - "RW5oYW5jZUNvbW1vblJvZ3VlQnVmZkluZm9TY1JzcBDnKxImCiFDbWRGaW5p", - "c2hSb2d1ZUNvbW1vbkRpYWxvZ3VlU2NSc3AQiCwSJAofQ21kR2V0Um9ndWVT", - "aG9wTWlyYWNsZUluZm9TY1JzcBCDLBIqCiVDbWRVcGRhdGVSb2d1ZUFkdmVu", - "dHVyZVJvb21TY29yZUNzUmVxEI4sQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2", - "ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdRogueCommonType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdRogueCommonType { - [pbr::OriginalName("CmdRogueCommonTypeNone")] None = 0, - [pbr::OriginalName("CmdCommonRogueQueryScRsp")] CmdCommonRogueQueryScRsp = 5666, - [pbr::OriginalName("CmdGetRogueAdventureRoomInfoCsReq")] CmdGetRogueAdventureRoomInfoCsReq = 5650, - [pbr::OriginalName("CmdGetRogueCommonDialogueDataCsReq")] CmdGetRogueCommonDialogueDataCsReq = 5621, - [pbr::OriginalName("CmdRogueWorkbenchGetInfoScRsp")] CmdRogueWorkbenchGetInfoScRsp = 5616, - [pbr::OriginalName("CmdGetRogueCollectionCsReq")] CmdGetRogueCollectionCsReq = 5619, - [pbr::OriginalName("CmdSyncRogueCommonVirtualItemInfoScNotify")] CmdSyncRogueCommonVirtualItemInfoScNotify = 5641, - [pbr::OriginalName("CmdGetEnhanceCommonRogueBuffInfoCsReq")] CmdGetEnhanceCommonRogueBuffInfoCsReq = 5610, - [pbr::OriginalName("CmdGetRogueShopBuffInfoCsReq")] CmdGetRogueShopBuffInfoCsReq = 5606, - [pbr::OriginalName("CmdUpdateRogueAdventureRoomScoreScRsp")] CmdUpdateRogueAdventureRoomScoreScRsp = 5614, - [pbr::OriginalName("CmdRogueWorkbenchGetInfoCsReq")] CmdRogueWorkbenchGetInfoCsReq = 5655, - [pbr::OriginalName("CmdTakeRogueEventHandbookRewardScRsp")] CmdTakeRogueEventHandbookRewardScRsp = 5656, - [pbr::OriginalName("CmdCommonRogueUpdateScNotify")] CmdCommonRogueUpdateScNotify = 5699, - [pbr::OriginalName("CmdPrepareRogueAdventureRoomScRsp")] CmdPrepareRogueAdventureRoomScRsp = 5647, - [pbr::OriginalName("CmdGetRogueShopBuffInfoScRsp")] CmdGetRogueShopBuffInfoScRsp = 5670, - [pbr::OriginalName("CmdRogueDoGambleCsReq")] CmdRogueDoGambleCsReq = 5642, - [pbr::OriginalName("CmdGetRogueCommonDialogueDataScRsp")] CmdGetRogueCommonDialogueDataScRsp = 5608, - [pbr::OriginalName("CmdSyncRogueHandbookDataUpdateScNotify")] CmdSyncRogueHandbookDataUpdateScNotify = 5668, - [pbr::OriginalName("CmdBuyRogueShopBuffScRsp")] CmdBuyRogueShopBuffScRsp = 5695, - [pbr::OriginalName("CmdGetRogueShopMiracleInfoCsReq")] CmdGetRogueShopMiracleInfoCsReq = 5609, - [pbr::OriginalName("CmdGetRogueShopFormulaInfoScRsp")] CmdGetRogueShopFormulaInfoScRsp = 5634, - [pbr::OriginalName("CmdSyncRogueCommonPendingActionScNotify")] CmdSyncRogueCommonPendingActionScNotify = 5700, - [pbr::OriginalName("CmdGetRogueHandbookDataCsReq")] CmdGetRogueHandbookDataCsReq = 5683, - [pbr::OriginalName("CmdSelectRogueCommonDialogueOptionCsReq")] CmdSelectRogueCommonDialogueOptionCsReq = 5633, - [pbr::OriginalName("CmdSyncRogueCommonDialogueOptionFinishScNotify")] CmdSyncRogueCommonDialogueOptionFinishScNotify = 5627, - [pbr::OriginalName("CmdTakeRogueMiracleHandbookRewardScRsp")] CmdTakeRogueMiracleHandbookRewardScRsp = 5694, - [pbr::OriginalName("CmdSyncRogueCommonActionResultScNotify")] CmdSyncRogueCommonActionResultScNotify = 5681, - [pbr::OriginalName("CmdRogueDoGambleScRsp")] CmdRogueDoGambleScRsp = 5603, - [pbr::OriginalName("CmdGetRogueCollectionScRsp")] CmdGetRogueCollectionScRsp = 5644, - [pbr::OriginalName("CmdBuyRogueShopMiracleScRsp")] CmdBuyRogueShopMiracleScRsp = 5626, - [pbr::OriginalName("CmdSyncRogueAdventureRoomInfoScNotify")] CmdSyncRogueAdventureRoomInfoScNotify = 5611, - [pbr::OriginalName("CmdRogueGetGambleInfoCsReq")] CmdRogueGetGambleInfoCsReq = 5638, - [pbr::OriginalName("CmdRogueWorkbenchHandleFuncScRsp")] CmdRogueWorkbenchHandleFuncScRsp = 5632, - [pbr::OriginalName("CmdRogueGetGambleInfoScRsp")] CmdRogueGetGambleInfoScRsp = 5662, - [pbr::OriginalName("CmdPrepareRogueAdventureRoomCsReq")] CmdPrepareRogueAdventureRoomCsReq = 5613, - [pbr::OriginalName("CmdGetRogueAdventureRoomInfoScRsp")] CmdGetRogueAdventureRoomInfoScRsp = 5673, - [pbr::OriginalName("CmdEnhanceCommonRogueBuffScRsp")] CmdEnhanceCommonRogueBuffScRsp = 5682, - [pbr::OriginalName("CmdSetRogueExhibitionScRsp")] CmdSetRogueExhibitionScRsp = 5631, - [pbr::OriginalName("CmdCommonRogueComponentUpdateScNotify")] CmdCommonRogueComponentUpdateScNotify = 5667, - [pbr::OriginalName("CmdBuyRogueShopMiracleCsReq")] CmdBuyRogueShopMiracleCsReq = 5689, - [pbr::OriginalName("CmdStopRogueAdventureRoomScRsp")] CmdStopRogueAdventureRoomScRsp = 5637, - [pbr::OriginalName("CmdRogueWorkbenchHandleFuncCsReq")] CmdRogueWorkbenchHandleFuncCsReq = 5612, - [pbr::OriginalName("CmdRogueNpcDisappearCsReq")] CmdRogueNpcDisappearCsReq = 5618, - [pbr::OriginalName("CmdBuyRogueShopFormulaScRsp")] CmdBuyRogueShopFormulaScRsp = 5639, - [pbr::OriginalName("CmdTakeRogueEventHandbookRewardCsReq")] CmdTakeRogueEventHandbookRewardCsReq = 5687, - [pbr::OriginalName("CmdSetRogueExhibitionCsReq")] CmdSetRogueExhibitionCsReq = 5620, - [pbr::OriginalName("CmdSetRogueCollectionCsReq")] CmdSetRogueCollectionCsReq = 5676, - [pbr::OriginalName("CmdSyncRogueCommonDialogueDataScNotify")] CmdSyncRogueCommonDialogueDataScNotify = 5659, - [pbr::OriginalName("CmdSelectRogueCommonDialogueOptionScRsp")] CmdSelectRogueCommonDialogueOptionScRsp = 5664, - [pbr::OriginalName("CmdRogueNpcDisappearScRsp")] CmdRogueNpcDisappearScRsp = 5636, - [pbr::OriginalName("CmdGetRogueExhibitionCsReq")] CmdGetRogueExhibitionCsReq = 5615, - [pbr::OriginalName("CmdSetRogueCollectionScRsp")] CmdSetRogueCollectionScRsp = 5643, - [pbr::OriginalName("CmdTakeRogueMiracleHandbookRewardCsReq")] CmdTakeRogueMiracleHandbookRewardCsReq = 5660, - [pbr::OriginalName("CmdBuyRogueShopBuffCsReq")] CmdBuyRogueShopBuffCsReq = 5630, - [pbr::OriginalName("CmdGetRogueShopFormulaInfoCsReq")] CmdGetRogueShopFormulaInfoCsReq = 5690, - [pbr::OriginalName("CmdHandleRogueCommonPendingActionCsReq")] CmdHandleRogueCommonPendingActionCsReq = 5678, - [pbr::OriginalName("CmdBuyRogueShopFormulaCsReq")] CmdBuyRogueShopFormulaCsReq = 5697, - [pbr::OriginalName("CmdGetRogueHandbookDataScRsp")] CmdGetRogueHandbookDataScRsp = 5658, - [pbr::OriginalName("CmdStopRogueAdventureRoomCsReq")] CmdStopRogueAdventureRoomCsReq = 5651, - [pbr::OriginalName("CmdHandleRogueCommonPendingActionScRsp")] CmdHandleRogueCommonPendingActionScRsp = 5696, - [pbr::OriginalName("CmdGetRogueExhibitionScRsp")] CmdGetRogueExhibitionScRsp = 5685, - [pbr::OriginalName("CmdCommonRogueQueryCsReq")] CmdCommonRogueQueryCsReq = 5669, - [pbr::OriginalName("CmdFinishRogueCommonDialogueCsReq")] CmdFinishRogueCommonDialogueCsReq = 5601, - [pbr::OriginalName("CmdRogueDebugReplaySaveScNotify")] CmdRogueDebugReplaySaveScNotify = 5654, - [pbr::OriginalName("CmdEnhanceCommonRogueBuffCsReq")] CmdEnhanceCommonRogueBuffCsReq = 5671, - [pbr::OriginalName("CmdGetEnhanceCommonRogueBuffInfoScRsp")] CmdGetEnhanceCommonRogueBuffInfoScRsp = 5607, - [pbr::OriginalName("CmdFinishRogueCommonDialogueScRsp")] CmdFinishRogueCommonDialogueScRsp = 5640, - [pbr::OriginalName("CmdGetRogueShopMiracleInfoScRsp")] CmdGetRogueShopMiracleInfoScRsp = 5635, - [pbr::OriginalName("CmdUpdateRogueAdventureRoomScoreCsReq")] CmdUpdateRogueAdventureRoomScoreCsReq = 5646, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdRogueEndless.cs b/Proto/CmdRogueEndless.cs deleted file mode 100644 index 3cc4af7a..00000000 --- a/Proto/CmdRogueEndless.cs +++ /dev/null @@ -1,64 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdRogueEndless.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdRogueEndless.proto - public static partial class CmdRogueEndlessReflection { - - #region Descriptor - /// File descriptor for CmdRogueEndless.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdRogueEndlessReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChVDbWRSb2d1ZUVuZGxlc3MucHJvdG8q1QMKD0NtZFJvZ3VlRW5kbGVzcxIX", - "ChNDbWRSb2d1ZUVuZGxlc3NOb25lEAASKAojQ21kR2V0Um9ndWVFbmRsZXNz", - "QWN0aXZpdHlEYXRhQ3NSZXEQ9C4SMAorQ21kVGFrZVJvZ3VlRW5kbGVzc0Fj", - "dGl2aXR5UG9pbnRSZXdhcmRTY1JzcBD1LhIzCi5DbWRUYWtlUm9ndWVFbmRs", - "ZXNzQWN0aXZpdHlBbGxCb251c1Jld2FyZFNjUnNwEPouEisKJkNtZEVudGVy", - "Um9ndWVFbmRsZXNzQWN0aXZpdHlTdGFnZVNjUnNwEPcuEjAKK0NtZFRha2VS", - "b2d1ZUVuZGxlc3NBY3Rpdml0eVBvaW50UmV3YXJkQ3NSZXEQ8i4SKAojQ21k", - "R2V0Um9ndWVFbmRsZXNzQWN0aXZpdHlEYXRhU2NSc3AQ9i4SLQooQ21kUm9n", - "dWVFbmRsZXNzQWN0aXZpdHlCYXR0bGVFbmRTY05vdGlmeRD4LhIrCiZDbWRF", - "bnRlclJvZ3VlRW5kbGVzc0FjdGl2aXR5U3RhZ2VDc1JlcRD5LhIzCi5DbWRU", - "YWtlUm9ndWVFbmRsZXNzQWN0aXZpdHlBbGxCb251c1Jld2FyZENzUmVxEPMu", - "Qh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdRogueEndless), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdRogueEndless { - [pbr::OriginalName("CmdRogueEndlessNone")] None = 0, - [pbr::OriginalName("CmdGetRogueEndlessActivityDataCsReq")] CmdGetRogueEndlessActivityDataCsReq = 6004, - [pbr::OriginalName("CmdTakeRogueEndlessActivityPointRewardScRsp")] CmdTakeRogueEndlessActivityPointRewardScRsp = 6005, - [pbr::OriginalName("CmdTakeRogueEndlessActivityAllBonusRewardScRsp")] CmdTakeRogueEndlessActivityAllBonusRewardScRsp = 6010, - [pbr::OriginalName("CmdEnterRogueEndlessActivityStageScRsp")] CmdEnterRogueEndlessActivityStageScRsp = 6007, - [pbr::OriginalName("CmdTakeRogueEndlessActivityPointRewardCsReq")] CmdTakeRogueEndlessActivityPointRewardCsReq = 6002, - [pbr::OriginalName("CmdGetRogueEndlessActivityDataScRsp")] CmdGetRogueEndlessActivityDataScRsp = 6006, - [pbr::OriginalName("CmdRogueEndlessActivityBattleEndScNotify")] ActivityBattleEndScNotify = 6008, - [pbr::OriginalName("CmdEnterRogueEndlessActivityStageCsReq")] CmdEnterRogueEndlessActivityStageCsReq = 6009, - [pbr::OriginalName("CmdTakeRogueEndlessActivityAllBonusRewardCsReq")] CmdTakeRogueEndlessActivityAllBonusRewardCsReq = 6003, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdRogueMagic.cs b/Proto/CmdRogueMagic.cs deleted file mode 100644 index bec88bf8..00000000 --- a/Proto/CmdRogueMagic.cs +++ /dev/null @@ -1,119 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdRogueMagic.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdRogueMagic.proto - public static partial class CmdRogueMagicReflection { - - #region Descriptor - /// File descriptor for CmdRogueMagic.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdRogueMagicReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChNDbWRSb2d1ZU1hZ2ljLnByb3RvKpAMCg1DbWRSb2d1ZU1hZ2ljEhUKEUNt", - "ZFJvZ3VlTWFnaWNOb25lEAASHAoXQ21kUm9ndWVNYWdpY1N0YXJ0Q3NSZXEQ", - "nzwSIwoeQ21kUm9ndWVNYWdpY0VuYWJsZVRhbGVudENzUmVxEN88EikKJENt", - "ZFJvZ3VlTWFnaWNTY2VwdGVyVGFrZU9mZlVuaXRDc1JlcRDVPBIcChdDbWRS", - "b2d1ZU1hZ2ljRW50ZXJDc1JlcRDDPBIkCh9DbWRSb2d1ZU1hZ2ljQXJlYVVw", - "ZGF0ZVNjTm90aWZ5EMY8EhwKF0NtZFJvZ3VlTWFnaWNTdGFydFNjUnNwEKE8", - "EiMKHkNtZFJvZ3VlTWFnaWNSZXZpdmVBdmF0YXJTY1JzcBCePBImCiFDbWRS", - "b2d1ZU1hZ2ljQXV0b0RyZXNzSW5Vbml0Q3NSZXEQ8jwSIAobQ21kUm9ndWVN", - "YWdpY0VudGVyUm9vbVNjUnNwELI8Ei4KKUNtZFJvZ3VlTWFnaWNTZXRBdXRv", - "RHJlc3NJbk1hZ2ljVW5pdFNjUnNwEM48EiEKHENtZFJvZ3VlTWFnaWNFbnRl", - "ckxheWVyU2NSc3AQpjwSHAoXQ21kUm9ndWVNYWdpY0xlYXZlU2NSc3AQmjwS", - "HAoXQ21kUm9ndWVNYWdpY1F1ZXJ5U2NSc3AQ2zwSKgolQ21kUm9ndWVNYWdp", - "Y1Jldml2ZUNvc3RVcGRhdGVTY05vdGlmeRDNPBIkCh9DbWRSb2d1ZU1hZ2lj", - "R2V0VGFsZW50SW5mb1NjUnNwEOg8EikKJENtZFJvZ3VlTWFnaWNTY2VwdGVy", - "VGFrZU9mZlVuaXRTY1JzcBDIPBIqCiVDbWRSb2d1ZU1hZ2ljR2V0TWlzY1Jl", - "YWxUaW1lRGF0YUNzUmVxENg8EikKJENtZFJvZ3VlTWFnaWNTY2VwdGVyRHJl", - "c3NJblVuaXRTY1JzcBC5PBIhChxDbWRSb2d1ZU1hZ2ljRW50ZXJMYXllckNz", - "UmVxEPM8EiQKH0NtZFJvZ3VlTWFnaWNHZXRUYWxlbnRJbmZvQ3NSZXEQrDwS", - "HAoXQ21kUm9ndWVNYWdpY1F1ZXJ5Q3NSZXEQmzwSHQoYQ21kUm9ndWVNYWdp", - "Y1NldHRsZVNjUnNwEO08EiIKHUNtZFJvZ3VlTWFnaWNVbml0UmVmb3JnZUNz", - "UmVxEPA8EioKJUNtZFJvZ3VlTWFnaWNHZXRNaXNjUmVhbFRpbWVEYXRhU2NS", - "c3AQ0DwSJgohQ21kUm9ndWVNYWdpY0F1dG9EcmVzc0luVW5pdFNjUnNwEOs8", - "EiIKHUNtZFJvZ3VlTWFnaWNVbml0Q29tcG9zZVNjUnNwEOo8EikKJENtZFJv", - "Z3VlTWFnaWNTdG9yeUluZm9VcGRhdGVTY05vdGlmeRDMPBIuCilDbWRSb2d1", - "ZU1hZ2ljQmF0dGxlRmFpbFNldHRsZUluZm9TY05vdGlmeRDxPBIiCh1DbWRS", - "b2d1ZU1hZ2ljVW5pdENvbXBvc2VDc1JlcRCqPBIjCh5DbWRSb2d1ZU1hZ2lj", - "RW5hYmxlVGFsZW50U2NSc3AQsDwSNAovQ21kUm9ndWVNYWdpY0F1dG9EcmVz", - "c0luTWFnaWNVbml0Q2hhbmdlU2NOb3RpZnkQ5TwSKQokQ21kUm9ndWVNYWdp", - "Y0xldmVsSW5mb1VwZGF0ZVNjTm90aWZ5ELg8EikKJENtZFJvZ3VlTWFnaWNT", - "Y2VwdGVyRHJlc3NJblVuaXRDc1JlcRDHPBIcChdDbWRSb2d1ZU1hZ2ljTGVh", - "dmVDc1JlcRC3PBIjCh5DbWRSb2d1ZU1hZ2ljUmV2aXZlQXZhdGFyQ3NSZXEQ", - "rTwSHQoYQ21kUm9ndWVNYWdpY1NldHRsZUNzUmVxENo8EhwKF0NtZFJvZ3Vl", - "TWFnaWNFbnRlclNjUnNwEJ08EiAKG0NtZFJvZ3VlTWFnaWNFbnRlclJvb21D", - "c1JlcRCuPBIiCh1DbWRSb2d1ZU1hZ2ljVW5pdFJlZm9yZ2VTY1JzcBDJPBIu", - "CilDbWRSb2d1ZU1hZ2ljU2V0QXV0b0RyZXNzSW5NYWdpY1VuaXRDc1JlcRDn", - "PEIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdRogueMagic), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdRogueMagic { - [pbr::OriginalName("CmdRogueMagicNone")] None = 0, - [pbr::OriginalName("CmdRogueMagicStartCsReq")] StartCsReq = 7711, - [pbr::OriginalName("CmdRogueMagicEnableTalentCsReq")] EnableTalentCsReq = 7775, - [pbr::OriginalName("CmdRogueMagicScepterTakeOffUnitCsReq")] ScepterTakeOffUnitCsReq = 7765, - [pbr::OriginalName("CmdRogueMagicEnterCsReq")] EnterCsReq = 7747, - [pbr::OriginalName("CmdRogueMagicAreaUpdateScNotify")] AreaUpdateScNotify = 7750, - [pbr::OriginalName("CmdRogueMagicStartScRsp")] StartScRsp = 7713, - [pbr::OriginalName("CmdRogueMagicReviveAvatarScRsp")] ReviveAvatarScRsp = 7710, - [pbr::OriginalName("CmdRogueMagicAutoDressInUnitCsReq")] AutoDressInUnitCsReq = 7794, - [pbr::OriginalName("CmdRogueMagicEnterRoomScRsp")] EnterRoomScRsp = 7730, - [pbr::OriginalName("CmdRogueMagicSetAutoDressInMagicUnitScRsp")] SetAutoDressInMagicUnitScRsp = 7758, - [pbr::OriginalName("CmdRogueMagicEnterLayerScRsp")] EnterLayerScRsp = 7718, - [pbr::OriginalName("CmdRogueMagicLeaveScRsp")] LeaveScRsp = 7706, - [pbr::OriginalName("CmdRogueMagicQueryScRsp")] QueryScRsp = 7771, - [pbr::OriginalName("CmdRogueMagicReviveCostUpdateScNotify")] ReviveCostUpdateScNotify = 7757, - [pbr::OriginalName("CmdRogueMagicGetTalentInfoScRsp")] GetTalentInfoScRsp = 7784, - [pbr::OriginalName("CmdRogueMagicScepterTakeOffUnitScRsp")] ScepterTakeOffUnitScRsp = 7752, - [pbr::OriginalName("CmdRogueMagicGetMiscRealTimeDataCsReq")] GetMiscRealTimeDataCsReq = 7768, - [pbr::OriginalName("CmdRogueMagicScepterDressInUnitScRsp")] ScepterDressInUnitScRsp = 7737, - [pbr::OriginalName("CmdRogueMagicEnterLayerCsReq")] EnterLayerCsReq = 7795, - [pbr::OriginalName("CmdRogueMagicGetTalentInfoCsReq")] GetTalentInfoCsReq = 7724, - [pbr::OriginalName("CmdRogueMagicQueryCsReq")] QueryCsReq = 7707, - [pbr::OriginalName("CmdRogueMagicSettleScRsp")] SettleScRsp = 7789, - [pbr::OriginalName("CmdRogueMagicUnitReforgeCsReq")] UnitReforgeCsReq = 7792, - [pbr::OriginalName("CmdRogueMagicGetMiscRealTimeDataScRsp")] GetMiscRealTimeDataScRsp = 7760, - [pbr::OriginalName("CmdRogueMagicAutoDressInUnitScRsp")] AutoDressInUnitScRsp = 7787, - [pbr::OriginalName("CmdRogueMagicUnitComposeScRsp")] UnitComposeScRsp = 7786, - [pbr::OriginalName("CmdRogueMagicStoryInfoUpdateScNotify")] StoryInfoUpdateScNotify = 7756, - [pbr::OriginalName("CmdRogueMagicBattleFailSettleInfoScNotify")] BattleFailSettleInfoScNotify = 7793, - [pbr::OriginalName("CmdRogueMagicUnitComposeCsReq")] UnitComposeCsReq = 7722, - [pbr::OriginalName("CmdRogueMagicEnableTalentScRsp")] EnableTalentScRsp = 7728, - [pbr::OriginalName("CmdRogueMagicAutoDressInMagicUnitChangeScNotify")] AutoDressInMagicUnitChangeScNotify = 7781, - [pbr::OriginalName("CmdRogueMagicLevelInfoUpdateScNotify")] LevelInfoUpdateScNotify = 7736, - [pbr::OriginalName("CmdRogueMagicScepterDressInUnitCsReq")] ScepterDressInUnitCsReq = 7751, - [pbr::OriginalName("CmdRogueMagicLeaveCsReq")] LeaveCsReq = 7735, - [pbr::OriginalName("CmdRogueMagicReviveAvatarCsReq")] ReviveAvatarCsReq = 7725, - [pbr::OriginalName("CmdRogueMagicSettleCsReq")] SettleCsReq = 7770, - [pbr::OriginalName("CmdRogueMagicEnterScRsp")] EnterScRsp = 7709, - [pbr::OriginalName("CmdRogueMagicEnterRoomCsReq")] EnterRoomCsReq = 7726, - [pbr::OriginalName("CmdRogueMagicUnitReforgeScRsp")] UnitReforgeScRsp = 7753, - [pbr::OriginalName("CmdRogueMagicSetAutoDressInMagicUnitCsReq")] SetAutoDressInMagicUnitCsReq = 7783, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdRogueModifierType.cs b/Proto/CmdRogueModifierType.cs deleted file mode 100644 index 73d04dfd..00000000 --- a/Proto/CmdRogueModifierType.cs +++ /dev/null @@ -1,57 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdRogueModifierType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdRogueModifierType.proto - public static partial class CmdRogueModifierTypeReflection { - - #region Descriptor - /// File descriptor for CmdRogueModifierType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdRogueModifierTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChpDbWRSb2d1ZU1vZGlmaWVyVHlwZS5wcm90byqKAgoUQ21kUm9ndWVNb2Rp", - "ZmllclR5cGUSHAoYQ21kUm9ndWVNb2RpZmllclR5cGVOb25lEAASJAofQ21k", - "Um9ndWVNb2RpZmllclNlbGVjdENlbGxDc1JlcRC9KRIlCiBDbWRSb2d1ZU1v", - "ZGlmaWVyU3RhZ2VTdGFydE5vdGlmeRDSKRIeChlDbWRSb2d1ZU1vZGlmaWVy", - "QWRkTm90aWZ5EOMpEiEKHENtZFJvZ3VlTW9kaWZpZXJVcGRhdGVOb3RpZnkQ", - "jSoSJAofQ21kUm9ndWVNb2RpZmllclNlbGVjdENlbGxTY1JzcBDXKRIeChlD", - "bWRSb2d1ZU1vZGlmaWVyRGVsTm90aWZ5EM4pQh6qAhtFZ2dMaW5rLkRhbmhl", - "bmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdRogueModifierType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdRogueModifierType { - [pbr::OriginalName("CmdRogueModifierTypeNone")] None = 0, - [pbr::OriginalName("CmdRogueModifierSelectCellCsReq")] CmdRogueModifierSelectCellCsReq = 5309, - [pbr::OriginalName("CmdRogueModifierStageStartNotify")] CmdRogueModifierStageStartNotify = 5330, - [pbr::OriginalName("CmdRogueModifierAddNotify")] CmdRogueModifierAddNotify = 5347, - [pbr::OriginalName("CmdRogueModifierUpdateNotify")] CmdRogueModifierUpdateNotify = 5389, - [pbr::OriginalName("CmdRogueModifierSelectCellScRsp")] CmdRogueModifierSelectCellScRsp = 5335, - [pbr::OriginalName("CmdRogueModifierDelNotify")] CmdRogueModifierDelNotify = 5326, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdRogueTournType.cs b/Proto/CmdRogueTournType.cs deleted file mode 100644 index 890a4a99..00000000 --- a/Proto/CmdRogueTournType.cs +++ /dev/null @@ -1,159 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdRogueTournType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdRogueTournType.proto - public static partial class CmdRogueTournTypeReflection { - - #region Descriptor - /// File descriptor for CmdRogueTournType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdRogueTournTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChdDbWRSb2d1ZVRvdXJuVHlwZS5wcm90byqIEwoRQ21kUm9ndWVUb3VyblR5", - "cGUSGQoVQ21kUm9ndWVUb3VyblR5cGVOb25lEAASKgolQ21kUm9ndWVUb3Vy", - "bkdldFNlYXNvblRhbGVudEluZm9TY1JzcBC2LxI3CjJDbWRSb2d1ZVRvdXJu", - "VGl0YW5VcGRhdGVUaXRhbkJsZXNzUHJvZ3Jlc3NTY05vdGlmeRDHLxIsCidD", - "bWRSb2d1ZVRvdXJuRW50ZXJSb2d1ZUNvY29vblNjZW5lQ3NSZXEQsy8SKgol", - "Q21kUm9ndWVUb3VybkdldFNlYXNvblRhbGVudEluZm9Dc1JlcRC1LxIkCh9D", - "bWRSb2d1ZVRvdXJuQ29uZmlybVNldHRsZUNzUmVxEJovEiQKH0NtZFJvZ3Vl", - "VG91cm5SZW5hbWVBcmNoaXZlU2NSc3AQnS8SJAofQ21kUm9ndWVUb3VyblRh", - "a2VFeHBSZXdhcmRDc1JlcRCTLxItCihDbWRSb2d1ZVRvdXJuR2V0UGVybWFu", - "ZW50VGFsZW50SW5mb1NjUnNwEL0vEi4KKUNtZFJvZ3VlVG91cm5CYXR0bGVG", - "YWlsU2V0dGxlSW5mb1NjTm90aWZ5EMUvEiAKG0NtZFJvZ3VlVG91cm5FbnRl", - "clJvb21Dc1JlcRCYLxIpCiRDbWRSb2d1ZVRvdXJuRW5hYmxlU2Vhc29uVGFs", - "ZW50Q3NSZXEQli8SIQocQ21kUm9ndWVUb3VybkVudGVyTGF5ZXJTY1JzcBDQ", - "LxIpCiRDbWRSb2d1ZVRvdXJuRW5hYmxlU2Vhc29uVGFsZW50U2NSc3AQgi8S", - "LgopQ21kUm9ndWVUb3VyblJlRW50ZXJSb2d1ZUNvY29vblN0YWdlU2NSc3AQ", - "ri8SKwomQ21kUm9ndWVUb3VyblJlc2V0UGVybWFuZW50VGFsZW50U2NSc3AQ", - "kC8SLgopQ21kUm9ndWVUb3VyblJlRW50ZXJSb2d1ZUNvY29vblN0YWdlQ3NS", - "ZXEQqS8SJAofQ21kUm9ndWVUb3VybkdldEFsbEFyY2hpdmVDc1JlcRCjLxIk", - "Ch9DbWRSb2d1ZVRvdXJuUmVuYW1lQXJjaGl2ZUNzUmVxEMEvEioKJUNtZFJv", - "Z3VlVG91cm5SZXZpdmVDb3N0VXBkYXRlU2NOb3RpZnkQiC8SLAonQ21kUm9n", - "dWVUb3VybkxlYXZlUm9ndWVDb2Nvb25TY2VuZUNzUmVxEK0vEiQKH0NtZFJv", - "Z3VlVG91cm5HZXRTZXR0bGVJbmZvU2NSc3AQvC8SKgolQ21kUm9ndWVUb3Vy", - "bkdldE1pc2NSZWFsVGltZURhdGFDc1JlcRC5LxIcChdDbWRSb2d1ZVRvdXJu", - "U3RhcnRDc1JlcRCDLxIdChhDbWRSb2d1ZVRvdXJuU2V0dGxlU2NSc3AQjC8S", - "JAofQ21kUm9ndWVUb3VybkRlbGV0ZUFyY2hpdmVTY1JzcBCvLxIdChhDbWRS", - "b2d1ZVRvdXJuU2V0dGxlQ3NSZXEQlC8SGwoWQ21kUm9ndWVUb3VybkV4cE5v", - "dGlmeRCLLxIjCh5DbWRSb2d1ZVRvdXJuUmV2aXZlQXZhdGFyU2NSc3AQyy8S", - "LAonQ21kUm9ndWVUb3VybkdldEN1clJvZ3VlQ29jb29uSW5mb0NzUmVxEKwv", - "EhwKF0NtZFJvZ3VlVG91cm5RdWVyeVNjUnNwEIEvEiMKHkNtZFJvZ3VlVG91", - "cm5SZXZpdmVBdmF0YXJDc1JlcRCELxIqCiVDbWRSb2d1ZVRvdXJuR2V0TWlz", - "Y1JlYWxUaW1lRGF0YVNjUnNwEJsvEiwKJ0NtZFJvZ3VlVG91cm5FbnRlclJv", - "Z3VlQ29jb29uU2NlbmVTY1JzcBCGLxIcChdDbWRSb2d1ZVRvdXJuTGVhdmVT", - "Y1JzcBCoLxIsCidDbWRSb2d1ZVRvdXJuR2V0Q3VyUm9ndWVDb2Nvb25JbmZv", - "U2NSc3AQ/i4SLAonQ21kUm9ndWVUb3VybkVuYWJsZVBlcm1hbmVudFRhbGVu", - "dFNjUnNwEMQvEisKJkNtZFJvZ3VlVG91cm5HZXRBcmNoaXZlUmVwb3NpdG9y", - "eUNzUmVxEJUvEhwKF0NtZFJvZ3VlVG91cm5FbnRlckNzUmVxEMgvEi0KKENt", - "ZFJvZ3VlVG91cm5XZWVrQ2hhbGxlbmdlVXBkYXRlU2NOb3RpZnkQjy8SJAof", - "Q21kUm9ndWVUb3VybkFyZWFVcGRhdGVTY05vdGlmeRDDLxItCihDbWRSb2d1", - "ZVRvdXJuR2V0UGVybWFuZW50VGFsZW50SW5mb0NzUmVxELEvEhwKF0NtZFJv", - "Z3VlVG91cm5TdGFydFNjUnNwEIcvEhwKF0NtZFJvZ3VlVG91cm5MZWF2ZUNz", - "UmVxELovEiQKH0NtZFJvZ3VlVG91cm5UYWtlRXhwUmV3YXJkU2NSc3AQzy8S", - "IAobQ21kUm9ndWVUb3VybkVudGVyUm9vbVNjUnNwEJIvEiwKJ0NtZFJvZ3Vl", - "VG91cm5FbmFibGVQZXJtYW5lbnRUYWxlbnRDc1JlcRDOLxIcChdDbWRSb2d1", - "ZVRvdXJuRW50ZXJTY1JzcBCFLxIcChdDbWRSb2d1ZVRvdXJuUXVlcnlDc1Jl", - "cRCeLxIqCiVDbWRSb2d1ZVRvdXJuQ2xlYXJBcmNoaXZlTmFtZVNjTm90aWZ5", - "EKIvEiYKIUNtZFJvZ3VlVG91cm5EaWZmaWN1bHR5Q29tcE5vdGlmeRDULxIp", - "CiRDbWRSb2d1ZVRvdXJuTGV2ZWxJbmZvVXBkYXRlU2NOb3RpZnkQvy8SLAon", - "Q21kUm9ndWVUb3VybkxlYXZlUm9ndWVDb2Nvb25TY2VuZVNjUnNwEM0vEiQK", - "H0NtZFJvZ3VlVG91cm5EZWxldGVBcmNoaXZlQ3NSZXEQny8SIQocQ21kUm9n", - "dWVUb3VybkVudGVyTGF5ZXJDc1JlcRC0LxIrCiZDbWRSb2d1ZVRvdXJuR2V0", - "QXJjaGl2ZVJlcG9zaXRvcnlTY1JzcBD7LhIkCh9DbWRSb2d1ZVRvdXJuR2V0", - "QWxsQXJjaGl2ZVNjUnNwEMwvEiQKH0NtZFJvZ3VlVG91cm5Db25maXJtU2V0", - "dGxlU2NSc3AQ0y8SIAobQ21kUm9ndWVUb3VybkhhbmRCb29rTm90aWZ5EMov", - "EisKJkNtZFJvZ3VlVG91cm5SZXNldFBlcm1hbmVudFRhbGVudENzUmVxELsv", - "EiQKH0NtZFJvZ3VlVG91cm5HZXRTZXR0bGVJbmZvQ3NSZXEQvi9CHqoCG0Vn", - "Z0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdRogueTournType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdRogueTournType { - [pbr::OriginalName("CmdRogueTournTypeNone")] None = 0, - [pbr::OriginalName("CmdRogueTournGetSeasonTalentInfoScRsp")] CmdRogueTournGetSeasonTalentInfoScRsp = 6070, - [pbr::OriginalName("CmdRogueTournTitanUpdateTitanBlessProgressScNotify")] CmdRogueTournTitanUpdateTitanBlessProgressScNotify = 6087, - [pbr::OriginalName("CmdRogueTournEnterRogueCocoonSceneCsReq")] CmdRogueTournEnterRogueCocoonSceneCsReq = 6067, - [pbr::OriginalName("CmdRogueTournGetSeasonTalentInfoCsReq")] CmdRogueTournGetSeasonTalentInfoCsReq = 6069, - [pbr::OriginalName("CmdRogueTournConfirmSettleCsReq")] CmdRogueTournConfirmSettleCsReq = 6042, - [pbr::OriginalName("CmdRogueTournRenameArchiveScRsp")] CmdRogueTournRenameArchiveScRsp = 6045, - [pbr::OriginalName("CmdRogueTournTakeExpRewardCsReq")] CmdRogueTournTakeExpRewardCsReq = 6035, - [pbr::OriginalName("CmdRogueTournGetPermanentTalentInfoScRsp")] CmdRogueTournGetPermanentTalentInfoScRsp = 6077, - [pbr::OriginalName("CmdRogueTournBattleFailSettleInfoScNotify")] CmdRogueTournBattleFailSettleInfoScNotify = 6085, - [pbr::OriginalName("CmdRogueTournEnterRoomCsReq")] CmdRogueTournEnterRoomCsReq = 6040, - [pbr::OriginalName("CmdRogueTournEnableSeasonTalentCsReq")] CmdRogueTournEnableSeasonTalentCsReq = 6038, - [pbr::OriginalName("CmdRogueTournEnterLayerScRsp")] CmdRogueTournEnterLayerScRsp = 6096, - [pbr::OriginalName("CmdRogueTournEnableSeasonTalentScRsp")] CmdRogueTournEnableSeasonTalentScRsp = 6018, - [pbr::OriginalName("CmdRogueTournReEnterRogueCocoonStageScRsp")] CmdRogueTournReEnterRogueCocoonStageScRsp = 6062, - [pbr::OriginalName("CmdRogueTournResetPermanentTalentScRsp")] CmdRogueTournResetPermanentTalentScRsp = 6032, - [pbr::OriginalName("CmdRogueTournReEnterRogueCocoonStageCsReq")] CmdRogueTournReEnterRogueCocoonStageCsReq = 6057, - [pbr::OriginalName("CmdRogueTournGetAllArchiveCsReq")] CmdRogueTournGetAllArchiveCsReq = 6051, - [pbr::OriginalName("CmdRogueTournRenameArchiveCsReq")] CmdRogueTournRenameArchiveCsReq = 6081, - [pbr::OriginalName("CmdRogueTournReviveCostUpdateScNotify")] CmdRogueTournReviveCostUpdateScNotify = 6024, - [pbr::OriginalName("CmdRogueTournLeaveRogueCocoonSceneCsReq")] CmdRogueTournLeaveRogueCocoonSceneCsReq = 6061, - [pbr::OriginalName("CmdRogueTournGetSettleInfoScRsp")] CmdRogueTournGetSettleInfoScRsp = 6076, - [pbr::OriginalName("CmdRogueTournGetMiscRealTimeDataCsReq")] CmdRogueTournGetMiscRealTimeDataCsReq = 6073, - [pbr::OriginalName("CmdRogueTournStartCsReq")] CmdRogueTournStartCsReq = 6019, - [pbr::OriginalName("CmdRogueTournSettleScRsp")] CmdRogueTournSettleScRsp = 6028, - [pbr::OriginalName("CmdRogueTournDeleteArchiveScRsp")] CmdRogueTournDeleteArchiveScRsp = 6063, - [pbr::OriginalName("CmdRogueTournSettleCsReq")] CmdRogueTournSettleCsReq = 6036, - [pbr::OriginalName("CmdRogueTournExpNotify")] CmdRogueTournExpNotify = 6027, - [pbr::OriginalName("CmdRogueTournReviveAvatarScRsp")] CmdRogueTournReviveAvatarScRsp = 6091, - [pbr::OriginalName("CmdRogueTournGetCurRogueCocoonInfoCsReq")] CmdRogueTournGetCurRogueCocoonInfoCsReq = 6060, - [pbr::OriginalName("CmdRogueTournQueryScRsp")] CmdRogueTournQueryScRsp = 6017, - [pbr::OriginalName("CmdRogueTournReviveAvatarCsReq")] CmdRogueTournReviveAvatarCsReq = 6020, - [pbr::OriginalName("CmdRogueTournGetMiscRealTimeDataScRsp")] CmdRogueTournGetMiscRealTimeDataScRsp = 6043, - [pbr::OriginalName("CmdRogueTournEnterRogueCocoonSceneScRsp")] CmdRogueTournEnterRogueCocoonSceneScRsp = 6022, - [pbr::OriginalName("CmdRogueTournLeaveScRsp")] CmdRogueTournLeaveScRsp = 6056, - [pbr::OriginalName("CmdRogueTournGetCurRogueCocoonInfoScRsp")] CmdRogueTournGetCurRogueCocoonInfoScRsp = 6014, - [pbr::OriginalName("CmdRogueTournEnablePermanentTalentScRsp")] CmdRogueTournEnablePermanentTalentScRsp = 6084, - [pbr::OriginalName("CmdRogueTournGetArchiveRepositoryCsReq")] CmdRogueTournGetArchiveRepositoryCsReq = 6037, - [pbr::OriginalName("CmdRogueTournEnterCsReq")] CmdRogueTournEnterCsReq = 6088, - [pbr::OriginalName("CmdRogueTournWeekChallengeUpdateScNotify")] CmdRogueTournWeekChallengeUpdateScNotify = 6031, - [pbr::OriginalName("CmdRogueTournAreaUpdateScNotify")] CmdRogueTournAreaUpdateScNotify = 6083, - [pbr::OriginalName("CmdRogueTournGetPermanentTalentInfoCsReq")] CmdRogueTournGetPermanentTalentInfoCsReq = 6065, - [pbr::OriginalName("CmdRogueTournStartScRsp")] CmdRogueTournStartScRsp = 6023, - [pbr::OriginalName("CmdRogueTournLeaveCsReq")] CmdRogueTournLeaveCsReq = 6074, - [pbr::OriginalName("CmdRogueTournTakeExpRewardScRsp")] CmdRogueTournTakeExpRewardScRsp = 6095, - [pbr::OriginalName("CmdRogueTournEnterRoomScRsp")] CmdRogueTournEnterRoomScRsp = 6034, - [pbr::OriginalName("CmdRogueTournEnablePermanentTalentCsReq")] CmdRogueTournEnablePermanentTalentCsReq = 6094, - [pbr::OriginalName("CmdRogueTournEnterScRsp")] CmdRogueTournEnterScRsp = 6021, - [pbr::OriginalName("CmdRogueTournQueryCsReq")] CmdRogueTournQueryCsReq = 6046, - [pbr::OriginalName("CmdRogueTournClearArchiveNameScNotify")] CmdRogueTournClearArchiveNameScNotify = 6050, - [pbr::OriginalName("CmdRogueTournDifficultyCompNotify")] CmdRogueTournDifficultyCompNotify = 6100, - [pbr::OriginalName("CmdRogueTournLevelInfoUpdateScNotify")] CmdRogueTournLevelInfoUpdateScNotify = 6079, - [pbr::OriginalName("CmdRogueTournLeaveRogueCocoonSceneScRsp")] CmdRogueTournLeaveRogueCocoonSceneScRsp = 6093, - [pbr::OriginalName("CmdRogueTournDeleteArchiveCsReq")] CmdRogueTournDeleteArchiveCsReq = 6047, - [pbr::OriginalName("CmdRogueTournEnterLayerCsReq")] CmdRogueTournEnterLayerCsReq = 6068, - [pbr::OriginalName("CmdRogueTournGetArchiveRepositoryScRsp")] CmdRogueTournGetArchiveRepositoryScRsp = 6011, - [pbr::OriginalName("CmdRogueTournGetAllArchiveScRsp")] CmdRogueTournGetAllArchiveScRsp = 6092, - [pbr::OriginalName("CmdRogueTournConfirmSettleScRsp")] CmdRogueTournConfirmSettleScRsp = 6099, - [pbr::OriginalName("CmdRogueTournHandBookNotify")] CmdRogueTournHandBookNotify = 6090, - [pbr::OriginalName("CmdRogueTournResetPermanentTalentCsReq")] CmdRogueTournResetPermanentTalentCsReq = 6075, - [pbr::OriginalName("CmdRogueTournGetSettleInfoCsReq")] CmdRogueTournGetSettleInfoCsReq = 6078, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdRogueType.cs b/Proto/CmdRogueType.cs deleted file mode 100644 index dec1e4af..00000000 --- a/Proto/CmdRogueType.cs +++ /dev/null @@ -1,138 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdRogueType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdRogueType.proto - public static partial class CmdRogueTypeReflection { - - #region Descriptor - /// File descriptor for CmdRogueType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdRogueTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChJDbWRSb2d1ZVR5cGUucHJvdG8q+w0KDENtZFJvZ3VlVHlwZRIUChBDbWRS", - "b2d1ZVR5cGVOb25lEAASGQoUQ21kR2V0Um9ndWVJbmZvQ3NSZXEQkw4SIQoc", - "Q21kVGFrZVJvZ3VlU2NvcmVSZXdhcmRTY1JzcBCPDhIfChpDbWRHZXRSb2d1", - "ZVRhbGVudEluZm9TY1JzcBC+DhInCiJDbWRTeW5jUm9ndWVQaWNrQXZhdGFy", - "SW5mb1NjTm90aWZ5EIoOEiUKIENtZFN5bmNSb2d1ZVNlYXNvbkZpbmlzaFNj", - "Tm90aWZ5EKQOEiMKHkNtZEV4Y2hhbmdlUm9ndWVSZXdhcmRLZXlTY1JzcBCd", - "DhIeChlDbWRFbmFibGVSb2d1ZVRhbGVudFNjUnNwEKoOEh0KGENtZEdldFJv", - "Z3VlQWVvbkluZm9TY1JzcBCLDhIkCh9DbWRHZXRSb2d1ZUJ1ZmZFbmhhbmNl", - "SW5mb0NzUmVxEM8OEhsKFkNtZE9wZW5Sb2d1ZUNoZXN0U2NSc3AQyg4SGQoU", - "Q21kR2V0Um9ndWVJbmZvU2NSc3AQlQ4SHgoZQ21kUmV2aXZlUm9ndWVBdmF0", - "YXJTY1JzcBChDhIdChhDbWRHZXRSb2d1ZUFlb25JbmZvQ3NSZXEQsg4SHgoZ", - "Q21kRW50ZXJSb2d1ZU1hcFJvb21Dc1JlcRDMDhIfChpDbWRTeW5jUm9ndWVT", - "dGF0dXNTY05vdGlmeRCfDhIgChtDbWRTeW5jUm9ndWVHZXRJdGVtU2NOb3Rp", - "ZnkQqA4SKgolQ21kU3luY1JvZ3VlQWVvbkxldmVsVXBSZXdhcmRTY05vdGlm", - "eRDdDhIjCh5DbWRTeW5jUm9ndWVSZXdhcmRJbmZvU2NOb3RpZnkQ1w4SJQog", - "Q21kVGFrZVJvZ3VlQWVvbkxldmVsUmV3YXJkQ3NSZXEQmw4SJAofQ21kR2V0", - "Um9ndWVTY29yZVJld2FyZEluZm9TY1JzcBCnDhIoCiNDbWRTeW5jUm9ndWVW", - "aXJ0dWFsSXRlbUluZm9TY05vdGlmeRDQDhIeChlDbWRSZXZpdmVSb2d1ZUF2", - "YXRhckNzUmVxEMEOEiEKHENtZFRha2VSb2d1ZVNjb3JlUmV3YXJkQ3NSZXEQ", - "kg4SHwoaQ21kR2V0Um9ndWVUYWxlbnRJbmZvQ3NSZXEQtQ4SIwoeQ21kU3lu", - "Y1JvZ3VlQXJlYVVubG9ja1NjTm90aWZ5EJQOEiUKIENtZFRha2VSb2d1ZUFl", - "b25MZXZlbFJld2FyZFNjUnNwELQOEiQKH0NtZEZpbmlzaEFlb25EaWFsb2d1", - "ZUdyb3VwQ3NSZXEQuQ4SFwoSQ21kU3RhcnRSb2d1ZVNjUnNwEJEOEhcKEkNt", - "ZEVudGVyUm9ndWVDc1JlcRCrDhIeChlDbWRFbmFibGVSb2d1ZVRhbGVudENz", - "UmVxEOIOEiQKH0NtZEZpbmlzaEFlb25EaWFsb2d1ZUdyb3VwU2NSc3AQ4A4S", - "FgoRQ21kUXVpdFJvZ3VlQ3NSZXEQvQ4SHAoXQ21kUGlja1JvZ3VlQXZhdGFy", - "U2NSc3AQ4w4SGwoWQ21kT3BlblJvZ3VlQ2hlc3RDc1JlcRDNDhIXChJDbWRF", - "bnRlclJvZ3VlU2NSc3AQjg4SIwoeQ21kRXhjaGFuZ2VSb2d1ZVJld2FyZEtl", - "eUNzUmVxEOsOEh8KGkNtZFN5bmNSb2d1ZUZpbmlzaFNjTm90aWZ5ENEOEiMK", - "HkNtZFN5bmNSb2d1ZUV4cGxvcmVXaW5TY05vdGlmeRDTDhIdChhDbWRTeW5j", - "Um9ndWVBZW9uU2NOb3RpZnkQmA4SJAofQ21kR2V0Um9ndWVCdWZmRW5oYW5j", - "ZUluZm9TY1JzcBDaDhIeChlDbWRFbnRlclJvZ3VlTWFwUm9vbVNjUnNwEMQO", - "EhcKEkNtZExlYXZlUm9ndWVDc1JlcRDODhIWChFDbWRRdWl0Um9ndWVTY1Jz", - "cBCgDhIkCh9DbWRHZXRSb2d1ZVNjb3JlUmV3YXJkSW5mb0NzUmVxEJwOEiEK", - "HENtZEdldFJvZ3VlSW5pdGlhbFNjb3JlU2NSc3AQ3w4SHAoXQ21kUGlja1Jv", - "Z3VlQXZhdGFyQ3NSZXEQ1Q4SHQoYQ21kRW5oYW5jZVJvZ3VlQnVmZkNzUmVx", - "ELsOEiMKHkNtZFN5bmNSb2d1ZVJldml2ZUluZm9TY05vdGlmeRDkDhIXChJD", - "bWRTdGFydFJvZ3VlQ3NSZXEQtw4SFwoSQ21kTGVhdmVSb2d1ZVNjUnNwEOEO", - "EiEKHENtZEdldFJvZ3VlSW5pdGlhbFNjb3JlQ3NSZXEQ5g4SIAobQ21kU3lu", - "Y1JvZ3VlTWFwUm9vbVNjTm90aWZ5EMAOEh0KGENtZEVuaGFuY2VSb2d1ZUJ1", - "ZmZTY1JzcBCtDkIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", - "cm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdRogueType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdRogueType { - [pbr::OriginalName("CmdRogueTypeNone")] None = 0, - [pbr::OriginalName("CmdGetRogueInfoCsReq")] CmdGetRogueInfoCsReq = 1811, - [pbr::OriginalName("CmdTakeRogueScoreRewardScRsp")] CmdTakeRogueScoreRewardScRsp = 1807, - [pbr::OriginalName("CmdGetRogueTalentInfoScRsp")] CmdGetRogueTalentInfoScRsp = 1854, - [pbr::OriginalName("CmdSyncRoguePickAvatarInfoScNotify")] CmdSyncRoguePickAvatarInfoScNotify = 1802, - [pbr::OriginalName("CmdSyncRogueSeasonFinishScNotify")] CmdSyncRogueSeasonFinishScNotify = 1828, - [pbr::OriginalName("CmdExchangeRogueRewardKeyScRsp")] CmdExchangeRogueRewardKeyScRsp = 1821, - [pbr::OriginalName("CmdEnableRogueTalentScRsp")] CmdEnableRogueTalentScRsp = 1834, - [pbr::OriginalName("CmdGetRogueAeonInfoScRsp")] CmdGetRogueAeonInfoScRsp = 1803, - [pbr::OriginalName("CmdGetRogueBuffEnhanceInfoCsReq")] CmdGetRogueBuffEnhanceInfoCsReq = 1871, - [pbr::OriginalName("CmdOpenRogueChestScRsp")] CmdOpenRogueChestScRsp = 1866, - [pbr::OriginalName("CmdGetRogueInfoScRsp")] CmdGetRogueInfoScRsp = 1813, - [pbr::OriginalName("CmdReviveRogueAvatarScRsp")] CmdReviveRogueAvatarScRsp = 1825, - [pbr::OriginalName("CmdGetRogueAeonInfoCsReq")] CmdGetRogueAeonInfoCsReq = 1842, - [pbr::OriginalName("CmdEnterRogueMapRoomCsReq")] CmdEnterRogueMapRoomCsReq = 1868, - [pbr::OriginalName("CmdSyncRogueStatusScNotify")] CmdSyncRogueStatusScNotify = 1823, - [pbr::OriginalName("CmdSyncRogueGetItemScNotify")] CmdSyncRogueGetItemScNotify = 1832, - [pbr::OriginalName("CmdSyncRogueAeonLevelUpRewardScNotify")] CmdSyncRogueAeonLevelUpRewardScNotify = 1885, - [pbr::OriginalName("CmdSyncRogueRewardInfoScNotify")] CmdSyncRogueRewardInfoScNotify = 1879, - [pbr::OriginalName("CmdTakeRogueAeonLevelRewardCsReq")] CmdTakeRogueAeonLevelRewardCsReq = 1819, - [pbr::OriginalName("CmdGetRogueScoreRewardInfoScRsp")] CmdGetRogueScoreRewardInfoScRsp = 1831, - [pbr::OriginalName("CmdSyncRogueVirtualItemInfoScNotify")] CmdSyncRogueVirtualItemInfoScNotify = 1872, - [pbr::OriginalName("CmdReviveRogueAvatarCsReq")] CmdReviveRogueAvatarCsReq = 1857, - [pbr::OriginalName("CmdTakeRogueScoreRewardCsReq")] CmdTakeRogueScoreRewardCsReq = 1810, - [pbr::OriginalName("CmdGetRogueTalentInfoCsReq")] CmdGetRogueTalentInfoCsReq = 1845, - [pbr::OriginalName("CmdSyncRogueAreaUnlockScNotify")] CmdSyncRogueAreaUnlockScNotify = 1812, - [pbr::OriginalName("CmdTakeRogueAeonLevelRewardScRsp")] CmdTakeRogueAeonLevelRewardScRsp = 1844, - [pbr::OriginalName("CmdFinishAeonDialogueGroupCsReq")] CmdFinishAeonDialogueGroupCsReq = 1849, - [pbr::OriginalName("CmdStartRogueScRsp")] CmdStartRogueScRsp = 1809, - [pbr::OriginalName("CmdEnterRogueCsReq")] CmdEnterRogueCsReq = 1835, - [pbr::OriginalName("CmdEnableRogueTalentCsReq")] CmdEnableRogueTalentCsReq = 1890, - [pbr::OriginalName("CmdFinishAeonDialogueGroupScRsp")] CmdFinishAeonDialogueGroupScRsp = 1888, - [pbr::OriginalName("CmdQuitRogueCsReq")] CmdQuitRogueCsReq = 1853, - [pbr::OriginalName("CmdPickRogueAvatarScRsp")] CmdPickRogueAvatarScRsp = 1891, - [pbr::OriginalName("CmdOpenRogueChestCsReq")] CmdOpenRogueChestCsReq = 1869, - [pbr::OriginalName("CmdEnterRogueScRsp")] CmdEnterRogueScRsp = 1806, - [pbr::OriginalName("CmdExchangeRogueRewardKeyCsReq")] CmdExchangeRogueRewardKeyCsReq = 1899, - [pbr::OriginalName("CmdSyncRogueFinishScNotify")] CmdSyncRogueFinishScNotify = 1873, - [pbr::OriginalName("CmdSyncRogueExploreWinScNotify")] CmdSyncRogueExploreWinScNotify = 1875, - [pbr::OriginalName("CmdSyncRogueAeonScNotify")] CmdSyncRogueAeonScNotify = 1816, - [pbr::OriginalName("CmdGetRogueBuffEnhanceInfoScRsp")] CmdGetRogueBuffEnhanceInfoScRsp = 1882, - [pbr::OriginalName("CmdEnterRogueMapRoomScRsp")] CmdEnterRogueMapRoomScRsp = 1860, - [pbr::OriginalName("CmdLeaveRogueCsReq")] CmdLeaveRogueCsReq = 1870, - [pbr::OriginalName("CmdQuitRogueScRsp")] CmdQuitRogueScRsp = 1824, - [pbr::OriginalName("CmdGetRogueScoreRewardInfoCsReq")] CmdGetRogueScoreRewardInfoCsReq = 1820, - [pbr::OriginalName("CmdGetRogueInitialScoreScRsp")] CmdGetRogueInitialScoreScRsp = 1887, - [pbr::OriginalName("CmdPickRogueAvatarCsReq")] CmdPickRogueAvatarCsReq = 1877, - [pbr::OriginalName("CmdEnhanceRogueBuffCsReq")] CmdEnhanceRogueBuffCsReq = 1851, - [pbr::OriginalName("CmdSyncRogueReviveInfoScNotify")] CmdSyncRogueReviveInfoScNotify = 1892, - [pbr::OriginalName("CmdStartRogueCsReq")] CmdStartRogueCsReq = 1847, - [pbr::OriginalName("CmdLeaveRogueScRsp")] CmdLeaveRogueScRsp = 1889, - [pbr::OriginalName("CmdGetRogueInitialScoreCsReq")] CmdGetRogueInitialScoreCsReq = 1894, - [pbr::OriginalName("CmdSyncRogueMapRoomScNotify")] CmdSyncRogueMapRoomScNotify = 1856, - [pbr::OriginalName("CmdEnhanceRogueBuffScRsp")] CmdEnhanceRogueBuffScRsp = 1837, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdRollShopType.cs b/Proto/CmdRollShopType.cs deleted file mode 100644 index 617947a7..00000000 --- a/Proto/CmdRollShopType.cs +++ /dev/null @@ -1,56 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdRollShopType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdRollShopType.proto - public static partial class CmdRollShopTypeReflection { - - #region Descriptor - /// File descriptor for CmdRollShopType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdRollShopTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChVDbWRSb2xsU2hvcFR5cGUucHJvdG8q6AEKD0NtZFJvbGxTaG9wVHlwZRIX", - "ChNDbWRSb2xsU2hvcFR5cGVOb25lEAASHwoaQ21kVGFrZVJvbGxTaG9wUmV3", - "YXJkQ3NSZXEQgjYSHAoXQ21kR2V0Um9sbFNob3BJbmZvQ3NSZXEQhTYSHgoZ", - "Q21kRG9HYWNoYUluUm9sbFNob3BDc1JlcRCINhIcChdDbWRHZXRSb2xsU2hv", - "cEluZm9TY1JzcBCENhIfChpDbWRUYWtlUm9sbFNob3BSZXdhcmRTY1JzcBD9", - "NRIeChlDbWREb0dhY2hhSW5Sb2xsU2hvcFNjUnNwEPg1Qh6qAhtFZ2dMaW5r", - "LkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdRollShopType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdRollShopType { - [pbr::OriginalName("CmdRollShopTypeNone")] None = 0, - [pbr::OriginalName("CmdTakeRollShopRewardCsReq")] CmdTakeRollShopRewardCsReq = 6914, - [pbr::OriginalName("CmdGetRollShopInfoCsReq")] CmdGetRollShopInfoCsReq = 6917, - [pbr::OriginalName("CmdDoGachaInRollShopCsReq")] CmdDoGachaInRollShopCsReq = 6920, - [pbr::OriginalName("CmdGetRollShopInfoScRsp")] CmdGetRollShopInfoScRsp = 6916, - [pbr::OriginalName("CmdTakeRollShopRewardScRsp")] CmdTakeRollShopRewardScRsp = 6909, - [pbr::OriginalName("CmdDoGachaInRollShopScRsp")] CmdDoGachaInRollShopScRsp = 6904, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdSceneType.cs b/Proto/CmdSceneType.cs deleted file mode 100644 index f1ff116c..00000000 --- a/Proto/CmdSceneType.cs +++ /dev/null @@ -1,188 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdSceneType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdSceneType.proto - public static partial class CmdSceneTypeReflection { - - #region Descriptor - /// File descriptor for CmdSceneType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdSceneTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChJDbWRTY2VuZVR5cGUucHJvdG8qwRUKDENtZFNjZW5lVHlwZRIUChBDbWRT", - "Y2VuZVR5cGVOb25lEAASGwoWQ21kU2NlbmVDYXN0U2tpbGxDc1JlcRCbCxIf", - "ChpDbWRVbmxvY2tlZEFyZWFNYXBTY05vdGlmeRCfCxIbChZDbWRSZXR1cm5M", - "YXN0VG93bkNzUmVxEIILEiUKIENtZFNjZW5lUmV2aXZlQWZ0ZXJSZWJhdHRs", - "ZVNjUnNwEJ0LEigKI0NtZFNjZW5lVXBkYXRlUG9zaXRpb25WZXJzaW9uTm90", - "aWZ5EIoLEhwKF0NtZFVubG9ja1RlbGVwb3J0Tm90aWZ5EMcLEhsKFkNtZEVu", - "dGl0eUJpbmRQcm9wU2NSc3AQvAsSHQoYQ21kRGVsZXRlU3VtbW9uVW5pdFNj", - "UnNwENkLEiEKHENtZFNldEN1ckludGVyYWN0RW50aXR5U2NSc3AQrQsSIgod", - "Q21kRW50ZXJlZFNjZW5lQ2hhbmdlU2NOb3RpZnkQ0AsSIAobQ21kQWN0aXZh", - "dGVGYXJtRWxlbWVudFNjUnNwEKYLEiMKHkNtZFJlZnJlc2hUcmlnZ2VyQnlD", - "bGllbnRTY1JzcBCuCxIaChVDbWRTcHJpbmdSZWZyZXNoU2NSc3AQsQsSIwoe", - "Q21kU2V0R3JvdXBDdXN0b21TYXZlRGF0YVNjUnNwEIALEiIKHUNtZERlYWN0", - "aXZhdGVGYXJtRWxlbWVudENzUmVxELALEiUKIENtZEdhbWVwbGF5Q291bnRl", - "ckNvdW50RG93blNjUnNwEJcLEiIKHUNtZFVwZGF0ZU1lY2hhbmlzbUJhclNj", - "Tm90aWZ5ENsLEhwKF0NtZFNjZW5lRW50aXR5TW92ZUNzUmVxEIMLEiEKHENt", - "ZFNjZW5lR3JvdXBSZWZyZXNoU2NOb3RpZnkQ2gsSHQoYQ21kU3RhcnRDb2Nv", - "b25TdGFnZUNzUmVxEJQLEiAKG0NtZFNjZW5lRW50aXR5VGVsZXBvcnRTY1Jz", - "cBCTCxIhChxDbWRTZXRDdXJJbnRlcmFjdEVudGl0eUNzUmVxENQLEiMKHkNt", - "ZEdhbWVwbGF5Q291bnRlclJlY292ZXJDc1JlcRC1CxIcChdDbWRHZXRFbnRl", - "cmVkU2NlbmVTY1JzcBCpCxIcChdDbWRTY2VuZUVudGVyU3RhZ2VDc1JlcRC/", - "CxIoCiNDbWRTeW5jRW50aXR5QnVmZkNoYW5nZUxpc3RTY05vdGlmeRCcCxIj", - "Ch5DbWRSZWZyZXNoVHJpZ2dlckJ5Q2xpZW50Q3NSZXEQpQsSHAoXQ21kU2V0", - "Q2xpZW50UGF1c2VkU2NSc3AQ1gsSIQocQ21kU2NlbmVDYXN0U2tpbGxDb3N0", - "TXBDc1JlcRCqCxIgChtDbWRBY3RpdmF0ZUZhcm1FbGVtZW50Q3NSZXEQ3AsS", - "HgoZQ21kR2V0VW5sb2NrVGVsZXBvcnRTY1JzcBCjCxIcChdDbWRHZXRDdXJT", - "Y2VuZUluZm9TY1JzcBDRCxIaChVDbWRTcHJpbmdSZWZyZXNoQ3NSZXEQ1QsS", - "HAoXQ21kR2V0U2NlbmVNYXBJbmZvQ3NSZXEQmAsSHAoXQ21kU2NlbmVFbnRp", - "dHlNb3ZlU2NSc3AQhQsSGQoUQ21kRW50ZXJTZWN0aW9uU2NSc3AQrAsSGwoW", - "Q21kU2NlbmVDYXN0U2tpbGxTY1JzcBD+ChIZChRDbWRFbnRlclNlY3Rpb25D", - "c1JlcRC5CxIdChhDbWRTdGFydENvY29vblN0YWdlU2NSc3AQywsSJQogQ21k", - "R2FtZXBsYXlDb3VudGVyVXBkYXRlU2NOb3RpZnkQwgsSIwoeQ21kTGFzdFNw", - "cmluZ1JlZnJlc2hUaW1lTm90aWZ5EJELEhkKFENtZEludGVyYWN0UHJvcFNj", - "UnNwEIELEhwKF0NtZFNldENsaWVudFBhdXNlZENzUmVxELQLEhsKFkNtZEVu", - "dGl0eUJpbmRQcm9wQ3NSZXEQsgsSJgohQ21kUmVmcmVzaFRyaWdnZXJCeUNs", - "aWVudFNjTm90aWZ5ENILEiAKG0NtZFVwZGF0ZUdyb3VwUHJvcGVydHlTY1Jz", - "cBD9ChIdChhDbWRHcm91cFN0YXRlQ2hhbmdlU2NSc3AQtgsSHwoaQ21kU2Nl", - "bmVFbnRpdHlNb3ZlU2NOb3RpZnkQ1wsSFwoSQ21kRW50ZXJTY2VuZVNjUnNw", - "EK8LEiMKHkNtZEdhbWVwbGF5Q291bnRlclJlY292ZXJTY1JzcBDICxIdChhD", - "bWREZWxldGVTdW1tb25Vbml0Q3NSZXEQmgsSGQoUQ21kSW50ZXJhY3RQcm9w", - "Q3NSZXEQpwsSJQogQ21kR2FtZXBsYXlDb3VudGVyQ291bnREb3duQ3NSZXEQ", - "jAsSJgohQ21kU2NlbmVDYXN0U2tpbGxNcFVwZGF0ZVNjTm90aWZ5EMULEhwK", - "F0NtZEdldEVudGVyZWRTY2VuZUNzUmVxEPsKEhsKFkNtZFJldHVybkxhc3RU", - "b3duU2NSc3AQ/woSIgodQ21kRGVhY3RpdmF0ZUZhcm1FbGVtZW50U2NSc3AQ", - "yQsSIgodQ21kVHJhaW5Xb3JsZElkQ2hhbmdlU2NOb3RpZnkQqAsSHAoXQ21k", - "R2V0U2NlbmVNYXBJbmZvU2NSc3AQiwsSIwoeQ21kQ2hhbmdlUHJvcFRpbWVs", - "aW5lSW5mb0NzUmVxEJILEh8KGkNtZFNjZW5lUGxhbmVFdmVudFNjTm90aWZ5", - "EIQLEhwKF0NtZEdldEN1clNjZW5lSW5mb0NzUmVxEL4LEiMKHkNtZENoYW5n", - "ZVByb3BUaW1lbGluZUluZm9TY1JzcBCWCxIcChdDbWRTYXZlUG9pbnRzSW5m", - "b05vdGlmeRDDCxIjCh5DbWRTeW5jU2VydmVyU2NlbmVDaGFuZ2VOb3RpZnkQ", - "pAsSFwoSQ21kRW50ZXJTY2VuZUNzUmVxELsLEh0KGENtZEdyb3VwU3RhdGVD", - "aGFuZ2VDc1JlcRCeCxIgChtDbWRTY2VuZUVudGl0eVRlbGVwb3J0Q3NSZXEQ", - "swsSIAobQ21kR3JvdXBTdGF0ZUNoYW5nZVNjTm90aWZ5EKILEiAKG0NtZFVw", - "ZGF0ZUdyb3VwUHJvcGVydHlDc1JlcRD6ChIiCh1DbWRFbnRlclNjZW5lQnlT", - "ZXJ2ZXJTY05vdGlmeRCICxIlCiBDbWRTY2VuZVJldml2ZUFmdGVyUmViYXR0", - "bGVDc1JlcRCrCxIkCh9DbWRSZUVudGVyTGFzdEVsZW1lbnRTdGFnZUNzUmVx", - "EPkKEiMKHkNtZFNldEdyb3VwQ3VzdG9tU2F2ZURhdGFDc1JlcRCNCxIdChhD", - "bWRSZWNvdmVyQWxsTGluZXVwU2NSc3AQzAsSHgoZQ21kR2V0VW5sb2NrVGVs", - "ZXBvcnRDc1JlcRDECxIcChdDbWRTY2VuZUVudGVyU3RhZ2VTY1JzcBDKCxIk", - "Ch9DbWRSZUVudGVyTGFzdEVsZW1lbnRTdGFnZVNjUnNwEKALEhkKFENtZE9w", - "ZW5DaGVzdFNjTm90aWZ5EIcLEiMKHkNtZFVwZGF0ZUZsb29yU2F2ZWRWYWx1", - "ZU5vdGlmeRDNCxIhChxDbWRTY2VuZUNhc3RTa2lsbENvc3RNcFNjUnNwEMEL", - "Eh0KGENtZFJlY292ZXJBbGxMaW5ldXBDc1JlcRCQC0IeqgIbRWdnTGluay5E", - "YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdSceneType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdSceneType { - [pbr::OriginalName("CmdSceneTypeNone")] None = 0, - [pbr::OriginalName("CmdSceneCastSkillCsReq")] CmdSceneCastSkillCsReq = 1435, - [pbr::OriginalName("CmdUnlockedAreaMapScNotify")] CmdUnlockedAreaMapScNotify = 1439, - [pbr::OriginalName("CmdReturnLastTownCsReq")] CmdReturnLastTownCsReq = 1410, - [pbr::OriginalName("CmdSceneReviveAfterRebattleScRsp")] CmdSceneReviveAfterRebattleScRsp = 1437, - [pbr::OriginalName("CmdSceneUpdatePositionVersionNotify")] CmdSceneUpdatePositionVersionNotify = 1418, - [pbr::OriginalName("CmdUnlockTeleportNotify")] CmdUnlockTeleportNotify = 1479, - [pbr::OriginalName("CmdEntityBindPropScRsp")] CmdEntityBindPropScRsp = 1468, - [pbr::OriginalName("CmdDeleteSummonUnitScRsp")] CmdDeleteSummonUnitScRsp = 1497, - [pbr::OriginalName("CmdSetCurInteractEntityScRsp")] CmdSetCurInteractEntityScRsp = 1453, - [pbr::OriginalName("CmdEnteredSceneChangeScNotify")] CmdEnteredSceneChangeScNotify = 1488, - [pbr::OriginalName("CmdActivateFarmElementScRsp")] CmdActivateFarmElementScRsp = 1446, - [pbr::OriginalName("CmdRefreshTriggerByClientScRsp")] CmdRefreshTriggerByClientScRsp = 1454, - [pbr::OriginalName("CmdSpringRefreshScRsp")] CmdSpringRefreshScRsp = 1457, - [pbr::OriginalName("CmdSetGroupCustomSaveDataScRsp")] CmdSetGroupCustomSaveDataScRsp = 1408, - [pbr::OriginalName("CmdDeactivateFarmElementCsReq")] CmdDeactivateFarmElementCsReq = 1456, - [pbr::OriginalName("CmdGameplayCounterCountDownScRsp")] CmdGameplayCounterCountDownScRsp = 1431, - [pbr::OriginalName("CmdUpdateMechanismBarScNotify")] CmdUpdateMechanismBarScNotify = 1499, - [pbr::OriginalName("CmdSceneEntityMoveCsReq")] CmdSceneEntityMoveCsReq = 1411, - [pbr::OriginalName("CmdSceneGroupRefreshScNotify")] CmdSceneGroupRefreshScNotify = 1498, - [pbr::OriginalName("CmdStartCocoonStageCsReq")] CmdStartCocoonStageCsReq = 1428, - [pbr::OriginalName("CmdSceneEntityTeleportScRsp")] CmdSceneEntityTeleportScRsp = 1427, - [pbr::OriginalName("CmdSetCurInteractEntityCsReq")] CmdSetCurInteractEntityCsReq = 1492, - [pbr::OriginalName("CmdGameplayCounterRecoverCsReq")] CmdGameplayCounterRecoverCsReq = 1461, - [pbr::OriginalName("CmdGetEnteredSceneScRsp")] CmdGetEnteredSceneScRsp = 1449, - [pbr::OriginalName("CmdSceneEnterStageCsReq")] CmdSceneEnterStageCsReq = 1471, - [pbr::OriginalName("CmdSyncEntityBuffChangeListScNotify")] CmdSyncEntityBuffChangeListScNotify = 1436, - [pbr::OriginalName("CmdRefreshTriggerByClientCsReq")] CmdRefreshTriggerByClientCsReq = 1445, - [pbr::OriginalName("CmdSetClientPausedScRsp")] CmdSetClientPausedScRsp = 1494, - [pbr::OriginalName("CmdSceneCastSkillCostMpCsReq")] CmdSceneCastSkillCostMpCsReq = 1450, - [pbr::OriginalName("CmdActivateFarmElementCsReq")] CmdActivateFarmElementCsReq = 1500, - [pbr::OriginalName("CmdGetUnlockTeleportScRsp")] CmdGetUnlockTeleportScRsp = 1443, - [pbr::OriginalName("CmdGetCurSceneInfoScRsp")] CmdGetCurSceneInfoScRsp = 1489, - [pbr::OriginalName("CmdSpringRefreshCsReq")] CmdSpringRefreshCsReq = 1493, - [pbr::OriginalName("CmdGetSceneMapInfoCsReq")] CmdGetSceneMapInfoCsReq = 1432, - [pbr::OriginalName("CmdSceneEntityMoveScRsp")] CmdSceneEntityMoveScRsp = 1413, - [pbr::OriginalName("CmdEnterSectionScRsp")] CmdEnterSectionScRsp = 1452, - [pbr::OriginalName("CmdSceneCastSkillScRsp")] CmdSceneCastSkillScRsp = 1406, - [pbr::OriginalName("CmdEnterSectionCsReq")] CmdEnterSectionCsReq = 1465, - [pbr::OriginalName("CmdStartCocoonStageScRsp")] CmdStartCocoonStageScRsp = 1483, - [pbr::OriginalName("CmdGameplayCounterUpdateScNotify")] CmdGameplayCounterUpdateScNotify = 1474, - [pbr::OriginalName("CmdLastSpringRefreshTimeNotify")] CmdLastSpringRefreshTimeNotify = 1425, - [pbr::OriginalName("CmdInteractPropScRsp")] CmdInteractPropScRsp = 1409, - [pbr::OriginalName("CmdSetClientPausedCsReq")] CmdSetClientPausedCsReq = 1460, - [pbr::OriginalName("CmdEntityBindPropCsReq")] CmdEntityBindPropCsReq = 1458, - [pbr::OriginalName("CmdRefreshTriggerByClientScNotify")] CmdRefreshTriggerByClientScNotify = 1490, - [pbr::OriginalName("CmdUpdateGroupPropertyScRsp")] CmdUpdateGroupPropertyScRsp = 1405, - [pbr::OriginalName("CmdGroupStateChangeScRsp")] CmdGroupStateChangeScRsp = 1462, - [pbr::OriginalName("CmdSceneEntityMoveScNotify")] CmdSceneEntityMoveScNotify = 1495, - [pbr::OriginalName("CmdEnterSceneScRsp")] CmdEnterSceneScRsp = 1455, - [pbr::OriginalName("CmdGameplayCounterRecoverScRsp")] CmdGameplayCounterRecoverScRsp = 1480, - [pbr::OriginalName("CmdDeleteSummonUnitCsReq")] CmdDeleteSummonUnitCsReq = 1434, - [pbr::OriginalName("CmdInteractPropCsReq")] CmdInteractPropCsReq = 1447, - [pbr::OriginalName("CmdGameplayCounterCountDownCsReq")] CmdGameplayCounterCountDownCsReq = 1420, - [pbr::OriginalName("CmdSceneCastSkillMpUpdateScNotify")] CmdSceneCastSkillMpUpdateScNotify = 1477, - [pbr::OriginalName("CmdGetEnteredSceneCsReq")] CmdGetEnteredSceneCsReq = 1403, - [pbr::OriginalName("CmdReturnLastTownScRsp")] CmdReturnLastTownScRsp = 1407, - [pbr::OriginalName("CmdDeactivateFarmElementScRsp")] CmdDeactivateFarmElementScRsp = 1481, - [pbr::OriginalName("CmdTrainWorldIdChangeScNotify")] CmdTrainWorldIdChangeScNotify = 1448, - [pbr::OriginalName("CmdGetSceneMapInfoScRsp")] CmdGetSceneMapInfoScRsp = 1419, - [pbr::OriginalName("CmdChangePropTimelineInfoCsReq")] CmdChangePropTimelineInfoCsReq = 1426, - [pbr::OriginalName("CmdScenePlaneEventScNotify")] CmdScenePlaneEventScNotify = 1412, - [pbr::OriginalName("CmdGetCurSceneInfoCsReq")] CmdGetCurSceneInfoCsReq = 1470, - [pbr::OriginalName("CmdChangePropTimelineInfoScRsp")] CmdChangePropTimelineInfoScRsp = 1430, - [pbr::OriginalName("CmdSavePointsInfoNotify")] CmdSavePointsInfoNotify = 1475, - [pbr::OriginalName("CmdSyncServerSceneChangeNotify")] CmdSyncServerSceneChangeNotify = 1444, - [pbr::OriginalName("CmdEnterSceneCsReq")] CmdEnterSceneCsReq = 1467, - [pbr::OriginalName("CmdGroupStateChangeCsReq")] CmdGroupStateChangeCsReq = 1438, - [pbr::OriginalName("CmdSceneEntityTeleportCsReq")] CmdSceneEntityTeleportCsReq = 1459, - [pbr::OriginalName("CmdGroupStateChangeScNotify")] CmdGroupStateChangeScNotify = 1442, - [pbr::OriginalName("CmdUpdateGroupPropertyCsReq")] CmdUpdateGroupPropertyCsReq = 1402, - [pbr::OriginalName("CmdEnterSceneByServerScNotify")] CmdEnterSceneByServerScNotify = 1416, - [pbr::OriginalName("CmdSceneReviveAfterRebattleCsReq")] CmdSceneReviveAfterRebattleCsReq = 1451, - [pbr::OriginalName("CmdReEnterLastElementStageCsReq")] CmdReEnterLastElementStageCsReq = 1401, - [pbr::OriginalName("CmdSetGroupCustomSaveDataCsReq")] CmdSetGroupCustomSaveDataCsReq = 1421, - [pbr::OriginalName("CmdRecoverAllLineupScRsp")] CmdRecoverAllLineupScRsp = 1484, - [pbr::OriginalName("CmdGetUnlockTeleportCsReq")] CmdGetUnlockTeleportCsReq = 1476, - [pbr::OriginalName("CmdSceneEnterStageScRsp")] CmdSceneEnterStageScRsp = 1482, - [pbr::OriginalName("CmdReEnterLastElementStageScRsp")] CmdReEnterLastElementStageScRsp = 1440, - [pbr::OriginalName("CmdOpenChestScNotify")] CmdOpenChestScNotify = 1415, - [pbr::OriginalName("CmdUpdateFloorSavedValueNotify")] CmdUpdateFloorSavedValueNotify = 1485, - [pbr::OriginalName("CmdSceneCastSkillCostMpScRsp")] CmdSceneCastSkillCostMpScRsp = 1473, - [pbr::OriginalName("CmdRecoverAllLineupCsReq")] CmdRecoverAllLineupCsReq = 1424, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdServerPrefsType.cs b/Proto/CmdServerPrefsType.cs deleted file mode 100644 index 2b12ca10..00000000 --- a/Proto/CmdServerPrefsType.cs +++ /dev/null @@ -1,57 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdServerPrefsType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdServerPrefsType.proto - public static partial class CmdServerPrefsTypeReflection { - - #region Descriptor - /// File descriptor for CmdServerPrefsType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdServerPrefsTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChhDbWRTZXJ2ZXJQcmVmc1R5cGUucHJvdG8qggIKEkNtZFNlcnZlclByZWZz", - "VHlwZRIaChZDbWRTZXJ2ZXJQcmVmc1R5cGVOb25lEAASIgodQ21kVXBkYXRl", - "U2VydmVyUHJlZnNEYXRhU2NSc3AQ2i8SIgodQ21kVXBkYXRlU2VydmVyUHJl", - "ZnNEYXRhQ3NSZXEQ9y8SHwoaQ21kR2V0U2VydmVyUHJlZnNEYXRhQ3NSZXEQ", - "gzASIgodQ21kR2V0QWxsU2VydmVyUHJlZnNEYXRhQ3NSZXEQ3y8SIgodQ21k", - "R2V0QWxsU2VydmVyUHJlZnNEYXRhU2NSc3AQ4S8SHwoaQ21kR2V0U2VydmVy", - "UHJlZnNEYXRhU2NSc3AQ3S9CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Q", - "cm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdServerPrefsType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdServerPrefsType { - [pbr::OriginalName("CmdServerPrefsTypeNone")] None = 0, - [pbr::OriginalName("CmdUpdateServerPrefsDataScRsp")] CmdUpdateServerPrefsDataScRsp = 6106, - [pbr::OriginalName("CmdUpdateServerPrefsDataCsReq")] CmdUpdateServerPrefsDataCsReq = 6135, - [pbr::OriginalName("CmdGetServerPrefsDataCsReq")] CmdGetServerPrefsDataCsReq = 6147, - [pbr::OriginalName("CmdGetAllServerPrefsDataCsReq")] CmdGetAllServerPrefsDataCsReq = 6111, - [pbr::OriginalName("CmdGetAllServerPrefsDataScRsp")] CmdGetAllServerPrefsDataScRsp = 6113, - [pbr::OriginalName("CmdGetServerPrefsDataScRsp")] CmdGetServerPrefsDataScRsp = 6109, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdShopType.cs b/Proto/CmdShopType.cs deleted file mode 100644 index c94cd4b8..00000000 --- a/Proto/CmdShopType.cs +++ /dev/null @@ -1,57 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdShopType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdShopType.proto - public static partial class CmdShopTypeReflection { - - #region Descriptor - /// File descriptor for CmdShopType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdShopTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFDbWRTaG9wVHlwZS5wcm90byrkAQoLQ21kU2hvcFR5cGUSEwoPQ21kU2hv", - "cFR5cGVOb25lEAASGAoTQ21kR2V0U2hvcExpc3RTY1JzcBDpCxIVChBDbWRC", - "dXlHb29kc1NjUnNwEOULEh8KGkNtZFRha2VDaXR5U2hvcFJld2FyZENzUmVx", - "EP8LEh8KGkNtZFRha2VDaXR5U2hvcFJld2FyZFNjUnNwEOILEhgKE0NtZEdl", - "dFNob3BMaXN0Q3NSZXEQ5wsSFQoQQ21kQnV5R29vZHNDc1JlcRCLDBIcChdD", - "bWRDaXR5U2hvcEluZm9TY05vdGlmeRCiDEIeqgIbRWdnTGluay5EYW5oZW5n", - "U2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdShopType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdShopType { - [pbr::OriginalName("CmdShopTypeNone")] None = 0, - [pbr::OriginalName("CmdGetShopListScRsp")] CmdGetShopListScRsp = 1513, - [pbr::OriginalName("CmdBuyGoodsScRsp")] CmdBuyGoodsScRsp = 1509, - [pbr::OriginalName("CmdTakeCityShopRewardCsReq")] CmdTakeCityShopRewardCsReq = 1535, - [pbr::OriginalName("CmdTakeCityShopRewardScRsp")] CmdTakeCityShopRewardScRsp = 1506, - [pbr::OriginalName("CmdGetShopListCsReq")] CmdGetShopListCsReq = 1511, - [pbr::OriginalName("CmdBuyGoodsCsReq")] CmdBuyGoodsCsReq = 1547, - [pbr::OriginalName("CmdCityShopInfoScNotify")] CmdCityShopInfoScNotify = 1570, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdSpaceZooType.cs b/Proto/CmdSpaceZooType.cs deleted file mode 100644 index 802b2d7f..00000000 --- a/Proto/CmdSpaceZooType.cs +++ /dev/null @@ -1,71 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdSpaceZooType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdSpaceZooType.proto - public static partial class CmdSpaceZooTypeReflection { - - #region Descriptor - /// File descriptor for CmdSpaceZooType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdSpaceZooTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChVDbWRTcGFjZVpvb1R5cGUucHJvdG8q7QMKD0NtZFNwYWNlWm9vVHlwZRIX", - "ChNDbWRTcGFjZVpvb1R5cGVOb25lEAASGQoUQ21kU3BhY2Vab29EYXRhQ3NS", - "ZXEQtzQSGQoUQ21kU3BhY2Vab29Cb3JuQ3NSZXEQ2zQSGQoUQ21kU3BhY2Va", - "b29Cb3JuU2NSc3AQtTQSGQoUQ21kU3BhY2Vab29UYWtlU2NSc3AQ9TQSIQoc", - "Q21kU3BhY2Vab29FeGNoYW5nZUl0ZW1Dc1JlcRC+NBIeChlDbWRTcGFjZVpv", - "b09wQ2F0dGVyeUNzUmVxEPI0Eh4KGUNtZFNwYWNlWm9vT3BDYXR0ZXJ5U2NS", - "c3AQhTUSHgoZQ21kU3BhY2Vab29EZWxldGVDYXRDc1JlcRDGNBIhChxDbWRT", - "cGFjZVpvb0V4Y2hhbmdlSXRlbVNjUnNwENA0Eh4KGUNtZFNwYWNlWm9vRGVs", - "ZXRlQ2F0U2NSc3AQyjQSGwoWQ21kU3BhY2Vab29NdXRhdGVDc1JlcRDPNBIZ", - "ChRDbWRTcGFjZVpvb0RhdGFTY1JzcBC5NBIbChZDbWRTcGFjZVpvb011dGF0", - "ZVNjUnNwELI0EhkKFENtZFNwYWNlWm9vVGFrZUNzUmVxEN40Eh8KGkNtZFNw", - "YWNlWm9vQ2F0VXBkYXRlTm90aWZ5EIs1Qh6qAhtFZ2dMaW5rLkRhbmhlbmdT", - "ZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdSpaceZooType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdSpaceZooType { - [pbr::OriginalName("CmdSpaceZooTypeNone")] None = 0, - [pbr::OriginalName("CmdSpaceZooDataCsReq")] CmdSpaceZooDataCsReq = 6711, - [pbr::OriginalName("CmdSpaceZooBornCsReq")] CmdSpaceZooBornCsReq = 6747, - [pbr::OriginalName("CmdSpaceZooBornScRsp")] CmdSpaceZooBornScRsp = 6709, - [pbr::OriginalName("CmdSpaceZooTakeScRsp")] CmdSpaceZooTakeScRsp = 6773, - [pbr::OriginalName("CmdSpaceZooExchangeItemCsReq")] CmdSpaceZooExchangeItemCsReq = 6718, - [pbr::OriginalName("CmdSpaceZooOpCatteryCsReq")] CmdSpaceZooOpCatteryCsReq = 6770, - [pbr::OriginalName("CmdSpaceZooOpCatteryScRsp")] CmdSpaceZooOpCatteryScRsp = 6789, - [pbr::OriginalName("CmdSpaceZooDeleteCatCsReq")] CmdSpaceZooDeleteCatCsReq = 6726, - [pbr::OriginalName("CmdSpaceZooExchangeItemScRsp")] CmdSpaceZooExchangeItemScRsp = 6736, - [pbr::OriginalName("CmdSpaceZooDeleteCatScRsp")] CmdSpaceZooDeleteCatScRsp = 6730, - [pbr::OriginalName("CmdSpaceZooMutateCsReq")] CmdSpaceZooMutateCsReq = 6735, - [pbr::OriginalName("CmdSpaceZooDataScRsp")] CmdSpaceZooDataScRsp = 6713, - [pbr::OriginalName("CmdSpaceZooMutateScRsp")] CmdSpaceZooMutateScRsp = 6706, - [pbr::OriginalName("CmdSpaceZooTakeCsReq")] CmdSpaceZooTakeCsReq = 6750, - [pbr::OriginalName("CmdSpaceZooCatUpdateNotify")] CmdSpaceZooCatUpdateNotify = 6795, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdStarFightType.cs b/Proto/CmdStarFightType.cs deleted file mode 100644 index 8945929b..00000000 --- a/Proto/CmdStarFightType.cs +++ /dev/null @@ -1,55 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdStarFightType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdStarFightType.proto - public static partial class CmdStarFightTypeReflection { - - #region Descriptor - /// File descriptor for CmdStarFightType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdStarFightTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChZDbWRTdGFyRmlnaHRUeXBlLnByb3RvKtEBChBDbWRTdGFyRmlnaHRUeXBl", - "EhgKFENtZFN0YXJGaWdodFR5cGVOb25lEAASHQoYQ21kR2V0U3RhckZpZ2h0", - "RGF0YVNjUnNwEP43EiEKHENtZFN0YXJGaWdodERhdGFDaGFuZ2VOb3RpZnkQ", - "gDgSHQoYQ21kR2V0U3RhckZpZ2h0RGF0YUNzUmVxEPw3EiAKG0NtZFN0YXJ0", - "U3RhckZpZ2h0TGV2ZWxTY1JzcBD/NxIgChtDbWRTdGFydFN0YXJGaWdodExl", - "dmVsQ3NSZXEQgThCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG", - "cHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdStarFightType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdStarFightType { - [pbr::OriginalName("CmdStarFightTypeNone")] None = 0, - [pbr::OriginalName("CmdGetStarFightDataScRsp")] CmdGetStarFightDataScRsp = 7166, - [pbr::OriginalName("CmdStarFightDataChangeNotify")] CmdStarFightDataChangeNotify = 7168, - [pbr::OriginalName("CmdGetStarFightDataCsReq")] CmdGetStarFightDataCsReq = 7164, - [pbr::OriginalName("CmdStartStarFightLevelScRsp")] CmdStartStarFightLevelScRsp = 7167, - [pbr::OriginalName("CmdStartStarFightLevelCsReq")] CmdStartStarFightLevelCsReq = 7169, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdStoryLineType.cs b/Proto/CmdStoryLineType.cs deleted file mode 100644 index fc355d5e..00000000 --- a/Proto/CmdStoryLineType.cs +++ /dev/null @@ -1,55 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdStoryLineType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdStoryLineType.proto - public static partial class CmdStoryLineTypeReflection { - - #region Descriptor - /// File descriptor for CmdStoryLineType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdStoryLineTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChZDbWRTdG9yeUxpbmVUeXBlLnByb3RvKtwBChBDbWRTdG9yeUxpbmVUeXBl", - "EhgKFENtZFN0b3J5TGluZVR5cGVOb25lEAASJQogQ21kQ2hhbmdlU3RvcnlM", - "aW5lRmluaXNoU2NOb3RpZnkQvjASHQoYQ21kU3RvcnlMaW5lSW5mb1NjTm90", - "aWZ5EOcwEh0KGENtZEdldFN0b3J5TGluZUluZm9Dc1JlcRDDMBIdChhDbWRH", - "ZXRTdG9yeUxpbmVJbmZvU2NSc3AQxTASKgolQ21kU3RvcnlMaW5lVHJpYWxB", - "dmF0YXJDaGFuZ2VTY05vdGlmeRD+MEIeqgIbRWdnTGluay5EYW5oZW5nU2Vy", - "dmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdStoryLineType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdStoryLineType { - [pbr::OriginalName("CmdStoryLineTypeNone")] None = 0, - [pbr::OriginalName("CmdChangeStoryLineFinishScNotify")] CmdChangeStoryLineFinishScNotify = 6206, - [pbr::OriginalName("CmdStoryLineInfoScNotify")] CmdStoryLineInfoScNotify = 6247, - [pbr::OriginalName("CmdGetStoryLineInfoCsReq")] CmdGetStoryLineInfoCsReq = 6211, - [pbr::OriginalName("CmdGetStoryLineInfoScRsp")] CmdGetStoryLineInfoScRsp = 6213, - [pbr::OriginalName("CmdStoryLineTrialAvatarChangeScNotify")] CmdStoryLineTrialAvatarChangeScNotify = 6270, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdStrongChallengeActivityType.cs b/Proto/CmdStrongChallengeActivityType.cs deleted file mode 100644 index 94c60b20..00000000 --- a/Proto/CmdStrongChallengeActivityType.cs +++ /dev/null @@ -1,57 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdStrongChallengeActivityType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdStrongChallengeActivityType.proto - public static partial class CmdStrongChallengeActivityTypeReflection { - - #region Descriptor - /// File descriptor for CmdStrongChallengeActivityType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdStrongChallengeActivityTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "CiRDbWRTdHJvbmdDaGFsbGVuZ2VBY3Rpdml0eVR5cGUucHJvdG8qtAIKHkNt", - "ZFN0cm9uZ0NoYWxsZW5nZUFjdGl2aXR5VHlwZRImCiJDbWRTdHJvbmdDaGFs", - "bGVuZ2VBY3Rpdml0eVR5cGVOb25lEAASKwomQ21kR2V0U3Ryb25nQ2hhbGxl", - "bmdlQWN0aXZpdHlEYXRhQ3NSZXEQ0zMSLgopQ21kRW50ZXJTdHJvbmdDaGFs", - "bGVuZ2VBY3Rpdml0eVN0YWdlU2NSc3AQ0TMSLgopQ21kRW50ZXJTdHJvbmdD", - "aGFsbGVuZ2VBY3Rpdml0eVN0YWdlQ3NSZXEQ9zMSMAorQ21kU3Ryb25nQ2hh", - "bGxlbmdlQWN0aXZpdHlCYXR0bGVFbmRTY05vdGlmeRDrMxIrCiZDbWRHZXRT", - "dHJvbmdDaGFsbGVuZ2VBY3Rpdml0eURhdGFTY1JzcBDVM0IeqgIbRWdnTGlu", - "ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdStrongChallengeActivityType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdStrongChallengeActivityType { - [pbr::OriginalName("CmdStrongChallengeActivityTypeNone")] None = 0, - [pbr::OriginalName("CmdGetStrongChallengeActivityDataCsReq")] CmdGetStrongChallengeActivityDataCsReq = 6611, - [pbr::OriginalName("CmdEnterStrongChallengeActivityStageScRsp")] CmdEnterStrongChallengeActivityStageScRsp = 6609, - [pbr::OriginalName("CmdEnterStrongChallengeActivityStageCsReq")] CmdEnterStrongChallengeActivityStageCsReq = 6647, - [pbr::OriginalName("CmdStrongChallengeActivityBattleEndScNotify")] CmdStrongChallengeActivityBattleEndScNotify = 6635, - [pbr::OriginalName("CmdGetStrongChallengeActivityDataScRsp")] CmdGetStrongChallengeActivityDataScRsp = 6613, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdSummonActivityType.cs b/Proto/CmdSummonActivityType.cs deleted file mode 100644 index bb07758b..00000000 --- a/Proto/CmdSummonActivityType.cs +++ /dev/null @@ -1,56 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdSummonActivityType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdSummonActivityType.proto - public static partial class CmdSummonActivityTypeReflection { - - #region Descriptor - /// File descriptor for CmdSummonActivityType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdSummonActivityTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChtDbWRTdW1tb25BY3Rpdml0eVR5cGUucHJvdG8q9QEKFUNtZFN1bW1vbkFj", - "dGl2aXR5VHlwZRIdChlDbWRTdW1tb25BY3Rpdml0eVR5cGVOb25lEAASJwoi", - "Q21kU3VtbW9uQWN0aXZpdHlCYXR0bGVFbmRTY05vdGlmeRCQOxIiCh1DbWRH", - "ZXRTdW1tb25BY3Rpdml0eURhdGFTY1JzcBCOOxIlCiBDbWRFbnRlclN1bW1v", - "bkFjdGl2aXR5U3RhZ2VDc1JlcRCROxIlCiBDbWRFbnRlclN1bW1vbkFjdGl2", - "aXR5U3RhZ2VTY1JzcBCPOxIiCh1DbWRHZXRTdW1tb25BY3Rpdml0eURhdGFD", - "c1JlcRCMO0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90", - "bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdSummonActivityType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdSummonActivityType { - [pbr::OriginalName("CmdSummonActivityTypeNone")] None = 0, - [pbr::OriginalName("CmdSummonActivityBattleEndScNotify")] CmdSummonActivityBattleEndScNotify = 7568, - [pbr::OriginalName("CmdGetSummonActivityDataScRsp")] CmdGetSummonActivityDataScRsp = 7566, - [pbr::OriginalName("CmdEnterSummonActivityStageCsReq")] CmdEnterSummonActivityStageCsReq = 7569, - [pbr::OriginalName("CmdEnterSummonActivityStageScRsp")] CmdEnterSummonActivityStageScRsp = 7567, - [pbr::OriginalName("CmdGetSummonActivityDataCsReq")] CmdGetSummonActivityDataCsReq = 7564, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdSwitchHandType.cs b/Proto/CmdSwitchHandType.cs deleted file mode 100644 index 2b373049..00000000 --- a/Proto/CmdSwitchHandType.cs +++ /dev/null @@ -1,70 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdSwitchHandType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdSwitchHandType.proto - public static partial class CmdSwitchHandTypeReflection { - - #region Descriptor - /// File descriptor for CmdSwitchHandType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdSwitchHandTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChdDbWRTd2l0Y2hIYW5kVHlwZS5wcm90byr0AwoRQ21kU3dpdGNoSGFuZFR5", - "cGUSGQoVQ21kU3dpdGNoSGFuZFR5cGVOb25lEAASGwoWQ21kU3dpdGNoSGFu", - "ZERhdGFDc1JlcRC1PxIbChZDbWRTd2l0Y2hIYW5kRGF0YVNjUnNwELQ/EiAK", - "G0NtZFN3aXRjaEhhbmRSZXNldEdhbWVTY1JzcBCnPxIjCh5DbWRTd2l0Y2hI", - "YW5kUmVzZXRIYW5kUG9zU2NSc3AQsz8SHQoYQ21kU3dpdGNoSGFuZFVwZGF0", - "ZVNjUnNwEK8/Eh0KGENtZFN3aXRjaEhhbmRVcGRhdGVDc1JlcRC3PxIhChxD", - "bWRTd2l0Y2hIYW5kQ29pblVwZGF0ZVNjUnNwELY/Eh0KGENtZFN3aXRjaEhh", - "bmRGaW5pc2hDc1JlcRCyPxIhChxDbWRTd2l0Y2hIYW5kQ29pblVwZGF0ZUNz", - "UmVxEK4/EhwKF0NtZFN3aXRjaEhhbmRTdGFydFNjUnNwEKg/EiMKHkNtZFN3", - "aXRjaEhhbmRSZXNldEhhbmRQb3NDc1JlcRCrPxIdChhDbWRTd2l0Y2hIYW5k", - "RmluaXNoU2NSc3AQrT8SHAoXQ21kU3dpdGNoSGFuZFN0YXJ0Q3NSZXEQuD8S", - "IAobQ21kU3dpdGNoSGFuZFJlc2V0R2FtZUNzUmVxELE/Qh6qAhtFZ2dMaW5r", - "LkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdSwitchHandType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdSwitchHandType { - [pbr::OriginalName("CmdSwitchHandTypeNone")] None = 0, - [pbr::OriginalName("CmdSwitchHandDataCsReq")] CmdSwitchHandDataCsReq = 8117, - [pbr::OriginalName("CmdSwitchHandDataScRsp")] CmdSwitchHandDataScRsp = 8116, - [pbr::OriginalName("CmdSwitchHandResetGameScRsp")] CmdSwitchHandResetGameScRsp = 8103, - [pbr::OriginalName("CmdSwitchHandResetHandPosScRsp")] CmdSwitchHandResetHandPosScRsp = 8115, - [pbr::OriginalName("CmdSwitchHandUpdateScRsp")] CmdSwitchHandUpdateScRsp = 8111, - [pbr::OriginalName("CmdSwitchHandUpdateCsReq")] CmdSwitchHandUpdateCsReq = 8119, - [pbr::OriginalName("CmdSwitchHandCoinUpdateScRsp")] CmdSwitchHandCoinUpdateScRsp = 8118, - [pbr::OriginalName("CmdSwitchHandFinishCsReq")] CmdSwitchHandFinishCsReq = 8114, - [pbr::OriginalName("CmdSwitchHandCoinUpdateCsReq")] CmdSwitchHandCoinUpdateCsReq = 8110, - [pbr::OriginalName("CmdSwitchHandStartScRsp")] CmdSwitchHandStartScRsp = 8104, - [pbr::OriginalName("CmdSwitchHandResetHandPosCsReq")] CmdSwitchHandResetHandPosCsReq = 8107, - [pbr::OriginalName("CmdSwitchHandFinishScRsp")] CmdSwitchHandFinishScRsp = 8109, - [pbr::OriginalName("CmdSwitchHandStartCsReq")] CmdSwitchHandStartCsReq = 8120, - [pbr::OriginalName("CmdSwitchHandResetGameCsReq")] CmdSwitchHandResetGameCsReq = 8113, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdSwordTrainingType.cs b/Proto/CmdSwordTrainingType.cs deleted file mode 100644 index f5243856..00000000 --- a/Proto/CmdSwordTrainingType.cs +++ /dev/null @@ -1,115 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdSwordTrainingType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdSwordTrainingType.proto - public static partial class CmdSwordTrainingTypeReflection { - - #region Descriptor - /// File descriptor for CmdSwordTrainingType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdSwordTrainingTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChpDbWRTd29yZFRyYWluaW5nVHlwZS5wcm90byrmCwoUQ21kU3dvcmRUcmFp", - "bmluZ1R5cGUSHAoYQ21kU3dvcmRUcmFpbmluZ1R5cGVOb25lEAASKgolQ21k", - "U3dvcmRUcmFpbmluZ01hcmtFbmRpbmdWaWV3ZWRTY1JzcBCbOhIqCiVDbWRT", - "d29yZFRyYWluaW5nTWFya0VuZGluZ1ZpZXdlZENzUmVxEMI6EiUKIENtZFN3", - "b3JkVHJhaW5pbmdTdG9yeUJhdHRsZVNjUnNwEKs6EisKJkNtZFN3b3JkVHJh", - "aW5pbmdFeGFtUmVzdWx0Q29uZmlybVNjUnNwELM6EiQKH0NtZFN3b3JkVHJh", - "aW5pbmdHaXZlVXBHYW1lQ3NSZXEQpToSKwomQ21kU3dvcmRUcmFpbmluZ0Rh", - "aWx5UGhhc2VDb25maXJtU2NSc3AQtzoSJgohQ21kU3dvcmRUcmFpbmluZ1Nl", - "bGVjdEVuZGluZ1NjUnNwEMY6EiUKIENtZFN3b3JkVHJhaW5pbmdTdG9yeUJh", - "dHRsZUNzUmVxELU6EiYKIUNtZFN3b3JkVHJhaW5pbmdTdG9yeUNvbmZpcm1T", - "Y1JzcBC/OhIlCiBDbWRTd29yZFRyYWluaW5nUmVzdG9yZUdhbWVTY1JzcBC5", - "OhIkCh9DbWRTd29yZFRyYWluaW5nUmVzdW1lR2FtZVNjUnNwEK46EiQKH0Nt", - "ZFN3b3JkVHJhaW5pbmdUdXJuQWN0aW9uQ3NSZXEQoDoSJAofQ21kU3dvcmRU", - "cmFpbmluZ1R1cm5BY3Rpb25TY1JzcBDDOhIhChxDbWRHZXRTd29yZFRyYWlu", - "aW5nRGF0YVNjUnNwEKg6EisKJkNtZFN3b3JkVHJhaW5pbmdEYWlseVBoYXNl", - "Q29uZmlybUNzUmVxEKM6EiMKHkNtZFN3b3JkVHJhaW5pbmdTdGFydEdhbWVD", - "c1JlcRDKOhIrCiZDbWRTd29yZFRyYWluaW5nRXhhbVJlc3VsdENvbmZpcm1D", - "c1JlcRCcOhIkCh9DbWRTd29yZFRyYWluaW5nTGVhcm5Ta2lsbFNjUnNwEMw6", - "Ei4KKUNtZFN3b3JkVHJhaW5pbmdEaWFsb2d1ZVNlbGVjdE9wdGlvblNjUnNw", - "ELY6EicKIkNtZFN3b3JkVHJhaW5pbmdVbmxvY2tTeW5jU2NOb3RpZnkQtDoS", - "JgohQ21kU3dvcmRUcmFpbmluZ1N0b3J5Q29uZmlybUNzUmVxELA6EiQKH0Nt", - "ZFN3b3JkVHJhaW5pbmdHaXZlVXBHYW1lU2NSc3AQnjoSJQogQ21kU3dvcmRU", - "cmFpbmluZ1Jlc3RvcmVHYW1lQ3NSZXEQrToSKwomQ21kU3dvcmRUcmFpbmlu", - "Z0dhbWVTeW5jQ2hhbmdlU2NOb3RpZnkQxDoSJAofQ21kU3dvcmRUcmFpbmlu", - "Z0xlYXJuU2tpbGxDc1JlcRDAOhIkCh9DbWRTd29yZFRyYWluaW5nUmVzdW1l", - "R2FtZUNzUmVxEMk6EiMKHkNtZEVudGVyU3dvcmRUcmFpbmluZ0V4YW1TY1Jz", - "cBChOhIjCh5DbWRFbnRlclN3b3JkVHJhaW5pbmdFeGFtQ3NSZXEQpzoSJwoi", - "Q21kU3dvcmRUcmFpbmluZ0dhbWVTZXR0bGVTY05vdGlmeRCfOhItCihDbWRT", - "d29yZFRyYWluaW5nQWN0aW9uVHVyblNldHRsZVNjTm90aWZ5EK86EicKIkNt", - "ZFN3b3JkVHJhaW5pbmdTZXRTa2lsbFRyYWNlU2NSc3AQpjoSIwoeQ21kU3dv", - "cmRUcmFpbmluZ1N0YXJ0R2FtZVNjUnNwEL06EicKIkNtZFN3b3JkVHJhaW5p", - "bmdTZXRTa2lsbFRyYWNlQ3NSZXEQvjoSJgohQ21kU3dvcmRUcmFpbmluZ1Nl", - "bGVjdEVuZGluZ0NzUmVxELs6Ei4KKUNtZFN3b3JkVHJhaW5pbmdEaWFsb2d1", - "ZVNlbGVjdE9wdGlvbkNzUmVxEMc6EiEKHENtZEdldFN3b3JkVHJhaW5pbmdE", - "YXRhQ3NSZXEQrDpCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG", - "cHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdSwordTrainingType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdSwordTrainingType { - [pbr::OriginalName("CmdSwordTrainingTypeNone")] None = 0, - [pbr::OriginalName("CmdSwordTrainingMarkEndingViewedScRsp")] CmdSwordTrainingMarkEndingViewedScRsp = 7451, - [pbr::OriginalName("CmdSwordTrainingMarkEndingViewedCsReq")] CmdSwordTrainingMarkEndingViewedCsReq = 7490, - [pbr::OriginalName("CmdSwordTrainingStoryBattleScRsp")] CmdSwordTrainingStoryBattleScRsp = 7467, - [pbr::OriginalName("CmdSwordTrainingExamResultConfirmScRsp")] CmdSwordTrainingExamResultConfirmScRsp = 7475, - [pbr::OriginalName("CmdSwordTrainingGiveUpGameCsReq")] CmdSwordTrainingGiveUpGameCsReq = 7461, - [pbr::OriginalName("CmdSwordTrainingDailyPhaseConfirmScRsp")] CmdSwordTrainingDailyPhaseConfirmScRsp = 7479, - [pbr::OriginalName("CmdSwordTrainingSelectEndingScRsp")] CmdSwordTrainingSelectEndingScRsp = 7494, - [pbr::OriginalName("CmdSwordTrainingStoryBattleCsReq")] CmdSwordTrainingStoryBattleCsReq = 7477, - [pbr::OriginalName("CmdSwordTrainingStoryConfirmScRsp")] CmdSwordTrainingStoryConfirmScRsp = 7487, - [pbr::OriginalName("CmdSwordTrainingRestoreGameScRsp")] CmdSwordTrainingRestoreGameScRsp = 7481, - [pbr::OriginalName("CmdSwordTrainingResumeGameScRsp")] CmdSwordTrainingResumeGameScRsp = 7470, - [pbr::OriginalName("CmdSwordTrainingTurnActionCsReq")] CmdSwordTrainingTurnActionCsReq = 7456, - [pbr::OriginalName("CmdSwordTrainingTurnActionScRsp")] CmdSwordTrainingTurnActionScRsp = 7491, - [pbr::OriginalName("CmdGetSwordTrainingDataScRsp")] CmdGetSwordTrainingDataScRsp = 7464, - [pbr::OriginalName("CmdSwordTrainingDailyPhaseConfirmCsReq")] CmdSwordTrainingDailyPhaseConfirmCsReq = 7459, - [pbr::OriginalName("CmdSwordTrainingStartGameCsReq")] CmdSwordTrainingStartGameCsReq = 7498, - [pbr::OriginalName("CmdSwordTrainingExamResultConfirmCsReq")] CmdSwordTrainingExamResultConfirmCsReq = 7452, - [pbr::OriginalName("CmdSwordTrainingLearnSkillScRsp")] CmdSwordTrainingLearnSkillScRsp = 7500, - [pbr::OriginalName("CmdSwordTrainingDialogueSelectOptionScRsp")] CmdSwordTrainingDialogueSelectOptionScRsp = 7478, - [pbr::OriginalName("CmdSwordTrainingUnlockSyncScNotify")] CmdSwordTrainingUnlockSyncScNotify = 7476, - [pbr::OriginalName("CmdSwordTrainingStoryConfirmCsReq")] CmdSwordTrainingStoryConfirmCsReq = 7472, - [pbr::OriginalName("CmdSwordTrainingGiveUpGameScRsp")] CmdSwordTrainingGiveUpGameScRsp = 7454, - [pbr::OriginalName("CmdSwordTrainingRestoreGameCsReq")] CmdSwordTrainingRestoreGameCsReq = 7469, - [pbr::OriginalName("CmdSwordTrainingGameSyncChangeScNotify")] CmdSwordTrainingGameSyncChangeScNotify = 7492, - [pbr::OriginalName("CmdSwordTrainingLearnSkillCsReq")] CmdSwordTrainingLearnSkillCsReq = 7488, - [pbr::OriginalName("CmdSwordTrainingResumeGameCsReq")] CmdSwordTrainingResumeGameCsReq = 7497, - [pbr::OriginalName("CmdEnterSwordTrainingExamScRsp")] CmdEnterSwordTrainingExamScRsp = 7457, - [pbr::OriginalName("CmdEnterSwordTrainingExamCsReq")] CmdEnterSwordTrainingExamCsReq = 7463, - [pbr::OriginalName("CmdSwordTrainingGameSettleScNotify")] CmdSwordTrainingGameSettleScNotify = 7455, - [pbr::OriginalName("CmdSwordTrainingActionTurnSettleScNotify")] CmdSwordTrainingActionTurnSettleScNotify = 7471, - [pbr::OriginalName("CmdSwordTrainingSetSkillTraceScRsp")] CmdSwordTrainingSetSkillTraceScRsp = 7462, - [pbr::OriginalName("CmdSwordTrainingStartGameScRsp")] CmdSwordTrainingStartGameScRsp = 7485, - [pbr::OriginalName("CmdSwordTrainingSetSkillTraceCsReq")] CmdSwordTrainingSetSkillTraceCsReq = 7486, - [pbr::OriginalName("CmdSwordTrainingSelectEndingCsReq")] CmdSwordTrainingSelectEndingCsReq = 7483, - [pbr::OriginalName("CmdSwordTrainingDialogueSelectOptionCsReq")] CmdSwordTrainingDialogueSelectOptionCsReq = 7495, - [pbr::OriginalName("CmdGetSwordTrainingDataCsReq")] CmdGetSwordTrainingDataCsReq = 7468, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdTalkRewardType.cs b/Proto/CmdTalkRewardType.cs deleted file mode 100644 index 5eecbe18..00000000 --- a/Proto/CmdTalkRewardType.cs +++ /dev/null @@ -1,71 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdTalkRewardType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdTalkRewardType.proto - public static partial class CmdTalkRewardTypeReflection { - - #region Descriptor - /// File descriptor for CmdTalkRewardType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdTalkRewardTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChdDbWRUYWxrUmV3YXJkVHlwZS5wcm90byqgBAoRQ21kVGFsa1Jld2FyZFR5", - "cGUSGQoVQ21kVGFsa1Jld2FyZFR5cGVOb25lEAASLAonQ21kRmluaXNoRmly", - "c3RUYWxrQnlQZXJmb3JtYW5jZU5wY1NjUnNwEOYQEiwKJ0NtZEZpbmlzaEZp", - "cnN0VGFsa0J5UGVyZm9ybWFuY2VOcGNDc1JlcRDYEBIcChdDbWRHZXRGaXJz", - "dFRhbGtOcGNTY1JzcBC6EBIfChpDbWRGaW5pc2hGaXJzdFRhbGtOcGNTY1Jz", - "cBCNERIeChlDbWRHZXROcGNUYWtlblJld2FyZENzUmVxEL8QEh4KGUNtZEdl", - "dE5wY1Rha2VuUmV3YXJkU2NSc3AQwRASIgodQ21kU2VsZWN0SW5jbGluYXRp", - "b25UZXh0U2NSc3AQ0hASHwoaQ21kRmluaXNoRmlyc3RUYWxrTnBjQ3NSZXEQ", - "+hASKQokQ21kR2V0Rmlyc3RUYWxrQnlQZXJmb3JtYW5jZU5wY1NjUnNwEMYQ", - "EhsKFkNtZFRha2VUYWxrUmV3YXJkU2NSc3AQvRASGwoWQ21kVGFrZVRhbGtS", - "ZXdhcmRDc1JlcRDjEBIiCh1DbWRTZWxlY3RJbmNsaW5hdGlvblRleHRDc1Jl", - "cRDOEBIcChdDbWRHZXRGaXJzdFRhbGtOcGNDc1JlcRDXEBIpCiRDbWRHZXRG", - "aXJzdFRhbGtCeVBlcmZvcm1hbmNlTnBjQ3NSZXEQkxFCHqoCG0VnZ0xpbmsu", - "RGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdTalkRewardType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdTalkRewardType { - [pbr::OriginalName("CmdTalkRewardTypeNone")] None = 0, - [pbr::OriginalName("CmdFinishFirstTalkByPerformanceNpcScRsp")] CmdFinishFirstTalkByPerformanceNpcScRsp = 2150, - [pbr::OriginalName("CmdFinishFirstTalkByPerformanceNpcCsReq")] CmdFinishFirstTalkByPerformanceNpcCsReq = 2136, - [pbr::OriginalName("CmdGetFirstTalkNpcScRsp")] CmdGetFirstTalkNpcScRsp = 2106, - [pbr::OriginalName("CmdFinishFirstTalkNpcScRsp")] CmdFinishFirstTalkNpcScRsp = 2189, - [pbr::OriginalName("CmdGetNpcTakenRewardCsReq")] CmdGetNpcTakenRewardCsReq = 2111, - [pbr::OriginalName("CmdGetNpcTakenRewardScRsp")] CmdGetNpcTakenRewardScRsp = 2113, - [pbr::OriginalName("CmdSelectInclinationTextScRsp")] CmdSelectInclinationTextScRsp = 2130, - [pbr::OriginalName("CmdFinishFirstTalkNpcCsReq")] CmdFinishFirstTalkNpcCsReq = 2170, - [pbr::OriginalName("CmdGetFirstTalkByPerformanceNpcScRsp")] CmdGetFirstTalkByPerformanceNpcScRsp = 2118, - [pbr::OriginalName("CmdTakeTalkRewardScRsp")] CmdTakeTalkRewardScRsp = 2109, - [pbr::OriginalName("CmdTakeTalkRewardCsReq")] CmdTakeTalkRewardCsReq = 2147, - [pbr::OriginalName("CmdSelectInclinationTextCsReq")] CmdSelectInclinationTextCsReq = 2126, - [pbr::OriginalName("CmdGetFirstTalkNpcCsReq")] CmdGetFirstTalkNpcCsReq = 2135, - [pbr::OriginalName("CmdGetFirstTalkByPerformanceNpcCsReq")] CmdGetFirstTalkByPerformanceNpcCsReq = 2195, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdTarotBookType.cs b/Proto/CmdTarotBookType.cs deleted file mode 100644 index bd37e6ea..00000000 --- a/Proto/CmdTarotBookType.cs +++ /dev/null @@ -1,66 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdTarotBookType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdTarotBookType.proto - public static partial class CmdTarotBookTypeReflection { - - #region Descriptor - /// File descriptor for CmdTarotBookType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdTarotBookTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChZDbWRUYXJvdEJvb2tUeXBlLnByb3RvKq8DChBDbWRUYXJvdEJvb2tUeXBl", - "EhgKFENtZFRhcm90Qm9va1R5cGVOb25lEAASHQoYQ21kVGFyb3RCb29rR2V0", - "RGF0YVNjUnNwENw/Eh4KGUNtZFRhcm90Qm9va09wZW5QYWNrU2NSc3AQ0D8S", - "IQocQ21kVGFyb3RCb29rRmluaXNoU3RvcnlTY1JzcBDXPxIeChlDbWRUYXJv", - "dEJvb2tPcGVuUGFja0NzUmVxEOA/Eh0KGENtZFRhcm90Qm9va0dldERhdGFD", - "c1JlcRDdPxIlCiBDbWRUYXJvdEJvb2tNb2RpZnlFbmVyZ3lTY05vdGlmeRDW", - "PxIhChxDbWRUYXJvdEJvb2tVbmxvY2tTdG9yeUNzUmVxENo/EiEKHENtZFRh", - "cm90Qm9va0ZpbmlzaFN0b3J5Q3NSZXEQ3z8SJwoiQ21kVGFyb3RCb29rRmlu", - "aXNoSW50ZXJhY3Rpb25TY1JzcBDTPxIhChxDbWRUYXJvdEJvb2tVbmxvY2tT", - "dG9yeVNjUnNwENU/EicKIkNtZFRhcm90Qm9va0ZpbmlzaEludGVyYWN0aW9u", - "Q3NSZXEQ3j9CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv", - "dG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdTarotBookType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdTarotBookType { - [pbr::OriginalName("CmdTarotBookTypeNone")] None = 0, - [pbr::OriginalName("CmdTarotBookGetDataScRsp")] CmdTarotBookGetDataScRsp = 8156, - [pbr::OriginalName("CmdTarotBookOpenPackScRsp")] CmdTarotBookOpenPackScRsp = 8144, - [pbr::OriginalName("CmdTarotBookFinishStoryScRsp")] CmdTarotBookFinishStoryScRsp = 8151, - [pbr::OriginalName("CmdTarotBookOpenPackCsReq")] CmdTarotBookOpenPackCsReq = 8160, - [pbr::OriginalName("CmdTarotBookGetDataCsReq")] CmdTarotBookGetDataCsReq = 8157, - [pbr::OriginalName("CmdTarotBookModifyEnergyScNotify")] CmdTarotBookModifyEnergyScNotify = 8150, - [pbr::OriginalName("CmdTarotBookUnlockStoryCsReq")] CmdTarotBookUnlockStoryCsReq = 8154, - [pbr::OriginalName("CmdTarotBookFinishStoryCsReq")] CmdTarotBookFinishStoryCsReq = 8159, - [pbr::OriginalName("CmdTarotBookFinishInteractionScRsp")] CmdTarotBookFinishInteractionScRsp = 8147, - [pbr::OriginalName("CmdTarotBookUnlockStoryScRsp")] CmdTarotBookUnlockStoryScRsp = 8149, - [pbr::OriginalName("CmdTarotBookFinishInteractionCsReq")] CmdTarotBookFinishInteractionCsReq = 8158, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdTelevisionActivityType.cs b/Proto/CmdTelevisionActivityType.cs deleted file mode 100644 index 66c030e5..00000000 --- a/Proto/CmdTelevisionActivityType.cs +++ /dev/null @@ -1,58 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdTelevisionActivityType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdTelevisionActivityType.proto - public static partial class CmdTelevisionActivityTypeReflection { - - #region Descriptor - /// File descriptor for CmdTelevisionActivityType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdTelevisionActivityTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Ch9DbWRUZWxldmlzaW9uQWN0aXZpdHlUeXBlLnByb3RvKr8CChlDbWRUZWxl", - "dmlzaW9uQWN0aXZpdHlUeXBlEiEKHUNtZFRlbGV2aXNpb25BY3Rpdml0eVR5", - "cGVOb25lEAASJgohQ21kR2V0VGVsZXZpc2lvbkFjdGl2aXR5RGF0YUNzUmVx", - "EME2EisKJkNtZFRlbGV2aXNpb25BY3Rpdml0eUJhdHRsZUVuZFNjTm90aWZ5", - "ELk2EikKJENtZEVudGVyVGVsZXZpc2lvbkFjdGl2aXR5U3RhZ2VDc1JlcRC0", - "NhIpCiRDbWRFbnRlclRlbGV2aXNpb25BY3Rpdml0eVN0YWdlU2NSc3AQvjYS", - "LAonQ21kVGVsZXZpc2lvbkFjdGl2aXR5RGF0YUNoYW5nZVNjTm90aWZ5EMQ2", - "EiYKIUNtZEdldFRlbGV2aXNpb25BY3Rpdml0eURhdGFTY1JzcBDANkIeqgIb", - "RWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdTelevisionActivityType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdTelevisionActivityType { - [pbr::OriginalName("CmdTelevisionActivityTypeNone")] None = 0, - [pbr::OriginalName("CmdGetTelevisionActivityDataCsReq")] CmdGetTelevisionActivityDataCsReq = 6977, - [pbr::OriginalName("CmdTelevisionActivityBattleEndScNotify")] CmdTelevisionActivityBattleEndScNotify = 6969, - [pbr::OriginalName("CmdEnterTelevisionActivityStageCsReq")] CmdEnterTelevisionActivityStageCsReq = 6964, - [pbr::OriginalName("CmdEnterTelevisionActivityStageScRsp")] CmdEnterTelevisionActivityStageScRsp = 6974, - [pbr::OriginalName("CmdTelevisionActivityDataChangeScNotify")] CmdTelevisionActivityDataChangeScNotify = 6980, - [pbr::OriginalName("CmdGetTelevisionActivityDataScRsp")] CmdGetTelevisionActivityDataScRsp = 6976, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdTextJoinType.cs b/Proto/CmdTextJoinType.cs deleted file mode 100644 index ebbd2dff..00000000 --- a/Proto/CmdTextJoinType.cs +++ /dev/null @@ -1,56 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdTextJoinType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdTextJoinType.proto - public static partial class CmdTextJoinTypeReflection { - - #region Descriptor - /// File descriptor for CmdTextJoinType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdTextJoinTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChVDbWRUZXh0Sm9pblR5cGUucHJvdG8q2AEKD0NtZFRleHRKb2luVHlwZRIX", - "ChNDbWRUZXh0Sm9pblR5cGVOb25lEAASHgoZQ21kVGV4dEpvaW5CYXRjaFNh", - "dmVTY1JzcBDeHRIZChRDbWRUZXh0Sm9pblNhdmVTY1JzcBDlHRIaChVDbWRU", - "ZXh0Sm9pblF1ZXJ5Q3NSZXEQhx4SHgoZQ21kVGV4dEpvaW5CYXRjaFNhdmVD", - "c1JlcRD7HRIZChRDbWRUZXh0Sm9pblNhdmVDc1JlcRDjHRIaChVDbWRUZXh0", - "Sm9pblF1ZXJ5U2NSc3AQ4R1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Q", - "cm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdTextJoinType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdTextJoinType { - [pbr::OriginalName("CmdTextJoinTypeNone")] None = 0, - [pbr::OriginalName("CmdTextJoinBatchSaveScRsp")] CmdTextJoinBatchSaveScRsp = 3806, - [pbr::OriginalName("CmdTextJoinSaveScRsp")] CmdTextJoinSaveScRsp = 3813, - [pbr::OriginalName("CmdTextJoinQueryCsReq")] CmdTextJoinQueryCsReq = 3847, - [pbr::OriginalName("CmdTextJoinBatchSaveCsReq")] CmdTextJoinBatchSaveCsReq = 3835, - [pbr::OriginalName("CmdTextJoinSaveCsReq")] CmdTextJoinSaveCsReq = 3811, - [pbr::OriginalName("CmdTextJoinQueryScRsp")] CmdTextJoinQueryScRsp = 3809, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdTrackPhotoActivityType.cs b/Proto/CmdTrackPhotoActivityType.cs deleted file mode 100644 index b6187c65..00000000 --- a/Proto/CmdTrackPhotoActivityType.cs +++ /dev/null @@ -1,61 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdTrackPhotoActivityType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdTrackPhotoActivityType.proto - public static partial class CmdTrackPhotoActivityTypeReflection { - - #region Descriptor - /// File descriptor for CmdTrackPhotoActivityType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdTrackPhotoActivityTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Ch9DbWRUcmFja1Bob3RvQWN0aXZpdHlUeXBlLnByb3RvKuACChlDbWRUcmFj", - "a1Bob3RvQWN0aXZpdHlUeXBlEiEKHUNtZFRyYWNrUGhvdG9BY3Rpdml0eVR5", - "cGVOb25lEAASIAobQ21kUXVpdFRyYWNrUGhvdG9TdGFnZUNzUmVxEIM7EiYK", - "IUNtZEdldFRyYWNrUGhvdG9BY3Rpdml0eURhdGFTY1JzcBCEOxIiCh1DbWRT", - "ZXR0bGVUcmFja1Bob3RvU3RhZ2VTY1JzcBCFOxIhChxDbWRTdGFydFRyYWNr", - "UGhvdG9TdGFnZVNjUnNwEIA7EiEKHENtZFN0YXJ0VHJhY2tQaG90b1N0YWdl", - "Q3NSZXEQhjsSIAobQ21kUXVpdFRyYWNrUGhvdG9TdGFnZVNjUnNwEIE7EiIK", - "HUNtZFNldHRsZVRyYWNrUGhvdG9TdGFnZUNzUmVxEIc7EiYKIUNtZEdldFRy", - "YWNrUGhvdG9BY3Rpdml0eURhdGFDc1JlcRCCO0IeqgIbRWdnTGluay5EYW5o", - "ZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdTrackPhotoActivityType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdTrackPhotoActivityType { - [pbr::OriginalName("CmdTrackPhotoActivityTypeNone")] None = 0, - [pbr::OriginalName("CmdQuitTrackPhotoStageCsReq")] CmdQuitTrackPhotoStageCsReq = 7555, - [pbr::OriginalName("CmdGetTrackPhotoActivityDataScRsp")] CmdGetTrackPhotoActivityDataScRsp = 7556, - [pbr::OriginalName("CmdSettleTrackPhotoStageScRsp")] CmdSettleTrackPhotoStageScRsp = 7557, - [pbr::OriginalName("CmdStartTrackPhotoStageScRsp")] CmdStartTrackPhotoStageScRsp = 7552, - [pbr::OriginalName("CmdStartTrackPhotoStageCsReq")] CmdStartTrackPhotoStageCsReq = 7558, - [pbr::OriginalName("CmdQuitTrackPhotoStageScRsp")] CmdQuitTrackPhotoStageScRsp = 7553, - [pbr::OriginalName("CmdSettleTrackPhotoStageCsReq")] CmdSettleTrackPhotoStageCsReq = 7559, - [pbr::OriginalName("CmdGetTrackPhotoActivityDataCsReq")] CmdGetTrackPhotoActivityDataCsReq = 7554, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdTrainPartyType.cs b/Proto/CmdTrainPartyType.cs deleted file mode 100644 index 41d7d2cb..00000000 --- a/Proto/CmdTrainPartyType.cs +++ /dev/null @@ -1,95 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdTrainPartyType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdTrainPartyType.proto - public static partial class CmdTrainPartyTypeReflection { - - #region Descriptor - /// File descriptor for CmdTrainPartyType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdTrainPartyTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChdDbWRUcmFpblBhcnR5VHlwZS5wcm90byqKCAoRQ21kVHJhaW5QYXJ0eVR5", - "cGUSGQoVQ21kVHJhaW5QYXJ0eVR5cGVOb25lEAASHAoXQ21kVHJhaW5QYXJ0", - "eUxlYXZlQ3NSZXEQyj4SHwoaQ21kVHJhaW5QYXJ0eUJ1aWxkRGl5U2NSc3AQ", - "jT8SJAofQ21kVHJhaW5QYXJ0eUdhbWVQbGF5U3RhcnRTY1JzcBD0PhIqCiVD", - "bWRUcmFpblBhcnR5QWRkQnVpbGREeW5hbWljQnVmZlNjUnNwENw+EiYKIUNt", - "ZFRyYWluUGFydHlHYW1lUGxheVNldHRsZU5vdGlmeRDWPhIfChpDbWRUcmFp", - "blBhcnR5QnVpbGREaXlDc1JlcRCJPxIkCh9DbWRUcmFpblBhcnR5R2FtZVBs", - "YXlTdGFydENzUmVxEIE/EiMKHkNtZFRyYWluUGFydHlVcGRhdGVQb3NFbnZT", - "Y1JzcBD1PhIqCiVDbWRUcmFpblBhcnR5QWRkQnVpbGREeW5hbWljQnVmZkNz", - "UmVxEIs/Eh4KGUNtZFRyYWluUGFydHlHZXREYXRhQ3NSZXEQyz4SHgoZQ21k", - "VHJhaW5QYXJ0eU1vdmVTY05vdGlmeRDjPhIcChdDbWRUcmFpblBhcnR5RW50", - "ZXJTY1JzcBDZPhIcChdDbWRUcmFpblBhcnR5RW50ZXJDc1JlcRD5PhIeChlD", - "bWRUcmFpblBhcnR5U2V0dGxlTm90aWZ5EIY/EioKJUNtZFRyYWluUGFydHlU", - "YWtlQnVpbGRMZXZlbEF3YXJkQ3NSZXEQ2D4SJQogQ21kVHJhaW5QYXJ0eUJ1", - "aWxkU3RhcnRTdGVwQ3NSZXEQ5D4SHgoZQ21kVHJhaW5QYXJ0eVVzZUNhcmRD", - "c1JlcRDvPhIeChlDbWRUcmFpblBhcnR5R2V0RGF0YVNjUnNwEM0+EhwKF0Nt", - "ZFRyYWluUGFydHlMZWF2ZVNjUnNwEMc+EioKJUNtZFRyYWluUGFydHlUYWtl", - "QnVpbGRMZXZlbEF3YXJkU2NSc3AQlD8SJQogQ21kVHJhaW5QYXJ0eUJ1aWxk", - "U3RhcnRTdGVwU2NSc3AQ8j4SHgoZQ21kVHJhaW5QYXJ0eVVzZUNhcmRTY1Jz", - "cBDJPhIqCiVDbWRUcmFpblBhcnR5SGFuZGxlUGVuZGluZ0FjdGlvbkNzUmVx", - "EJ8/EiYKIUNtZFRyYWluUGFydHlCdWlsZGluZ1VwZGF0ZU5vdGlmeRCbPxIq", - "CiVDbWRUcmFpblBhcnR5SGFuZGxlUGVuZGluZ0FjdGlvblNjUnNwENI+EiMK", - "HkNtZFRyYWluUGFydHlVcGRhdGVQb3NFbnZDc1JlcRCcPxIkCh9DbWRUcmFp", - "blBhcnR5U3luY1VwZGF0ZVNjTm90aWZ5ENo+Qh6qAhtFZ2dMaW5rLkRhbmhl", - "bmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdTrainPartyType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdTrainPartyType { - [pbr::OriginalName("CmdTrainPartyTypeNone")] None = 0, - [pbr::OriginalName("CmdTrainPartyLeaveCsReq")] CmdTrainPartyLeaveCsReq = 8010, - [pbr::OriginalName("CmdTrainPartyBuildDiyScRsp")] CmdTrainPartyBuildDiyScRsp = 8077, - [pbr::OriginalName("CmdTrainPartyGamePlayStartScRsp")] CmdTrainPartyGamePlayStartScRsp = 8052, - [pbr::OriginalName("CmdTrainPartyAddBuildDynamicBuffScRsp")] CmdTrainPartyAddBuildDynamicBuffScRsp = 8028, - [pbr::OriginalName("CmdTrainPartyGamePlaySettleNotify")] CmdTrainPartyGamePlaySettleNotify = 8022, - [pbr::OriginalName("CmdTrainPartyBuildDiyCsReq")] CmdTrainPartyBuildDiyCsReq = 8073, - [pbr::OriginalName("CmdTrainPartyGamePlayStartCsReq")] CmdTrainPartyGamePlayStartCsReq = 8065, - [pbr::OriginalName("CmdTrainPartyUpdatePosEnvScRsp")] CmdTrainPartyUpdatePosEnvScRsp = 8053, - [pbr::OriginalName("CmdTrainPartyAddBuildDynamicBuffCsReq")] CmdTrainPartyAddBuildDynamicBuffCsReq = 8075, - [pbr::OriginalName("CmdTrainPartyGetDataCsReq")] CmdTrainPartyGetDataCsReq = 8011, - [pbr::OriginalName("CmdTrainPartyMoveScNotify")] CmdTrainPartyMoveScNotify = 8035, - [pbr::OriginalName("CmdTrainPartyEnterScRsp")] CmdTrainPartyEnterScRsp = 8025, - [pbr::OriginalName("CmdTrainPartyEnterCsReq")] CmdTrainPartyEnterCsReq = 8057, - [pbr::OriginalName("CmdTrainPartySettleNotify")] CmdTrainPartySettleNotify = 8070, - [pbr::OriginalName("CmdTrainPartyTakeBuildLevelAwardCsReq")] CmdTrainPartyTakeBuildLevelAwardCsReq = 8024, - [pbr::OriginalName("CmdTrainPartyBuildStartStepCsReq")] CmdTrainPartyBuildStartStepCsReq = 8036, - [pbr::OriginalName("CmdTrainPartyUseCardCsReq")] CmdTrainPartyUseCardCsReq = 8047, - [pbr::OriginalName("CmdTrainPartyGetDataScRsp")] CmdTrainPartyGetDataScRsp = 8013, - [pbr::OriginalName("CmdTrainPartyLeaveScRsp")] CmdTrainPartyLeaveScRsp = 8007, - [pbr::OriginalName("CmdTrainPartyTakeBuildLevelAwardScRsp")] CmdTrainPartyTakeBuildLevelAwardScRsp = 8084, - [pbr::OriginalName("CmdTrainPartyBuildStartStepScRsp")] CmdTrainPartyBuildStartStepScRsp = 8050, - [pbr::OriginalName("CmdTrainPartyUseCardScRsp")] CmdTrainPartyUseCardScRsp = 8009, - [pbr::OriginalName("CmdTrainPartyHandlePendingActionCsReq")] CmdTrainPartyHandlePendingActionCsReq = 8095, - [pbr::OriginalName("CmdTrainPartyBuildingUpdateNotify")] CmdTrainPartyBuildingUpdateNotify = 8091, - [pbr::OriginalName("CmdTrainPartyHandlePendingActionScRsp")] CmdTrainPartyHandlePendingActionScRsp = 8018, - [pbr::OriginalName("CmdTrainPartyUpdatePosEnvCsReq")] CmdTrainPartyUpdatePosEnvCsReq = 8092, - [pbr::OriginalName("CmdTrainPartySyncUpdateScNotify")] CmdTrainPartySyncUpdateScNotify = 8026, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdTrainVisitorType.cs b/Proto/CmdTrainVisitorType.cs deleted file mode 100644 index c6575cb0..00000000 --- a/Proto/CmdTrainVisitorType.cs +++ /dev/null @@ -1,69 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdTrainVisitorType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdTrainVisitorType.proto - public static partial class CmdTrainVisitorTypeReflection { - - #region Descriptor - /// File descriptor for CmdTrainVisitorType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdTrainVisitorTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChlDbWRUcmFpblZpc2l0b3JUeXBlLnByb3RvKpgEChNDbWRUcmFpblZpc2l0", - "b3JUeXBlEhsKF0NtZFRyYWluVmlzaXRvclR5cGVOb25lEAASJAofQ21kR2V0", - "VHJhaW5WaXNpdG9yQmVoYXZpb3JTY1JzcBD9HBInCiJDbWRUcmFpblZpc2l0", - "b3JCZWhhdmlvckZpbmlzaENzUmVxEP8cEiQKH0NtZFRyYWluVmlzaXRvclJl", - "d2FyZFNlbmROb3RpZnkQ+hwSJQogQ21kU2hvd05ld1N1cHBsZW1lbnRWaXNp", - "dG9yQ3NSZXEQ0x0SJAofQ21kR2V0VHJhaW5WaXNpdG9yQmVoYXZpb3JDc1Jl", - "cRCjHRIyCi1DbWRUYWtlVHJhaW5WaXNpdG9yVW50YWtlbkJlaGF2aW9yUmV3", - "YXJkQ3NSZXEQjh0SJAofQ21kR2V0VHJhaW5WaXNpdG9yUmVnaXN0ZXJTY1Jz", - "cBDNHRIkCh9DbWRHZXRUcmFpblZpc2l0b3JSZWdpc3RlckNzUmVxELodEicK", - "IkNtZFRyYWluVmlzaXRvckJlaGF2aW9yRmluaXNoU2NSc3AQgR0SHgoZQ21k", - "VHJhaW5SZWZyZXNoVGltZU5vdGlmeRCXHRIyCi1DbWRUYWtlVHJhaW5WaXNp", - "dG9yVW50YWtlbkJlaGF2aW9yUmV3YXJkU2NSc3AQkh0SJQogQ21kU2hvd05l", - "d1N1cHBsZW1lbnRWaXNpdG9yU2NSc3AQhh1CHqoCG0VnZ0xpbmsuRGFuaGVu", - "Z1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdTrainVisitorType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdTrainVisitorType { - [pbr::OriginalName("CmdTrainVisitorTypeNone")] None = 0, - [pbr::OriginalName("CmdGetTrainVisitorBehaviorScRsp")] CmdGetTrainVisitorBehaviorScRsp = 3709, - [pbr::OriginalName("CmdTrainVisitorBehaviorFinishCsReq")] CmdTrainVisitorBehaviorFinishCsReq = 3711, - [pbr::OriginalName("CmdTrainVisitorRewardSendNotify")] CmdTrainVisitorRewardSendNotify = 3706, - [pbr::OriginalName("CmdShowNewSupplementVisitorCsReq")] CmdShowNewSupplementVisitorCsReq = 3795, - [pbr::OriginalName("CmdGetTrainVisitorBehaviorCsReq")] CmdGetTrainVisitorBehaviorCsReq = 3747, - [pbr::OriginalName("CmdTakeTrainVisitorUntakenBehaviorRewardCsReq")] CmdTakeTrainVisitorUntakenBehaviorRewardCsReq = 3726, - [pbr::OriginalName("CmdGetTrainVisitorRegisterScRsp")] CmdGetTrainVisitorRegisterScRsp = 3789, - [pbr::OriginalName("CmdGetTrainVisitorRegisterCsReq")] CmdGetTrainVisitorRegisterCsReq = 3770, - [pbr::OriginalName("CmdTrainVisitorBehaviorFinishScRsp")] CmdTrainVisitorBehaviorFinishScRsp = 3713, - [pbr::OriginalName("CmdTrainRefreshTimeNotify")] CmdTrainRefreshTimeNotify = 3735, - [pbr::OriginalName("CmdTakeTrainVisitorUntakenBehaviorRewardScRsp")] CmdTakeTrainVisitorUntakenBehaviorRewardScRsp = 3730, - [pbr::OriginalName("CmdShowNewSupplementVisitorScRsp")] CmdShowNewSupplementVisitorScRsp = 3718, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdTravelBrochure.cs b/Proto/CmdTravelBrochure.cs deleted file mode 100644 index 136026e3..00000000 --- a/Proto/CmdTravelBrochure.cs +++ /dev/null @@ -1,84 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdTravelBrochure.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdTravelBrochure.proto - public static partial class CmdTravelBrochureReflection { - - #region Descriptor - /// File descriptor for CmdTravelBrochure.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdTravelBrochureReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChdDbWRUcmF2ZWxCcm9jaHVyZS5wcm90byrtBgoRQ21kVHJhdmVsQnJvY2h1", - "cmUSGQoVQ21kVHJhdmVsQnJvY2h1cmVOb25lEAASJAofQ21kVHJhdmVsQnJv", - "Y2h1cmVQYWdlUmVzZXRTY1JzcBCZMhIqCiVDbWRUcmF2ZWxCcm9jaHVyZUFw", - "cGx5UGFzdGVyTGlzdFNjUnNwEIcyEiIKHUNtZFRyYXZlbEJyb2NodXJlR2V0", - "RGF0YVNjUnNwEI0yEiQKH0NtZFRyYXZlbEJyb2NodXJlUGFnZVJlc2V0Q3NS", - "ZXEQuTISIgodQ21kVHJhdmVsQnJvY2h1cmVHZXREYXRhQ3NSZXEQizISLAon", - "Q21kVHJhdmVsQnJvY2h1cmVTZXRQYWdlRGVzY1N0YXR1c0NzUmVxENsyEicK", - "IkNtZFRyYXZlbEJyb2NodXJlUmVtb3ZlUGFzdGVyQ3NSZXEQmjISJwoiQ21k", - "VHJhdmVsQnJvY2h1cmVSZW1vdmVQYXN0ZXJTY1JzcBCeMhImCiFDbWRUcmF2", - "ZWxCcm9jaHVyZUFwcGx5UGFzdGVyU2NSc3AQ2TISKQokQ21kVHJhdmVsQnJv", - "Y2h1cmVTZXRDdXN0b21WYWx1ZUNzUmVxEMkyEioKJUNtZFRyYXZlbEJyb2No", - "dXJlVXBkYXRlUGFzdGVyUG9zQ3NSZXEQ3zISKAojQ21kVHJhdmVsQnJvY2h1", - "cmVTZWxlY3RNZXNzYWdlQ3NSZXEQozISKgolQ21kVHJhdmVsQnJvY2h1cmVB", - "cHBseVBhc3Rlckxpc3RDc1JlcRCKMhInCiJDbWRUcmF2ZWxCcm9jaHVyZUdl", - "dFBhc3RlclNjTm90aWZ5EKQyEikKJENtZFRyYXZlbEJyb2NodXJlU2V0Q3Vz", - "dG9tVmFsdWVTY1JzcBDNMhIqCiVDbWRUcmF2ZWxCcm9jaHVyZVVwZGF0ZVBh", - "c3RlclBvc1NjUnNwEJIyEigKI0NtZFRyYXZlbEJyb2NodXJlU2VsZWN0TWVz", - "c2FnZVNjUnNwEIYyEiwKJ0NtZFRyYXZlbEJyb2NodXJlU2V0UGFnZURlc2NT", - "dGF0dXNTY1JzcBDdMhIoCiNDbWRUcmF2ZWxCcm9jaHVyZVBhZ2VVbmxvY2tT", - "Y05vdGlmeRCvMhImCiFDbWRUcmF2ZWxCcm9jaHVyZUFwcGx5UGFzdGVyQ3NS", - "ZXEQxjJCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdTravelBrochure), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdTravelBrochure { - [pbr::OriginalName("CmdTravelBrochureNone")] None = 0, - [pbr::OriginalName("CmdTravelBrochurePageResetScRsp")] PageResetScRsp = 6425, - [pbr::OriginalName("CmdTravelBrochureApplyPasterListScRsp")] ApplyPasterListScRsp = 6407, - [pbr::OriginalName("CmdTravelBrochureGetDataScRsp")] GetDataScRsp = 6413, - [pbr::OriginalName("CmdTravelBrochurePageResetCsReq")] PageResetCsReq = 6457, - [pbr::OriginalName("CmdTravelBrochureGetDataCsReq")] GetDataCsReq = 6411, - [pbr::OriginalName("CmdTravelBrochureSetPageDescStatusCsReq")] SetPageDescStatusCsReq = 6491, - [pbr::OriginalName("CmdTravelBrochureRemovePasterCsReq")] RemovePasterCsReq = 6426, - [pbr::OriginalName("CmdTravelBrochureRemovePasterScRsp")] RemovePasterScRsp = 6430, - [pbr::OriginalName("CmdTravelBrochureApplyPasterScRsp")] ApplyPasterScRsp = 6489, - [pbr::OriginalName("CmdTravelBrochureSetCustomValueCsReq")] SetCustomValueCsReq = 6473, - [pbr::OriginalName("CmdTravelBrochureUpdatePasterPosCsReq")] UpdatePasterPosCsReq = 6495, - [pbr::OriginalName("CmdTravelBrochureSelectMessageCsReq")] SelectMessageCsReq = 6435, - [pbr::OriginalName("CmdTravelBrochureApplyPasterListCsReq")] ApplyPasterListCsReq = 6410, - [pbr::OriginalName("CmdTravelBrochureGetPasterScNotify")] GetPasterScNotify = 6436, - [pbr::OriginalName("CmdTravelBrochureSetCustomValueScRsp")] SetCustomValueScRsp = 6477, - [pbr::OriginalName("CmdTravelBrochureUpdatePasterPosScRsp")] UpdatePasterPosScRsp = 6418, - [pbr::OriginalName("CmdTravelBrochureSelectMessageScRsp")] SelectMessageScRsp = 6406, - [pbr::OriginalName("CmdTravelBrochureSetPageDescStatusScRsp")] SetPageDescStatusScRsp = 6493, - [pbr::OriginalName("CmdTravelBrochurePageUnlockScNotify")] PageUnlockScNotify = 6447, - [pbr::OriginalName("CmdTravelBrochureApplyPasterCsReq")] ApplyPasterCsReq = 6470, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdTreasureDungeonType.cs b/Proto/CmdTreasureDungeonType.cs deleted file mode 100644 index 69c4f88a..00000000 --- a/Proto/CmdTreasureDungeonType.cs +++ /dev/null @@ -1,76 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdTreasureDungeonType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdTreasureDungeonType.proto - public static partial class CmdTreasureDungeonTypeReflection { - - #region Descriptor - /// File descriptor for CmdTreasureDungeonType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdTreasureDungeonTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChxDbWRUcmVhc3VyZUR1bmdlb25UeXBlLnByb3RvKqYFChZDbWRUcmVhc3Vy", - "ZUR1bmdlb25UeXBlEh4KGkNtZFRyZWFzdXJlRHVuZ2VvblR5cGVOb25lEAAS", - "IQocQ21kRW50ZXJUcmVhc3VyZUR1bmdlb25Dc1JlcRDUIhIkCh9DbWRPcGVu", - "VHJlYXN1cmVEdW5nZW9uR3JpZENzUmVxEPkiEiMKHkNtZFRyZWFzdXJlRHVu", - "Z2VvbkRhdGFTY05vdGlmeRC7IhIoCiNDbWRJbnRlcmFjdFRyZWFzdXJlRHVu", - "Z2VvbkdyaWRTY1JzcBDJIhIoCiNDbWRJbnRlcmFjdFRyZWFzdXJlRHVuZ2Vv", - "bkdyaWRDc1JlcRDpIhIrCiZDbWRHZXRUcmVhc3VyZUR1bmdlb25BY3Rpdml0", - "eURhdGFTY1JzcBDCIhIoCiNDbWRGaWdodFRyZWFzdXJlRHVuZ2Vvbk1vbnN0", - "ZXJTY1JzcBCNIxIgChtDbWRRdWl0VHJlYXN1cmVEdW5nZW9uQ3NSZXEQ9yIS", - "KAojQ21kRmlnaHRUcmVhc3VyZUR1bmdlb25Nb25zdGVyQ3NSZXEQiyMSIwoe", - "Q21kVXNlVHJlYXN1cmVEdW5nZW9uSXRlbUNzUmVxELoiEiQKH0NtZE9wZW5U", - "cmVhc3VyZUR1bmdlb25HcmlkU2NSc3AQ/SISIAobQ21kUXVpdFRyZWFzdXJl", - "RHVuZ2VvblNjUnNwEIIjEiUKIENtZFRyZWFzdXJlRHVuZ2VvbkZpbmlzaFNj", - "Tm90aWZ5EL0iEisKJkNtZEdldFRyZWFzdXJlRHVuZ2VvbkFjdGl2aXR5RGF0", - "YUNzUmVxEI8jEiMKHkNtZFVzZVRyZWFzdXJlRHVuZ2Vvbkl0ZW1TY1JzcBC3", - "IhIhChxDbWRFbnRlclRyZWFzdXJlRHVuZ2VvblNjUnNwEOIiQh6qAhtFZ2dM", - "aW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdTreasureDungeonType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdTreasureDungeonType { - [pbr::OriginalName("CmdTreasureDungeonTypeNone")] None = 0, - [pbr::OriginalName("CmdEnterTreasureDungeonCsReq")] CmdEnterTreasureDungeonCsReq = 4436, - [pbr::OriginalName("CmdOpenTreasureDungeonGridCsReq")] CmdOpenTreasureDungeonGridCsReq = 4473, - [pbr::OriginalName("CmdTreasureDungeonDataScNotify")] CmdTreasureDungeonDataScNotify = 4411, - [pbr::OriginalName("CmdInteractTreasureDungeonGridScRsp")] CmdInteractTreasureDungeonGridScRsp = 4425, - [pbr::OriginalName("CmdInteractTreasureDungeonGridCsReq")] CmdInteractTreasureDungeonGridCsReq = 4457, - [pbr::OriginalName("CmdGetTreasureDungeonActivityDataScRsp")] CmdGetTreasureDungeonActivityDataScRsp = 4418, - [pbr::OriginalName("CmdFightTreasureDungeonMonsterScRsp")] CmdFightTreasureDungeonMonsterScRsp = 4493, - [pbr::OriginalName("CmdQuitTreasureDungeonCsReq")] CmdQuitTreasureDungeonCsReq = 4471, - [pbr::OriginalName("CmdFightTreasureDungeonMonsterCsReq")] CmdFightTreasureDungeonMonsterCsReq = 4491, - [pbr::OriginalName("CmdUseTreasureDungeonItemCsReq")] CmdUseTreasureDungeonItemCsReq = 4410, - [pbr::OriginalName("CmdOpenTreasureDungeonGridScRsp")] CmdOpenTreasureDungeonGridScRsp = 4477, - [pbr::OriginalName("CmdQuitTreasureDungeonScRsp")] CmdQuitTreasureDungeonScRsp = 4482, - [pbr::OriginalName("CmdTreasureDungeonFinishScNotify")] CmdTreasureDungeonFinishScNotify = 4413, - [pbr::OriginalName("CmdGetTreasureDungeonActivityDataCsReq")] CmdGetTreasureDungeonActivityDataCsReq = 4495, - [pbr::OriginalName("CmdUseTreasureDungeonItemScRsp")] CmdUseTreasureDungeonItemScRsp = 4407, - [pbr::OriginalName("CmdEnterTreasureDungeonScRsp")] CmdEnterTreasureDungeonScRsp = 4450, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdTutorialType.cs b/Proto/CmdTutorialType.cs deleted file mode 100644 index 211c9940..00000000 --- a/Proto/CmdTutorialType.cs +++ /dev/null @@ -1,66 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdTutorialType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdTutorialType.proto - public static partial class CmdTutorialTypeReflection { - - #region Descriptor - /// File descriptor for CmdTutorialType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdTutorialTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChVDbWRUdXRvcmlhbFR5cGUucHJvdG8qmAMKD0NtZFR1dG9yaWFsVHlwZRIX", - "ChNDbWRUdXRvcmlhbFR5cGVOb25lEAASGwoWQ21kRmluaXNoVHV0b3JpYWxD", - "c1JlcRDaDBIgChtDbWRVbmxvY2tUdXRvcmlhbEd1aWRlU2NSc3AQmQ0SHQoY", - "Q21kR2V0VHV0b3JpYWxHdWlkZVNjUnNwEMkMEiAKG0NtZEZpbmlzaFR1dG9y", - "aWFsR3VpZGVTY1JzcBDSDBIdChhDbWRHZXRUdXRvcmlhbEd1aWRlQ3NSZXEQ", - "7wwSGAoTQ21kR2V0VHV0b3JpYWxTY1JzcBDNDBIgChtDbWRGaW5pc2hUdXRv", - "cmlhbEd1aWRlQ3NSZXEQnw0SGwoWQ21kRmluaXNoVHV0b3JpYWxTY1JzcBDe", - "DBIYChNDbWRHZXRUdXRvcmlhbENzUmVxEMsMEhsKFkNtZFVubG9ja1R1dG9y", - "aWFsQ3NSZXEQ4wwSGwoWQ21kVW5sb2NrVHV0b3JpYWxTY1JzcBDGDBIgChtD", - "bWRVbmxvY2tUdXRvcmlhbEd1aWRlQ3NSZXEQhg1CHqoCG0VnZ0xpbmsuRGFu", - "aGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdTutorialType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdTutorialType { - [pbr::OriginalName("CmdTutorialTypeNone")] None = 0, - [pbr::OriginalName("CmdFinishTutorialCsReq")] CmdFinishTutorialCsReq = 1626, - [pbr::OriginalName("CmdUnlockTutorialGuideScRsp")] CmdUnlockTutorialGuideScRsp = 1689, - [pbr::OriginalName("CmdGetTutorialGuideScRsp")] CmdGetTutorialGuideScRsp = 1609, - [pbr::OriginalName("CmdFinishTutorialGuideScRsp")] CmdFinishTutorialGuideScRsp = 1618, - [pbr::OriginalName("CmdGetTutorialGuideCsReq")] CmdGetTutorialGuideCsReq = 1647, - [pbr::OriginalName("CmdGetTutorialScRsp")] CmdGetTutorialScRsp = 1613, - [pbr::OriginalName("CmdFinishTutorialGuideCsReq")] CmdFinishTutorialGuideCsReq = 1695, - [pbr::OriginalName("CmdFinishTutorialScRsp")] CmdFinishTutorialScRsp = 1630, - [pbr::OriginalName("CmdGetTutorialCsReq")] CmdGetTutorialCsReq = 1611, - [pbr::OriginalName("CmdUnlockTutorialCsReq")] CmdUnlockTutorialCsReq = 1635, - [pbr::OriginalName("CmdUnlockTutorialScRsp")] CmdUnlockTutorialScRsp = 1606, - [pbr::OriginalName("CmdUnlockTutorialGuideCsReq")] CmdUnlockTutorialGuideCsReq = 1670, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdWaypointType.cs b/Proto/CmdWaypointType.cs deleted file mode 100644 index 5f4b9148..00000000 --- a/Proto/CmdWaypointType.cs +++ /dev/null @@ -1,61 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdWaypointType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdWaypointType.proto - public static partial class CmdWaypointTypeReflection { - - #region Descriptor - /// File descriptor for CmdWaypointType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdWaypointTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChVDbWRXYXlwb2ludFR5cGUucHJvdG8qqwIKD0NtZFdheXBvaW50VHlwZRIX", - "ChNDbWRXYXlwb2ludFR5cGVOb25lEAASGAoTQ21kR2V0V2F5cG9pbnRDc1Jl", - "cRCbAxIfChpDbWRXYXlwb2ludFNob3dOZXdDc05vdGlmeRDWAxIYChNDbWRH", - "ZXRXYXlwb2ludFNjUnNwEJ0DEh4KGUNtZFRha2VDaGFwdGVyUmV3YXJkU2NS", - "c3AQqgMSFwoSQ21kR2V0Q2hhcHRlckNzUmVxELMDEhcKEkNtZEdldENoYXB0", - "ZXJTY1JzcBCWAxIeChlDbWRUYWtlQ2hhcHRlclJld2FyZENzUmVxEOkDEhsK", - "FkNtZFNldEN1cldheXBvaW50U2NSc3AQmQMSGwoWQ21kU2V0Q3VyV2F5cG9p", - "bnRDc1JlcRC/A0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", - "cm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdWaypointType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdWaypointType { - [pbr::OriginalName("CmdWaypointTypeNone")] None = 0, - [pbr::OriginalName("CmdGetWaypointCsReq")] CmdGetWaypointCsReq = 411, - [pbr::OriginalName("CmdWaypointShowNewCsNotify")] CmdWaypointShowNewCsNotify = 470, - [pbr::OriginalName("CmdGetWaypointScRsp")] CmdGetWaypointScRsp = 413, - [pbr::OriginalName("CmdTakeChapterRewardScRsp")] CmdTakeChapterRewardScRsp = 426, - [pbr::OriginalName("CmdGetChapterCsReq")] CmdGetChapterCsReq = 435, - [pbr::OriginalName("CmdGetChapterScRsp")] CmdGetChapterScRsp = 406, - [pbr::OriginalName("CmdTakeChapterRewardCsReq")] CmdTakeChapterRewardCsReq = 489, - [pbr::OriginalName("CmdSetCurWaypointScRsp")] CmdSetCurWaypointScRsp = 409, - [pbr::OriginalName("CmdSetCurWaypointCsReq")] CmdSetCurWaypointCsReq = 447, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdWolfBroType.cs b/Proto/CmdWolfBroType.cs deleted file mode 100644 index d988b7b7..00000000 --- a/Proto/CmdWolfBroType.cs +++ /dev/null @@ -1,80 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdWolfBroType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdWolfBroType.proto - public static partial class CmdWolfBroTypeReflection { - - #region Descriptor - /// File descriptor for CmdWolfBroType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdWolfBroTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChRDbWRXb2xmQnJvVHlwZS5wcm90byrPBQoOQ21kV29sZkJyb1R5cGUSFgoS", - "Q21kV29sZkJyb1R5cGVOb25lEAASHwoaQ21kR2V0V29sZkJyb0dhbWVEYXRh", - "U2NSc3AQ7jISJgohQ21kV29sZkJyb0dhbWVBY3RpdmF0ZUJ1bGxldENzUmVx", - "EIozEhwKF0NtZFF1aXRXb2xmQnJvR2FtZUNzUmVxEIEzEiUKIENtZFdvbGZC", - "cm9HYW1lRGF0YUNoYW5nZVNjTm90aWZ5EPQyEiEKHENtZFdvbGZCcm9HYW1l", - "VXNlQnVsbGV0U2NSc3AQkjMSJgohQ21kV29sZkJyb0dhbWVFeHBsb2RlTW9u", - "c3RlckNzUmVxEJQzEh0KGENtZFN0YXJ0V29sZkJyb0dhbWVTY1JzcBD2MhIk", - "Ch9DbWRXb2xmQnJvR2FtZVBpY2t1cEJ1bGxldFNjUnNwEOsyEiYKIUNtZFJl", - "c3RvcmVXb2xmQnJvR2FtZUFyY2hpdmVTY1JzcBDtMhIfChpDbWRBcmNoaXZl", - "V29sZkJyb0dhbWVDc1JlcRDyMhImCiFDbWRSZXN0b3JlV29sZkJyb0dhbWVB", - "cmNoaXZlQ3NSZXEQjTMSHwoaQ21kQXJjaGl2ZVdvbGZCcm9HYW1lU2NSc3AQ", - "6jISHAoXQ21kUXVpdFdvbGZCcm9HYW1lU2NSc3AQkTMSHwoaQ21kR2V0V29s", - "ZkJyb0dhbWVEYXRhQ3NSZXEQgDMSHQoYQ21kU3RhcnRXb2xmQnJvR2FtZUNz", - "UmVxEI4zEiYKIUNtZFdvbGZCcm9HYW1lQWN0aXZhdGVCdWxsZXRTY1JzcBCW", - "MxIhChxDbWRXb2xmQnJvR2FtZVVzZUJ1bGxldENzUmVxEIQzEiYKIUNtZFdv", - "bGZCcm9HYW1lRXhwbG9kZU1vbnN0ZXJTY1JzcBCHMxIkCh9DbWRXb2xmQnJv", - "R2FtZVBpY2t1cEJ1bGxldENzUmVxEPEyQh6qAhtFZ2dMaW5rLkRhbmhlbmdT", - "ZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdWolfBroType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdWolfBroType { - [pbr::OriginalName("CmdWolfBroTypeNone")] None = 0, - [pbr::OriginalName("CmdGetWolfBroGameDataScRsp")] CmdGetWolfBroGameDataScRsp = 6510, - [pbr::OriginalName("CmdWolfBroGameActivateBulletCsReq")] CmdWolfBroGameActivateBulletCsReq = 6538, - [pbr::OriginalName("CmdQuitWolfBroGameCsReq")] CmdQuitWolfBroGameCsReq = 6529, - [pbr::OriginalName("CmdWolfBroGameDataChangeScNotify")] CmdWolfBroGameDataChangeScNotify = 6516, - [pbr::OriginalName("CmdWolfBroGameUseBulletScRsp")] CmdWolfBroGameUseBulletScRsp = 6546, - [pbr::OriginalName("CmdWolfBroGameExplodeMonsterCsReq")] CmdWolfBroGameExplodeMonsterCsReq = 6548, - [pbr::OriginalName("CmdStartWolfBroGameScRsp")] CmdStartWolfBroGameScRsp = 6518, - [pbr::OriginalName("CmdWolfBroGamePickupBulletScRsp")] CmdWolfBroGamePickupBulletScRsp = 6507, - [pbr::OriginalName("CmdRestoreWolfBroGameArchiveScRsp")] CmdRestoreWolfBroGameArchiveScRsp = 6509, - [pbr::OriginalName("CmdArchiveWolfBroGameCsReq")] CmdArchiveWolfBroGameCsReq = 6514, - [pbr::OriginalName("CmdRestoreWolfBroGameArchiveCsReq")] CmdRestoreWolfBroGameArchiveCsReq = 6541, - [pbr::OriginalName("CmdArchiveWolfBroGameScRsp")] CmdArchiveWolfBroGameScRsp = 6506, - [pbr::OriginalName("CmdQuitWolfBroGameScRsp")] CmdQuitWolfBroGameScRsp = 6545, - [pbr::OriginalName("CmdGetWolfBroGameDataCsReq")] CmdGetWolfBroGameDataCsReq = 6528, - [pbr::OriginalName("CmdStartWolfBroGameCsReq")] CmdStartWolfBroGameCsReq = 6542, - [pbr::OriginalName("CmdWolfBroGameActivateBulletScRsp")] CmdWolfBroGameActivateBulletScRsp = 6550, - [pbr::OriginalName("CmdWolfBroGameUseBulletCsReq")] CmdWolfBroGameUseBulletCsReq = 6532, - [pbr::OriginalName("CmdWolfBroGameExplodeMonsterScRsp")] CmdWolfBroGameExplodeMonsterScRsp = 6535, - [pbr::OriginalName("CmdWolfBroGamePickupBulletCsReq")] CmdWolfBroGamePickupBulletCsReq = 6513, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CmdWorldUnlockType.cs b/Proto/CmdWorldUnlockType.cs deleted file mode 100644 index 4a5b54e4..00000000 --- a/Proto/CmdWorldUnlockType.cs +++ /dev/null @@ -1,49 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CmdWorldUnlockType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from CmdWorldUnlockType.proto - public static partial class CmdWorldUnlockTypeReflection { - - #region Descriptor - /// File descriptor for CmdWorldUnlockType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CmdWorldUnlockTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChhDbWRXb3JsZFVubG9ja1R5cGUucHJvdG8qZAoSQ21kV29ybGRVbmxvY2tU", - "eXBlEhoKFkNtZFdvcmxkVW5sb2NrVHlwZU5vbmUQABIYChNDbWRXb3JsZFVu", - "bG9ja1NjUnNwEMo7EhgKE0NtZFdvcmxkVW5sb2NrQ3NSZXEQyztCHqoCG0Vn", - "Z0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdWorldUnlockType), }, null, null)); - } - #endregion - - } - #region Enums - public enum CmdWorldUnlockType { - [pbr::OriginalName("CmdWorldUnlockTypeNone")] None = 0, - [pbr::OriginalName("CmdWorldUnlockScRsp")] CmdWorldUnlockScRsp = 7626, - [pbr::OriginalName("CmdWorldUnlockCsReq")] CmdWorldUnlockCsReq = 7627, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/CommonRogueUpdateScNotify.cs b/Proto/CommonRogueUpdateScNotify.cs index c431e8e7..a6bee571 100644 --- a/Proto/CommonRogueUpdateScNotify.cs +++ b/Proto/CommonRogueUpdateScNotify.cs @@ -24,17 +24,17 @@ namespace EggLink.DanhengServer.Proto { static CommonRogueUpdateScNotifyReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Ch9Db21tb25Sb2d1ZVVwZGF0ZVNjTm90aWZ5LnByb3RvGhFJTEFFS0pDTkVN", - "Ri5wcm90bxoRUExHRENGSVBFQUEucHJvdG8aEU1BUE9NT0lMR0VILnByb3Rv", + "Ch9Db21tb25Sb2d1ZVVwZGF0ZVNjTm90aWZ5LnByb3RvGhFNQVBPTU9JTEdF", + "SC5wcm90bxoRUExHRENGSVBFQUEucHJvdG8aEUlMQUVLSkNORU1GLnByb3Rv", "IpkBChlDb21tb25Sb2d1ZVVwZGF0ZVNjTm90aWZ5EiMKC09OR1BKT0dLS0pO", "GAkgASgLMgwuTUFQT01PSUxHRUhIABIjCgtLSktCS0VHSUdISxgCIAEoCzIM", "LlBMR0RDRklQRUFBSAASIwoLTk9MSEdOSEFFTUEYDSABKAsyDC5JTEFFS0pD", - "TkVNRkgAQg0KC3VwZGF0ZV9jYXNlQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2", + "TkVNRkgAQg0KC0dJR0JHRkFNRk5DQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2", "ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ILAEKJCNEMFReflection.Descriptor, global::EggLink.DanhengServer.Proto.PLGDCFIPEAAReflection.Descriptor, global::EggLink.DanhengServer.Proto.MAPOMOILGEHReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MAPOMOILGEHReflection.Descriptor, global::EggLink.DanhengServer.Proto.PLGDCFIPEAAReflection.Descriptor, global::EggLink.DanhengServer.Proto.ILAEKJCNEMFReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CommonRogueUpdateScNotify), global::EggLink.DanhengServer.Proto.CommonRogueUpdateScNotify.Parser, new[]{ "ONGPJOGKKJN", "KJKBKEGIGHK", "NOLHGNHAEMA" }, new[]{ "UpdateCase" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CommonRogueUpdateScNotify), global::EggLink.DanhengServer.Proto.CommonRogueUpdateScNotify.Parser, new[]{ "ONGPJOGKKJN", "KJKBKEGIGHK", "NOLHGNHAEMA" }, new[]{ "GIGBGFAMFNC" }, null, null, null) })); } #endregion @@ -76,14 +76,14 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public CommonRogueUpdateScNotify(CommonRogueUpdateScNotify other) : this() { - switch (other.UpdateCaseCase) { - case UpdateCaseOneofCase.ONGPJOGKKJN: + switch (other.GIGBGFAMFNCCase) { + case GIGBGFAMFNCOneofCase.ONGPJOGKKJN: ONGPJOGKKJN = other.ONGPJOGKKJN.Clone(); break; - case UpdateCaseOneofCase.KJKBKEGIGHK: + case GIGBGFAMFNCOneofCase.KJKBKEGIGHK: KJKBKEGIGHK = other.KJKBKEGIGHK.Clone(); break; - case UpdateCaseOneofCase.NOLHGNHAEMA: + case GIGBGFAMFNCOneofCase.NOLHGNHAEMA: NOLHGNHAEMA = other.NOLHGNHAEMA.Clone(); break; } @@ -102,10 +102,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.MAPOMOILGEH ONGPJOGKKJN { - get { return updateCaseCase_ == UpdateCaseOneofCase.ONGPJOGKKJN ? (global::EggLink.DanhengServer.Proto.MAPOMOILGEH) updateCase_ : null; } + get { return gIGBGFAMFNCCase_ == GIGBGFAMFNCOneofCase.ONGPJOGKKJN ? (global::EggLink.DanhengServer.Proto.MAPOMOILGEH) gIGBGFAMFNC_ : null; } set { - updateCase_ = value; - updateCaseCase_ = value == null ? UpdateCaseOneofCase.None : UpdateCaseOneofCase.ONGPJOGKKJN; + gIGBGFAMFNC_ = value; + gIGBGFAMFNCCase_ = value == null ? GIGBGFAMFNCOneofCase.None : GIGBGFAMFNCOneofCase.ONGPJOGKKJN; } } @@ -114,10 +114,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.PLGDCFIPEAA KJKBKEGIGHK { - get { return updateCaseCase_ == UpdateCaseOneofCase.KJKBKEGIGHK ? (global::EggLink.DanhengServer.Proto.PLGDCFIPEAA) updateCase_ : null; } + get { return gIGBGFAMFNCCase_ == GIGBGFAMFNCOneofCase.KJKBKEGIGHK ? (global::EggLink.DanhengServer.Proto.PLGDCFIPEAA) gIGBGFAMFNC_ : null; } set { - updateCase_ = value; - updateCaseCase_ = value == null ? UpdateCaseOneofCase.None : UpdateCaseOneofCase.KJKBKEGIGHK; + gIGBGFAMFNC_ = value; + gIGBGFAMFNCCase_ = value == null ? GIGBGFAMFNCOneofCase.None : GIGBGFAMFNCOneofCase.KJKBKEGIGHK; } } @@ -126,33 +126,33 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.ILAEKJCNEMF NOLHGNHAEMA { - get { return updateCaseCase_ == UpdateCaseOneofCase.NOLHGNHAEMA ? (global::EggLink.DanhengServer.Proto.ILAEKJCNEMF) updateCase_ : null; } + get { return gIGBGFAMFNCCase_ == GIGBGFAMFNCOneofCase.NOLHGNHAEMA ? (global::EggLink.DanhengServer.Proto.ILAEKJCNEMF) gIGBGFAMFNC_ : null; } set { - updateCase_ = value; - updateCaseCase_ = value == null ? UpdateCaseOneofCase.None : UpdateCaseOneofCase.NOLHGNHAEMA; + gIGBGFAMFNC_ = value; + gIGBGFAMFNCCase_ = value == null ? GIGBGFAMFNCOneofCase.None : GIGBGFAMFNCOneofCase.NOLHGNHAEMA; } } - private object updateCase_; - /// Enum of possible cases for the "update_case" oneof. - public enum UpdateCaseOneofCase { + private object gIGBGFAMFNC_; + /// Enum of possible cases for the "GIGBGFAMFNC" oneof. + public enum GIGBGFAMFNCOneofCase { None = 0, ONGPJOGKKJN = 9, KJKBKEGIGHK = 2, NOLHGNHAEMA = 13, } - private UpdateCaseOneofCase updateCaseCase_ = UpdateCaseOneofCase.None; + private GIGBGFAMFNCOneofCase gIGBGFAMFNCCase_ = GIGBGFAMFNCOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public UpdateCaseOneofCase UpdateCaseCase { - get { return updateCaseCase_; } + public GIGBGFAMFNCOneofCase GIGBGFAMFNCCase { + get { return gIGBGFAMFNCCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearUpdateCase() { - updateCaseCase_ = UpdateCaseOneofCase.None; - updateCase_ = null; + public void ClearGIGBGFAMFNC() { + gIGBGFAMFNCCase_ = GIGBGFAMFNCOneofCase.None; + gIGBGFAMFNC_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -173,7 +173,7 @@ namespace EggLink.DanhengServer.Proto { if (!object.Equals(ONGPJOGKKJN, other.ONGPJOGKKJN)) return false; if (!object.Equals(KJKBKEGIGHK, other.KJKBKEGIGHK)) return false; if (!object.Equals(NOLHGNHAEMA, other.NOLHGNHAEMA)) return false; - if (UpdateCaseCase != other.UpdateCaseCase) return false; + if (GIGBGFAMFNCCase != other.GIGBGFAMFNCCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -181,10 +181,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (updateCaseCase_ == UpdateCaseOneofCase.ONGPJOGKKJN) hash ^= ONGPJOGKKJN.GetHashCode(); - if (updateCaseCase_ == UpdateCaseOneofCase.KJKBKEGIGHK) hash ^= KJKBKEGIGHK.GetHashCode(); - if (updateCaseCase_ == UpdateCaseOneofCase.NOLHGNHAEMA) hash ^= NOLHGNHAEMA.GetHashCode(); - hash ^= (int) updateCaseCase_; + if (gIGBGFAMFNCCase_ == GIGBGFAMFNCOneofCase.ONGPJOGKKJN) hash ^= ONGPJOGKKJN.GetHashCode(); + if (gIGBGFAMFNCCase_ == GIGBGFAMFNCOneofCase.KJKBKEGIGHK) hash ^= KJKBKEGIGHK.GetHashCode(); + if (gIGBGFAMFNCCase_ == GIGBGFAMFNCOneofCase.NOLHGNHAEMA) hash ^= NOLHGNHAEMA.GetHashCode(); + hash ^= (int) gIGBGFAMFNCCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -203,15 +203,15 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (updateCaseCase_ == UpdateCaseOneofCase.KJKBKEGIGHK) { + if (gIGBGFAMFNCCase_ == GIGBGFAMFNCOneofCase.KJKBKEGIGHK) { output.WriteRawTag(18); output.WriteMessage(KJKBKEGIGHK); } - if (updateCaseCase_ == UpdateCaseOneofCase.ONGPJOGKKJN) { + if (gIGBGFAMFNCCase_ == GIGBGFAMFNCOneofCase.ONGPJOGKKJN) { output.WriteRawTag(74); output.WriteMessage(ONGPJOGKKJN); } - if (updateCaseCase_ == UpdateCaseOneofCase.NOLHGNHAEMA) { + if (gIGBGFAMFNCCase_ == GIGBGFAMFNCOneofCase.NOLHGNHAEMA) { output.WriteRawTag(106); output.WriteMessage(NOLHGNHAEMA); } @@ -225,15 +225,15 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (updateCaseCase_ == UpdateCaseOneofCase.KJKBKEGIGHK) { + if (gIGBGFAMFNCCase_ == GIGBGFAMFNCOneofCase.KJKBKEGIGHK) { output.WriteRawTag(18); output.WriteMessage(KJKBKEGIGHK); } - if (updateCaseCase_ == UpdateCaseOneofCase.ONGPJOGKKJN) { + if (gIGBGFAMFNCCase_ == GIGBGFAMFNCOneofCase.ONGPJOGKKJN) { output.WriteRawTag(74); output.WriteMessage(ONGPJOGKKJN); } - if (updateCaseCase_ == UpdateCaseOneofCase.NOLHGNHAEMA) { + if (gIGBGFAMFNCCase_ == GIGBGFAMFNCOneofCase.NOLHGNHAEMA) { output.WriteRawTag(106); output.WriteMessage(NOLHGNHAEMA); } @@ -247,13 +247,13 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (updateCaseCase_ == UpdateCaseOneofCase.ONGPJOGKKJN) { + if (gIGBGFAMFNCCase_ == GIGBGFAMFNCOneofCase.ONGPJOGKKJN) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(ONGPJOGKKJN); } - if (updateCaseCase_ == UpdateCaseOneofCase.KJKBKEGIGHK) { + if (gIGBGFAMFNCCase_ == GIGBGFAMFNCOneofCase.KJKBKEGIGHK) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(KJKBKEGIGHK); } - if (updateCaseCase_ == UpdateCaseOneofCase.NOLHGNHAEMA) { + if (gIGBGFAMFNCCase_ == GIGBGFAMFNCOneofCase.NOLHGNHAEMA) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(NOLHGNHAEMA); } if (_unknownFields != null) { @@ -268,20 +268,20 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - switch (other.UpdateCaseCase) { - case UpdateCaseOneofCase.ONGPJOGKKJN: + switch (other.GIGBGFAMFNCCase) { + case GIGBGFAMFNCOneofCase.ONGPJOGKKJN: if (ONGPJOGKKJN == null) { ONGPJOGKKJN = new global::EggLink.DanhengServer.Proto.MAPOMOILGEH(); } ONGPJOGKKJN.MergeFrom(other.ONGPJOGKKJN); break; - case UpdateCaseOneofCase.KJKBKEGIGHK: + case GIGBGFAMFNCOneofCase.KJKBKEGIGHK: if (KJKBKEGIGHK == null) { KJKBKEGIGHK = new global::EggLink.DanhengServer.Proto.PLGDCFIPEAA(); } KJKBKEGIGHK.MergeFrom(other.KJKBKEGIGHK); break; - case UpdateCaseOneofCase.NOLHGNHAEMA: + case GIGBGFAMFNCOneofCase.NOLHGNHAEMA: if (NOLHGNHAEMA == null) { NOLHGNHAEMA = new global::EggLink.DanhengServer.Proto.ILAEKJCNEMF(); } @@ -306,7 +306,7 @@ namespace EggLink.DanhengServer.Proto { break; case 18: { global::EggLink.DanhengServer.Proto.PLGDCFIPEAA subBuilder = new global::EggLink.DanhengServer.Proto.PLGDCFIPEAA(); - if (updateCaseCase_ == UpdateCaseOneofCase.KJKBKEGIGHK) { + if (gIGBGFAMFNCCase_ == GIGBGFAMFNCOneofCase.KJKBKEGIGHK) { subBuilder.MergeFrom(KJKBKEGIGHK); } input.ReadMessage(subBuilder); @@ -315,7 +315,7 @@ namespace EggLink.DanhengServer.Proto { } case 74: { global::EggLink.DanhengServer.Proto.MAPOMOILGEH subBuilder = new global::EggLink.DanhengServer.Proto.MAPOMOILGEH(); - if (updateCaseCase_ == UpdateCaseOneofCase.ONGPJOGKKJN) { + if (gIGBGFAMFNCCase_ == GIGBGFAMFNCOneofCase.ONGPJOGKKJN) { subBuilder.MergeFrom(ONGPJOGKKJN); } input.ReadMessage(subBuilder); @@ -324,7 +324,7 @@ namespace EggLink.DanhengServer.Proto { } case 106: { global::EggLink.DanhengServer.Proto.ILAEKJCNEMF subBuilder = new global::EggLink.DanhengServer.Proto.ILAEKJCNEMF(); - if (updateCaseCase_ == UpdateCaseOneofCase.NOLHGNHAEMA) { + if (gIGBGFAMFNCCase_ == GIGBGFAMFNCOneofCase.NOLHGNHAEMA) { subBuilder.MergeFrom(NOLHGNHAEMA); } input.ReadMessage(subBuilder); @@ -348,7 +348,7 @@ namespace EggLink.DanhengServer.Proto { break; case 18: { global::EggLink.DanhengServer.Proto.PLGDCFIPEAA subBuilder = new global::EggLink.DanhengServer.Proto.PLGDCFIPEAA(); - if (updateCaseCase_ == UpdateCaseOneofCase.KJKBKEGIGHK) { + if (gIGBGFAMFNCCase_ == GIGBGFAMFNCOneofCase.KJKBKEGIGHK) { subBuilder.MergeFrom(KJKBKEGIGHK); } input.ReadMessage(subBuilder); @@ -357,7 +357,7 @@ namespace EggLink.DanhengServer.Proto { } case 74: { global::EggLink.DanhengServer.Proto.MAPOMOILGEH subBuilder = new global::EggLink.DanhengServer.Proto.MAPOMOILGEH(); - if (updateCaseCase_ == UpdateCaseOneofCase.ONGPJOGKKJN) { + if (gIGBGFAMFNCCase_ == GIGBGFAMFNCOneofCase.ONGPJOGKKJN) { subBuilder.MergeFrom(ONGPJOGKKJN); } input.ReadMessage(subBuilder); @@ -366,7 +366,7 @@ namespace EggLink.DanhengServer.Proto { } case 106: { global::EggLink.DanhengServer.Proto.ILAEKJCNEMF subBuilder = new global::EggLink.DanhengServer.Proto.ILAEKJCNEMF(); - if (updateCaseCase_ == UpdateCaseOneofCase.NOLHGNHAEMA) { + if (gIGBGFAMFNCCase_ == GIGBGFAMFNCOneofCase.NOLHGNHAEMA) { subBuilder.MergeFrom(NOLHGNHAEMA); } input.ReadMessage(subBuilder); diff --git a/Proto/CurChallenge.cs b/Proto/CurChallenge.cs index 3f858ba0..2d235c6f 100644 --- a/Proto/CurChallenge.cs +++ b/Proto/CurChallenge.cs @@ -24,8 +24,8 @@ namespace EggLink.DanhengServer.Proto { static CurChallengeReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChJDdXJDaGFsbGVuZ2UucHJvdG8aEUtpbGxNb25zdGVyLnByb3RvGhpDaGFs", - "bGVuZ2VDdXJCdWZmSW5mby5wcm90bxoVRXh0cmFMaW5ldXBUeXBlLnByb3Rv", + "ChJDdXJDaGFsbGVuZ2UucHJvdG8aGkNoYWxsZW5nZUN1ckJ1ZmZJbmZvLnBy", + "b3RvGhVFeHRyYUxpbmV1cFR5cGUucHJvdG8aEUtpbGxNb25zdGVyLnByb3Rv", "GhVDaGFsbGVuZ2VTdGF0dXMucHJvdG8imgIKDEN1ckNoYWxsZW5nZRIrChFl", "eHRyYV9saW5ldXBfdHlwZRgIIAEoDjIQLkV4dHJhTGluZXVwVHlwZRIXCg9k", "ZWFkX2F2YXRhcl9udW0YAyABKA0SJwoRa2lsbF9tb25zdGVyX2xpc3QYCSAD", @@ -35,7 +35,7 @@ namespace EggLink.DanhengServer.Proto { "dGFnZV9pbmZvGA8gASgLMhUuQ2hhbGxlbmdlQ3VyQnVmZkluZm9CHqoCG0Vn", "Z0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.KillMonsterReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengeCurBuffInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ExtraLineupTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengeStatusReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChallengeCurBuffInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ExtraLineupTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.KillMonsterReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengeStatusReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CurChallenge), global::EggLink.DanhengServer.Proto.CurChallenge.Parser, new[]{ "ExtraLineupType", "DeadAvatarNum", "KillMonsterList", "Status", "RoundCount", "ChallengeId", "ScoreTwo", "ScoreId", "StageInfo" }, null, null, null, null) })); diff --git a/Proto/DCDNIAJCEHN.cs b/Proto/DCDNIAJCEHN.cs deleted file mode 100644 index f870c85c..00000000 --- a/Proto/DCDNIAJCEHN.cs +++ /dev/null @@ -1,1406 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: DCDNIAJCEHN.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from DCDNIAJCEHN.proto - public static partial class DCDNIAJCEHNReflection { - - #region Descriptor - /// File descriptor for DCDNIAJCEHN.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static DCDNIAJCEHNReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFEQ0ROSUFKQ0VITi5wcm90bxoRUEFKTkhJQUdPREQucHJvdG8aEUZJUFBL", - "TENPRUdKLnByb3RvGhFMS0tBSkNBQ0lKSS5wcm90bxoRUEZHQUlFQkdIQ1Au", - "cHJvdG8i4wUKC0RDRE5JQUpDRUhOEiEKC0ZOSUhKSkpHT0VFGAogASgLMgwu", - "UEZHQUlFQkdIQ1ASEwoLSkxKSUdFUExQTUgYByABKA0SDgoGbWF4X2hwGAwg", - "ASgFEhQKC0dHQkZLRU5BSE9FGL4HIAEoAhIUCgtQTEZLT0NDREJBRxjXDSAB", - "KAgSIQoLS0FNSUhORUpNRkcYBiABKA4yDC5MS0tBSkNBQ0lKSRIKCgJpZBgB", - "IAEoDRIUCgtJREFCT0ZQS09LThjeAyABKA0SFAoLSERCTEVMRUJLSE8YuAsg", - "ASgFEhQKC1BOTERMTU5LSk1LGPMDIAEoDRIUCgtKTENJS0JMTkVOSBjSBCAB", - "KA0SEwoLREhFTEJDSU1MR0EYNCABKA0SIQoLSUFBR0dNS0dPREMYDSABKAsy", - "DC5QRkdBSUVCR0hDUBIUCgtES1BORU5CSEVMSBiPDiABKA0SEwoLQ0lQSUNM", - "TExJSkgYBSABKA0SIQoLREpPQURFQ0pQT0IYDiABKA4yDC5QQUpOSElBR09E", - "RBIhCgtHT0ROQUFMTk9LTBgDIAEoCzIMLlBGR0FJRUJHSENQEhQKC0pJSkhB", - "QUlITkNOGL4LIAEoDRIiCgtDQ0xNRkFCREVOQRiCCCABKA4yDC5GSVBQS0xD", - "T0VHShIUCgtNTkJFTUdOTkZPRBjCCiABKAISEAoHdGV4dF9pZBjyDCABKA0S", - "DgoFbGV2ZWwY/g0gASgNEg4KBmF0dGFjaxgJIAEoBRIQCghza2lsbF9pZBgP", - "IAEoDRIUCgtOQktFTENISUxHRxjHCyABKAgSEAoHYnVmZl9pZBjyDyABKA0S", - "CgoCaHAYCCABKAUSIQoLRkRORE1ISk9ITU8YBCABKAsyDC5QRkdBSUVCR0hD", - "UBIMCgR0aW1lGAsgASgCEhQKC0RNQkJNRkZFSkdJGLEGIAEoCBIhCgtMS0VG", - "T0xDR0ZHRBgCIAEoCzIMLlBGR0FJRUJHSENQQh6qAhtFZ2dMaW5rLkRhbmhl", - "bmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PAJNHIAGODDReflection.Descriptor, global::EggLink.DanhengServer.Proto.FIPPKLCOEGJReflection.Descriptor, global::EggLink.DanhengServer.Proto.LKKAJCACIJIReflection.Descriptor, global::EggLink.DanhengServer.Proto.PFGAIEBGHCPReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DCDNIAJCEHN), global::EggLink.DanhengServer.Proto.DCDNIAJCEHN.Parser, new[]{ "FNIHJJJGOEE", "JLJIGEPLPMH", "MaxHp", "GGBFKENAHOE", "PLFKOCCDBAG", "KAMIHNEJMFG", "Id", "IDABOFPKOKN", "HDBLELEBKHO", "PNLDLMNKJMK", "JLCIKBLNENH", "DHELBCIMLGA", "IAAGGMKGODC", "DKPNENBHELH", "CIPICLLLIJH", "DJOADECJPOB", "GODNAALNOKL", "JIJHAAIHNCN", "CCLMFABDENA", "MNBEMGNNFOD", "TextId", "Level", "Attack", "SkillId", "NBKELCHILGG", "BuffId", "Hp", "FDNDMHJOHMO", "Time", "DMBBMFFEJGI", "LKEFOLCGFGD" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class DCDNIAJCEHN : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new DCDNIAJCEHN()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.DCDNIAJCEHNReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public DCDNIAJCEHN() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public DCDNIAJCEHN(DCDNIAJCEHN other) : this() { - fNIHJJJGOEE_ = other.fNIHJJJGOEE_ != null ? other.fNIHJJJGOEE_.Clone() : null; - jLJIGEPLPMH_ = other.jLJIGEPLPMH_; - maxHp_ = other.maxHp_; - gGBFKENAHOE_ = other.gGBFKENAHOE_; - pLFKOCCDBAG_ = other.pLFKOCCDBAG_; - kAMIHNEJMFG_ = other.kAMIHNEJMFG_; - id_ = other.id_; - iDABOFPKOKN_ = other.iDABOFPKOKN_; - hDBLELEBKHO_ = other.hDBLELEBKHO_; - pNLDLMNKJMK_ = other.pNLDLMNKJMK_; - jLCIKBLNENH_ = other.jLCIKBLNENH_; - dHELBCIMLGA_ = other.dHELBCIMLGA_; - iAAGGMKGODC_ = other.iAAGGMKGODC_ != null ? other.iAAGGMKGODC_.Clone() : null; - dKPNENBHELH_ = other.dKPNENBHELH_; - cIPICLLLIJH_ = other.cIPICLLLIJH_; - dJOADECJPOB_ = other.dJOADECJPOB_; - gODNAALNOKL_ = other.gODNAALNOKL_ != null ? other.gODNAALNOKL_.Clone() : null; - jIJHAAIHNCN_ = other.jIJHAAIHNCN_; - cCLMFABDENA_ = other.cCLMFABDENA_; - mNBEMGNNFOD_ = other.mNBEMGNNFOD_; - textId_ = other.textId_; - level_ = other.level_; - attack_ = other.attack_; - skillId_ = other.skillId_; - nBKELCHILGG_ = other.nBKELCHILGG_; - buffId_ = other.buffId_; - hp_ = other.hp_; - fDNDMHJOHMO_ = other.fDNDMHJOHMO_ != null ? other.fDNDMHJOHMO_.Clone() : null; - time_ = other.time_; - dMBBMFFEJGI_ = other.dMBBMFFEJGI_; - lKEFOLCGFGD_ = other.lKEFOLCGFGD_ != null ? other.lKEFOLCGFGD_.Clone() : null; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public DCDNIAJCEHN Clone() { - return new DCDNIAJCEHN(this); - } - - /// Field number for the "FNIHJJJGOEE" field. - public const int FNIHJJJGOEEFieldNumber = 10; - private global::EggLink.DanhengServer.Proto.PFGAIEBGHCP fNIHJJJGOEE_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.PFGAIEBGHCP FNIHJJJGOEE { - get { return fNIHJJJGOEE_; } - set { - fNIHJJJGOEE_ = value; - } - } - - /// Field number for the "JLJIGEPLPMH" field. - public const int JLJIGEPLPMHFieldNumber = 7; - private uint jLJIGEPLPMH_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint JLJIGEPLPMH { - get { return jLJIGEPLPMH_; } - set { - jLJIGEPLPMH_ = value; - } - } - - /// Field number for the "max_hp" field. - public const int MaxHpFieldNumber = 12; - private int maxHp_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int MaxHp { - get { return maxHp_; } - set { - maxHp_ = value; - } - } - - /// Field number for the "GGBFKENAHOE" field. - public const int GGBFKENAHOEFieldNumber = 958; - private float gGBFKENAHOE_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public float GGBFKENAHOE { - get { return gGBFKENAHOE_; } - set { - gGBFKENAHOE_ = value; - } - } - - /// Field number for the "PLFKOCCDBAG" field. - public const int PLFKOCCDBAGFieldNumber = 1751; - private bool pLFKOCCDBAG_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool PLFKOCCDBAG { - get { return pLFKOCCDBAG_; } - set { - pLFKOCCDBAG_ = value; - } - } - - /// Field number for the "KAMIHNEJMFG" field. - public const int KAMIHNEJMFGFieldNumber = 6; - private global::EggLink.DanhengServer.Proto.LKKAJCACIJI kAMIHNEJMFG_ = global::EggLink.DanhengServer.Proto.LKKAJCACIJI.MarbleFactionTypeNone; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.LKKAJCACIJI KAMIHNEJMFG { - get { return kAMIHNEJMFG_; } - set { - kAMIHNEJMFG_ = value; - } - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private uint id_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint Id { - get { return id_; } - set { - id_ = value; - } - } - - /// Field number for the "IDABOFPKOKN" field. - public const int IDABOFPKOKNFieldNumber = 478; - private uint iDABOFPKOKN_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint IDABOFPKOKN { - get { return iDABOFPKOKN_; } - set { - iDABOFPKOKN_ = value; - } - } - - /// Field number for the "HDBLELEBKHO" field. - public const int HDBLELEBKHOFieldNumber = 1464; - private int hDBLELEBKHO_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int HDBLELEBKHO { - get { return hDBLELEBKHO_; } - set { - hDBLELEBKHO_ = value; - } - } - - /// Field number for the "PNLDLMNKJMK" field. - public const int PNLDLMNKJMKFieldNumber = 499; - private uint pNLDLMNKJMK_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint PNLDLMNKJMK { - get { return pNLDLMNKJMK_; } - set { - pNLDLMNKJMK_ = value; - } - } - - /// Field number for the "JLCIKBLNENH" field. - public const int JLCIKBLNENHFieldNumber = 594; - private uint jLCIKBLNENH_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint JLCIKBLNENH { - get { return jLCIKBLNENH_; } - set { - jLCIKBLNENH_ = value; - } - } - - /// Field number for the "DHELBCIMLGA" field. - public const int DHELBCIMLGAFieldNumber = 52; - private uint dHELBCIMLGA_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint DHELBCIMLGA { - get { return dHELBCIMLGA_; } - set { - dHELBCIMLGA_ = value; - } - } - - /// Field number for the "IAAGGMKGODC" field. - public const int IAAGGMKGODCFieldNumber = 13; - private global::EggLink.DanhengServer.Proto.PFGAIEBGHCP iAAGGMKGODC_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.PFGAIEBGHCP IAAGGMKGODC { - get { return iAAGGMKGODC_; } - set { - iAAGGMKGODC_ = value; - } - } - - /// Field number for the "DKPNENBHELH" field. - public const int DKPNENBHELHFieldNumber = 1807; - private uint dKPNENBHELH_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint DKPNENBHELH { - get { return dKPNENBHELH_; } - set { - dKPNENBHELH_ = value; - } - } - - /// Field number for the "CIPICLLLIJH" field. - public const int CIPICLLLIJHFieldNumber = 5; - private uint cIPICLLLIJH_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint CIPICLLLIJH { - get { return cIPICLLLIJH_; } - set { - cIPICLLLIJH_ = value; - } - } - - /// Field number for the "DJOADECJPOB" field. - public const int DJOADECJPOBFieldNumber = 14; - private global::EggLink.DanhengServer.Proto.PAJNHIAGODD dJOADECJPOB_ = global::EggLink.DanhengServer.Proto.PAJNHIAGODD.MarbleFrameTypeNone; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.PAJNHIAGODD DJOADECJPOB { - get { return dJOADECJPOB_; } - set { - dJOADECJPOB_ = value; - } - } - - /// Field number for the "GODNAALNOKL" field. - public const int GODNAALNOKLFieldNumber = 3; - private global::EggLink.DanhengServer.Proto.PFGAIEBGHCP gODNAALNOKL_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.PFGAIEBGHCP GODNAALNOKL { - get { return gODNAALNOKL_; } - set { - gODNAALNOKL_ = value; - } - } - - /// Field number for the "JIJHAAIHNCN" field. - public const int JIJHAAIHNCNFieldNumber = 1470; - private uint jIJHAAIHNCN_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint JIJHAAIHNCN { - get { return jIJHAAIHNCN_; } - set { - jIJHAAIHNCN_ = value; - } - } - - /// Field number for the "CCLMFABDENA" field. - public const int CCLMFABDENAFieldNumber = 1026; - private global::EggLink.DanhengServer.Proto.FIPPKLCOEGJ cCLMFABDENA_ = global::EggLink.DanhengServer.Proto.FIPPKLCOEGJ.MarbleHpChangeTypeNone; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.FIPPKLCOEGJ CCLMFABDENA { - get { return cCLMFABDENA_; } - set { - cCLMFABDENA_ = value; - } - } - - /// Field number for the "MNBEMGNNFOD" field. - public const int MNBEMGNNFODFieldNumber = 1346; - private float mNBEMGNNFOD_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public float MNBEMGNNFOD { - get { return mNBEMGNNFOD_; } - set { - mNBEMGNNFOD_ = value; - } - } - - /// Field number for the "text_id" field. - public const int TextIdFieldNumber = 1650; - private uint textId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint TextId { - get { return textId_; } - set { - textId_ = value; - } - } - - /// Field number for the "level" field. - public const int LevelFieldNumber = 1790; - private uint level_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint Level { - get { return level_; } - set { - level_ = value; - } - } - - /// Field number for the "attack" field. - public const int AttackFieldNumber = 9; - private int attack_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int Attack { - get { return attack_; } - set { - attack_ = value; - } - } - - /// Field number for the "skill_id" field. - public const int SkillIdFieldNumber = 15; - private uint skillId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint SkillId { - get { return skillId_; } - set { - skillId_ = value; - } - } - - /// Field number for the "NBKELCHILGG" field. - public const int NBKELCHILGGFieldNumber = 1479; - private bool nBKELCHILGG_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool NBKELCHILGG { - get { return nBKELCHILGG_; } - set { - nBKELCHILGG_ = value; - } - } - - /// Field number for the "buff_id" field. - public const int BuffIdFieldNumber = 2034; - private uint buffId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint BuffId { - get { return buffId_; } - set { - buffId_ = value; - } - } - - /// Field number for the "hp" field. - public const int HpFieldNumber = 8; - private int hp_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int Hp { - get { return hp_; } - set { - hp_ = value; - } - } - - /// Field number for the "FDNDMHJOHMO" field. - public const int FDNDMHJOHMOFieldNumber = 4; - private global::EggLink.DanhengServer.Proto.PFGAIEBGHCP fDNDMHJOHMO_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.PFGAIEBGHCP FDNDMHJOHMO { - get { return fDNDMHJOHMO_; } - set { - fDNDMHJOHMO_ = value; - } - } - - /// Field number for the "time" field. - public const int TimeFieldNumber = 11; - private float time_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public float Time { - get { return time_; } - set { - time_ = value; - } - } - - /// Field number for the "DMBBMFFEJGI" field. - public const int DMBBMFFEJGIFieldNumber = 817; - private bool dMBBMFFEJGI_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool DMBBMFFEJGI { - get { return dMBBMFFEJGI_; } - set { - dMBBMFFEJGI_ = value; - } - } - - /// Field number for the "LKEFOLCGFGD" field. - public const int LKEFOLCGFGDFieldNumber = 2; - private global::EggLink.DanhengServer.Proto.PFGAIEBGHCP lKEFOLCGFGD_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.PFGAIEBGHCP LKEFOLCGFGD { - get { return lKEFOLCGFGD_; } - set { - lKEFOLCGFGD_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as DCDNIAJCEHN); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(DCDNIAJCEHN other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (!object.Equals(FNIHJJJGOEE, other.FNIHJJJGOEE)) return false; - if (JLJIGEPLPMH != other.JLJIGEPLPMH) return false; - if (MaxHp != other.MaxHp) return false; - if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(GGBFKENAHOE, other.GGBFKENAHOE)) return false; - if (PLFKOCCDBAG != other.PLFKOCCDBAG) return false; - if (KAMIHNEJMFG != other.KAMIHNEJMFG) return false; - if (Id != other.Id) return false; - if (IDABOFPKOKN != other.IDABOFPKOKN) return false; - if (HDBLELEBKHO != other.HDBLELEBKHO) return false; - if (PNLDLMNKJMK != other.PNLDLMNKJMK) return false; - if (JLCIKBLNENH != other.JLCIKBLNENH) return false; - if (DHELBCIMLGA != other.DHELBCIMLGA) return false; - if (!object.Equals(IAAGGMKGODC, other.IAAGGMKGODC)) return false; - if (DKPNENBHELH != other.DKPNENBHELH) return false; - if (CIPICLLLIJH != other.CIPICLLLIJH) return false; - if (DJOADECJPOB != other.DJOADECJPOB) return false; - if (!object.Equals(GODNAALNOKL, other.GODNAALNOKL)) return false; - if (JIJHAAIHNCN != other.JIJHAAIHNCN) return false; - if (CCLMFABDENA != other.CCLMFABDENA) return false; - if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(MNBEMGNNFOD, other.MNBEMGNNFOD)) return false; - if (TextId != other.TextId) return false; - if (Level != other.Level) return false; - if (Attack != other.Attack) return false; - if (SkillId != other.SkillId) return false; - if (NBKELCHILGG != other.NBKELCHILGG) return false; - if (BuffId != other.BuffId) return false; - if (Hp != other.Hp) return false; - if (!object.Equals(FDNDMHJOHMO, other.FDNDMHJOHMO)) return false; - if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(Time, other.Time)) return false; - if (DMBBMFFEJGI != other.DMBBMFFEJGI) return false; - if (!object.Equals(LKEFOLCGFGD, other.LKEFOLCGFGD)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (fNIHJJJGOEE_ != null) hash ^= FNIHJJJGOEE.GetHashCode(); - if (JLJIGEPLPMH != 0) hash ^= JLJIGEPLPMH.GetHashCode(); - if (MaxHp != 0) hash ^= MaxHp.GetHashCode(); - if (GGBFKENAHOE != 0F) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(GGBFKENAHOE); - if (PLFKOCCDBAG != false) hash ^= PLFKOCCDBAG.GetHashCode(); - if (KAMIHNEJMFG != global::EggLink.DanhengServer.Proto.LKKAJCACIJI.MarbleFactionTypeNone) hash ^= KAMIHNEJMFG.GetHashCode(); - if (Id != 0) hash ^= Id.GetHashCode(); - if (IDABOFPKOKN != 0) hash ^= IDABOFPKOKN.GetHashCode(); - if (HDBLELEBKHO != 0) hash ^= HDBLELEBKHO.GetHashCode(); - if (PNLDLMNKJMK != 0) hash ^= PNLDLMNKJMK.GetHashCode(); - if (JLCIKBLNENH != 0) hash ^= JLCIKBLNENH.GetHashCode(); - if (DHELBCIMLGA != 0) hash ^= DHELBCIMLGA.GetHashCode(); - if (iAAGGMKGODC_ != null) hash ^= IAAGGMKGODC.GetHashCode(); - if (DKPNENBHELH != 0) hash ^= DKPNENBHELH.GetHashCode(); - if (CIPICLLLIJH != 0) hash ^= CIPICLLLIJH.GetHashCode(); - if (DJOADECJPOB != global::EggLink.DanhengServer.Proto.PAJNHIAGODD.MarbleFrameTypeNone) hash ^= DJOADECJPOB.GetHashCode(); - if (gODNAALNOKL_ != null) hash ^= GODNAALNOKL.GetHashCode(); - if (JIJHAAIHNCN != 0) hash ^= JIJHAAIHNCN.GetHashCode(); - if (CCLMFABDENA != global::EggLink.DanhengServer.Proto.FIPPKLCOEGJ.MarbleHpChangeTypeNone) hash ^= CCLMFABDENA.GetHashCode(); - if (MNBEMGNNFOD != 0F) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(MNBEMGNNFOD); - if (TextId != 0) hash ^= TextId.GetHashCode(); - if (Level != 0) hash ^= Level.GetHashCode(); - if (Attack != 0) hash ^= Attack.GetHashCode(); - if (SkillId != 0) hash ^= SkillId.GetHashCode(); - if (NBKELCHILGG != false) hash ^= NBKELCHILGG.GetHashCode(); - if (BuffId != 0) hash ^= BuffId.GetHashCode(); - if (Hp != 0) hash ^= Hp.GetHashCode(); - if (fDNDMHJOHMO_ != null) hash ^= FDNDMHJOHMO.GetHashCode(); - if (Time != 0F) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(Time); - if (DMBBMFFEJGI != false) hash ^= DMBBMFFEJGI.GetHashCode(); - if (lKEFOLCGFGD_ != null) hash ^= LKEFOLCGFGD.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Id != 0) { - output.WriteRawTag(8); - output.WriteUInt32(Id); - } - if (lKEFOLCGFGD_ != null) { - output.WriteRawTag(18); - output.WriteMessage(LKEFOLCGFGD); - } - if (gODNAALNOKL_ != null) { - output.WriteRawTag(26); - output.WriteMessage(GODNAALNOKL); - } - if (fDNDMHJOHMO_ != null) { - output.WriteRawTag(34); - output.WriteMessage(FDNDMHJOHMO); - } - if (CIPICLLLIJH != 0) { - output.WriteRawTag(40); - output.WriteUInt32(CIPICLLLIJH); - } - if (KAMIHNEJMFG != global::EggLink.DanhengServer.Proto.LKKAJCACIJI.MarbleFactionTypeNone) { - output.WriteRawTag(48); - output.WriteEnum((int) KAMIHNEJMFG); - } - if (JLJIGEPLPMH != 0) { - output.WriteRawTag(56); - output.WriteUInt32(JLJIGEPLPMH); - } - if (Hp != 0) { - output.WriteRawTag(64); - output.WriteInt32(Hp); - } - if (Attack != 0) { - output.WriteRawTag(72); - output.WriteInt32(Attack); - } - if (fNIHJJJGOEE_ != null) { - output.WriteRawTag(82); - output.WriteMessage(FNIHJJJGOEE); - } - if (Time != 0F) { - output.WriteRawTag(93); - output.WriteFloat(Time); - } - if (MaxHp != 0) { - output.WriteRawTag(96); - output.WriteInt32(MaxHp); - } - if (iAAGGMKGODC_ != null) { - output.WriteRawTag(106); - output.WriteMessage(IAAGGMKGODC); - } - if (DJOADECJPOB != global::EggLink.DanhengServer.Proto.PAJNHIAGODD.MarbleFrameTypeNone) { - output.WriteRawTag(112); - output.WriteEnum((int) DJOADECJPOB); - } - if (SkillId != 0) { - output.WriteRawTag(120); - output.WriteUInt32(SkillId); - } - if (DHELBCIMLGA != 0) { - output.WriteRawTag(160, 3); - output.WriteUInt32(DHELBCIMLGA); - } - if (IDABOFPKOKN != 0) { - output.WriteRawTag(240, 29); - output.WriteUInt32(IDABOFPKOKN); - } - if (PNLDLMNKJMK != 0) { - output.WriteRawTag(152, 31); - output.WriteUInt32(PNLDLMNKJMK); - } - if (JLCIKBLNENH != 0) { - output.WriteRawTag(144, 37); - output.WriteUInt32(JLCIKBLNENH); - } - if (DMBBMFFEJGI != false) { - output.WriteRawTag(136, 51); - output.WriteBool(DMBBMFFEJGI); - } - if (GGBFKENAHOE != 0F) { - output.WriteRawTag(245, 59); - output.WriteFloat(GGBFKENAHOE); - } - if (CCLMFABDENA != global::EggLink.DanhengServer.Proto.FIPPKLCOEGJ.MarbleHpChangeTypeNone) { - output.WriteRawTag(144, 64); - output.WriteEnum((int) CCLMFABDENA); - } - if (MNBEMGNNFOD != 0F) { - output.WriteRawTag(149, 84); - output.WriteFloat(MNBEMGNNFOD); - } - if (HDBLELEBKHO != 0) { - output.WriteRawTag(192, 91); - output.WriteInt32(HDBLELEBKHO); - } - if (JIJHAAIHNCN != 0) { - output.WriteRawTag(240, 91); - output.WriteUInt32(JIJHAAIHNCN); - } - if (NBKELCHILGG != false) { - output.WriteRawTag(184, 92); - output.WriteBool(NBKELCHILGG); - } - if (TextId != 0) { - output.WriteRawTag(144, 103); - output.WriteUInt32(TextId); - } - if (PLFKOCCDBAG != false) { - output.WriteRawTag(184, 109); - output.WriteBool(PLFKOCCDBAG); - } - if (Level != 0) { - output.WriteRawTag(240, 111); - output.WriteUInt32(Level); - } - if (DKPNENBHELH != 0) { - output.WriteRawTag(248, 112); - output.WriteUInt32(DKPNENBHELH); - } - if (BuffId != 0) { - output.WriteRawTag(144, 127); - output.WriteUInt32(BuffId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Id != 0) { - output.WriteRawTag(8); - output.WriteUInt32(Id); - } - if (lKEFOLCGFGD_ != null) { - output.WriteRawTag(18); - output.WriteMessage(LKEFOLCGFGD); - } - if (gODNAALNOKL_ != null) { - output.WriteRawTag(26); - output.WriteMessage(GODNAALNOKL); - } - if (fDNDMHJOHMO_ != null) { - output.WriteRawTag(34); - output.WriteMessage(FDNDMHJOHMO); - } - if (CIPICLLLIJH != 0) { - output.WriteRawTag(40); - output.WriteUInt32(CIPICLLLIJH); - } - if (KAMIHNEJMFG != global::EggLink.DanhengServer.Proto.LKKAJCACIJI.MarbleFactionTypeNone) { - output.WriteRawTag(48); - output.WriteEnum((int) KAMIHNEJMFG); - } - if (JLJIGEPLPMH != 0) { - output.WriteRawTag(56); - output.WriteUInt32(JLJIGEPLPMH); - } - if (Hp != 0) { - output.WriteRawTag(64); - output.WriteInt32(Hp); - } - if (Attack != 0) { - output.WriteRawTag(72); - output.WriteInt32(Attack); - } - if (fNIHJJJGOEE_ != null) { - output.WriteRawTag(82); - output.WriteMessage(FNIHJJJGOEE); - } - if (Time != 0F) { - output.WriteRawTag(93); - output.WriteFloat(Time); - } - if (MaxHp != 0) { - output.WriteRawTag(96); - output.WriteInt32(MaxHp); - } - if (iAAGGMKGODC_ != null) { - output.WriteRawTag(106); - output.WriteMessage(IAAGGMKGODC); - } - if (DJOADECJPOB != global::EggLink.DanhengServer.Proto.PAJNHIAGODD.MarbleFrameTypeNone) { - output.WriteRawTag(112); - output.WriteEnum((int) DJOADECJPOB); - } - if (SkillId != 0) { - output.WriteRawTag(120); - output.WriteUInt32(SkillId); - } - if (DHELBCIMLGA != 0) { - output.WriteRawTag(160, 3); - output.WriteUInt32(DHELBCIMLGA); - } - if (IDABOFPKOKN != 0) { - output.WriteRawTag(240, 29); - output.WriteUInt32(IDABOFPKOKN); - } - if (PNLDLMNKJMK != 0) { - output.WriteRawTag(152, 31); - output.WriteUInt32(PNLDLMNKJMK); - } - if (JLCIKBLNENH != 0) { - output.WriteRawTag(144, 37); - output.WriteUInt32(JLCIKBLNENH); - } - if (DMBBMFFEJGI != false) { - output.WriteRawTag(136, 51); - output.WriteBool(DMBBMFFEJGI); - } - if (GGBFKENAHOE != 0F) { - output.WriteRawTag(245, 59); - output.WriteFloat(GGBFKENAHOE); - } - if (CCLMFABDENA != global::EggLink.DanhengServer.Proto.FIPPKLCOEGJ.MarbleHpChangeTypeNone) { - output.WriteRawTag(144, 64); - output.WriteEnum((int) CCLMFABDENA); - } - if (MNBEMGNNFOD != 0F) { - output.WriteRawTag(149, 84); - output.WriteFloat(MNBEMGNNFOD); - } - if (HDBLELEBKHO != 0) { - output.WriteRawTag(192, 91); - output.WriteInt32(HDBLELEBKHO); - } - if (JIJHAAIHNCN != 0) { - output.WriteRawTag(240, 91); - output.WriteUInt32(JIJHAAIHNCN); - } - if (NBKELCHILGG != false) { - output.WriteRawTag(184, 92); - output.WriteBool(NBKELCHILGG); - } - if (TextId != 0) { - output.WriteRawTag(144, 103); - output.WriteUInt32(TextId); - } - if (PLFKOCCDBAG != false) { - output.WriteRawTag(184, 109); - output.WriteBool(PLFKOCCDBAG); - } - if (Level != 0) { - output.WriteRawTag(240, 111); - output.WriteUInt32(Level); - } - if (DKPNENBHELH != 0) { - output.WriteRawTag(248, 112); - output.WriteUInt32(DKPNENBHELH); - } - if (BuffId != 0) { - output.WriteRawTag(144, 127); - output.WriteUInt32(BuffId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (fNIHJJJGOEE_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(FNIHJJJGOEE); - } - if (JLJIGEPLPMH != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JLJIGEPLPMH); - } - if (MaxHp != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(MaxHp); - } - if (GGBFKENAHOE != 0F) { - size += 2 + 4; - } - if (PLFKOCCDBAG != false) { - size += 2 + 1; - } - if (KAMIHNEJMFG != global::EggLink.DanhengServer.Proto.LKKAJCACIJI.MarbleFactionTypeNone) { - size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) KAMIHNEJMFG); - } - if (Id != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Id); - } - if (IDABOFPKOKN != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(IDABOFPKOKN); - } - if (HDBLELEBKHO != 0) { - size += 2 + pb::CodedOutputStream.ComputeInt32Size(HDBLELEBKHO); - } - if (PNLDLMNKJMK != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(PNLDLMNKJMK); - } - if (JLCIKBLNENH != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(JLCIKBLNENH); - } - if (DHELBCIMLGA != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(DHELBCIMLGA); - } - if (iAAGGMKGODC_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(IAAGGMKGODC); - } - if (DKPNENBHELH != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(DKPNENBHELH); - } - if (CIPICLLLIJH != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CIPICLLLIJH); - } - if (DJOADECJPOB != global::EggLink.DanhengServer.Proto.PAJNHIAGODD.MarbleFrameTypeNone) { - size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) DJOADECJPOB); - } - if (gODNAALNOKL_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(GODNAALNOKL); - } - if (JIJHAAIHNCN != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(JIJHAAIHNCN); - } - if (CCLMFABDENA != global::EggLink.DanhengServer.Proto.FIPPKLCOEGJ.MarbleHpChangeTypeNone) { - size += 2 + pb::CodedOutputStream.ComputeEnumSize((int) CCLMFABDENA); - } - if (MNBEMGNNFOD != 0F) { - size += 2 + 4; - } - if (TextId != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(TextId); - } - if (Level != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(Level); - } - if (Attack != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Attack); - } - if (SkillId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SkillId); - } - if (NBKELCHILGG != false) { - size += 2 + 1; - } - if (BuffId != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(BuffId); - } - if (Hp != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Hp); - } - if (fDNDMHJOHMO_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(FDNDMHJOHMO); - } - if (Time != 0F) { - size += 1 + 4; - } - if (DMBBMFFEJGI != false) { - size += 2 + 1; - } - if (lKEFOLCGFGD_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(LKEFOLCGFGD); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(DCDNIAJCEHN other) { - if (other == null) { - return; - } - if (other.fNIHJJJGOEE_ != null) { - if (fNIHJJJGOEE_ == null) { - FNIHJJJGOEE = new global::EggLink.DanhengServer.Proto.PFGAIEBGHCP(); - } - FNIHJJJGOEE.MergeFrom(other.FNIHJJJGOEE); - } - if (other.JLJIGEPLPMH != 0) { - JLJIGEPLPMH = other.JLJIGEPLPMH; - } - if (other.MaxHp != 0) { - MaxHp = other.MaxHp; - } - if (other.GGBFKENAHOE != 0F) { - GGBFKENAHOE = other.GGBFKENAHOE; - } - if (other.PLFKOCCDBAG != false) { - PLFKOCCDBAG = other.PLFKOCCDBAG; - } - if (other.KAMIHNEJMFG != global::EggLink.DanhengServer.Proto.LKKAJCACIJI.MarbleFactionTypeNone) { - KAMIHNEJMFG = other.KAMIHNEJMFG; - } - if (other.Id != 0) { - Id = other.Id; - } - if (other.IDABOFPKOKN != 0) { - IDABOFPKOKN = other.IDABOFPKOKN; - } - if (other.HDBLELEBKHO != 0) { - HDBLELEBKHO = other.HDBLELEBKHO; - } - if (other.PNLDLMNKJMK != 0) { - PNLDLMNKJMK = other.PNLDLMNKJMK; - } - if (other.JLCIKBLNENH != 0) { - JLCIKBLNENH = other.JLCIKBLNENH; - } - if (other.DHELBCIMLGA != 0) { - DHELBCIMLGA = other.DHELBCIMLGA; - } - if (other.iAAGGMKGODC_ != null) { - if (iAAGGMKGODC_ == null) { - IAAGGMKGODC = new global::EggLink.DanhengServer.Proto.PFGAIEBGHCP(); - } - IAAGGMKGODC.MergeFrom(other.IAAGGMKGODC); - } - if (other.DKPNENBHELH != 0) { - DKPNENBHELH = other.DKPNENBHELH; - } - if (other.CIPICLLLIJH != 0) { - CIPICLLLIJH = other.CIPICLLLIJH; - } - if (other.DJOADECJPOB != global::EggLink.DanhengServer.Proto.PAJNHIAGODD.MarbleFrameTypeNone) { - DJOADECJPOB = other.DJOADECJPOB; - } - if (other.gODNAALNOKL_ != null) { - if (gODNAALNOKL_ == null) { - GODNAALNOKL = new global::EggLink.DanhengServer.Proto.PFGAIEBGHCP(); - } - GODNAALNOKL.MergeFrom(other.GODNAALNOKL); - } - if (other.JIJHAAIHNCN != 0) { - JIJHAAIHNCN = other.JIJHAAIHNCN; - } - if (other.CCLMFABDENA != global::EggLink.DanhengServer.Proto.FIPPKLCOEGJ.MarbleHpChangeTypeNone) { - CCLMFABDENA = other.CCLMFABDENA; - } - if (other.MNBEMGNNFOD != 0F) { - MNBEMGNNFOD = other.MNBEMGNNFOD; - } - if (other.TextId != 0) { - TextId = other.TextId; - } - if (other.Level != 0) { - Level = other.Level; - } - if (other.Attack != 0) { - Attack = other.Attack; - } - if (other.SkillId != 0) { - SkillId = other.SkillId; - } - if (other.NBKELCHILGG != false) { - NBKELCHILGG = other.NBKELCHILGG; - } - if (other.BuffId != 0) { - BuffId = other.BuffId; - } - if (other.Hp != 0) { - Hp = other.Hp; - } - if (other.fDNDMHJOHMO_ != null) { - if (fDNDMHJOHMO_ == null) { - FDNDMHJOHMO = new global::EggLink.DanhengServer.Proto.PFGAIEBGHCP(); - } - FDNDMHJOHMO.MergeFrom(other.FDNDMHJOHMO); - } - if (other.Time != 0F) { - Time = other.Time; - } - if (other.DMBBMFFEJGI != false) { - DMBBMFFEJGI = other.DMBBMFFEJGI; - } - if (other.lKEFOLCGFGD_ != null) { - if (lKEFOLCGFGD_ == null) { - LKEFOLCGFGD = new global::EggLink.DanhengServer.Proto.PFGAIEBGHCP(); - } - LKEFOLCGFGD.MergeFrom(other.LKEFOLCGFGD); - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - Id = input.ReadUInt32(); - break; - } - case 18: { - if (lKEFOLCGFGD_ == null) { - LKEFOLCGFGD = new global::EggLink.DanhengServer.Proto.PFGAIEBGHCP(); - } - input.ReadMessage(LKEFOLCGFGD); - break; - } - case 26: { - if (gODNAALNOKL_ == null) { - GODNAALNOKL = new global::EggLink.DanhengServer.Proto.PFGAIEBGHCP(); - } - input.ReadMessage(GODNAALNOKL); - break; - } - case 34: { - if (fDNDMHJOHMO_ == null) { - FDNDMHJOHMO = new global::EggLink.DanhengServer.Proto.PFGAIEBGHCP(); - } - input.ReadMessage(FDNDMHJOHMO); - break; - } - case 40: { - CIPICLLLIJH = input.ReadUInt32(); - break; - } - case 48: { - KAMIHNEJMFG = (global::EggLink.DanhengServer.Proto.LKKAJCACIJI) input.ReadEnum(); - break; - } - case 56: { - JLJIGEPLPMH = input.ReadUInt32(); - break; - } - case 64: { - Hp = input.ReadInt32(); - break; - } - case 72: { - Attack = input.ReadInt32(); - break; - } - case 82: { - if (fNIHJJJGOEE_ == null) { - FNIHJJJGOEE = new global::EggLink.DanhengServer.Proto.PFGAIEBGHCP(); - } - input.ReadMessage(FNIHJJJGOEE); - break; - } - case 93: { - Time = input.ReadFloat(); - break; - } - case 96: { - MaxHp = input.ReadInt32(); - break; - } - case 106: { - if (iAAGGMKGODC_ == null) { - IAAGGMKGODC = new global::EggLink.DanhengServer.Proto.PFGAIEBGHCP(); - } - input.ReadMessage(IAAGGMKGODC); - break; - } - case 112: { - DJOADECJPOB = (global::EggLink.DanhengServer.Proto.PAJNHIAGODD) input.ReadEnum(); - break; - } - case 120: { - SkillId = input.ReadUInt32(); - break; - } - case 416: { - DHELBCIMLGA = input.ReadUInt32(); - break; - } - case 3824: { - IDABOFPKOKN = input.ReadUInt32(); - break; - } - case 3992: { - PNLDLMNKJMK = input.ReadUInt32(); - break; - } - case 4752: { - JLCIKBLNENH = input.ReadUInt32(); - break; - } - case 6536: { - DMBBMFFEJGI = input.ReadBool(); - break; - } - case 7669: { - GGBFKENAHOE = input.ReadFloat(); - break; - } - case 8208: { - CCLMFABDENA = (global::EggLink.DanhengServer.Proto.FIPPKLCOEGJ) input.ReadEnum(); - break; - } - case 10773: { - MNBEMGNNFOD = input.ReadFloat(); - break; - } - case 11712: { - HDBLELEBKHO = input.ReadInt32(); - break; - } - case 11760: { - JIJHAAIHNCN = input.ReadUInt32(); - break; - } - case 11832: { - NBKELCHILGG = input.ReadBool(); - break; - } - case 13200: { - TextId = input.ReadUInt32(); - break; - } - case 14008: { - PLFKOCCDBAG = input.ReadBool(); - break; - } - case 14320: { - Level = input.ReadUInt32(); - break; - } - case 14456: { - DKPNENBHELH = input.ReadUInt32(); - break; - } - case 16272: { - BuffId = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - Id = input.ReadUInt32(); - break; - } - case 18: { - if (lKEFOLCGFGD_ == null) { - LKEFOLCGFGD = new global::EggLink.DanhengServer.Proto.PFGAIEBGHCP(); - } - input.ReadMessage(LKEFOLCGFGD); - break; - } - case 26: { - if (gODNAALNOKL_ == null) { - GODNAALNOKL = new global::EggLink.DanhengServer.Proto.PFGAIEBGHCP(); - } - input.ReadMessage(GODNAALNOKL); - break; - } - case 34: { - if (fDNDMHJOHMO_ == null) { - FDNDMHJOHMO = new global::EggLink.DanhengServer.Proto.PFGAIEBGHCP(); - } - input.ReadMessage(FDNDMHJOHMO); - break; - } - case 40: { - CIPICLLLIJH = input.ReadUInt32(); - break; - } - case 48: { - KAMIHNEJMFG = (global::EggLink.DanhengServer.Proto.LKKAJCACIJI) input.ReadEnum(); - break; - } - case 56: { - JLJIGEPLPMH = input.ReadUInt32(); - break; - } - case 64: { - Hp = input.ReadInt32(); - break; - } - case 72: { - Attack = input.ReadInt32(); - break; - } - case 82: { - if (fNIHJJJGOEE_ == null) { - FNIHJJJGOEE = new global::EggLink.DanhengServer.Proto.PFGAIEBGHCP(); - } - input.ReadMessage(FNIHJJJGOEE); - break; - } - case 93: { - Time = input.ReadFloat(); - break; - } - case 96: { - MaxHp = input.ReadInt32(); - break; - } - case 106: { - if (iAAGGMKGODC_ == null) { - IAAGGMKGODC = new global::EggLink.DanhengServer.Proto.PFGAIEBGHCP(); - } - input.ReadMessage(IAAGGMKGODC); - break; - } - case 112: { - DJOADECJPOB = (global::EggLink.DanhengServer.Proto.PAJNHIAGODD) input.ReadEnum(); - break; - } - case 120: { - SkillId = input.ReadUInt32(); - break; - } - case 416: { - DHELBCIMLGA = input.ReadUInt32(); - break; - } - case 3824: { - IDABOFPKOKN = input.ReadUInt32(); - break; - } - case 3992: { - PNLDLMNKJMK = input.ReadUInt32(); - break; - } - case 4752: { - JLCIKBLNENH = input.ReadUInt32(); - break; - } - case 6536: { - DMBBMFFEJGI = input.ReadBool(); - break; - } - case 7669: { - GGBFKENAHOE = input.ReadFloat(); - break; - } - case 8208: { - CCLMFABDENA = (global::EggLink.DanhengServer.Proto.FIPPKLCOEGJ) input.ReadEnum(); - break; - } - case 10773: { - MNBEMGNNFOD = input.ReadFloat(); - break; - } - case 11712: { - HDBLELEBKHO = input.ReadInt32(); - break; - } - case 11760: { - JIJHAAIHNCN = input.ReadUInt32(); - break; - } - case 11832: { - NBKELCHILGG = input.ReadBool(); - break; - } - case 13200: { - TextId = input.ReadUInt32(); - break; - } - case 14008: { - PLFKOCCDBAG = input.ReadBool(); - break; - } - case 14320: { - Level = input.ReadUInt32(); - break; - } - case 14456: { - DKPNENBHELH = input.ReadUInt32(); - break; - } - case 16272: { - BuffId = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/DEINADPEHKE.cs b/Proto/DEINADPEHKE.cs index 631ac7f2..ff44ec33 100644 --- a/Proto/DEINADPEHKE.cs +++ b/Proto/DEINADPEHKE.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static DEINADPEHKEReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFERUlOQURQRUhLRS5wcm90byJhCgtERUlOQURQRUhLRRITCgtKUEFDT0JH", - "QkRCRxgLIAMoDRITCgtPRkdGSENMRE9CRxgOIAEoDRITCgtMRkZDTU5BSEJE", - "UBgPIAEoAxITCgtQTkFLSE5CREpBRRgNIAEoDUIeqgIbRWdnTGluay5EYW5o", - "ZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "ChFERUlOQURQRUhLRS5wcm90byJMCgtERUlOQURQRUhLRRITCgtPRkdGSENM", + "RE9CRxgOIAEoDRITCgtKUEFDT0JHQkRCRxgLIAMoDRITCgtQTkFLSE5CREpB", + "RRgNIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90", + "bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DEINADPEHKE), global::EggLink.DanhengServer.Proto.DEINADPEHKE.Parser, new[]{ "JPACOBGBDBG", "OFGFHCLDOBG", "LFFCMNAHBDP", "PNAKHNBDJAE" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DEINADPEHKE), global::EggLink.DanhengServer.Proto.DEINADPEHKE.Parser, new[]{ "OFGFHCLDOBG", "JPACOBGBDBG", "PNAKHNBDJAE" }, null, null, null, null) })); } #endregion @@ -73,9 +73,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public DEINADPEHKE(DEINADPEHKE other) : this() { - jPACOBGBDBG_ = other.jPACOBGBDBG_.Clone(); oFGFHCLDOBG_ = other.oFGFHCLDOBG_; - lFFCMNAHBDP_ = other.lFFCMNAHBDP_; + jPACOBGBDBG_ = other.jPACOBGBDBG_.Clone(); pNAKHNBDJAE_ = other.pNAKHNBDJAE_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -86,17 +85,6 @@ namespace EggLink.DanhengServer.Proto { return new DEINADPEHKE(this); } - /// Field number for the "JPACOBGBDBG" field. - public const int JPACOBGBDBGFieldNumber = 11; - private static readonly pb::FieldCodec _repeated_jPACOBGBDBG_codec - = pb::FieldCodec.ForUInt32(90); - private readonly pbc::RepeatedField jPACOBGBDBG_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField JPACOBGBDBG { - get { return jPACOBGBDBG_; } - } - /// Field number for the "OFGFHCLDOBG" field. public const int OFGFHCLDOBGFieldNumber = 14; private uint oFGFHCLDOBG_; @@ -109,16 +97,15 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "LFFCMNAHBDP" field. - public const int LFFCMNAHBDPFieldNumber = 15; - private long lFFCMNAHBDP_; + /// Field number for the "JPACOBGBDBG" field. + public const int JPACOBGBDBGFieldNumber = 11; + private static readonly pb::FieldCodec _repeated_jPACOBGBDBG_codec + = pb::FieldCodec.ForUInt32(90); + private readonly pbc::RepeatedField jPACOBGBDBG_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public long LFFCMNAHBDP { - get { return lFFCMNAHBDP_; } - set { - lFFCMNAHBDP_ = value; - } + public pbc::RepeatedField JPACOBGBDBG { + get { return jPACOBGBDBG_; } } /// Field number for the "PNAKHNBDJAE" field. @@ -148,9 +135,8 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if(!jPACOBGBDBG_.Equals(other.jPACOBGBDBG_)) return false; if (OFGFHCLDOBG != other.OFGFHCLDOBG) return false; - if (LFFCMNAHBDP != other.LFFCMNAHBDP) return false; + if(!jPACOBGBDBG_.Equals(other.jPACOBGBDBG_)) return false; if (PNAKHNBDJAE != other.PNAKHNBDJAE) return false; return Equals(_unknownFields, other._unknownFields); } @@ -159,9 +145,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - hash ^= jPACOBGBDBG_.GetHashCode(); if (OFGFHCLDOBG != 0) hash ^= OFGFHCLDOBG.GetHashCode(); - if (LFFCMNAHBDP != 0L) hash ^= LFFCMNAHBDP.GetHashCode(); + hash ^= jPACOBGBDBG_.GetHashCode(); if (PNAKHNBDJAE != 0) hash ^= PNAKHNBDJAE.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); @@ -190,10 +175,6 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(112); output.WriteUInt32(OFGFHCLDOBG); } - if (LFFCMNAHBDP != 0L) { - output.WriteRawTag(120); - output.WriteInt64(LFFCMNAHBDP); - } if (_unknownFields != null) { _unknownFields.WriteTo(output); } @@ -213,10 +194,6 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(112); output.WriteUInt32(OFGFHCLDOBG); } - if (LFFCMNAHBDP != 0L) { - output.WriteRawTag(120); - output.WriteInt64(LFFCMNAHBDP); - } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); } @@ -227,13 +204,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - size += jPACOBGBDBG_.CalculateSize(_repeated_jPACOBGBDBG_codec); if (OFGFHCLDOBG != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OFGFHCLDOBG); } - if (LFFCMNAHBDP != 0L) { - size += 1 + pb::CodedOutputStream.ComputeInt64Size(LFFCMNAHBDP); - } + size += jPACOBGBDBG_.CalculateSize(_repeated_jPACOBGBDBG_codec); if (PNAKHNBDJAE != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PNAKHNBDJAE); } @@ -249,13 +223,10 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - jPACOBGBDBG_.Add(other.jPACOBGBDBG_); if (other.OFGFHCLDOBG != 0) { OFGFHCLDOBG = other.OFGFHCLDOBG; } - if (other.LFFCMNAHBDP != 0L) { - LFFCMNAHBDP = other.LFFCMNAHBDP; - } + jPACOBGBDBG_.Add(other.jPACOBGBDBG_); if (other.PNAKHNBDJAE != 0) { PNAKHNBDJAE = other.PNAKHNBDJAE; } @@ -287,10 +258,6 @@ namespace EggLink.DanhengServer.Proto { OFGFHCLDOBG = input.ReadUInt32(); break; } - case 120: { - LFFCMNAHBDP = input.ReadInt64(); - break; - } } } #endif @@ -319,10 +286,6 @@ namespace EggLink.DanhengServer.Proto { OFGFHCLDOBG = input.ReadUInt32(); break; } - case 120: { - LFFCMNAHBDP = input.ReadInt64(); - break; - } } } } diff --git a/Proto/DHAHAKMPNAF.cs b/Proto/DHAHAKMPNAF.cs index d10d7513..0a3ce8e4 100644 --- a/Proto/DHAHAKMPNAF.cs +++ b/Proto/DHAHAKMPNAF.cs @@ -24,20 +24,20 @@ namespace EggLink.DanhengServer.Proto { static DHAHAKMPNAFReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFESEFIQUtNUE5BRi5wcm90bxoRSklFTktGQURDSEUucHJvdG8aFURldmVs", - "b3BtZW50VHlwZS5wcm90bxoRSU9KSEpBSElNSE0ucHJvdG8aEU1FRUhDQkdE", - "QkVBLnByb3RvIp4CCgtESEFIQUtNUE5BRhIkCgtMSUlCQkdHRUhGUBiFAiAB", - "KAsyDC5JT0pISkFISU1ITUgAEiQKC0lLRkZPQkFNR0hKGPIJIAEoCzIMLk1F", - "RUhDQkdEQkVBSAASFAoJYXZhdGFyX2lkGLYIIAEoDUgAEhYKC01ETUdLSExI", - "SUlOGPYBIAEoDUgAEhYKC0NLS05OSE1EQ09HGIwBIAEoDUgAEiQKC0lFTEhM", - "QkZGQUdLGJ0BIAEoCzIMLkpJRU5LRkFEQ0hFSAASEwoIcGFuZWxfaWQYswQg", - "ASgNSAASJQoLRUpITU5LSEVQRkEYByABKA4yEC5EZXZlbG9wbWVudFR5cGUS", - "DAoEdGltZRgEIAEoA0INCgtQQUVDRE9LTFBGR0IeqgIbRWdnTGluay5EYW5o", + "ChFESEFIQUtNUE5BRi5wcm90bxoRSU9KSEpBSElNSE0ucHJvdG8aEUpJRU5L", + "RkFEQ0hFLnByb3RvGhVEZXZlbG9wbWVudFR5cGUucHJvdG8aEU1FRUhDQkdE", + "QkVBLnByb3RvIp4CCgtESEFIQUtNUE5BRhIlCgtFSkhNTktIRVBGQRgHIAEo", + "DjIQLkRldmVsb3BtZW50VHlwZRIMCgR0aW1lGAQgASgDEiQKC0xJSUJCR0dF", + "SEZQGIUCIAEoCzIMLklPSkhKQUhJTUhNSAASJAoLSUtGRk9CQU1HSEoY8gkg", + "ASgLMgwuTUVFSENCR0RCRUFIABIUCglhdmF0YXJfaWQYtgggASgNSAASFgoL", + "TURNR0tITEhJSU4Y9gEgASgNSAASFgoLQ0tLTk5ITURDT0cYjAEgASgNSAAS", + "JAoLSUVMSExCRkZBR0sYnQEgASgLMgwuSklFTktGQURDSEVIABITCghwYW5l", + "bF9pZBizBCABKA1IAEINCgtGTUpERE5FREtHRkIeqgIbRWdnTGluay5EYW5o", "ZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.JIENKFADCHEReflection.Descriptor, global::EggLink.DanhengServer.Proto.DevelopmentTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.IOJHJAHIMHMReflection.Descriptor, global::EggLink.DanhengServer.Proto.MEEHCBGDBEAReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.IOJHJAHIMHMReflection.Descriptor, global::EggLink.DanhengServer.Proto.JIENKFADCHEReflection.Descriptor, global::EggLink.DanhengServer.Proto.DevelopmentTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.MEEHCBGDBEAReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DHAHAKMPNAF), global::EggLink.DanhengServer.Proto.DHAHAKMPNAF.Parser, new[]{ "LIIBBGGEHFP", "IKFFOBAMGHJ", "AvatarId", "MDMGKHLHIIN", "CKKNNHMDCOG", "IELHLBFFAGK", "PanelId", "EJHMNKHEPFA", "Time" }, new[]{ "PAECDOKLPFG" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DHAHAKMPNAF), global::EggLink.DanhengServer.Proto.DHAHAKMPNAF.Parser, new[]{ "EJHMNKHEPFA", "Time", "LIIBBGGEHFP", "IKFFOBAMGHJ", "AvatarId", "MDMGKHLHIIN", "CKKNNHMDCOG", "IELHLBFFAGK", "PanelId" }, new[]{ "FMJDDNEDKGF" }, null, null, null) })); } #endregion @@ -81,26 +81,26 @@ namespace EggLink.DanhengServer.Proto { public DHAHAKMPNAF(DHAHAKMPNAF other) : this() { eJHMNKHEPFA_ = other.eJHMNKHEPFA_; time_ = other.time_; - switch (other.PAECDOKLPFGCase) { - case PAECDOKLPFGOneofCase.LIIBBGGEHFP: + switch (other.FMJDDNEDKGFCase) { + case FMJDDNEDKGFOneofCase.LIIBBGGEHFP: LIIBBGGEHFP = other.LIIBBGGEHFP.Clone(); break; - case PAECDOKLPFGOneofCase.IKFFOBAMGHJ: + case FMJDDNEDKGFOneofCase.IKFFOBAMGHJ: IKFFOBAMGHJ = other.IKFFOBAMGHJ.Clone(); break; - case PAECDOKLPFGOneofCase.AvatarId: + case FMJDDNEDKGFOneofCase.AvatarId: AvatarId = other.AvatarId; break; - case PAECDOKLPFGOneofCase.MDMGKHLHIIN: + case FMJDDNEDKGFOneofCase.MDMGKHLHIIN: MDMGKHLHIIN = other.MDMGKHLHIIN; break; - case PAECDOKLPFGOneofCase.CKKNNHMDCOG: + case FMJDDNEDKGFOneofCase.CKKNNHMDCOG: CKKNNHMDCOG = other.CKKNNHMDCOG; break; - case PAECDOKLPFGOneofCase.IELHLBFFAGK: + case FMJDDNEDKGFOneofCase.IELHLBFFAGK: IELHLBFFAGK = other.IELHLBFFAGK.Clone(); break; - case PAECDOKLPFGOneofCase.PanelId: + case FMJDDNEDKGFOneofCase.PanelId: PanelId = other.PanelId; break; } @@ -114,146 +114,6 @@ namespace EggLink.DanhengServer.Proto { return new DHAHAKMPNAF(this); } - /// Field number for the "LIIBBGGEHFP" field. - public const int LIIBBGGEHFPFieldNumber = 261; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.IOJHJAHIMHM LIIBBGGEHFP { - get { return pAECDOKLPFGCase_ == PAECDOKLPFGOneofCase.LIIBBGGEHFP ? (global::EggLink.DanhengServer.Proto.IOJHJAHIMHM) pAECDOKLPFG_ : null; } - set { - pAECDOKLPFG_ = value; - pAECDOKLPFGCase_ = value == null ? PAECDOKLPFGOneofCase.None : PAECDOKLPFGOneofCase.LIIBBGGEHFP; - } - } - - /// Field number for the "IKFFOBAMGHJ" field. - public const int IKFFOBAMGHJFieldNumber = 1266; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.MEEHCBGDBEA IKFFOBAMGHJ { - get { return pAECDOKLPFGCase_ == PAECDOKLPFGOneofCase.IKFFOBAMGHJ ? (global::EggLink.DanhengServer.Proto.MEEHCBGDBEA) pAECDOKLPFG_ : null; } - set { - pAECDOKLPFG_ = value; - pAECDOKLPFGCase_ = value == null ? PAECDOKLPFGOneofCase.None : PAECDOKLPFGOneofCase.IKFFOBAMGHJ; - } - } - - /// Field number for the "avatar_id" field. - public const int AvatarIdFieldNumber = 1078; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint AvatarId { - get { return HasAvatarId ? (uint) pAECDOKLPFG_ : 0; } - set { - pAECDOKLPFG_ = value; - pAECDOKLPFGCase_ = PAECDOKLPFGOneofCase.AvatarId; - } - } - /// Gets whether the "avatar_id" field is set - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool HasAvatarId { - get { return pAECDOKLPFGCase_ == PAECDOKLPFGOneofCase.AvatarId; } - } - /// Clears the value of the oneof if it's currently set to "avatar_id" - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearAvatarId() { - if (HasAvatarId) { - ClearPAECDOKLPFG(); - } - } - - /// Field number for the "MDMGKHLHIIN" field. - public const int MDMGKHLHIINFieldNumber = 246; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint MDMGKHLHIIN { - get { return HasMDMGKHLHIIN ? (uint) pAECDOKLPFG_ : 0; } - set { - pAECDOKLPFG_ = value; - pAECDOKLPFGCase_ = PAECDOKLPFGOneofCase.MDMGKHLHIIN; - } - } - /// Gets whether the "MDMGKHLHIIN" field is set - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool HasMDMGKHLHIIN { - get { return pAECDOKLPFGCase_ == PAECDOKLPFGOneofCase.MDMGKHLHIIN; } - } - /// Clears the value of the oneof if it's currently set to "MDMGKHLHIIN" - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearMDMGKHLHIIN() { - if (HasMDMGKHLHIIN) { - ClearPAECDOKLPFG(); - } - } - - /// Field number for the "CKKNNHMDCOG" field. - public const int CKKNNHMDCOGFieldNumber = 140; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint CKKNNHMDCOG { - get { return HasCKKNNHMDCOG ? (uint) pAECDOKLPFG_ : 0; } - set { - pAECDOKLPFG_ = value; - pAECDOKLPFGCase_ = PAECDOKLPFGOneofCase.CKKNNHMDCOG; - } - } - /// Gets whether the "CKKNNHMDCOG" field is set - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool HasCKKNNHMDCOG { - get { return pAECDOKLPFGCase_ == PAECDOKLPFGOneofCase.CKKNNHMDCOG; } - } - /// Clears the value of the oneof if it's currently set to "CKKNNHMDCOG" - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearCKKNNHMDCOG() { - if (HasCKKNNHMDCOG) { - ClearPAECDOKLPFG(); - } - } - - /// Field number for the "IELHLBFFAGK" field. - public const int IELHLBFFAGKFieldNumber = 157; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.JIENKFADCHE IELHLBFFAGK { - get { return pAECDOKLPFGCase_ == PAECDOKLPFGOneofCase.IELHLBFFAGK ? (global::EggLink.DanhengServer.Proto.JIENKFADCHE) pAECDOKLPFG_ : null; } - set { - pAECDOKLPFG_ = value; - pAECDOKLPFGCase_ = value == null ? PAECDOKLPFGOneofCase.None : PAECDOKLPFGOneofCase.IELHLBFFAGK; - } - } - - /// Field number for the "panel_id" field. - public const int PanelIdFieldNumber = 563; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint PanelId { - get { return HasPanelId ? (uint) pAECDOKLPFG_ : 0; } - set { - pAECDOKLPFG_ = value; - pAECDOKLPFGCase_ = PAECDOKLPFGOneofCase.PanelId; - } - } - /// Gets whether the "panel_id" field is set - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool HasPanelId { - get { return pAECDOKLPFGCase_ == PAECDOKLPFGOneofCase.PanelId; } - } - /// Clears the value of the oneof if it's currently set to "panel_id" - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearPanelId() { - if (HasPanelId) { - ClearPAECDOKLPFG(); - } - } - /// Field number for the "EJHMNKHEPFA" field. public const int EJHMNKHEPFAFieldNumber = 7; private global::EggLink.DanhengServer.Proto.DevelopmentType eJHMNKHEPFA_ = global::EggLink.DanhengServer.Proto.DevelopmentType.DevelopmentNone; @@ -278,9 +138,149 @@ namespace EggLink.DanhengServer.Proto { } } - private object pAECDOKLPFG_; - /// Enum of possible cases for the "PAECDOKLPFG" oneof. - public enum PAECDOKLPFGOneofCase { + /// Field number for the "LIIBBGGEHFP" field. + public const int LIIBBGGEHFPFieldNumber = 261; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.IOJHJAHIMHM LIIBBGGEHFP { + get { return fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.LIIBBGGEHFP ? (global::EggLink.DanhengServer.Proto.IOJHJAHIMHM) fMJDDNEDKGF_ : null; } + set { + fMJDDNEDKGF_ = value; + fMJDDNEDKGFCase_ = value == null ? FMJDDNEDKGFOneofCase.None : FMJDDNEDKGFOneofCase.LIIBBGGEHFP; + } + } + + /// Field number for the "IKFFOBAMGHJ" field. + public const int IKFFOBAMGHJFieldNumber = 1266; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.MEEHCBGDBEA IKFFOBAMGHJ { + get { return fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.IKFFOBAMGHJ ? (global::EggLink.DanhengServer.Proto.MEEHCBGDBEA) fMJDDNEDKGF_ : null; } + set { + fMJDDNEDKGF_ = value; + fMJDDNEDKGFCase_ = value == null ? FMJDDNEDKGFOneofCase.None : FMJDDNEDKGFOneofCase.IKFFOBAMGHJ; + } + } + + /// Field number for the "avatar_id" field. + public const int AvatarIdFieldNumber = 1078; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public uint AvatarId { + get { return HasAvatarId ? (uint) fMJDDNEDKGF_ : 0; } + set { + fMJDDNEDKGF_ = value; + fMJDDNEDKGFCase_ = FMJDDNEDKGFOneofCase.AvatarId; + } + } + /// Gets whether the "avatar_id" field is set + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool HasAvatarId { + get { return fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.AvatarId; } + } + /// Clears the value of the oneof if it's currently set to "avatar_id" + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void ClearAvatarId() { + if (HasAvatarId) { + ClearFMJDDNEDKGF(); + } + } + + /// Field number for the "MDMGKHLHIIN" field. + public const int MDMGKHLHIINFieldNumber = 246; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public uint MDMGKHLHIIN { + get { return HasMDMGKHLHIIN ? (uint) fMJDDNEDKGF_ : 0; } + set { + fMJDDNEDKGF_ = value; + fMJDDNEDKGFCase_ = FMJDDNEDKGFOneofCase.MDMGKHLHIIN; + } + } + /// Gets whether the "MDMGKHLHIIN" field is set + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool HasMDMGKHLHIIN { + get { return fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.MDMGKHLHIIN; } + } + /// Clears the value of the oneof if it's currently set to "MDMGKHLHIIN" + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void ClearMDMGKHLHIIN() { + if (HasMDMGKHLHIIN) { + ClearFMJDDNEDKGF(); + } + } + + /// Field number for the "CKKNNHMDCOG" field. + public const int CKKNNHMDCOGFieldNumber = 140; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public uint CKKNNHMDCOG { + get { return HasCKKNNHMDCOG ? (uint) fMJDDNEDKGF_ : 0; } + set { + fMJDDNEDKGF_ = value; + fMJDDNEDKGFCase_ = FMJDDNEDKGFOneofCase.CKKNNHMDCOG; + } + } + /// Gets whether the "CKKNNHMDCOG" field is set + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool HasCKKNNHMDCOG { + get { return fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.CKKNNHMDCOG; } + } + /// Clears the value of the oneof if it's currently set to "CKKNNHMDCOG" + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void ClearCKKNNHMDCOG() { + if (HasCKKNNHMDCOG) { + ClearFMJDDNEDKGF(); + } + } + + /// Field number for the "IELHLBFFAGK" field. + public const int IELHLBFFAGKFieldNumber = 157; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.JIENKFADCHE IELHLBFFAGK { + get { return fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.IELHLBFFAGK ? (global::EggLink.DanhengServer.Proto.JIENKFADCHE) fMJDDNEDKGF_ : null; } + set { + fMJDDNEDKGF_ = value; + fMJDDNEDKGFCase_ = value == null ? FMJDDNEDKGFOneofCase.None : FMJDDNEDKGFOneofCase.IELHLBFFAGK; + } + } + + /// Field number for the "panel_id" field. + public const int PanelIdFieldNumber = 563; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public uint PanelId { + get { return HasPanelId ? (uint) fMJDDNEDKGF_ : 0; } + set { + fMJDDNEDKGF_ = value; + fMJDDNEDKGFCase_ = FMJDDNEDKGFOneofCase.PanelId; + } + } + /// Gets whether the "panel_id" field is set + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool HasPanelId { + get { return fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.PanelId; } + } + /// Clears the value of the oneof if it's currently set to "panel_id" + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void ClearPanelId() { + if (HasPanelId) { + ClearFMJDDNEDKGF(); + } + } + + private object fMJDDNEDKGF_; + /// Enum of possible cases for the "FMJDDNEDKGF" oneof. + public enum FMJDDNEDKGFOneofCase { None = 0, LIIBBGGEHFP = 261, IKFFOBAMGHJ = 1266, @@ -290,18 +290,18 @@ namespace EggLink.DanhengServer.Proto { IELHLBFFAGK = 157, PanelId = 563, } - private PAECDOKLPFGOneofCase pAECDOKLPFGCase_ = PAECDOKLPFGOneofCase.None; + private FMJDDNEDKGFOneofCase fMJDDNEDKGFCase_ = FMJDDNEDKGFOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PAECDOKLPFGOneofCase PAECDOKLPFGCase { - get { return pAECDOKLPFGCase_; } + public FMJDDNEDKGFOneofCase FMJDDNEDKGFCase { + get { return fMJDDNEDKGFCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearPAECDOKLPFG() { - pAECDOKLPFGCase_ = PAECDOKLPFGOneofCase.None; - pAECDOKLPFG_ = null; + public void ClearFMJDDNEDKGF() { + fMJDDNEDKGFCase_ = FMJDDNEDKGFOneofCase.None; + fMJDDNEDKGF_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -319,6 +319,8 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } + if (EJHMNKHEPFA != other.EJHMNKHEPFA) return false; + if (Time != other.Time) return false; if (!object.Equals(LIIBBGGEHFP, other.LIIBBGGEHFP)) return false; if (!object.Equals(IKFFOBAMGHJ, other.IKFFOBAMGHJ)) return false; if (AvatarId != other.AvatarId) return false; @@ -326,9 +328,7 @@ namespace EggLink.DanhengServer.Proto { if (CKKNNHMDCOG != other.CKKNNHMDCOG) return false; if (!object.Equals(IELHLBFFAGK, other.IELHLBFFAGK)) return false; if (PanelId != other.PanelId) return false; - if (EJHMNKHEPFA != other.EJHMNKHEPFA) return false; - if (Time != other.Time) return false; - if (PAECDOKLPFGCase != other.PAECDOKLPFGCase) return false; + if (FMJDDNEDKGFCase != other.FMJDDNEDKGFCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -336,16 +336,16 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (pAECDOKLPFGCase_ == PAECDOKLPFGOneofCase.LIIBBGGEHFP) hash ^= LIIBBGGEHFP.GetHashCode(); - if (pAECDOKLPFGCase_ == PAECDOKLPFGOneofCase.IKFFOBAMGHJ) hash ^= IKFFOBAMGHJ.GetHashCode(); + if (EJHMNKHEPFA != global::EggLink.DanhengServer.Proto.DevelopmentType.DevelopmentNone) hash ^= EJHMNKHEPFA.GetHashCode(); + if (Time != 0L) hash ^= Time.GetHashCode(); + if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.LIIBBGGEHFP) hash ^= LIIBBGGEHFP.GetHashCode(); + if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.IKFFOBAMGHJ) hash ^= IKFFOBAMGHJ.GetHashCode(); if (HasAvatarId) hash ^= AvatarId.GetHashCode(); if (HasMDMGKHLHIIN) hash ^= MDMGKHLHIIN.GetHashCode(); if (HasCKKNNHMDCOG) hash ^= CKKNNHMDCOG.GetHashCode(); - if (pAECDOKLPFGCase_ == PAECDOKLPFGOneofCase.IELHLBFFAGK) hash ^= IELHLBFFAGK.GetHashCode(); + if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.IELHLBFFAGK) hash ^= IELHLBFFAGK.GetHashCode(); if (HasPanelId) hash ^= PanelId.GetHashCode(); - if (EJHMNKHEPFA != global::EggLink.DanhengServer.Proto.DevelopmentType.DevelopmentNone) hash ^= EJHMNKHEPFA.GetHashCode(); - if (Time != 0L) hash ^= Time.GetHashCode(); - hash ^= (int) pAECDOKLPFGCase_; + hash ^= (int) fMJDDNEDKGFCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -376,7 +376,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(224, 8); output.WriteUInt32(CKKNNHMDCOG); } - if (pAECDOKLPFGCase_ == PAECDOKLPFGOneofCase.IELHLBFFAGK) { + if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.IELHLBFFAGK) { output.WriteRawTag(234, 9); output.WriteMessage(IELHLBFFAGK); } @@ -384,7 +384,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(176, 15); output.WriteUInt32(MDMGKHLHIIN); } - if (pAECDOKLPFGCase_ == PAECDOKLPFGOneofCase.LIIBBGGEHFP) { + if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.LIIBBGGEHFP) { output.WriteRawTag(170, 16); output.WriteMessage(LIIBBGGEHFP); } @@ -396,7 +396,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(176, 67); output.WriteUInt32(AvatarId); } - if (pAECDOKLPFGCase_ == PAECDOKLPFGOneofCase.IKFFOBAMGHJ) { + if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.IKFFOBAMGHJ) { output.WriteRawTag(146, 79); output.WriteMessage(IKFFOBAMGHJ); } @@ -422,7 +422,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(224, 8); output.WriteUInt32(CKKNNHMDCOG); } - if (pAECDOKLPFGCase_ == PAECDOKLPFGOneofCase.IELHLBFFAGK) { + if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.IELHLBFFAGK) { output.WriteRawTag(234, 9); output.WriteMessage(IELHLBFFAGK); } @@ -430,7 +430,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(176, 15); output.WriteUInt32(MDMGKHLHIIN); } - if (pAECDOKLPFGCase_ == PAECDOKLPFGOneofCase.LIIBBGGEHFP) { + if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.LIIBBGGEHFP) { output.WriteRawTag(170, 16); output.WriteMessage(LIIBBGGEHFP); } @@ -442,7 +442,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(176, 67); output.WriteUInt32(AvatarId); } - if (pAECDOKLPFGCase_ == PAECDOKLPFGOneofCase.IKFFOBAMGHJ) { + if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.IKFFOBAMGHJ) { output.WriteRawTag(146, 79); output.WriteMessage(IKFFOBAMGHJ); } @@ -456,10 +456,16 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (pAECDOKLPFGCase_ == PAECDOKLPFGOneofCase.LIIBBGGEHFP) { + if (EJHMNKHEPFA != global::EggLink.DanhengServer.Proto.DevelopmentType.DevelopmentNone) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) EJHMNKHEPFA); + } + if (Time != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Time); + } + if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.LIIBBGGEHFP) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(LIIBBGGEHFP); } - if (pAECDOKLPFGCase_ == PAECDOKLPFGOneofCase.IKFFOBAMGHJ) { + if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.IKFFOBAMGHJ) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(IKFFOBAMGHJ); } if (HasAvatarId) { @@ -471,18 +477,12 @@ namespace EggLink.DanhengServer.Proto { if (HasCKKNNHMDCOG) { size += 2 + pb::CodedOutputStream.ComputeUInt32Size(CKKNNHMDCOG); } - if (pAECDOKLPFGCase_ == PAECDOKLPFGOneofCase.IELHLBFFAGK) { + if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.IELHLBFFAGK) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(IELHLBFFAGK); } if (HasPanelId) { size += 2 + pb::CodedOutputStream.ComputeUInt32Size(PanelId); } - if (EJHMNKHEPFA != global::EggLink.DanhengServer.Proto.DevelopmentType.DevelopmentNone) { - size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) EJHMNKHEPFA); - } - if (Time != 0L) { - size += 1 + pb::CodedOutputStream.ComputeInt64Size(Time); - } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -501,35 +501,35 @@ namespace EggLink.DanhengServer.Proto { if (other.Time != 0L) { Time = other.Time; } - switch (other.PAECDOKLPFGCase) { - case PAECDOKLPFGOneofCase.LIIBBGGEHFP: + switch (other.FMJDDNEDKGFCase) { + case FMJDDNEDKGFOneofCase.LIIBBGGEHFP: if (LIIBBGGEHFP == null) { LIIBBGGEHFP = new global::EggLink.DanhengServer.Proto.IOJHJAHIMHM(); } LIIBBGGEHFP.MergeFrom(other.LIIBBGGEHFP); break; - case PAECDOKLPFGOneofCase.IKFFOBAMGHJ: + case FMJDDNEDKGFOneofCase.IKFFOBAMGHJ: if (IKFFOBAMGHJ == null) { IKFFOBAMGHJ = new global::EggLink.DanhengServer.Proto.MEEHCBGDBEA(); } IKFFOBAMGHJ.MergeFrom(other.IKFFOBAMGHJ); break; - case PAECDOKLPFGOneofCase.AvatarId: + case FMJDDNEDKGFOneofCase.AvatarId: AvatarId = other.AvatarId; break; - case PAECDOKLPFGOneofCase.MDMGKHLHIIN: + case FMJDDNEDKGFOneofCase.MDMGKHLHIIN: MDMGKHLHIIN = other.MDMGKHLHIIN; break; - case PAECDOKLPFGOneofCase.CKKNNHMDCOG: + case FMJDDNEDKGFOneofCase.CKKNNHMDCOG: CKKNNHMDCOG = other.CKKNNHMDCOG; break; - case PAECDOKLPFGOneofCase.IELHLBFFAGK: + case FMJDDNEDKGFOneofCase.IELHLBFFAGK: if (IELHLBFFAGK == null) { IELHLBFFAGK = new global::EggLink.DanhengServer.Proto.JIENKFADCHE(); } IELHLBFFAGK.MergeFrom(other.IELHLBFFAGK); break; - case PAECDOKLPFGOneofCase.PanelId: + case FMJDDNEDKGFOneofCase.PanelId: PanelId = other.PanelId; break; } @@ -563,7 +563,7 @@ namespace EggLink.DanhengServer.Proto { } case 1258: { global::EggLink.DanhengServer.Proto.JIENKFADCHE subBuilder = new global::EggLink.DanhengServer.Proto.JIENKFADCHE(); - if (pAECDOKLPFGCase_ == PAECDOKLPFGOneofCase.IELHLBFFAGK) { + if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.IELHLBFFAGK) { subBuilder.MergeFrom(IELHLBFFAGK); } input.ReadMessage(subBuilder); @@ -576,7 +576,7 @@ namespace EggLink.DanhengServer.Proto { } case 2090: { global::EggLink.DanhengServer.Proto.IOJHJAHIMHM subBuilder = new global::EggLink.DanhengServer.Proto.IOJHJAHIMHM(); - if (pAECDOKLPFGCase_ == PAECDOKLPFGOneofCase.LIIBBGGEHFP) { + if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.LIIBBGGEHFP) { subBuilder.MergeFrom(LIIBBGGEHFP); } input.ReadMessage(subBuilder); @@ -593,7 +593,7 @@ namespace EggLink.DanhengServer.Proto { } case 10130: { global::EggLink.DanhengServer.Proto.MEEHCBGDBEA subBuilder = new global::EggLink.DanhengServer.Proto.MEEHCBGDBEA(); - if (pAECDOKLPFGCase_ == PAECDOKLPFGOneofCase.IKFFOBAMGHJ) { + if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.IKFFOBAMGHJ) { subBuilder.MergeFrom(IKFFOBAMGHJ); } input.ReadMessage(subBuilder); @@ -629,7 +629,7 @@ namespace EggLink.DanhengServer.Proto { } case 1258: { global::EggLink.DanhengServer.Proto.JIENKFADCHE subBuilder = new global::EggLink.DanhengServer.Proto.JIENKFADCHE(); - if (pAECDOKLPFGCase_ == PAECDOKLPFGOneofCase.IELHLBFFAGK) { + if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.IELHLBFFAGK) { subBuilder.MergeFrom(IELHLBFFAGK); } input.ReadMessage(subBuilder); @@ -642,7 +642,7 @@ namespace EggLink.DanhengServer.Proto { } case 2090: { global::EggLink.DanhengServer.Proto.IOJHJAHIMHM subBuilder = new global::EggLink.DanhengServer.Proto.IOJHJAHIMHM(); - if (pAECDOKLPFGCase_ == PAECDOKLPFGOneofCase.LIIBBGGEHFP) { + if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.LIIBBGGEHFP) { subBuilder.MergeFrom(LIIBBGGEHFP); } input.ReadMessage(subBuilder); @@ -659,7 +659,7 @@ namespace EggLink.DanhengServer.Proto { } case 10130: { global::EggLink.DanhengServer.Proto.MEEHCBGDBEA subBuilder = new global::EggLink.DanhengServer.Proto.MEEHCBGDBEA(); - if (pAECDOKLPFGCase_ == PAECDOKLPFGOneofCase.IKFFOBAMGHJ) { + if (fMJDDNEDKGFCase_ == FMJDDNEDKGFOneofCase.IKFFOBAMGHJ) { subBuilder.MergeFrom(IKFFOBAMGHJ); } input.ReadMessage(subBuilder); diff --git a/Proto/SpringRecoverConfig.cs b/Proto/DIAHNMNCPBD.cs similarity index 56% rename from Proto/SpringRecoverConfig.cs rename to Proto/DIAHNMNCPBD.cs index 0fee95f1..b846a708 100644 --- a/Proto/SpringRecoverConfig.cs +++ b/Proto/DIAHNMNCPBD.cs @@ -1,6 +1,6 @@ // // Generated by the protocol buffer compiler. DO NOT EDIT! -// source: SpringRecoverConfig.proto +// source: DIAHNMNCPBD.proto // #pragma warning disable 1591, 0612, 3021, 8981 #region Designer generated code @@ -11,28 +11,30 @@ using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; namespace EggLink.DanhengServer.Proto { - /// Holder for reflection information generated from SpringRecoverConfig.proto - public static partial class SpringRecoverConfigReflection { + /// Holder for reflection information generated from DIAHNMNCPBD.proto + public static partial class DIAHNMNCPBDReflection { #region Descriptor - /// File descriptor for SpringRecoverConfig.proto + /// File descriptor for DIAHNMNCPBD.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; - static SpringRecoverConfigReflection() { + static DIAHNMNCPBDReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChlTcHJpbmdSZWNvdmVyQ29uZmlnLnByb3RvGhRBdmF0YXJQcmVzZXRIcC5w", - "cm90byJlChNTcHJpbmdSZWNvdmVyQ29uZmlnEiQKC0JDR0xNTEFCT0dGGAUg", - "AygLMg8uQXZhdGFyUHJlc2V0SHASEwoLRUlETklHSUZOQUEYASABKA0SEwoL", - "R0hERVBBTkNHUEYYCiABKAhCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Q", - "cm90b2IGcHJvdG8z")); + "ChFESUFITk1OQ1BCRC5wcm90bxoRSUlLTkdOSERNRkkucHJvdG8aEUNFT0RE", + "Q0VJRERMLnByb3RvIrgBCgtESUFITk1OQ1BCRBIfCglpdGVtX2xpc3QYBCAD", + "KAsyDC5DRU9ERENFSURETBIyCgtGR0dBRUZJUEFBQxgFIAMoCzIdLkRJQUhO", + "TU5DUEJELkZHR0FFRklQQUFDRW50cnkSIAoKaXRlbV92YWx1ZRgHIAEoCzIM", + "LklJS05HTkhETUZJGjIKEEZHR0FFRklQQUFDRW50cnkSCwoDa2V5GAEgASgN", + "Eg0KBXZhbHVlGAIgASgNOgI4AUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy", + "LlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AvatarPresetHpReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.IIKNGNHDMFIReflection.Descriptor, global::EggLink.DanhengServer.Proto.CEODDCEIDDLReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SpringRecoverConfig), global::EggLink.DanhengServer.Proto.SpringRecoverConfig.Parser, new[]{ "BCGLMLABOGF", "EIDNIGIFNAA", "GHDEPANCGPF" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DIAHNMNCPBD), global::EggLink.DanhengServer.Proto.DIAHNMNCPBD.Parser, new[]{ "ItemList", "FGGAEFIPAAC", "ItemValue" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, }) })); } #endregion @@ -40,21 +42,21 @@ namespace EggLink.DanhengServer.Proto { } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class SpringRecoverConfig : pb::IMessage + public sealed partial class DIAHNMNCPBD : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new SpringRecoverConfig()); + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new DIAHNMNCPBD()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } + public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.SpringRecoverConfigReflection.Descriptor.MessageTypes[0]; } + get { return global::EggLink.DanhengServer.Proto.DIAHNMNCPBDReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -65,7 +67,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public SpringRecoverConfig() { + public DIAHNMNCPBD() { OnConstruction(); } @@ -73,72 +75,71 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public SpringRecoverConfig(SpringRecoverConfig other) : this() { - bCGLMLABOGF_ = other.bCGLMLABOGF_.Clone(); - eIDNIGIFNAA_ = other.eIDNIGIFNAA_; - gHDEPANCGPF_ = other.gHDEPANCGPF_; + public DIAHNMNCPBD(DIAHNMNCPBD other) : this() { + itemList_ = other.itemList_.Clone(); + fGGAEFIPAAC_ = other.fGGAEFIPAAC_.Clone(); + itemValue_ = other.itemValue_ != null ? other.itemValue_.Clone() : null; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public SpringRecoverConfig Clone() { - return new SpringRecoverConfig(this); + public DIAHNMNCPBD Clone() { + return new DIAHNMNCPBD(this); } - /// Field number for the "BCGLMLABOGF" field. - public const int BCGLMLABOGFFieldNumber = 5; - private static readonly pb::FieldCodec _repeated_bCGLMLABOGF_codec - = pb::FieldCodec.ForMessage(42, global::EggLink.DanhengServer.Proto.AvatarPresetHp.Parser); - private readonly pbc::RepeatedField bCGLMLABOGF_ = new pbc::RepeatedField(); + /// Field number for the "item_list" field. + public const int ItemListFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_itemList_codec + = pb::FieldCodec.ForMessage(34, global::EggLink.DanhengServer.Proto.CEODDCEIDDL.Parser); + private readonly pbc::RepeatedField itemList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField BCGLMLABOGF { - get { return bCGLMLABOGF_; } + public pbc::RepeatedField ItemList { + get { return itemList_; } } - /// Field number for the "EIDNIGIFNAA" field. - public const int EIDNIGIFNAAFieldNumber = 1; - private uint eIDNIGIFNAA_; + /// Field number for the "FGGAEFIPAAC" field. + public const int FGGAEFIPAACFieldNumber = 5; + private static readonly pbc::MapField.Codec _map_fGGAEFIPAAC_codec + = new pbc::MapField.Codec(pb::FieldCodec.ForUInt32(8, 0), pb::FieldCodec.ForUInt32(16, 0), 42); + private readonly pbc::MapField fGGAEFIPAAC_ = new pbc::MapField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint EIDNIGIFNAA { - get { return eIDNIGIFNAA_; } + public pbc::MapField FGGAEFIPAAC { + get { return fGGAEFIPAAC_; } + } + + /// Field number for the "item_value" field. + public const int ItemValueFieldNumber = 7; + private global::EggLink.DanhengServer.Proto.IIKNGNHDMFI itemValue_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.IIKNGNHDMFI ItemValue { + get { return itemValue_; } set { - eIDNIGIFNAA_ = value; - } - } - - /// Field number for the "GHDEPANCGPF" field. - public const int GHDEPANCGPFFieldNumber = 10; - private bool gHDEPANCGPF_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool GHDEPANCGPF { - get { return gHDEPANCGPF_; } - set { - gHDEPANCGPF_ = value; + itemValue_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { - return Equals(other as SpringRecoverConfig); + return Equals(other as DIAHNMNCPBD); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(SpringRecoverConfig other) { + public bool Equals(DIAHNMNCPBD other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } - if(!bCGLMLABOGF_.Equals(other.bCGLMLABOGF_)) return false; - if (EIDNIGIFNAA != other.EIDNIGIFNAA) return false; - if (GHDEPANCGPF != other.GHDEPANCGPF) return false; + if(!itemList_.Equals(other.itemList_)) return false; + if (!FGGAEFIPAAC.Equals(other.FGGAEFIPAAC)) return false; + if (!object.Equals(ItemValue, other.ItemValue)) return false; return Equals(_unknownFields, other._unknownFields); } @@ -146,9 +147,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - hash ^= bCGLMLABOGF_.GetHashCode(); - if (EIDNIGIFNAA != 0) hash ^= EIDNIGIFNAA.GetHashCode(); - if (GHDEPANCGPF != false) hash ^= GHDEPANCGPF.GetHashCode(); + hash ^= itemList_.GetHashCode(); + hash ^= FGGAEFIPAAC.GetHashCode(); + if (itemValue_ != null) hash ^= ItemValue.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -167,14 +168,11 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (EIDNIGIFNAA != 0) { - output.WriteRawTag(8); - output.WriteUInt32(EIDNIGIFNAA); - } - bCGLMLABOGF_.WriteTo(output, _repeated_bCGLMLABOGF_codec); - if (GHDEPANCGPF != false) { - output.WriteRawTag(80); - output.WriteBool(GHDEPANCGPF); + itemList_.WriteTo(output, _repeated_itemList_codec); + fGGAEFIPAAC_.WriteTo(output, _map_fGGAEFIPAAC_codec); + if (itemValue_ != null) { + output.WriteRawTag(58); + output.WriteMessage(ItemValue); } if (_unknownFields != null) { _unknownFields.WriteTo(output); @@ -186,14 +184,11 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (EIDNIGIFNAA != 0) { - output.WriteRawTag(8); - output.WriteUInt32(EIDNIGIFNAA); - } - bCGLMLABOGF_.WriteTo(ref output, _repeated_bCGLMLABOGF_codec); - if (GHDEPANCGPF != false) { - output.WriteRawTag(80); - output.WriteBool(GHDEPANCGPF); + itemList_.WriteTo(ref output, _repeated_itemList_codec); + fGGAEFIPAAC_.WriteTo(ref output, _map_fGGAEFIPAAC_codec); + if (itemValue_ != null) { + output.WriteRawTag(58); + output.WriteMessage(ItemValue); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); @@ -205,12 +200,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - size += bCGLMLABOGF_.CalculateSize(_repeated_bCGLMLABOGF_codec); - if (EIDNIGIFNAA != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EIDNIGIFNAA); - } - if (GHDEPANCGPF != false) { - size += 1 + 1; + size += itemList_.CalculateSize(_repeated_itemList_codec); + size += fGGAEFIPAAC_.CalculateSize(_map_fGGAEFIPAAC_codec); + if (itemValue_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(ItemValue); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); @@ -220,16 +213,17 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(SpringRecoverConfig other) { + public void MergeFrom(DIAHNMNCPBD other) { if (other == null) { return; } - bCGLMLABOGF_.Add(other.bCGLMLABOGF_); - if (other.EIDNIGIFNAA != 0) { - EIDNIGIFNAA = other.EIDNIGIFNAA; - } - if (other.GHDEPANCGPF != false) { - GHDEPANCGPF = other.GHDEPANCGPF; + itemList_.Add(other.itemList_); + fGGAEFIPAAC_.MergeFrom(other.fGGAEFIPAAC_); + if (other.itemValue_ != null) { + if (itemValue_ == null) { + ItemValue = new global::EggLink.DanhengServer.Proto.IIKNGNHDMFI(); + } + ItemValue.MergeFrom(other.ItemValue); } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -246,16 +240,19 @@ namespace EggLink.DanhengServer.Proto { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; - case 8: { - EIDNIGIFNAA = input.ReadUInt32(); + case 34: { + itemList_.AddEntriesFrom(input, _repeated_itemList_codec); break; } case 42: { - bCGLMLABOGF_.AddEntriesFrom(input, _repeated_bCGLMLABOGF_codec); + fGGAEFIPAAC_.AddEntriesFrom(input, _map_fGGAEFIPAAC_codec); break; } - case 80: { - GHDEPANCGPF = input.ReadBool(); + case 58: { + if (itemValue_ == null) { + ItemValue = new global::EggLink.DanhengServer.Proto.IIKNGNHDMFI(); + } + input.ReadMessage(ItemValue); break; } } @@ -273,16 +270,19 @@ namespace EggLink.DanhengServer.Proto { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; - case 8: { - EIDNIGIFNAA = input.ReadUInt32(); + case 34: { + itemList_.AddEntriesFrom(ref input, _repeated_itemList_codec); break; } case 42: { - bCGLMLABOGF_.AddEntriesFrom(ref input, _repeated_bCGLMLABOGF_codec); + fGGAEFIPAAC_.AddEntriesFrom(ref input, _map_fGGAEFIPAAC_codec); break; } - case 80: { - GHDEPANCGPF = input.ReadBool(); + case 58: { + if (itemValue_ == null) { + ItemValue = new global::EggLink.DanhengServer.Proto.IIKNGNHDMFI(); + } + input.ReadMessage(ItemValue); break; } } diff --git a/Proto/DJEBIMHNPBM.cs b/Proto/DJEBIMHNPBM.cs deleted file mode 100644 index cbd1043d..00000000 --- a/Proto/DJEBIMHNPBM.cs +++ /dev/null @@ -1,56 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: DJEBIMHNPBM.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from DJEBIMHNPBM.proto - public static partial class DJEBIMHNPBMReflection { - - #region Descriptor - /// File descriptor for DJEBIMHNPBM.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static DJEBIMHNPBMReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFESkVCSU1ITlBCTS5wcm90byrTAQoLREpFQklNSE5QQk0SFgoSRElTUEFU", - "Q0hfVFlQRV9OT05FEAASGQoVRElTUEFUQ0hfVFlQRV9CWV9BRERSEAESGAoU", - "RElTUEFUQ0hfVFlQRV9CWV9NT0QQAhIZChVESVNQQVRDSF9UWVBFX0JZX1JB", - "TkQQAxIaChZESVNQQVRDSF9UWVBFX0JZX0NIQVNIEAQSIwofRElTUEFUQ0hf", - "VFlQRV9CWV9TVElDS1lfU0VTU0lPThAFEhsKF0RJU1BBVENIX1RZUEVfQllf", - "T0JKRUNUEAZCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv", - "dG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.DJEBIMHNPBM), }, null, null)); - } - #endregion - - } - #region Enums - public enum DJEBIMHNPBM { - [pbr::OriginalName("DISPATCH_TYPE_NONE")] DispatchTypeNone = 0, - [pbr::OriginalName("DISPATCH_TYPE_BY_ADDR")] DispatchTypeByAddr = 1, - [pbr::OriginalName("DISPATCH_TYPE_BY_MOD")] DispatchTypeByMod = 2, - [pbr::OriginalName("DISPATCH_TYPE_BY_RAND")] DispatchTypeByRand = 3, - [pbr::OriginalName("DISPATCH_TYPE_BY_CHASH")] DispatchTypeByChash = 4, - [pbr::OriginalName("DISPATCH_TYPE_BY_STICKY_SESSION")] DispatchTypeByStickySession = 5, - [pbr::OriginalName("DISPATCH_TYPE_BY_OBJECT")] DispatchTypeByObject = 6, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/DKFLALJDIFL.cs b/Proto/DKFLALJDIFL.cs deleted file mode 100644 index 58fa6641..00000000 --- a/Proto/DKFLALJDIFL.cs +++ /dev/null @@ -1,271 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: DKFLALJDIFL.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from DKFLALJDIFL.proto - public static partial class DKFLALJDIFLReflection { - - #region Descriptor - /// File descriptor for DKFLALJDIFL.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static DKFLALJDIFLReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFES0ZMQUxKRElGTC5wcm90byI3CgtES0ZMQUxKRElGTBITCgtNQkJDSEdF", - "TkdHTBgBIAEoDRITCgtIRkNEUEhDSEZHSxgCIAEoDUIeqgIbRWdnTGluay5E", - "YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DKFLALJDIFL), global::EggLink.DanhengServer.Proto.DKFLALJDIFL.Parser, new[]{ "MBBCHGENGGL", "HFCDPHCHFGK" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class DKFLALJDIFL : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new DKFLALJDIFL()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.DKFLALJDIFLReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public DKFLALJDIFL() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public DKFLALJDIFL(DKFLALJDIFL other) : this() { - mBBCHGENGGL_ = other.mBBCHGENGGL_; - hFCDPHCHFGK_ = other.hFCDPHCHFGK_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public DKFLALJDIFL Clone() { - return new DKFLALJDIFL(this); - } - - /// Field number for the "MBBCHGENGGL" field. - public const int MBBCHGENGGLFieldNumber = 1; - private uint mBBCHGENGGL_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint MBBCHGENGGL { - get { return mBBCHGENGGL_; } - set { - mBBCHGENGGL_ = value; - } - } - - /// Field number for the "HFCDPHCHFGK" field. - public const int HFCDPHCHFGKFieldNumber = 2; - private uint hFCDPHCHFGK_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint HFCDPHCHFGK { - get { return hFCDPHCHFGK_; } - set { - hFCDPHCHFGK_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as DKFLALJDIFL); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(DKFLALJDIFL other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (MBBCHGENGGL != other.MBBCHGENGGL) return false; - if (HFCDPHCHFGK != other.HFCDPHCHFGK) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (MBBCHGENGGL != 0) hash ^= MBBCHGENGGL.GetHashCode(); - if (HFCDPHCHFGK != 0) hash ^= HFCDPHCHFGK.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (MBBCHGENGGL != 0) { - output.WriteRawTag(8); - output.WriteUInt32(MBBCHGENGGL); - } - if (HFCDPHCHFGK != 0) { - output.WriteRawTag(16); - output.WriteUInt32(HFCDPHCHFGK); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (MBBCHGENGGL != 0) { - output.WriteRawTag(8); - output.WriteUInt32(MBBCHGENGGL); - } - if (HFCDPHCHFGK != 0) { - output.WriteRawTag(16); - output.WriteUInt32(HFCDPHCHFGK); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (MBBCHGENGGL != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MBBCHGENGGL); - } - if (HFCDPHCHFGK != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HFCDPHCHFGK); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(DKFLALJDIFL other) { - if (other == null) { - return; - } - if (other.MBBCHGENGGL != 0) { - MBBCHGENGGL = other.MBBCHGENGGL; - } - if (other.HFCDPHCHFGK != 0) { - HFCDPHCHFGK = other.HFCDPHCHFGK; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - MBBCHGENGGL = input.ReadUInt32(); - break; - } - case 16: { - HFCDPHCHFGK = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - MBBCHGENGGL = input.ReadUInt32(); - break; - } - case 16: { - HFCDPHCHFGK = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/DMJLKIFEMMN.cs b/Proto/DMJLKIFEMMN.cs index 21f05bef..be2ee0da 100644 --- a/Proto/DMJLKIFEMMN.cs +++ b/Proto/DMJLKIFEMMN.cs @@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto { static DMJLKIFEMMNReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFETUpMS0lGRU1NTi5wcm90bxoRS0xJTlBCTktJSUEucHJvdG8aEVBCTUtL", - "SUNNTERBLnByb3RvInoKC0RNSkxLSUZFTU1OEiMKC0dBSUJISkhET0hCGAYg", - "ASgLMgwuS0xJTlBCTktJSUFIABIjCgtLUEpBRkJDUEVHSRgFIAEoCzIMLlBC", - "TUtLSUNNTERBSAASFAoLSUdITEFCR0dJSkUYmQUgASgNQgsKCWluZm9fY2Fz", - "ZUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "ChFETUpMS0lGRU1NTi5wcm90bxoRUEJNS0tJQ01MREEucHJvdG8aEUtMSU5Q", + "Qk5LSUlBLnByb3RvInwKC0RNSkxLSUZFTU1OEhQKC0lHSExBQkdHSUpFGJkF", + "IAEoDRIjCgtHQUlCSEpIRE9IQhgGIAEoCzIMLktMSU5QQk5LSUlBSAASIwoL", + "S1BKQUZCQ1BFR0kYBSABKAsyDC5QQk1LS0lDTUxEQUgAQg0KC0FFQ0ZKRkdL", + "S0FIQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.KLINPBNKIIAReflection.Descriptor, global::EggLink.DanhengServer.Proto.PBMKKICMLDAReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PBMKKICMLDAReflection.Descriptor, global::EggLink.DanhengServer.Proto.KLINPBNKIIAReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DMJLKIFEMMN), global::EggLink.DanhengServer.Proto.DMJLKIFEMMN.Parser, new[]{ "GAIBHJHDOHB", "KPJAFBCPEGI", "IGHLABGGIJE" }, new[]{ "InfoCase" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DMJLKIFEMMN), global::EggLink.DanhengServer.Proto.DMJLKIFEMMN.Parser, new[]{ "IGHLABGGIJE", "GAIBHJHDOHB", "KPJAFBCPEGI" }, new[]{ "AECFJFGKKAH" }, null, null, null) })); } #endregion @@ -75,11 +75,11 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public DMJLKIFEMMN(DMJLKIFEMMN other) : this() { iGHLABGGIJE_ = other.iGHLABGGIJE_; - switch (other.InfoCaseCase) { - case InfoCaseOneofCase.GAIBHJHDOHB: + switch (other.AECFJFGKKAHCase) { + case AECFJFGKKAHOneofCase.GAIBHJHDOHB: GAIBHJHDOHB = other.GAIBHJHDOHB.Clone(); break; - case InfoCaseOneofCase.KPJAFBCPEGI: + case AECFJFGKKAHOneofCase.KPJAFBCPEGI: KPJAFBCPEGI = other.KPJAFBCPEGI.Clone(); break; } @@ -93,30 +93,6 @@ namespace EggLink.DanhengServer.Proto { return new DMJLKIFEMMN(this); } - /// Field number for the "GAIBHJHDOHB" field. - public const int GAIBHJHDOHBFieldNumber = 6; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.KLINPBNKIIA GAIBHJHDOHB { - get { return infoCaseCase_ == InfoCaseOneofCase.GAIBHJHDOHB ? (global::EggLink.DanhengServer.Proto.KLINPBNKIIA) infoCase_ : null; } - set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.GAIBHJHDOHB; - } - } - - /// Field number for the "KPJAFBCPEGI" field. - public const int KPJAFBCPEGIFieldNumber = 5; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.PBMKKICMLDA KPJAFBCPEGI { - get { return infoCaseCase_ == InfoCaseOneofCase.KPJAFBCPEGI ? (global::EggLink.DanhengServer.Proto.PBMKKICMLDA) infoCase_ : null; } - set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.KPJAFBCPEGI; - } - } - /// Field number for the "IGHLABGGIJE" field. public const int IGHLABGGIJEFieldNumber = 665; private uint iGHLABGGIJE_; @@ -129,25 +105,49 @@ namespace EggLink.DanhengServer.Proto { } } - private object infoCase_; - /// Enum of possible cases for the "info_case" oneof. - public enum InfoCaseOneofCase { + /// Field number for the "GAIBHJHDOHB" field. + public const int GAIBHJHDOHBFieldNumber = 6; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.KLINPBNKIIA GAIBHJHDOHB { + get { return aECFJFGKKAHCase_ == AECFJFGKKAHOneofCase.GAIBHJHDOHB ? (global::EggLink.DanhengServer.Proto.KLINPBNKIIA) aECFJFGKKAH_ : null; } + set { + aECFJFGKKAH_ = value; + aECFJFGKKAHCase_ = value == null ? AECFJFGKKAHOneofCase.None : AECFJFGKKAHOneofCase.GAIBHJHDOHB; + } + } + + /// Field number for the "KPJAFBCPEGI" field. + public const int KPJAFBCPEGIFieldNumber = 5; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.PBMKKICMLDA KPJAFBCPEGI { + get { return aECFJFGKKAHCase_ == AECFJFGKKAHOneofCase.KPJAFBCPEGI ? (global::EggLink.DanhengServer.Proto.PBMKKICMLDA) aECFJFGKKAH_ : null; } + set { + aECFJFGKKAH_ = value; + aECFJFGKKAHCase_ = value == null ? AECFJFGKKAHOneofCase.None : AECFJFGKKAHOneofCase.KPJAFBCPEGI; + } + } + + private object aECFJFGKKAH_; + /// Enum of possible cases for the "AECFJFGKKAH" oneof. + public enum AECFJFGKKAHOneofCase { None = 0, GAIBHJHDOHB = 6, KPJAFBCPEGI = 5, } - private InfoCaseOneofCase infoCaseCase_ = InfoCaseOneofCase.None; + private AECFJFGKKAHOneofCase aECFJFGKKAHCase_ = AECFJFGKKAHOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public InfoCaseOneofCase InfoCaseCase { - get { return infoCaseCase_; } + public AECFJFGKKAHOneofCase AECFJFGKKAHCase { + get { return aECFJFGKKAHCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearInfoCase() { - infoCaseCase_ = InfoCaseOneofCase.None; - infoCase_ = null; + public void ClearAECFJFGKKAH() { + aECFJFGKKAHCase_ = AECFJFGKKAHOneofCase.None; + aECFJFGKKAH_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -165,10 +165,10 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } + if (IGHLABGGIJE != other.IGHLABGGIJE) return false; if (!object.Equals(GAIBHJHDOHB, other.GAIBHJHDOHB)) return false; if (!object.Equals(KPJAFBCPEGI, other.KPJAFBCPEGI)) return false; - if (IGHLABGGIJE != other.IGHLABGGIJE) return false; - if (InfoCaseCase != other.InfoCaseCase) return false; + if (AECFJFGKKAHCase != other.AECFJFGKKAHCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -176,10 +176,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (infoCaseCase_ == InfoCaseOneofCase.GAIBHJHDOHB) hash ^= GAIBHJHDOHB.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.KPJAFBCPEGI) hash ^= KPJAFBCPEGI.GetHashCode(); if (IGHLABGGIJE != 0) hash ^= IGHLABGGIJE.GetHashCode(); - hash ^= (int) infoCaseCase_; + if (aECFJFGKKAHCase_ == AECFJFGKKAHOneofCase.GAIBHJHDOHB) hash ^= GAIBHJHDOHB.GetHashCode(); + if (aECFJFGKKAHCase_ == AECFJFGKKAHOneofCase.KPJAFBCPEGI) hash ^= KPJAFBCPEGI.GetHashCode(); + hash ^= (int) aECFJFGKKAHCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -198,11 +198,11 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (infoCaseCase_ == InfoCaseOneofCase.KPJAFBCPEGI) { + if (aECFJFGKKAHCase_ == AECFJFGKKAHOneofCase.KPJAFBCPEGI) { output.WriteRawTag(42); output.WriteMessage(KPJAFBCPEGI); } - if (infoCaseCase_ == InfoCaseOneofCase.GAIBHJHDOHB) { + if (aECFJFGKKAHCase_ == AECFJFGKKAHOneofCase.GAIBHJHDOHB) { output.WriteRawTag(50); output.WriteMessage(GAIBHJHDOHB); } @@ -220,11 +220,11 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (infoCaseCase_ == InfoCaseOneofCase.KPJAFBCPEGI) { + if (aECFJFGKKAHCase_ == AECFJFGKKAHOneofCase.KPJAFBCPEGI) { output.WriteRawTag(42); output.WriteMessage(KPJAFBCPEGI); } - if (infoCaseCase_ == InfoCaseOneofCase.GAIBHJHDOHB) { + if (aECFJFGKKAHCase_ == AECFJFGKKAHOneofCase.GAIBHJHDOHB) { output.WriteRawTag(50); output.WriteMessage(GAIBHJHDOHB); } @@ -242,15 +242,15 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (infoCaseCase_ == InfoCaseOneofCase.GAIBHJHDOHB) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(GAIBHJHDOHB); - } - if (infoCaseCase_ == InfoCaseOneofCase.KPJAFBCPEGI) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(KPJAFBCPEGI); - } if (IGHLABGGIJE != 0) { size += 2 + pb::CodedOutputStream.ComputeUInt32Size(IGHLABGGIJE); } + if (aECFJFGKKAHCase_ == AECFJFGKKAHOneofCase.GAIBHJHDOHB) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(GAIBHJHDOHB); + } + if (aECFJFGKKAHCase_ == AECFJFGKKAHOneofCase.KPJAFBCPEGI) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(KPJAFBCPEGI); + } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -266,14 +266,14 @@ namespace EggLink.DanhengServer.Proto { if (other.IGHLABGGIJE != 0) { IGHLABGGIJE = other.IGHLABGGIJE; } - switch (other.InfoCaseCase) { - case InfoCaseOneofCase.GAIBHJHDOHB: + switch (other.AECFJFGKKAHCase) { + case AECFJFGKKAHOneofCase.GAIBHJHDOHB: if (GAIBHJHDOHB == null) { GAIBHJHDOHB = new global::EggLink.DanhengServer.Proto.KLINPBNKIIA(); } GAIBHJHDOHB.MergeFrom(other.GAIBHJHDOHB); break; - case InfoCaseOneofCase.KPJAFBCPEGI: + case AECFJFGKKAHOneofCase.KPJAFBCPEGI: if (KPJAFBCPEGI == null) { KPJAFBCPEGI = new global::EggLink.DanhengServer.Proto.PBMKKICMLDA(); } @@ -298,7 +298,7 @@ namespace EggLink.DanhengServer.Proto { break; case 42: { global::EggLink.DanhengServer.Proto.PBMKKICMLDA subBuilder = new global::EggLink.DanhengServer.Proto.PBMKKICMLDA(); - if (infoCaseCase_ == InfoCaseOneofCase.KPJAFBCPEGI) { + if (aECFJFGKKAHCase_ == AECFJFGKKAHOneofCase.KPJAFBCPEGI) { subBuilder.MergeFrom(KPJAFBCPEGI); } input.ReadMessage(subBuilder); @@ -307,7 +307,7 @@ namespace EggLink.DanhengServer.Proto { } case 50: { global::EggLink.DanhengServer.Proto.KLINPBNKIIA subBuilder = new global::EggLink.DanhengServer.Proto.KLINPBNKIIA(); - if (infoCaseCase_ == InfoCaseOneofCase.GAIBHJHDOHB) { + if (aECFJFGKKAHCase_ == AECFJFGKKAHOneofCase.GAIBHJHDOHB) { subBuilder.MergeFrom(GAIBHJHDOHB); } input.ReadMessage(subBuilder); @@ -335,7 +335,7 @@ namespace EggLink.DanhengServer.Proto { break; case 42: { global::EggLink.DanhengServer.Proto.PBMKKICMLDA subBuilder = new global::EggLink.DanhengServer.Proto.PBMKKICMLDA(); - if (infoCaseCase_ == InfoCaseOneofCase.KPJAFBCPEGI) { + if (aECFJFGKKAHCase_ == AECFJFGKKAHOneofCase.KPJAFBCPEGI) { subBuilder.MergeFrom(KPJAFBCPEGI); } input.ReadMessage(subBuilder); @@ -344,7 +344,7 @@ namespace EggLink.DanhengServer.Proto { } case 50: { global::EggLink.DanhengServer.Proto.KLINPBNKIIA subBuilder = new global::EggLink.DanhengServer.Proto.KLINPBNKIIA(); - if (infoCaseCase_ == InfoCaseOneofCase.GAIBHJHDOHB) { + if (aECFJFGKKAHCase_ == AECFJFGKKAHOneofCase.GAIBHJHDOHB) { subBuilder.MergeFrom(GAIBHJHDOHB); } input.ReadMessage(subBuilder); diff --git a/Proto/DNCDENAAEBC.cs b/Proto/DNCDENAAEBC.cs deleted file mode 100644 index 8c07deea..00000000 --- a/Proto/DNCDENAAEBC.cs +++ /dev/null @@ -1,196 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: DNCDENAAEBC.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from DNCDENAAEBC.proto - public static partial class DNCDENAAEBCReflection { - - #region Descriptor - /// File descriptor for DNCDENAAEBC.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static DNCDENAAEBCReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFETkNERU5BQUVCQy5wcm90byINCgtETkNERU5BQUVCQ0IeqgIbRWdnTGlu", - "ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DNCDENAAEBC), global::EggLink.DanhengServer.Proto.DNCDENAAEBC.Parser, null, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class DNCDENAAEBC : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new DNCDENAAEBC()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.DNCDENAAEBCReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public DNCDENAAEBC() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public DNCDENAAEBC(DNCDENAAEBC other) : this() { - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public DNCDENAAEBC Clone() { - return new DNCDENAAEBC(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as DNCDENAAEBC); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(DNCDENAAEBC other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(DNCDENAAEBC other) { - if (other == null) { - return; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/DailyActiveInfoNotify.cs b/Proto/DailyActiveInfoNotify.cs index d808e796..9036cdaa 100644 --- a/Proto/DailyActiveInfoNotify.cs +++ b/Proto/DailyActiveInfoNotify.cs @@ -25,15 +25,14 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChtEYWlseUFjdGl2ZUluZm9Ob3RpZnkucHJvdG8aF0RhaWx5QWN0aXZpdHlJ", - "bmZvLnByb3RvIoMBChVEYWlseUFjdGl2ZUluZm9Ob3RpZnkSHQoVZGFpbHlf", - "bWlzc2lvbl9pZF9saXN0GA4gAygNEhYKDmRhaWx5X3Byb2dyZXNzGAUgASgN", - "EjMKF2RhaWx5X21pc3Npb25faW5mb19saXN0GAcgAygLMhIuRGFpbHlBY3Rp", - "dml0eUluZm9CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv", - "dG8z")); + "bmZvLnByb3RvImoKFURhaWx5QWN0aXZlSW5mb05vdGlmeRITCgtNQklCQUJL", + "SUFORhgOIAMoDRITCgtJSU1KQ0xCT1BOQxgFIAEoDRInCgtJSE9FTExHQkJL", + "ThgHIAMoCzISLkRhaWx5QWN0aXZpdHlJbmZvQh6qAhtFZ2dMaW5rLkRhbmhl", + "bmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DailyActivityInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DailyActiveInfoNotify), global::EggLink.DanhengServer.Proto.DailyActiveInfoNotify.Parser, new[]{ "DailyMissionIdList", "DailyProgress", "DailyMissionInfoList" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DailyActiveInfoNotify), global::EggLink.DanhengServer.Proto.DailyActiveInfoNotify.Parser, new[]{ "MBIBABKIANF", "IIMJCLBOPNC", "IHOELLGBBKN" }, null, null, null, null) })); } #endregion @@ -75,9 +74,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public DailyActiveInfoNotify(DailyActiveInfoNotify other) : this() { - dailyMissionIdList_ = other.dailyMissionIdList_.Clone(); - dailyProgress_ = other.dailyProgress_; - dailyMissionInfoList_ = other.dailyMissionInfoList_.Clone(); + mBIBABKIANF_ = other.mBIBABKIANF_.Clone(); + iIMJCLBOPNC_ = other.iIMJCLBOPNC_; + iHOELLGBBKN_ = other.iHOELLGBBKN_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -87,38 +86,38 @@ namespace EggLink.DanhengServer.Proto { return new DailyActiveInfoNotify(this); } - /// Field number for the "daily_mission_id_list" field. - public const int DailyMissionIdListFieldNumber = 14; - private static readonly pb::FieldCodec _repeated_dailyMissionIdList_codec + /// Field number for the "MBIBABKIANF" field. + public const int MBIBABKIANFFieldNumber = 14; + private static readonly pb::FieldCodec _repeated_mBIBABKIANF_codec = pb::FieldCodec.ForUInt32(114); - private readonly pbc::RepeatedField dailyMissionIdList_ = new pbc::RepeatedField(); + private readonly pbc::RepeatedField mBIBABKIANF_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField DailyMissionIdList { - get { return dailyMissionIdList_; } + public pbc::RepeatedField MBIBABKIANF { + get { return mBIBABKIANF_; } } - /// Field number for the "daily_progress" field. - public const int DailyProgressFieldNumber = 5; - private uint dailyProgress_; + /// Field number for the "IIMJCLBOPNC" field. + public const int IIMJCLBOPNCFieldNumber = 5; + private uint iIMJCLBOPNC_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint DailyProgress { - get { return dailyProgress_; } + public uint IIMJCLBOPNC { + get { return iIMJCLBOPNC_; } set { - dailyProgress_ = value; + iIMJCLBOPNC_ = value; } } - /// Field number for the "daily_mission_info_list" field. - public const int DailyMissionInfoListFieldNumber = 7; - private static readonly pb::FieldCodec _repeated_dailyMissionInfoList_codec + /// Field number for the "IHOELLGBBKN" field. + public const int IHOELLGBBKNFieldNumber = 7; + private static readonly pb::FieldCodec _repeated_iHOELLGBBKN_codec = pb::FieldCodec.ForMessage(58, global::EggLink.DanhengServer.Proto.DailyActivityInfo.Parser); - private readonly pbc::RepeatedField dailyMissionInfoList_ = new pbc::RepeatedField(); + private readonly pbc::RepeatedField iHOELLGBBKN_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField DailyMissionInfoList { - get { return dailyMissionInfoList_; } + public pbc::RepeatedField IHOELLGBBKN { + get { return iHOELLGBBKN_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -136,9 +135,9 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if(!dailyMissionIdList_.Equals(other.dailyMissionIdList_)) return false; - if (DailyProgress != other.DailyProgress) return false; - if(!dailyMissionInfoList_.Equals(other.dailyMissionInfoList_)) return false; + if(!mBIBABKIANF_.Equals(other.mBIBABKIANF_)) return false; + if (IIMJCLBOPNC != other.IIMJCLBOPNC) return false; + if(!iHOELLGBBKN_.Equals(other.iHOELLGBBKN_)) return false; return Equals(_unknownFields, other._unknownFields); } @@ -146,9 +145,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - hash ^= dailyMissionIdList_.GetHashCode(); - if (DailyProgress != 0) hash ^= DailyProgress.GetHashCode(); - hash ^= dailyMissionInfoList_.GetHashCode(); + hash ^= mBIBABKIANF_.GetHashCode(); + if (IIMJCLBOPNC != 0) hash ^= IIMJCLBOPNC.GetHashCode(); + hash ^= iHOELLGBBKN_.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -167,12 +166,12 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (DailyProgress != 0) { + if (IIMJCLBOPNC != 0) { output.WriteRawTag(40); - output.WriteUInt32(DailyProgress); + output.WriteUInt32(IIMJCLBOPNC); } - dailyMissionInfoList_.WriteTo(output, _repeated_dailyMissionInfoList_codec); - dailyMissionIdList_.WriteTo(output, _repeated_dailyMissionIdList_codec); + iHOELLGBBKN_.WriteTo(output, _repeated_iHOELLGBBKN_codec); + mBIBABKIANF_.WriteTo(output, _repeated_mBIBABKIANF_codec); if (_unknownFields != null) { _unknownFields.WriteTo(output); } @@ -183,12 +182,12 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (DailyProgress != 0) { + if (IIMJCLBOPNC != 0) { output.WriteRawTag(40); - output.WriteUInt32(DailyProgress); + output.WriteUInt32(IIMJCLBOPNC); } - dailyMissionInfoList_.WriteTo(ref output, _repeated_dailyMissionInfoList_codec); - dailyMissionIdList_.WriteTo(ref output, _repeated_dailyMissionIdList_codec); + iHOELLGBBKN_.WriteTo(ref output, _repeated_iHOELLGBBKN_codec); + mBIBABKIANF_.WriteTo(ref output, _repeated_mBIBABKIANF_codec); if (_unknownFields != null) { _unknownFields.WriteTo(ref output); } @@ -199,11 +198,11 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - size += dailyMissionIdList_.CalculateSize(_repeated_dailyMissionIdList_codec); - if (DailyProgress != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DailyProgress); + size += mBIBABKIANF_.CalculateSize(_repeated_mBIBABKIANF_codec); + if (IIMJCLBOPNC != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IIMJCLBOPNC); } - size += dailyMissionInfoList_.CalculateSize(_repeated_dailyMissionInfoList_codec); + size += iHOELLGBBKN_.CalculateSize(_repeated_iHOELLGBBKN_codec); if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -216,11 +215,11 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - dailyMissionIdList_.Add(other.dailyMissionIdList_); - if (other.DailyProgress != 0) { - DailyProgress = other.DailyProgress; + mBIBABKIANF_.Add(other.mBIBABKIANF_); + if (other.IIMJCLBOPNC != 0) { + IIMJCLBOPNC = other.IIMJCLBOPNC; } - dailyMissionInfoList_.Add(other.dailyMissionInfoList_); + iHOELLGBBKN_.Add(other.iHOELLGBBKN_); _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -237,16 +236,16 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 40: { - DailyProgress = input.ReadUInt32(); + IIMJCLBOPNC = input.ReadUInt32(); break; } case 58: { - dailyMissionInfoList_.AddEntriesFrom(input, _repeated_dailyMissionInfoList_codec); + iHOELLGBBKN_.AddEntriesFrom(input, _repeated_iHOELLGBBKN_codec); break; } case 114: case 112: { - dailyMissionIdList_.AddEntriesFrom(input, _repeated_dailyMissionIdList_codec); + mBIBABKIANF_.AddEntriesFrom(input, _repeated_mBIBABKIANF_codec); break; } } @@ -265,16 +264,16 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 40: { - DailyProgress = input.ReadUInt32(); + IIMJCLBOPNC = input.ReadUInt32(); break; } case 58: { - dailyMissionInfoList_.AddEntriesFrom(ref input, _repeated_dailyMissionInfoList_codec); + iHOELLGBBKN_.AddEntriesFrom(ref input, _repeated_iHOELLGBBKN_codec); break; } case 114: case 112: { - dailyMissionIdList_.AddEntriesFrom(ref input, _repeated_dailyMissionIdList_codec); + mBIBABKIANF_.AddEntriesFrom(ref input, _repeated_mBIBABKIANF_codec); break; } } diff --git a/Proto/DailyActivityInfo.cs b/Proto/DailyActivityInfo.cs index 743b0d0d..35122830 100644 --- a/Proto/DailyActivityInfo.cs +++ b/Proto/DailyActivityInfo.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static DailyActivityInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChdEYWlseUFjdGl2aXR5SW5mby5wcm90byJoChFEYWlseUFjdGl2aXR5SW5m", - "bxIWCg5kYWlseV9wcm9ncmVzcxgHIAEoDRITCgt3b3JsZF9sZXZlbBgKIAEo", - "DRIXCg9pc190YWtlbl9yZXdhcmQYDCABKAgSDQoFbGV2ZWwYCSABKA1CHqoC", - "G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); + "ChdEYWlseUFjdGl2aXR5SW5mby5wcm90byJhChFEYWlseUFjdGl2aXR5SW5m", + "bxITCgtJSU1KQ0xCT1BOQxgHIAEoDRITCgt3b3JsZF9sZXZlbBgKIAEoDRIT", + "CgtOT1BNRU5JQUZKTRgMIAEoCBINCgVsZXZlbBgJIAEoDUIeqgIbRWdnTGlu", + "ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DailyActivityInfo), global::EggLink.DanhengServer.Proto.DailyActivityInfo.Parser, new[]{ "DailyProgress", "WorldLevel", "IsTakenReward", "Level" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DailyActivityInfo), global::EggLink.DanhengServer.Proto.DailyActivityInfo.Parser, new[]{ "IIMJCLBOPNC", "WorldLevel", "NOPMENIAFJM", "Level" }, null, null, null, null) })); } #endregion @@ -73,9 +73,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public DailyActivityInfo(DailyActivityInfo other) : this() { - dailyProgress_ = other.dailyProgress_; + iIMJCLBOPNC_ = other.iIMJCLBOPNC_; worldLevel_ = other.worldLevel_; - isTakenReward_ = other.isTakenReward_; + nOPMENIAFJM_ = other.nOPMENIAFJM_; level_ = other.level_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -86,15 +86,15 @@ namespace EggLink.DanhengServer.Proto { return new DailyActivityInfo(this); } - /// Field number for the "daily_progress" field. - public const int DailyProgressFieldNumber = 7; - private uint dailyProgress_; + /// Field number for the "IIMJCLBOPNC" field. + public const int IIMJCLBOPNCFieldNumber = 7; + private uint iIMJCLBOPNC_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint DailyProgress { - get { return dailyProgress_; } + public uint IIMJCLBOPNC { + get { return iIMJCLBOPNC_; } set { - dailyProgress_ = value; + iIMJCLBOPNC_ = value; } } @@ -110,15 +110,15 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "is_taken_reward" field. - public const int IsTakenRewardFieldNumber = 12; - private bool isTakenReward_; + /// Field number for the "NOPMENIAFJM" field. + public const int NOPMENIAFJMFieldNumber = 12; + private bool nOPMENIAFJM_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool IsTakenReward { - get { return isTakenReward_; } + public bool NOPMENIAFJM { + get { return nOPMENIAFJM_; } set { - isTakenReward_ = value; + nOPMENIAFJM_ = value; } } @@ -149,9 +149,9 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (DailyProgress != other.DailyProgress) return false; + if (IIMJCLBOPNC != other.IIMJCLBOPNC) return false; if (WorldLevel != other.WorldLevel) return false; - if (IsTakenReward != other.IsTakenReward) return false; + if (NOPMENIAFJM != other.NOPMENIAFJM) return false; if (Level != other.Level) return false; return Equals(_unknownFields, other._unknownFields); } @@ -160,9 +160,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (DailyProgress != 0) hash ^= DailyProgress.GetHashCode(); + if (IIMJCLBOPNC != 0) hash ^= IIMJCLBOPNC.GetHashCode(); if (WorldLevel != 0) hash ^= WorldLevel.GetHashCode(); - if (IsTakenReward != false) hash ^= IsTakenReward.GetHashCode(); + if (NOPMENIAFJM != false) hash ^= NOPMENIAFJM.GetHashCode(); if (Level != 0) hash ^= Level.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); @@ -182,9 +182,9 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (DailyProgress != 0) { + if (IIMJCLBOPNC != 0) { output.WriteRawTag(56); - output.WriteUInt32(DailyProgress); + output.WriteUInt32(IIMJCLBOPNC); } if (Level != 0) { output.WriteRawTag(72); @@ -194,9 +194,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(80); output.WriteUInt32(WorldLevel); } - if (IsTakenReward != false) { + if (NOPMENIAFJM != false) { output.WriteRawTag(96); - output.WriteBool(IsTakenReward); + output.WriteBool(NOPMENIAFJM); } if (_unknownFields != null) { _unknownFields.WriteTo(output); @@ -208,9 +208,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (DailyProgress != 0) { + if (IIMJCLBOPNC != 0) { output.WriteRawTag(56); - output.WriteUInt32(DailyProgress); + output.WriteUInt32(IIMJCLBOPNC); } if (Level != 0) { output.WriteRawTag(72); @@ -220,9 +220,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(80); output.WriteUInt32(WorldLevel); } - if (IsTakenReward != false) { + if (NOPMENIAFJM != false) { output.WriteRawTag(96); - output.WriteBool(IsTakenReward); + output.WriteBool(NOPMENIAFJM); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); @@ -234,13 +234,13 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (DailyProgress != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DailyProgress); + if (IIMJCLBOPNC != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IIMJCLBOPNC); } if (WorldLevel != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(WorldLevel); } - if (IsTakenReward != false) { + if (NOPMENIAFJM != false) { size += 1 + 1; } if (Level != 0) { @@ -258,14 +258,14 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - if (other.DailyProgress != 0) { - DailyProgress = other.DailyProgress; + if (other.IIMJCLBOPNC != 0) { + IIMJCLBOPNC = other.IIMJCLBOPNC; } if (other.WorldLevel != 0) { WorldLevel = other.WorldLevel; } - if (other.IsTakenReward != false) { - IsTakenReward = other.IsTakenReward; + if (other.NOPMENIAFJM != false) { + NOPMENIAFJM = other.NOPMENIAFJM; } if (other.Level != 0) { Level = other.Level; @@ -286,7 +286,7 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 56: { - DailyProgress = input.ReadUInt32(); + IIMJCLBOPNC = input.ReadUInt32(); break; } case 72: { @@ -298,7 +298,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 96: { - IsTakenReward = input.ReadBool(); + NOPMENIAFJM = input.ReadBool(); break; } } @@ -317,7 +317,7 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 56: { - DailyProgress = input.ReadUInt32(); + IIMJCLBOPNC = input.ReadUInt32(); break; } case 72: { @@ -329,7 +329,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 96: { - IsTakenReward = input.ReadBool(); + NOPMENIAFJM = input.ReadBool(); break; } } diff --git a/Proto/DelMailScRsp.cs b/Proto/DelMailScRsp.cs index 5f890b3c..dac7c6bf 100644 --- a/Proto/DelMailScRsp.cs +++ b/Proto/DelMailScRsp.cs @@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto { static DelMailScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChJEZWxNYWlsU2NSc3AucHJvdG8iLwoMRGVsTWFpbFNjUnNwEg4KBklkTGlz", - "dBgJIAMoDRIPCgdSZXRjb2RlGA8gASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdT", - "ZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "ChJEZWxNYWlsU2NSc3AucHJvdG8iMAoMRGVsTWFpbFNjUnNwEg8KB2lkX2xp", + "c3QYCSADKA0SDwoHcmV0Y29kZRgPIAEoDUIeqgIbRWdnTGluay5EYW5oZW5n", + "U2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -83,7 +83,7 @@ namespace EggLink.DanhengServer.Proto { return new DelMailScRsp(this); } - /// Field number for the "IdList" field. + /// Field number for the "id_list" field. public const int IdListFieldNumber = 9; private static readonly pb::FieldCodec _repeated_idList_codec = pb::FieldCodec.ForUInt32(74); @@ -94,7 +94,7 @@ namespace EggLink.DanhengServer.Proto { get { return idList_; } } - /// Field number for the "Retcode" field. + /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 15; private uint retcode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/DeleteRelicFilterPlanCsReq.cs b/Proto/DeleteRelicFilterPlanCsReq.cs index 54478b05..d2d09f08 100644 --- a/Proto/DeleteRelicFilterPlanCsReq.cs +++ b/Proto/DeleteRelicFilterPlanCsReq.cs @@ -24,10 +24,10 @@ namespace EggLink.DanhengServer.Proto { static DeleteRelicFilterPlanCsReqReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiBEZWxldGVSZWxpY0ZpbHRlclBsYW5Dc1JlcS5wcm90byJGChpEZWxldGVS", - "ZWxpY0ZpbHRlclBsYW5Dc1JlcRIRCglJc0JhdGNoT3AYDSABKAgSFQoNU2xv", - "dEluZGV4TGlzdBgIIAMoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlBy", - "b3RvYgZwcm90bzM=")); + "CiBEZWxldGVSZWxpY0ZpbHRlclBsYW5Dc1JlcS5wcm90byJKChpEZWxldGVS", + "ZWxpY0ZpbHRlclBsYW5Dc1JlcRITCgtpc19iYXRjaF9vcBgNIAEoCBIXCg9z", + "bG90X2luZGV4X2xpc3QYCCADKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZl", + "ci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -84,7 +84,7 @@ namespace EggLink.DanhengServer.Proto { return new DeleteRelicFilterPlanCsReq(this); } - /// Field number for the "IsBatchOp" field. + /// Field number for the "is_batch_op" field. public const int IsBatchOpFieldNumber = 13; private bool isBatchOp_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -96,7 +96,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "SlotIndexList" field. + /// Field number for the "slot_index_list" field. public const int SlotIndexListFieldNumber = 8; private static readonly pb::FieldCodec _repeated_slotIndexList_codec = pb::FieldCodec.ForUInt32(66); diff --git a/Proto/DeployRotaterScRsp.cs b/Proto/DeployRotaterScRsp.cs index 1a2861b4..f8c7b7dc 100644 --- a/Proto/DeployRotaterScRsp.cs +++ b/Proto/DeployRotaterScRsp.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static DeployRotaterScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChhEZXBsb3lSb3RhdGVyU2NSc3AucHJvdG8aEVJvdGF0ZXJEYXRhLnByb3Rv", - "GhdSb3RhdGVyRW5lcmd5SW5mby5wcm90byJyChJEZXBsb3lSb3RhdGVyU2NS", + "ChhEZXBsb3lSb3RhdGVyU2NSc3AucHJvdG8aF1JvdGF0ZXJFbmVyZ3lJbmZv", + "LnByb3RvGhFSb3RhdGVyRGF0YS5wcm90byJyChJEZXBsb3lSb3RhdGVyU2NS", "c3ASDwoHcmV0Y29kZRgEIAEoDRInCgtlbmVyZ3lfaW5mbxgPIAEoCzISLlJv", "dGF0ZXJFbmVyZ3lJbmZvEiIKDHJvdGF0ZXJfZGF0YRgLIAEoCzIMLlJvdGF0", "ZXJEYXRhQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3Rv", "Mw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RotaterDataReflection.Descriptor, global::EggLink.DanhengServer.Proto.RotaterEnergyInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RotaterEnergyInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RotaterDataReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DeployRotaterScRsp), global::EggLink.DanhengServer.Proto.DeployRotaterScRsp.Parser, new[]{ "Retcode", "EnergyInfo", "RotaterData" }, null, null, null, null) })); diff --git a/Proto/DialogueEvent.cs b/Proto/DialogueEvent.cs deleted file mode 100644 index 497ccf33..00000000 --- a/Proto/DialogueEvent.cs +++ /dev/null @@ -1,403 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: DialogueEvent.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from DialogueEvent.proto - public static partial class DialogueEventReflection { - - #region Descriptor - /// File descriptor for DialogueEvent.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static DialogueEventReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChNEaWFsb2d1ZUV2ZW50LnByb3RvGh1Sb2d1ZURpYWxvZ3VlRXZlbnRQYXJh", - "bS5wcm90byLCAQoNRGlhbG9ndWVFdmVudBIXCg9ldmVudF91bmlxdWVfaWQY", - "DCABKA0SOwoZZGlhbG9ndWVfZXZlbnRfcGFyYW1fbGlzdBgOIAMoCzIYLlJv", - "Z3VlRGlhbG9ndWVFdmVudFBhcmFtEhYKDmdhbWVfbW9kZV90eXBlGA0gASgN", - "EhgKEHRhbGtfZGlhbG9ndWVfaWQYCCABKA0SFAoMYWVvbl90YWxrX2lkGAog", - "ASgNEhMKC0VPSEVFSUdPQktEGAUgAygNQh6qAhtFZ2dMaW5rLkRhbmhlbmdT", - "ZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueDialogueEventParamReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DialogueEvent), global::EggLink.DanhengServer.Proto.DialogueEvent.Parser, new[]{ "EventUniqueId", "DialogueEventParamList", "GameModeType", "TalkDialogueId", "AeonTalkId", "EOHEEIGOBKD" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class DialogueEvent : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new DialogueEvent()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.DialogueEventReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public DialogueEvent() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public DialogueEvent(DialogueEvent other) : this() { - eventUniqueId_ = other.eventUniqueId_; - dialogueEventParamList_ = other.dialogueEventParamList_.Clone(); - gameModeType_ = other.gameModeType_; - talkDialogueId_ = other.talkDialogueId_; - aeonTalkId_ = other.aeonTalkId_; - eOHEEIGOBKD_ = other.eOHEEIGOBKD_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public DialogueEvent Clone() { - return new DialogueEvent(this); - } - - /// Field number for the "event_unique_id" field. - public const int EventUniqueIdFieldNumber = 12; - private uint eventUniqueId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint EventUniqueId { - get { return eventUniqueId_; } - set { - eventUniqueId_ = value; - } - } - - /// Field number for the "dialogue_event_param_list" field. - public const int DialogueEventParamListFieldNumber = 14; - private static readonly pb::FieldCodec _repeated_dialogueEventParamList_codec - = pb::FieldCodec.ForMessage(114, global::EggLink.DanhengServer.Proto.RogueDialogueEventParam.Parser); - private readonly pbc::RepeatedField dialogueEventParamList_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField DialogueEventParamList { - get { return dialogueEventParamList_; } - } - - /// Field number for the "game_mode_type" field. - public const int GameModeTypeFieldNumber = 13; - private uint gameModeType_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint GameModeType { - get { return gameModeType_; } - set { - gameModeType_ = value; - } - } - - /// Field number for the "talk_dialogue_id" field. - public const int TalkDialogueIdFieldNumber = 8; - private uint talkDialogueId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint TalkDialogueId { - get { return talkDialogueId_; } - set { - talkDialogueId_ = value; - } - } - - /// Field number for the "aeon_talk_id" field. - public const int AeonTalkIdFieldNumber = 10; - private uint aeonTalkId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint AeonTalkId { - get { return aeonTalkId_; } - set { - aeonTalkId_ = value; - } - } - - /// Field number for the "EOHEEIGOBKD" field. - public const int EOHEEIGOBKDFieldNumber = 5; - private static readonly pb::FieldCodec _repeated_eOHEEIGOBKD_codec - = pb::FieldCodec.ForUInt32(42); - private readonly pbc::RepeatedField eOHEEIGOBKD_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField EOHEEIGOBKD { - get { return eOHEEIGOBKD_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as DialogueEvent); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(DialogueEvent other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (EventUniqueId != other.EventUniqueId) return false; - if(!dialogueEventParamList_.Equals(other.dialogueEventParamList_)) return false; - if (GameModeType != other.GameModeType) return false; - if (TalkDialogueId != other.TalkDialogueId) return false; - if (AeonTalkId != other.AeonTalkId) return false; - if(!eOHEEIGOBKD_.Equals(other.eOHEEIGOBKD_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (EventUniqueId != 0) hash ^= EventUniqueId.GetHashCode(); - hash ^= dialogueEventParamList_.GetHashCode(); - if (GameModeType != 0) hash ^= GameModeType.GetHashCode(); - if (TalkDialogueId != 0) hash ^= TalkDialogueId.GetHashCode(); - if (AeonTalkId != 0) hash ^= AeonTalkId.GetHashCode(); - hash ^= eOHEEIGOBKD_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - eOHEEIGOBKD_.WriteTo(output, _repeated_eOHEEIGOBKD_codec); - if (TalkDialogueId != 0) { - output.WriteRawTag(64); - output.WriteUInt32(TalkDialogueId); - } - if (AeonTalkId != 0) { - output.WriteRawTag(80); - output.WriteUInt32(AeonTalkId); - } - if (EventUniqueId != 0) { - output.WriteRawTag(96); - output.WriteUInt32(EventUniqueId); - } - if (GameModeType != 0) { - output.WriteRawTag(104); - output.WriteUInt32(GameModeType); - } - dialogueEventParamList_.WriteTo(output, _repeated_dialogueEventParamList_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - eOHEEIGOBKD_.WriteTo(ref output, _repeated_eOHEEIGOBKD_codec); - if (TalkDialogueId != 0) { - output.WriteRawTag(64); - output.WriteUInt32(TalkDialogueId); - } - if (AeonTalkId != 0) { - output.WriteRawTag(80); - output.WriteUInt32(AeonTalkId); - } - if (EventUniqueId != 0) { - output.WriteRawTag(96); - output.WriteUInt32(EventUniqueId); - } - if (GameModeType != 0) { - output.WriteRawTag(104); - output.WriteUInt32(GameModeType); - } - dialogueEventParamList_.WriteTo(ref output, _repeated_dialogueEventParamList_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (EventUniqueId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EventUniqueId); - } - size += dialogueEventParamList_.CalculateSize(_repeated_dialogueEventParamList_codec); - if (GameModeType != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GameModeType); - } - if (TalkDialogueId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(TalkDialogueId); - } - if (AeonTalkId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AeonTalkId); - } - size += eOHEEIGOBKD_.CalculateSize(_repeated_eOHEEIGOBKD_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(DialogueEvent other) { - if (other == null) { - return; - } - if (other.EventUniqueId != 0) { - EventUniqueId = other.EventUniqueId; - } - dialogueEventParamList_.Add(other.dialogueEventParamList_); - if (other.GameModeType != 0) { - GameModeType = other.GameModeType; - } - if (other.TalkDialogueId != 0) { - TalkDialogueId = other.TalkDialogueId; - } - if (other.AeonTalkId != 0) { - AeonTalkId = other.AeonTalkId; - } - eOHEEIGOBKD_.Add(other.eOHEEIGOBKD_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 42: - case 40: { - eOHEEIGOBKD_.AddEntriesFrom(input, _repeated_eOHEEIGOBKD_codec); - break; - } - case 64: { - TalkDialogueId = input.ReadUInt32(); - break; - } - case 80: { - AeonTalkId = input.ReadUInt32(); - break; - } - case 96: { - EventUniqueId = input.ReadUInt32(); - break; - } - case 104: { - GameModeType = input.ReadUInt32(); - break; - } - case 114: { - dialogueEventParamList_.AddEntriesFrom(input, _repeated_dialogueEventParamList_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 42: - case 40: { - eOHEEIGOBKD_.AddEntriesFrom(ref input, _repeated_eOHEEIGOBKD_codec); - break; - } - case 64: { - TalkDialogueId = input.ReadUInt32(); - break; - } - case 80: { - AeonTalkId = input.ReadUInt32(); - break; - } - case 96: { - EventUniqueId = input.ReadUInt32(); - break; - } - case 104: { - GameModeType = input.ReadUInt32(); - break; - } - case 114: { - dialogueEventParamList_.AddEntriesFrom(ref input, _repeated_dialogueEventParamList_codec); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/DiscardRelicScRsp.cs b/Proto/DiscardRelicScRsp.cs index df128b49..ee33e854 100644 --- a/Proto/DiscardRelicScRsp.cs +++ b/Proto/DiscardRelicScRsp.cs @@ -24,15 +24,13 @@ namespace EggLink.DanhengServer.Proto { static DiscardRelicScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChdEaXNjYXJkUmVsaWNTY1JzcC5wcm90bxoRSUNQSU5FSE9MTUwucHJvdG8i", - "cAoRRGlzY2FyZFJlbGljU2NSc3ASEwoLS0dFRkhPRUNNTU4YDCADKA0SDwoH", - "cmV0Y29kZRgBIAEoDRIhCgtOTFBDT05OSk9ORhgLIAEoDjIMLklDUElORUhP", - "TE1MEhIKCmlzX2Rpc2NhcmQYAiABKAhCHqoCG0VnZ0xpbmsuRGFuaGVuZ1Nl", - "cnZlci5Qcm90b2IGcHJvdG8z")); + "ChdEaXNjYXJkUmVsaWNTY1JzcC5wcm90byI4ChFEaXNjYXJkUmVsaWNTY1Jz", + "cBIPCgdyZXRjb2RlGAEgASgNEhIKCmlzX2Rpc2NhcmQYAiABKAhCHqoCG0Vn", + "Z0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ICPINEHOLMLReflection.Descriptor, }, + new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DiscardRelicScRsp), global::EggLink.DanhengServer.Proto.DiscardRelicScRsp.Parser, new[]{ "KGEFHOECMMN", "Retcode", "NLPCONNJONF", "IsDiscard" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DiscardRelicScRsp), global::EggLink.DanhengServer.Proto.DiscardRelicScRsp.Parser, new[]{ "Retcode", "IsDiscard" }, null, null, null, null) })); } #endregion @@ -74,9 +72,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public DiscardRelicScRsp(DiscardRelicScRsp other) : this() { - kGEFHOECMMN_ = other.kGEFHOECMMN_.Clone(); retcode_ = other.retcode_; - nLPCONNJONF_ = other.nLPCONNJONF_; isDiscard_ = other.isDiscard_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -87,17 +83,6 @@ namespace EggLink.DanhengServer.Proto { return new DiscardRelicScRsp(this); } - /// Field number for the "KGEFHOECMMN" field. - public const int KGEFHOECMMNFieldNumber = 12; - private static readonly pb::FieldCodec _repeated_kGEFHOECMMN_codec - = pb::FieldCodec.ForUInt32(98); - private readonly pbc::RepeatedField kGEFHOECMMN_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField KGEFHOECMMN { - get { return kGEFHOECMMN_; } - } - /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 1; private uint retcode_; @@ -110,18 +95,6 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "NLPCONNJONF" field. - public const int NLPCONNJONFFieldNumber = 11; - private global::EggLink.DanhengServer.Proto.ICPINEHOLML nLPCONNJONF_ = global::EggLink.DanhengServer.Proto.ICPINEHOLML.RelicDiscardTypeSingle; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.ICPINEHOLML NLPCONNJONF { - get { return nLPCONNJONF_; } - set { - nLPCONNJONF_ = value; - } - } - /// Field number for the "is_discard" field. public const int IsDiscardFieldNumber = 2; private bool isDiscard_; @@ -149,9 +122,7 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if(!kGEFHOECMMN_.Equals(other.kGEFHOECMMN_)) return false; if (Retcode != other.Retcode) return false; - if (NLPCONNJONF != other.NLPCONNJONF) return false; if (IsDiscard != other.IsDiscard) return false; return Equals(_unknownFields, other._unknownFields); } @@ -160,9 +131,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - hash ^= kGEFHOECMMN_.GetHashCode(); if (Retcode != 0) hash ^= Retcode.GetHashCode(); - if (NLPCONNJONF != global::EggLink.DanhengServer.Proto.ICPINEHOLML.RelicDiscardTypeSingle) hash ^= NLPCONNJONF.GetHashCode(); if (IsDiscard != false) hash ^= IsDiscard.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); @@ -190,11 +159,6 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(16); output.WriteBool(IsDiscard); } - if (NLPCONNJONF != global::EggLink.DanhengServer.Proto.ICPINEHOLML.RelicDiscardTypeSingle) { - output.WriteRawTag(88); - output.WriteEnum((int) NLPCONNJONF); - } - kGEFHOECMMN_.WriteTo(output, _repeated_kGEFHOECMMN_codec); if (_unknownFields != null) { _unknownFields.WriteTo(output); } @@ -213,11 +177,6 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(16); output.WriteBool(IsDiscard); } - if (NLPCONNJONF != global::EggLink.DanhengServer.Proto.ICPINEHOLML.RelicDiscardTypeSingle) { - output.WriteRawTag(88); - output.WriteEnum((int) NLPCONNJONF); - } - kGEFHOECMMN_.WriteTo(ref output, _repeated_kGEFHOECMMN_codec); if (_unknownFields != null) { _unknownFields.WriteTo(ref output); } @@ -228,13 +187,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - size += kGEFHOECMMN_.CalculateSize(_repeated_kGEFHOECMMN_codec); if (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); } - if (NLPCONNJONF != global::EggLink.DanhengServer.Proto.ICPINEHOLML.RelicDiscardTypeSingle) { - size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) NLPCONNJONF); - } if (IsDiscard != false) { size += 1 + 1; } @@ -250,13 +205,9 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - kGEFHOECMMN_.Add(other.kGEFHOECMMN_); if (other.Retcode != 0) { Retcode = other.Retcode; } - if (other.NLPCONNJONF != global::EggLink.DanhengServer.Proto.ICPINEHOLML.RelicDiscardTypeSingle) { - NLPCONNJONF = other.NLPCONNJONF; - } if (other.IsDiscard != false) { IsDiscard = other.IsDiscard; } @@ -283,15 +234,6 @@ namespace EggLink.DanhengServer.Proto { IsDiscard = input.ReadBool(); break; } - case 88: { - NLPCONNJONF = (global::EggLink.DanhengServer.Proto.ICPINEHOLML) input.ReadEnum(); - break; - } - case 98: - case 96: { - kGEFHOECMMN_.AddEntriesFrom(input, _repeated_kGEFHOECMMN_codec); - break; - } } } #endif @@ -315,15 +257,6 @@ namespace EggLink.DanhengServer.Proto { IsDiscard = input.ReadBool(); break; } - case 88: { - NLPCONNJONF = (global::EggLink.DanhengServer.Proto.ICPINEHOLML) input.ReadEnum(); - break; - } - case 98: - case 96: { - kGEFHOECMMN_.AddEntriesFrom(ref input, _repeated_kGEFHOECMMN_codec); - break; - } } } } diff --git a/Proto/DisplayAvatarDetailInfo.cs b/Proto/DisplayAvatarDetailInfo.cs index 02d3c2da..c3d5f081 100644 --- a/Proto/DisplayAvatarDetailInfo.cs +++ b/Proto/DisplayAvatarDetailInfo.cs @@ -26,14 +26,14 @@ namespace EggLink.DanhengServer.Proto { string.Concat( "Ch1EaXNwbGF5QXZhdGFyRGV0YWlsSW5mby5wcm90bxoVQXZhdGFyU2tpbGxU", "cmVlLnByb3RvGhZEaXNwbGF5UmVsaWNJbmZvLnByb3RvGhpEaXNwbGF5RXF1", - "aXBtZW50SW5mby5wcm90byKFAgoXRGlzcGxheUF2YXRhckRldGFpbEluZm8S", - "FQoNRHJlc3NlZFNraW5JZBgKIAEoDRILCgNFeHAYDiABKA0SEQoJUHJvbW90", - "aW9uGAwgASgNEiQKCVJlbGljTGlzdBgIIAMoCzIRLkRpc3BsYXlSZWxpY0lu", - "Zm8SDAoEUmFuaxgPIAEoDRINCgVMZXZlbBgBIAEoDRIoCglFcXVpcG1lbnQY", - "BiABKAsyFS5EaXNwbGF5RXF1aXBtZW50SW5mbxInCg1Ta2lsbHRyZWVMaXN0", - "GAsgAygLMhAuQXZhdGFyU2tpbGxUcmVlEhAKCEF2YXRhcklkGAUgASgNEgsK", - "A1BvcxgJIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", - "cm90bzM=")); + "aXBtZW50SW5mby5wcm90byKKAgoXRGlzcGxheUF2YXRhckRldGFpbEluZm8S", + "FwoPZHJlc3NlZF9za2luX2lkGAogASgNEgsKA2V4cBgOIAEoDRIRCglwcm9t", + "b3Rpb24YDCABKA0SJQoKcmVsaWNfbGlzdBgIIAMoCzIRLkRpc3BsYXlSZWxp", + "Y0luZm8SDAoEcmFuaxgPIAEoDRINCgVsZXZlbBgBIAEoDRIoCgllcXVpcG1l", + "bnQYBiABKAsyFS5EaXNwbGF5RXF1aXBtZW50SW5mbxIoCg5za2lsbHRyZWVf", + "bGlzdBgLIAMoCzIQLkF2YXRhclNraWxsVHJlZRIRCglhdmF0YXJfaWQYBSAB", + "KA0SCwoDcG9zGAkgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJv", + "dG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AvatarSkillTreeReflection.Descriptor, global::EggLink.DanhengServer.Proto.DisplayRelicInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.DisplayEquipmentInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -98,7 +98,7 @@ namespace EggLink.DanhengServer.Proto { return new DisplayAvatarDetailInfo(this); } - /// Field number for the "DressedSkinId" field. + /// Field number for the "dressed_skin_id" field. public const int DressedSkinIdFieldNumber = 10; private uint dressedSkinId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -110,7 +110,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Exp" field. + /// Field number for the "exp" field. public const int ExpFieldNumber = 14; private uint exp_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -122,7 +122,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Promotion" field. + /// Field number for the "promotion" field. public const int PromotionFieldNumber = 12; private uint promotion_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -134,7 +134,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "RelicList" field. + /// Field number for the "relic_list" field. public const int RelicListFieldNumber = 8; private static readonly pb::FieldCodec _repeated_relicList_codec = pb::FieldCodec.ForMessage(66, global::EggLink.DanhengServer.Proto.DisplayRelicInfo.Parser); @@ -145,7 +145,7 @@ namespace EggLink.DanhengServer.Proto { get { return relicList_; } } - /// Field number for the "Rank" field. + /// Field number for the "rank" field. public const int RankFieldNumber = 15; private uint rank_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -157,7 +157,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Level" field. + /// Field number for the "level" field. public const int LevelFieldNumber = 1; private uint level_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -169,7 +169,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Equipment" field. + /// Field number for the "equipment" field. public const int EquipmentFieldNumber = 6; private global::EggLink.DanhengServer.Proto.DisplayEquipmentInfo equipment_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -181,7 +181,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "SkilltreeList" field. + /// Field number for the "skilltree_list" field. public const int SkilltreeListFieldNumber = 11; private static readonly pb::FieldCodec _repeated_skilltreeList_codec = pb::FieldCodec.ForMessage(90, global::EggLink.DanhengServer.Proto.AvatarSkillTree.Parser); @@ -192,7 +192,7 @@ namespace EggLink.DanhengServer.Proto { get { return skilltreeList_; } } - /// Field number for the "AvatarId" field. + /// Field number for the "avatar_id" field. public const int AvatarIdFieldNumber = 5; private uint avatarId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -204,7 +204,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Pos" field. + /// Field number for the "pos" field. public const int PosFieldNumber = 9; private uint pos_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/DrinkMakerGuest.cs b/Proto/DrinkMakerGuest.cs index 7cc4d87f..df27b569 100644 --- a/Proto/DrinkMakerGuest.cs +++ b/Proto/DrinkMakerGuest.cs @@ -24,10 +24,10 @@ namespace EggLink.DanhengServer.Proto { static DrinkMakerGuestReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChVEcmlua01ha2VyR3Vlc3QucHJvdG8iTwoPRHJpbmtNYWtlckd1ZXN0Eg8K", - "B0d1ZXN0SWQYCCABKA0SHAoUVW5sb2NrZWRGYXZvclRhZ0xpc3QYASADKA0S", - "DQoFRmFpdGgYBiABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90", - "b2IGcHJvdG8z")); + "ChVEcmlua01ha2VyR3Vlc3QucHJvdG8iUwoPRHJpbmtNYWtlckd1ZXN0EhAK", + "CGd1ZXN0X2lkGAggASgNEh8KF3VubG9ja2VkX2Zhdm9yX3RhZ19saXN0GAEg", + "AygNEg0KBWZhaXRoGAYgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIu", + "UHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -85,7 +85,7 @@ namespace EggLink.DanhengServer.Proto { return new DrinkMakerGuest(this); } - /// Field number for the "GuestId" field. + /// Field number for the "guest_id" field. public const int GuestIdFieldNumber = 8; private uint guestId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -97,7 +97,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "UnlockedFavorTagList" field. + /// Field number for the "unlocked_favor_tag_list" field. public const int UnlockedFavorTagListFieldNumber = 1; private static readonly pb::FieldCodec _repeated_unlockedFavorTagList_codec = pb::FieldCodec.ForUInt32(10); @@ -108,7 +108,7 @@ namespace EggLink.DanhengServer.Proto { get { return unlockedFavorTagList_; } } - /// Field number for the "Faith" field. + /// Field number for the "faith" field. public const int FaithFieldNumber = 6; private uint faith_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/EAIMKOMHKHD.cs b/Proto/EAIMKOMHKHD.cs deleted file mode 100644 index b7c63951..00000000 --- a/Proto/EAIMKOMHKHD.cs +++ /dev/null @@ -1,271 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: EAIMKOMHKHD.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from EAIMKOMHKHD.proto - public static partial class EAIMKOMHKHDReflection { - - #region Descriptor - /// File descriptor for EAIMKOMHKHD.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static EAIMKOMHKHDReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFFQUlNS09NSEtIRC5wcm90byI1CgtFQUlNS09NSEtIRBITCgtHR0RJSUJD", - "RE9CQhgEIAEoDRIRCglhdmF0YXJfaWQYAiABKA1CHqoCG0VnZ0xpbmsuRGFu", - "aGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EAIMKOMHKHD), global::EggLink.DanhengServer.Proto.EAIMKOMHKHD.Parser, new[]{ "GGDIIBCDOBB", "AvatarId" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class EAIMKOMHKHD : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new EAIMKOMHKHD()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.EAIMKOMHKHDReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public EAIMKOMHKHD() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public EAIMKOMHKHD(EAIMKOMHKHD other) : this() { - gGDIIBCDOBB_ = other.gGDIIBCDOBB_; - avatarId_ = other.avatarId_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public EAIMKOMHKHD Clone() { - return new EAIMKOMHKHD(this); - } - - /// Field number for the "GGDIIBCDOBB" field. - public const int GGDIIBCDOBBFieldNumber = 4; - private uint gGDIIBCDOBB_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint GGDIIBCDOBB { - get { return gGDIIBCDOBB_; } - set { - gGDIIBCDOBB_ = value; - } - } - - /// Field number for the "avatar_id" field. - public const int AvatarIdFieldNumber = 2; - private uint avatarId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint AvatarId { - get { return avatarId_; } - set { - avatarId_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as EAIMKOMHKHD); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(EAIMKOMHKHD other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (GGDIIBCDOBB != other.GGDIIBCDOBB) return false; - if (AvatarId != other.AvatarId) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (GGDIIBCDOBB != 0) hash ^= GGDIIBCDOBB.GetHashCode(); - if (AvatarId != 0) hash ^= AvatarId.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (AvatarId != 0) { - output.WriteRawTag(16); - output.WriteUInt32(AvatarId); - } - if (GGDIIBCDOBB != 0) { - output.WriteRawTag(32); - output.WriteUInt32(GGDIIBCDOBB); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (AvatarId != 0) { - output.WriteRawTag(16); - output.WriteUInt32(AvatarId); - } - if (GGDIIBCDOBB != 0) { - output.WriteRawTag(32); - output.WriteUInt32(GGDIIBCDOBB); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (GGDIIBCDOBB != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GGDIIBCDOBB); - } - if (AvatarId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AvatarId); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(EAIMKOMHKHD other) { - if (other == null) { - return; - } - if (other.GGDIIBCDOBB != 0) { - GGDIIBCDOBB = other.GGDIIBCDOBB; - } - if (other.AvatarId != 0) { - AvatarId = other.AvatarId; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 16: { - AvatarId = input.ReadUInt32(); - break; - } - case 32: { - GGDIIBCDOBB = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 16: { - AvatarId = input.ReadUInt32(); - break; - } - case 32: { - GGDIIBCDOBB = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/EDDHMIGFDJI.cs b/Proto/EDDHMIGFDJI.cs deleted file mode 100644 index 23f043b3..00000000 --- a/Proto/EDDHMIGFDJI.cs +++ /dev/null @@ -1,309 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: EDDHMIGFDJI.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from EDDHMIGFDJI.proto - public static partial class EDDHMIGFDJIReflection { - - #region Descriptor - /// File descriptor for EDDHMIGFDJI.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static EDDHMIGFDJIReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFFRERITUlHRkRKSS5wcm90byJLCgtFRERITUlHRkRKSRITCgtNQkdLQ0tM", - "REhJQhgMIAEoDRIPCgdjb25maXJtGAUgASgIEhYKDnNlbGVjdF9jZWxsX2lk", - "GA4gASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3Rv", - "Mw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EDDHMIGFDJI), global::EggLink.DanhengServer.Proto.EDDHMIGFDJI.Parser, new[]{ "MBGKCKLDHIB", "Confirm", "SelectCellId" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class EDDHMIGFDJI : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new EDDHMIGFDJI()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.EDDHMIGFDJIReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public EDDHMIGFDJI() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public EDDHMIGFDJI(EDDHMIGFDJI other) : this() { - mBGKCKLDHIB_ = other.mBGKCKLDHIB_; - confirm_ = other.confirm_; - selectCellId_ = other.selectCellId_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public EDDHMIGFDJI Clone() { - return new EDDHMIGFDJI(this); - } - - /// Field number for the "MBGKCKLDHIB" field. - public const int MBGKCKLDHIBFieldNumber = 12; - private uint mBGKCKLDHIB_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint MBGKCKLDHIB { - get { return mBGKCKLDHIB_; } - set { - mBGKCKLDHIB_ = value; - } - } - - /// Field number for the "confirm" field. - public const int ConfirmFieldNumber = 5; - private bool confirm_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Confirm { - get { return confirm_; } - set { - confirm_ = value; - } - } - - /// Field number for the "select_cell_id" field. - public const int SelectCellIdFieldNumber = 14; - private uint selectCellId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint SelectCellId { - get { return selectCellId_; } - set { - selectCellId_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as EDDHMIGFDJI); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(EDDHMIGFDJI other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (MBGKCKLDHIB != other.MBGKCKLDHIB) return false; - if (Confirm != other.Confirm) return false; - if (SelectCellId != other.SelectCellId) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (MBGKCKLDHIB != 0) hash ^= MBGKCKLDHIB.GetHashCode(); - if (Confirm != false) hash ^= Confirm.GetHashCode(); - if (SelectCellId != 0) hash ^= SelectCellId.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Confirm != false) { - output.WriteRawTag(40); - output.WriteBool(Confirm); - } - if (MBGKCKLDHIB != 0) { - output.WriteRawTag(96); - output.WriteUInt32(MBGKCKLDHIB); - } - if (SelectCellId != 0) { - output.WriteRawTag(112); - output.WriteUInt32(SelectCellId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Confirm != false) { - output.WriteRawTag(40); - output.WriteBool(Confirm); - } - if (MBGKCKLDHIB != 0) { - output.WriteRawTag(96); - output.WriteUInt32(MBGKCKLDHIB); - } - if (SelectCellId != 0) { - output.WriteRawTag(112); - output.WriteUInt32(SelectCellId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (MBGKCKLDHIB != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MBGKCKLDHIB); - } - if (Confirm != false) { - size += 1 + 1; - } - if (SelectCellId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SelectCellId); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(EDDHMIGFDJI other) { - if (other == null) { - return; - } - if (other.MBGKCKLDHIB != 0) { - MBGKCKLDHIB = other.MBGKCKLDHIB; - } - if (other.Confirm != false) { - Confirm = other.Confirm; - } - if (other.SelectCellId != 0) { - SelectCellId = other.SelectCellId; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 40: { - Confirm = input.ReadBool(); - break; - } - case 96: { - MBGKCKLDHIB = input.ReadUInt32(); - break; - } - case 112: { - SelectCellId = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 40: { - Confirm = input.ReadBool(); - break; - } - case 96: { - MBGKCKLDHIB = input.ReadUInt32(); - break; - } - case 112: { - SelectCellId = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/EEIBHJPNJCF.cs b/Proto/EEIBHJPNJCF.cs deleted file mode 100644 index be9b6d0a..00000000 --- a/Proto/EEIBHJPNJCF.cs +++ /dev/null @@ -1,49 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: EEIBHJPNJCF.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from EEIBHJPNJCF.proto - public static partial class EEIBHJPNJCFReflection { - - #region Descriptor - /// File descriptor for EEIBHJPNJCF.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static EEIBHJPNJCFReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFFRUlCSEpQTkpDRi5wcm90bypuCgtFRUlCSEpQTkpDRhIfChtNQVJCTEVf", - "UExBWUVSX1NUQVRFX0RlZmF1bHQQABIdChlNQVJCTEVfUExBWUVSX1NUQVRF", - "X0xlYXZlEAESHwobTUFSQkxFX1BMQVlFUl9TVEFURV9LaWNrT3V0EAJCHqoC", - "G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.EEIBHJPNJCF), }, null, null)); - } - #endregion - - } - #region Enums - public enum EEIBHJPNJCF { - [pbr::OriginalName("MARBLE_PLAYER_STATE_Default")] MarblePlayerStateDefault = 0, - [pbr::OriginalName("MARBLE_PLAYER_STATE_Leave")] MarblePlayerStateLeave = 1, - [pbr::OriginalName("MARBLE_PLAYER_STATE_KickOut")] MarblePlayerStateKickOut = 2, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/EGALAGNAEFB.cs b/Proto/EGALAGNAEFB.cs deleted file mode 100644 index dd1c08bf..00000000 --- a/Proto/EGALAGNAEFB.cs +++ /dev/null @@ -1,309 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: EGALAGNAEFB.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from EGALAGNAEFB.proto - public static partial class EGALAGNAEFBReflection { - - #region Descriptor - /// File descriptor for EGALAGNAEFB.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static EGALAGNAEFBReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFFR0FMQUdOQUVGQi5wcm90byJMCgtFR0FMQUdOQUVGQhITCgtPTEdMSkhF", - "Q0RPRhgPIAEoDRITCgtHQ0xFQkdERElJUBgGIAEoDRITCgtHUERFSUlJT0lQ", - "ThgFIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90", - "bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EGALAGNAEFB), global::EggLink.DanhengServer.Proto.EGALAGNAEFB.Parser, new[]{ "OLGLJHECDOF", "GCLEBGDDIIP", "GPDEIIIOIPN" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class EGALAGNAEFB : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new EGALAGNAEFB()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.EGALAGNAEFBReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public EGALAGNAEFB() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public EGALAGNAEFB(EGALAGNAEFB other) : this() { - oLGLJHECDOF_ = other.oLGLJHECDOF_; - gCLEBGDDIIP_ = other.gCLEBGDDIIP_; - gPDEIIIOIPN_ = other.gPDEIIIOIPN_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public EGALAGNAEFB Clone() { - return new EGALAGNAEFB(this); - } - - /// Field number for the "OLGLJHECDOF" field. - public const int OLGLJHECDOFFieldNumber = 15; - private uint oLGLJHECDOF_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint OLGLJHECDOF { - get { return oLGLJHECDOF_; } - set { - oLGLJHECDOF_ = value; - } - } - - /// Field number for the "GCLEBGDDIIP" field. - public const int GCLEBGDDIIPFieldNumber = 6; - private uint gCLEBGDDIIP_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint GCLEBGDDIIP { - get { return gCLEBGDDIIP_; } - set { - gCLEBGDDIIP_ = value; - } - } - - /// Field number for the "GPDEIIIOIPN" field. - public const int GPDEIIIOIPNFieldNumber = 5; - private uint gPDEIIIOIPN_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint GPDEIIIOIPN { - get { return gPDEIIIOIPN_; } - set { - gPDEIIIOIPN_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as EGALAGNAEFB); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(EGALAGNAEFB other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (OLGLJHECDOF != other.OLGLJHECDOF) return false; - if (GCLEBGDDIIP != other.GCLEBGDDIIP) return false; - if (GPDEIIIOIPN != other.GPDEIIIOIPN) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (OLGLJHECDOF != 0) hash ^= OLGLJHECDOF.GetHashCode(); - if (GCLEBGDDIIP != 0) hash ^= GCLEBGDDIIP.GetHashCode(); - if (GPDEIIIOIPN != 0) hash ^= GPDEIIIOIPN.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (GPDEIIIOIPN != 0) { - output.WriteRawTag(40); - output.WriteUInt32(GPDEIIIOIPN); - } - if (GCLEBGDDIIP != 0) { - output.WriteRawTag(48); - output.WriteUInt32(GCLEBGDDIIP); - } - if (OLGLJHECDOF != 0) { - output.WriteRawTag(120); - output.WriteUInt32(OLGLJHECDOF); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (GPDEIIIOIPN != 0) { - output.WriteRawTag(40); - output.WriteUInt32(GPDEIIIOIPN); - } - if (GCLEBGDDIIP != 0) { - output.WriteRawTag(48); - output.WriteUInt32(GCLEBGDDIIP); - } - if (OLGLJHECDOF != 0) { - output.WriteRawTag(120); - output.WriteUInt32(OLGLJHECDOF); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (OLGLJHECDOF != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OLGLJHECDOF); - } - if (GCLEBGDDIIP != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GCLEBGDDIIP); - } - if (GPDEIIIOIPN != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GPDEIIIOIPN); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(EGALAGNAEFB other) { - if (other == null) { - return; - } - if (other.OLGLJHECDOF != 0) { - OLGLJHECDOF = other.OLGLJHECDOF; - } - if (other.GCLEBGDDIIP != 0) { - GCLEBGDDIIP = other.GCLEBGDDIIP; - } - if (other.GPDEIIIOIPN != 0) { - GPDEIIIOIPN = other.GPDEIIIOIPN; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 40: { - GPDEIIIOIPN = input.ReadUInt32(); - break; - } - case 48: { - GCLEBGDDIIP = input.ReadUInt32(); - break; - } - case 120: { - OLGLJHECDOF = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 40: { - GPDEIIIOIPN = input.ReadUInt32(); - break; - } - case 48: { - GCLEBGDDIIP = input.ReadUInt32(); - break; - } - case 120: { - OLGLJHECDOF = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/EGBKGEMFODN.cs b/Proto/EGBKGEMFODN.cs index 01c9f2f6..d26f6820 100644 --- a/Proto/EGBKGEMFODN.cs +++ b/Proto/EGBKGEMFODN.cs @@ -24,17 +24,18 @@ namespace EggLink.DanhengServer.Proto { static EGBKGEMFODNReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFFR0JLR0VNRk9ETi5wcm90bxoRSUxNRUxGSkNDTUQucHJvdG8aEUxFQUFI", - "RFBBSUVHLnByb3RvGhFGTE5JREtJR0dCSy5wcm90byK1AQoLRUdCS0dFTUZP", - "RE4SIQoLTkNJS0tGRU5ISkYYCiABKAsyDC5JTE1FTEZKQ0NNRBITCgtISk5P", - "SUVOR0VETBgPIAEoDRITCgtCTE1ORUtGUEFHSBgLIAEoDRIhCgtEUFBJTUpO", - "RE5ERhgIIAMoCzIMLkZMTklES0lHR0JLEiEKC05GSU9BQ0ZISk5LGA0gAygL", - "MgwuTEVBQUhEUEFJRUcSEwoLQ0NCQkRHRkZGQUcYBCADKA1CHqoCG0VnZ0xp", - "bmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); + "ChFFR0JLR0VNRk9ETi5wcm90bxoRTEVBQUhEUEFJRUcucHJvdG8aEUZMTklE", + "S0lHR0JLLnByb3RvGhFJTE1FTEZKQ0NNRC5wcm90byLKAQoLRUdCS0dFTUZP", + "RE4SEwoLSEpOT0lFTkdFREwYDyABKA0SIQoLRFBQSU1KTkROREYYCCADKAsy", + "DC5GTE5JREtJR0dCSxITCgtCTE1ORUtGUEFHSBgLIAEoDRITCgtDQ0JCREdG", + "RkZBRxgEIAMoDRITCgtCQ0ZCRk1NRU5KSxgHIAEoAxIhCgtOQ0lLS0ZFTkhK", + "RhgKIAEoCzIMLklMTUVMRkpDQ01EEiEKC05GSU9BQ0ZISk5LGA0gAygLMgwu", + "TEVBQUhEUEFJRUdCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG", + "cHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ILMELFJCCMDReflection.Descriptor, global::EggLink.DanhengServer.Proto.LEAAHDPAIEGReflection.Descriptor, global::EggLink.DanhengServer.Proto.FLNIDKIGGBKReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LEAAHDPAIEGReflection.Descriptor, global::EggLink.DanhengServer.Proto.FLNIDKIGGBKReflection.Descriptor, global::EggLink.DanhengServer.Proto.ILMELFJCCMDReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EGBKGEMFODN), global::EggLink.DanhengServer.Proto.EGBKGEMFODN.Parser, new[]{ "NCIKKFENHJF", "HJNOIENGEDL", "BLMNEKFPAGH", "DPPIMJNDNDF", "NFIOACFHJNK", "CCBBDGFFFAG" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EGBKGEMFODN), global::EggLink.DanhengServer.Proto.EGBKGEMFODN.Parser, new[]{ "HJNOIENGEDL", "DPPIMJNDNDF", "BLMNEKFPAGH", "CCBBDGFFFAG", "BCFBFMMENJK", "NCIKKFENHJF", "NFIOACFHJNK" }, null, null, null, null) })); } #endregion @@ -76,12 +77,13 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public EGBKGEMFODN(EGBKGEMFODN other) : this() { - nCIKKFENHJF_ = other.nCIKKFENHJF_ != null ? other.nCIKKFENHJF_.Clone() : null; hJNOIENGEDL_ = other.hJNOIENGEDL_; - bLMNEKFPAGH_ = other.bLMNEKFPAGH_; dPPIMJNDNDF_ = other.dPPIMJNDNDF_.Clone(); - nFIOACFHJNK_ = other.nFIOACFHJNK_.Clone(); + bLMNEKFPAGH_ = other.bLMNEKFPAGH_; cCBBDGFFFAG_ = other.cCBBDGFFFAG_.Clone(); + bCFBFMMENJK_ = other.bCFBFMMENJK_; + nCIKKFENHJF_ = other.nCIKKFENHJF_ != null ? other.nCIKKFENHJF_.Clone() : null; + nFIOACFHJNK_ = other.nFIOACFHJNK_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -91,18 +93,6 @@ namespace EggLink.DanhengServer.Proto { return new EGBKGEMFODN(this); } - /// Field number for the "NCIKKFENHJF" field. - public const int NCIKKFENHJFFieldNumber = 10; - private global::EggLink.DanhengServer.Proto.ILMELFJCCMD nCIKKFENHJF_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.ILMELFJCCMD NCIKKFENHJF { - get { return nCIKKFENHJF_; } - set { - nCIKKFENHJF_ = value; - } - } - /// Field number for the "HJNOIENGEDL" field. public const int HJNOIENGEDLFieldNumber = 15; private uint hJNOIENGEDL_; @@ -115,6 +105,17 @@ namespace EggLink.DanhengServer.Proto { } } + /// Field number for the "DPPIMJNDNDF" field. + public const int DPPIMJNDNDFFieldNumber = 8; + private static readonly pb::FieldCodec _repeated_dPPIMJNDNDF_codec + = pb::FieldCodec.ForMessage(66, global::EggLink.DanhengServer.Proto.FLNIDKIGGBK.Parser); + private readonly pbc::RepeatedField dPPIMJNDNDF_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField DPPIMJNDNDF { + get { return dPPIMJNDNDF_; } + } + /// Field number for the "BLMNEKFPAGH" field. public const int BLMNEKFPAGHFieldNumber = 11; private uint bLMNEKFPAGH_; @@ -127,15 +128,39 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "DPPIMJNDNDF" field. - public const int DPPIMJNDNDFFieldNumber = 8; - private static readonly pb::FieldCodec _repeated_dPPIMJNDNDF_codec - = pb::FieldCodec.ForMessage(66, global::EggLink.DanhengServer.Proto.FLNIDKIGGBK.Parser); - private readonly pbc::RepeatedField dPPIMJNDNDF_ = new pbc::RepeatedField(); + /// Field number for the "CCBBDGFFFAG" field. + public const int CCBBDGFFFAGFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_cCBBDGFFFAG_codec + = pb::FieldCodec.ForUInt32(34); + private readonly pbc::RepeatedField cCBBDGFFFAG_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField DPPIMJNDNDF { - get { return dPPIMJNDNDF_; } + public pbc::RepeatedField CCBBDGFFFAG { + get { return cCBBDGFFFAG_; } + } + + /// Field number for the "BCFBFMMENJK" field. + public const int BCFBFMMENJKFieldNumber = 7; + private long bCFBFMMENJK_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long BCFBFMMENJK { + get { return bCFBFMMENJK_; } + set { + bCFBFMMENJK_ = value; + } + } + + /// Field number for the "NCIKKFENHJF" field. + public const int NCIKKFENHJFFieldNumber = 10; + private global::EggLink.DanhengServer.Proto.ILMELFJCCMD nCIKKFENHJF_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.ILMELFJCCMD NCIKKFENHJF { + get { return nCIKKFENHJF_; } + set { + nCIKKFENHJF_ = value; + } } /// Field number for the "NFIOACFHJNK" field. @@ -149,17 +174,6 @@ namespace EggLink.DanhengServer.Proto { get { return nFIOACFHJNK_; } } - /// Field number for the "CCBBDGFFFAG" field. - public const int CCBBDGFFFAGFieldNumber = 4; - private static readonly pb::FieldCodec _repeated_cCBBDGFFFAG_codec - = pb::FieldCodec.ForUInt32(34); - private readonly pbc::RepeatedField cCBBDGFFFAG_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField CCBBDGFFFAG { - get { return cCBBDGFFFAG_; } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { @@ -175,12 +189,13 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (!object.Equals(NCIKKFENHJF, other.NCIKKFENHJF)) return false; if (HJNOIENGEDL != other.HJNOIENGEDL) return false; - if (BLMNEKFPAGH != other.BLMNEKFPAGH) return false; if(!dPPIMJNDNDF_.Equals(other.dPPIMJNDNDF_)) return false; - if(!nFIOACFHJNK_.Equals(other.nFIOACFHJNK_)) return false; + if (BLMNEKFPAGH != other.BLMNEKFPAGH) return false; if(!cCBBDGFFFAG_.Equals(other.cCBBDGFFFAG_)) return false; + if (BCFBFMMENJK != other.BCFBFMMENJK) return false; + if (!object.Equals(NCIKKFENHJF, other.NCIKKFENHJF)) return false; + if(!nFIOACFHJNK_.Equals(other.nFIOACFHJNK_)) return false; return Equals(_unknownFields, other._unknownFields); } @@ -188,12 +203,13 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (nCIKKFENHJF_ != null) hash ^= NCIKKFENHJF.GetHashCode(); if (HJNOIENGEDL != 0) hash ^= HJNOIENGEDL.GetHashCode(); - if (BLMNEKFPAGH != 0) hash ^= BLMNEKFPAGH.GetHashCode(); hash ^= dPPIMJNDNDF_.GetHashCode(); - hash ^= nFIOACFHJNK_.GetHashCode(); + if (BLMNEKFPAGH != 0) hash ^= BLMNEKFPAGH.GetHashCode(); hash ^= cCBBDGFFFAG_.GetHashCode(); + if (BCFBFMMENJK != 0L) hash ^= BCFBFMMENJK.GetHashCode(); + if (nCIKKFENHJF_ != null) hash ^= NCIKKFENHJF.GetHashCode(); + hash ^= nFIOACFHJNK_.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -213,6 +229,10 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawMessage(this); #else cCBBDGFFFAG_.WriteTo(output, _repeated_cCBBDGFFFAG_codec); + if (BCFBFMMENJK != 0L) { + output.WriteRawTag(56); + output.WriteInt64(BCFBFMMENJK); + } dPPIMJNDNDF_.WriteTo(output, _repeated_dPPIMJNDNDF_codec); if (nCIKKFENHJF_ != null) { output.WriteRawTag(82); @@ -238,6 +258,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { cCBBDGFFFAG_.WriteTo(ref output, _repeated_cCBBDGFFFAG_codec); + if (BCFBFMMENJK != 0L) { + output.WriteRawTag(56); + output.WriteInt64(BCFBFMMENJK); + } dPPIMJNDNDF_.WriteTo(ref output, _repeated_dPPIMJNDNDF_codec); if (nCIKKFENHJF_ != null) { output.WriteRawTag(82); @@ -262,18 +286,21 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (nCIKKFENHJF_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(NCIKKFENHJF); - } if (HJNOIENGEDL != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HJNOIENGEDL); } + size += dPPIMJNDNDF_.CalculateSize(_repeated_dPPIMJNDNDF_codec); if (BLMNEKFPAGH != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BLMNEKFPAGH); } - size += dPPIMJNDNDF_.CalculateSize(_repeated_dPPIMJNDNDF_codec); - size += nFIOACFHJNK_.CalculateSize(_repeated_nFIOACFHJNK_codec); size += cCBBDGFFFAG_.CalculateSize(_repeated_cCBBDGFFFAG_codec); + if (BCFBFMMENJK != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(BCFBFMMENJK); + } + if (nCIKKFENHJF_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(NCIKKFENHJF); + } + size += nFIOACFHJNK_.CalculateSize(_repeated_nFIOACFHJNK_codec); if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -286,21 +313,24 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } + if (other.HJNOIENGEDL != 0) { + HJNOIENGEDL = other.HJNOIENGEDL; + } + dPPIMJNDNDF_.Add(other.dPPIMJNDNDF_); + if (other.BLMNEKFPAGH != 0) { + BLMNEKFPAGH = other.BLMNEKFPAGH; + } + cCBBDGFFFAG_.Add(other.cCBBDGFFFAG_); + if (other.BCFBFMMENJK != 0L) { + BCFBFMMENJK = other.BCFBFMMENJK; + } if (other.nCIKKFENHJF_ != null) { if (nCIKKFENHJF_ == null) { NCIKKFENHJF = new global::EggLink.DanhengServer.Proto.ILMELFJCCMD(); } NCIKKFENHJF.MergeFrom(other.NCIKKFENHJF); } - if (other.HJNOIENGEDL != 0) { - HJNOIENGEDL = other.HJNOIENGEDL; - } - if (other.BLMNEKFPAGH != 0) { - BLMNEKFPAGH = other.BLMNEKFPAGH; - } - dPPIMJNDNDF_.Add(other.dPPIMJNDNDF_); nFIOACFHJNK_.Add(other.nFIOACFHJNK_); - cCBBDGFFFAG_.Add(other.cCBBDGFFFAG_); _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -321,6 +351,10 @@ namespace EggLink.DanhengServer.Proto { cCBBDGFFFAG_.AddEntriesFrom(input, _repeated_cCBBDGFFFAG_codec); break; } + case 56: { + BCFBFMMENJK = input.ReadInt64(); + break; + } case 66: { dPPIMJNDNDF_.AddEntriesFrom(input, _repeated_dPPIMJNDNDF_codec); break; @@ -364,6 +398,10 @@ namespace EggLink.DanhengServer.Proto { cCBBDGFFFAG_.AddEntriesFrom(ref input, _repeated_cCBBDGFFFAG_codec); break; } + case 56: { + BCFBFMMENJK = input.ReadInt64(); + break; + } case 66: { dPPIMJNDNDF_.AddEntriesFrom(ref input, _repeated_dPPIMJNDNDF_codec); break; diff --git a/Proto/EGFDAJDIHNJ.cs b/Proto/EGFDAJDIHNJ.cs deleted file mode 100644 index b0a27959..00000000 --- a/Proto/EGFDAJDIHNJ.cs +++ /dev/null @@ -1,271 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: EGFDAJDIHNJ.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from EGFDAJDIHNJ.proto - public static partial class EGFDAJDIHNJReflection { - - #region Descriptor - /// File descriptor for EGFDAJDIHNJ.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static EGFDAJDIHNJReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFFR0ZEQUpESUhOSi5wcm90byIyCgtFR0ZEQUpESUhOShIPCgdpdGVtX2lk", - "GAQgASgNEhIKCml0ZW1fY291bnQYCiABKA1CHqoCG0VnZ0xpbmsuRGFuaGVu", - "Z1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EGFDAJDIHNJ), global::EggLink.DanhengServer.Proto.EGFDAJDIHNJ.Parser, new[]{ "ItemId", "ItemCount" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class EGFDAJDIHNJ : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new EGFDAJDIHNJ()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.EGFDAJDIHNJReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public EGFDAJDIHNJ() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public EGFDAJDIHNJ(EGFDAJDIHNJ other) : this() { - itemId_ = other.itemId_; - itemCount_ = other.itemCount_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public EGFDAJDIHNJ Clone() { - return new EGFDAJDIHNJ(this); - } - - /// Field number for the "item_id" field. - public const int ItemIdFieldNumber = 4; - private uint itemId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint ItemId { - get { return itemId_; } - set { - itemId_ = value; - } - } - - /// Field number for the "item_count" field. - public const int ItemCountFieldNumber = 10; - private uint itemCount_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint ItemCount { - get { return itemCount_; } - set { - itemCount_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as EGFDAJDIHNJ); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(EGFDAJDIHNJ other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (ItemId != other.ItemId) return false; - if (ItemCount != other.ItemCount) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (ItemId != 0) hash ^= ItemId.GetHashCode(); - if (ItemCount != 0) hash ^= ItemCount.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (ItemId != 0) { - output.WriteRawTag(32); - output.WriteUInt32(ItemId); - } - if (ItemCount != 0) { - output.WriteRawTag(80); - output.WriteUInt32(ItemCount); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (ItemId != 0) { - output.WriteRawTag(32); - output.WriteUInt32(ItemId); - } - if (ItemCount != 0) { - output.WriteRawTag(80); - output.WriteUInt32(ItemCount); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (ItemId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ItemId); - } - if (ItemCount != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ItemCount); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(EGFDAJDIHNJ other) { - if (other == null) { - return; - } - if (other.ItemId != 0) { - ItemId = other.ItemId; - } - if (other.ItemCount != 0) { - ItemCount = other.ItemCount; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 32: { - ItemId = input.ReadUInt32(); - break; - } - case 80: { - ItemCount = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 32: { - ItemId = input.ReadUInt32(); - break; - } - case 80: { - ItemCount = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/EIKAIIDAEPP.cs b/Proto/EIKAIIDAEPP.cs index 75a9e0a6..0eb3763a 100644 --- a/Proto/EIKAIIDAEPP.cs +++ b/Proto/EIKAIIDAEPP.cs @@ -24,16 +24,16 @@ namespace EggLink.DanhengServer.Proto { static EIKAIIDAEPPReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFFSUtBSUlEQUVQUC5wcm90bxoRSUlLTkdOSERNRkkucHJvdG8ipgEKC0VJ", - "S0FJSURBRVBQEgsKA3VpZBgLIAEoDRITCgtCS01BTUdBUEVHSBgKIAEoDRIT", - "CgtMTkpJSUhIUE1FRBgOIAEoDRITCgtER0pETU9DQkJJSRgCIAEoDRITCgtI", - "RENCRUpERU5MQRgIIAEoDRIhCgtISEpPQ0dPTUVDTxgDIAEoCzIMLklJS05H", - "TkhETUZJEhMKC1BKT0xFTUhMR05MGAwgASgNQh6qAhtFZ2dMaW5rLkRhbmhl", - "bmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "ChFFSUtBSUlEQUVQUC5wcm90bxoRSUlLTkdOSERNRkkucHJvdG8ikQEKC0VJ", + "S0FJSURBRVBQEhMKC0RHSkRNT0NCQklJGAIgASgNEhMKC0hEQ0JFSkRFTkxB", + "GAggASgNEhMKC1BKT0xFTUhMR05MGAwgASgNEgsKA3VpZBgLIAEoDRITCgtM", + "TkpJSUhIUE1FRBgOIAEoDRIhCgtISEpPQ0dPTUVDTxgDIAEoCzIMLklJS05H", + "TkhETUZJQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3Rv", + "Mw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.IIKNGNHDMFIReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EIKAIIDAEPP), global::EggLink.DanhengServer.Proto.EIKAIIDAEPP.Parser, new[]{ "Uid", "BKMAMGAPEGH", "LNJIIHHPMED", "DGJDMOCBBII", "HDCBEJDENLA", "HHJOCGOMECO", "PJOLEMHLGNL" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EIKAIIDAEPP), global::EggLink.DanhengServer.Proto.EIKAIIDAEPP.Parser, new[]{ "DGJDMOCBBII", "HDCBEJDENLA", "PJOLEMHLGNL", "Uid", "LNJIIHHPMED", "HHJOCGOMECO" }, null, null, null, null) })); } #endregion @@ -75,13 +75,12 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public EIKAIIDAEPP(EIKAIIDAEPP other) : this() { - uid_ = other.uid_; - bKMAMGAPEGH_ = other.bKMAMGAPEGH_; - lNJIIHHPMED_ = other.lNJIIHHPMED_; dGJDMOCBBII_ = other.dGJDMOCBBII_; hDCBEJDENLA_ = other.hDCBEJDENLA_; - hHJOCGOMECO_ = other.hHJOCGOMECO_ != null ? other.hHJOCGOMECO_.Clone() : null; pJOLEMHLGNL_ = other.pJOLEMHLGNL_; + uid_ = other.uid_; + lNJIIHHPMED_ = other.lNJIIHHPMED_; + hHJOCGOMECO_ = other.hHJOCGOMECO_ != null ? other.hHJOCGOMECO_.Clone() : null; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -91,42 +90,6 @@ namespace EggLink.DanhengServer.Proto { return new EIKAIIDAEPP(this); } - /// Field number for the "uid" field. - public const int UidFieldNumber = 11; - private uint uid_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint Uid { - get { return uid_; } - set { - uid_ = value; - } - } - - /// Field number for the "BKMAMGAPEGH" field. - public const int BKMAMGAPEGHFieldNumber = 10; - private uint bKMAMGAPEGH_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint BKMAMGAPEGH { - get { return bKMAMGAPEGH_; } - set { - bKMAMGAPEGH_ = value; - } - } - - /// Field number for the "LNJIIHHPMED" field. - public const int LNJIIHHPMEDFieldNumber = 14; - private uint lNJIIHHPMED_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint LNJIIHHPMED { - get { return lNJIIHHPMED_; } - set { - lNJIIHHPMED_ = value; - } - } - /// Field number for the "DGJDMOCBBII" field. public const int DGJDMOCBBIIFieldNumber = 2; private uint dGJDMOCBBII_; @@ -151,18 +114,6 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "HHJOCGOMECO" field. - public const int HHJOCGOMECOFieldNumber = 3; - private global::EggLink.DanhengServer.Proto.IIKNGNHDMFI hHJOCGOMECO_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.IIKNGNHDMFI HHJOCGOMECO { - get { return hHJOCGOMECO_; } - set { - hHJOCGOMECO_ = value; - } - } - /// Field number for the "PJOLEMHLGNL" field. public const int PJOLEMHLGNLFieldNumber = 12; private uint pJOLEMHLGNL_; @@ -175,6 +126,42 @@ namespace EggLink.DanhengServer.Proto { } } + /// Field number for the "uid" field. + public const int UidFieldNumber = 11; + private uint uid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public uint Uid { + get { return uid_; } + set { + uid_ = value; + } + } + + /// Field number for the "LNJIIHHPMED" field. + public const int LNJIIHHPMEDFieldNumber = 14; + private uint lNJIIHHPMED_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public uint LNJIIHHPMED { + get { return lNJIIHHPMED_; } + set { + lNJIIHHPMED_ = value; + } + } + + /// Field number for the "HHJOCGOMECO" field. + public const int HHJOCGOMECOFieldNumber = 3; + private global::EggLink.DanhengServer.Proto.IIKNGNHDMFI hHJOCGOMECO_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.IIKNGNHDMFI HHJOCGOMECO { + get { return hHJOCGOMECO_; } + set { + hHJOCGOMECO_ = value; + } + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { @@ -190,13 +177,12 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (Uid != other.Uid) return false; - if (BKMAMGAPEGH != other.BKMAMGAPEGH) return false; - if (LNJIIHHPMED != other.LNJIIHHPMED) return false; if (DGJDMOCBBII != other.DGJDMOCBBII) return false; if (HDCBEJDENLA != other.HDCBEJDENLA) return false; - if (!object.Equals(HHJOCGOMECO, other.HHJOCGOMECO)) return false; if (PJOLEMHLGNL != other.PJOLEMHLGNL) return false; + if (Uid != other.Uid) return false; + if (LNJIIHHPMED != other.LNJIIHHPMED) return false; + if (!object.Equals(HHJOCGOMECO, other.HHJOCGOMECO)) return false; return Equals(_unknownFields, other._unknownFields); } @@ -204,13 +190,12 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (Uid != 0) hash ^= Uid.GetHashCode(); - if (BKMAMGAPEGH != 0) hash ^= BKMAMGAPEGH.GetHashCode(); - if (LNJIIHHPMED != 0) hash ^= LNJIIHHPMED.GetHashCode(); if (DGJDMOCBBII != 0) hash ^= DGJDMOCBBII.GetHashCode(); if (HDCBEJDENLA != 0) hash ^= HDCBEJDENLA.GetHashCode(); - if (hHJOCGOMECO_ != null) hash ^= HHJOCGOMECO.GetHashCode(); if (PJOLEMHLGNL != 0) hash ^= PJOLEMHLGNL.GetHashCode(); + if (Uid != 0) hash ^= Uid.GetHashCode(); + if (LNJIIHHPMED != 0) hash ^= LNJIIHHPMED.GetHashCode(); + if (hHJOCGOMECO_ != null) hash ^= HHJOCGOMECO.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -241,10 +226,6 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(64); output.WriteUInt32(HDCBEJDENLA); } - if (BKMAMGAPEGH != 0) { - output.WriteRawTag(80); - output.WriteUInt32(BKMAMGAPEGH); - } if (Uid != 0) { output.WriteRawTag(88); output.WriteUInt32(Uid); @@ -279,10 +260,6 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(64); output.WriteUInt32(HDCBEJDENLA); } - if (BKMAMGAPEGH != 0) { - output.WriteRawTag(80); - output.WriteUInt32(BKMAMGAPEGH); - } if (Uid != 0) { output.WriteRawTag(88); output.WriteUInt32(Uid); @@ -305,27 +282,24 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (Uid != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Uid); - } - if (BKMAMGAPEGH != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BKMAMGAPEGH); - } - if (LNJIIHHPMED != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LNJIIHHPMED); - } if (DGJDMOCBBII != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DGJDMOCBBII); } if (HDCBEJDENLA != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HDCBEJDENLA); } - if (hHJOCGOMECO_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(HHJOCGOMECO); - } if (PJOLEMHLGNL != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PJOLEMHLGNL); } + if (Uid != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Uid); + } + if (LNJIIHHPMED != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LNJIIHHPMED); + } + if (hHJOCGOMECO_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(HHJOCGOMECO); + } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -338,30 +312,27 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - if (other.Uid != 0) { - Uid = other.Uid; - } - if (other.BKMAMGAPEGH != 0) { - BKMAMGAPEGH = other.BKMAMGAPEGH; - } - if (other.LNJIIHHPMED != 0) { - LNJIIHHPMED = other.LNJIIHHPMED; - } if (other.DGJDMOCBBII != 0) { DGJDMOCBBII = other.DGJDMOCBBII; } if (other.HDCBEJDENLA != 0) { HDCBEJDENLA = other.HDCBEJDENLA; } + if (other.PJOLEMHLGNL != 0) { + PJOLEMHLGNL = other.PJOLEMHLGNL; + } + if (other.Uid != 0) { + Uid = other.Uid; + } + if (other.LNJIIHHPMED != 0) { + LNJIIHHPMED = other.LNJIIHHPMED; + } if (other.hHJOCGOMECO_ != null) { if (hHJOCGOMECO_ == null) { HHJOCGOMECO = new global::EggLink.DanhengServer.Proto.IIKNGNHDMFI(); } HHJOCGOMECO.MergeFrom(other.HHJOCGOMECO); } - if (other.PJOLEMHLGNL != 0) { - PJOLEMHLGNL = other.PJOLEMHLGNL; - } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -392,10 +363,6 @@ namespace EggLink.DanhengServer.Proto { HDCBEJDENLA = input.ReadUInt32(); break; } - case 80: { - BKMAMGAPEGH = input.ReadUInt32(); - break; - } case 88: { Uid = input.ReadUInt32(); break; @@ -438,10 +405,6 @@ namespace EggLink.DanhengServer.Proto { HDCBEJDENLA = input.ReadUInt32(); break; } - case 80: { - BKMAMGAPEGH = input.ReadUInt32(); - break; - } case 88: { Uid = input.ReadUInt32(); break; diff --git a/Proto/EMMDENJBFPF.cs b/Proto/EMMDENJBFPF.cs index 07b001bd..38c7f86a 100644 --- a/Proto/EMMDENJBFPF.cs +++ b/Proto/EMMDENJBFPF.cs @@ -24,8 +24,8 @@ namespace EggLink.DanhengServer.Proto { static EMMDENJBFPFReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFFTU1ERU5KQkZQRi5wcm90bxoRQkpHTERMSktJREgucHJvdG8aEUhFT0pM", - "REJLS0dFLnByb3RvGhFQSkpETU1CS0tDTi5wcm90byLfAQoLRU1NREVOSkJG", + "ChFFTU1ERU5KQkZQRi5wcm90bxoRUEpKRE1NQktLQ04ucHJvdG8aEUhFT0pM", + "REJLS0dFLnByb3RvGhFCSkdMRExKS0lESC5wcm90byLfAQoLRU1NREVOSkJG", "UEYSEwoLTlBKRUVDRURQT0sYBCABKA0SIQoLS0pNTElBTUdETEUYDSADKAsy", "DC5CSkdMRExKS0lESBITCgtDRk9LSUdJSENGUBgDIAEoDRITCgtNTElJSkdP", "QUVDSxgLIAEoDRIhCgtDQ0dCSEhGQkFGShgPIAMoCzIMLkhFT0pMREJLS0dF", @@ -33,7 +33,7 @@ namespace EggLink.DanhengServer.Proto { "Tk1QS0UYBSABKA0SEwoLTUxJUFBMS0lJRkQYCCABKA1CHqoCG0VnZ0xpbmsu", "RGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BJGLDLJKIDHReflection.Descriptor, global::EggLink.DanhengServer.Proto.HEOJLDBKKGEReflection.Descriptor, global::EggLink.DanhengServer.Proto.PJJDMMBKKCNReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PJJDMMBKKCNReflection.Descriptor, global::EggLink.DanhengServer.Proto.HEOJLDBKKGEReflection.Descriptor, global::EggLink.DanhengServer.Proto.BJGLDLJKIDHReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EMMDENJBFPF), global::EggLink.DanhengServer.Proto.EMMDENJBFPF.Parser, new[]{ "NPJEECEDPOK", "KJMLIAMGDLE", "CFOKIGIHCFP", "MLIIJGOAECK", "CCGBHHFBAFJ", "MMEIPHBNKED", "KMLPPMNMPKE", "MLIPPLKIIFD" }, null, null, null, null) })); diff --git a/Proto/ENBMABHKKOL.cs b/Proto/ENBMABHKKOL.cs deleted file mode 100644 index 83838b20..00000000 --- a/Proto/ENBMABHKKOL.cs +++ /dev/null @@ -1,234 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: ENBMABHKKOL.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from ENBMABHKKOL.proto - public static partial class ENBMABHKKOLReflection { - - #region Descriptor - /// File descriptor for ENBMABHKKOL.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static ENBMABHKKOLReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFFTkJNQUJIS0tPTC5wcm90byIfCgtFTkJNQUJIS0tPTBIQCghxdWVzdF9p", - "ZBgNIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90", - "bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ENBMABHKKOL), global::EggLink.DanhengServer.Proto.ENBMABHKKOL.Parser, new[]{ "QuestId" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class ENBMABHKKOL : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ENBMABHKKOL()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.ENBMABHKKOLReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ENBMABHKKOL() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ENBMABHKKOL(ENBMABHKKOL other) : this() { - questId_ = other.questId_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ENBMABHKKOL Clone() { - return new ENBMABHKKOL(this); - } - - /// Field number for the "quest_id" field. - public const int QuestIdFieldNumber = 13; - private uint questId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint QuestId { - get { return questId_; } - set { - questId_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as ENBMABHKKOL); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(ENBMABHKKOL other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (QuestId != other.QuestId) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (QuestId != 0) hash ^= QuestId.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (QuestId != 0) { - output.WriteRawTag(104); - output.WriteUInt32(QuestId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (QuestId != 0) { - output.WriteRawTag(104); - output.WriteUInt32(QuestId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (QuestId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(QuestId); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(ENBMABHKKOL other) { - if (other == null) { - return; - } - if (other.QuestId != 0) { - QuestId = other.QuestId; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 104: { - QuestId = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 104: { - QuestId = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/ENFLFBDAOIJ.cs b/Proto/ENFLFBDAOIJ.cs deleted file mode 100644 index a2f3f705..00000000 --- a/Proto/ENFLFBDAOIJ.cs +++ /dev/null @@ -1,271 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: ENFLFBDAOIJ.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from ENFLFBDAOIJ.proto - public static partial class ENFLFBDAOIJReflection { - - #region Descriptor - /// File descriptor for ENFLFBDAOIJ.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static ENFLFBDAOIJReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFFTkZMRkJEQU9JSi5wcm90byIuCgtFTkZMRkJEQU9JShIKCgJpZBgBIAEo", - "DRITCgtIRkFMSklIS0VDThgCIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2Vy", - "dmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ENFLFBDAOIJ), global::EggLink.DanhengServer.Proto.ENFLFBDAOIJ.Parser, new[]{ "Id", "HFALJIHKECN" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class ENFLFBDAOIJ : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ENFLFBDAOIJ()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.ENFLFBDAOIJReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ENFLFBDAOIJ() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ENFLFBDAOIJ(ENFLFBDAOIJ other) : this() { - id_ = other.id_; - hFALJIHKECN_ = other.hFALJIHKECN_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ENFLFBDAOIJ Clone() { - return new ENFLFBDAOIJ(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private uint id_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint Id { - get { return id_; } - set { - id_ = value; - } - } - - /// Field number for the "HFALJIHKECN" field. - public const int HFALJIHKECNFieldNumber = 2; - private uint hFALJIHKECN_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint HFALJIHKECN { - get { return hFALJIHKECN_; } - set { - hFALJIHKECN_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as ENFLFBDAOIJ); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(ENFLFBDAOIJ other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - if (HFALJIHKECN != other.HFALJIHKECN) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Id != 0) hash ^= Id.GetHashCode(); - if (HFALJIHKECN != 0) hash ^= HFALJIHKECN.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Id != 0) { - output.WriteRawTag(8); - output.WriteUInt32(Id); - } - if (HFALJIHKECN != 0) { - output.WriteRawTag(16); - output.WriteUInt32(HFALJIHKECN); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Id != 0) { - output.WriteRawTag(8); - output.WriteUInt32(Id); - } - if (HFALJIHKECN != 0) { - output.WriteRawTag(16); - output.WriteUInt32(HFALJIHKECN); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Id != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Id); - } - if (HFALJIHKECN != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HFALJIHKECN); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(ENFLFBDAOIJ other) { - if (other == null) { - return; - } - if (other.Id != 0) { - Id = other.Id; - } - if (other.HFALJIHKECN != 0) { - HFALJIHKECN = other.HFALJIHKECN; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - Id = input.ReadUInt32(); - break; - } - case 16: { - HFALJIHKECN = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - Id = input.ReadUInt32(); - break; - } - case 16: { - HFALJIHKECN = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/EOJLNGDDLNN.cs b/Proto/EOJLNGDDLNN.cs deleted file mode 100644 index b4ee4351..00000000 --- a/Proto/EOJLNGDDLNN.cs +++ /dev/null @@ -1,429 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: EOJLNGDDLNN.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from EOJLNGDDLNN.proto - public static partial class EOJLNGDDLNNReflection { - - #region Descriptor - /// File descriptor for EOJLNGDDLNN.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static EOJLNGDDLNNReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFFT0pMTkdERExOTi5wcm90bxoRSEJHSEFPUEJLSlAucHJvdG8aEUpBTExB", - "UFBDUEZFLnByb3RvIrwBCgtFT0pMTkdERExOThIhCgtNREJHR0JMRUdFTRgK", - "IAMoCzIMLkpBTExBUFBDUEZFEhMKC0pGRURKTUtNTEZPGAYgAygNEhMKC0JM", - "QUxKTU1ISUZQGAcgASgIEhMKC05CS0VMQ0hJTEdHGAIgASgIEhMKC0NHTkJI", - "S0JISUNHGAMgASgNEiEKC05CS0hQSkhKTUhPGAwgAygLMgwuSEJHSEFPUEJL", - "SlASEwoLUEFOQkNOSUNPSEoYBSABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1Nl", - "cnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.HBGHAOPBKJPReflection.Descriptor, global::EggLink.DanhengServer.Proto.JALLAPPCPFEReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EOJLNGDDLNN), global::EggLink.DanhengServer.Proto.EOJLNGDDLNN.Parser, new[]{ "MDBGGBLEGEM", "JFEDJMKMLFO", "BLALJMMHIFP", "NBKELCHILGG", "CGNBHKBHICG", "NBKHPJHJMHO", "PANBCNICOHJ" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class EOJLNGDDLNN : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new EOJLNGDDLNN()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.EOJLNGDDLNNReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public EOJLNGDDLNN() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public EOJLNGDDLNN(EOJLNGDDLNN other) : this() { - mDBGGBLEGEM_ = other.mDBGGBLEGEM_.Clone(); - jFEDJMKMLFO_ = other.jFEDJMKMLFO_.Clone(); - bLALJMMHIFP_ = other.bLALJMMHIFP_; - nBKELCHILGG_ = other.nBKELCHILGG_; - cGNBHKBHICG_ = other.cGNBHKBHICG_; - nBKHPJHJMHO_ = other.nBKHPJHJMHO_.Clone(); - pANBCNICOHJ_ = other.pANBCNICOHJ_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public EOJLNGDDLNN Clone() { - return new EOJLNGDDLNN(this); - } - - /// Field number for the "MDBGGBLEGEM" field. - public const int MDBGGBLEGEMFieldNumber = 10; - private static readonly pb::FieldCodec _repeated_mDBGGBLEGEM_codec - = pb::FieldCodec.ForMessage(82, global::EggLink.DanhengServer.Proto.JALLAPPCPFE.Parser); - private readonly pbc::RepeatedField mDBGGBLEGEM_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField MDBGGBLEGEM { - get { return mDBGGBLEGEM_; } - } - - /// Field number for the "JFEDJMKMLFO" field. - public const int JFEDJMKMLFOFieldNumber = 6; - private static readonly pb::FieldCodec _repeated_jFEDJMKMLFO_codec - = pb::FieldCodec.ForUInt32(50); - private readonly pbc::RepeatedField jFEDJMKMLFO_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField JFEDJMKMLFO { - get { return jFEDJMKMLFO_; } - } - - /// Field number for the "BLALJMMHIFP" field. - public const int BLALJMMHIFPFieldNumber = 7; - private bool bLALJMMHIFP_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool BLALJMMHIFP { - get { return bLALJMMHIFP_; } - set { - bLALJMMHIFP_ = value; - } - } - - /// Field number for the "NBKELCHILGG" field. - public const int NBKELCHILGGFieldNumber = 2; - private bool nBKELCHILGG_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool NBKELCHILGG { - get { return nBKELCHILGG_; } - set { - nBKELCHILGG_ = value; - } - } - - /// Field number for the "CGNBHKBHICG" field. - public const int CGNBHKBHICGFieldNumber = 3; - private uint cGNBHKBHICG_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint CGNBHKBHICG { - get { return cGNBHKBHICG_; } - set { - cGNBHKBHICG_ = value; - } - } - - /// Field number for the "NBKHPJHJMHO" field. - public const int NBKHPJHJMHOFieldNumber = 12; - private static readonly pb::FieldCodec _repeated_nBKHPJHJMHO_codec - = pb::FieldCodec.ForMessage(98, global::EggLink.DanhengServer.Proto.HBGHAOPBKJP.Parser); - private readonly pbc::RepeatedField nBKHPJHJMHO_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField NBKHPJHJMHO { - get { return nBKHPJHJMHO_; } - } - - /// Field number for the "PANBCNICOHJ" field. - public const int PANBCNICOHJFieldNumber = 5; - private uint pANBCNICOHJ_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint PANBCNICOHJ { - get { return pANBCNICOHJ_; } - set { - pANBCNICOHJ_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as EOJLNGDDLNN); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(EOJLNGDDLNN other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if(!mDBGGBLEGEM_.Equals(other.mDBGGBLEGEM_)) return false; - if(!jFEDJMKMLFO_.Equals(other.jFEDJMKMLFO_)) return false; - if (BLALJMMHIFP != other.BLALJMMHIFP) return false; - if (NBKELCHILGG != other.NBKELCHILGG) return false; - if (CGNBHKBHICG != other.CGNBHKBHICG) return false; - if(!nBKHPJHJMHO_.Equals(other.nBKHPJHJMHO_)) return false; - if (PANBCNICOHJ != other.PANBCNICOHJ) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - hash ^= mDBGGBLEGEM_.GetHashCode(); - hash ^= jFEDJMKMLFO_.GetHashCode(); - if (BLALJMMHIFP != false) hash ^= BLALJMMHIFP.GetHashCode(); - if (NBKELCHILGG != false) hash ^= NBKELCHILGG.GetHashCode(); - if (CGNBHKBHICG != 0) hash ^= CGNBHKBHICG.GetHashCode(); - hash ^= nBKHPJHJMHO_.GetHashCode(); - if (PANBCNICOHJ != 0) hash ^= PANBCNICOHJ.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (NBKELCHILGG != false) { - output.WriteRawTag(16); - output.WriteBool(NBKELCHILGG); - } - if (CGNBHKBHICG != 0) { - output.WriteRawTag(24); - output.WriteUInt32(CGNBHKBHICG); - } - if (PANBCNICOHJ != 0) { - output.WriteRawTag(40); - output.WriteUInt32(PANBCNICOHJ); - } - jFEDJMKMLFO_.WriteTo(output, _repeated_jFEDJMKMLFO_codec); - if (BLALJMMHIFP != false) { - output.WriteRawTag(56); - output.WriteBool(BLALJMMHIFP); - } - mDBGGBLEGEM_.WriteTo(output, _repeated_mDBGGBLEGEM_codec); - nBKHPJHJMHO_.WriteTo(output, _repeated_nBKHPJHJMHO_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (NBKELCHILGG != false) { - output.WriteRawTag(16); - output.WriteBool(NBKELCHILGG); - } - if (CGNBHKBHICG != 0) { - output.WriteRawTag(24); - output.WriteUInt32(CGNBHKBHICG); - } - if (PANBCNICOHJ != 0) { - output.WriteRawTag(40); - output.WriteUInt32(PANBCNICOHJ); - } - jFEDJMKMLFO_.WriteTo(ref output, _repeated_jFEDJMKMLFO_codec); - if (BLALJMMHIFP != false) { - output.WriteRawTag(56); - output.WriteBool(BLALJMMHIFP); - } - mDBGGBLEGEM_.WriteTo(ref output, _repeated_mDBGGBLEGEM_codec); - nBKHPJHJMHO_.WriteTo(ref output, _repeated_nBKHPJHJMHO_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - size += mDBGGBLEGEM_.CalculateSize(_repeated_mDBGGBLEGEM_codec); - size += jFEDJMKMLFO_.CalculateSize(_repeated_jFEDJMKMLFO_codec); - if (BLALJMMHIFP != false) { - size += 1 + 1; - } - if (NBKELCHILGG != false) { - size += 1 + 1; - } - if (CGNBHKBHICG != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CGNBHKBHICG); - } - size += nBKHPJHJMHO_.CalculateSize(_repeated_nBKHPJHJMHO_codec); - if (PANBCNICOHJ != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PANBCNICOHJ); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(EOJLNGDDLNN other) { - if (other == null) { - return; - } - mDBGGBLEGEM_.Add(other.mDBGGBLEGEM_); - jFEDJMKMLFO_.Add(other.jFEDJMKMLFO_); - if (other.BLALJMMHIFP != false) { - BLALJMMHIFP = other.BLALJMMHIFP; - } - if (other.NBKELCHILGG != false) { - NBKELCHILGG = other.NBKELCHILGG; - } - if (other.CGNBHKBHICG != 0) { - CGNBHKBHICG = other.CGNBHKBHICG; - } - nBKHPJHJMHO_.Add(other.nBKHPJHJMHO_); - if (other.PANBCNICOHJ != 0) { - PANBCNICOHJ = other.PANBCNICOHJ; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 16: { - NBKELCHILGG = input.ReadBool(); - break; - } - case 24: { - CGNBHKBHICG = input.ReadUInt32(); - break; - } - case 40: { - PANBCNICOHJ = input.ReadUInt32(); - break; - } - case 50: - case 48: { - jFEDJMKMLFO_.AddEntriesFrom(input, _repeated_jFEDJMKMLFO_codec); - break; - } - case 56: { - BLALJMMHIFP = input.ReadBool(); - break; - } - case 82: { - mDBGGBLEGEM_.AddEntriesFrom(input, _repeated_mDBGGBLEGEM_codec); - break; - } - case 98: { - nBKHPJHJMHO_.AddEntriesFrom(input, _repeated_nBKHPJHJMHO_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 16: { - NBKELCHILGG = input.ReadBool(); - break; - } - case 24: { - CGNBHKBHICG = input.ReadUInt32(); - break; - } - case 40: { - PANBCNICOHJ = input.ReadUInt32(); - break; - } - case 50: - case 48: { - jFEDJMKMLFO_.AddEntriesFrom(ref input, _repeated_jFEDJMKMLFO_codec); - break; - } - case 56: { - BLALJMMHIFP = input.ReadBool(); - break; - } - case 82: { - mDBGGBLEGEM_.AddEntriesFrom(ref input, _repeated_mDBGGBLEGEM_codec); - break; - } - case 98: { - nBKHPJHJMHO_.AddEntriesFrom(ref input, _repeated_nBKHPJHJMHO_codec); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/EPDCLDLCFKG.cs b/Proto/EPDCLDLCFKG.cs deleted file mode 100644 index 9277f22b..00000000 --- a/Proto/EPDCLDLCFKG.cs +++ /dev/null @@ -1,262 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: EPDCLDLCFKG.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from EPDCLDLCFKG.proto - public static partial class EPDCLDLCFKGReflection { - - #region Descriptor - /// File descriptor for EPDCLDLCFKG.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static EPDCLDLCFKGReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFFUERDTERMQ0ZLRy5wcm90byI3CgtFUERDTERMQ0ZLRxITCgtDQkVHTkJL", - "TUhDRBgNIAEoDRITCgtETEhCQ09LQ0lEUBgIIAMoDUIeqgIbRWdnTGluay5E", - "YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EPDCLDLCFKG), global::EggLink.DanhengServer.Proto.EPDCLDLCFKG.Parser, new[]{ "CBEGNBKMHCD", "DLHBCOKCIDP" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class EPDCLDLCFKG : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new EPDCLDLCFKG()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.EPDCLDLCFKGReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public EPDCLDLCFKG() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public EPDCLDLCFKG(EPDCLDLCFKG other) : this() { - cBEGNBKMHCD_ = other.cBEGNBKMHCD_; - dLHBCOKCIDP_ = other.dLHBCOKCIDP_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public EPDCLDLCFKG Clone() { - return new EPDCLDLCFKG(this); - } - - /// Field number for the "CBEGNBKMHCD" field. - public const int CBEGNBKMHCDFieldNumber = 13; - private uint cBEGNBKMHCD_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint CBEGNBKMHCD { - get { return cBEGNBKMHCD_; } - set { - cBEGNBKMHCD_ = value; - } - } - - /// Field number for the "DLHBCOKCIDP" field. - public const int DLHBCOKCIDPFieldNumber = 8; - private static readonly pb::FieldCodec _repeated_dLHBCOKCIDP_codec - = pb::FieldCodec.ForUInt32(66); - private readonly pbc::RepeatedField dLHBCOKCIDP_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField DLHBCOKCIDP { - get { return dLHBCOKCIDP_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as EPDCLDLCFKG); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(EPDCLDLCFKG other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (CBEGNBKMHCD != other.CBEGNBKMHCD) return false; - if(!dLHBCOKCIDP_.Equals(other.dLHBCOKCIDP_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (CBEGNBKMHCD != 0) hash ^= CBEGNBKMHCD.GetHashCode(); - hash ^= dLHBCOKCIDP_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - dLHBCOKCIDP_.WriteTo(output, _repeated_dLHBCOKCIDP_codec); - if (CBEGNBKMHCD != 0) { - output.WriteRawTag(104); - output.WriteUInt32(CBEGNBKMHCD); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - dLHBCOKCIDP_.WriteTo(ref output, _repeated_dLHBCOKCIDP_codec); - if (CBEGNBKMHCD != 0) { - output.WriteRawTag(104); - output.WriteUInt32(CBEGNBKMHCD); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (CBEGNBKMHCD != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CBEGNBKMHCD); - } - size += dLHBCOKCIDP_.CalculateSize(_repeated_dLHBCOKCIDP_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(EPDCLDLCFKG other) { - if (other == null) { - return; - } - if (other.CBEGNBKMHCD != 0) { - CBEGNBKMHCD = other.CBEGNBKMHCD; - } - dLHBCOKCIDP_.Add(other.dLHBCOKCIDP_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 66: - case 64: { - dLHBCOKCIDP_.AddEntriesFrom(input, _repeated_dLHBCOKCIDP_codec); - break; - } - case 104: { - CBEGNBKMHCD = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 66: - case 64: { - dLHBCOKCIDP_.AddEntriesFrom(ref input, _repeated_dLHBCOKCIDP_codec); - break; - } - case 104: { - CBEGNBKMHCD = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/EPEGHCGCMHP.cs b/Proto/EPEGHCGCMHP.cs index 5e323cd5..0819d1bd 100644 --- a/Proto/EPEGHCGCMHP.cs +++ b/Proto/EPEGHCGCMHP.cs @@ -25,15 +25,15 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChFFUEVHSENHQ01IUC5wcm90bxoRTENNSUZPQktORU4ucHJvdG8aEU5KRkdK", - "UENBTkRJLnByb3RvIpIBCgtFUEVHSENHQ01IUBIkCgtEQ0hESkFMTE5FQxjp", - "ByABKAsyDC5OSkZHSlBDQU5ESUgAEiQKC0VNQkJITkNKRFBLGOoHIAEoCzIM", - "LkxDTUlGT0JLTkVOSAASEwoLQkhHR0hGSk1NQk0YASADKAkSEwoLRk1PUEJG", - "S05MTkkYAiABKAhCDQoLRU1BSEpHTUxCTkpCHqoCG0VnZ0xpbmsuRGFuaGVu", + "UENBTkRJLnByb3RvIpIBCgtFUEVHSENHQ01IUBITCgtCSEdHSEZKTU1CTRgB", + "IAMoCRITCgtGTU9QQkZLTkxOSRgCIAEoCBIkCgtEQ0hESkFMTE5FQxjpByAB", + "KAsyDC5OSkZHSlBDQU5ESUgAEiQKC0VNQkJITkNKRFBLGOoHIAEoCzIMLkxD", + "TUlGT0JLTkVOSABCDQoLUE5BS0tGTkpNTU1CHqoCG0VnZ0xpbmsuRGFuaGVu", "Z1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LCMIFOBKNENReflection.Descriptor, global::EggLink.DanhengServer.Proto.NJFGJPCANDIReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EPEGHCGCMHP), global::EggLink.DanhengServer.Proto.EPEGHCGCMHP.Parser, new[]{ "DCHDJALLNEC", "EMBBHNCJDPK", "BHGGHFJMMBM", "FMOPBFKNLNI" }, new[]{ "EMAHJGMLBNJ" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EPEGHCGCMHP), global::EggLink.DanhengServer.Proto.EPEGHCGCMHP.Parser, new[]{ "BHGGHFJMMBM", "FMOPBFKNLNI", "DCHDJALLNEC", "EMBBHNCJDPK" }, new[]{ "PNAKKFNJMMM" }, null, null, null) })); } #endregion @@ -77,11 +77,11 @@ namespace EggLink.DanhengServer.Proto { public EPEGHCGCMHP(EPEGHCGCMHP other) : this() { bHGGHFJMMBM_ = other.bHGGHFJMMBM_.Clone(); fMOPBFKNLNI_ = other.fMOPBFKNLNI_; - switch (other.EMAHJGMLBNJCase) { - case EMAHJGMLBNJOneofCase.DCHDJALLNEC: + switch (other.PNAKKFNJMMMCase) { + case PNAKKFNJMMMOneofCase.DCHDJALLNEC: DCHDJALLNEC = other.DCHDJALLNEC.Clone(); break; - case EMAHJGMLBNJOneofCase.EMBBHNCJDPK: + case PNAKKFNJMMMOneofCase.EMBBHNCJDPK: EMBBHNCJDPK = other.EMBBHNCJDPK.Clone(); break; } @@ -95,30 +95,6 @@ namespace EggLink.DanhengServer.Proto { return new EPEGHCGCMHP(this); } - /// Field number for the "DCHDJALLNEC" field. - public const int DCHDJALLNECFieldNumber = 1001; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.NJFGJPCANDI DCHDJALLNEC { - get { return eMAHJGMLBNJCase_ == EMAHJGMLBNJOneofCase.DCHDJALLNEC ? (global::EggLink.DanhengServer.Proto.NJFGJPCANDI) eMAHJGMLBNJ_ : null; } - set { - eMAHJGMLBNJ_ = value; - eMAHJGMLBNJCase_ = value == null ? EMAHJGMLBNJOneofCase.None : EMAHJGMLBNJOneofCase.DCHDJALLNEC; - } - } - - /// Field number for the "EMBBHNCJDPK" field. - public const int EMBBHNCJDPKFieldNumber = 1002; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.LCMIFOBKNEN EMBBHNCJDPK { - get { return eMAHJGMLBNJCase_ == EMAHJGMLBNJOneofCase.EMBBHNCJDPK ? (global::EggLink.DanhengServer.Proto.LCMIFOBKNEN) eMAHJGMLBNJ_ : null; } - set { - eMAHJGMLBNJ_ = value; - eMAHJGMLBNJCase_ = value == null ? EMAHJGMLBNJOneofCase.None : EMAHJGMLBNJOneofCase.EMBBHNCJDPK; - } - } - /// Field number for the "BHGGHFJMMBM" field. public const int BHGGHFJMMBMFieldNumber = 1; private static readonly pb::FieldCodec _repeated_bHGGHFJMMBM_codec @@ -142,25 +118,49 @@ namespace EggLink.DanhengServer.Proto { } } - private object eMAHJGMLBNJ_; - /// Enum of possible cases for the "EMAHJGMLBNJ" oneof. - public enum EMAHJGMLBNJOneofCase { + /// Field number for the "DCHDJALLNEC" field. + public const int DCHDJALLNECFieldNumber = 1001; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.NJFGJPCANDI DCHDJALLNEC { + get { return pNAKKFNJMMMCase_ == PNAKKFNJMMMOneofCase.DCHDJALLNEC ? (global::EggLink.DanhengServer.Proto.NJFGJPCANDI) pNAKKFNJMMM_ : null; } + set { + pNAKKFNJMMM_ = value; + pNAKKFNJMMMCase_ = value == null ? PNAKKFNJMMMOneofCase.None : PNAKKFNJMMMOneofCase.DCHDJALLNEC; + } + } + + /// Field number for the "EMBBHNCJDPK" field. + public const int EMBBHNCJDPKFieldNumber = 1002; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.LCMIFOBKNEN EMBBHNCJDPK { + get { return pNAKKFNJMMMCase_ == PNAKKFNJMMMOneofCase.EMBBHNCJDPK ? (global::EggLink.DanhengServer.Proto.LCMIFOBKNEN) pNAKKFNJMMM_ : null; } + set { + pNAKKFNJMMM_ = value; + pNAKKFNJMMMCase_ = value == null ? PNAKKFNJMMMOneofCase.None : PNAKKFNJMMMOneofCase.EMBBHNCJDPK; + } + } + + private object pNAKKFNJMMM_; + /// Enum of possible cases for the "PNAKKFNJMMM" oneof. + public enum PNAKKFNJMMMOneofCase { None = 0, DCHDJALLNEC = 1001, EMBBHNCJDPK = 1002, } - private EMAHJGMLBNJOneofCase eMAHJGMLBNJCase_ = EMAHJGMLBNJOneofCase.None; + private PNAKKFNJMMMOneofCase pNAKKFNJMMMCase_ = PNAKKFNJMMMOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public EMAHJGMLBNJOneofCase EMAHJGMLBNJCase { - get { return eMAHJGMLBNJCase_; } + public PNAKKFNJMMMOneofCase PNAKKFNJMMMCase { + get { return pNAKKFNJMMMCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearEMAHJGMLBNJ() { - eMAHJGMLBNJCase_ = EMAHJGMLBNJOneofCase.None; - eMAHJGMLBNJ_ = null; + public void ClearPNAKKFNJMMM() { + pNAKKFNJMMMCase_ = PNAKKFNJMMMOneofCase.None; + pNAKKFNJMMM_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -178,11 +178,11 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (!object.Equals(DCHDJALLNEC, other.DCHDJALLNEC)) return false; - if (!object.Equals(EMBBHNCJDPK, other.EMBBHNCJDPK)) return false; if(!bHGGHFJMMBM_.Equals(other.bHGGHFJMMBM_)) return false; if (FMOPBFKNLNI != other.FMOPBFKNLNI) return false; - if (EMAHJGMLBNJCase != other.EMAHJGMLBNJCase) return false; + if (!object.Equals(DCHDJALLNEC, other.DCHDJALLNEC)) return false; + if (!object.Equals(EMBBHNCJDPK, other.EMBBHNCJDPK)) return false; + if (PNAKKFNJMMMCase != other.PNAKKFNJMMMCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -190,11 +190,11 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (eMAHJGMLBNJCase_ == EMAHJGMLBNJOneofCase.DCHDJALLNEC) hash ^= DCHDJALLNEC.GetHashCode(); - if (eMAHJGMLBNJCase_ == EMAHJGMLBNJOneofCase.EMBBHNCJDPK) hash ^= EMBBHNCJDPK.GetHashCode(); hash ^= bHGGHFJMMBM_.GetHashCode(); if (FMOPBFKNLNI != false) hash ^= FMOPBFKNLNI.GetHashCode(); - hash ^= (int) eMAHJGMLBNJCase_; + if (pNAKKFNJMMMCase_ == PNAKKFNJMMMOneofCase.DCHDJALLNEC) hash ^= DCHDJALLNEC.GetHashCode(); + if (pNAKKFNJMMMCase_ == PNAKKFNJMMMOneofCase.EMBBHNCJDPK) hash ^= EMBBHNCJDPK.GetHashCode(); + hash ^= (int) pNAKKFNJMMMCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -218,11 +218,11 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(16); output.WriteBool(FMOPBFKNLNI); } - if (eMAHJGMLBNJCase_ == EMAHJGMLBNJOneofCase.DCHDJALLNEC) { + if (pNAKKFNJMMMCase_ == PNAKKFNJMMMOneofCase.DCHDJALLNEC) { output.WriteRawTag(202, 62); output.WriteMessage(DCHDJALLNEC); } - if (eMAHJGMLBNJCase_ == EMAHJGMLBNJOneofCase.EMBBHNCJDPK) { + if (pNAKKFNJMMMCase_ == PNAKKFNJMMMOneofCase.EMBBHNCJDPK) { output.WriteRawTag(210, 62); output.WriteMessage(EMBBHNCJDPK); } @@ -241,11 +241,11 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(16); output.WriteBool(FMOPBFKNLNI); } - if (eMAHJGMLBNJCase_ == EMAHJGMLBNJOneofCase.DCHDJALLNEC) { + if (pNAKKFNJMMMCase_ == PNAKKFNJMMMOneofCase.DCHDJALLNEC) { output.WriteRawTag(202, 62); output.WriteMessage(DCHDJALLNEC); } - if (eMAHJGMLBNJCase_ == EMAHJGMLBNJOneofCase.EMBBHNCJDPK) { + if (pNAKKFNJMMMCase_ == PNAKKFNJMMMOneofCase.EMBBHNCJDPK) { output.WriteRawTag(210, 62); output.WriteMessage(EMBBHNCJDPK); } @@ -259,16 +259,16 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (eMAHJGMLBNJCase_ == EMAHJGMLBNJOneofCase.DCHDJALLNEC) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(DCHDJALLNEC); - } - if (eMAHJGMLBNJCase_ == EMAHJGMLBNJOneofCase.EMBBHNCJDPK) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(EMBBHNCJDPK); - } size += bHGGHFJMMBM_.CalculateSize(_repeated_bHGGHFJMMBM_codec); if (FMOPBFKNLNI != false) { size += 1 + 1; } + if (pNAKKFNJMMMCase_ == PNAKKFNJMMMOneofCase.DCHDJALLNEC) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(DCHDJALLNEC); + } + if (pNAKKFNJMMMCase_ == PNAKKFNJMMMOneofCase.EMBBHNCJDPK) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(EMBBHNCJDPK); + } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -285,14 +285,14 @@ namespace EggLink.DanhengServer.Proto { if (other.FMOPBFKNLNI != false) { FMOPBFKNLNI = other.FMOPBFKNLNI; } - switch (other.EMAHJGMLBNJCase) { - case EMAHJGMLBNJOneofCase.DCHDJALLNEC: + switch (other.PNAKKFNJMMMCase) { + case PNAKKFNJMMMOneofCase.DCHDJALLNEC: if (DCHDJALLNEC == null) { DCHDJALLNEC = new global::EggLink.DanhengServer.Proto.NJFGJPCANDI(); } DCHDJALLNEC.MergeFrom(other.DCHDJALLNEC); break; - case EMAHJGMLBNJOneofCase.EMBBHNCJDPK: + case PNAKKFNJMMMOneofCase.EMBBHNCJDPK: if (EMBBHNCJDPK == null) { EMBBHNCJDPK = new global::EggLink.DanhengServer.Proto.LCMIFOBKNEN(); } @@ -325,7 +325,7 @@ namespace EggLink.DanhengServer.Proto { } case 8010: { global::EggLink.DanhengServer.Proto.NJFGJPCANDI subBuilder = new global::EggLink.DanhengServer.Proto.NJFGJPCANDI(); - if (eMAHJGMLBNJCase_ == EMAHJGMLBNJOneofCase.DCHDJALLNEC) { + if (pNAKKFNJMMMCase_ == PNAKKFNJMMMOneofCase.DCHDJALLNEC) { subBuilder.MergeFrom(DCHDJALLNEC); } input.ReadMessage(subBuilder); @@ -334,7 +334,7 @@ namespace EggLink.DanhengServer.Proto { } case 8018: { global::EggLink.DanhengServer.Proto.LCMIFOBKNEN subBuilder = new global::EggLink.DanhengServer.Proto.LCMIFOBKNEN(); - if (eMAHJGMLBNJCase_ == EMAHJGMLBNJOneofCase.EMBBHNCJDPK) { + if (pNAKKFNJMMMCase_ == PNAKKFNJMMMOneofCase.EMBBHNCJDPK) { subBuilder.MergeFrom(EMBBHNCJDPK); } input.ReadMessage(subBuilder); @@ -366,7 +366,7 @@ namespace EggLink.DanhengServer.Proto { } case 8010: { global::EggLink.DanhengServer.Proto.NJFGJPCANDI subBuilder = new global::EggLink.DanhengServer.Proto.NJFGJPCANDI(); - if (eMAHJGMLBNJCase_ == EMAHJGMLBNJOneofCase.DCHDJALLNEC) { + if (pNAKKFNJMMMCase_ == PNAKKFNJMMMOneofCase.DCHDJALLNEC) { subBuilder.MergeFrom(DCHDJALLNEC); } input.ReadMessage(subBuilder); @@ -375,7 +375,7 @@ namespace EggLink.DanhengServer.Proto { } case 8018: { global::EggLink.DanhengServer.Proto.LCMIFOBKNEN subBuilder = new global::EggLink.DanhengServer.Proto.LCMIFOBKNEN(); - if (eMAHJGMLBNJCase_ == EMAHJGMLBNJOneofCase.EMBBHNCJDPK) { + if (pNAKKFNJMMMCase_ == PNAKKFNJMMMOneofCase.EMBBHNCJDPK) { subBuilder.MergeFrom(EMBBHNCJDPK); } input.ReadMessage(subBuilder); diff --git a/Proto/EPGDHHHDJDC.cs b/Proto/EPGDHHHDJDC.cs deleted file mode 100644 index 4f2b4b4c..00000000 --- a/Proto/EPGDHHHDJDC.cs +++ /dev/null @@ -1,47 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: EPGDHHHDJDC.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from EPGDHHHDJDC.proto - public static partial class EPGDHHHDJDCReflection { - - #region Descriptor - /// File descriptor for EPGDHHHDJDC.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static EPGDHHHDJDCReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFFUEdESEhIREpEQy5wcm90byowCgtFUEdESEhIREpEQxIQCgxTVEFUVVNf", - "Q0xPU0UQABIPCgtTVEFUVVNfT1BFThABQh6qAhtFZ2dMaW5rLkRhbmhlbmdT", - "ZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.EPGDHHHDJDC), }, null, null)); - } - #endregion - - } - #region Enums - public enum EPGDHHHDJDC { - [pbr::OriginalName("STATUS_CLOSE")] StatusClose = 0, - [pbr::OriginalName("STATUS_OPEN")] StatusOpen = 1, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/EPHILIMKADK.cs b/Proto/EPHILIMKADK.cs deleted file mode 100644 index 0b6366d9..00000000 --- a/Proto/EPHILIMKADK.cs +++ /dev/null @@ -1,461 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: EPHILIMKADK.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from EPHILIMKADK.proto - public static partial class EPHILIMKADKReflection { - - #region Descriptor - /// File descriptor for EPHILIMKADK.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static EPHILIMKADKReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFFUEhJTElNS0FESy5wcm90bxoVQmF0dGxlRW5kU3RhdHVzLnByb3RvGhZC", - "YXR0bGVTdGF0aXN0aWNzLnByb3RvGhtCYXR0bGVDaGVja1Jlc3VsdFR5cGUu", - "cHJvdG8itAIKC0VQSElMSU1LQURLEicKB3JldGNvZGUYASABKA4yFi5CYXR0", - "bGVDaGVja1Jlc3VsdFR5cGUSJAoKZW5kX3N0YXR1cxgCIAEoDjIQLkJhdHRs", - "ZUVuZFN0YXR1cxIeCgNzdHQYAyABKAsyES5CYXR0bGVTdGF0aXN0aWNzEhwK", - "FGdhbWVfY29yZV9sb2dfZW5jb2RlGAQgASgMEjIKC0RHTk1NSU5HQUNKGAUg", - "AygLMh0uRVBISUxJTUtBREsuREdOTU1JTkdBQ0pFbnRyeRIbChNtaXNtYXRj", - "aF90dXJuX2NvdW50GAYgASgNEhMKC01ETFBDRkNQSERLGAcgASgNGjIKEERH", - "Tk1NSU5HQUNKRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgNOgI4", - "AUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BattleEndStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleStatisticsReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleCheckResultTypeReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EPHILIMKADK), global::EggLink.DanhengServer.Proto.EPHILIMKADK.Parser, new[]{ "Retcode", "EndStatus", "Stt", "GameCoreLogEncode", "DGNMMINGACJ", "MismatchTurnCount", "MDLPCFCPHDK" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, }) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class EPHILIMKADK : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new EPHILIMKADK()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.EPHILIMKADKReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public EPHILIMKADK() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public EPHILIMKADK(EPHILIMKADK other) : this() { - retcode_ = other.retcode_; - endStatus_ = other.endStatus_; - stt_ = other.stt_ != null ? other.stt_.Clone() : null; - gameCoreLogEncode_ = other.gameCoreLogEncode_; - dGNMMINGACJ_ = other.dGNMMINGACJ_.Clone(); - mismatchTurnCount_ = other.mismatchTurnCount_; - mDLPCFCPHDK_ = other.mDLPCFCPHDK_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public EPHILIMKADK Clone() { - return new EPHILIMKADK(this); - } - - /// Field number for the "retcode" field. - public const int RetcodeFieldNumber = 1; - private global::EggLink.DanhengServer.Proto.BattleCheckResultType retcode_ = global::EggLink.DanhengServer.Proto.BattleCheckResultType.BattleCheckResultSucc; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.BattleCheckResultType Retcode { - get { return retcode_; } - set { - retcode_ = value; - } - } - - /// Field number for the "end_status" field. - public const int EndStatusFieldNumber = 2; - private global::EggLink.DanhengServer.Proto.BattleEndStatus endStatus_ = global::EggLink.DanhengServer.Proto.BattleEndStatus.BattleEndNone; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.BattleEndStatus EndStatus { - get { return endStatus_; } - set { - endStatus_ = value; - } - } - - /// Field number for the "stt" field. - public const int SttFieldNumber = 3; - private global::EggLink.DanhengServer.Proto.BattleStatistics stt_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.BattleStatistics Stt { - get { return stt_; } - set { - stt_ = value; - } - } - - /// Field number for the "game_core_log_encode" field. - public const int GameCoreLogEncodeFieldNumber = 4; - private pb::ByteString gameCoreLogEncode_ = pb::ByteString.Empty; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pb::ByteString GameCoreLogEncode { - get { return gameCoreLogEncode_; } - set { - gameCoreLogEncode_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "DGNMMINGACJ" field. - public const int DGNMMINGACJFieldNumber = 5; - private static readonly pbc::MapField.Codec _map_dGNMMINGACJ_codec - = new pbc::MapField.Codec(pb::FieldCodec.ForString(10, ""), pb::FieldCodec.ForUInt32(16, 0), 42); - private readonly pbc::MapField dGNMMINGACJ_ = new pbc::MapField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::MapField DGNMMINGACJ { - get { return dGNMMINGACJ_; } - } - - /// Field number for the "mismatch_turn_count" field. - public const int MismatchTurnCountFieldNumber = 6; - private uint mismatchTurnCount_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint MismatchTurnCount { - get { return mismatchTurnCount_; } - set { - mismatchTurnCount_ = value; - } - } - - /// Field number for the "MDLPCFCPHDK" field. - public const int MDLPCFCPHDKFieldNumber = 7; - private uint mDLPCFCPHDK_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint MDLPCFCPHDK { - get { return mDLPCFCPHDK_; } - set { - mDLPCFCPHDK_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as EPHILIMKADK); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(EPHILIMKADK other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Retcode != other.Retcode) return false; - if (EndStatus != other.EndStatus) return false; - if (!object.Equals(Stt, other.Stt)) return false; - if (GameCoreLogEncode != other.GameCoreLogEncode) return false; - if (!DGNMMINGACJ.Equals(other.DGNMMINGACJ)) return false; - if (MismatchTurnCount != other.MismatchTurnCount) return false; - if (MDLPCFCPHDK != other.MDLPCFCPHDK) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Retcode != global::EggLink.DanhengServer.Proto.BattleCheckResultType.BattleCheckResultSucc) hash ^= Retcode.GetHashCode(); - if (EndStatus != global::EggLink.DanhengServer.Proto.BattleEndStatus.BattleEndNone) hash ^= EndStatus.GetHashCode(); - if (stt_ != null) hash ^= Stt.GetHashCode(); - if (GameCoreLogEncode.Length != 0) hash ^= GameCoreLogEncode.GetHashCode(); - hash ^= DGNMMINGACJ.GetHashCode(); - if (MismatchTurnCount != 0) hash ^= MismatchTurnCount.GetHashCode(); - if (MDLPCFCPHDK != 0) hash ^= MDLPCFCPHDK.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Retcode != global::EggLink.DanhengServer.Proto.BattleCheckResultType.BattleCheckResultSucc) { - output.WriteRawTag(8); - output.WriteEnum((int) Retcode); - } - if (EndStatus != global::EggLink.DanhengServer.Proto.BattleEndStatus.BattleEndNone) { - output.WriteRawTag(16); - output.WriteEnum((int) EndStatus); - } - if (stt_ != null) { - output.WriteRawTag(26); - output.WriteMessage(Stt); - } - if (GameCoreLogEncode.Length != 0) { - output.WriteRawTag(34); - output.WriteBytes(GameCoreLogEncode); - } - dGNMMINGACJ_.WriteTo(output, _map_dGNMMINGACJ_codec); - if (MismatchTurnCount != 0) { - output.WriteRawTag(48); - output.WriteUInt32(MismatchTurnCount); - } - if (MDLPCFCPHDK != 0) { - output.WriteRawTag(56); - output.WriteUInt32(MDLPCFCPHDK); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Retcode != global::EggLink.DanhengServer.Proto.BattleCheckResultType.BattleCheckResultSucc) { - output.WriteRawTag(8); - output.WriteEnum((int) Retcode); - } - if (EndStatus != global::EggLink.DanhengServer.Proto.BattleEndStatus.BattleEndNone) { - output.WriteRawTag(16); - output.WriteEnum((int) EndStatus); - } - if (stt_ != null) { - output.WriteRawTag(26); - output.WriteMessage(Stt); - } - if (GameCoreLogEncode.Length != 0) { - output.WriteRawTag(34); - output.WriteBytes(GameCoreLogEncode); - } - dGNMMINGACJ_.WriteTo(ref output, _map_dGNMMINGACJ_codec); - if (MismatchTurnCount != 0) { - output.WriteRawTag(48); - output.WriteUInt32(MismatchTurnCount); - } - if (MDLPCFCPHDK != 0) { - output.WriteRawTag(56); - output.WriteUInt32(MDLPCFCPHDK); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Retcode != global::EggLink.DanhengServer.Proto.BattleCheckResultType.BattleCheckResultSucc) { - size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Retcode); - } - if (EndStatus != global::EggLink.DanhengServer.Proto.BattleEndStatus.BattleEndNone) { - size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) EndStatus); - } - if (stt_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(Stt); - } - if (GameCoreLogEncode.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeBytesSize(GameCoreLogEncode); - } - size += dGNMMINGACJ_.CalculateSize(_map_dGNMMINGACJ_codec); - if (MismatchTurnCount != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MismatchTurnCount); - } - if (MDLPCFCPHDK != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MDLPCFCPHDK); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(EPHILIMKADK other) { - if (other == null) { - return; - } - if (other.Retcode != global::EggLink.DanhengServer.Proto.BattleCheckResultType.BattleCheckResultSucc) { - Retcode = other.Retcode; - } - if (other.EndStatus != global::EggLink.DanhengServer.Proto.BattleEndStatus.BattleEndNone) { - EndStatus = other.EndStatus; - } - if (other.stt_ != null) { - if (stt_ == null) { - Stt = new global::EggLink.DanhengServer.Proto.BattleStatistics(); - } - Stt.MergeFrom(other.Stt); - } - if (other.GameCoreLogEncode.Length != 0) { - GameCoreLogEncode = other.GameCoreLogEncode; - } - dGNMMINGACJ_.MergeFrom(other.dGNMMINGACJ_); - if (other.MismatchTurnCount != 0) { - MismatchTurnCount = other.MismatchTurnCount; - } - if (other.MDLPCFCPHDK != 0) { - MDLPCFCPHDK = other.MDLPCFCPHDK; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - Retcode = (global::EggLink.DanhengServer.Proto.BattleCheckResultType) input.ReadEnum(); - break; - } - case 16: { - EndStatus = (global::EggLink.DanhengServer.Proto.BattleEndStatus) input.ReadEnum(); - break; - } - case 26: { - if (stt_ == null) { - Stt = new global::EggLink.DanhengServer.Proto.BattleStatistics(); - } - input.ReadMessage(Stt); - break; - } - case 34: { - GameCoreLogEncode = input.ReadBytes(); - break; - } - case 42: { - dGNMMINGACJ_.AddEntriesFrom(input, _map_dGNMMINGACJ_codec); - break; - } - case 48: { - MismatchTurnCount = input.ReadUInt32(); - break; - } - case 56: { - MDLPCFCPHDK = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - Retcode = (global::EggLink.DanhengServer.Proto.BattleCheckResultType) input.ReadEnum(); - break; - } - case 16: { - EndStatus = (global::EggLink.DanhengServer.Proto.BattleEndStatus) input.ReadEnum(); - break; - } - case 26: { - if (stt_ == null) { - Stt = new global::EggLink.DanhengServer.Proto.BattleStatistics(); - } - input.ReadMessage(Stt); - break; - } - case 34: { - GameCoreLogEncode = input.ReadBytes(); - break; - } - case 42: { - dGNMMINGACJ_.AddEntriesFrom(ref input, _map_dGNMMINGACJ_codec); - break; - } - case 48: { - MismatchTurnCount = input.ReadUInt32(); - break; - } - case 56: { - MDLPCFCPHDK = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/EndDrinkMakerSequenceScRsp.cs b/Proto/EndDrinkMakerSequenceScRsp.cs index bd10b7ae..13b43765 100644 --- a/Proto/EndDrinkMakerSequenceScRsp.cs +++ b/Proto/EndDrinkMakerSequenceScRsp.cs @@ -26,12 +26,12 @@ namespace EggLink.DanhengServer.Proto { string.Concat( "CiBFbmREcmlua01ha2VyU2VxdWVuY2VTY1JzcC5wcm90bxoOSXRlbUxpc3Qu", "cHJvdG8aEU1GTFBBTUFGSk5DLnByb3RvGhVEcmlua01ha2VyR3Vlc3QucHJv", - "dG8izgEKGkVuZERyaW5rTWFrZXJTZXF1ZW5jZVNjUnNwEhkKBlJld2FyZBgP", - "IAEoCzIJLkl0ZW1MaXN0EgwKBFRpcHMYCyABKA0SDQoFTGV2ZWwYBiABKA0S", - "CwoDRXhwGA4gASgNEh8KBUd1ZXN0GAMgASgLMhAuRHJpbmtNYWtlckd1ZXN0", - "EiEKC1JlcXVlc3RMaXN0GAcgAygLMgwuTUZMUEFNQUZKTkMSDwoHUmV0Y29k", - "ZRgIIAEoDRIWCg5OZXh0U2VxdWVuY2VJZBgEIAEoDUIeqgIbRWdnTGluay5E", - "YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "dG8i0QEKGkVuZERyaW5rTWFrZXJTZXF1ZW5jZVNjUnNwEhkKBnJld2FyZBgP", + "IAEoCzIJLkl0ZW1MaXN0EgwKBHRpcHMYCyABKA0SDQoFbGV2ZWwYBiABKA0S", + "CwoDZXhwGA4gASgNEh8KBWd1ZXN0GAMgASgLMhAuRHJpbmtNYWtlckd1ZXN0", + "EiIKDHJlcXVlc3RfbGlzdBgHIAMoCzIMLk1GTFBBTUFGSk5DEg8KB3JldGNv", + "ZGUYCCABKA0SGAoQbmV4dF9zZXF1ZW5jZV9pZBgEIAEoDUIeqgIbRWdnTGlu", + "ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.MFLPAMAFJNCReflection.Descriptor, global::EggLink.DanhengServer.Proto.DrinkMakerGuestReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -94,7 +94,7 @@ namespace EggLink.DanhengServer.Proto { return new EndDrinkMakerSequenceScRsp(this); } - /// Field number for the "Reward" field. + /// Field number for the "reward" field. public const int RewardFieldNumber = 15; private global::EggLink.DanhengServer.Proto.ItemList reward_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -106,7 +106,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Tips" field. + /// Field number for the "tips" field. public const int TipsFieldNumber = 11; private uint tips_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -118,7 +118,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Level" field. + /// Field number for the "level" field. public const int LevelFieldNumber = 6; private uint level_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -130,7 +130,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Exp" field. + /// Field number for the "exp" field. public const int ExpFieldNumber = 14; private uint exp_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -142,7 +142,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Guest" field. + /// Field number for the "guest" field. public const int GuestFieldNumber = 3; private global::EggLink.DanhengServer.Proto.DrinkMakerGuest guest_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -154,7 +154,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "RequestList" field. + /// Field number for the "request_list" field. public const int RequestListFieldNumber = 7; private static readonly pb::FieldCodec _repeated_requestList_codec = pb::FieldCodec.ForMessage(58, global::EggLink.DanhengServer.Proto.MFLPAMAFJNC.Parser); @@ -165,7 +165,7 @@ namespace EggLink.DanhengServer.Proto { get { return requestList_; } } - /// Field number for the "Retcode" field. + /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 8; private uint retcode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -177,7 +177,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "NextSequenceId" field. + /// Field number for the "next_sequence_id" field. public const int NextSequenceIdFieldNumber = 4; private uint nextSequenceId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/EnterRogueEndlessActivityStageScRsp.cs b/Proto/EnterRogueEndlessActivityStageScRsp.cs index 41631985..14bfe34d 100644 --- a/Proto/EnterRogueEndlessActivityStageScRsp.cs +++ b/Proto/EnterRogueEndlessActivityStageScRsp.cs @@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto { static EnterRogueEndlessActivityStageScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CilFbnRlclJvZ3VlRW5kbGVzc0FjdGl2aXR5U3RhZ2VTY1JzcC5wcm90bxob", - "Um9ndWVFbmRsZXNzTGF5ZXJJbmZvLnByb3RvGhVTY2VuZUJhdHRsZUluZm8u", + "CilFbnRlclJvZ3VlRW5kbGVzc0FjdGl2aXR5U3RhZ2VTY1JzcC5wcm90bxoV", + "U2NlbmVCYXR0bGVJbmZvLnByb3RvGhtSb2d1ZUVuZGxlc3NMYXllckluZm8u", "cHJvdG8iigEKI0VudGVyUm9ndWVFbmRsZXNzQWN0aXZpdHlTdGFnZVNjUnNw", "Eg8KB3JldGNvZGUYBSABKA0SJQoLYmF0dGxlX2luZm8YDCABKAsyEC5TY2Vu", "ZUJhdHRsZUluZm8SKwoLQk9QQUFOR0tPR0gYCyABKAsyFi5Sb2d1ZUVuZGxl", "c3NMYXllckluZm9CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG", "cHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueEndlessLayerInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneBattleInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.SceneBattleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueEndlessLayerInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EnterRogueEndlessActivityStageScRsp), global::EggLink.DanhengServer.Proto.EnterRogueEndlessActivityStageScRsp.Parser, new[]{ "Retcode", "BattleInfo", "BOPAANGKOGH" }, null, null, null, null) })); diff --git a/Proto/EnterRogueMapRoomScRsp.cs b/Proto/EnterRogueMapRoomScRsp.cs index 23ab1a16..67032306 100644 --- a/Proto/EnterRogueMapRoomScRsp.cs +++ b/Proto/EnterRogueMapRoomScRsp.cs @@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto { static EnterRogueMapRoomScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChxFbnRlclJvZ3VlTWFwUm9vbVNjUnNwLnByb3RvGhhSb2d1ZU1hcFJvdGF0", - "ZUluZm8ucHJvdG8aD1NjZW5lSW5mby5wcm90bxoQTGluZXVwSW5mby5wcm90", + "ChxFbnRlclJvZ3VlTWFwUm9vbVNjUnNwLnByb3RvGhBMaW5ldXBJbmZvLnBy", + "b3RvGhhSb2d1ZU1hcFJvdGF0ZUluZm8ucHJvdG8aD1NjZW5lSW5mby5wcm90", "byKgAQoWRW50ZXJSb2d1ZU1hcFJvb21TY1JzcBIoCgtyb3RhdGVfaW5mbxgP", "IAEoCzITLlJvZ3VlTWFwUm90YXRlSW5mbxITCgtjdXJfc2l0ZV9pZBgMIAEo", "DRIPCgdyZXRjb2RlGA4gASgNEhsKBmxpbmV1cBgLIAEoCzILLkxpbmV1cElu", "Zm8SGQoFc2NlbmUYBSABKAsyCi5TY2VuZUluZm9CHqoCG0VnZ0xpbmsuRGFu", "aGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueMapRotateInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMapRotateInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EnterRogueMapRoomScRsp), global::EggLink.DanhengServer.Proto.EnterRogueMapRoomScRsp.Parser, new[]{ "RotateInfo", "CurSiteId", "Retcode", "Lineup", "Scene" }, null, null, null, null) })); diff --git a/Proto/EnterRogueScRsp.cs b/Proto/EnterRogueScRsp.cs index e931a20d..a7af312c 100644 --- a/Proto/EnterRogueScRsp.cs +++ b/Proto/EnterRogueScRsp.cs @@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto { static EnterRogueScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChVFbnRlclJvZ3VlU2NSc3AucHJvdG8aGFJvZ3VlTWFwUm90YXRlSW5mby5w", - "cm90bxoPU2NlbmVJbmZvLnByb3RvGhBMaW5ldXBJbmZvLnByb3RvGg9Sb2d1", + "ChVFbnRlclJvZ3VlU2NSc3AucHJvdG8aD1JvZ3VlSW5mby5wcm90bxoQTGlu", + "ZXVwSW5mby5wcm90bxoYUm9ndWVNYXBSb3RhdGVJbmZvLnByb3RvGg9TY2Vu", "ZUluZm8ucHJvdG8iqQEKD0VudGVyUm9ndWVTY1JzcBIPCgdyZXRjb2RlGAUg", "ASgNEhkKBXNjZW5lGA4gASgLMgouU2NlbmVJbmZvEiMKD3JvZ3VlX2dhbWVf", "aW5mbxgCIAEoCzIKLlJvZ3VlSW5mbxIoCgtyb3RhdGVfaW5mbxgHIAEoCzIT", "LlJvZ3VlTWFwUm90YXRlSW5mbxIbCgZsaW5ldXAYDSABKAsyCy5MaW5ldXBJ", "bmZvQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueMapRotateInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMapRotateInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EnterRogueScRsp), global::EggLink.DanhengServer.Proto.EnterRogueScRsp.Parser, new[]{ "Retcode", "Scene", "RogueGameInfo", "RotateInfo", "Lineup" }, null, null, null, null) })); diff --git a/Proto/EnterSceneByServerScNotify.cs b/Proto/EnterSceneByServerScNotify.cs index b11172d9..a10bafed 100644 --- a/Proto/EnterSceneByServerScNotify.cs +++ b/Proto/EnterSceneByServerScNotify.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static EnterSceneByServerScNotifyReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiBFbnRlclNjZW5lQnlTZXJ2ZXJTY05vdGlmeS5wcm90bxoPU2NlbmVJbmZv", - "LnByb3RvGhZFbnRlclNjZW5lUmVhc29uLnByb3RvGhBMaW5ldXBJbmZvLnBy", + "CiBFbnRlclNjZW5lQnlTZXJ2ZXJTY05vdGlmeS5wcm90bxoWRW50ZXJTY2Vu", + "ZVJlYXNvbi5wcm90bxoQTGluZXVwSW5mby5wcm90bxoPU2NlbmVJbmZvLnBy", "b3RvIncKGkVudGVyU2NlbmVCeVNlcnZlclNjTm90aWZ5EhkKBXNjZW5lGAUg", "ASgLMgouU2NlbmVJbmZvEiEKBnJlYXNvbhgHIAEoDjIRLkVudGVyU2NlbmVS", "ZWFzb24SGwoGbGluZXVwGAkgASgLMgsuTGluZXVwSW5mb0IeqgIbRWdnTGlu", "ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.EnterSceneReasonReflection.Descriptor, global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EnterSceneReasonReflection.Descriptor, global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EnterSceneByServerScNotify), global::EggLink.DanhengServer.Proto.EnterSceneByServerScNotify.Parser, new[]{ "Scene", "Reason", "Lineup" }, null, null, null, null) })); diff --git a/Proto/EntityBuffChangeInfo.cs b/Proto/EntityBuffChangeInfo.cs index 8c4cfdfb..0c7cf0df 100644 --- a/Proto/EntityBuffChangeInfo.cs +++ b/Proto/EntityBuffChangeInfo.cs @@ -25,16 +25,16 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChpFbnRpdHlCdWZmQ2hhbmdlSW5mby5wcm90bxofU2NlbmVFbnRpdHlCdWZm", - "Q2hhbmdlVHlwZS5wcm90bxoOQnVmZkluZm8ucHJvdG8iuwEKFEVudGl0eUJ1", - "ZmZDaGFuZ2VJbmZvEiUKEGJ1ZmZfY2hhbmdlX2luZm8YAiABKAsyCS5CdWZm", - "SW5mb0gAEhgKDnJlbW92ZV9idWZmX2lkGAUgASgNSAASFgoOY2FzdF9lbnRp", - "dHlfaWQYBCABKA0SKgoGcmVhc29uGAogASgOMhouU2NlbmVFbnRpdHlCdWZm", - "Q2hhbmdlVHlwZRIRCgllbnRpdHlfaWQYCCABKA1CCwoJaW5mb19jYXNlQh6q", - "AhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "Q2hhbmdlVHlwZS5wcm90bxoOQnVmZkluZm8ucHJvdG8ivQEKFEVudGl0eUJ1", + "ZmZDaGFuZ2VJbmZvEhYKDmNhc3RfZW50aXR5X2lkGAQgASgNEioKBnJlYXNv", + "bhgKIAEoDjIaLlNjZW5lRW50aXR5QnVmZkNoYW5nZVR5cGUSEQoJZW50aXR5", + "X2lkGAggASgNEiUKEGJ1ZmZfY2hhbmdlX2luZm8YAiABKAsyCS5CdWZmSW5m", + "b0gAEhgKDnJlbW92ZV9idWZmX2lkGAUgASgNSABCDQoLYnVmZl9jaGFuZ2VC", + "HqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.SceneEntityBuffChangeTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.BuffInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EntityBuffChangeInfo), global::EggLink.DanhengServer.Proto.EntityBuffChangeInfo.Parser, new[]{ "BuffChangeInfo", "RemoveBuffId", "CastEntityId", "Reason", "EntityId" }, new[]{ "InfoCase" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EntityBuffChangeInfo), global::EggLink.DanhengServer.Proto.EntityBuffChangeInfo.Parser, new[]{ "CastEntityId", "Reason", "EntityId", "BuffChangeInfo", "RemoveBuffId" }, new[]{ "BuffChange" }, null, null, null) })); } #endregion @@ -79,11 +79,11 @@ namespace EggLink.DanhengServer.Proto { castEntityId_ = other.castEntityId_; reason_ = other.reason_; entityId_ = other.entityId_; - switch (other.InfoCaseCase) { - case InfoCaseOneofCase.BuffChangeInfo: + switch (other.BuffChangeCase) { + case BuffChangeOneofCase.BuffChangeInfo: BuffChangeInfo = other.BuffChangeInfo.Clone(); break; - case InfoCaseOneofCase.RemoveBuffId: + case BuffChangeOneofCase.RemoveBuffId: RemoveBuffId = other.RemoveBuffId; break; } @@ -97,44 +97,6 @@ namespace EggLink.DanhengServer.Proto { return new EntityBuffChangeInfo(this); } - /// Field number for the "buff_change_info" field. - public const int BuffChangeInfoFieldNumber = 2; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.BuffInfo BuffChangeInfo { - get { return infoCaseCase_ == InfoCaseOneofCase.BuffChangeInfo ? (global::EggLink.DanhengServer.Proto.BuffInfo) infoCase_ : null; } - set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.BuffChangeInfo; - } - } - - /// Field number for the "remove_buff_id" field. - public const int RemoveBuffIdFieldNumber = 5; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint RemoveBuffId { - get { return HasRemoveBuffId ? (uint) infoCase_ : 0; } - set { - infoCase_ = value; - infoCaseCase_ = InfoCaseOneofCase.RemoveBuffId; - } - } - /// Gets whether the "remove_buff_id" field is set - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool HasRemoveBuffId { - get { return infoCaseCase_ == InfoCaseOneofCase.RemoveBuffId; } - } - /// Clears the value of the oneof if it's currently set to "remove_buff_id" - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearRemoveBuffId() { - if (HasRemoveBuffId) { - ClearInfoCase(); - } - } - /// Field number for the "cast_entity_id" field. public const int CastEntityIdFieldNumber = 4; private uint castEntityId_; @@ -171,25 +133,63 @@ namespace EggLink.DanhengServer.Proto { } } - private object infoCase_; - /// Enum of possible cases for the "info_case" oneof. - public enum InfoCaseOneofCase { + /// Field number for the "buff_change_info" field. + public const int BuffChangeInfoFieldNumber = 2; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.BuffInfo BuffChangeInfo { + get { return buffChangeCase_ == BuffChangeOneofCase.BuffChangeInfo ? (global::EggLink.DanhengServer.Proto.BuffInfo) buffChange_ : null; } + set { + buffChange_ = value; + buffChangeCase_ = value == null ? BuffChangeOneofCase.None : BuffChangeOneofCase.BuffChangeInfo; + } + } + + /// Field number for the "remove_buff_id" field. + public const int RemoveBuffIdFieldNumber = 5; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public uint RemoveBuffId { + get { return HasRemoveBuffId ? (uint) buffChange_ : 0; } + set { + buffChange_ = value; + buffChangeCase_ = BuffChangeOneofCase.RemoveBuffId; + } + } + /// Gets whether the "remove_buff_id" field is set + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool HasRemoveBuffId { + get { return buffChangeCase_ == BuffChangeOneofCase.RemoveBuffId; } + } + /// Clears the value of the oneof if it's currently set to "remove_buff_id" + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void ClearRemoveBuffId() { + if (HasRemoveBuffId) { + ClearBuffChange(); + } + } + + private object buffChange_; + /// Enum of possible cases for the "buff_change" oneof. + public enum BuffChangeOneofCase { None = 0, BuffChangeInfo = 2, RemoveBuffId = 5, } - private InfoCaseOneofCase infoCaseCase_ = InfoCaseOneofCase.None; + private BuffChangeOneofCase buffChangeCase_ = BuffChangeOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public InfoCaseOneofCase InfoCaseCase { - get { return infoCaseCase_; } + public BuffChangeOneofCase BuffChangeCase { + get { return buffChangeCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearInfoCase() { - infoCaseCase_ = InfoCaseOneofCase.None; - infoCase_ = null; + public void ClearBuffChange() { + buffChangeCase_ = BuffChangeOneofCase.None; + buffChange_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -207,12 +207,12 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (!object.Equals(BuffChangeInfo, other.BuffChangeInfo)) return false; - if (RemoveBuffId != other.RemoveBuffId) return false; if (CastEntityId != other.CastEntityId) return false; if (Reason != other.Reason) return false; if (EntityId != other.EntityId) return false; - if (InfoCaseCase != other.InfoCaseCase) return false; + if (!object.Equals(BuffChangeInfo, other.BuffChangeInfo)) return false; + if (RemoveBuffId != other.RemoveBuffId) return false; + if (BuffChangeCase != other.BuffChangeCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -220,12 +220,12 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (infoCaseCase_ == InfoCaseOneofCase.BuffChangeInfo) hash ^= BuffChangeInfo.GetHashCode(); - if (HasRemoveBuffId) hash ^= RemoveBuffId.GetHashCode(); if (CastEntityId != 0) hash ^= CastEntityId.GetHashCode(); if (Reason != global::EggLink.DanhengServer.Proto.SceneEntityBuffChangeType.Default) hash ^= Reason.GetHashCode(); if (EntityId != 0) hash ^= EntityId.GetHashCode(); - hash ^= (int) infoCaseCase_; + if (buffChangeCase_ == BuffChangeOneofCase.BuffChangeInfo) hash ^= BuffChangeInfo.GetHashCode(); + if (HasRemoveBuffId) hash ^= RemoveBuffId.GetHashCode(); + hash ^= (int) buffChangeCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -244,7 +244,7 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (infoCaseCase_ == InfoCaseOneofCase.BuffChangeInfo) { + if (buffChangeCase_ == BuffChangeOneofCase.BuffChangeInfo) { output.WriteRawTag(18); output.WriteMessage(BuffChangeInfo); } @@ -274,7 +274,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (infoCaseCase_ == InfoCaseOneofCase.BuffChangeInfo) { + if (buffChangeCase_ == BuffChangeOneofCase.BuffChangeInfo) { output.WriteRawTag(18); output.WriteMessage(BuffChangeInfo); } @@ -304,12 +304,6 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (infoCaseCase_ == InfoCaseOneofCase.BuffChangeInfo) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(BuffChangeInfo); - } - if (HasRemoveBuffId) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(RemoveBuffId); - } if (CastEntityId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CastEntityId); } @@ -319,6 +313,12 @@ namespace EggLink.DanhengServer.Proto { if (EntityId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EntityId); } + if (buffChangeCase_ == BuffChangeOneofCase.BuffChangeInfo) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BuffChangeInfo); + } + if (HasRemoveBuffId) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(RemoveBuffId); + } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -340,14 +340,14 @@ namespace EggLink.DanhengServer.Proto { if (other.EntityId != 0) { EntityId = other.EntityId; } - switch (other.InfoCaseCase) { - case InfoCaseOneofCase.BuffChangeInfo: + switch (other.BuffChangeCase) { + case BuffChangeOneofCase.BuffChangeInfo: if (BuffChangeInfo == null) { BuffChangeInfo = new global::EggLink.DanhengServer.Proto.BuffInfo(); } BuffChangeInfo.MergeFrom(other.BuffChangeInfo); break; - case InfoCaseOneofCase.RemoveBuffId: + case BuffChangeOneofCase.RemoveBuffId: RemoveBuffId = other.RemoveBuffId; break; } @@ -369,7 +369,7 @@ namespace EggLink.DanhengServer.Proto { break; case 18: { global::EggLink.DanhengServer.Proto.BuffInfo subBuilder = new global::EggLink.DanhengServer.Proto.BuffInfo(); - if (infoCaseCase_ == InfoCaseOneofCase.BuffChangeInfo) { + if (buffChangeCase_ == BuffChangeOneofCase.BuffChangeInfo) { subBuilder.MergeFrom(BuffChangeInfo); } input.ReadMessage(subBuilder); @@ -409,7 +409,7 @@ namespace EggLink.DanhengServer.Proto { break; case 18: { global::EggLink.DanhengServer.Proto.BuffInfo subBuilder = new global::EggLink.DanhengServer.Proto.BuffInfo(); - if (infoCaseCase_ == InfoCaseOneofCase.BuffChangeInfo) { + if (buffChangeCase_ == BuffChangeOneofCase.BuffChangeInfo) { subBuilder.MergeFrom(BuffChangeInfo); } input.ReadMessage(subBuilder); diff --git a/Proto/EntityType.cs b/Proto/EntityType.cs deleted file mode 100644 index f61c179b..00000000 --- a/Proto/EntityType.cs +++ /dev/null @@ -1,55 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: EntityType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from EntityType.proto - public static partial class EntityTypeReflection { - - #region Descriptor - /// File descriptor for EntityType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static EntityTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChBFbnRpdHlUeXBlLnByb3RvKqEBCgpFbnRpdHlUeXBlEg8KC0VOVElUWV9O", - "T05FEAASEQoNRU5USVRZX0FWQVRBUhABEhIKDkVOVElUWV9NT05TVEVSEAIS", - "DgoKRU5USVRZX05QQxADEg8KC0VOVElUWV9QUk9QEAQSEgoORU5USVRZX1RS", - "SUdHRVIQBRIOCgpFTlRJVFlfRU5WEAYSFgoSRU5USVRZX1NVTU1PTl9VTklU", - "EAdCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.EntityType), }, null, null)); - } - #endregion - - } - #region Enums - public enum EntityType { - [pbr::OriginalName("ENTITY_NONE")] EntityNone = 0, - [pbr::OriginalName("ENTITY_AVATAR")] EntityAvatar = 1, - [pbr::OriginalName("ENTITY_MONSTER")] EntityMonster = 2, - [pbr::OriginalName("ENTITY_NPC")] EntityNpc = 3, - [pbr::OriginalName("ENTITY_PROP")] EntityProp = 4, - [pbr::OriginalName("ENTITY_TRIGGER")] EntityTrigger = 5, - [pbr::OriginalName("ENTITY_ENV")] EntityEnv = 6, - [pbr::OriginalName("ENTITY_SUMMON_UNIT")] EntitySummonUnit = 7, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/EvolveBuildAvatar.cs b/Proto/EvolveBuildAvatar.cs index 74a702ba..7e2d7337 100644 --- a/Proto/EvolveBuildAvatar.cs +++ b/Proto/EvolveBuildAvatar.cs @@ -24,10 +24,10 @@ namespace EggLink.DanhengServer.Proto { static EvolveBuildAvatarReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChdFdm9sdmVCdWlsZEF2YXRhci5wcm90bxoQQXZhdGFyVHlwZS5wcm90byJW", - "ChFFdm9sdmVCdWlsZEF2YXRhchIQCghBdmF0YXJJZBgBIAEoDRIfCgpBdmF0", - "YXJUeXBlGA8gASgOMgsuQXZhdGFyVHlwZRIOCgZEYW1hZ2UYCCABKAFCHqoC", - "G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); + "ChdFdm9sdmVCdWlsZEF2YXRhci5wcm90bxoQQXZhdGFyVHlwZS5wcm90byJY", + "ChFFdm9sdmVCdWlsZEF2YXRhchIRCglhdmF0YXJfaWQYASABKA0SIAoLYXZh", + "dGFyX3R5cGUYDyABKA4yCy5BdmF0YXJUeXBlEg4KBmRhbWFnZRgIIAEoAUIe", + "qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AvatarTypeReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -85,7 +85,7 @@ namespace EggLink.DanhengServer.Proto { return new EvolveBuildAvatar(this); } - /// Field number for the "AvatarId" field. + /// Field number for the "avatar_id" field. public const int AvatarIdFieldNumber = 1; private uint avatarId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -97,7 +97,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "AvatarType" field. + /// Field number for the "avatar_type" field. public const int AvatarTypeFieldNumber = 15; private global::EggLink.DanhengServer.Proto.AvatarType avatarType_ = global::EggLink.DanhengServer.Proto.AvatarType.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -109,7 +109,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Damage" field. + /// Field number for the "damage" field. public const int DamageFieldNumber = 8; private double damage_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/EvolveBuildBattleInfo.cs b/Proto/EvolveBuildBattleInfo.cs index 53105e1f..7c6ec1aa 100644 --- a/Proto/EvolveBuildBattleInfo.cs +++ b/Proto/EvolveBuildBattleInfo.cs @@ -24,27 +24,27 @@ namespace EggLink.DanhengServer.Proto { static EvolveBuildBattleInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChtFdm9sdmVCdWlsZEJhdHRsZUluZm8ucHJvdG8aEUxHSUZFRE5LSE9OLnBy", - "b3RvGh9Fdm9sdmVCdWlsZEdlYXJEYW1hZ2VJbmZvLnByb3RvGhFQTU5ITUFN", - "SEdBSS5wcm90bxoRTUVPSUZJT0FFQ0YucHJvdG8aEUJIR0JPT0pFT1BGLnBy", - "b3RvIvgEChVFdm9sdmVCdWlsZEJhdHRsZUluZm8SEgoKQ3VyTGV2ZWxJZBgB", - "IAEoDRIRCglDdXJQZXJpb2QYAiABKA0SDwoHQ3VyQ29pbhgDIAEoDRIkCg5X", - "ZWFwb25TbG90TGlzdBgEIAMoCzIMLk1FT0lGSU9BRUNGEicKEUFjY2Vzc29y", - "eVNsb3RMaXN0GAUgAygLMgwuTUVPSUZJT0FFQ0YSEwoLQmFuR2Vhckxpc3QY", - "BiADKA0SIAoKQ29sbGVjdGlvbhgHIAEoCzIMLkxHSUZFRE5LSE9OEhcKD0Fs", - "bG93ZWRHZWFyTGlzdBgIIAMoDRIOCgZDdXJFeHAYCSABKA0SEQoJQ3VyUmVy", - "b2xsGAogASgNEhoKEkN1clRyZWFzdXJlTWlzc0NudBgLIAEoDRIUCgxQZXJp", - "b2RJZExpc3QYDCADKA0SFgoOQ3VyR2Vhckxvc3RDbnQYDSABKA0SDwoHQ3Vy", - "V2F2ZRgOIAEoDRIaChJJc1VubG9ja0dlYXJSZXJvbGwYDyABKAgSFwoPSXNV", - "bmxvY2tHZWFyQmFuGBAgASgIEh4KCENhcmRMaXN0GBEgAygLMgwuQkhHQk9P", - "SkVPUEYSMgoOR2VhckRhbWFnZUxpc3QYEiADKAsyGi5Fdm9sdmVCdWlsZEdl", - "YXJEYW1hZ2VJbmZvEhIKClN0YXRQYXJhbXMYEyADKA0SEAoISXNHaXZldXAY", - "FCABKAgSGQoRQ3VyVW51c2VkUm91bmRDbnQYFSABKA0SIQoLU3RhdExvZ0lu", - "Zm8YFiABKAsyDC5QTU5ITUFNSEdBSRIdChVQZXJpb2RGaXJzdFJhbmRvbVNl", - "ZWQYFyABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv", - "dG8z")); + "ChtFdm9sdmVCdWlsZEJhdHRsZUluZm8ucHJvdG8aEUJIR0JPT0pFT1BGLnBy", + "b3RvGhFQTU5ITUFNSEdBSS5wcm90bxofRXZvbHZlQnVpbGRHZWFyRGFtYWdl", + "SW5mby5wcm90bxoRTEdJRkVETktIT04ucHJvdG8aEU1FT0lGSU9BRUNGLnBy", + "b3RvIqIFChVFdm9sdmVCdWlsZEJhdHRsZUluZm8SFAoMY3VyX2xldmVsX2lk", + "GAEgASgNEhIKCmN1cl9wZXJpb2QYAiABKA0SEAoIY3VyX2NvaW4YAyABKA0S", + "JgoQd2VhcG9uX3Nsb3RfbGlzdBgEIAMoCzIMLk1FT0lGSU9BRUNGEikKE2Fj", + "Y2Vzc29yeV9zbG90X2xpc3QYBSADKAsyDC5NRU9JRklPQUVDRhIVCg1iYW5f", + "Z2Vhcl9saXN0GAYgAygNEiAKCmNvbGxlY3Rpb24YByABKAsyDC5MR0lGRURO", + "S0hPThIZChFhbGxvd2VkX2dlYXJfbGlzdBgIIAMoDRIPCgdjdXJfZXhwGAkg", + "ASgNEhIKCmN1cl9yZXJvbGwYCiABKA0SHQoVY3VyX3RyZWFzdXJlX21pc3Nf", + "Y250GAsgASgNEhYKDnBlcmlvZF9pZF9saXN0GAwgAygNEhkKEWN1cl9nZWFy", + "X2xvc3RfY250GA0gASgNEhAKCGN1cl93YXZlGA4gASgNEh0KFWlzX3VubG9j", + "a19nZWFyX3Jlcm9sbBgPIAEoCBIaChJpc191bmxvY2tfZ2Vhcl9iYW4YECAB", + "KAgSHwoJY2FyZF9saXN0GBEgAygLMgwuQkhHQk9PSkVPUEYSNAoQZ2Vhcl9k", + "YW1hZ2VfbGlzdBgSIAMoCzIaLkV2b2x2ZUJ1aWxkR2VhckRhbWFnZUluZm8S", + "EwoLc3RhdF9wYXJhbXMYEyADKA0SEQoJaXNfZ2l2ZXVwGBQgASgIEhwKFGN1", + "cl91bnVzZWRfcm91bmRfY250GBUgASgNEiMKDXN0YXRfbG9nX2luZm8YFiAB", + "KAsyDC5QTU5ITUFNSEdBSRIgChhwZXJpb2RfZmlyc3RfcmFuZG9tX3NlZWQY", + "FyABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LGIFEDNKHONReflection.Descriptor, global::EggLink.DanhengServer.Proto.EvolveBuildGearDamageInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.PMNHMAMHGAIReflection.Descriptor, global::EggLink.DanhengServer.Proto.MEOIFIOAECFReflection.Descriptor, global::EggLink.DanhengServer.Proto.BHGBOOJEOPFReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BHGBOOJEOPFReflection.Descriptor, global::EggLink.DanhengServer.Proto.PMNHMAMHGAIReflection.Descriptor, global::EggLink.DanhengServer.Proto.EvolveBuildGearDamageInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.LGIFEDNKHONReflection.Descriptor, global::EggLink.DanhengServer.Proto.MEOIFIOAECFReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EvolveBuildBattleInfo), global::EggLink.DanhengServer.Proto.EvolveBuildBattleInfo.Parser, new[]{ "CurLevelId", "CurPeriod", "CurCoin", "WeaponSlotList", "AccessorySlotList", "BanGearList", "Collection", "AllowedGearList", "CurExp", "CurReroll", "CurTreasureMissCnt", "PeriodIdList", "CurGearLostCnt", "CurWave", "IsUnlockGearReroll", "IsUnlockGearBan", "CardList", "GearDamageList", "StatParams", "IsGiveup", "CurUnusedRoundCnt", "StatLogInfo", "PeriodFirstRandomSeed" }, null, null, null, null) })); @@ -120,7 +120,7 @@ namespace EggLink.DanhengServer.Proto { return new EvolveBuildBattleInfo(this); } - /// Field number for the "CurLevelId" field. + /// Field number for the "cur_level_id" field. public const int CurLevelIdFieldNumber = 1; private uint curLevelId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -132,7 +132,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "CurPeriod" field. + /// Field number for the "cur_period" field. public const int CurPeriodFieldNumber = 2; private uint curPeriod_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -144,7 +144,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "CurCoin" field. + /// Field number for the "cur_coin" field. public const int CurCoinFieldNumber = 3; private uint curCoin_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -156,7 +156,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "WeaponSlotList" field. + /// Field number for the "weapon_slot_list" field. public const int WeaponSlotListFieldNumber = 4; private static readonly pb::FieldCodec _repeated_weaponSlotList_codec = pb::FieldCodec.ForMessage(34, global::EggLink.DanhengServer.Proto.MEOIFIOAECF.Parser); @@ -167,7 +167,7 @@ namespace EggLink.DanhengServer.Proto { get { return weaponSlotList_; } } - /// Field number for the "AccessorySlotList" field. + /// Field number for the "accessory_slot_list" field. public const int AccessorySlotListFieldNumber = 5; private static readonly pb::FieldCodec _repeated_accessorySlotList_codec = pb::FieldCodec.ForMessage(42, global::EggLink.DanhengServer.Proto.MEOIFIOAECF.Parser); @@ -178,7 +178,7 @@ namespace EggLink.DanhengServer.Proto { get { return accessorySlotList_; } } - /// Field number for the "BanGearList" field. + /// Field number for the "ban_gear_list" field. public const int BanGearListFieldNumber = 6; private static readonly pb::FieldCodec _repeated_banGearList_codec = pb::FieldCodec.ForUInt32(50); @@ -189,7 +189,7 @@ namespace EggLink.DanhengServer.Proto { get { return banGearList_; } } - /// Field number for the "Collection" field. + /// Field number for the "collection" field. public const int CollectionFieldNumber = 7; private global::EggLink.DanhengServer.Proto.LGIFEDNKHON collection_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -201,7 +201,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "AllowedGearList" field. + /// Field number for the "allowed_gear_list" field. public const int AllowedGearListFieldNumber = 8; private static readonly pb::FieldCodec _repeated_allowedGearList_codec = pb::FieldCodec.ForUInt32(66); @@ -212,7 +212,7 @@ namespace EggLink.DanhengServer.Proto { get { return allowedGearList_; } } - /// Field number for the "CurExp" field. + /// Field number for the "cur_exp" field. public const int CurExpFieldNumber = 9; private uint curExp_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -224,7 +224,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "CurReroll" field. + /// Field number for the "cur_reroll" field. public const int CurRerollFieldNumber = 10; private uint curReroll_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -236,7 +236,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "CurTreasureMissCnt" field. + /// Field number for the "cur_treasure_miss_cnt" field. public const int CurTreasureMissCntFieldNumber = 11; private uint curTreasureMissCnt_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -248,7 +248,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "PeriodIdList" field. + /// Field number for the "period_id_list" field. public const int PeriodIdListFieldNumber = 12; private static readonly pb::FieldCodec _repeated_periodIdList_codec = pb::FieldCodec.ForUInt32(98); @@ -259,7 +259,7 @@ namespace EggLink.DanhengServer.Proto { get { return periodIdList_; } } - /// Field number for the "CurGearLostCnt" field. + /// Field number for the "cur_gear_lost_cnt" field. public const int CurGearLostCntFieldNumber = 13; private uint curGearLostCnt_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -271,7 +271,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "CurWave" field. + /// Field number for the "cur_wave" field. public const int CurWaveFieldNumber = 14; private uint curWave_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -283,7 +283,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "IsUnlockGearReroll" field. + /// Field number for the "is_unlock_gear_reroll" field. public const int IsUnlockGearRerollFieldNumber = 15; private bool isUnlockGearReroll_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -295,7 +295,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "IsUnlockGearBan" field. + /// Field number for the "is_unlock_gear_ban" field. public const int IsUnlockGearBanFieldNumber = 16; private bool isUnlockGearBan_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -307,7 +307,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "CardList" field. + /// Field number for the "card_list" field. public const int CardListFieldNumber = 17; private static readonly pb::FieldCodec _repeated_cardList_codec = pb::FieldCodec.ForMessage(138, global::EggLink.DanhengServer.Proto.BHGBOOJEOPF.Parser); @@ -318,7 +318,7 @@ namespace EggLink.DanhengServer.Proto { get { return cardList_; } } - /// Field number for the "GearDamageList" field. + /// Field number for the "gear_damage_list" field. public const int GearDamageListFieldNumber = 18; private static readonly pb::FieldCodec _repeated_gearDamageList_codec = pb::FieldCodec.ForMessage(146, global::EggLink.DanhengServer.Proto.EvolveBuildGearDamageInfo.Parser); @@ -329,7 +329,7 @@ namespace EggLink.DanhengServer.Proto { get { return gearDamageList_; } } - /// Field number for the "StatParams" field. + /// Field number for the "stat_params" field. public const int StatParamsFieldNumber = 19; private static readonly pb::FieldCodec _repeated_statParams_codec = pb::FieldCodec.ForUInt32(154); @@ -340,7 +340,7 @@ namespace EggLink.DanhengServer.Proto { get { return statParams_; } } - /// Field number for the "IsGiveup" field. + /// Field number for the "is_giveup" field. public const int IsGiveupFieldNumber = 20; private bool isGiveup_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -352,7 +352,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "CurUnusedRoundCnt" field. + /// Field number for the "cur_unused_round_cnt" field. public const int CurUnusedRoundCntFieldNumber = 21; private uint curUnusedRoundCnt_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -364,7 +364,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "StatLogInfo" field. + /// Field number for the "stat_log_info" field. public const int StatLogInfoFieldNumber = 22; private global::EggLink.DanhengServer.Proto.PMNHMAMHGAI statLogInfo_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -376,7 +376,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "PeriodFirstRandomSeed" field. + /// Field number for the "period_first_random_seed" field. public const int PeriodFirstRandomSeedFieldNumber = 23; private uint periodFirstRandomSeed_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/EvolveBuildCoinNotify.cs b/Proto/EvolveBuildCoinNotify.cs index efb0cf4a..be951eb7 100644 --- a/Proto/EvolveBuildCoinNotify.cs +++ b/Proto/EvolveBuildCoinNotify.cs @@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto { static EvolveBuildCoinNotifyReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChtFdm9sdmVCdWlsZENvaW5Ob3RpZnkucHJvdG8iJQoVRXZvbHZlQnVpbGRD", - "b2luTm90aWZ5EgwKBGNvaW4YBiABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1Nl", - "cnZlci5Qcm90b2IGcHJvdG8z")); + "ChtFdm9sdmVCdWlsZENvaW5Ob3RpZnkucHJvdG8iKwoVRXZvbHZlQnVpbGRD", + "b2luTm90aWZ5EhIKCml0ZW1fdmFsdWUYBiABKA1CHqoCG0VnZ0xpbmsuRGFu", + "aGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EvolveBuildCoinNotify), global::EggLink.DanhengServer.Proto.EvolveBuildCoinNotify.Parser, new[]{ "Coin" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EvolveBuildCoinNotify), global::EggLink.DanhengServer.Proto.EvolveBuildCoinNotify.Parser, new[]{ "ItemValue" }, null, null, null, null) })); } #endregion @@ -72,7 +72,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public EvolveBuildCoinNotify(EvolveBuildCoinNotify other) : this() { - coin_ = other.coin_; + itemValue_ = other.itemValue_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -82,15 +82,15 @@ namespace EggLink.DanhengServer.Proto { return new EvolveBuildCoinNotify(this); } - /// Field number for the "coin" field. - public const int CoinFieldNumber = 6; - private uint coin_; + /// Field number for the "item_value" field. + public const int ItemValueFieldNumber = 6; + private uint itemValue_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint Coin { - get { return coin_; } + public uint ItemValue { + get { return itemValue_; } set { - coin_ = value; + itemValue_ = value; } } @@ -109,7 +109,7 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (Coin != other.Coin) return false; + if (ItemValue != other.ItemValue) return false; return Equals(_unknownFields, other._unknownFields); } @@ -117,7 +117,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (Coin != 0) hash ^= Coin.GetHashCode(); + if (ItemValue != 0) hash ^= ItemValue.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -136,9 +136,9 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (Coin != 0) { + if (ItemValue != 0) { output.WriteRawTag(48); - output.WriteUInt32(Coin); + output.WriteUInt32(ItemValue); } if (_unknownFields != null) { _unknownFields.WriteTo(output); @@ -150,9 +150,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Coin != 0) { + if (ItemValue != 0) { output.WriteRawTag(48); - output.WriteUInt32(Coin); + output.WriteUInt32(ItemValue); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); @@ -164,8 +164,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (Coin != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Coin); + if (ItemValue != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ItemValue); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); @@ -179,8 +179,8 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - if (other.Coin != 0) { - Coin = other.Coin; + if (other.ItemValue != 0) { + ItemValue = other.ItemValue; } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -198,7 +198,7 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 48: { - Coin = input.ReadUInt32(); + ItemValue = input.ReadUInt32(); break; } } @@ -217,7 +217,7 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 48: { - Coin = input.ReadUInt32(); + ItemValue = input.ReadUInt32(); break; } } diff --git a/Proto/EvolveBuildFinishScNotify.cs b/Proto/EvolveBuildFinishScNotify.cs index 8b85599e..7fc0d714 100644 --- a/Proto/EvolveBuildFinishScNotify.cs +++ b/Proto/EvolveBuildFinishScNotify.cs @@ -24,16 +24,16 @@ namespace EggLink.DanhengServer.Proto { static EvolveBuildFinishScNotifyReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Ch9Fdm9sdmVCdWlsZEZpbmlzaFNjTm90aWZ5LnByb3RvGhpFdm9sdmVCdWls", - "ZExldmVsSW5mby5wcm90bxoRRExIQ01DTklISUkucHJvdG8i3QEKGUV2b2x2", - "ZUJ1aWxkRmluaXNoU2NOb3RpZnkSDQoFU2NvcmUYCyABKA0SCwoDRXhwGAUg", - "ASgNEiYKEEJhdHRsZVJlc3VsdFR5cGUYAiABKA4yDC5ETEhDTUNOSUhJSRIM", - "CgRXYXZlGAkgASgNEhUKDUN1clBlcmlvZFR5cGUYCCABKA0SDgoGSXNMb3Nl", - "GAcgASgIEg8KB0xldmVsSWQYDCABKA0SDAoEQ29pbhgBIAEoDRIoCglMZXZl", - "bEluZm8YDyABKAsyFS5Fdm9sdmVCdWlsZExldmVsSW5mb0IeqgIbRWdnTGlu", - "ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "Ch9Fdm9sdmVCdWlsZEZpbmlzaFNjTm90aWZ5LnByb3RvGhFETEhDTUNOSUhJ", + "SS5wcm90bxoaRXZvbHZlQnVpbGRMZXZlbEluZm8ucHJvdG8i5AEKGUV2b2x2", + "ZUJ1aWxkRmluaXNoU2NOb3RpZnkSDQoFc2NvcmUYCyABKA0SCwoDZXhwGAUg", + "ASgNEigKEmJhdHRsZV9yZXN1bHRfdHlwZRgCIAEoDjIMLkRMSENNQ05JSElJ", + "EgwKBHdhdmUYCSABKA0SFwoPY3VyX3BlcmlvZF90eXBlGAggASgNEg8KB2lz", + "X2xvc2UYByABKAgSEAoIbGV2ZWxfaWQYDCABKA0SDAoEY29pbhgBIAEoDRIp", + "CgpsZXZlbF9pbmZvGA8gASgLMhUuRXZvbHZlQnVpbGRMZXZlbEluZm9CHqoC", + "G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EvolveBuildLevelInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.DLHCMCNIHIIReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DLHCMCNIHIIReflection.Descriptor, global::EggLink.DanhengServer.Proto.EvolveBuildLevelInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EvolveBuildFinishScNotify), global::EggLink.DanhengServer.Proto.EvolveBuildFinishScNotify.Parser, new[]{ "Score", "Exp", "BattleResultType", "Wave", "CurPeriodType", "IsLose", "LevelId", "Coin", "LevelInfo" }, null, null, null, null) })); @@ -95,7 +95,7 @@ namespace EggLink.DanhengServer.Proto { return new EvolveBuildFinishScNotify(this); } - /// Field number for the "Score" field. + /// Field number for the "score" field. public const int ScoreFieldNumber = 11; private uint score_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -107,7 +107,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Exp" field. + /// Field number for the "exp" field. public const int ExpFieldNumber = 5; private uint exp_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -119,7 +119,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "BattleResultType" field. + /// Field number for the "battle_result_type" field. public const int BattleResultTypeFieldNumber = 2; private global::EggLink.DanhengServer.Proto.DLHCMCNIHII battleResultType_ = global::EggLink.DanhengServer.Proto.DLHCMCNIHII.EvolveBattleResultNone; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -131,7 +131,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Wave" field. + /// Field number for the "wave" field. public const int WaveFieldNumber = 9; private uint wave_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -143,7 +143,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "CurPeriodType" field. + /// Field number for the "cur_period_type" field. public const int CurPeriodTypeFieldNumber = 8; private uint curPeriodType_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -155,7 +155,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "IsLose" field. + /// Field number for the "is_lose" field. public const int IsLoseFieldNumber = 7; private bool isLose_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -167,7 +167,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "LevelId" field. + /// Field number for the "level_id" field. public const int LevelIdFieldNumber = 12; private uint levelId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -179,7 +179,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Coin" field. + /// Field number for the "coin" field. public const int CoinFieldNumber = 1; private uint coin_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -191,7 +191,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "LevelInfo" field. + /// Field number for the "level_info" field. public const int LevelInfoFieldNumber = 15; private global::EggLink.DanhengServer.Proto.EvolveBuildLevelInfo levelInfo_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/EvolveBuildGearDamageInfo.cs b/Proto/EvolveBuildGearDamageInfo.cs index 549a36fb..cd67ef8b 100644 --- a/Proto/EvolveBuildGearDamageInfo.cs +++ b/Proto/EvolveBuildGearDamageInfo.cs @@ -24,10 +24,10 @@ namespace EggLink.DanhengServer.Proto { static EvolveBuildGearDamageInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Ch9Fdm9sdmVCdWlsZEdlYXJEYW1hZ2VJbmZvLnByb3RvIk0KGUV2b2x2ZUJ1", - "aWxkR2VhckRhbWFnZUluZm8SDgoGR2VhcklkGAEgASgNEg4KBkRhbWFnZRgC", - "IAEoARIQCghIcERhbWFnZRgDIAEoAUIeqgIbRWdnTGluay5EYW5oZW5nU2Vy", - "dmVyLlByb3RvYgZwcm90bzM=")); + "Ch9Fdm9sdmVCdWlsZEdlYXJEYW1hZ2VJbmZvLnByb3RvIk8KGUV2b2x2ZUJ1", + "aWxkR2VhckRhbWFnZUluZm8SDwoHZ2Vhcl9pZBgBIAEoDRIOCgZkYW1hZ2UY", + "AiABKAESEQoJaHBfZGFtYWdlGAMgASgBQh6qAhtFZ2dMaW5rLkRhbmhlbmdT", + "ZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -85,7 +85,7 @@ namespace EggLink.DanhengServer.Proto { return new EvolveBuildGearDamageInfo(this); } - /// Field number for the "GearId" field. + /// Field number for the "gear_id" field. public const int GearIdFieldNumber = 1; private uint gearId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -97,7 +97,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Damage" field. + /// Field number for the "damage" field. public const int DamageFieldNumber = 2; private double damage_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -109,7 +109,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "HpDamage" field. + /// Field number for the "hp_damage" field. public const int HpDamageFieldNumber = 3; private double hpDamage_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/EvolveBuildLevelInfo.cs b/Proto/EvolveBuildLevelInfo.cs index 4a0a0762..2c6130c3 100644 --- a/Proto/EvolveBuildLevelInfo.cs +++ b/Proto/EvolveBuildLevelInfo.cs @@ -24,16 +24,17 @@ namespace EggLink.DanhengServer.Proto { static EvolveBuildLevelInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChpFdm9sdmVCdWlsZExldmVsSW5mby5wcm90bxobRXZvbHZlQnVpbGRCYXR0", - "bGVJbmZvLnByb3RvGhdFdm9sdmVCdWlsZEF2YXRhci5wcm90bxoSQmF0dGxl", - "VGFyZ2V0LnByb3RvIs8BChRFdm9sdmVCdWlsZExldmVsSW5mbxIUCgxQZXJp", - "b2RJZExpc3QYASADKA0SJgoKQXZhdGFyTGlzdBgCIAMoCzISLkV2b2x2ZUJ1", - "aWxkQXZhdGFyEhIKCkN1ckdhbWVFeHAYByABKA0SJwoQQmF0dGxlVGFyZ2V0", - "TGlzdBgNIAMoCzINLkJhdHRsZVRhcmdldBIQCghSb3VuZENudBgPIAEoDRIq", - "CgpCYXR0bGVJbmZvGA4gASgLMhYuRXZvbHZlQnVpbGRCYXR0bGVJbmZvQh6q", - "AhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "ChpFdm9sdmVCdWlsZExldmVsSW5mby5wcm90bxoXRXZvbHZlQnVpbGRBdmF0", + "YXIucHJvdG8aG0V2b2x2ZUJ1aWxkQmF0dGxlSW5mby5wcm90bxoSQmF0dGxl", + "VGFyZ2V0LnByb3RvItgBChRFdm9sdmVCdWlsZExldmVsSW5mbxIWCg5wZXJp", + "b2RfaWRfbGlzdBgBIAMoDRInCgthdmF0YXJfbGlzdBgCIAMoCzISLkV2b2x2", + "ZUJ1aWxkQXZhdGFyEhQKDGN1cl9nYW1lX2V4cBgHIAEoDRIpChJiYXR0bGVf", + "dGFyZ2V0X2xpc3QYDSADKAsyDS5CYXR0bGVUYXJnZXQSEQoJcm91bmRfY250", + "GA8gASgNEisKC2JhdHRsZV9pbmZvGA4gASgLMhYuRXZvbHZlQnVpbGRCYXR0", + "bGVJbmZvQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3Rv", + "Mw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EvolveBuildBattleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.EvolveBuildAvatarReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleTargetReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EvolveBuildAvatarReflection.Descriptor, global::EggLink.DanhengServer.Proto.EvolveBuildBattleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleTargetReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EvolveBuildLevelInfo), global::EggLink.DanhengServer.Proto.EvolveBuildLevelInfo.Parser, new[]{ "PeriodIdList", "AvatarList", "CurGameExp", "BattleTargetList", "RoundCnt", "BattleInfo" }, null, null, null, null) })); @@ -92,7 +93,7 @@ namespace EggLink.DanhengServer.Proto { return new EvolveBuildLevelInfo(this); } - /// Field number for the "PeriodIdList" field. + /// Field number for the "period_id_list" field. public const int PeriodIdListFieldNumber = 1; private static readonly pb::FieldCodec _repeated_periodIdList_codec = pb::FieldCodec.ForUInt32(10); @@ -103,7 +104,7 @@ namespace EggLink.DanhengServer.Proto { get { return periodIdList_; } } - /// Field number for the "AvatarList" field. + /// Field number for the "avatar_list" field. public const int AvatarListFieldNumber = 2; private static readonly pb::FieldCodec _repeated_avatarList_codec = pb::FieldCodec.ForMessage(18, global::EggLink.DanhengServer.Proto.EvolveBuildAvatar.Parser); @@ -114,7 +115,7 @@ namespace EggLink.DanhengServer.Proto { get { return avatarList_; } } - /// Field number for the "CurGameExp" field. + /// Field number for the "cur_game_exp" field. public const int CurGameExpFieldNumber = 7; private uint curGameExp_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -126,7 +127,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "BattleTargetList" field. + /// Field number for the "battle_target_list" field. public const int BattleTargetListFieldNumber = 13; private static readonly pb::FieldCodec _repeated_battleTargetList_codec = pb::FieldCodec.ForMessage(106, global::EggLink.DanhengServer.Proto.BattleTarget.Parser); @@ -137,7 +138,7 @@ namespace EggLink.DanhengServer.Proto { get { return battleTargetList_; } } - /// Field number for the "RoundCnt" field. + /// Field number for the "round_cnt" field. public const int RoundCntFieldNumber = 15; private uint roundCnt_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -149,7 +150,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "BattleInfo" field. + /// Field number for the "battle_info" field. public const int BattleInfoFieldNumber = 14; private global::EggLink.DanhengServer.Proto.EvolveBuildBattleInfo battleInfo_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/EvolveBuildQueryInfoScRsp.cs b/Proto/EvolveBuildQueryInfoScRsp.cs index dedf0194..d9626519 100644 --- a/Proto/EvolveBuildQueryInfoScRsp.cs +++ b/Proto/EvolveBuildQueryInfoScRsp.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static EvolveBuildQueryInfoScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Ch9Fdm9sdmVCdWlsZFF1ZXJ5SW5mb1NjUnNwLnByb3RvGhpFdm9sdmVCdWls", - "ZExldmVsSW5mby5wcm90bxoRUERJQ05CQktGTlAucHJvdG8igQEKGUV2b2x2", + "Ch9Fdm9sdmVCdWlsZFF1ZXJ5SW5mb1NjUnNwLnByb3RvGhFQRElDTkJCS0ZO", + "UC5wcm90bxoaRXZvbHZlQnVpbGRMZXZlbEluZm8ucHJvdG8igQEKGUV2b2x2", "ZUJ1aWxkUXVlcnlJbmZvU2NSc3ASDwoHcmV0Y29kZRgBIAEoDRIoChJyb2d1", "ZV9jdXJyZW50X2luZm8YCyABKAsyDC5QRElDTkJCS0ZOUBIpCgpsZXZlbF9p", "bmZvGA4gASgLMhUuRXZvbHZlQnVpbGRMZXZlbEluZm9CHqoCG0VnZ0xpbmsu", "RGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EvolveBuildLevelInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.PDICNBBKFNPReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PDICNBBKFNPReflection.Descriptor, global::EggLink.DanhengServer.Proto.EvolveBuildLevelInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EvolveBuildQueryInfoScRsp), global::EggLink.DanhengServer.Proto.EvolveBuildQueryInfoScRsp.Parser, new[]{ "Retcode", "RogueCurrentInfo", "LevelInfo" }, null, null, null, null) })); diff --git a/Proto/EvolveBuildShopAbilityResetScRsp.cs b/Proto/EvolveBuildShopAbilityResetScRsp.cs index 83936dbd..60f425f0 100644 --- a/Proto/EvolveBuildShopAbilityResetScRsp.cs +++ b/Proto/EvolveBuildShopAbilityResetScRsp.cs @@ -25,14 +25,14 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CiZFdm9sdmVCdWlsZFNob3BBYmlsaXR5UmVzZXRTY1JzcC5wcm90bxoRSU1H", - "SklFQkZHUEYucHJvdG8iZAogRXZvbHZlQnVpbGRTaG9wQWJpbGl0eVJlc2V0", - "U2NSc3ASIQoLQ09LRE5QRUVNQUcYASADKAsyDC5JTUdKSUVCRkdQRhIMCgRj", - "b2luGAkgASgNEg8KB3JldGNvZGUYBSABKA1CHqoCG0VnZ0xpbmsuRGFuaGVu", - "Z1NlcnZlci5Qcm90b2IGcHJvdG8z")); + "SklFQkZHUEYucHJvdG8iagogRXZvbHZlQnVpbGRTaG9wQWJpbGl0eVJlc2V0", + "U2NSc3ASIQoLQ09LRE5QRUVNQUcYASADKAsyDC5JTUdKSUVCRkdQRhISCgpp", + "dGVtX3ZhbHVlGAkgASgNEg8KB3JldGNvZGUYBSABKA1CHqoCG0VnZ0xpbmsu", + "RGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.IMGJIEBFGPFReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EvolveBuildShopAbilityResetScRsp), global::EggLink.DanhengServer.Proto.EvolveBuildShopAbilityResetScRsp.Parser, new[]{ "COKDNPEEMAG", "Coin", "Retcode" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EvolveBuildShopAbilityResetScRsp), global::EggLink.DanhengServer.Proto.EvolveBuildShopAbilityResetScRsp.Parser, new[]{ "COKDNPEEMAG", "ItemValue", "Retcode" }, null, null, null, null) })); } #endregion @@ -75,7 +75,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public EvolveBuildShopAbilityResetScRsp(EvolveBuildShopAbilityResetScRsp other) : this() { cOKDNPEEMAG_ = other.cOKDNPEEMAG_.Clone(); - coin_ = other.coin_; + itemValue_ = other.itemValue_; retcode_ = other.retcode_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -97,15 +97,15 @@ namespace EggLink.DanhengServer.Proto { get { return cOKDNPEEMAG_; } } - /// Field number for the "coin" field. - public const int CoinFieldNumber = 9; - private uint coin_; + /// Field number for the "item_value" field. + public const int ItemValueFieldNumber = 9; + private uint itemValue_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint Coin { - get { return coin_; } + public uint ItemValue { + get { return itemValue_; } set { - coin_ = value; + itemValue_ = value; } } @@ -137,7 +137,7 @@ namespace EggLink.DanhengServer.Proto { return true; } if(!cOKDNPEEMAG_.Equals(other.cOKDNPEEMAG_)) return false; - if (Coin != other.Coin) return false; + if (ItemValue != other.ItemValue) return false; if (Retcode != other.Retcode) return false; return Equals(_unknownFields, other._unknownFields); } @@ -147,7 +147,7 @@ namespace EggLink.DanhengServer.Proto { public override int GetHashCode() { int hash = 1; hash ^= cOKDNPEEMAG_.GetHashCode(); - if (Coin != 0) hash ^= Coin.GetHashCode(); + if (ItemValue != 0) hash ^= ItemValue.GetHashCode(); if (Retcode != 0) hash ^= Retcode.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); @@ -172,9 +172,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(40); output.WriteUInt32(Retcode); } - if (Coin != 0) { + if (ItemValue != 0) { output.WriteRawTag(72); - output.WriteUInt32(Coin); + output.WriteUInt32(ItemValue); } if (_unknownFields != null) { _unknownFields.WriteTo(output); @@ -191,9 +191,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(40); output.WriteUInt32(Retcode); } - if (Coin != 0) { + if (ItemValue != 0) { output.WriteRawTag(72); - output.WriteUInt32(Coin); + output.WriteUInt32(ItemValue); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); @@ -206,8 +206,8 @@ namespace EggLink.DanhengServer.Proto { public int CalculateSize() { int size = 0; size += cOKDNPEEMAG_.CalculateSize(_repeated_cOKDNPEEMAG_codec); - if (Coin != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Coin); + if (ItemValue != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ItemValue); } if (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); @@ -225,8 +225,8 @@ namespace EggLink.DanhengServer.Proto { return; } cOKDNPEEMAG_.Add(other.cOKDNPEEMAG_); - if (other.Coin != 0) { - Coin = other.Coin; + if (other.ItemValue != 0) { + ItemValue = other.ItemValue; } if (other.Retcode != 0) { Retcode = other.Retcode; @@ -255,7 +255,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 72: { - Coin = input.ReadUInt32(); + ItemValue = input.ReadUInt32(); break; } } @@ -282,7 +282,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 72: { - Coin = input.ReadUInt32(); + ItemValue = input.ReadUInt32(); break; } } diff --git a/Proto/EvolveBuildStartLevelScRsp.cs b/Proto/EvolveBuildStartLevelScRsp.cs index 1455b34b..387a74ba 100644 --- a/Proto/EvolveBuildStartLevelScRsp.cs +++ b/Proto/EvolveBuildStartLevelScRsp.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static EvolveBuildStartLevelScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiBFdm9sdmVCdWlsZFN0YXJ0TGV2ZWxTY1JzcC5wcm90bxoaRXZvbHZlQnVp", - "bGRMZXZlbEluZm8ucHJvdG8aFVNjZW5lQmF0dGxlSW5mby5wcm90byJ/ChpF", + "CiBFdm9sdmVCdWlsZFN0YXJ0TGV2ZWxTY1JzcC5wcm90bxoVU2NlbmVCYXR0", + "bGVJbmZvLnByb3RvGhpFdm9sdmVCdWlsZExldmVsSW5mby5wcm90byJ/ChpF", "dm9sdmVCdWlsZFN0YXJ0TGV2ZWxTY1JzcBIlCgtOT1BIRUVISkhFSxgPIAEo", "CzIQLlNjZW5lQmF0dGxlSW5mbxIPCgdyZXRjb2RlGAUgASgNEikKCmxldmVs", "X2luZm8YCSABKAsyFS5Fdm9sdmVCdWlsZExldmVsSW5mb0IeqgIbRWdnTGlu", "ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EvolveBuildLevelInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneBattleInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.SceneBattleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.EvolveBuildLevelInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EvolveBuildStartLevelScRsp), global::EggLink.DanhengServer.Proto.EvolveBuildStartLevelScRsp.Parser, new[]{ "NOPHEEHJHEK", "Retcode", "LevelInfo" }, null, null, null, null) })); diff --git a/Proto/EvolveBuildStartStageScRsp.cs b/Proto/EvolveBuildStartStageScRsp.cs index fd74351e..01b3ff9f 100644 --- a/Proto/EvolveBuildStartStageScRsp.cs +++ b/Proto/EvolveBuildStartStageScRsp.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static EvolveBuildStartStageScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiBFdm9sdmVCdWlsZFN0YXJ0U3RhZ2VTY1JzcC5wcm90bxoaRXZvbHZlQnVp", - "bGRMZXZlbEluZm8ucHJvdG8aFVNjZW5lQmF0dGxlSW5mby5wcm90byJ/ChpF", + "CiBFdm9sdmVCdWlsZFN0YXJ0U3RhZ2VTY1JzcC5wcm90bxoVU2NlbmVCYXR0", + "bGVJbmZvLnByb3RvGhpFdm9sdmVCdWlsZExldmVsSW5mby5wcm90byJ/ChpF", "dm9sdmVCdWlsZFN0YXJ0U3RhZ2VTY1JzcBIPCgdyZXRjb2RlGAcgASgNEikK", "CmxldmVsX2luZm8YDyABKAsyFS5Fdm9sdmVCdWlsZExldmVsSW5mbxIlCgtO", "T1BIRUVISkhFSxgKIAEoCzIQLlNjZW5lQmF0dGxlSW5mb0IeqgIbRWdnTGlu", "ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EvolveBuildLevelInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneBattleInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.SceneBattleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.EvolveBuildLevelInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EvolveBuildStartStageScRsp), global::EggLink.DanhengServer.Proto.EvolveBuildStartStageScRsp.Parser, new[]{ "Retcode", "LevelInfo", "NOPHEEHJHEK" }, null, null, null, null) })); diff --git a/Proto/ExchangeHcoinScRsp.cs b/Proto/ExchangeHcoinScRsp.cs index fbe9833a..9eff2aaf 100644 --- a/Proto/ExchangeHcoinScRsp.cs +++ b/Proto/ExchangeHcoinScRsp.cs @@ -25,7 +25,7 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChhFeGNoYW5nZUhjb2luU2NSc3AucHJvdG8iMgoSRXhjaGFuZ2VIY29pblNj", - "UnNwEg8KB1JldGNvZGUYBSABKA0SCwoDTnVtGAYgASgNQh6qAhtFZ2dMaW5r", + "UnNwEg8KB3JldGNvZGUYBSABKA0SCwoDbnVtGAYgASgNQh6qAhtFZ2dMaW5r", "LkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, @@ -83,7 +83,7 @@ namespace EggLink.DanhengServer.Proto { return new ExchangeHcoinScRsp(this); } - /// Field number for the "Retcode" field. + /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 5; private uint retcode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -95,7 +95,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Num" field. + /// Field number for the "num" field. public const int NumFieldNumber = 6; private uint num_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/ExchangeRogueRewardKeyScRsp.cs b/Proto/ExchangeRogueRewardKeyScRsp.cs index 9f9027c0..eada8e99 100644 --- a/Proto/ExchangeRogueRewardKeyScRsp.cs +++ b/Proto/ExchangeRogueRewardKeyScRsp.cs @@ -25,7 +25,7 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CiFFeGNoYW5nZVJvZ3VlUmV3YXJkS2V5U2NSc3AucHJvdG8iPQobRXhjaGFu", - "Z2VSb2d1ZVJld2FyZEtleVNjUnNwEg0KBUNvdW50GAwgASgNEg8KB1JldGNv", + "Z2VSb2d1ZVJld2FyZEtleVNjUnNwEg0KBWNvdW50GAwgASgNEg8KB3JldGNv", "ZGUYCCABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv", "dG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, @@ -84,7 +84,7 @@ namespace EggLink.DanhengServer.Proto { return new ExchangeRogueRewardKeyScRsp(this); } - /// Field number for the "Count" field. + /// Field number for the "count" field. public const int CountFieldNumber = 12; private uint count_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -96,7 +96,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Retcode" field. + /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 8; private uint retcode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/ExchangeStaminaScRsp.cs b/Proto/ExchangeStaminaScRsp.cs index 20c36437..4b52bd4a 100644 --- a/Proto/ExchangeStaminaScRsp.cs +++ b/Proto/ExchangeStaminaScRsp.cs @@ -25,11 +25,11 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChpFeGNoYW5nZVN0YW1pbmFTY1JzcC5wcm90bxoOSXRlbUNvc3QucHJvdG8i", - "jAEKFEV4Y2hhbmdlU3RhbWluYVNjUnNwEhIKClN0YW1pbmFBZGQYCyABKA0S", - "DwoHUmV0Y29kZRgHIAEoDRIVCg1FeGNoYW5nZVRpbWVzGA4gASgNEhcKD0xh", - "c3RSZWNvdmVyVGltZRgPIAEoAxIfCgxJdGVtQ29zdExpc3QYAyADKAsyCS5J", - "dGVtQ29zdEIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90", - "bzM=")); + "kgEKFEV4Y2hhbmdlU3RhbWluYVNjUnNwEhMKC3N0YW1pbmFfYWRkGAsgASgN", + "Eg8KB3JldGNvZGUYByABKA0SFgoOZXhjaGFuZ2VfdGltZXMYDiABKA0SGQoR", + "bGFzdF9yZWNvdmVyX3RpbWUYDyABKAMSIQoOaXRlbV9jb3N0X2xpc3QYAyAD", + "KAsyCS5JdGVtQ29zdEIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv", + "YgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemCostReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -89,7 +89,7 @@ namespace EggLink.DanhengServer.Proto { return new ExchangeStaminaScRsp(this); } - /// Field number for the "StaminaAdd" field. + /// Field number for the "stamina_add" field. public const int StaminaAddFieldNumber = 11; private uint staminaAdd_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -101,7 +101,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Retcode" field. + /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 7; private uint retcode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -113,7 +113,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "ExchangeTimes" field. + /// Field number for the "exchange_times" field. public const int ExchangeTimesFieldNumber = 14; private uint exchangeTimes_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -125,7 +125,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "LastRecoverTime" field. + /// Field number for the "last_recover_time" field. public const int LastRecoverTimeFieldNumber = 15; private long lastRecoverTime_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -137,7 +137,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "ItemCostList" field. + /// Field number for the "item_cost_list" field. public const int ItemCostListFieldNumber = 3; private static readonly pb::FieldCodec _repeated_itemCostList_codec = pb::FieldCodec.ForMessage(26, global::EggLink.DanhengServer.Proto.ItemCost.Parser); diff --git a/Proto/FBGLLDNLGPE.cs b/Proto/FBGLLDNLGPE.cs index 6c2f3d7e..6d6c7975 100644 --- a/Proto/FBGLLDNLGPE.cs +++ b/Proto/FBGLLDNLGPE.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static FBGLLDNLGPEReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFGQkdMTEROTEdQRS5wcm90bxoRUEpKRE1NQktLQ04ucHJvdG8aFFBsYXlT", - "a2lsbEJyaWVmLnByb3RvGhFIRU9KTERCS0tHRS5wcm90byKOAQoLRkJHTExE", + "ChFGQkdMTEROTEdQRS5wcm90bxoUUGxheVNraWxsQnJpZWYucHJvdG8aEUhF", + "T0pMREJLS0dFLnByb3RvGhFQSkpETU1CS0tDTi5wcm90byKOAQoLRkJHTExE", "TkxHUEUSEwoLS01MUFBNTk1QS0UYBCABKA0SIQoLQ0NHQkhIRkJBRkoYDSAD", "KAsyDC5IRU9KTERCS0tHRRIkCgtOSUNHTkVNQ0hFRBgKIAMoCzIPLlBsYXlT", "a2lsbEJyaWVmEiEKC01NRUlQSEJOS0VEGAcgAygLMgwuUEpKRE1NQktLQ05C", "HqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PJJDMMBKKCNReflection.Descriptor, global::EggLink.DanhengServer.Proto.PlaySkillBriefReflection.Descriptor, global::EggLink.DanhengServer.Proto.HEOJLDBKKGEReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PlaySkillBriefReflection.Descriptor, global::EggLink.DanhengServer.Proto.HEOJLDBKKGEReflection.Descriptor, global::EggLink.DanhengServer.Proto.PJJDMMBKKCNReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FBGLLDNLGPE), global::EggLink.DanhengServer.Proto.FBGLLDNLGPE.Parser, new[]{ "KMLPPMNMPKE", "CCGBHHFBAFJ", "NICGNEMCHED", "MMEIPHBNKED" }, null, null, null, null) })); diff --git a/Proto/FEOHKDLJNDN.cs b/Proto/FEOHKDLJNDN.cs deleted file mode 100644 index 5b0b2ece..00000000 --- a/Proto/FEOHKDLJNDN.cs +++ /dev/null @@ -1,271 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: FEOHKDLJNDN.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from FEOHKDLJNDN.proto - public static partial class FEOHKDLJNDNReflection { - - #region Descriptor - /// File descriptor for FEOHKDLJNDN.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static FEOHKDLJNDNReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFGRU9IS0RMSk5ETi5wcm90byI3CgtGRU9IS0RMSk5EThITCgtPT0hOS09K", - "SERITxgPIAEoDRITCgtBQ0RPUENCTVBOTBgBIAEoDUIeqgIbRWdnTGluay5E", - "YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FEOHKDLJNDN), global::EggLink.DanhengServer.Proto.FEOHKDLJNDN.Parser, new[]{ "OOHNKOJHDHO", "ACDOPCBMPNL" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class FEOHKDLJNDN : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new FEOHKDLJNDN()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.FEOHKDLJNDNReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public FEOHKDLJNDN() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public FEOHKDLJNDN(FEOHKDLJNDN other) : this() { - oOHNKOJHDHO_ = other.oOHNKOJHDHO_; - aCDOPCBMPNL_ = other.aCDOPCBMPNL_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public FEOHKDLJNDN Clone() { - return new FEOHKDLJNDN(this); - } - - /// Field number for the "OOHNKOJHDHO" field. - public const int OOHNKOJHDHOFieldNumber = 15; - private uint oOHNKOJHDHO_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint OOHNKOJHDHO { - get { return oOHNKOJHDHO_; } - set { - oOHNKOJHDHO_ = value; - } - } - - /// Field number for the "ACDOPCBMPNL" field. - public const int ACDOPCBMPNLFieldNumber = 1; - private uint aCDOPCBMPNL_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint ACDOPCBMPNL { - get { return aCDOPCBMPNL_; } - set { - aCDOPCBMPNL_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as FEOHKDLJNDN); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(FEOHKDLJNDN other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (OOHNKOJHDHO != other.OOHNKOJHDHO) return false; - if (ACDOPCBMPNL != other.ACDOPCBMPNL) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (OOHNKOJHDHO != 0) hash ^= OOHNKOJHDHO.GetHashCode(); - if (ACDOPCBMPNL != 0) hash ^= ACDOPCBMPNL.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (ACDOPCBMPNL != 0) { - output.WriteRawTag(8); - output.WriteUInt32(ACDOPCBMPNL); - } - if (OOHNKOJHDHO != 0) { - output.WriteRawTag(120); - output.WriteUInt32(OOHNKOJHDHO); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (ACDOPCBMPNL != 0) { - output.WriteRawTag(8); - output.WriteUInt32(ACDOPCBMPNL); - } - if (OOHNKOJHDHO != 0) { - output.WriteRawTag(120); - output.WriteUInt32(OOHNKOJHDHO); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (OOHNKOJHDHO != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OOHNKOJHDHO); - } - if (ACDOPCBMPNL != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ACDOPCBMPNL); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(FEOHKDLJNDN other) { - if (other == null) { - return; - } - if (other.OOHNKOJHDHO != 0) { - OOHNKOJHDHO = other.OOHNKOJHDHO; - } - if (other.ACDOPCBMPNL != 0) { - ACDOPCBMPNL = other.ACDOPCBMPNL; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - ACDOPCBMPNL = input.ReadUInt32(); - break; - } - case 120: { - OOHNKOJHDHO = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - ACDOPCBMPNL = input.ReadUInt32(); - break; - } - case 120: { - OOHNKOJHDHO = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/FFAPKCNAPID.cs b/Proto/FFAPKCNAPID.cs index a7d7f0c5..e4cec521 100644 --- a/Proto/FFAPKCNAPID.cs +++ b/Proto/FFAPKCNAPID.cs @@ -24,8 +24,8 @@ namespace EggLink.DanhengServer.Proto { static FFAPKCNAPIDReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFGRkFQS0NOQVBJRC5wcm90bxoRREVJTkFEUEVIS0UucHJvdG8aEUdKSVBK", - "TkdORkVKLnByb3RvGhFDRU9ERENFSURETC5wcm90byLXAQoLRkZBUEtDTkFQ", + "ChFGRkFQS0NOQVBJRC5wcm90bxoRQ0VPRERDRUlEREwucHJvdG8aEUdKSVBK", + "TkdORkVKLnByb3RvGhFERUlOQURQRUhLRS5wcm90byLXAQoLRkZBUEtDTkFQ", "SUQSIQoLR0VER0xOQ1BHR04YDSADKAsyDC5ERUlOQURQRUhLRRITCgtJRU1O", "SkhMRkdLRBgCIAMoDRILCgN1aWQYCyABKA0SEwoLQUlJRUtMSUxNSkMYDCAB", "KAMSEwoLSExLUE5FQ0FNQkwYDiABKA0SIQoLUEJGSEROQkdNQlAYBCADKAsy", @@ -33,7 +33,7 @@ namespace EggLink.DanhengServer.Proto { "RkxPTBgGIAMoCzIMLkdKSVBKTkdORkVKQh6qAhtFZ2dMaW5rLkRhbmhlbmdT", "ZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DEINADPEHKEReflection.Descriptor, global::EggLink.DanhengServer.Proto.GJIPJNGNFEJReflection.Descriptor, global::EggLink.DanhengServer.Proto.CEODDCEIDDLReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CEODDCEIDDLReflection.Descriptor, global::EggLink.DanhengServer.Proto.GJIPJNGNFEJReflection.Descriptor, global::EggLink.DanhengServer.Proto.DEINADPEHKEReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FFAPKCNAPID), global::EggLink.DanhengServer.Proto.FFAPKCNAPID.Parser, new[]{ "GEDGLNCPGGN", "IEMNJHLFGKD", "Uid", "AIIEKLILMJC", "HLKPNECAMBL", "PBFHDNBGMBP", "AOAEFEIBBMF", "OBBOCCNFLOL" }, null, null, null, null) })); diff --git a/Proto/FFJPPNGGLFF.cs b/Proto/FFJPPNGGLFF.cs deleted file mode 100644 index 5545d9d7..00000000 --- a/Proto/FFJPPNGGLFF.cs +++ /dev/null @@ -1,51 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: FFJPPNGGLFF.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from FFJPPNGGLFF.proto - public static partial class FFJPPNGGLFFReflection { - - #region Descriptor - /// File descriptor for FFJPPNGGLFF.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static FFJPPNGGLFFReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFGRkpQUE5HR0xGRi5wcm90byqEAQoLRkZKUFBOR0dMRkYSHAoYRklHSFRf", - "UExBWUVSX1JFU1VMVF9OT05FEAASGwoXRklHSFRfUExBWUVSX1JFU1VMVF9X", - "SU4QARIcChhGSUdIVF9QTEFZRVJfUkVTVUxUX0ZBSUwQAhIcChhGSUdIVF9Q", - "TEFZRVJfUkVTVUxUX0RSQVcQA0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy", - "LlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.FFJPPNGGLFF), }, null, null)); - } - #endregion - - } - #region Enums - public enum FFJPPNGGLFF { - [pbr::OriginalName("FIGHT_PLAYER_RESULT_NONE")] FightPlayerResultNone = 0, - [pbr::OriginalName("FIGHT_PLAYER_RESULT_WIN")] FightPlayerResultWin = 1, - [pbr::OriginalName("FIGHT_PLAYER_RESULT_FAIL")] FightPlayerResultFail = 2, - [pbr::OriginalName("FIGHT_PLAYER_RESULT_DRAW")] FightPlayerResultDraw = 3, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/FGPBIBIJCOH.cs b/Proto/FGPBIBIJCOH.cs deleted file mode 100644 index e0909a32..00000000 --- a/Proto/FGPBIBIJCOH.cs +++ /dev/null @@ -1,271 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: FGPBIBIJCOH.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from FGPBIBIJCOH.proto - public static partial class FGPBIBIJCOHReflection { - - #region Descriptor - /// File descriptor for FGPBIBIJCOH.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static FGPBIBIJCOHReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFGR1BCSUJJSkNPSC5wcm90byI3CgtGR1BCSUJJSkNPSBITCgtISEdBUERG", - "SU5ESRgCIAEoCBITCgtCR0xFSE1LTUFQRxgHIAEoDUIeqgIbRWdnTGluay5E", - "YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FGPBIBIJCOH), global::EggLink.DanhengServer.Proto.FGPBIBIJCOH.Parser, new[]{ "HHGAPDFINDI", "BGLEHMKMAPG" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class FGPBIBIJCOH : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new FGPBIBIJCOH()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.FGPBIBIJCOHReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public FGPBIBIJCOH() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public FGPBIBIJCOH(FGPBIBIJCOH other) : this() { - hHGAPDFINDI_ = other.hHGAPDFINDI_; - bGLEHMKMAPG_ = other.bGLEHMKMAPG_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public FGPBIBIJCOH Clone() { - return new FGPBIBIJCOH(this); - } - - /// Field number for the "HHGAPDFINDI" field. - public const int HHGAPDFINDIFieldNumber = 2; - private bool hHGAPDFINDI_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool HHGAPDFINDI { - get { return hHGAPDFINDI_; } - set { - hHGAPDFINDI_ = value; - } - } - - /// Field number for the "BGLEHMKMAPG" field. - public const int BGLEHMKMAPGFieldNumber = 7; - private uint bGLEHMKMAPG_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint BGLEHMKMAPG { - get { return bGLEHMKMAPG_; } - set { - bGLEHMKMAPG_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as FGPBIBIJCOH); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(FGPBIBIJCOH other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (HHGAPDFINDI != other.HHGAPDFINDI) return false; - if (BGLEHMKMAPG != other.BGLEHMKMAPG) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (HHGAPDFINDI != false) hash ^= HHGAPDFINDI.GetHashCode(); - if (BGLEHMKMAPG != 0) hash ^= BGLEHMKMAPG.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (HHGAPDFINDI != false) { - output.WriteRawTag(16); - output.WriteBool(HHGAPDFINDI); - } - if (BGLEHMKMAPG != 0) { - output.WriteRawTag(56); - output.WriteUInt32(BGLEHMKMAPG); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (HHGAPDFINDI != false) { - output.WriteRawTag(16); - output.WriteBool(HHGAPDFINDI); - } - if (BGLEHMKMAPG != 0) { - output.WriteRawTag(56); - output.WriteUInt32(BGLEHMKMAPG); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (HHGAPDFINDI != false) { - size += 1 + 1; - } - if (BGLEHMKMAPG != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BGLEHMKMAPG); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(FGPBIBIJCOH other) { - if (other == null) { - return; - } - if (other.HHGAPDFINDI != false) { - HHGAPDFINDI = other.HHGAPDFINDI; - } - if (other.BGLEHMKMAPG != 0) { - BGLEHMKMAPG = other.BGLEHMKMAPG; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 16: { - HHGAPDFINDI = input.ReadBool(); - break; - } - case 56: { - BGLEHMKMAPG = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 16: { - HHGAPDFINDI = input.ReadBool(); - break; - } - case 56: { - BGLEHMKMAPG = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/FHABEIKAFBO.cs b/Proto/FHABEIKAFBO.cs index 0e163819..389f056f 100644 --- a/Proto/FHABEIKAFBO.cs +++ b/Proto/FHABEIKAFBO.cs @@ -25,14 +25,14 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChFGSEFCRUlLQUZCTy5wcm90bxocTWlzc2lvbkN1c3RvbVZhbHVlTGlzdC5w", - "cm90byJfCgtGSEFCRUlLQUZCTxI1ChFjdXN0b21fdmFsdWVfbGlzdBjMCCAB", - "KAsyFy5NaXNzaW9uQ3VzdG9tVmFsdWVMaXN0SAASCgoCaWQYASABKA1CDQoL", - "RkpPT0pOS0NOQUVCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG", + "cm90byJfCgtGSEFCRUlLQUZCTxIKCgJpZBgBIAEoDRI1ChFjdXN0b21fdmFs", + "dWVfbGlzdBjMCCABKAsyFy5NaXNzaW9uQ3VzdG9tVmFsdWVMaXN0SABCDQoL", + "SUNBSUJFQUlBR0NCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG", "cHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MissionCustomValueListReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FHABEIKAFBO), global::EggLink.DanhengServer.Proto.FHABEIKAFBO.Parser, new[]{ "CustomValueList", "Id" }, new[]{ "FJOOJNKCNAE" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FHABEIKAFBO), global::EggLink.DanhengServer.Proto.FHABEIKAFBO.Parser, new[]{ "Id", "CustomValueList" }, new[]{ "ICAIBEAIAGC" }, null, null, null) })); } #endregion @@ -75,8 +75,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public FHABEIKAFBO(FHABEIKAFBO other) : this() { id_ = other.id_; - switch (other.FJOOJNKCNAECase) { - case FJOOJNKCNAEOneofCase.CustomValueList: + switch (other.ICAIBEAIAGCCase) { + case ICAIBEAIAGCOneofCase.CustomValueList: CustomValueList = other.CustomValueList.Clone(); break; } @@ -90,18 +90,6 @@ namespace EggLink.DanhengServer.Proto { return new FHABEIKAFBO(this); } - /// Field number for the "custom_value_list" field. - public const int CustomValueListFieldNumber = 1100; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.MissionCustomValueList CustomValueList { - get { return fJOOJNKCNAECase_ == FJOOJNKCNAEOneofCase.CustomValueList ? (global::EggLink.DanhengServer.Proto.MissionCustomValueList) fJOOJNKCNAE_ : null; } - set { - fJOOJNKCNAE_ = value; - fJOOJNKCNAECase_ = value == null ? FJOOJNKCNAEOneofCase.None : FJOOJNKCNAEOneofCase.CustomValueList; - } - } - /// Field number for the "id" field. public const int IdFieldNumber = 1; private uint id_; @@ -114,24 +102,36 @@ namespace EggLink.DanhengServer.Proto { } } - private object fJOOJNKCNAE_; - /// Enum of possible cases for the "FJOOJNKCNAE" oneof. - public enum FJOOJNKCNAEOneofCase { + /// Field number for the "custom_value_list" field. + public const int CustomValueListFieldNumber = 1100; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.MissionCustomValueList CustomValueList { + get { return iCAIBEAIAGCCase_ == ICAIBEAIAGCOneofCase.CustomValueList ? (global::EggLink.DanhengServer.Proto.MissionCustomValueList) iCAIBEAIAGC_ : null; } + set { + iCAIBEAIAGC_ = value; + iCAIBEAIAGCCase_ = value == null ? ICAIBEAIAGCOneofCase.None : ICAIBEAIAGCOneofCase.CustomValueList; + } + } + + private object iCAIBEAIAGC_; + /// Enum of possible cases for the "ICAIBEAIAGC" oneof. + public enum ICAIBEAIAGCOneofCase { None = 0, CustomValueList = 1100, } - private FJOOJNKCNAEOneofCase fJOOJNKCNAECase_ = FJOOJNKCNAEOneofCase.None; + private ICAIBEAIAGCOneofCase iCAIBEAIAGCCase_ = ICAIBEAIAGCOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public FJOOJNKCNAEOneofCase FJOOJNKCNAECase { - get { return fJOOJNKCNAECase_; } + public ICAIBEAIAGCOneofCase ICAIBEAIAGCCase { + get { return iCAIBEAIAGCCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearFJOOJNKCNAE() { - fJOOJNKCNAECase_ = FJOOJNKCNAEOneofCase.None; - fJOOJNKCNAE_ = null; + public void ClearICAIBEAIAGC() { + iCAIBEAIAGCCase_ = ICAIBEAIAGCOneofCase.None; + iCAIBEAIAGC_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -149,9 +149,9 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (!object.Equals(CustomValueList, other.CustomValueList)) return false; if (Id != other.Id) return false; - if (FJOOJNKCNAECase != other.FJOOJNKCNAECase) return false; + if (!object.Equals(CustomValueList, other.CustomValueList)) return false; + if (ICAIBEAIAGCCase != other.ICAIBEAIAGCCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -159,9 +159,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (fJOOJNKCNAECase_ == FJOOJNKCNAEOneofCase.CustomValueList) hash ^= CustomValueList.GetHashCode(); if (Id != 0) hash ^= Id.GetHashCode(); - hash ^= (int) fJOOJNKCNAECase_; + if (iCAIBEAIAGCCase_ == ICAIBEAIAGCOneofCase.CustomValueList) hash ^= CustomValueList.GetHashCode(); + hash ^= (int) iCAIBEAIAGCCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -184,7 +184,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(8); output.WriteUInt32(Id); } - if (fJOOJNKCNAECase_ == FJOOJNKCNAEOneofCase.CustomValueList) { + if (iCAIBEAIAGCCase_ == ICAIBEAIAGCOneofCase.CustomValueList) { output.WriteRawTag(226, 68); output.WriteMessage(CustomValueList); } @@ -202,7 +202,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(8); output.WriteUInt32(Id); } - if (fJOOJNKCNAECase_ == FJOOJNKCNAEOneofCase.CustomValueList) { + if (iCAIBEAIAGCCase_ == ICAIBEAIAGCOneofCase.CustomValueList) { output.WriteRawTag(226, 68); output.WriteMessage(CustomValueList); } @@ -216,12 +216,12 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (fJOOJNKCNAECase_ == FJOOJNKCNAEOneofCase.CustomValueList) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(CustomValueList); - } if (Id != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Id); } + if (iCAIBEAIAGCCase_ == ICAIBEAIAGCOneofCase.CustomValueList) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(CustomValueList); + } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -237,8 +237,8 @@ namespace EggLink.DanhengServer.Proto { if (other.Id != 0) { Id = other.Id; } - switch (other.FJOOJNKCNAECase) { - case FJOOJNKCNAEOneofCase.CustomValueList: + switch (other.ICAIBEAIAGCCase) { + case ICAIBEAIAGCOneofCase.CustomValueList: if (CustomValueList == null) { CustomValueList = new global::EggLink.DanhengServer.Proto.MissionCustomValueList(); } @@ -267,7 +267,7 @@ namespace EggLink.DanhengServer.Proto { } case 8802: { global::EggLink.DanhengServer.Proto.MissionCustomValueList subBuilder = new global::EggLink.DanhengServer.Proto.MissionCustomValueList(); - if (fJOOJNKCNAECase_ == FJOOJNKCNAEOneofCase.CustomValueList) { + if (iCAIBEAIAGCCase_ == ICAIBEAIAGCOneofCase.CustomValueList) { subBuilder.MergeFrom(CustomValueList); } input.ReadMessage(subBuilder); @@ -295,7 +295,7 @@ namespace EggLink.DanhengServer.Proto { } case 8802: { global::EggLink.DanhengServer.Proto.MissionCustomValueList subBuilder = new global::EggLink.DanhengServer.Proto.MissionCustomValueList(); - if (fJOOJNKCNAECase_ == FJOOJNKCNAEOneofCase.CustomValueList) { + if (iCAIBEAIAGCCase_ == ICAIBEAIAGCOneofCase.CustomValueList) { subBuilder.MergeFrom(CustomValueList); } input.ReadMessage(subBuilder); diff --git a/Proto/FIMACPHLMNO.cs b/Proto/FIMACPHLMNO.cs index 6a6f0979..69805457 100644 --- a/Proto/FIMACPHLMNO.cs +++ b/Proto/FIMACPHLMNO.cs @@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto { static FIMACPHLMNOReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFGSU1BQ1BITE1OTy5wcm90byIxCgtGSU1BQ1BITE1OTxIVCgtLQkVGQ01J", - "SUlJThgNIAEoA0gAQgsKCWluZm9fY2FzZUIeqgIbRWdnTGluay5EYW5oZW5n", - "U2VydmVyLlByb3RvYgZwcm90bzM=")); + "ChFGSU1BQ1BITE1OTy5wcm90byIzCgtGSU1BQ1BITE1OTxIVCgtLQkVGQ01J", + "SUlJThgNIAEoA0gAQg0KC0FJTkNPSU9ORkRKQh6qAhtFZ2dMaW5rLkRhbmhl", + "bmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FIMACPHLMNO), global::EggLink.DanhengServer.Proto.FIMACPHLMNO.Parser, new[]{ "KBEFCMIIIIN" }, new[]{ "InfoCase" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FIMACPHLMNO), global::EggLink.DanhengServer.Proto.FIMACPHLMNO.Parser, new[]{ "KBEFCMIIIIN" }, new[]{ "AINCOIONFDJ" }, null, null, null) })); } #endregion @@ -72,8 +72,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public FIMACPHLMNO(FIMACPHLMNO other) : this() { - switch (other.InfoCaseCase) { - case InfoCaseOneofCase.KBEFCMIIIIN: + switch (other.AINCOIONFDJCase) { + case AINCOIONFDJOneofCase.KBEFCMIIIIN: KBEFCMIIIIN = other.KBEFCMIIIIN; break; } @@ -92,45 +92,45 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public long KBEFCMIIIIN { - get { return HasKBEFCMIIIIN ? (long) infoCase_ : 0L; } + get { return HasKBEFCMIIIIN ? (long) aINCOIONFDJ_ : 0L; } set { - infoCase_ = value; - infoCaseCase_ = InfoCaseOneofCase.KBEFCMIIIIN; + aINCOIONFDJ_ = value; + aINCOIONFDJCase_ = AINCOIONFDJOneofCase.KBEFCMIIIIN; } } /// Gets whether the "KBEFCMIIIIN" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasKBEFCMIIIIN { - get { return infoCaseCase_ == InfoCaseOneofCase.KBEFCMIIIIN; } + get { return aINCOIONFDJCase_ == AINCOIONFDJOneofCase.KBEFCMIIIIN; } } /// Clears the value of the oneof if it's currently set to "KBEFCMIIIIN" [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearKBEFCMIIIIN() { if (HasKBEFCMIIIIN) { - ClearInfoCase(); + ClearAINCOIONFDJ(); } } - private object infoCase_; - /// Enum of possible cases for the "info_case" oneof. - public enum InfoCaseOneofCase { + private object aINCOIONFDJ_; + /// Enum of possible cases for the "AINCOIONFDJ" oneof. + public enum AINCOIONFDJOneofCase { None = 0, KBEFCMIIIIN = 13, } - private InfoCaseOneofCase infoCaseCase_ = InfoCaseOneofCase.None; + private AINCOIONFDJOneofCase aINCOIONFDJCase_ = AINCOIONFDJOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public InfoCaseOneofCase InfoCaseCase { - get { return infoCaseCase_; } + public AINCOIONFDJOneofCase AINCOIONFDJCase { + get { return aINCOIONFDJCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearInfoCase() { - infoCaseCase_ = InfoCaseOneofCase.None; - infoCase_ = null; + public void ClearAINCOIONFDJ() { + aINCOIONFDJCase_ = AINCOIONFDJOneofCase.None; + aINCOIONFDJ_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -149,7 +149,7 @@ namespace EggLink.DanhengServer.Proto { return true; } if (KBEFCMIIIIN != other.KBEFCMIIIIN) return false; - if (InfoCaseCase != other.InfoCaseCase) return false; + if (AINCOIONFDJCase != other.AINCOIONFDJCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -158,7 +158,7 @@ namespace EggLink.DanhengServer.Proto { public override int GetHashCode() { int hash = 1; if (HasKBEFCMIIIIN) hash ^= KBEFCMIIIIN.GetHashCode(); - hash ^= (int) infoCaseCase_; + hash ^= (int) aINCOIONFDJCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -220,8 +220,8 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - switch (other.InfoCaseCase) { - case InfoCaseOneofCase.KBEFCMIIIIN: + switch (other.AINCOIONFDJCase) { + case AINCOIONFDJOneofCase.KBEFCMIIIIN: KBEFCMIIIIN = other.KBEFCMIIIIN; break; } diff --git a/Proto/FIPPKLCOEGJ.cs b/Proto/FIPPKLCOEGJ.cs deleted file mode 100644 index 9056d410..00000000 --- a/Proto/FIPPKLCOEGJ.cs +++ /dev/null @@ -1,49 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: FIPPKLCOEGJ.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from FIPPKLCOEGJ.proto - public static partial class FIPPKLCOEGJReflection { - - #region Descriptor - /// File descriptor for FIPPKLCOEGJ.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static FIPPKLCOEGJReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFGSVBQS0xDT0VHSi5wcm90bypyCgtGSVBQS0xDT0VHShIeChpNQVJCTEVf", - "SFBfQ0hBTkdFX1RZUEVfTk9ORRAAEiIKHk1BUkJMRV9IUF9DSEFOR0VfVFlQ", - "RV9DUklUSUNBTBABEh8KG01BUkJMRV9IUF9DSEFOR0VfVFlQRV9TUElORRAC", - "Qh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.FIPPKLCOEGJ), }, null, null)); - } - #endregion - - } - #region Enums - public enum FIPPKLCOEGJ { - [pbr::OriginalName("MARBLE_HP_CHANGE_TYPE_NONE")] MarbleHpChangeTypeNone = 0, - [pbr::OriginalName("MARBLE_HP_CHANGE_TYPE_CRITICAL")] MarbleHpChangeTypeCritical = 1, - [pbr::OriginalName("MARBLE_HP_CHANGE_TYPE_SPINE")] MarbleHpChangeTypeSpine = 2, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/FKMBFLMEGEB.cs b/Proto/FKMBFLMEGEB.cs index 527b1434..794d27c7 100644 --- a/Proto/FKMBFLMEGEB.cs +++ b/Proto/FKMBFLMEGEB.cs @@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto { static FKMBFLMEGEBReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFGS01CRkxNRUdFQi5wcm90bxoRQkFFUE5IRENJRU0ucHJvdG8aEU1BT05O", - "TkVMR0NDLnByb3RvImgKC0ZLTUJGTE1FR0VCEiEKC0tCR0RDRUhJRkZKGAIg", + "ChFGS01CRkxNRUdFQi5wcm90bxoRTUFPTk5ORUxHQ0MucHJvdG8aEUJBRVBO", + "SERDSUVNLnByb3RvImgKC0ZLTUJGTE1FR0VCEiEKC0tCR0RDRUhJRkZKGAIg", "AygLMgwuTUFPTk5ORUxHQ0MSIQoLRk9BUExJQUxIREkYDSADKAsyDC5CQUVQ", "TkhEQ0lFTRITCgtIRUlKQ05MTkhISRgGIAEoDUIeqgIbRWdnTGluay5EYW5o", "ZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BAEPNHDCIEMReflection.Descriptor, global::EggLink.DanhengServer.Proto.MAONNNELGCCReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MAONNNELGCCReflection.Descriptor, global::EggLink.DanhengServer.Proto.BAEPNHDCIEMReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FKMBFLMEGEB), global::EggLink.DanhengServer.Proto.FKMBFLMEGEB.Parser, new[]{ "KBGDCEHIFFJ", "FOAPLIALHDI", "HEIJCNLNHHI" }, null, null, null, null) })); diff --git a/Proto/FLCMJAHGKFK.cs b/Proto/FLCMJAHGKFK.cs index dc2e7bc8..563f6844 100644 --- a/Proto/FLCMJAHGKFK.cs +++ b/Proto/FLCMJAHGKFK.cs @@ -24,17 +24,16 @@ namespace EggLink.DanhengServer.Proto { static FLCMJAHGKFKReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFGTENNSkFIR0tGSy5wcm90bxoSUGxhdGZvcm1UeXBlLnByb3RvIsMBCgtG", - "TENNSkFIR0tGSxITCgtHTUFMQ1BOT0hCRhgNIAEoCRINCgVsZXZlbBgIIAEo", - "DRIQCghuaWNrbmFtZRgLIAEoCRITCgtOUFBQSEdGRU5QSBgMIAEoDRITCgty", - "ZW1hcmtfbmFtZRgBIAEoCRIRCgloZWFkX2ljb24YAiABKA0SEwoLSU5OQU5J", - "Q0xDQUUYAyABKA0SCwoDdWlkGAYgASgNEh8KCHBsYXRmb3JtGAQgASgOMg0u", - "UGxhdGZvcm1UeXBlQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9i", - "BnByb3RvMw==")); + "ChFGTENNSkFIR0tGSy5wcm90bxoSUGxhdGZvcm1UeXBlLnByb3RvIq4BCgtG", + "TENNSkFIR0tGSxITCgtOUFBQSEdGRU5QSBgMIAEoDRINCgVsZXZlbBgIIAEo", + "DRIQCghuaWNrbmFtZRgLIAEoCRITCgtyZW1hcmtfbmFtZRgBIAEoCRIfCghw", + "bGF0Zm9ybRgEIAEoDjINLlBsYXRmb3JtVHlwZRILCgN1aWQYBiABKA0SEwoL", + "R01BTENQTk9IQkYYDSABKAkSEQoJaGVhZF9pY29uGAIgASgNQh6qAhtFZ2dM", + "aW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PlatformTypeReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FLCMJAHGKFK), global::EggLink.DanhengServer.Proto.FLCMJAHGKFK.Parser, new[]{ "GMALCPNOHBF", "Level", "Nickname", "NPPPHGFENPH", "RemarkName", "HeadIcon", "INNANICLCAE", "Uid", "Platform" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FLCMJAHGKFK), global::EggLink.DanhengServer.Proto.FLCMJAHGKFK.Parser, new[]{ "NPPPHGFENPH", "Level", "Nickname", "RemarkName", "Platform", "Uid", "GMALCPNOHBF", "HeadIcon" }, null, null, null, null) })); } #endregion @@ -76,15 +75,14 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public FLCMJAHGKFK(FLCMJAHGKFK other) : this() { - gMALCPNOHBF_ = other.gMALCPNOHBF_; + nPPPHGFENPH_ = other.nPPPHGFENPH_; level_ = other.level_; nickname_ = other.nickname_; - nPPPHGFENPH_ = other.nPPPHGFENPH_; remarkName_ = other.remarkName_; - headIcon_ = other.headIcon_; - iNNANICLCAE_ = other.iNNANICLCAE_; - uid_ = other.uid_; platform_ = other.platform_; + uid_ = other.uid_; + gMALCPNOHBF_ = other.gMALCPNOHBF_; + headIcon_ = other.headIcon_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -94,15 +92,15 @@ namespace EggLink.DanhengServer.Proto { return new FLCMJAHGKFK(this); } - /// Field number for the "GMALCPNOHBF" field. - public const int GMALCPNOHBFFieldNumber = 13; - private string gMALCPNOHBF_ = ""; + /// Field number for the "NPPPHGFENPH" field. + public const int NPPPHGFENPHFieldNumber = 12; + private uint nPPPHGFENPH_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string GMALCPNOHBF { - get { return gMALCPNOHBF_; } + public uint NPPPHGFENPH { + get { return nPPPHGFENPH_; } set { - gMALCPNOHBF_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + nPPPHGFENPH_ = value; } } @@ -130,18 +128,6 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "NPPPHGFENPH" field. - public const int NPPPHGFENPHFieldNumber = 12; - private uint nPPPHGFENPH_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint NPPPHGFENPH { - get { return nPPPHGFENPH_; } - set { - nPPPHGFENPH_ = value; - } - } - /// Field number for the "remark_name" field. public const int RemarkNameFieldNumber = 1; private string remarkName_ = ""; @@ -154,27 +140,15 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "head_icon" field. - public const int HeadIconFieldNumber = 2; - private uint headIcon_; + /// Field number for the "platform" field. + public const int PlatformFieldNumber = 4; + private global::EggLink.DanhengServer.Proto.PlatformType platform_ = global::EggLink.DanhengServer.Proto.PlatformType.Editor; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint HeadIcon { - get { return headIcon_; } + public global::EggLink.DanhengServer.Proto.PlatformType Platform { + get { return platform_; } set { - headIcon_ = value; - } - } - - /// Field number for the "INNANICLCAE" field. - public const int INNANICLCAEFieldNumber = 3; - private uint iNNANICLCAE_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint INNANICLCAE { - get { return iNNANICLCAE_; } - set { - iNNANICLCAE_ = value; + platform_ = value; } } @@ -190,15 +164,27 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "platform" field. - public const int PlatformFieldNumber = 4; - private global::EggLink.DanhengServer.Proto.PlatformType platform_ = global::EggLink.DanhengServer.Proto.PlatformType.Editor; + /// Field number for the "GMALCPNOHBF" field. + public const int GMALCPNOHBFFieldNumber = 13; + private string gMALCPNOHBF_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.PlatformType Platform { - get { return platform_; } + public string GMALCPNOHBF { + get { return gMALCPNOHBF_; } set { - platform_ = value; + gMALCPNOHBF_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "head_icon" field. + public const int HeadIconFieldNumber = 2; + private uint headIcon_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public uint HeadIcon { + get { return headIcon_; } + set { + headIcon_ = value; } } @@ -217,15 +203,14 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (GMALCPNOHBF != other.GMALCPNOHBF) return false; + if (NPPPHGFENPH != other.NPPPHGFENPH) return false; if (Level != other.Level) return false; if (Nickname != other.Nickname) return false; - if (NPPPHGFENPH != other.NPPPHGFENPH) return false; if (RemarkName != other.RemarkName) return false; - if (HeadIcon != other.HeadIcon) return false; - if (INNANICLCAE != other.INNANICLCAE) return false; - if (Uid != other.Uid) return false; if (Platform != other.Platform) return false; + if (Uid != other.Uid) return false; + if (GMALCPNOHBF != other.GMALCPNOHBF) return false; + if (HeadIcon != other.HeadIcon) return false; return Equals(_unknownFields, other._unknownFields); } @@ -233,15 +218,14 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (GMALCPNOHBF.Length != 0) hash ^= GMALCPNOHBF.GetHashCode(); + if (NPPPHGFENPH != 0) hash ^= NPPPHGFENPH.GetHashCode(); if (Level != 0) hash ^= Level.GetHashCode(); if (Nickname.Length != 0) hash ^= Nickname.GetHashCode(); - if (NPPPHGFENPH != 0) hash ^= NPPPHGFENPH.GetHashCode(); if (RemarkName.Length != 0) hash ^= RemarkName.GetHashCode(); - if (HeadIcon != 0) hash ^= HeadIcon.GetHashCode(); - if (INNANICLCAE != 0) hash ^= INNANICLCAE.GetHashCode(); - if (Uid != 0) hash ^= Uid.GetHashCode(); if (Platform != global::EggLink.DanhengServer.Proto.PlatformType.Editor) hash ^= Platform.GetHashCode(); + if (Uid != 0) hash ^= Uid.GetHashCode(); + if (GMALCPNOHBF.Length != 0) hash ^= GMALCPNOHBF.GetHashCode(); + if (HeadIcon != 0) hash ^= HeadIcon.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -268,10 +252,6 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(16); output.WriteUInt32(HeadIcon); } - if (INNANICLCAE != 0) { - output.WriteRawTag(24); - output.WriteUInt32(INNANICLCAE); - } if (Platform != global::EggLink.DanhengServer.Proto.PlatformType.Editor) { output.WriteRawTag(32); output.WriteEnum((int) Platform); @@ -314,10 +294,6 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(16); output.WriteUInt32(HeadIcon); } - if (INNANICLCAE != 0) { - output.WriteRawTag(24); - output.WriteUInt32(INNANICLCAE); - } if (Platform != global::EggLink.DanhengServer.Proto.PlatformType.Editor) { output.WriteRawTag(32); output.WriteEnum((int) Platform); @@ -352,8 +328,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (GMALCPNOHBF.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(GMALCPNOHBF); + if (NPPPHGFENPH != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NPPPHGFENPH); } if (Level != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Level); @@ -361,23 +337,20 @@ namespace EggLink.DanhengServer.Proto { if (Nickname.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(Nickname); } - if (NPPPHGFENPH != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NPPPHGFENPH); - } if (RemarkName.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(RemarkName); } - if (HeadIcon != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HeadIcon); - } - if (INNANICLCAE != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(INNANICLCAE); + if (Platform != global::EggLink.DanhengServer.Proto.PlatformType.Editor) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Platform); } if (Uid != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Uid); } - if (Platform != global::EggLink.DanhengServer.Proto.PlatformType.Editor) { - size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Platform); + if (GMALCPNOHBF.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(GMALCPNOHBF); + } + if (HeadIcon != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HeadIcon); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); @@ -391,8 +364,8 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - if (other.GMALCPNOHBF.Length != 0) { - GMALCPNOHBF = other.GMALCPNOHBF; + if (other.NPPPHGFENPH != 0) { + NPPPHGFENPH = other.NPPPHGFENPH; } if (other.Level != 0) { Level = other.Level; @@ -400,23 +373,20 @@ namespace EggLink.DanhengServer.Proto { if (other.Nickname.Length != 0) { Nickname = other.Nickname; } - if (other.NPPPHGFENPH != 0) { - NPPPHGFENPH = other.NPPPHGFENPH; - } if (other.RemarkName.Length != 0) { RemarkName = other.RemarkName; } - if (other.HeadIcon != 0) { - HeadIcon = other.HeadIcon; - } - if (other.INNANICLCAE != 0) { - INNANICLCAE = other.INNANICLCAE; + if (other.Platform != global::EggLink.DanhengServer.Proto.PlatformType.Editor) { + Platform = other.Platform; } if (other.Uid != 0) { Uid = other.Uid; } - if (other.Platform != global::EggLink.DanhengServer.Proto.PlatformType.Editor) { - Platform = other.Platform; + if (other.GMALCPNOHBF.Length != 0) { + GMALCPNOHBF = other.GMALCPNOHBF; + } + if (other.HeadIcon != 0) { + HeadIcon = other.HeadIcon; } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -441,10 +411,6 @@ namespace EggLink.DanhengServer.Proto { HeadIcon = input.ReadUInt32(); break; } - case 24: { - INNANICLCAE = input.ReadUInt32(); - break; - } case 32: { Platform = (global::EggLink.DanhengServer.Proto.PlatformType) input.ReadEnum(); break; @@ -492,10 +458,6 @@ namespace EggLink.DanhengServer.Proto { HeadIcon = input.ReadUInt32(); break; } - case 24: { - INNANICLCAE = input.ReadUInt32(); - break; - } case 32: { Platform = (global::EggLink.DanhengServer.Proto.PlatformType) input.ReadEnum(); break; diff --git a/Proto/FLECFLLDNFP.cs b/Proto/FLECFLLDNFP.cs deleted file mode 100644 index e3dbe4c6..00000000 --- a/Proto/FLECFLLDNFP.cs +++ /dev/null @@ -1,225 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: FLECFLLDNFP.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from FLECFLLDNFP.proto - public static partial class FLECFLLDNFPReflection { - - #region Descriptor - /// File descriptor for FLECFLLDNFP.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static FLECFLLDNFPReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFGTEVDRkxMRE5GUC5wcm90byIkCgtGTEVDRkxMRE5GUBIVCg1ib251c19p", - "ZF9saXN0GAUgAygNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9i", - "BnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FLECFLLDNFP), global::EggLink.DanhengServer.Proto.FLECFLLDNFP.Parser, new[]{ "BonusIdList" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class FLECFLLDNFP : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new FLECFLLDNFP()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.FLECFLLDNFPReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public FLECFLLDNFP() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public FLECFLLDNFP(FLECFLLDNFP other) : this() { - bonusIdList_ = other.bonusIdList_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public FLECFLLDNFP Clone() { - return new FLECFLLDNFP(this); - } - - /// Field number for the "bonus_id_list" field. - public const int BonusIdListFieldNumber = 5; - private static readonly pb::FieldCodec _repeated_bonusIdList_codec - = pb::FieldCodec.ForUInt32(42); - private readonly pbc::RepeatedField bonusIdList_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField BonusIdList { - get { return bonusIdList_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as FLECFLLDNFP); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(FLECFLLDNFP other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if(!bonusIdList_.Equals(other.bonusIdList_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - hash ^= bonusIdList_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - bonusIdList_.WriteTo(output, _repeated_bonusIdList_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - bonusIdList_.WriteTo(ref output, _repeated_bonusIdList_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - size += bonusIdList_.CalculateSize(_repeated_bonusIdList_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(FLECFLLDNFP other) { - if (other == null) { - return; - } - bonusIdList_.Add(other.bonusIdList_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 42: - case 40: { - bonusIdList_.AddEntriesFrom(input, _repeated_bonusIdList_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 42: - case 40: { - bonusIdList_.AddEntriesFrom(ref input, _repeated_bonusIdList_codec); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/FLOICKMNMLL.cs b/Proto/FLOICKMNMLL.cs index 16304317..c80c646c 100644 --- a/Proto/FLOICKMNMLL.cs +++ b/Proto/FLOICKMNMLL.cs @@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto { static FLOICKMNMLLReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFGTE9JQ0tNTk1MTC5wcm90bxoRQktNR0RQSEFDS0UucHJvdG8aEUVKREdL", - "TktIS0hILnByb3RvIlMKC0ZMT0lDS01OTUxMEiEKC0NOSUpOTURHRUREGAcg", + "ChFGTE9JQ0tNTk1MTC5wcm90bxoRRUpER0tOS0hLSEgucHJvdG8aEUJLTUdE", + "UEhBQ0tFLnByb3RvIlMKC0ZMT0lDS01OTUxMEiEKC0NOSUpOTURHRUREGAcg", "AygLMgwuRUpER0tOS0hLSEgSIQoLREdQRUpGTEpOT0oYBCADKAsyDC5CS01H", "RFBIQUNLRUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90", "bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BKMGDPHACKEReflection.Descriptor, global::EggLink.DanhengServer.Proto.EJDGKNKHKHHReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EJDGKNKHKHHReflection.Descriptor, global::EggLink.DanhengServer.Proto.BKMGDPHACKEReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FLOICKMNMLL), global::EggLink.DanhengServer.Proto.FLOICKMNMLL.Parser, new[]{ "CNIJNMDGEDD", "DGPEJFLJNOJ" }, null, null, null, null) })); diff --git a/Proto/FOCHDFJANPC.cs b/Proto/FOCHDFJANPC.cs deleted file mode 100644 index 972b75b3..00000000 --- a/Proto/FOCHDFJANPC.cs +++ /dev/null @@ -1,49 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: FOCHDFJANPC.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from FOCHDFJANPC.proto - public static partial class FOCHDFJANPCReflection { - - #region Descriptor - /// File descriptor for FOCHDFJANPC.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static FOCHDFJANPCReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFGT0NIREZKQU5QQy5wcm90bypnCgtGT0NIREZKQU5QQxIbChdSQUlEX1RB", - "UkdFVF9TVEFUVVNfTk9ORRAAEhwKGFJBSURfVEFSR0VUX1NUQVRVU19ET0lO", - "RxABEh0KGVJBSURfVEFSR0VUX1NUQVRVU19GSU5JU0gQAkIeqgIbRWdnTGlu", - "ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.FOCHDFJANPC), }, null, null)); - } - #endregion - - } - #region Enums - public enum FOCHDFJANPC { - [pbr::OriginalName("RAID_TARGET_STATUS_NONE")] RaidTargetStatusNone = 0, - [pbr::OriginalName("RAID_TARGET_STATUS_DOING")] RaidTargetStatusDoing = 1, - [pbr::OriginalName("RAID_TARGET_STATUS_FINISH")] RaidTargetStatusFinish = 2, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/FOIACPFKDHK.cs b/Proto/FOIACPFKDHK.cs deleted file mode 100644 index 4d0f5e1b..00000000 --- a/Proto/FOIACPFKDHK.cs +++ /dev/null @@ -1,337 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: FOIACPFKDHK.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from FOIACPFKDHK.proto - public static partial class FOIACPFKDHKReflection { - - #region Descriptor - /// File descriptor for FOIACPFKDHK.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static FOIACPFKDHKReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFGT0lBQ1BGS0RISy5wcm90byJgCgtGT0lBQ1BGS0RISxITCgtNQkdLQ0tM", - "REhJQhgJIAEoDRIPCgdjb25maXJtGAMgASgIEhYKDnNlbGVjdF9jZWxsX2lk", - "GA4gASgNEhMKC09OTkpHREpORkxHGAcgAygNQh6qAhtFZ2dMaW5rLkRhbmhl", - "bmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FOIACPFKDHK), global::EggLink.DanhengServer.Proto.FOIACPFKDHK.Parser, new[]{ "MBGKCKLDHIB", "Confirm", "SelectCellId", "ONNJGDJNFLG" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class FOIACPFKDHK : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new FOIACPFKDHK()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.FOIACPFKDHKReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public FOIACPFKDHK() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public FOIACPFKDHK(FOIACPFKDHK other) : this() { - mBGKCKLDHIB_ = other.mBGKCKLDHIB_; - confirm_ = other.confirm_; - selectCellId_ = other.selectCellId_; - oNNJGDJNFLG_ = other.oNNJGDJNFLG_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public FOIACPFKDHK Clone() { - return new FOIACPFKDHK(this); - } - - /// Field number for the "MBGKCKLDHIB" field. - public const int MBGKCKLDHIBFieldNumber = 9; - private uint mBGKCKLDHIB_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint MBGKCKLDHIB { - get { return mBGKCKLDHIB_; } - set { - mBGKCKLDHIB_ = value; - } - } - - /// Field number for the "confirm" field. - public const int ConfirmFieldNumber = 3; - private bool confirm_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Confirm { - get { return confirm_; } - set { - confirm_ = value; - } - } - - /// Field number for the "select_cell_id" field. - public const int SelectCellIdFieldNumber = 14; - private uint selectCellId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint SelectCellId { - get { return selectCellId_; } - set { - selectCellId_ = value; - } - } - - /// Field number for the "ONNJGDJNFLG" field. - public const int ONNJGDJNFLGFieldNumber = 7; - private static readonly pb::FieldCodec _repeated_oNNJGDJNFLG_codec - = pb::FieldCodec.ForUInt32(58); - private readonly pbc::RepeatedField oNNJGDJNFLG_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField ONNJGDJNFLG { - get { return oNNJGDJNFLG_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as FOIACPFKDHK); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(FOIACPFKDHK other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (MBGKCKLDHIB != other.MBGKCKLDHIB) return false; - if (Confirm != other.Confirm) return false; - if (SelectCellId != other.SelectCellId) return false; - if(!oNNJGDJNFLG_.Equals(other.oNNJGDJNFLG_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (MBGKCKLDHIB != 0) hash ^= MBGKCKLDHIB.GetHashCode(); - if (Confirm != false) hash ^= Confirm.GetHashCode(); - if (SelectCellId != 0) hash ^= SelectCellId.GetHashCode(); - hash ^= oNNJGDJNFLG_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Confirm != false) { - output.WriteRawTag(24); - output.WriteBool(Confirm); - } - oNNJGDJNFLG_.WriteTo(output, _repeated_oNNJGDJNFLG_codec); - if (MBGKCKLDHIB != 0) { - output.WriteRawTag(72); - output.WriteUInt32(MBGKCKLDHIB); - } - if (SelectCellId != 0) { - output.WriteRawTag(112); - output.WriteUInt32(SelectCellId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Confirm != false) { - output.WriteRawTag(24); - output.WriteBool(Confirm); - } - oNNJGDJNFLG_.WriteTo(ref output, _repeated_oNNJGDJNFLG_codec); - if (MBGKCKLDHIB != 0) { - output.WriteRawTag(72); - output.WriteUInt32(MBGKCKLDHIB); - } - if (SelectCellId != 0) { - output.WriteRawTag(112); - output.WriteUInt32(SelectCellId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (MBGKCKLDHIB != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MBGKCKLDHIB); - } - if (Confirm != false) { - size += 1 + 1; - } - if (SelectCellId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SelectCellId); - } - size += oNNJGDJNFLG_.CalculateSize(_repeated_oNNJGDJNFLG_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(FOIACPFKDHK other) { - if (other == null) { - return; - } - if (other.MBGKCKLDHIB != 0) { - MBGKCKLDHIB = other.MBGKCKLDHIB; - } - if (other.Confirm != false) { - Confirm = other.Confirm; - } - if (other.SelectCellId != 0) { - SelectCellId = other.SelectCellId; - } - oNNJGDJNFLG_.Add(other.oNNJGDJNFLG_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 24: { - Confirm = input.ReadBool(); - break; - } - case 58: - case 56: { - oNNJGDJNFLG_.AddEntriesFrom(input, _repeated_oNNJGDJNFLG_codec); - break; - } - case 72: { - MBGKCKLDHIB = input.ReadUInt32(); - break; - } - case 112: { - SelectCellId = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 24: { - Confirm = input.ReadBool(); - break; - } - case 58: - case 56: { - oNNJGDJNFLG_.AddEntriesFrom(ref input, _repeated_oNNJGDJNFLG_codec); - break; - } - case 72: { - MBGKCKLDHIB = input.ReadUInt32(); - break; - } - case 112: { - SelectCellId = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/FOOPINGAFEG.cs b/Proto/FOOPINGAFEG.cs deleted file mode 100644 index 9d8c4816..00000000 --- a/Proto/FOOPINGAFEG.cs +++ /dev/null @@ -1,733 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: FOOPINGAFEG.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from FOOPINGAFEG.proto - public static partial class FOOPINGAFEGReflection { - - #region Descriptor - /// File descriptor for FOOPINGAFEG.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static FOOPINGAFEGReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFGT09QSU5HQUZFRy5wcm90bxoRSENKSk9PRktDSkgucHJvdG8aEUNDQ05I", - "T0VDQ01ELnByb3RvGhFOT09CQklISktNQS5wcm90byKvAwoLRk9PUElOR0FG", - "RUcSGwoTbW9uc3Rlcl9iYXR0bGVfdHlwZRgBIAEoDRITCgtEQkFETE5GT1BB", - "TxgCIAEoBBIQCghsZXZlbF9pZBgDIAEoDRIUCgxtYXJibGVfbGV2ZWwYBCAB", - "KA0SEwoLSUdITEFCR0dJSkUYBSABKA0SEwoLTFBEQlBLS0FER0cYBiABKA0S", - "EwoLSEdCQktHTkVQRkIYByABKAgSIQoLRkVPUEZIT0xLQk0YCCADKAsyDC5I", - "Q0pKT09GS0NKSBIMCgRyYW5rGAkgASgNEiEKC0NORENLQUtLTUNHGAogAygL", - "MgwuSENKSk9PRktDSkgSEwoLSkJMTUdOUE1BRE0YCyABKA0SIAoKc2tpbGxf", - "aW5mbxgMIAMoCzIMLkNDQ05IT0VDQ01EEiEKC0tCR0FKR0VPTUdMGA0gAygL", - "MgwuTk9PQkJJSEpLTUESIQoLTEVMSENGT0VPQ08YDiADKAsyDC5IQ0pKT09G", - "S0NKSBIhCgtJTUpFS0ZESElORxgPIAMoCzIMLkhDSkpPT0ZLQ0pIEhMKC0RK", - "Tk1ITVBLS0tCGBAgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJv", - "dG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.HCJJOOFKCJHReflection.Descriptor, global::EggLink.DanhengServer.Proto.CCCNHOECCMDReflection.Descriptor, global::EggLink.DanhengServer.Proto.NOOBBIHJKMAReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FOOPINGAFEG), global::EggLink.DanhengServer.Proto.FOOPINGAFEG.Parser, new[]{ "MonsterBattleType", "DBADLNFOPAO", "LevelId", "MarbleLevel", "IGHLABGGIJE", "LPDBPKKADGG", "HGBBKGNEPFB", "FEOPFHOLKBM", "Rank", "CNDCKAKKMCG", "JBLMGNPMADM", "SkillInfo", "KBGAJGEOMGL", "LELHCFOEOCO", "IMJEKFDHING", "DJNMHMPKKKB" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class FOOPINGAFEG : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new FOOPINGAFEG()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.FOOPINGAFEGReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public FOOPINGAFEG() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public FOOPINGAFEG(FOOPINGAFEG other) : this() { - monsterBattleType_ = other.monsterBattleType_; - dBADLNFOPAO_ = other.dBADLNFOPAO_; - levelId_ = other.levelId_; - marbleLevel_ = other.marbleLevel_; - iGHLABGGIJE_ = other.iGHLABGGIJE_; - lPDBPKKADGG_ = other.lPDBPKKADGG_; - hGBBKGNEPFB_ = other.hGBBKGNEPFB_; - fEOPFHOLKBM_ = other.fEOPFHOLKBM_.Clone(); - rank_ = other.rank_; - cNDCKAKKMCG_ = other.cNDCKAKKMCG_.Clone(); - jBLMGNPMADM_ = other.jBLMGNPMADM_; - skillInfo_ = other.skillInfo_.Clone(); - kBGAJGEOMGL_ = other.kBGAJGEOMGL_.Clone(); - lELHCFOEOCO_ = other.lELHCFOEOCO_.Clone(); - iMJEKFDHING_ = other.iMJEKFDHING_.Clone(); - dJNMHMPKKKB_ = other.dJNMHMPKKKB_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public FOOPINGAFEG Clone() { - return new FOOPINGAFEG(this); - } - - /// Field number for the "monster_battle_type" field. - public const int MonsterBattleTypeFieldNumber = 1; - private uint monsterBattleType_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint MonsterBattleType { - get { return monsterBattleType_; } - set { - monsterBattleType_ = value; - } - } - - /// Field number for the "DBADLNFOPAO" field. - public const int DBADLNFOPAOFieldNumber = 2; - private ulong dBADLNFOPAO_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ulong DBADLNFOPAO { - get { return dBADLNFOPAO_; } - set { - dBADLNFOPAO_ = value; - } - } - - /// Field number for the "level_id" field. - public const int LevelIdFieldNumber = 3; - private uint levelId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint LevelId { - get { return levelId_; } - set { - levelId_ = value; - } - } - - /// Field number for the "marble_level" field. - public const int MarbleLevelFieldNumber = 4; - private uint marbleLevel_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint MarbleLevel { - get { return marbleLevel_; } - set { - marbleLevel_ = value; - } - } - - /// Field number for the "IGHLABGGIJE" field. - public const int IGHLABGGIJEFieldNumber = 5; - private uint iGHLABGGIJE_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint IGHLABGGIJE { - get { return iGHLABGGIJE_; } - set { - iGHLABGGIJE_ = value; - } - } - - /// Field number for the "LPDBPKKADGG" field. - public const int LPDBPKKADGGFieldNumber = 6; - private uint lPDBPKKADGG_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint LPDBPKKADGG { - get { return lPDBPKKADGG_; } - set { - lPDBPKKADGG_ = value; - } - } - - /// Field number for the "HGBBKGNEPFB" field. - public const int HGBBKGNEPFBFieldNumber = 7; - private bool hGBBKGNEPFB_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool HGBBKGNEPFB { - get { return hGBBKGNEPFB_; } - set { - hGBBKGNEPFB_ = value; - } - } - - /// Field number for the "FEOPFHOLKBM" field. - public const int FEOPFHOLKBMFieldNumber = 8; - private static readonly pb::FieldCodec _repeated_fEOPFHOLKBM_codec - = pb::FieldCodec.ForMessage(66, global::EggLink.DanhengServer.Proto.HCJJOOFKCJH.Parser); - private readonly pbc::RepeatedField fEOPFHOLKBM_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField FEOPFHOLKBM { - get { return fEOPFHOLKBM_; } - } - - /// Field number for the "rank" field. - public const int RankFieldNumber = 9; - private uint rank_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint Rank { - get { return rank_; } - set { - rank_ = value; - } - } - - /// Field number for the "CNDCKAKKMCG" field. - public const int CNDCKAKKMCGFieldNumber = 10; - private static readonly pb::FieldCodec _repeated_cNDCKAKKMCG_codec - = pb::FieldCodec.ForMessage(82, global::EggLink.DanhengServer.Proto.HCJJOOFKCJH.Parser); - private readonly pbc::RepeatedField cNDCKAKKMCG_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField CNDCKAKKMCG { - get { return cNDCKAKKMCG_; } - } - - /// Field number for the "JBLMGNPMADM" field. - public const int JBLMGNPMADMFieldNumber = 11; - private uint jBLMGNPMADM_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint JBLMGNPMADM { - get { return jBLMGNPMADM_; } - set { - jBLMGNPMADM_ = value; - } - } - - /// Field number for the "skill_info" field. - public const int SkillInfoFieldNumber = 12; - private static readonly pb::FieldCodec _repeated_skillInfo_codec - = pb::FieldCodec.ForMessage(98, global::EggLink.DanhengServer.Proto.CCCNHOECCMD.Parser); - private readonly pbc::RepeatedField skillInfo_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField SkillInfo { - get { return skillInfo_; } - } - - /// Field number for the "KBGAJGEOMGL" field. - public const int KBGAJGEOMGLFieldNumber = 13; - private static readonly pb::FieldCodec _repeated_kBGAJGEOMGL_codec - = pb::FieldCodec.ForMessage(106, global::EggLink.DanhengServer.Proto.NOOBBIHJKMA.Parser); - private readonly pbc::RepeatedField kBGAJGEOMGL_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField KBGAJGEOMGL { - get { return kBGAJGEOMGL_; } - } - - /// Field number for the "LELHCFOEOCO" field. - public const int LELHCFOEOCOFieldNumber = 14; - private static readonly pb::FieldCodec _repeated_lELHCFOEOCO_codec - = pb::FieldCodec.ForMessage(114, global::EggLink.DanhengServer.Proto.HCJJOOFKCJH.Parser); - private readonly pbc::RepeatedField lELHCFOEOCO_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField LELHCFOEOCO { - get { return lELHCFOEOCO_; } - } - - /// Field number for the "IMJEKFDHING" field. - public const int IMJEKFDHINGFieldNumber = 15; - private static readonly pb::FieldCodec _repeated_iMJEKFDHING_codec - = pb::FieldCodec.ForMessage(122, global::EggLink.DanhengServer.Proto.HCJJOOFKCJH.Parser); - private readonly pbc::RepeatedField iMJEKFDHING_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField IMJEKFDHING { - get { return iMJEKFDHING_; } - } - - /// Field number for the "DJNMHMPKKKB" field. - public const int DJNMHMPKKKBFieldNumber = 16; - private uint dJNMHMPKKKB_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint DJNMHMPKKKB { - get { return dJNMHMPKKKB_; } - set { - dJNMHMPKKKB_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as FOOPINGAFEG); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(FOOPINGAFEG other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (MonsterBattleType != other.MonsterBattleType) return false; - if (DBADLNFOPAO != other.DBADLNFOPAO) return false; - if (LevelId != other.LevelId) return false; - if (MarbleLevel != other.MarbleLevel) return false; - if (IGHLABGGIJE != other.IGHLABGGIJE) return false; - if (LPDBPKKADGG != other.LPDBPKKADGG) return false; - if (HGBBKGNEPFB != other.HGBBKGNEPFB) return false; - if(!fEOPFHOLKBM_.Equals(other.fEOPFHOLKBM_)) return false; - if (Rank != other.Rank) return false; - if(!cNDCKAKKMCG_.Equals(other.cNDCKAKKMCG_)) return false; - if (JBLMGNPMADM != other.JBLMGNPMADM) return false; - if(!skillInfo_.Equals(other.skillInfo_)) return false; - if(!kBGAJGEOMGL_.Equals(other.kBGAJGEOMGL_)) return false; - if(!lELHCFOEOCO_.Equals(other.lELHCFOEOCO_)) return false; - if(!iMJEKFDHING_.Equals(other.iMJEKFDHING_)) return false; - if (DJNMHMPKKKB != other.DJNMHMPKKKB) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (MonsterBattleType != 0) hash ^= MonsterBattleType.GetHashCode(); - if (DBADLNFOPAO != 0UL) hash ^= DBADLNFOPAO.GetHashCode(); - if (LevelId != 0) hash ^= LevelId.GetHashCode(); - if (MarbleLevel != 0) hash ^= MarbleLevel.GetHashCode(); - if (IGHLABGGIJE != 0) hash ^= IGHLABGGIJE.GetHashCode(); - if (LPDBPKKADGG != 0) hash ^= LPDBPKKADGG.GetHashCode(); - if (HGBBKGNEPFB != false) hash ^= HGBBKGNEPFB.GetHashCode(); - hash ^= fEOPFHOLKBM_.GetHashCode(); - if (Rank != 0) hash ^= Rank.GetHashCode(); - hash ^= cNDCKAKKMCG_.GetHashCode(); - if (JBLMGNPMADM != 0) hash ^= JBLMGNPMADM.GetHashCode(); - hash ^= skillInfo_.GetHashCode(); - hash ^= kBGAJGEOMGL_.GetHashCode(); - hash ^= lELHCFOEOCO_.GetHashCode(); - hash ^= iMJEKFDHING_.GetHashCode(); - if (DJNMHMPKKKB != 0) hash ^= DJNMHMPKKKB.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (MonsterBattleType != 0) { - output.WriteRawTag(8); - output.WriteUInt32(MonsterBattleType); - } - if (DBADLNFOPAO != 0UL) { - output.WriteRawTag(16); - output.WriteUInt64(DBADLNFOPAO); - } - if (LevelId != 0) { - output.WriteRawTag(24); - output.WriteUInt32(LevelId); - } - if (MarbleLevel != 0) { - output.WriteRawTag(32); - output.WriteUInt32(MarbleLevel); - } - if (IGHLABGGIJE != 0) { - output.WriteRawTag(40); - output.WriteUInt32(IGHLABGGIJE); - } - if (LPDBPKKADGG != 0) { - output.WriteRawTag(48); - output.WriteUInt32(LPDBPKKADGG); - } - if (HGBBKGNEPFB != false) { - output.WriteRawTag(56); - output.WriteBool(HGBBKGNEPFB); - } - fEOPFHOLKBM_.WriteTo(output, _repeated_fEOPFHOLKBM_codec); - if (Rank != 0) { - output.WriteRawTag(72); - output.WriteUInt32(Rank); - } - cNDCKAKKMCG_.WriteTo(output, _repeated_cNDCKAKKMCG_codec); - if (JBLMGNPMADM != 0) { - output.WriteRawTag(88); - output.WriteUInt32(JBLMGNPMADM); - } - skillInfo_.WriteTo(output, _repeated_skillInfo_codec); - kBGAJGEOMGL_.WriteTo(output, _repeated_kBGAJGEOMGL_codec); - lELHCFOEOCO_.WriteTo(output, _repeated_lELHCFOEOCO_codec); - iMJEKFDHING_.WriteTo(output, _repeated_iMJEKFDHING_codec); - if (DJNMHMPKKKB != 0) { - output.WriteRawTag(128, 1); - output.WriteUInt32(DJNMHMPKKKB); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (MonsterBattleType != 0) { - output.WriteRawTag(8); - output.WriteUInt32(MonsterBattleType); - } - if (DBADLNFOPAO != 0UL) { - output.WriteRawTag(16); - output.WriteUInt64(DBADLNFOPAO); - } - if (LevelId != 0) { - output.WriteRawTag(24); - output.WriteUInt32(LevelId); - } - if (MarbleLevel != 0) { - output.WriteRawTag(32); - output.WriteUInt32(MarbleLevel); - } - if (IGHLABGGIJE != 0) { - output.WriteRawTag(40); - output.WriteUInt32(IGHLABGGIJE); - } - if (LPDBPKKADGG != 0) { - output.WriteRawTag(48); - output.WriteUInt32(LPDBPKKADGG); - } - if (HGBBKGNEPFB != false) { - output.WriteRawTag(56); - output.WriteBool(HGBBKGNEPFB); - } - fEOPFHOLKBM_.WriteTo(ref output, _repeated_fEOPFHOLKBM_codec); - if (Rank != 0) { - output.WriteRawTag(72); - output.WriteUInt32(Rank); - } - cNDCKAKKMCG_.WriteTo(ref output, _repeated_cNDCKAKKMCG_codec); - if (JBLMGNPMADM != 0) { - output.WriteRawTag(88); - output.WriteUInt32(JBLMGNPMADM); - } - skillInfo_.WriteTo(ref output, _repeated_skillInfo_codec); - kBGAJGEOMGL_.WriteTo(ref output, _repeated_kBGAJGEOMGL_codec); - lELHCFOEOCO_.WriteTo(ref output, _repeated_lELHCFOEOCO_codec); - iMJEKFDHING_.WriteTo(ref output, _repeated_iMJEKFDHING_codec); - if (DJNMHMPKKKB != 0) { - output.WriteRawTag(128, 1); - output.WriteUInt32(DJNMHMPKKKB); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (MonsterBattleType != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MonsterBattleType); - } - if (DBADLNFOPAO != 0UL) { - size += 1 + pb::CodedOutputStream.ComputeUInt64Size(DBADLNFOPAO); - } - if (LevelId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LevelId); - } - if (MarbleLevel != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MarbleLevel); - } - if (IGHLABGGIJE != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IGHLABGGIJE); - } - if (LPDBPKKADGG != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LPDBPKKADGG); - } - if (HGBBKGNEPFB != false) { - size += 1 + 1; - } - size += fEOPFHOLKBM_.CalculateSize(_repeated_fEOPFHOLKBM_codec); - if (Rank != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Rank); - } - size += cNDCKAKKMCG_.CalculateSize(_repeated_cNDCKAKKMCG_codec); - if (JBLMGNPMADM != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JBLMGNPMADM); - } - size += skillInfo_.CalculateSize(_repeated_skillInfo_codec); - size += kBGAJGEOMGL_.CalculateSize(_repeated_kBGAJGEOMGL_codec); - size += lELHCFOEOCO_.CalculateSize(_repeated_lELHCFOEOCO_codec); - size += iMJEKFDHING_.CalculateSize(_repeated_iMJEKFDHING_codec); - if (DJNMHMPKKKB != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(DJNMHMPKKKB); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(FOOPINGAFEG other) { - if (other == null) { - return; - } - if (other.MonsterBattleType != 0) { - MonsterBattleType = other.MonsterBattleType; - } - if (other.DBADLNFOPAO != 0UL) { - DBADLNFOPAO = other.DBADLNFOPAO; - } - if (other.LevelId != 0) { - LevelId = other.LevelId; - } - if (other.MarbleLevel != 0) { - MarbleLevel = other.MarbleLevel; - } - if (other.IGHLABGGIJE != 0) { - IGHLABGGIJE = other.IGHLABGGIJE; - } - if (other.LPDBPKKADGG != 0) { - LPDBPKKADGG = other.LPDBPKKADGG; - } - if (other.HGBBKGNEPFB != false) { - HGBBKGNEPFB = other.HGBBKGNEPFB; - } - fEOPFHOLKBM_.Add(other.fEOPFHOLKBM_); - if (other.Rank != 0) { - Rank = other.Rank; - } - cNDCKAKKMCG_.Add(other.cNDCKAKKMCG_); - if (other.JBLMGNPMADM != 0) { - JBLMGNPMADM = other.JBLMGNPMADM; - } - skillInfo_.Add(other.skillInfo_); - kBGAJGEOMGL_.Add(other.kBGAJGEOMGL_); - lELHCFOEOCO_.Add(other.lELHCFOEOCO_); - iMJEKFDHING_.Add(other.iMJEKFDHING_); - if (other.DJNMHMPKKKB != 0) { - DJNMHMPKKKB = other.DJNMHMPKKKB; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - MonsterBattleType = input.ReadUInt32(); - break; - } - case 16: { - DBADLNFOPAO = input.ReadUInt64(); - break; - } - case 24: { - LevelId = input.ReadUInt32(); - break; - } - case 32: { - MarbleLevel = input.ReadUInt32(); - break; - } - case 40: { - IGHLABGGIJE = input.ReadUInt32(); - break; - } - case 48: { - LPDBPKKADGG = input.ReadUInt32(); - break; - } - case 56: { - HGBBKGNEPFB = input.ReadBool(); - break; - } - case 66: { - fEOPFHOLKBM_.AddEntriesFrom(input, _repeated_fEOPFHOLKBM_codec); - break; - } - case 72: { - Rank = input.ReadUInt32(); - break; - } - case 82: { - cNDCKAKKMCG_.AddEntriesFrom(input, _repeated_cNDCKAKKMCG_codec); - break; - } - case 88: { - JBLMGNPMADM = input.ReadUInt32(); - break; - } - case 98: { - skillInfo_.AddEntriesFrom(input, _repeated_skillInfo_codec); - break; - } - case 106: { - kBGAJGEOMGL_.AddEntriesFrom(input, _repeated_kBGAJGEOMGL_codec); - break; - } - case 114: { - lELHCFOEOCO_.AddEntriesFrom(input, _repeated_lELHCFOEOCO_codec); - break; - } - case 122: { - iMJEKFDHING_.AddEntriesFrom(input, _repeated_iMJEKFDHING_codec); - break; - } - case 128: { - DJNMHMPKKKB = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - MonsterBattleType = input.ReadUInt32(); - break; - } - case 16: { - DBADLNFOPAO = input.ReadUInt64(); - break; - } - case 24: { - LevelId = input.ReadUInt32(); - break; - } - case 32: { - MarbleLevel = input.ReadUInt32(); - break; - } - case 40: { - IGHLABGGIJE = input.ReadUInt32(); - break; - } - case 48: { - LPDBPKKADGG = input.ReadUInt32(); - break; - } - case 56: { - HGBBKGNEPFB = input.ReadBool(); - break; - } - case 66: { - fEOPFHOLKBM_.AddEntriesFrom(ref input, _repeated_fEOPFHOLKBM_codec); - break; - } - case 72: { - Rank = input.ReadUInt32(); - break; - } - case 82: { - cNDCKAKKMCG_.AddEntriesFrom(ref input, _repeated_cNDCKAKKMCG_codec); - break; - } - case 88: { - JBLMGNPMADM = input.ReadUInt32(); - break; - } - case 98: { - skillInfo_.AddEntriesFrom(ref input, _repeated_skillInfo_codec); - break; - } - case 106: { - kBGAJGEOMGL_.AddEntriesFrom(ref input, _repeated_kBGAJGEOMGL_codec); - break; - } - case 114: { - lELHCFOEOCO_.AddEntriesFrom(ref input, _repeated_lELHCFOEOCO_codec); - break; - } - case 122: { - iMJEKFDHING_.AddEntriesFrom(ref input, _repeated_iMJEKFDHING_codec); - break; - } - case 128: { - DJNMHMPKKKB = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/FeatureSwitchInfo.cs b/Proto/FeatureSwitchInfo.cs index 679c9bcb..a3921d07 100644 --- a/Proto/FeatureSwitchInfo.cs +++ b/Proto/FeatureSwitchInfo.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static FeatureSwitchInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChdGZWF0dXJlU3dpdGNoSW5mby5wcm90bxoXRmVhdHVyZVN3aXRjaFR5cGUu", - "cHJvdG8aGEZlYXR1cmVTd2l0Y2hQYXJhbS5wcm90byJzChFGZWF0dXJlU3dp", - "dGNoSW5mbxIgCgRUeXBlGAEgASgOMhIuRmVhdHVyZVN3aXRjaFR5cGUSJwoK", - "U3dpdGNoTGlzdBgCIAMoCzITLkZlYXR1cmVTd2l0Y2hQYXJhbRITCgtJc0Fs", - "bENsb3NlZBgDIAEoCEIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv", - "YgZwcm90bzM=")); + "ChdGZWF0dXJlU3dpdGNoSW5mby5wcm90bxoYRmVhdHVyZVN3aXRjaFBhcmFt", + "LnByb3RvGhdGZWF0dXJlU3dpdGNoVHlwZS5wcm90byJ2ChFGZWF0dXJlU3dp", + "dGNoSW5mbxIgCgR0eXBlGAEgASgOMhIuRmVhdHVyZVN3aXRjaFR5cGUSKAoL", + "c3dpdGNoX2xpc3QYAiADKAsyEy5GZWF0dXJlU3dpdGNoUGFyYW0SFQoNaXNf", + "YWxsX2Nsb3NlZBgDIAEoCEIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlBy", + "b3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FeatureSwitchTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.FeatureSwitchParamReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FeatureSwitchParamReflection.Descriptor, global::EggLink.DanhengServer.Proto.FeatureSwitchTypeReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FeatureSwitchInfo), global::EggLink.DanhengServer.Proto.FeatureSwitchInfo.Parser, new[]{ "Type", "SwitchList", "IsAllClosed" }, null, null, null, null) })); @@ -87,7 +87,7 @@ namespace EggLink.DanhengServer.Proto { return new FeatureSwitchInfo(this); } - /// Field number for the "Type" field. + /// Field number for the "type" field. public const int TypeFieldNumber = 1; private global::EggLink.DanhengServer.Proto.FeatureSwitchType type_ = global::EggLink.DanhengServer.Proto.FeatureSwitchType.FeatureSwitchNone; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -99,7 +99,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "SwitchList" field. + /// Field number for the "switch_list" field. public const int SwitchListFieldNumber = 2; private static readonly pb::FieldCodec _repeated_switchList_codec = pb::FieldCodec.ForMessage(18, global::EggLink.DanhengServer.Proto.FeatureSwitchParam.Parser); @@ -110,7 +110,7 @@ namespace EggLink.DanhengServer.Proto { get { return switchList_; } } - /// Field number for the "IsAllClosed" field. + /// Field number for the "is_all_closed" field. public const int IsAllClosedFieldNumber = 3; private bool isAllClosed_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/FeatureSwitchType.cs b/Proto/FeatureSwitchType.cs index 10ae03c6..f99633d6 100644 --- a/Proto/FeatureSwitchType.cs +++ b/Proto/FeatureSwitchType.cs @@ -24,7 +24,7 @@ namespace EggLink.DanhengServer.Proto { static FeatureSwitchTypeReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChdGZWF0dXJlU3dpdGNoVHlwZS5wcm90byrOEQoRRmVhdHVyZVN3aXRjaFR5", + "ChdGZWF0dXJlU3dpdGNoVHlwZS5wcm90byqTEAoRRmVhdHVyZVN3aXRjaFR5", "cGUSFwoTRkVBVFVSRV9TV0lUQ0hfTk9ORRAAEhcKE0ZFQVRVUkVfU1dJVENI", "X1NIT1AQARIeChpGRUFUVVJFX1NXSVRDSF9MSU5FVVBfTkFNRRACEiAKHEZF", "QVRVUkVfU1dJVENIX1JFQ0hBUkdFX1NIT1AQAxIbChdGRUFUVVJFX1NXSVRD", @@ -70,12 +70,8 @@ namespace EggLink.DanhengServer.Proto { "CitGRUFUVVJFX1NXSVRDSF9QUkVfQVZBVEFSX1NFVF9HUk9XVEhfVEFSR0VU", "EDgSKwonRkVBVFVSRV9TV0lUQ0hfSU1QT1JUX1JFTElDX0ZJTFRFUl9QTEFO", "EDoSJAogRkVBVFVSRV9TV0lUQ0hfR0FDSEFfREVDSURFX0lURU0QOxIcChhG", - "RUFUVVJFX1NXSVRDSF9JVEVNX1NZTkMQPBIjCh9GRUFUVVJFX1NXSVRDSF9S", - "RUNIQVJHRV9CRU5FRklUED0SIAocRkVBVFVSRV9TV0lUQ0hfUkVDSEFSR0Vf", - "R0lGVBA+EiUKIUZFQVRVUkVfU1dJVENIX0dBQ0hBX0FWQVRBUl9UT0FTVBBA", - "EiYKIkZFQVRVUkVfU1dJVENIX1JFTElDX1NNQVJUX0RJU0NBUkQQQhIjCh9G", - "RUFUVVJFX1NXSVRDSF9QTEFORVRGRVNfU09DSUFMEENCHqoCG0VnZ0xpbmsu", - "RGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); + "RUFUVVJFX1NXSVRDSF9JVEVNX1NZTkMQPEIeqgIbRWdnTGluay5EYW5oZW5n", + "U2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.FeatureSwitchType), }, null, null)); @@ -144,11 +140,6 @@ namespace EggLink.DanhengServer.Proto { [pbr::OriginalName("FEATURE_SWITCH_IMPORT_RELIC_FILTER_PLAN")] FeatureSwitchImportRelicFilterPlan = 58, [pbr::OriginalName("FEATURE_SWITCH_GACHA_DECIDE_ITEM")] FeatureSwitchGachaDecideItem = 59, [pbr::OriginalName("FEATURE_SWITCH_ITEM_SYNC")] FeatureSwitchItemSync = 60, - [pbr::OriginalName("FEATURE_SWITCH_RECHARGE_BENEFIT")] FeatureSwitchRechargeBenefit = 61, - [pbr::OriginalName("FEATURE_SWITCH_RECHARGE_GIFT")] FeatureSwitchRechargeGift = 62, - [pbr::OriginalName("FEATURE_SWITCH_GACHA_AVATAR_TOAST")] FeatureSwitchGachaAvatarToast = 64, - [pbr::OriginalName("FEATURE_SWITCH_RELIC_SMART_DISCARD")] FeatureSwitchRelicSmartDiscard = 66, - [pbr::OriginalName("FEATURE_SWITCH_PLANETFES_SOCIAL")] FeatureSwitchPlanetfesSocial = 67, } #endregion diff --git a/Proto/FightActivityGroup.cs b/Proto/FightActivityGroup.cs index 103fe9d1..39d61fd7 100644 --- a/Proto/FightActivityGroup.cs +++ b/Proto/FightActivityGroup.cs @@ -24,11 +24,11 @@ namespace EggLink.DanhengServer.Proto { static FightActivityGroupReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChhGaWdodEFjdGl2aXR5R3JvdXAucHJvdG8ihwEKEkZpZ2h0QWN0aXZpdHlH", - "cm91cBIPCgdHcm91cElkGAMgASgNEiAKGFBhc3NlZE1heERpZmZpY3VsdHlM", - "ZXZlbBgFIAEoDRImCh5UYWtlbkRpZmZpY3VsdHlMZXZlbFJld2FyZExpc3QY", - "CSADKA0SFgoORW5kbGVzc01heFdhdmUYCCABKA1CHqoCG0VnZ0xpbmsuRGFu", - "aGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); + "ChhGaWdodEFjdGl2aXR5R3JvdXAucHJvdG8ikQEKEkZpZ2h0QWN0aXZpdHlH", + "cm91cBIQCghncm91cF9pZBgDIAEoDRIjChtwYXNzZWRfbWF4X2RpZmZpY3Vs", + "dHlfbGV2ZWwYBSABKA0SKgoidGFrZW5fZGlmZmljdWx0eV9sZXZlbF9yZXdh", + "cmRfbGlzdBgJIAMoDRIYChBlbmRsZXNzX21heF93YXZlGAggASgNQh6qAhtF", + "Z2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -87,7 +87,7 @@ namespace EggLink.DanhengServer.Proto { return new FightActivityGroup(this); } - /// Field number for the "GroupId" field. + /// Field number for the "group_id" field. public const int GroupIdFieldNumber = 3; private uint groupId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -99,7 +99,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "PassedMaxDifficultyLevel" field. + /// Field number for the "passed_max_difficulty_level" field. public const int PassedMaxDifficultyLevelFieldNumber = 5; private uint passedMaxDifficultyLevel_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -111,7 +111,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "TakenDifficultyLevelRewardList" field. + /// Field number for the "taken_difficulty_level_reward_list" field. public const int TakenDifficultyLevelRewardListFieldNumber = 9; private static readonly pb::FieldCodec _repeated_takenDifficultyLevelRewardList_codec = pb::FieldCodec.ForUInt32(74); @@ -122,7 +122,7 @@ namespace EggLink.DanhengServer.Proto { get { return takenDifficultyLevelRewardList_; } } - /// Field number for the "EndlessMaxWave" field. + /// Field number for the "endless_max_wave" field. public const int EndlessMaxWaveFieldNumber = 8; private uint endlessMaxWave_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/FightFestUpdateCoinNotify.cs b/Proto/FightFestUpdateCoinNotify.cs index bea0e85c..8087efee 100644 --- a/Proto/FightFestUpdateCoinNotify.cs +++ b/Proto/FightFestUpdateCoinNotify.cs @@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto { static FightFestUpdateCoinNotifyReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Ch9GaWdodEZlc3RVcGRhdGVDb2luTm90aWZ5LnByb3RvIikKGUZpZ2h0RmVz", - "dFVwZGF0ZUNvaW5Ob3RpZnkSDAoEY29pbhgHIAEoDUIeqgIbRWdnTGluay5E", - "YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "Ch9GaWdodEZlc3RVcGRhdGVDb2luTm90aWZ5LnByb3RvIi8KGUZpZ2h0RmVz", + "dFVwZGF0ZUNvaW5Ob3RpZnkSEgoKaXRlbV92YWx1ZRgHIAEoDUIeqgIbRWdn", + "TGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FightFestUpdateCoinNotify), global::EggLink.DanhengServer.Proto.FightFestUpdateCoinNotify.Parser, new[]{ "Coin" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FightFestUpdateCoinNotify), global::EggLink.DanhengServer.Proto.FightFestUpdateCoinNotify.Parser, new[]{ "ItemValue" }, null, null, null, null) })); } #endregion @@ -72,7 +72,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public FightFestUpdateCoinNotify(FightFestUpdateCoinNotify other) : this() { - coin_ = other.coin_; + itemValue_ = other.itemValue_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -82,15 +82,15 @@ namespace EggLink.DanhengServer.Proto { return new FightFestUpdateCoinNotify(this); } - /// Field number for the "coin" field. - public const int CoinFieldNumber = 7; - private uint coin_; + /// Field number for the "item_value" field. + public const int ItemValueFieldNumber = 7; + private uint itemValue_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint Coin { - get { return coin_; } + public uint ItemValue { + get { return itemValue_; } set { - coin_ = value; + itemValue_ = value; } } @@ -109,7 +109,7 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (Coin != other.Coin) return false; + if (ItemValue != other.ItemValue) return false; return Equals(_unknownFields, other._unknownFields); } @@ -117,7 +117,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (Coin != 0) hash ^= Coin.GetHashCode(); + if (ItemValue != 0) hash ^= ItemValue.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -136,9 +136,9 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (Coin != 0) { + if (ItemValue != 0) { output.WriteRawTag(56); - output.WriteUInt32(Coin); + output.WriteUInt32(ItemValue); } if (_unknownFields != null) { _unknownFields.WriteTo(output); @@ -150,9 +150,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Coin != 0) { + if (ItemValue != 0) { output.WriteRawTag(56); - output.WriteUInt32(Coin); + output.WriteUInt32(ItemValue); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); @@ -164,8 +164,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (Coin != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Coin); + if (ItemValue != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ItemValue); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); @@ -179,8 +179,8 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - if (other.Coin != 0) { - Coin = other.Coin; + if (other.ItemValue != 0) { + ItemValue = other.ItemValue; } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -198,7 +198,7 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 56: { - Coin = input.ReadUInt32(); + ItemValue = input.ReadUInt32(); break; } } @@ -217,7 +217,7 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 56: { - Coin = input.ReadUInt32(); + ItemValue = input.ReadUInt32(); break; } } diff --git a/Proto/FightMatch3DataScRsp.cs b/Proto/FightMatch3DataScRsp.cs index e1da748f..fef84263 100644 --- a/Proto/FightMatch3DataScRsp.cs +++ b/Proto/FightMatch3DataScRsp.cs @@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto { static FightMatch3DataScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChpGaWdodE1hdGNoM0RhdGFTY1JzcC5wcm90bxoRS0xETUpFTUlNQ04ucHJv", - "dG8aEUNCQkRJT01JRkhELnByb3RvImYKFEZpZ2h0TWF0Y2gzRGF0YVNjUnNw", + "ChpGaWdodE1hdGNoM0RhdGFTY1JzcC5wcm90bxoRQ0JCRElPTUlGSEQucHJv", + "dG8aEUtMRE1KRU1JTUNOLnByb3RvImYKFEZpZ2h0TWF0Y2gzRGF0YVNjUnNw", "EiEKC0xJUEpESlBNT0tCGA4gAygLMgwuQ0JCRElPTUlGSEQSDwoHcmV0Y29k", "ZRgKIAEoDRIaCgRkYXRhGAsgASgLMgwuS0xETUpFTUlNQ05CHqoCG0VnZ0xp", "bmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.KLDMJEMIMCNReflection.Descriptor, global::EggLink.DanhengServer.Proto.CBBDIOMIFHDReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CBBDIOMIFHDReflection.Descriptor, global::EggLink.DanhengServer.Proto.KLDMJEMIMCNReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FightMatch3DataScRsp), global::EggLink.DanhengServer.Proto.FightMatch3DataScRsp.Parser, new[]{ "LIPJDJPMOKB", "Retcode", "Data" }, null, null, null, null) })); diff --git a/Proto/FightMatch3SwapCsReq.cs b/Proto/FightMatch3SwapCsReq.cs index 0753229a..0dedfd62 100644 --- a/Proto/FightMatch3SwapCsReq.cs +++ b/Proto/FightMatch3SwapCsReq.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static FightMatch3SwapCsReqReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChpGaWdodE1hdGNoM1N3YXBDc1JlcS5wcm90bxoRRUdDRERMS0hGRUIucHJv", - "dG8aEUpKQUVQRElIQ05MLnByb3RvIpIBChRGaWdodE1hdGNoM1N3YXBDc1Jl", + "ChpGaWdodE1hdGNoM1N3YXBDc1JlcS5wcm90bxoRSkpBRVBESUhDTkwucHJv", + "dG8aEUVHQ0RETEtIRkVCLnByb3RvIpIBChRGaWdodE1hdGNoM1N3YXBDc1Jl", "cRIhCgtFQ0tLQkxORUxCTRgFIAMoCzIMLkVHQ0RETEtIRkVCEiEKC1BITkxE", "UE9LQktMGAwgASgLMgwuSkpBRVBESUhDTkwSEQoJY3VyX2luZGV4GAMgASgN", "EiEKC0ZFQ0xHTEJGSURIGAkgASgLMgwuSkpBRVBESUhDTkxCHqoCG0VnZ0xp", "bmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EGCDDLKHFEBReflection.Descriptor, global::EggLink.DanhengServer.Proto.JJAEPDIHCNLReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.JJAEPDIHCNLReflection.Descriptor, global::EggLink.DanhengServer.Proto.EGCDDLKHFEBReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FightMatch3SwapCsReq), global::EggLink.DanhengServer.Proto.FightMatch3SwapCsReq.Parser, new[]{ "ECKKBLNELBM", "PHNLDPOKBKL", "CurIndex", "FECLGLBFIDH" }, null, null, null, null) })); diff --git a/Proto/FightRoomDestroyReason.cs b/Proto/FightRoomDestroyReason.cs deleted file mode 100644 index 8e1ea89b..00000000 --- a/Proto/FightRoomDestroyReason.cs +++ /dev/null @@ -1,50 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: FightRoomDestroyReason.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from FightRoomDestroyReason.proto - public static partial class FightRoomDestroyReasonReflection { - - #region Descriptor - /// File descriptor for FightRoomDestroyReason.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static FightRoomDestroyReasonReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChxGaWdodFJvb21EZXN0cm95UmVhc29uLnByb3RvKowBChZGaWdodFJvb21E", - "ZXN0cm95UmVhc29uEiIKHkZJR0hUX1JPT01fREVTVFJPWV9SRUFTT05fTk9O", - "RRAAEiYKIkZJR0hUX1JPT01fREVTVFJPWV9SRUFTT05fU1ZSX1NUT1AQARIm", - "CiJGSUdIVF9ST09NX0RFU1RST1lfUkVBU09OX0dBTUVfRU5EEAJCHqoCG0Vn", - "Z0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.FightRoomDestroyReason), }, null, null)); - } - #endregion - - } - #region Enums - public enum FightRoomDestroyReason { - [pbr::OriginalName("FIGHT_ROOM_DESTROY_REASON_NONE")] None = 0, - [pbr::OriginalName("FIGHT_ROOM_DESTROY_REASON_SVR_STOP")] SvrStop = 1, - [pbr::OriginalName("FIGHT_ROOM_DESTROY_REASON_GAME_END")] GameEnd = 2, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/FinishTutorialGuideScRsp.cs b/Proto/FinishTutorialGuideScRsp.cs index 7e294743..afeb35a3 100644 --- a/Proto/FinishTutorialGuideScRsp.cs +++ b/Proto/FinishTutorialGuideScRsp.cs @@ -25,10 +25,10 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Ch5GaW5pc2hUdXRvcmlhbEd1aWRlU2NSc3AucHJvdG8aDkl0ZW1MaXN0LnBy", - "b3RvGhNUdXRvcmlhbEd1aWRlLnByb3RvIm0KGEZpbmlzaFR1dG9yaWFsR3Vp", - "ZGVTY1JzcBIPCgdSZXRjb2RlGAYgASgNEiUKDVR1dG9yaWFsR3VpZGUYBCAB", - "KAsyDi5UdXRvcmlhbEd1aWRlEhkKBlJld2FyZBgOIAEoCzIJLkl0ZW1MaXN0", - "Qh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "b3RvGhNUdXRvcmlhbEd1aWRlLnByb3RvIm4KGEZpbmlzaFR1dG9yaWFsR3Vp", + "ZGVTY1JzcBIPCgdyZXRjb2RlGAYgASgNEiYKDnR1dG9yaWFsX2d1aWRlGAQg", + "ASgLMg4uVHV0b3JpYWxHdWlkZRIZCgZyZXdhcmQYDiABKAsyCS5JdGVtTGlz", + "dEIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.TutorialGuideReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -86,7 +86,7 @@ namespace EggLink.DanhengServer.Proto { return new FinishTutorialGuideScRsp(this); } - /// Field number for the "Retcode" field. + /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 6; private uint retcode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -98,7 +98,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "TutorialGuide" field. + /// Field number for the "tutorial_guide" field. public const int TutorialGuideFieldNumber = 4; private global::EggLink.DanhengServer.Proto.TutorialGuide tutorialGuide_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -110,7 +110,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Reward" field. + /// Field number for the "reward" field. public const int RewardFieldNumber = 14; private global::EggLink.DanhengServer.Proto.ItemList reward_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/FinishTutorialScRsp.cs b/Proto/FinishTutorialScRsp.cs index 6be4ce24..7ad84d71 100644 --- a/Proto/FinishTutorialScRsp.cs +++ b/Proto/FinishTutorialScRsp.cs @@ -25,8 +25,8 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChlGaW5pc2hUdXRvcmlhbFNjUnNwLnByb3RvGg5UdXRvcmlhbC5wcm90byJD", - "ChNGaW5pc2hUdXRvcmlhbFNjUnNwEhsKCFR1dG9yaWFsGAwgASgLMgkuVHV0", - "b3JpYWwSDwoHUmV0Y29kZRgDIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2Vy", + "ChNGaW5pc2hUdXRvcmlhbFNjUnNwEhsKCHR1dG9yaWFsGAwgASgLMgkuVHV0", + "b3JpYWwSDwoHcmV0Y29kZRgDIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2Vy", "dmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.TutorialReflection.Descriptor, }, @@ -84,7 +84,7 @@ namespace EggLink.DanhengServer.Proto { return new FinishTutorialScRsp(this); } - /// Field number for the "Tutorial" field. + /// Field number for the "tutorial" field. public const int TutorialFieldNumber = 12; private global::EggLink.DanhengServer.Proto.Tutorial tutorial_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -96,7 +96,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Retcode" field. + /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 3; private uint retcode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/FriendSimpleInfo.cs b/Proto/FriendSimpleInfo.cs index d01bba21..cae22a23 100644 --- a/Proto/FriendSimpleInfo.cs +++ b/Proto/FriendSimpleInfo.cs @@ -25,7 +25,7 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChZGcmllbmRTaW1wbGVJbmZvLnByb3RvGhJQbGF5aW5nU3RhdGUucHJvdG8a", - "FlBsYXllclNpbXBsZUluZm8ucHJvdG8aEUhJRUpKQkROQ05ILnByb3RvIsAB", + "EUhJRUpKQkROQ05ILnByb3RvGhZQbGF5ZXJTaW1wbGVJbmZvLnByb3RvIsAB", "ChBGcmllbmRTaW1wbGVJbmZvEiQKDXBsYXlpbmdfc3RhdGUYBSABKA4yDS5Q", "bGF5aW5nU3RhdGUSEwoLcmVtYXJrX25hbWUYCyABKAkSIQoLSUxDSEFKQ0ZG", "QkYYCiABKAsyDC5ISUVKSkJETkNOSBImCgtwbGF5ZXJfaW5mbxgJIAEoCzIR", @@ -33,7 +33,7 @@ namespace EggLink.DanhengServer.Proto { "ZV90aW1lGAIgASgDQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9i", "BnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PlayingStateReflection.Descriptor, global::EggLink.DanhengServer.Proto.PlayerSimpleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.HIEJJBDNCNHReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PlayingStateReflection.Descriptor, global::EggLink.DanhengServer.Proto.HIEJJBDNCNHReflection.Descriptor, global::EggLink.DanhengServer.Proto.PlayerSimpleInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FriendSimpleInfo), global::EggLink.DanhengServer.Proto.FriendSimpleInfo.Parser, new[]{ "PlayingState", "RemarkName", "ILCHAJCFFBF", "PlayerInfo", "IsMarked", "CreateTime" }, null, null, null, null) })); diff --git a/Proto/FuncUnlockIdType.cs b/Proto/FuncUnlockIdType.cs deleted file mode 100644 index 92b7d578..00000000 --- a/Proto/FuncUnlockIdType.cs +++ /dev/null @@ -1,59 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: FuncUnlockIdType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from FuncUnlockIdType.proto - public static partial class FuncUnlockIdTypeReflection { - - #region Descriptor - /// File descriptor for FuncUnlockIdType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static FuncUnlockIdTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChZGdW5jVW5sb2NrSWRUeXBlLnByb3RvKp4CChBGdW5jVW5sb2NrSWRUeXBl", - "EhcKE0ZVTkNfVU5MT0NLX0lEX05PTkUQABIZChRGVU5DX1VOTE9DS19JRF9S", - "RUxJQxCTAxIdChhGVU5DX1VOTE9DS19JRF9SRUxJQ19OVU0QlAMSHQoYRlVO", - "Q19VTkxPQ0tfSURfRVFVSVBNRU5UEJEDEh0KGEZVTkNfVU5MT0NLX0lEX1NL", - "SUxMVFJFRRCSAxIZChRGVU5DX1VOTE9DS19JRF9HQUNIQRD8ERIeChlGVU5D", - "X1VOTE9DS19JRF9FWFBFRElUSU9OEJwYEhsKFkZVTkNfVU5MT0NLX0lEX0NP", - "TVBPU0UQhCASIQocRlVOQ19VTkxPQ0tfSURfRklHSFRBQ1RJVklUWRD0HEIe", - "qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.FuncUnlockIdType), }, null, null)); - } - #endregion - - } - #region Enums - public enum FuncUnlockIdType { - [pbr::OriginalName("FUNC_UNLOCK_ID_NONE")] FuncUnlockIdNone = 0, - [pbr::OriginalName("FUNC_UNLOCK_ID_RELIC")] FuncUnlockIdRelic = 403, - [pbr::OriginalName("FUNC_UNLOCK_ID_RELIC_NUM")] FuncUnlockIdRelicNum = 404, - [pbr::OriginalName("FUNC_UNLOCK_ID_EQUIPMENT")] FuncUnlockIdEquipment = 401, - [pbr::OriginalName("FUNC_UNLOCK_ID_SKILLTREE")] FuncUnlockIdSkilltree = 402, - [pbr::OriginalName("FUNC_UNLOCK_ID_GACHA")] FuncUnlockIdGacha = 2300, - [pbr::OriginalName("FUNC_UNLOCK_ID_EXPEDITION")] FuncUnlockIdExpedition = 3100, - [pbr::OriginalName("FUNC_UNLOCK_ID_COMPOSE")] FuncUnlockIdCompose = 4100, - [pbr::OriginalName("FUNC_UNLOCK_ID_FIGHTACTIVITY")] FuncUnlockIdFightactivity = 3700, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/GBIFOPHFAPB.cs b/Proto/GBIFOPHFAPB.cs deleted file mode 100644 index 4d549397..00000000 --- a/Proto/GBIFOPHFAPB.cs +++ /dev/null @@ -1,262 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: GBIFOPHFAPB.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from GBIFOPHFAPB.proto - public static partial class GBIFOPHFAPBReflection { - - #region Descriptor - /// File descriptor for GBIFOPHFAPB.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static GBIFOPHFAPBReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFHQklGT1BIRkFQQi5wcm90byI3CgtHQklGT1BIRkFQQhITCgtDQkVHTkJL", - "TUhDRBgBIAEoDRITCgtKUEFDT0JHQkRCRxgPIAMoDUIeqgIbRWdnTGluay5E", - "YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GBIFOPHFAPB), global::EggLink.DanhengServer.Proto.GBIFOPHFAPB.Parser, new[]{ "CBEGNBKMHCD", "JPACOBGBDBG" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class GBIFOPHFAPB : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new GBIFOPHFAPB()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.GBIFOPHFAPBReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GBIFOPHFAPB() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GBIFOPHFAPB(GBIFOPHFAPB other) : this() { - cBEGNBKMHCD_ = other.cBEGNBKMHCD_; - jPACOBGBDBG_ = other.jPACOBGBDBG_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GBIFOPHFAPB Clone() { - return new GBIFOPHFAPB(this); - } - - /// Field number for the "CBEGNBKMHCD" field. - public const int CBEGNBKMHCDFieldNumber = 1; - private uint cBEGNBKMHCD_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint CBEGNBKMHCD { - get { return cBEGNBKMHCD_; } - set { - cBEGNBKMHCD_ = value; - } - } - - /// Field number for the "JPACOBGBDBG" field. - public const int JPACOBGBDBGFieldNumber = 15; - private static readonly pb::FieldCodec _repeated_jPACOBGBDBG_codec - = pb::FieldCodec.ForUInt32(122); - private readonly pbc::RepeatedField jPACOBGBDBG_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField JPACOBGBDBG { - get { return jPACOBGBDBG_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as GBIFOPHFAPB); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(GBIFOPHFAPB other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (CBEGNBKMHCD != other.CBEGNBKMHCD) return false; - if(!jPACOBGBDBG_.Equals(other.jPACOBGBDBG_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (CBEGNBKMHCD != 0) hash ^= CBEGNBKMHCD.GetHashCode(); - hash ^= jPACOBGBDBG_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (CBEGNBKMHCD != 0) { - output.WriteRawTag(8); - output.WriteUInt32(CBEGNBKMHCD); - } - jPACOBGBDBG_.WriteTo(output, _repeated_jPACOBGBDBG_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (CBEGNBKMHCD != 0) { - output.WriteRawTag(8); - output.WriteUInt32(CBEGNBKMHCD); - } - jPACOBGBDBG_.WriteTo(ref output, _repeated_jPACOBGBDBG_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (CBEGNBKMHCD != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CBEGNBKMHCD); - } - size += jPACOBGBDBG_.CalculateSize(_repeated_jPACOBGBDBG_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(GBIFOPHFAPB other) { - if (other == null) { - return; - } - if (other.CBEGNBKMHCD != 0) { - CBEGNBKMHCD = other.CBEGNBKMHCD; - } - jPACOBGBDBG_.Add(other.jPACOBGBDBG_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - CBEGNBKMHCD = input.ReadUInt32(); - break; - } - case 122: - case 120: { - jPACOBGBDBG_.AddEntriesFrom(input, _repeated_jPACOBGBDBG_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - CBEGNBKMHCD = input.ReadUInt32(); - break; - } - case 122: - case 120: { - jPACOBGBDBG_.AddEntriesFrom(ref input, _repeated_jPACOBGBDBG_codec); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/GBPHKKMOLMF.cs b/Proto/GBPHKKMOLMF.cs deleted file mode 100644 index ef999d5e..00000000 --- a/Proto/GBPHKKMOLMF.cs +++ /dev/null @@ -1,54 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: GBPHKKMOLMF.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from GBPHKKMOLMF.proto - public static partial class GBPHKKMOLMFReflection { - - #region Descriptor - /// File descriptor for GBPHKKMOLMF.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static GBPHKKMOLMFReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFHQlBIS0tNT0xNRi5wcm90bypuCgtHQlBIS0tNT0xNRhIICgRMRUZUEAAS", - "CQoFUklHSFQQARIGCgJVUBACEggKBERPV04QAxILCgdMRUZUX1VQEAQSDQoJ", - "TEVGVF9ET1dOEAUSDAoIUklHSFRfVVAQBhIOCgpSSUdIVF9ET1dOEAdCHqoC", - "G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.GBPHKKMOLMF), }, null, null)); - } - #endregion - - } - #region Enums - public enum GBPHKKMOLMF { - [pbr::OriginalName("LEFT")] Left = 0, - [pbr::OriginalName("RIGHT")] Right = 1, - [pbr::OriginalName("UP")] Up = 2, - [pbr::OriginalName("DOWN")] Down = 3, - [pbr::OriginalName("LEFT_UP")] LeftUp = 4, - [pbr::OriginalName("LEFT_DOWN")] LeftDown = 5, - [pbr::OriginalName("RIGHT_UP")] RightUp = 6, - [pbr::OriginalName("RIGHT_DOWN")] RightDown = 7, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/GCBAMAELHIC.cs b/Proto/GCBAMAELHIC.cs deleted file mode 100644 index 7115d08a..00000000 --- a/Proto/GCBAMAELHIC.cs +++ /dev/null @@ -1,271 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: GCBAMAELHIC.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from GCBAMAELHIC.proto - public static partial class GCBAMAELHICReflection { - - #region Descriptor - /// File descriptor for GCBAMAELHIC.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static GCBAMAELHICReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFHQ0JBTUFFTEhJQy5wcm90byIpCgtHQ0JBTUFFTEhJQxILCgNrZXkYBCAB", - "KA0SDQoFdmFsdWUYCCABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Q", - "cm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GCBAMAELHIC), global::EggLink.DanhengServer.Proto.GCBAMAELHIC.Parser, new[]{ "Key", "Value" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class GCBAMAELHIC : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new GCBAMAELHIC()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.GCBAMAELHICReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GCBAMAELHIC() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GCBAMAELHIC(GCBAMAELHIC other) : this() { - key_ = other.key_; - value_ = other.value_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GCBAMAELHIC Clone() { - return new GCBAMAELHIC(this); - } - - /// Field number for the "key" field. - public const int KeyFieldNumber = 4; - private uint key_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint Key { - get { return key_; } - set { - key_ = value; - } - } - - /// Field number for the "value" field. - public const int ValueFieldNumber = 8; - private uint value_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint Value { - get { return value_; } - set { - value_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as GCBAMAELHIC); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(GCBAMAELHIC other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Key != other.Key) return false; - if (Value != other.Value) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Key != 0) hash ^= Key.GetHashCode(); - if (Value != 0) hash ^= Value.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Key != 0) { - output.WriteRawTag(32); - output.WriteUInt32(Key); - } - if (Value != 0) { - output.WriteRawTag(64); - output.WriteUInt32(Value); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Key != 0) { - output.WriteRawTag(32); - output.WriteUInt32(Key); - } - if (Value != 0) { - output.WriteRawTag(64); - output.WriteUInt32(Value); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Key != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Key); - } - if (Value != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Value); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(GCBAMAELHIC other) { - if (other == null) { - return; - } - if (other.Key != 0) { - Key = other.Key; - } - if (other.Value != 0) { - Value = other.Value; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 32: { - Key = input.ReadUInt32(); - break; - } - case 64: { - Value = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 32: { - Key = input.ReadUInt32(); - break; - } - case 64: { - Value = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/GCFEHMENONM.cs b/Proto/GCFEHMENONM.cs index 6d922dff..b214ed45 100644 --- a/Proto/GCFEHMENONM.cs +++ b/Proto/GCFEHMENONM.cs @@ -24,18 +24,18 @@ namespace EggLink.DanhengServer.Proto { static GCFEHMENONMReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFHQ0ZFSE1FTk9OTS5wcm90bxoRTkpLRU5OQ0pMQ0YucHJvdG8aEUVNTURF", - "TkpCRlBGLnByb3RvGhFNSUlBSU9ETEVPQS5wcm90bxoRRVBCR0ZCRURBTk0u", - "cHJvdG8izAEKC0dDRkVITUVOT05NEiQKC0lBTUtESkNGTUlCGN4EIAEoCzIM", - "Lk5KS0VOTkNKTENGSAASJAoLTEVFSEFFT0JFQkEYkwsgASgLMgwuTUlJQUlP", - "RExFT0FIABIkCgtPQU9PRk5KR0lESBiiDSABKAsyDC5FTU1ERU5KQkZQRkgA", - "EiQKC1BNTUdPQ0pGRUVKGPMEIAEoCzIMLkVQQkdGQkVEQU5NSAASFgoOcXVl", - "dWVfcG9zaXRpb24YASABKA1CDQoLQUpPQkhCS0xNSklCHqoCG0VnZ0xpbmsu", + "ChFHQ0ZFSE1FTk9OTS5wcm90bxoRRU1NREVOSkJGUEYucHJvdG8aEUVQQkdG", + "QkVEQU5NLnByb3RvGhFNSUlBSU9ETEVPQS5wcm90bxoRTkpLRU5OQ0pMQ0Yu", + "cHJvdG8izAEKC0dDRkVITUVOT05NEhYKDnF1ZXVlX3Bvc2l0aW9uGAEgASgN", + "EiQKC0lBTUtESkNGTUlCGN4EIAEoCzIMLk5KS0VOTkNKTENGSAASJAoLTEVF", + "SEFFT0JFQkEYkwsgASgLMgwuTUlJQUlPRExFT0FIABIkCgtPQU9PRk5KR0lE", + "SBiiDSABKAsyDC5FTU1ERU5KQkZQRkgAEiQKC1BNTUdPQ0pGRUVKGPMEIAEo", + "CzIMLkVQQkdGQkVEQU5NSABCDQoLTEhERkpBSkZIRk9CHqoCG0VnZ0xpbmsu", "RGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.NJKENNCJLCFReflection.Descriptor, global::EggLink.DanhengServer.Proto.EMMDENJBFPFReflection.Descriptor, global::EggLink.DanhengServer.Proto.MIIAIODLEOAReflection.Descriptor, global::EggLink.DanhengServer.Proto.EPBGFBEDANMReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EMMDENJBFPFReflection.Descriptor, global::EggLink.DanhengServer.Proto.EPBGFBEDANMReflection.Descriptor, global::EggLink.DanhengServer.Proto.MIIAIODLEOAReflection.Descriptor, global::EggLink.DanhengServer.Proto.NJKENNCJLCFReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GCFEHMENONM), global::EggLink.DanhengServer.Proto.GCFEHMENONM.Parser, new[]{ "IAMKDJCFMIB", "LEEHAEOBEBA", "OAOOFNJGIDH", "PMMGOCJFEEJ", "QueuePosition" }, new[]{ "AJOBHBKLMJI" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GCFEHMENONM), global::EggLink.DanhengServer.Proto.GCFEHMENONM.Parser, new[]{ "QueuePosition", "IAMKDJCFMIB", "LEEHAEOBEBA", "OAOOFNJGIDH", "PMMGOCJFEEJ" }, new[]{ "LHDFJAJFHFO" }, null, null, null) })); } #endregion @@ -78,17 +78,17 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public GCFEHMENONM(GCFEHMENONM other) : this() { queuePosition_ = other.queuePosition_; - switch (other.AJOBHBKLMJICase) { - case AJOBHBKLMJIOneofCase.IAMKDJCFMIB: + switch (other.LHDFJAJFHFOCase) { + case LHDFJAJFHFOOneofCase.IAMKDJCFMIB: IAMKDJCFMIB = other.IAMKDJCFMIB.Clone(); break; - case AJOBHBKLMJIOneofCase.LEEHAEOBEBA: + case LHDFJAJFHFOOneofCase.LEEHAEOBEBA: LEEHAEOBEBA = other.LEEHAEOBEBA.Clone(); break; - case AJOBHBKLMJIOneofCase.OAOOFNJGIDH: + case LHDFJAJFHFOOneofCase.OAOOFNJGIDH: OAOOFNJGIDH = other.OAOOFNJGIDH.Clone(); break; - case AJOBHBKLMJIOneofCase.PMMGOCJFEEJ: + case LHDFJAJFHFOOneofCase.PMMGOCJFEEJ: PMMGOCJFEEJ = other.PMMGOCJFEEJ.Clone(); break; } @@ -102,54 +102,6 @@ namespace EggLink.DanhengServer.Proto { return new GCFEHMENONM(this); } - /// Field number for the "IAMKDJCFMIB" field. - public const int IAMKDJCFMIBFieldNumber = 606; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.NJKENNCJLCF IAMKDJCFMIB { - get { return aJOBHBKLMJICase_ == AJOBHBKLMJIOneofCase.IAMKDJCFMIB ? (global::EggLink.DanhengServer.Proto.NJKENNCJLCF) aJOBHBKLMJI_ : null; } - set { - aJOBHBKLMJI_ = value; - aJOBHBKLMJICase_ = value == null ? AJOBHBKLMJIOneofCase.None : AJOBHBKLMJIOneofCase.IAMKDJCFMIB; - } - } - - /// Field number for the "LEEHAEOBEBA" field. - public const int LEEHAEOBEBAFieldNumber = 1427; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.MIIAIODLEOA LEEHAEOBEBA { - get { return aJOBHBKLMJICase_ == AJOBHBKLMJIOneofCase.LEEHAEOBEBA ? (global::EggLink.DanhengServer.Proto.MIIAIODLEOA) aJOBHBKLMJI_ : null; } - set { - aJOBHBKLMJI_ = value; - aJOBHBKLMJICase_ = value == null ? AJOBHBKLMJIOneofCase.None : AJOBHBKLMJIOneofCase.LEEHAEOBEBA; - } - } - - /// Field number for the "OAOOFNJGIDH" field. - public const int OAOOFNJGIDHFieldNumber = 1698; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.EMMDENJBFPF OAOOFNJGIDH { - get { return aJOBHBKLMJICase_ == AJOBHBKLMJIOneofCase.OAOOFNJGIDH ? (global::EggLink.DanhengServer.Proto.EMMDENJBFPF) aJOBHBKLMJI_ : null; } - set { - aJOBHBKLMJI_ = value; - aJOBHBKLMJICase_ = value == null ? AJOBHBKLMJIOneofCase.None : AJOBHBKLMJIOneofCase.OAOOFNJGIDH; - } - } - - /// Field number for the "PMMGOCJFEEJ" field. - public const int PMMGOCJFEEJFieldNumber = 627; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.EPBGFBEDANM PMMGOCJFEEJ { - get { return aJOBHBKLMJICase_ == AJOBHBKLMJIOneofCase.PMMGOCJFEEJ ? (global::EggLink.DanhengServer.Proto.EPBGFBEDANM) aJOBHBKLMJI_ : null; } - set { - aJOBHBKLMJI_ = value; - aJOBHBKLMJICase_ = value == null ? AJOBHBKLMJIOneofCase.None : AJOBHBKLMJIOneofCase.PMMGOCJFEEJ; - } - } - /// Field number for the "queue_position" field. public const int QueuePositionFieldNumber = 1; private uint queuePosition_; @@ -162,27 +114,75 @@ namespace EggLink.DanhengServer.Proto { } } - private object aJOBHBKLMJI_; - /// Enum of possible cases for the "AJOBHBKLMJI" oneof. - public enum AJOBHBKLMJIOneofCase { + /// Field number for the "IAMKDJCFMIB" field. + public const int IAMKDJCFMIBFieldNumber = 606; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.NJKENNCJLCF IAMKDJCFMIB { + get { return lHDFJAJFHFOCase_ == LHDFJAJFHFOOneofCase.IAMKDJCFMIB ? (global::EggLink.DanhengServer.Proto.NJKENNCJLCF) lHDFJAJFHFO_ : null; } + set { + lHDFJAJFHFO_ = value; + lHDFJAJFHFOCase_ = value == null ? LHDFJAJFHFOOneofCase.None : LHDFJAJFHFOOneofCase.IAMKDJCFMIB; + } + } + + /// Field number for the "LEEHAEOBEBA" field. + public const int LEEHAEOBEBAFieldNumber = 1427; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.MIIAIODLEOA LEEHAEOBEBA { + get { return lHDFJAJFHFOCase_ == LHDFJAJFHFOOneofCase.LEEHAEOBEBA ? (global::EggLink.DanhengServer.Proto.MIIAIODLEOA) lHDFJAJFHFO_ : null; } + set { + lHDFJAJFHFO_ = value; + lHDFJAJFHFOCase_ = value == null ? LHDFJAJFHFOOneofCase.None : LHDFJAJFHFOOneofCase.LEEHAEOBEBA; + } + } + + /// Field number for the "OAOOFNJGIDH" field. + public const int OAOOFNJGIDHFieldNumber = 1698; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.EMMDENJBFPF OAOOFNJGIDH { + get { return lHDFJAJFHFOCase_ == LHDFJAJFHFOOneofCase.OAOOFNJGIDH ? (global::EggLink.DanhengServer.Proto.EMMDENJBFPF) lHDFJAJFHFO_ : null; } + set { + lHDFJAJFHFO_ = value; + lHDFJAJFHFOCase_ = value == null ? LHDFJAJFHFOOneofCase.None : LHDFJAJFHFOOneofCase.OAOOFNJGIDH; + } + } + + /// Field number for the "PMMGOCJFEEJ" field. + public const int PMMGOCJFEEJFieldNumber = 627; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.EPBGFBEDANM PMMGOCJFEEJ { + get { return lHDFJAJFHFOCase_ == LHDFJAJFHFOOneofCase.PMMGOCJFEEJ ? (global::EggLink.DanhengServer.Proto.EPBGFBEDANM) lHDFJAJFHFO_ : null; } + set { + lHDFJAJFHFO_ = value; + lHDFJAJFHFOCase_ = value == null ? LHDFJAJFHFOOneofCase.None : LHDFJAJFHFOOneofCase.PMMGOCJFEEJ; + } + } + + private object lHDFJAJFHFO_; + /// Enum of possible cases for the "LHDFJAJFHFO" oneof. + public enum LHDFJAJFHFOOneofCase { None = 0, IAMKDJCFMIB = 606, LEEHAEOBEBA = 1427, OAOOFNJGIDH = 1698, PMMGOCJFEEJ = 627, } - private AJOBHBKLMJIOneofCase aJOBHBKLMJICase_ = AJOBHBKLMJIOneofCase.None; + private LHDFJAJFHFOOneofCase lHDFJAJFHFOCase_ = LHDFJAJFHFOOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public AJOBHBKLMJIOneofCase AJOBHBKLMJICase { - get { return aJOBHBKLMJICase_; } + public LHDFJAJFHFOOneofCase LHDFJAJFHFOCase { + get { return lHDFJAJFHFOCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearAJOBHBKLMJI() { - aJOBHBKLMJICase_ = AJOBHBKLMJIOneofCase.None; - aJOBHBKLMJI_ = null; + public void ClearLHDFJAJFHFO() { + lHDFJAJFHFOCase_ = LHDFJAJFHFOOneofCase.None; + lHDFJAJFHFO_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -200,12 +200,12 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } + if (QueuePosition != other.QueuePosition) return false; if (!object.Equals(IAMKDJCFMIB, other.IAMKDJCFMIB)) return false; if (!object.Equals(LEEHAEOBEBA, other.LEEHAEOBEBA)) return false; if (!object.Equals(OAOOFNJGIDH, other.OAOOFNJGIDH)) return false; if (!object.Equals(PMMGOCJFEEJ, other.PMMGOCJFEEJ)) return false; - if (QueuePosition != other.QueuePosition) return false; - if (AJOBHBKLMJICase != other.AJOBHBKLMJICase) return false; + if (LHDFJAJFHFOCase != other.LHDFJAJFHFOCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -213,12 +213,12 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (aJOBHBKLMJICase_ == AJOBHBKLMJIOneofCase.IAMKDJCFMIB) hash ^= IAMKDJCFMIB.GetHashCode(); - if (aJOBHBKLMJICase_ == AJOBHBKLMJIOneofCase.LEEHAEOBEBA) hash ^= LEEHAEOBEBA.GetHashCode(); - if (aJOBHBKLMJICase_ == AJOBHBKLMJIOneofCase.OAOOFNJGIDH) hash ^= OAOOFNJGIDH.GetHashCode(); - if (aJOBHBKLMJICase_ == AJOBHBKLMJIOneofCase.PMMGOCJFEEJ) hash ^= PMMGOCJFEEJ.GetHashCode(); if (QueuePosition != 0) hash ^= QueuePosition.GetHashCode(); - hash ^= (int) aJOBHBKLMJICase_; + if (lHDFJAJFHFOCase_ == LHDFJAJFHFOOneofCase.IAMKDJCFMIB) hash ^= IAMKDJCFMIB.GetHashCode(); + if (lHDFJAJFHFOCase_ == LHDFJAJFHFOOneofCase.LEEHAEOBEBA) hash ^= LEEHAEOBEBA.GetHashCode(); + if (lHDFJAJFHFOCase_ == LHDFJAJFHFOOneofCase.OAOOFNJGIDH) hash ^= OAOOFNJGIDH.GetHashCode(); + if (lHDFJAJFHFOCase_ == LHDFJAJFHFOOneofCase.PMMGOCJFEEJ) hash ^= PMMGOCJFEEJ.GetHashCode(); + hash ^= (int) lHDFJAJFHFOCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -241,19 +241,19 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(8); output.WriteUInt32(QueuePosition); } - if (aJOBHBKLMJICase_ == AJOBHBKLMJIOneofCase.IAMKDJCFMIB) { + if (lHDFJAJFHFOCase_ == LHDFJAJFHFOOneofCase.IAMKDJCFMIB) { output.WriteRawTag(242, 37); output.WriteMessage(IAMKDJCFMIB); } - if (aJOBHBKLMJICase_ == AJOBHBKLMJIOneofCase.PMMGOCJFEEJ) { + if (lHDFJAJFHFOCase_ == LHDFJAJFHFOOneofCase.PMMGOCJFEEJ) { output.WriteRawTag(154, 39); output.WriteMessage(PMMGOCJFEEJ); } - if (aJOBHBKLMJICase_ == AJOBHBKLMJIOneofCase.LEEHAEOBEBA) { + if (lHDFJAJFHFOCase_ == LHDFJAJFHFOOneofCase.LEEHAEOBEBA) { output.WriteRawTag(154, 89); output.WriteMessage(LEEHAEOBEBA); } - if (aJOBHBKLMJICase_ == AJOBHBKLMJIOneofCase.OAOOFNJGIDH) { + if (lHDFJAJFHFOCase_ == LHDFJAJFHFOOneofCase.OAOOFNJGIDH) { output.WriteRawTag(146, 106); output.WriteMessage(OAOOFNJGIDH); } @@ -271,19 +271,19 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(8); output.WriteUInt32(QueuePosition); } - if (aJOBHBKLMJICase_ == AJOBHBKLMJIOneofCase.IAMKDJCFMIB) { + if (lHDFJAJFHFOCase_ == LHDFJAJFHFOOneofCase.IAMKDJCFMIB) { output.WriteRawTag(242, 37); output.WriteMessage(IAMKDJCFMIB); } - if (aJOBHBKLMJICase_ == AJOBHBKLMJIOneofCase.PMMGOCJFEEJ) { + if (lHDFJAJFHFOCase_ == LHDFJAJFHFOOneofCase.PMMGOCJFEEJ) { output.WriteRawTag(154, 39); output.WriteMessage(PMMGOCJFEEJ); } - if (aJOBHBKLMJICase_ == AJOBHBKLMJIOneofCase.LEEHAEOBEBA) { + if (lHDFJAJFHFOCase_ == LHDFJAJFHFOOneofCase.LEEHAEOBEBA) { output.WriteRawTag(154, 89); output.WriteMessage(LEEHAEOBEBA); } - if (aJOBHBKLMJICase_ == AJOBHBKLMJIOneofCase.OAOOFNJGIDH) { + if (lHDFJAJFHFOCase_ == LHDFJAJFHFOOneofCase.OAOOFNJGIDH) { output.WriteRawTag(146, 106); output.WriteMessage(OAOOFNJGIDH); } @@ -297,21 +297,21 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (aJOBHBKLMJICase_ == AJOBHBKLMJIOneofCase.IAMKDJCFMIB) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(IAMKDJCFMIB); - } - if (aJOBHBKLMJICase_ == AJOBHBKLMJIOneofCase.LEEHAEOBEBA) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(LEEHAEOBEBA); - } - if (aJOBHBKLMJICase_ == AJOBHBKLMJIOneofCase.OAOOFNJGIDH) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(OAOOFNJGIDH); - } - if (aJOBHBKLMJICase_ == AJOBHBKLMJIOneofCase.PMMGOCJFEEJ) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(PMMGOCJFEEJ); - } if (QueuePosition != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(QueuePosition); } + if (lHDFJAJFHFOCase_ == LHDFJAJFHFOOneofCase.IAMKDJCFMIB) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(IAMKDJCFMIB); + } + if (lHDFJAJFHFOCase_ == LHDFJAJFHFOOneofCase.LEEHAEOBEBA) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(LEEHAEOBEBA); + } + if (lHDFJAJFHFOCase_ == LHDFJAJFHFOOneofCase.OAOOFNJGIDH) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(OAOOFNJGIDH); + } + if (lHDFJAJFHFOCase_ == LHDFJAJFHFOOneofCase.PMMGOCJFEEJ) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(PMMGOCJFEEJ); + } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -327,26 +327,26 @@ namespace EggLink.DanhengServer.Proto { if (other.QueuePosition != 0) { QueuePosition = other.QueuePosition; } - switch (other.AJOBHBKLMJICase) { - case AJOBHBKLMJIOneofCase.IAMKDJCFMIB: + switch (other.LHDFJAJFHFOCase) { + case LHDFJAJFHFOOneofCase.IAMKDJCFMIB: if (IAMKDJCFMIB == null) { IAMKDJCFMIB = new global::EggLink.DanhengServer.Proto.NJKENNCJLCF(); } IAMKDJCFMIB.MergeFrom(other.IAMKDJCFMIB); break; - case AJOBHBKLMJIOneofCase.LEEHAEOBEBA: + case LHDFJAJFHFOOneofCase.LEEHAEOBEBA: if (LEEHAEOBEBA == null) { LEEHAEOBEBA = new global::EggLink.DanhengServer.Proto.MIIAIODLEOA(); } LEEHAEOBEBA.MergeFrom(other.LEEHAEOBEBA); break; - case AJOBHBKLMJIOneofCase.OAOOFNJGIDH: + case LHDFJAJFHFOOneofCase.OAOOFNJGIDH: if (OAOOFNJGIDH == null) { OAOOFNJGIDH = new global::EggLink.DanhengServer.Proto.EMMDENJBFPF(); } OAOOFNJGIDH.MergeFrom(other.OAOOFNJGIDH); break; - case AJOBHBKLMJIOneofCase.PMMGOCJFEEJ: + case LHDFJAJFHFOOneofCase.PMMGOCJFEEJ: if (PMMGOCJFEEJ == null) { PMMGOCJFEEJ = new global::EggLink.DanhengServer.Proto.EPBGFBEDANM(); } @@ -375,7 +375,7 @@ namespace EggLink.DanhengServer.Proto { } case 4850: { global::EggLink.DanhengServer.Proto.NJKENNCJLCF subBuilder = new global::EggLink.DanhengServer.Proto.NJKENNCJLCF(); - if (aJOBHBKLMJICase_ == AJOBHBKLMJIOneofCase.IAMKDJCFMIB) { + if (lHDFJAJFHFOCase_ == LHDFJAJFHFOOneofCase.IAMKDJCFMIB) { subBuilder.MergeFrom(IAMKDJCFMIB); } input.ReadMessage(subBuilder); @@ -384,7 +384,7 @@ namespace EggLink.DanhengServer.Proto { } case 5018: { global::EggLink.DanhengServer.Proto.EPBGFBEDANM subBuilder = new global::EggLink.DanhengServer.Proto.EPBGFBEDANM(); - if (aJOBHBKLMJICase_ == AJOBHBKLMJIOneofCase.PMMGOCJFEEJ) { + if (lHDFJAJFHFOCase_ == LHDFJAJFHFOOneofCase.PMMGOCJFEEJ) { subBuilder.MergeFrom(PMMGOCJFEEJ); } input.ReadMessage(subBuilder); @@ -393,7 +393,7 @@ namespace EggLink.DanhengServer.Proto { } case 11418: { global::EggLink.DanhengServer.Proto.MIIAIODLEOA subBuilder = new global::EggLink.DanhengServer.Proto.MIIAIODLEOA(); - if (aJOBHBKLMJICase_ == AJOBHBKLMJIOneofCase.LEEHAEOBEBA) { + if (lHDFJAJFHFOCase_ == LHDFJAJFHFOOneofCase.LEEHAEOBEBA) { subBuilder.MergeFrom(LEEHAEOBEBA); } input.ReadMessage(subBuilder); @@ -402,7 +402,7 @@ namespace EggLink.DanhengServer.Proto { } case 13586: { global::EggLink.DanhengServer.Proto.EMMDENJBFPF subBuilder = new global::EggLink.DanhengServer.Proto.EMMDENJBFPF(); - if (aJOBHBKLMJICase_ == AJOBHBKLMJIOneofCase.OAOOFNJGIDH) { + if (lHDFJAJFHFOCase_ == LHDFJAJFHFOOneofCase.OAOOFNJGIDH) { subBuilder.MergeFrom(OAOOFNJGIDH); } input.ReadMessage(subBuilder); @@ -430,7 +430,7 @@ namespace EggLink.DanhengServer.Proto { } case 4850: { global::EggLink.DanhengServer.Proto.NJKENNCJLCF subBuilder = new global::EggLink.DanhengServer.Proto.NJKENNCJLCF(); - if (aJOBHBKLMJICase_ == AJOBHBKLMJIOneofCase.IAMKDJCFMIB) { + if (lHDFJAJFHFOCase_ == LHDFJAJFHFOOneofCase.IAMKDJCFMIB) { subBuilder.MergeFrom(IAMKDJCFMIB); } input.ReadMessage(subBuilder); @@ -439,7 +439,7 @@ namespace EggLink.DanhengServer.Proto { } case 5018: { global::EggLink.DanhengServer.Proto.EPBGFBEDANM subBuilder = new global::EggLink.DanhengServer.Proto.EPBGFBEDANM(); - if (aJOBHBKLMJICase_ == AJOBHBKLMJIOneofCase.PMMGOCJFEEJ) { + if (lHDFJAJFHFOCase_ == LHDFJAJFHFOOneofCase.PMMGOCJFEEJ) { subBuilder.MergeFrom(PMMGOCJFEEJ); } input.ReadMessage(subBuilder); @@ -448,7 +448,7 @@ namespace EggLink.DanhengServer.Proto { } case 11418: { global::EggLink.DanhengServer.Proto.MIIAIODLEOA subBuilder = new global::EggLink.DanhengServer.Proto.MIIAIODLEOA(); - if (aJOBHBKLMJICase_ == AJOBHBKLMJIOneofCase.LEEHAEOBEBA) { + if (lHDFJAJFHFOCase_ == LHDFJAJFHFOOneofCase.LEEHAEOBEBA) { subBuilder.MergeFrom(LEEHAEOBEBA); } input.ReadMessage(subBuilder); @@ -457,7 +457,7 @@ namespace EggLink.DanhengServer.Proto { } case 13586: { global::EggLink.DanhengServer.Proto.EMMDENJBFPF subBuilder = new global::EggLink.DanhengServer.Proto.EMMDENJBFPF(); - if (aJOBHBKLMJICase_ == AJOBHBKLMJIOneofCase.OAOOFNJGIDH) { + if (lHDFJAJFHFOCase_ == LHDFJAJFHFOOneofCase.OAOOFNJGIDH) { subBuilder.MergeFrom(OAOOFNJGIDH); } input.ReadMessage(subBuilder); diff --git a/Proto/GEJHDKJNCLP.cs b/Proto/GEJHDKJNCLP.cs deleted file mode 100644 index 439caafb..00000000 --- a/Proto/GEJHDKJNCLP.cs +++ /dev/null @@ -1,50 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: GEJHDKJNCLP.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from GEJHDKJNCLP.proto - public static partial class GEJHDKJNCLPReflection { - - #region Descriptor - /// File descriptor for GEJHDKJNCLP.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static GEJHDKJNCLPReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFHRUpIREtKTkNMUC5wcm90byp+CgtHRUpIREtKTkNMUBIfChtQTEFORVRf", - "RkVTX01TR19DT05URU5UX05PTkUQABIkCiBQTEFORVRfRkVTX01TR19DT05U", - "RU5UX0FQUExZX1JFURABEigKJFBMQU5FVF9GRVNfTVNHX0NPTlRFTlRfUElF", - "Q0VfT0ZGRVJFRBACQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9i", - "BnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.GEJHDKJNCLP), }, null, null)); - } - #endregion - - } - #region Enums - public enum GEJHDKJNCLP { - [pbr::OriginalName("PLANET_FES_MSG_CONTENT_NONE")] PlanetFesMsgContentNone = 0, - [pbr::OriginalName("PLANET_FES_MSG_CONTENT_APPLY_REQ")] PlanetFesMsgContentApplyReq = 1, - [pbr::OriginalName("PLANET_FES_MSG_CONTENT_PIECE_OFFERED")] PlanetFesMsgContentPieceOffered = 2, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/GEMEBEBMIAH.cs b/Proto/GEMEBEBMIAH.cs deleted file mode 100644 index 796fe707..00000000 --- a/Proto/GEMEBEBMIAH.cs +++ /dev/null @@ -1,223 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: GEMEBEBMIAH.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from GEMEBEBMIAH.proto - public static partial class GEMEBEBMIAHReflection { - - #region Descriptor - /// File descriptor for GEMEBEBMIAH.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static GEMEBEBMIAHReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFHRU1FQkVCTUlBSC5wcm90bxoRQUtPS0lDRFBGTVAucHJvdG8iMAoLR0VN", - "RUJFQk1JQUgSIQoLTE5ESUdIRUlITE4YCiADKAsyDC5BS09LSUNEUEZNUEIe", - "qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AKOKICDPFMPReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GEMEBEBMIAH), global::EggLink.DanhengServer.Proto.GEMEBEBMIAH.Parser, new[]{ "LNDIGHEIHLN" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class GEMEBEBMIAH : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new GEMEBEBMIAH()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.GEMEBEBMIAHReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GEMEBEBMIAH() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GEMEBEBMIAH(GEMEBEBMIAH other) : this() { - lNDIGHEIHLN_ = other.lNDIGHEIHLN_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GEMEBEBMIAH Clone() { - return new GEMEBEBMIAH(this); - } - - /// Field number for the "LNDIGHEIHLN" field. - public const int LNDIGHEIHLNFieldNumber = 10; - private static readonly pb::FieldCodec _repeated_lNDIGHEIHLN_codec - = pb::FieldCodec.ForMessage(82, global::EggLink.DanhengServer.Proto.AKOKICDPFMP.Parser); - private readonly pbc::RepeatedField lNDIGHEIHLN_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField LNDIGHEIHLN { - get { return lNDIGHEIHLN_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as GEMEBEBMIAH); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(GEMEBEBMIAH other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if(!lNDIGHEIHLN_.Equals(other.lNDIGHEIHLN_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - hash ^= lNDIGHEIHLN_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - lNDIGHEIHLN_.WriteTo(output, _repeated_lNDIGHEIHLN_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - lNDIGHEIHLN_.WriteTo(ref output, _repeated_lNDIGHEIHLN_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - size += lNDIGHEIHLN_.CalculateSize(_repeated_lNDIGHEIHLN_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(GEMEBEBMIAH other) { - if (other == null) { - return; - } - lNDIGHEIHLN_.Add(other.lNDIGHEIHLN_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 82: { - lNDIGHEIHLN_.AddEntriesFrom(input, _repeated_lNDIGHEIHLN_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 82: { - lNDIGHEIHLN_.AddEntriesFrom(ref input, _repeated_lNDIGHEIHLN_codec); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/GFGDODHMBPK.cs b/Proto/GFGDODHMBPK.cs deleted file mode 100644 index 169b90be..00000000 --- a/Proto/GFGDODHMBPK.cs +++ /dev/null @@ -1,234 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: GFGDODHMBPK.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from GFGDODHMBPK.proto - public static partial class GFGDODHMBPKReflection { - - #region Descriptor - /// File descriptor for GFGDODHMBPK.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static GFGDODHMBPKReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFHRkdET0RITUJQSy5wcm90byIiCgtHRkdET0RITUJQSxITCgtLT0tQQ0VB", - "TUFCQxgLIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", - "cm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GFGDODHMBPK), global::EggLink.DanhengServer.Proto.GFGDODHMBPK.Parser, new[]{ "KOKPCEAMABC" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class GFGDODHMBPK : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new GFGDODHMBPK()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.GFGDODHMBPKReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GFGDODHMBPK() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GFGDODHMBPK(GFGDODHMBPK other) : this() { - kOKPCEAMABC_ = other.kOKPCEAMABC_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GFGDODHMBPK Clone() { - return new GFGDODHMBPK(this); - } - - /// Field number for the "KOKPCEAMABC" field. - public const int KOKPCEAMABCFieldNumber = 11; - private uint kOKPCEAMABC_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint KOKPCEAMABC { - get { return kOKPCEAMABC_; } - set { - kOKPCEAMABC_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as GFGDODHMBPK); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(GFGDODHMBPK other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (KOKPCEAMABC != other.KOKPCEAMABC) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (KOKPCEAMABC != 0) hash ^= KOKPCEAMABC.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (KOKPCEAMABC != 0) { - output.WriteRawTag(88); - output.WriteUInt32(KOKPCEAMABC); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (KOKPCEAMABC != 0) { - output.WriteRawTag(88); - output.WriteUInt32(KOKPCEAMABC); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (KOKPCEAMABC != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KOKPCEAMABC); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(GFGDODHMBPK other) { - if (other == null) { - return; - } - if (other.KOKPCEAMABC != 0) { - KOKPCEAMABC = other.KOKPCEAMABC; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 88: { - KOKPCEAMABC = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 88: { - KOKPCEAMABC = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/GGHFIJKPFLN.cs b/Proto/GGHFIJKPFLN.cs deleted file mode 100644 index cb4fbed1..00000000 --- a/Proto/GGHFIJKPFLN.cs +++ /dev/null @@ -1,345 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: GGHFIJKPFLN.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from GGHFIJKPFLN.proto - public static partial class GGHFIJKPFLNReflection { - - #region Descriptor - /// File descriptor for GGHFIJKPFLN.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static GGHFIJKPFLNReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFHR0hGSUpLUEZMTi5wcm90bxoOSXRlbUxpc3QucHJvdG8aGVJvZ3VlRGlh", - "bG9ndWVSZXN1bHQucHJvdG8ifgoLR0dIRklKS1BGTE4SIAoLSkRJSktFR0NJ", - "QlAYBSABKAsyCS5JdGVtTGlzdEgAEikKC0JQTE1QTUVGRUFNGAogASgOMhQu", - "Um9ndWVEaWFsb2d1ZVJlc3VsdBITCgtKSkVBTE9FTU1LSxgNIAMoDUINCgtD", - "Q1BGQUJBTkNOTkIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", - "cm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueDialogueResultReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GGHFIJKPFLN), global::EggLink.DanhengServer.Proto.GGHFIJKPFLN.Parser, new[]{ "JDIJKEGCIBP", "BPLMPMEFEAM", "JJEALOEMMKK" }, new[]{ "CCPFABANCNN" }, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class GGHFIJKPFLN : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new GGHFIJKPFLN()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.GGHFIJKPFLNReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GGHFIJKPFLN() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GGHFIJKPFLN(GGHFIJKPFLN other) : this() { - bPLMPMEFEAM_ = other.bPLMPMEFEAM_; - jJEALOEMMKK_ = other.jJEALOEMMKK_.Clone(); - switch (other.CCPFABANCNNCase) { - case CCPFABANCNNOneofCase.JDIJKEGCIBP: - JDIJKEGCIBP = other.JDIJKEGCIBP.Clone(); - break; - } - - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GGHFIJKPFLN Clone() { - return new GGHFIJKPFLN(this); - } - - /// Field number for the "JDIJKEGCIBP" field. - public const int JDIJKEGCIBPFieldNumber = 5; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.ItemList JDIJKEGCIBP { - get { return cCPFABANCNNCase_ == CCPFABANCNNOneofCase.JDIJKEGCIBP ? (global::EggLink.DanhengServer.Proto.ItemList) cCPFABANCNN_ : null; } - set { - cCPFABANCNN_ = value; - cCPFABANCNNCase_ = value == null ? CCPFABANCNNOneofCase.None : CCPFABANCNNOneofCase.JDIJKEGCIBP; - } - } - - /// Field number for the "BPLMPMEFEAM" field. - public const int BPLMPMEFEAMFieldNumber = 10; - private global::EggLink.DanhengServer.Proto.RogueDialogueResult bPLMPMEFEAM_ = global::EggLink.DanhengServer.Proto.RogueDialogueResult.Succ; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.RogueDialogueResult BPLMPMEFEAM { - get { return bPLMPMEFEAM_; } - set { - bPLMPMEFEAM_ = value; - } - } - - /// Field number for the "JJEALOEMMKK" field. - public const int JJEALOEMMKKFieldNumber = 13; - private static readonly pb::FieldCodec _repeated_jJEALOEMMKK_codec - = pb::FieldCodec.ForUInt32(106); - private readonly pbc::RepeatedField jJEALOEMMKK_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField JJEALOEMMKK { - get { return jJEALOEMMKK_; } - } - - private object cCPFABANCNN_; - /// Enum of possible cases for the "CCPFABANCNN" oneof. - public enum CCPFABANCNNOneofCase { - None = 0, - JDIJKEGCIBP = 5, - } - private CCPFABANCNNOneofCase cCPFABANCNNCase_ = CCPFABANCNNOneofCase.None; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CCPFABANCNNOneofCase CCPFABANCNNCase { - get { return cCPFABANCNNCase_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearCCPFABANCNN() { - cCPFABANCNNCase_ = CCPFABANCNNOneofCase.None; - cCPFABANCNN_ = null; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as GGHFIJKPFLN); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(GGHFIJKPFLN other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (!object.Equals(JDIJKEGCIBP, other.JDIJKEGCIBP)) return false; - if (BPLMPMEFEAM != other.BPLMPMEFEAM) return false; - if(!jJEALOEMMKK_.Equals(other.jJEALOEMMKK_)) return false; - if (CCPFABANCNNCase != other.CCPFABANCNNCase) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (cCPFABANCNNCase_ == CCPFABANCNNOneofCase.JDIJKEGCIBP) hash ^= JDIJKEGCIBP.GetHashCode(); - if (BPLMPMEFEAM != global::EggLink.DanhengServer.Proto.RogueDialogueResult.Succ) hash ^= BPLMPMEFEAM.GetHashCode(); - hash ^= jJEALOEMMKK_.GetHashCode(); - hash ^= (int) cCPFABANCNNCase_; - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (cCPFABANCNNCase_ == CCPFABANCNNOneofCase.JDIJKEGCIBP) { - output.WriteRawTag(42); - output.WriteMessage(JDIJKEGCIBP); - } - if (BPLMPMEFEAM != global::EggLink.DanhengServer.Proto.RogueDialogueResult.Succ) { - output.WriteRawTag(80); - output.WriteEnum((int) BPLMPMEFEAM); - } - jJEALOEMMKK_.WriteTo(output, _repeated_jJEALOEMMKK_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (cCPFABANCNNCase_ == CCPFABANCNNOneofCase.JDIJKEGCIBP) { - output.WriteRawTag(42); - output.WriteMessage(JDIJKEGCIBP); - } - if (BPLMPMEFEAM != global::EggLink.DanhengServer.Proto.RogueDialogueResult.Succ) { - output.WriteRawTag(80); - output.WriteEnum((int) BPLMPMEFEAM); - } - jJEALOEMMKK_.WriteTo(ref output, _repeated_jJEALOEMMKK_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (cCPFABANCNNCase_ == CCPFABANCNNOneofCase.JDIJKEGCIBP) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(JDIJKEGCIBP); - } - if (BPLMPMEFEAM != global::EggLink.DanhengServer.Proto.RogueDialogueResult.Succ) { - size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) BPLMPMEFEAM); - } - size += jJEALOEMMKK_.CalculateSize(_repeated_jJEALOEMMKK_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(GGHFIJKPFLN other) { - if (other == null) { - return; - } - if (other.BPLMPMEFEAM != global::EggLink.DanhengServer.Proto.RogueDialogueResult.Succ) { - BPLMPMEFEAM = other.BPLMPMEFEAM; - } - jJEALOEMMKK_.Add(other.jJEALOEMMKK_); - switch (other.CCPFABANCNNCase) { - case CCPFABANCNNOneofCase.JDIJKEGCIBP: - if (JDIJKEGCIBP == null) { - JDIJKEGCIBP = new global::EggLink.DanhengServer.Proto.ItemList(); - } - JDIJKEGCIBP.MergeFrom(other.JDIJKEGCIBP); - break; - } - - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 42: { - global::EggLink.DanhengServer.Proto.ItemList subBuilder = new global::EggLink.DanhengServer.Proto.ItemList(); - if (cCPFABANCNNCase_ == CCPFABANCNNOneofCase.JDIJKEGCIBP) { - subBuilder.MergeFrom(JDIJKEGCIBP); - } - input.ReadMessage(subBuilder); - JDIJKEGCIBP = subBuilder; - break; - } - case 80: { - BPLMPMEFEAM = (global::EggLink.DanhengServer.Proto.RogueDialogueResult) input.ReadEnum(); - break; - } - case 106: - case 104: { - jJEALOEMMKK_.AddEntriesFrom(input, _repeated_jJEALOEMMKK_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 42: { - global::EggLink.DanhengServer.Proto.ItemList subBuilder = new global::EggLink.DanhengServer.Proto.ItemList(); - if (cCPFABANCNNCase_ == CCPFABANCNNOneofCase.JDIJKEGCIBP) { - subBuilder.MergeFrom(JDIJKEGCIBP); - } - input.ReadMessage(subBuilder); - JDIJKEGCIBP = subBuilder; - break; - } - case 80: { - BPLMPMEFEAM = (global::EggLink.DanhengServer.Proto.RogueDialogueResult) input.ReadEnum(); - break; - } - case 106: - case 104: { - jJEALOEMMKK_.AddEntriesFrom(ref input, _repeated_jJEALOEMMKK_codec); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/GHANGCBOEMC.cs b/Proto/GHANGCBOEMC.cs deleted file mode 100644 index 878db78f..00000000 --- a/Proto/GHANGCBOEMC.cs +++ /dev/null @@ -1,55 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: GHANGCBOEMC.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from GHANGCBOEMC.proto - public static partial class GHANGCBOEMCReflection { - - #region Descriptor - /// File descriptor for GHANGCBOEMC.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static GHANGCBOEMCReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFHSEFOR0NCT0VNQy5wcm90byr+AQoLR0hBTkdDQk9FTUMSKwonUExBTkVU", - "X0ZFU19DQVJEX1BJRUNFX0lOVEVSQUNUX0FQUExZSU5HEAASKgomUExBTkVU", - "X0ZFU19DQVJEX1BJRUNFX0lOVEVSQUNUX09GRkVSRUQQARIuCipQTEFORVRf", - "RkVTX0NBUkRfUElFQ0VfSU5URVJBQ1RfT0ZGRVJfVEFLRU4QAhIwCixQTEFO", - "RVRfRkVTX0NBUkRfUElFQ0VfSU5URVJBQ1RfQVBQTFlfQ0FOQ0VMRBADEjQK", - "MFBMQU5FVF9GRVNfQ0FSRF9QSUVDRV9JTlRFUkFDVF9BUFBMWV9DT01QRU5T", - "QVRFRBAEQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3Rv", - "Mw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.GHANGCBOEMC), }, null, null)); - } - #endregion - - } - #region Enums - public enum GHANGCBOEMC { - [pbr::OriginalName("PLANET_FES_CARD_PIECE_INTERACT_APPLYING")] PlanetFesCardPieceInteractApplying = 0, - [pbr::OriginalName("PLANET_FES_CARD_PIECE_INTERACT_OFFERED")] PlanetFesCardPieceInteractOffered = 1, - [pbr::OriginalName("PLANET_FES_CARD_PIECE_INTERACT_OFFER_TAKEN")] PlanetFesCardPieceInteractOfferTaken = 2, - [pbr::OriginalName("PLANET_FES_CARD_PIECE_INTERACT_APPLY_CANCELD")] PlanetFesCardPieceInteractApplyCanceld = 3, - [pbr::OriginalName("PLANET_FES_CARD_PIECE_INTERACT_APPLY_COMPENSATED")] PlanetFesCardPieceInteractApplyCompensated = 4, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/GHHEPGMFLKN.cs b/Proto/GHHEPGMFLKN.cs deleted file mode 100644 index 47db873d..00000000 --- a/Proto/GHHEPGMFLKN.cs +++ /dev/null @@ -1,271 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: GHHEPGMFLKN.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from GHHEPGMFLKN.proto - public static partial class GHHEPGMFLKNReflection { - - #region Descriptor - /// File descriptor for GHHEPGMFLKN.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static GHHEPGMFLKNReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFHSEhFUEdNRkxLTi5wcm90byI3CgtHSEhFUEdNRkxLThITCgtIT0lPS0JL", - "R0ZEThgPIAEoDRITCgtBUE1PREFHT0hOQRgBIAEoDUIeqgIbRWdnTGluay5E", - "YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GHHEPGMFLKN), global::EggLink.DanhengServer.Proto.GHHEPGMFLKN.Parser, new[]{ "HOIOKBKGFDN", "APMODAGOHNA" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class GHHEPGMFLKN : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new GHHEPGMFLKN()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.GHHEPGMFLKNReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GHHEPGMFLKN() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GHHEPGMFLKN(GHHEPGMFLKN other) : this() { - hOIOKBKGFDN_ = other.hOIOKBKGFDN_; - aPMODAGOHNA_ = other.aPMODAGOHNA_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GHHEPGMFLKN Clone() { - return new GHHEPGMFLKN(this); - } - - /// Field number for the "HOIOKBKGFDN" field. - public const int HOIOKBKGFDNFieldNumber = 15; - private uint hOIOKBKGFDN_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint HOIOKBKGFDN { - get { return hOIOKBKGFDN_; } - set { - hOIOKBKGFDN_ = value; - } - } - - /// Field number for the "APMODAGOHNA" field. - public const int APMODAGOHNAFieldNumber = 1; - private uint aPMODAGOHNA_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint APMODAGOHNA { - get { return aPMODAGOHNA_; } - set { - aPMODAGOHNA_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as GHHEPGMFLKN); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(GHHEPGMFLKN other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (HOIOKBKGFDN != other.HOIOKBKGFDN) return false; - if (APMODAGOHNA != other.APMODAGOHNA) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (HOIOKBKGFDN != 0) hash ^= HOIOKBKGFDN.GetHashCode(); - if (APMODAGOHNA != 0) hash ^= APMODAGOHNA.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (APMODAGOHNA != 0) { - output.WriteRawTag(8); - output.WriteUInt32(APMODAGOHNA); - } - if (HOIOKBKGFDN != 0) { - output.WriteRawTag(120); - output.WriteUInt32(HOIOKBKGFDN); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (APMODAGOHNA != 0) { - output.WriteRawTag(8); - output.WriteUInt32(APMODAGOHNA); - } - if (HOIOKBKGFDN != 0) { - output.WriteRawTag(120); - output.WriteUInt32(HOIOKBKGFDN); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (HOIOKBKGFDN != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HOIOKBKGFDN); - } - if (APMODAGOHNA != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(APMODAGOHNA); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(GHHEPGMFLKN other) { - if (other == null) { - return; - } - if (other.HOIOKBKGFDN != 0) { - HOIOKBKGFDN = other.HOIOKBKGFDN; - } - if (other.APMODAGOHNA != 0) { - APMODAGOHNA = other.APMODAGOHNA; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - APMODAGOHNA = input.ReadUInt32(); - break; - } - case 120: { - HOIOKBKGFDN = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - APMODAGOHNA = input.ReadUInt32(); - break; - } - case 120: { - HOIOKBKGFDN = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/OutsideRelic.cs b/Proto/GHLEDKFIIJH.cs similarity index 86% rename from Proto/OutsideRelic.cs rename to Proto/GHLEDKFIIJH.cs index 51ca6a88..6f2cd382 100644 --- a/Proto/OutsideRelic.cs +++ b/Proto/GHLEDKFIIJH.cs @@ -1,6 +1,6 @@ // // Generated by the protocol buffer compiler. DO NOT EDIT! -// source: OutsideRelic.proto +// source: GHLEDKFIIJH.proto // #pragma warning disable 1591, 0612, 3021, 8981 #region Designer generated code @@ -11,26 +11,26 @@ using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; namespace EggLink.DanhengServer.Proto { - /// Holder for reflection information generated from OutsideRelic.proto - public static partial class OutsideRelicReflection { + /// Holder for reflection information generated from GHLEDKFIIJH.proto + public static partial class GHLEDKFIIJHReflection { #region Descriptor - /// File descriptor for OutsideRelic.proto + /// File descriptor for GHLEDKFIIJH.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; - static OutsideRelicReflection() { + static GHLEDKFIIJHReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChJPdXRzaWRlUmVsaWMucHJvdG8iOAoMT3V0c2lkZVJlbGljEhMKC0tJQ09C", - "TlBDS0FFGAYgASgNEhMKC0pJQ0RGTElNSEhEGAggASgNQh6qAhtFZ2dMaW5r", - "LkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "ChFHSExFREtGSUlKSC5wcm90byI3CgtHSExFREtGSUlKSBITCgtLSUNPQk5Q", + "Q0tBRRgGIAEoDRITCgtKSUNERkxJTUhIRBgIIAEoDUIeqgIbRWdnTGluay5E", + "YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.OutsideRelic), global::EggLink.DanhengServer.Proto.OutsideRelic.Parser, new[]{ "KICOBNPCKAE", "JICDFLIMHHD" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GHLEDKFIIJH), global::EggLink.DanhengServer.Proto.GHLEDKFIIJH.Parser, new[]{ "KICOBNPCKAE", "JICDFLIMHHD" }, null, null, null, null) })); } #endregion @@ -38,21 +38,21 @@ namespace EggLink.DanhengServer.Proto { } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class OutsideRelic : pb::IMessage + public sealed partial class GHLEDKFIIJH : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new OutsideRelic()); + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new GHLEDKFIIJH()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } + public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.OutsideRelicReflection.Descriptor.MessageTypes[0]; } + get { return global::EggLink.DanhengServer.Proto.GHLEDKFIIJHReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -63,7 +63,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OutsideRelic() { + public GHLEDKFIIJH() { OnConstruction(); } @@ -71,7 +71,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OutsideRelic(OutsideRelic other) : this() { + public GHLEDKFIIJH(GHLEDKFIIJH other) : this() { kICOBNPCKAE_ = other.kICOBNPCKAE_; jICDFLIMHHD_ = other.jICDFLIMHHD_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); @@ -79,8 +79,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OutsideRelic Clone() { - return new OutsideRelic(this); + public GHLEDKFIIJH Clone() { + return new GHLEDKFIIJH(this); } /// Field number for the "KICOBNPCKAE" field. @@ -110,12 +110,12 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { - return Equals(other as OutsideRelic); + return Equals(other as GHLEDKFIIJH); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(OutsideRelic other) { + public bool Equals(GHLEDKFIIJH other) { if (ReferenceEquals(other, null)) { return false; } @@ -201,7 +201,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(OutsideRelic other) { + public void MergeFrom(GHLEDKFIIJH other) { if (other == null) { return; } diff --git a/Proto/GJIPJNGNFEJ.cs b/Proto/GJIPJNGNFEJ.cs index 50220600..1b338eef 100644 --- a/Proto/GJIPJNGNFEJ.cs +++ b/Proto/GJIPJNGNFEJ.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static GJIPJNGNFEJReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFHSklQSk5HTkZFSi5wcm90byJ2CgtHSklQSk5HTkZFShITCgtKUEFDT0JH", - "QkRCRxgOIAMoDRITCgtIR0VDQUNDQkVQQRgFIAEoDRITCgtISkVKRk5GQU1Q", - "ThgNIAEoAxITCgtQTkFLSE5CREpBRRgMIAEoDRITCgtPRkdGSENMRE9CRxgE", - "IAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "ChFHSklQSk5HTkZFSi5wcm90byJVCgtHSklQSk5HTkZFShITCgtKUEFDT0JH", + "QkRCRxgEIAMoDRIOCgZzb3VyY2UYDSABKA0SEwoLT0ZHRkhDTERPQkcYDCAB", + "KA0SDAoEdGltZRgOIAEoA0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlBy", + "b3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GJIPJNGNFEJ), global::EggLink.DanhengServer.Proto.GJIPJNGNFEJ.Parser, new[]{ "JPACOBGBDBG", "HGECACCBEPA", "HJEJFNFAMPN", "PNAKHNBDJAE", "OFGFHCLDOBG" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GJIPJNGNFEJ), global::EggLink.DanhengServer.Proto.GJIPJNGNFEJ.Parser, new[]{ "JPACOBGBDBG", "Source", "OFGFHCLDOBG", "Time" }, null, null, null, null) })); } #endregion @@ -74,10 +74,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public GJIPJNGNFEJ(GJIPJNGNFEJ other) : this() { jPACOBGBDBG_ = other.jPACOBGBDBG_.Clone(); - hGECACCBEPA_ = other.hGECACCBEPA_; - hJEJFNFAMPN_ = other.hJEJFNFAMPN_; - pNAKHNBDJAE_ = other.pNAKHNBDJAE_; + source_ = other.source_; oFGFHCLDOBG_ = other.oFGFHCLDOBG_; + time_ = other.time_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -88,9 +87,9 @@ namespace EggLink.DanhengServer.Proto { } /// Field number for the "JPACOBGBDBG" field. - public const int JPACOBGBDBGFieldNumber = 14; + public const int JPACOBGBDBGFieldNumber = 4; private static readonly pb::FieldCodec _repeated_jPACOBGBDBG_codec - = pb::FieldCodec.ForUInt32(114); + = pb::FieldCodec.ForUInt32(34); private readonly pbc::RepeatedField jPACOBGBDBG_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] @@ -98,44 +97,20 @@ namespace EggLink.DanhengServer.Proto { get { return jPACOBGBDBG_; } } - /// Field number for the "HGECACCBEPA" field. - public const int HGECACCBEPAFieldNumber = 5; - private uint hGECACCBEPA_; + /// Field number for the "source" field. + public const int SourceFieldNumber = 13; + private uint source_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint HGECACCBEPA { - get { return hGECACCBEPA_; } + public uint Source { + get { return source_; } set { - hGECACCBEPA_ = value; - } - } - - /// Field number for the "HJEJFNFAMPN" field. - public const int HJEJFNFAMPNFieldNumber = 13; - private long hJEJFNFAMPN_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public long HJEJFNFAMPN { - get { return hJEJFNFAMPN_; } - set { - hJEJFNFAMPN_ = value; - } - } - - /// Field number for the "PNAKHNBDJAE" field. - public const int PNAKHNBDJAEFieldNumber = 12; - private uint pNAKHNBDJAE_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint PNAKHNBDJAE { - get { return pNAKHNBDJAE_; } - set { - pNAKHNBDJAE_ = value; + source_ = value; } } /// Field number for the "OFGFHCLDOBG" field. - public const int OFGFHCLDOBGFieldNumber = 4; + public const int OFGFHCLDOBGFieldNumber = 12; private uint oFGFHCLDOBG_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] @@ -146,6 +121,18 @@ namespace EggLink.DanhengServer.Proto { } } + /// Field number for the "time" field. + public const int TimeFieldNumber = 14; + private long time_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Time { + get { return time_; } + set { + time_ = value; + } + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { @@ -162,10 +149,9 @@ namespace EggLink.DanhengServer.Proto { return true; } if(!jPACOBGBDBG_.Equals(other.jPACOBGBDBG_)) return false; - if (HGECACCBEPA != other.HGECACCBEPA) return false; - if (HJEJFNFAMPN != other.HJEJFNFAMPN) return false; - if (PNAKHNBDJAE != other.PNAKHNBDJAE) return false; + if (Source != other.Source) return false; if (OFGFHCLDOBG != other.OFGFHCLDOBG) return false; + if (Time != other.Time) return false; return Equals(_unknownFields, other._unknownFields); } @@ -174,10 +160,9 @@ namespace EggLink.DanhengServer.Proto { public override int GetHashCode() { int hash = 1; hash ^= jPACOBGBDBG_.GetHashCode(); - if (HGECACCBEPA != 0) hash ^= HGECACCBEPA.GetHashCode(); - if (HJEJFNFAMPN != 0L) hash ^= HJEJFNFAMPN.GetHashCode(); - if (PNAKHNBDJAE != 0) hash ^= PNAKHNBDJAE.GetHashCode(); + if (Source != 0) hash ^= Source.GetHashCode(); if (OFGFHCLDOBG != 0) hash ^= OFGFHCLDOBG.GetHashCode(); + if (Time != 0L) hash ^= Time.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -196,23 +181,19 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else + jPACOBGBDBG_.WriteTo(output, _repeated_jPACOBGBDBG_codec); if (OFGFHCLDOBG != 0) { - output.WriteRawTag(32); + output.WriteRawTag(96); output.WriteUInt32(OFGFHCLDOBG); } - if (HGECACCBEPA != 0) { - output.WriteRawTag(40); - output.WriteUInt32(HGECACCBEPA); - } - if (PNAKHNBDJAE != 0) { - output.WriteRawTag(96); - output.WriteUInt32(PNAKHNBDJAE); - } - if (HJEJFNFAMPN != 0L) { + if (Source != 0) { output.WriteRawTag(104); - output.WriteInt64(HJEJFNFAMPN); + output.WriteUInt32(Source); + } + if (Time != 0L) { + output.WriteRawTag(112); + output.WriteInt64(Time); } - jPACOBGBDBG_.WriteTo(output, _repeated_jPACOBGBDBG_codec); if (_unknownFields != null) { _unknownFields.WriteTo(output); } @@ -223,23 +204,19 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { + jPACOBGBDBG_.WriteTo(ref output, _repeated_jPACOBGBDBG_codec); if (OFGFHCLDOBG != 0) { - output.WriteRawTag(32); + output.WriteRawTag(96); output.WriteUInt32(OFGFHCLDOBG); } - if (HGECACCBEPA != 0) { - output.WriteRawTag(40); - output.WriteUInt32(HGECACCBEPA); - } - if (PNAKHNBDJAE != 0) { - output.WriteRawTag(96); - output.WriteUInt32(PNAKHNBDJAE); - } - if (HJEJFNFAMPN != 0L) { + if (Source != 0) { output.WriteRawTag(104); - output.WriteInt64(HJEJFNFAMPN); + output.WriteUInt32(Source); + } + if (Time != 0L) { + output.WriteRawTag(112); + output.WriteInt64(Time); } - jPACOBGBDBG_.WriteTo(ref output, _repeated_jPACOBGBDBG_codec); if (_unknownFields != null) { _unknownFields.WriteTo(ref output); } @@ -251,18 +228,15 @@ namespace EggLink.DanhengServer.Proto { public int CalculateSize() { int size = 0; size += jPACOBGBDBG_.CalculateSize(_repeated_jPACOBGBDBG_codec); - if (HGECACCBEPA != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HGECACCBEPA); - } - if (HJEJFNFAMPN != 0L) { - size += 1 + pb::CodedOutputStream.ComputeInt64Size(HJEJFNFAMPN); - } - if (PNAKHNBDJAE != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PNAKHNBDJAE); + if (Source != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Source); } if (OFGFHCLDOBG != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OFGFHCLDOBG); } + if (Time != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Time); + } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -276,18 +250,15 @@ namespace EggLink.DanhengServer.Proto { return; } jPACOBGBDBG_.Add(other.jPACOBGBDBG_); - if (other.HGECACCBEPA != 0) { - HGECACCBEPA = other.HGECACCBEPA; - } - if (other.HJEJFNFAMPN != 0L) { - HJEJFNFAMPN = other.HJEJFNFAMPN; - } - if (other.PNAKHNBDJAE != 0) { - PNAKHNBDJAE = other.PNAKHNBDJAE; + if (other.Source != 0) { + Source = other.Source; } if (other.OFGFHCLDOBG != 0) { OFGFHCLDOBG = other.OFGFHCLDOBG; } + if (other.Time != 0L) { + Time = other.Time; + } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -303,25 +274,21 @@ namespace EggLink.DanhengServer.Proto { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; + case 34: case 32: { - OFGFHCLDOBG = input.ReadUInt32(); - break; - } - case 40: { - HGECACCBEPA = input.ReadUInt32(); + jPACOBGBDBG_.AddEntriesFrom(input, _repeated_jPACOBGBDBG_codec); break; } case 96: { - PNAKHNBDJAE = input.ReadUInt32(); + OFGFHCLDOBG = input.ReadUInt32(); break; } case 104: { - HJEJFNFAMPN = input.ReadInt64(); + Source = input.ReadUInt32(); break; } - case 114: case 112: { - jPACOBGBDBG_.AddEntriesFrom(input, _repeated_jPACOBGBDBG_codec); + Time = input.ReadInt64(); break; } } @@ -339,25 +306,21 @@ namespace EggLink.DanhengServer.Proto { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; + case 34: case 32: { - OFGFHCLDOBG = input.ReadUInt32(); - break; - } - case 40: { - HGECACCBEPA = input.ReadUInt32(); + jPACOBGBDBG_.AddEntriesFrom(ref input, _repeated_jPACOBGBDBG_codec); break; } case 96: { - PNAKHNBDJAE = input.ReadUInt32(); + OFGFHCLDOBG = input.ReadUInt32(); break; } case 104: { - HJEJFNFAMPN = input.ReadInt64(); + Source = input.ReadUInt32(); break; } - case 114: case 112: { - jPACOBGBDBG_.AddEntriesFrom(ref input, _repeated_jPACOBGBDBG_codec); + Time = input.ReadInt64(); break; } } diff --git a/Proto/GKLOALDHNEF.cs b/Proto/GKLOALDHNEF.cs deleted file mode 100644 index 0c864dbc..00000000 --- a/Proto/GKLOALDHNEF.cs +++ /dev/null @@ -1,383 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: GKLOALDHNEF.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from GKLOALDHNEF.proto - public static partial class GKLOALDHNEFReflection { - - #region Descriptor - /// File descriptor for GKLOALDHNEF.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static GKLOALDHNEFReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFHS0xPQUxESE5FRi5wcm90byJzCgtHS0xPQUxESE5FRhIPCgdpdGVtX2lk", - "GAYgASgNEhMKC0pPSkFISUFGTkxLGAsgASgNEhMKC0ZBTEJLSU1NUElIGAgg", - "ASgFEhMKC0pQSEVETkVDQUdEGAcgASgFEhQKDHRvdGFsX2RhbWFnZRgBIAEo", - "BUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GKLOALDHNEF), global::EggLink.DanhengServer.Proto.GKLOALDHNEF.Parser, new[]{ "ItemId", "JOJAHIAFNLK", "FALBKIMMPIH", "JPHEDNECAGD", "TotalDamage" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class GKLOALDHNEF : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new GKLOALDHNEF()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.GKLOALDHNEFReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GKLOALDHNEF() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GKLOALDHNEF(GKLOALDHNEF other) : this() { - itemId_ = other.itemId_; - jOJAHIAFNLK_ = other.jOJAHIAFNLK_; - fALBKIMMPIH_ = other.fALBKIMMPIH_; - jPHEDNECAGD_ = other.jPHEDNECAGD_; - totalDamage_ = other.totalDamage_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GKLOALDHNEF Clone() { - return new GKLOALDHNEF(this); - } - - /// Field number for the "item_id" field. - public const int ItemIdFieldNumber = 6; - private uint itemId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint ItemId { - get { return itemId_; } - set { - itemId_ = value; - } - } - - /// Field number for the "JOJAHIAFNLK" field. - public const int JOJAHIAFNLKFieldNumber = 11; - private uint jOJAHIAFNLK_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint JOJAHIAFNLK { - get { return jOJAHIAFNLK_; } - set { - jOJAHIAFNLK_ = value; - } - } - - /// Field number for the "FALBKIMMPIH" field. - public const int FALBKIMMPIHFieldNumber = 8; - private int fALBKIMMPIH_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int FALBKIMMPIH { - get { return fALBKIMMPIH_; } - set { - fALBKIMMPIH_ = value; - } - } - - /// Field number for the "JPHEDNECAGD" field. - public const int JPHEDNECAGDFieldNumber = 7; - private int jPHEDNECAGD_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int JPHEDNECAGD { - get { return jPHEDNECAGD_; } - set { - jPHEDNECAGD_ = value; - } - } - - /// Field number for the "total_damage" field. - public const int TotalDamageFieldNumber = 1; - private int totalDamage_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int TotalDamage { - get { return totalDamage_; } - set { - totalDamage_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as GKLOALDHNEF); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(GKLOALDHNEF other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (ItemId != other.ItemId) return false; - if (JOJAHIAFNLK != other.JOJAHIAFNLK) return false; - if (FALBKIMMPIH != other.FALBKIMMPIH) return false; - if (JPHEDNECAGD != other.JPHEDNECAGD) return false; - if (TotalDamage != other.TotalDamage) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (ItemId != 0) hash ^= ItemId.GetHashCode(); - if (JOJAHIAFNLK != 0) hash ^= JOJAHIAFNLK.GetHashCode(); - if (FALBKIMMPIH != 0) hash ^= FALBKIMMPIH.GetHashCode(); - if (JPHEDNECAGD != 0) hash ^= JPHEDNECAGD.GetHashCode(); - if (TotalDamage != 0) hash ^= TotalDamage.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (TotalDamage != 0) { - output.WriteRawTag(8); - output.WriteInt32(TotalDamage); - } - if (ItemId != 0) { - output.WriteRawTag(48); - output.WriteUInt32(ItemId); - } - if (JPHEDNECAGD != 0) { - output.WriteRawTag(56); - output.WriteInt32(JPHEDNECAGD); - } - if (FALBKIMMPIH != 0) { - output.WriteRawTag(64); - output.WriteInt32(FALBKIMMPIH); - } - if (JOJAHIAFNLK != 0) { - output.WriteRawTag(88); - output.WriteUInt32(JOJAHIAFNLK); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (TotalDamage != 0) { - output.WriteRawTag(8); - output.WriteInt32(TotalDamage); - } - if (ItemId != 0) { - output.WriteRawTag(48); - output.WriteUInt32(ItemId); - } - if (JPHEDNECAGD != 0) { - output.WriteRawTag(56); - output.WriteInt32(JPHEDNECAGD); - } - if (FALBKIMMPIH != 0) { - output.WriteRawTag(64); - output.WriteInt32(FALBKIMMPIH); - } - if (JOJAHIAFNLK != 0) { - output.WriteRawTag(88); - output.WriteUInt32(JOJAHIAFNLK); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (ItemId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ItemId); - } - if (JOJAHIAFNLK != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JOJAHIAFNLK); - } - if (FALBKIMMPIH != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(FALBKIMMPIH); - } - if (JPHEDNECAGD != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(JPHEDNECAGD); - } - if (TotalDamage != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(TotalDamage); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(GKLOALDHNEF other) { - if (other == null) { - return; - } - if (other.ItemId != 0) { - ItemId = other.ItemId; - } - if (other.JOJAHIAFNLK != 0) { - JOJAHIAFNLK = other.JOJAHIAFNLK; - } - if (other.FALBKIMMPIH != 0) { - FALBKIMMPIH = other.FALBKIMMPIH; - } - if (other.JPHEDNECAGD != 0) { - JPHEDNECAGD = other.JPHEDNECAGD; - } - if (other.TotalDamage != 0) { - TotalDamage = other.TotalDamage; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - TotalDamage = input.ReadInt32(); - break; - } - case 48: { - ItemId = input.ReadUInt32(); - break; - } - case 56: { - JPHEDNECAGD = input.ReadInt32(); - break; - } - case 64: { - FALBKIMMPIH = input.ReadInt32(); - break; - } - case 88: { - JOJAHIAFNLK = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - TotalDamage = input.ReadInt32(); - break; - } - case 48: { - ItemId = input.ReadUInt32(); - break; - } - case 56: { - JPHEDNECAGD = input.ReadInt32(); - break; - } - case 64: { - FALBKIMMPIH = input.ReadInt32(); - break; - } - case 88: { - JOJAHIAFNLK = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/GLDHEPJPMFM.cs b/Proto/GLDHEPJPMFM.cs deleted file mode 100644 index e69926f7..00000000 --- a/Proto/GLDHEPJPMFM.cs +++ /dev/null @@ -1,223 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: GLDHEPJPMFM.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from GLDHEPJPMFM.proto - public static partial class GLDHEPJPMFMReflection { - - #region Descriptor - /// File descriptor for GLDHEPJPMFM.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static GLDHEPJPMFMReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFHTERIRVBKUE1GTS5wcm90bxoRS1BCRkNLTkVFSUEucHJvdG8iNwoLR0xE", - "SEVQSlBNRk0SKAoSYWN0aW9uX3Jlc3VsdF9saXN0GAggAygLMgwuS1BCRkNL", - "TkVFSUFCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.KPBFCKNEEIAReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GLDHEPJPMFM), global::EggLink.DanhengServer.Proto.GLDHEPJPMFM.Parser, new[]{ "ActionResultList" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class GLDHEPJPMFM : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new GLDHEPJPMFM()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.GLDHEPJPMFMReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GLDHEPJPMFM() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GLDHEPJPMFM(GLDHEPJPMFM other) : this() { - actionResultList_ = other.actionResultList_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GLDHEPJPMFM Clone() { - return new GLDHEPJPMFM(this); - } - - /// Field number for the "action_result_list" field. - public const int ActionResultListFieldNumber = 8; - private static readonly pb::FieldCodec _repeated_actionResultList_codec - = pb::FieldCodec.ForMessage(66, global::EggLink.DanhengServer.Proto.KPBFCKNEEIA.Parser); - private readonly pbc::RepeatedField actionResultList_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField ActionResultList { - get { return actionResultList_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as GLDHEPJPMFM); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(GLDHEPJPMFM other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if(!actionResultList_.Equals(other.actionResultList_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - hash ^= actionResultList_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - actionResultList_.WriteTo(output, _repeated_actionResultList_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - actionResultList_.WriteTo(ref output, _repeated_actionResultList_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - size += actionResultList_.CalculateSize(_repeated_actionResultList_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(GLDHEPJPMFM other) { - if (other == null) { - return; - } - actionResultList_.Add(other.actionResultList_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 66: { - actionResultList_.AddEntriesFrom(input, _repeated_actionResultList_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 66: { - actionResultList_.AddEntriesFrom(ref input, _repeated_actionResultList_codec); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/GLDNBPFCNHD.cs b/Proto/GLDNBPFCNHD.cs deleted file mode 100644 index 4afb283d..00000000 --- a/Proto/GLDNBPFCNHD.cs +++ /dev/null @@ -1,898 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: GLDNBPFCNHD.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from GLDNBPFCNHD.proto - public static partial class GLDNBPFCNHDReflection { - - #region Descriptor - /// File descriptor for GLDNBPFCNHD.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static GLDNBPFCNHDReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFHTEROQlBGQ05IRC5wcm90bxoRSU1QS1BLQU1JQUYucHJvdG8aEURDRE5J", - "QUpDRUhOLnByb3RvIuADCgtHTEROQlBGQ05IRBIiCgtBSU5MTUdETkhJQhj0", - "CCADKAsyDC5EQ0ROSUFKQ0VIThIUCgtGT01CSEpLREhHTxiYCiABKA0SEwoL", - "SkxEQ0ZMS0NCTEQYDSADKA0SEwoLSE1GRkhHQktPR0wYByABKA0SEwoLRFBP", - "T0FQS1BDSEYYBiADKA0SFAoLTktIUENLRUdQQ0wYnAcgASgNEhQKC09NS0tQ", - "R0ZKSEZFGLwIIAEoCBITCgtFRUZDQkJLS0ZMQxgJIAEoAhITCgtESEVMQkNJ", - "TUxHQRgCIAEoDRIQCghleHRyYV9pZBgPIAEoDRITCgtGTUtESUZOSkFKQxgM", - "IAEoDRITCgtLSkdES05KRkNQRxgOIAEoDRIWCg5xdWV1ZV9wb3NpdGlvbhgI", - "IAEoDRITCgtQTUFOQlBMRkxLTBgBIAEoCBIhCgtITElFQU1QTElQUBgEIAMo", - "CzIMLkRDRE5JQUpDRUhOEhMKC0tOQ0hFSElJSk5OGAMgAygNEhMKC0VIQ0pD", - "SUxDTk9QGAsgASgNEhQKC0lFUEdDTEdLSEVHGKIKIAEoDRITCgtGSktCQUlN", - "RFBFUBgKIAEoCBIhCgtETkRKS0RGSEVQRRgFIAEoDjIMLklNUEtQS0FNSUFG", - "Qh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.IMPKPKAMIAFReflection.Descriptor, global::EggLink.DanhengServer.Proto.DCDNIAJCEHNReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GLDNBPFCNHD), global::EggLink.DanhengServer.Proto.GLDNBPFCNHD.Parser, new[]{ "AINLMGDNHIB", "FOMBHJKDHGO", "JLDCFLKCBLD", "HMFFHGBKOGL", "DPOOAPKPCHF", "NKHPCKEGPCL", "OMKKPGFJHFE", "EEFCBBKKFLC", "DHELBCIMLGA", "ExtraId", "FMKDIFNJAJC", "KJGDKNJFCPG", "QueuePosition", "PMANBPLFLKL", "HLIEAMPLIPP", "KNCHEHIIJNN", "EHCJCILCNOP", "IEPGCLGKHEG", "FJKBAIMDPEP", "DNDJKDFHEPE" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class GLDNBPFCNHD : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new GLDNBPFCNHD()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.GLDNBPFCNHDReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GLDNBPFCNHD() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GLDNBPFCNHD(GLDNBPFCNHD other) : this() { - aINLMGDNHIB_ = other.aINLMGDNHIB_.Clone(); - fOMBHJKDHGO_ = other.fOMBHJKDHGO_; - jLDCFLKCBLD_ = other.jLDCFLKCBLD_.Clone(); - hMFFHGBKOGL_ = other.hMFFHGBKOGL_; - dPOOAPKPCHF_ = other.dPOOAPKPCHF_.Clone(); - nKHPCKEGPCL_ = other.nKHPCKEGPCL_; - oMKKPGFJHFE_ = other.oMKKPGFJHFE_; - eEFCBBKKFLC_ = other.eEFCBBKKFLC_; - dHELBCIMLGA_ = other.dHELBCIMLGA_; - extraId_ = other.extraId_; - fMKDIFNJAJC_ = other.fMKDIFNJAJC_; - kJGDKNJFCPG_ = other.kJGDKNJFCPG_; - queuePosition_ = other.queuePosition_; - pMANBPLFLKL_ = other.pMANBPLFLKL_; - hLIEAMPLIPP_ = other.hLIEAMPLIPP_.Clone(); - kNCHEHIIJNN_ = other.kNCHEHIIJNN_.Clone(); - eHCJCILCNOP_ = other.eHCJCILCNOP_; - iEPGCLGKHEG_ = other.iEPGCLGKHEG_; - fJKBAIMDPEP_ = other.fJKBAIMDPEP_; - dNDJKDFHEPE_ = other.dNDJKDFHEPE_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GLDNBPFCNHD Clone() { - return new GLDNBPFCNHD(this); - } - - /// Field number for the "AINLMGDNHIB" field. - public const int AINLMGDNHIBFieldNumber = 1140; - private static readonly pb::FieldCodec _repeated_aINLMGDNHIB_codec - = pb::FieldCodec.ForMessage(9122, global::EggLink.DanhengServer.Proto.DCDNIAJCEHN.Parser); - private readonly pbc::RepeatedField aINLMGDNHIB_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField AINLMGDNHIB { - get { return aINLMGDNHIB_; } - } - - /// Field number for the "FOMBHJKDHGO" field. - public const int FOMBHJKDHGOFieldNumber = 1304; - private uint fOMBHJKDHGO_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint FOMBHJKDHGO { - get { return fOMBHJKDHGO_; } - set { - fOMBHJKDHGO_ = value; - } - } - - /// Field number for the "JLDCFLKCBLD" field. - public const int JLDCFLKCBLDFieldNumber = 13; - private static readonly pb::FieldCodec _repeated_jLDCFLKCBLD_codec - = pb::FieldCodec.ForUInt32(106); - private readonly pbc::RepeatedField jLDCFLKCBLD_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField JLDCFLKCBLD { - get { return jLDCFLKCBLD_; } - } - - /// Field number for the "HMFFHGBKOGL" field. - public const int HMFFHGBKOGLFieldNumber = 7; - private uint hMFFHGBKOGL_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint HMFFHGBKOGL { - get { return hMFFHGBKOGL_; } - set { - hMFFHGBKOGL_ = value; - } - } - - /// Field number for the "DPOOAPKPCHF" field. - public const int DPOOAPKPCHFFieldNumber = 6; - private static readonly pb::FieldCodec _repeated_dPOOAPKPCHF_codec - = pb::FieldCodec.ForUInt32(50); - private readonly pbc::RepeatedField dPOOAPKPCHF_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField DPOOAPKPCHF { - get { return dPOOAPKPCHF_; } - } - - /// Field number for the "NKHPCKEGPCL" field. - public const int NKHPCKEGPCLFieldNumber = 924; - private uint nKHPCKEGPCL_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint NKHPCKEGPCL { - get { return nKHPCKEGPCL_; } - set { - nKHPCKEGPCL_ = value; - } - } - - /// Field number for the "OMKKPGFJHFE" field. - public const int OMKKPGFJHFEFieldNumber = 1084; - private bool oMKKPGFJHFE_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool OMKKPGFJHFE { - get { return oMKKPGFJHFE_; } - set { - oMKKPGFJHFE_ = value; - } - } - - /// Field number for the "EEFCBBKKFLC" field. - public const int EEFCBBKKFLCFieldNumber = 9; - private float eEFCBBKKFLC_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public float EEFCBBKKFLC { - get { return eEFCBBKKFLC_; } - set { - eEFCBBKKFLC_ = value; - } - } - - /// Field number for the "DHELBCIMLGA" field. - public const int DHELBCIMLGAFieldNumber = 2; - private uint dHELBCIMLGA_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint DHELBCIMLGA { - get { return dHELBCIMLGA_; } - set { - dHELBCIMLGA_ = value; - } - } - - /// Field number for the "extra_id" field. - public const int ExtraIdFieldNumber = 15; - private uint extraId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint ExtraId { - get { return extraId_; } - set { - extraId_ = value; - } - } - - /// Field number for the "FMKDIFNJAJC" field. - public const int FMKDIFNJAJCFieldNumber = 12; - private uint fMKDIFNJAJC_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint FMKDIFNJAJC { - get { return fMKDIFNJAJC_; } - set { - fMKDIFNJAJC_ = value; - } - } - - /// Field number for the "KJGDKNJFCPG" field. - public const int KJGDKNJFCPGFieldNumber = 14; - private uint kJGDKNJFCPG_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint KJGDKNJFCPG { - get { return kJGDKNJFCPG_; } - set { - kJGDKNJFCPG_ = value; - } - } - - /// Field number for the "queue_position" field. - public const int QueuePositionFieldNumber = 8; - private uint queuePosition_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint QueuePosition { - get { return queuePosition_; } - set { - queuePosition_ = value; - } - } - - /// Field number for the "PMANBPLFLKL" field. - public const int PMANBPLFLKLFieldNumber = 1; - private bool pMANBPLFLKL_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool PMANBPLFLKL { - get { return pMANBPLFLKL_; } - set { - pMANBPLFLKL_ = value; - } - } - - /// Field number for the "HLIEAMPLIPP" field. - public const int HLIEAMPLIPPFieldNumber = 4; - private static readonly pb::FieldCodec _repeated_hLIEAMPLIPP_codec - = pb::FieldCodec.ForMessage(34, global::EggLink.DanhengServer.Proto.DCDNIAJCEHN.Parser); - private readonly pbc::RepeatedField hLIEAMPLIPP_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField HLIEAMPLIPP { - get { return hLIEAMPLIPP_; } - } - - /// Field number for the "KNCHEHIIJNN" field. - public const int KNCHEHIIJNNFieldNumber = 3; - private static readonly pb::FieldCodec _repeated_kNCHEHIIJNN_codec - = pb::FieldCodec.ForUInt32(26); - private readonly pbc::RepeatedField kNCHEHIIJNN_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField KNCHEHIIJNN { - get { return kNCHEHIIJNN_; } - } - - /// Field number for the "EHCJCILCNOP" field. - public const int EHCJCILCNOPFieldNumber = 11; - private uint eHCJCILCNOP_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint EHCJCILCNOP { - get { return eHCJCILCNOP_; } - set { - eHCJCILCNOP_ = value; - } - } - - /// Field number for the "IEPGCLGKHEG" field. - public const int IEPGCLGKHEGFieldNumber = 1314; - private uint iEPGCLGKHEG_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint IEPGCLGKHEG { - get { return iEPGCLGKHEG_; } - set { - iEPGCLGKHEG_ = value; - } - } - - /// Field number for the "FJKBAIMDPEP" field. - public const int FJKBAIMDPEPFieldNumber = 10; - private bool fJKBAIMDPEP_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool FJKBAIMDPEP { - get { return fJKBAIMDPEP_; } - set { - fJKBAIMDPEP_ = value; - } - } - - /// Field number for the "DNDJKDFHEPE" field. - public const int DNDJKDFHEPEFieldNumber = 5; - private global::EggLink.DanhengServer.Proto.IMPKPKAMIAF dNDJKDFHEPE_ = global::EggLink.DanhengServer.Proto.IMPKPKAMIAF.MarbleSyncTypeNone; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.IMPKPKAMIAF DNDJKDFHEPE { - get { return dNDJKDFHEPE_; } - set { - dNDJKDFHEPE_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as GLDNBPFCNHD); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(GLDNBPFCNHD other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if(!aINLMGDNHIB_.Equals(other.aINLMGDNHIB_)) return false; - if (FOMBHJKDHGO != other.FOMBHJKDHGO) return false; - if(!jLDCFLKCBLD_.Equals(other.jLDCFLKCBLD_)) return false; - if (HMFFHGBKOGL != other.HMFFHGBKOGL) return false; - if(!dPOOAPKPCHF_.Equals(other.dPOOAPKPCHF_)) return false; - if (NKHPCKEGPCL != other.NKHPCKEGPCL) return false; - if (OMKKPGFJHFE != other.OMKKPGFJHFE) return false; - if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(EEFCBBKKFLC, other.EEFCBBKKFLC)) return false; - if (DHELBCIMLGA != other.DHELBCIMLGA) return false; - if (ExtraId != other.ExtraId) return false; - if (FMKDIFNJAJC != other.FMKDIFNJAJC) return false; - if (KJGDKNJFCPG != other.KJGDKNJFCPG) return false; - if (QueuePosition != other.QueuePosition) return false; - if (PMANBPLFLKL != other.PMANBPLFLKL) return false; - if(!hLIEAMPLIPP_.Equals(other.hLIEAMPLIPP_)) return false; - if(!kNCHEHIIJNN_.Equals(other.kNCHEHIIJNN_)) return false; - if (EHCJCILCNOP != other.EHCJCILCNOP) return false; - if (IEPGCLGKHEG != other.IEPGCLGKHEG) return false; - if (FJKBAIMDPEP != other.FJKBAIMDPEP) return false; - if (DNDJKDFHEPE != other.DNDJKDFHEPE) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - hash ^= aINLMGDNHIB_.GetHashCode(); - if (FOMBHJKDHGO != 0) hash ^= FOMBHJKDHGO.GetHashCode(); - hash ^= jLDCFLKCBLD_.GetHashCode(); - if (HMFFHGBKOGL != 0) hash ^= HMFFHGBKOGL.GetHashCode(); - hash ^= dPOOAPKPCHF_.GetHashCode(); - if (NKHPCKEGPCL != 0) hash ^= NKHPCKEGPCL.GetHashCode(); - if (OMKKPGFJHFE != false) hash ^= OMKKPGFJHFE.GetHashCode(); - if (EEFCBBKKFLC != 0F) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(EEFCBBKKFLC); - if (DHELBCIMLGA != 0) hash ^= DHELBCIMLGA.GetHashCode(); - if (ExtraId != 0) hash ^= ExtraId.GetHashCode(); - if (FMKDIFNJAJC != 0) hash ^= FMKDIFNJAJC.GetHashCode(); - if (KJGDKNJFCPG != 0) hash ^= KJGDKNJFCPG.GetHashCode(); - if (QueuePosition != 0) hash ^= QueuePosition.GetHashCode(); - if (PMANBPLFLKL != false) hash ^= PMANBPLFLKL.GetHashCode(); - hash ^= hLIEAMPLIPP_.GetHashCode(); - hash ^= kNCHEHIIJNN_.GetHashCode(); - if (EHCJCILCNOP != 0) hash ^= EHCJCILCNOP.GetHashCode(); - if (IEPGCLGKHEG != 0) hash ^= IEPGCLGKHEG.GetHashCode(); - if (FJKBAIMDPEP != false) hash ^= FJKBAIMDPEP.GetHashCode(); - if (DNDJKDFHEPE != global::EggLink.DanhengServer.Proto.IMPKPKAMIAF.MarbleSyncTypeNone) hash ^= DNDJKDFHEPE.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (PMANBPLFLKL != false) { - output.WriteRawTag(8); - output.WriteBool(PMANBPLFLKL); - } - if (DHELBCIMLGA != 0) { - output.WriteRawTag(16); - output.WriteUInt32(DHELBCIMLGA); - } - kNCHEHIIJNN_.WriteTo(output, _repeated_kNCHEHIIJNN_codec); - hLIEAMPLIPP_.WriteTo(output, _repeated_hLIEAMPLIPP_codec); - if (DNDJKDFHEPE != global::EggLink.DanhengServer.Proto.IMPKPKAMIAF.MarbleSyncTypeNone) { - output.WriteRawTag(40); - output.WriteEnum((int) DNDJKDFHEPE); - } - dPOOAPKPCHF_.WriteTo(output, _repeated_dPOOAPKPCHF_codec); - if (HMFFHGBKOGL != 0) { - output.WriteRawTag(56); - output.WriteUInt32(HMFFHGBKOGL); - } - if (QueuePosition != 0) { - output.WriteRawTag(64); - output.WriteUInt32(QueuePosition); - } - if (EEFCBBKKFLC != 0F) { - output.WriteRawTag(77); - output.WriteFloat(EEFCBBKKFLC); - } - if (FJKBAIMDPEP != false) { - output.WriteRawTag(80); - output.WriteBool(FJKBAIMDPEP); - } - if (EHCJCILCNOP != 0) { - output.WriteRawTag(88); - output.WriteUInt32(EHCJCILCNOP); - } - if (FMKDIFNJAJC != 0) { - output.WriteRawTag(96); - output.WriteUInt32(FMKDIFNJAJC); - } - jLDCFLKCBLD_.WriteTo(output, _repeated_jLDCFLKCBLD_codec); - if (KJGDKNJFCPG != 0) { - output.WriteRawTag(112); - output.WriteUInt32(KJGDKNJFCPG); - } - if (ExtraId != 0) { - output.WriteRawTag(120); - output.WriteUInt32(ExtraId); - } - if (NKHPCKEGPCL != 0) { - output.WriteRawTag(224, 57); - output.WriteUInt32(NKHPCKEGPCL); - } - if (OMKKPGFJHFE != false) { - output.WriteRawTag(224, 67); - output.WriteBool(OMKKPGFJHFE); - } - aINLMGDNHIB_.WriteTo(output, _repeated_aINLMGDNHIB_codec); - if (FOMBHJKDHGO != 0) { - output.WriteRawTag(192, 81); - output.WriteUInt32(FOMBHJKDHGO); - } - if (IEPGCLGKHEG != 0) { - output.WriteRawTag(144, 82); - output.WriteUInt32(IEPGCLGKHEG); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (PMANBPLFLKL != false) { - output.WriteRawTag(8); - output.WriteBool(PMANBPLFLKL); - } - if (DHELBCIMLGA != 0) { - output.WriteRawTag(16); - output.WriteUInt32(DHELBCIMLGA); - } - kNCHEHIIJNN_.WriteTo(ref output, _repeated_kNCHEHIIJNN_codec); - hLIEAMPLIPP_.WriteTo(ref output, _repeated_hLIEAMPLIPP_codec); - if (DNDJKDFHEPE != global::EggLink.DanhengServer.Proto.IMPKPKAMIAF.MarbleSyncTypeNone) { - output.WriteRawTag(40); - output.WriteEnum((int) DNDJKDFHEPE); - } - dPOOAPKPCHF_.WriteTo(ref output, _repeated_dPOOAPKPCHF_codec); - if (HMFFHGBKOGL != 0) { - output.WriteRawTag(56); - output.WriteUInt32(HMFFHGBKOGL); - } - if (QueuePosition != 0) { - output.WriteRawTag(64); - output.WriteUInt32(QueuePosition); - } - if (EEFCBBKKFLC != 0F) { - output.WriteRawTag(77); - output.WriteFloat(EEFCBBKKFLC); - } - if (FJKBAIMDPEP != false) { - output.WriteRawTag(80); - output.WriteBool(FJKBAIMDPEP); - } - if (EHCJCILCNOP != 0) { - output.WriteRawTag(88); - output.WriteUInt32(EHCJCILCNOP); - } - if (FMKDIFNJAJC != 0) { - output.WriteRawTag(96); - output.WriteUInt32(FMKDIFNJAJC); - } - jLDCFLKCBLD_.WriteTo(ref output, _repeated_jLDCFLKCBLD_codec); - if (KJGDKNJFCPG != 0) { - output.WriteRawTag(112); - output.WriteUInt32(KJGDKNJFCPG); - } - if (ExtraId != 0) { - output.WriteRawTag(120); - output.WriteUInt32(ExtraId); - } - if (NKHPCKEGPCL != 0) { - output.WriteRawTag(224, 57); - output.WriteUInt32(NKHPCKEGPCL); - } - if (OMKKPGFJHFE != false) { - output.WriteRawTag(224, 67); - output.WriteBool(OMKKPGFJHFE); - } - aINLMGDNHIB_.WriteTo(ref output, _repeated_aINLMGDNHIB_codec); - if (FOMBHJKDHGO != 0) { - output.WriteRawTag(192, 81); - output.WriteUInt32(FOMBHJKDHGO); - } - if (IEPGCLGKHEG != 0) { - output.WriteRawTag(144, 82); - output.WriteUInt32(IEPGCLGKHEG); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - size += aINLMGDNHIB_.CalculateSize(_repeated_aINLMGDNHIB_codec); - if (FOMBHJKDHGO != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(FOMBHJKDHGO); - } - size += jLDCFLKCBLD_.CalculateSize(_repeated_jLDCFLKCBLD_codec); - if (HMFFHGBKOGL != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HMFFHGBKOGL); - } - size += dPOOAPKPCHF_.CalculateSize(_repeated_dPOOAPKPCHF_codec); - if (NKHPCKEGPCL != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(NKHPCKEGPCL); - } - if (OMKKPGFJHFE != false) { - size += 2 + 1; - } - if (EEFCBBKKFLC != 0F) { - size += 1 + 4; - } - if (DHELBCIMLGA != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DHELBCIMLGA); - } - if (ExtraId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ExtraId); - } - if (FMKDIFNJAJC != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FMKDIFNJAJC); - } - if (KJGDKNJFCPG != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KJGDKNJFCPG); - } - if (QueuePosition != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(QueuePosition); - } - if (PMANBPLFLKL != false) { - size += 1 + 1; - } - size += hLIEAMPLIPP_.CalculateSize(_repeated_hLIEAMPLIPP_codec); - size += kNCHEHIIJNN_.CalculateSize(_repeated_kNCHEHIIJNN_codec); - if (EHCJCILCNOP != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EHCJCILCNOP); - } - if (IEPGCLGKHEG != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(IEPGCLGKHEG); - } - if (FJKBAIMDPEP != false) { - size += 1 + 1; - } - if (DNDJKDFHEPE != global::EggLink.DanhengServer.Proto.IMPKPKAMIAF.MarbleSyncTypeNone) { - size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) DNDJKDFHEPE); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(GLDNBPFCNHD other) { - if (other == null) { - return; - } - aINLMGDNHIB_.Add(other.aINLMGDNHIB_); - if (other.FOMBHJKDHGO != 0) { - FOMBHJKDHGO = other.FOMBHJKDHGO; - } - jLDCFLKCBLD_.Add(other.jLDCFLKCBLD_); - if (other.HMFFHGBKOGL != 0) { - HMFFHGBKOGL = other.HMFFHGBKOGL; - } - dPOOAPKPCHF_.Add(other.dPOOAPKPCHF_); - if (other.NKHPCKEGPCL != 0) { - NKHPCKEGPCL = other.NKHPCKEGPCL; - } - if (other.OMKKPGFJHFE != false) { - OMKKPGFJHFE = other.OMKKPGFJHFE; - } - if (other.EEFCBBKKFLC != 0F) { - EEFCBBKKFLC = other.EEFCBBKKFLC; - } - if (other.DHELBCIMLGA != 0) { - DHELBCIMLGA = other.DHELBCIMLGA; - } - if (other.ExtraId != 0) { - ExtraId = other.ExtraId; - } - if (other.FMKDIFNJAJC != 0) { - FMKDIFNJAJC = other.FMKDIFNJAJC; - } - if (other.KJGDKNJFCPG != 0) { - KJGDKNJFCPG = other.KJGDKNJFCPG; - } - if (other.QueuePosition != 0) { - QueuePosition = other.QueuePosition; - } - if (other.PMANBPLFLKL != false) { - PMANBPLFLKL = other.PMANBPLFLKL; - } - hLIEAMPLIPP_.Add(other.hLIEAMPLIPP_); - kNCHEHIIJNN_.Add(other.kNCHEHIIJNN_); - if (other.EHCJCILCNOP != 0) { - EHCJCILCNOP = other.EHCJCILCNOP; - } - if (other.IEPGCLGKHEG != 0) { - IEPGCLGKHEG = other.IEPGCLGKHEG; - } - if (other.FJKBAIMDPEP != false) { - FJKBAIMDPEP = other.FJKBAIMDPEP; - } - if (other.DNDJKDFHEPE != global::EggLink.DanhengServer.Proto.IMPKPKAMIAF.MarbleSyncTypeNone) { - DNDJKDFHEPE = other.DNDJKDFHEPE; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - PMANBPLFLKL = input.ReadBool(); - break; - } - case 16: { - DHELBCIMLGA = input.ReadUInt32(); - break; - } - case 26: - case 24: { - kNCHEHIIJNN_.AddEntriesFrom(input, _repeated_kNCHEHIIJNN_codec); - break; - } - case 34: { - hLIEAMPLIPP_.AddEntriesFrom(input, _repeated_hLIEAMPLIPP_codec); - break; - } - case 40: { - DNDJKDFHEPE = (global::EggLink.DanhengServer.Proto.IMPKPKAMIAF) input.ReadEnum(); - break; - } - case 50: - case 48: { - dPOOAPKPCHF_.AddEntriesFrom(input, _repeated_dPOOAPKPCHF_codec); - break; - } - case 56: { - HMFFHGBKOGL = input.ReadUInt32(); - break; - } - case 64: { - QueuePosition = input.ReadUInt32(); - break; - } - case 77: { - EEFCBBKKFLC = input.ReadFloat(); - break; - } - case 80: { - FJKBAIMDPEP = input.ReadBool(); - break; - } - case 88: { - EHCJCILCNOP = input.ReadUInt32(); - break; - } - case 96: { - FMKDIFNJAJC = input.ReadUInt32(); - break; - } - case 106: - case 104: { - jLDCFLKCBLD_.AddEntriesFrom(input, _repeated_jLDCFLKCBLD_codec); - break; - } - case 112: { - KJGDKNJFCPG = input.ReadUInt32(); - break; - } - case 120: { - ExtraId = input.ReadUInt32(); - break; - } - case 7392: { - NKHPCKEGPCL = input.ReadUInt32(); - break; - } - case 8672: { - OMKKPGFJHFE = input.ReadBool(); - break; - } - case 9122: { - aINLMGDNHIB_.AddEntriesFrom(input, _repeated_aINLMGDNHIB_codec); - break; - } - case 10432: { - FOMBHJKDHGO = input.ReadUInt32(); - break; - } - case 10512: { - IEPGCLGKHEG = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - PMANBPLFLKL = input.ReadBool(); - break; - } - case 16: { - DHELBCIMLGA = input.ReadUInt32(); - break; - } - case 26: - case 24: { - kNCHEHIIJNN_.AddEntriesFrom(ref input, _repeated_kNCHEHIIJNN_codec); - break; - } - case 34: { - hLIEAMPLIPP_.AddEntriesFrom(ref input, _repeated_hLIEAMPLIPP_codec); - break; - } - case 40: { - DNDJKDFHEPE = (global::EggLink.DanhengServer.Proto.IMPKPKAMIAF) input.ReadEnum(); - break; - } - case 50: - case 48: { - dPOOAPKPCHF_.AddEntriesFrom(ref input, _repeated_dPOOAPKPCHF_codec); - break; - } - case 56: { - HMFFHGBKOGL = input.ReadUInt32(); - break; - } - case 64: { - QueuePosition = input.ReadUInt32(); - break; - } - case 77: { - EEFCBBKKFLC = input.ReadFloat(); - break; - } - case 80: { - FJKBAIMDPEP = input.ReadBool(); - break; - } - case 88: { - EHCJCILCNOP = input.ReadUInt32(); - break; - } - case 96: { - FMKDIFNJAJC = input.ReadUInt32(); - break; - } - case 106: - case 104: { - jLDCFLKCBLD_.AddEntriesFrom(ref input, _repeated_jLDCFLKCBLD_codec); - break; - } - case 112: { - KJGDKNJFCPG = input.ReadUInt32(); - break; - } - case 120: { - ExtraId = input.ReadUInt32(); - break; - } - case 7392: { - NKHPCKEGPCL = input.ReadUInt32(); - break; - } - case 8672: { - OMKKPGFJHFE = input.ReadBool(); - break; - } - case 9122: { - aINLMGDNHIB_.AddEntriesFrom(ref input, _repeated_aINLMGDNHIB_codec); - break; - } - case 10432: { - FOMBHJKDHGO = input.ReadUInt32(); - break; - } - case 10512: { - IEPGCLGKHEG = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/GMGJCIHDFMA.cs b/Proto/GMGJCIHDFMA.cs deleted file mode 100644 index 888a0b4e..00000000 --- a/Proto/GMGJCIHDFMA.cs +++ /dev/null @@ -1,271 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: GMGJCIHDFMA.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from GMGJCIHDFMA.proto - public static partial class GMGJCIHDFMAReflection { - - #region Descriptor - /// File descriptor for GMGJCIHDFMA.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static GMGJCIHDFMAReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFHTUdKQ0lIREZNQS5wcm90byIrCgtHTUdKQ0lIREZNQRIKCgJpZBgBIAEo", - "DRIQCghwcm9ncmVzcxgCIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy", - "LlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GMGJCIHDFMA), global::EggLink.DanhengServer.Proto.GMGJCIHDFMA.Parser, new[]{ "Id", "Progress" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class GMGJCIHDFMA : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new GMGJCIHDFMA()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.GMGJCIHDFMAReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GMGJCIHDFMA() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GMGJCIHDFMA(GMGJCIHDFMA other) : this() { - id_ = other.id_; - progress_ = other.progress_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GMGJCIHDFMA Clone() { - return new GMGJCIHDFMA(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private uint id_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint Id { - get { return id_; } - set { - id_ = value; - } - } - - /// Field number for the "progress" field. - public const int ProgressFieldNumber = 2; - private uint progress_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint Progress { - get { return progress_; } - set { - progress_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as GMGJCIHDFMA); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(GMGJCIHDFMA other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - if (Progress != other.Progress) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Id != 0) hash ^= Id.GetHashCode(); - if (Progress != 0) hash ^= Progress.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Id != 0) { - output.WriteRawTag(8); - output.WriteUInt32(Id); - } - if (Progress != 0) { - output.WriteRawTag(16); - output.WriteUInt32(Progress); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Id != 0) { - output.WriteRawTag(8); - output.WriteUInt32(Id); - } - if (Progress != 0) { - output.WriteRawTag(16); - output.WriteUInt32(Progress); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Id != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Id); - } - if (Progress != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Progress); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(GMGJCIHDFMA other) { - if (other == null) { - return; - } - if (other.Id != 0) { - Id = other.Id; - } - if (other.Progress != 0) { - Progress = other.Progress; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - Id = input.ReadUInt32(); - break; - } - case 16: { - Progress = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - Id = input.ReadUInt32(); - break; - } - case 16: { - Progress = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/GMKEPCOMHPN.cs b/Proto/GMKEPCOMHPN.cs index 18359e0a..22b40521 100644 --- a/Proto/GMKEPCOMHPN.cs +++ b/Proto/GMKEPCOMHPN.cs @@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto { static GMKEPCOMHPNReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFHTUtFUENPTUhQTi5wcm90bxoPU3BCYXJJbmZvLnByb3RvGiJBZXRoZXJk", - "aXZpZGVTcGlyaXRMaW5ldXBUeXBlLnByb3RvImIKC0dNS0VQQ09NSFBOEisK", + "ChFHTUtFUENPTUhQTi5wcm90bxoiQWV0aGVyZGl2aWRlU3Bpcml0TGluZXVw", + "VHlwZS5wcm90bxoPU3BCYXJJbmZvLnByb3RvImIKC0dNS0VQQ09NSFBOEisK", "BHR5cGUYASABKA4yHS5BZXRoZXJkaXZpZGVTcGlyaXRMaW5ldXBUeXBlEgoK", "AmlkGAIgASgNEhoKBnNwX2JhchgDIAEoCzIKLlNwQmFySW5mb0IeqgIbRWdn", "TGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.SpBarInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.AetherdivideSpiritLineupTypeReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AetherdivideSpiritLineupTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.SpBarInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GMKEPCOMHPN), global::EggLink.DanhengServer.Proto.GMKEPCOMHPN.Parser, new[]{ "Type", "Id", "SpBar" }, null, null, null, null) })); diff --git a/Proto/GOAMMAGCIJJ.cs b/Proto/GOAMMAGCIJJ.cs index d47b6987..3a841525 100644 --- a/Proto/GOAMMAGCIJJ.cs +++ b/Proto/GOAMMAGCIJJ.cs @@ -99,7 +99,7 @@ namespace EggLink.DanhengServer.Proto { public const int ELIADKDAECOFieldNumber = 13; private uint eLIADKDAECO_; /// - /// repeated GOAMMAGCIJJ JNDKOOEJCFC = 8; + ///repeated GOAMMAGCIJJ GOAMMAGCIJJ = 8; /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] diff --git a/Proto/GOCKGIGBDCG.cs b/Proto/GOCKGIGBDCG.cs deleted file mode 100644 index cb207b6f..00000000 --- a/Proto/GOCKGIGBDCG.cs +++ /dev/null @@ -1,318 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: GOCKGIGBDCG.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from GOCKGIGBDCG.proto - public static partial class GOCKGIGBDCGReflection { - - #region Descriptor - /// File descriptor for GOCKGIGBDCG.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static GOCKGIGBDCGReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFHT0NLR0lHQkRDRy5wcm90bxoRUEZHQUlFQkdIQ1AucHJvdG8iVgoLR09D", - "S0dJR0JEQ0cSIQoLS0JDRUpJTkZOTkoYBSABKAsyDC5QRkdBSUVCR0hDUBIT", - "CgtDSExMTUZKR1BQQRgJIAEoDRIPCgdpdGVtX2lkGAogASgNQh6qAhtFZ2dM", - "aW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PFGAIEBGHCPReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GOCKGIGBDCG), global::EggLink.DanhengServer.Proto.GOCKGIGBDCG.Parser, new[]{ "KBCEJINFNNJ", "CHLLMFJGPPA", "ItemId" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class GOCKGIGBDCG : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new GOCKGIGBDCG()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.GOCKGIGBDCGReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GOCKGIGBDCG() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GOCKGIGBDCG(GOCKGIGBDCG other) : this() { - kBCEJINFNNJ_ = other.kBCEJINFNNJ_ != null ? other.kBCEJINFNNJ_.Clone() : null; - cHLLMFJGPPA_ = other.cHLLMFJGPPA_; - itemId_ = other.itemId_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GOCKGIGBDCG Clone() { - return new GOCKGIGBDCG(this); - } - - /// Field number for the "KBCEJINFNNJ" field. - public const int KBCEJINFNNJFieldNumber = 5; - private global::EggLink.DanhengServer.Proto.PFGAIEBGHCP kBCEJINFNNJ_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.PFGAIEBGHCP KBCEJINFNNJ { - get { return kBCEJINFNNJ_; } - set { - kBCEJINFNNJ_ = value; - } - } - - /// Field number for the "CHLLMFJGPPA" field. - public const int CHLLMFJGPPAFieldNumber = 9; - private uint cHLLMFJGPPA_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint CHLLMFJGPPA { - get { return cHLLMFJGPPA_; } - set { - cHLLMFJGPPA_ = value; - } - } - - /// Field number for the "item_id" field. - public const int ItemIdFieldNumber = 10; - private uint itemId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint ItemId { - get { return itemId_; } - set { - itemId_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as GOCKGIGBDCG); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(GOCKGIGBDCG other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (!object.Equals(KBCEJINFNNJ, other.KBCEJINFNNJ)) return false; - if (CHLLMFJGPPA != other.CHLLMFJGPPA) return false; - if (ItemId != other.ItemId) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (kBCEJINFNNJ_ != null) hash ^= KBCEJINFNNJ.GetHashCode(); - if (CHLLMFJGPPA != 0) hash ^= CHLLMFJGPPA.GetHashCode(); - if (ItemId != 0) hash ^= ItemId.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (kBCEJINFNNJ_ != null) { - output.WriteRawTag(42); - output.WriteMessage(KBCEJINFNNJ); - } - if (CHLLMFJGPPA != 0) { - output.WriteRawTag(72); - output.WriteUInt32(CHLLMFJGPPA); - } - if (ItemId != 0) { - output.WriteRawTag(80); - output.WriteUInt32(ItemId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (kBCEJINFNNJ_ != null) { - output.WriteRawTag(42); - output.WriteMessage(KBCEJINFNNJ); - } - if (CHLLMFJGPPA != 0) { - output.WriteRawTag(72); - output.WriteUInt32(CHLLMFJGPPA); - } - if (ItemId != 0) { - output.WriteRawTag(80); - output.WriteUInt32(ItemId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (kBCEJINFNNJ_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(KBCEJINFNNJ); - } - if (CHLLMFJGPPA != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CHLLMFJGPPA); - } - if (ItemId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ItemId); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(GOCKGIGBDCG other) { - if (other == null) { - return; - } - if (other.kBCEJINFNNJ_ != null) { - if (kBCEJINFNNJ_ == null) { - KBCEJINFNNJ = new global::EggLink.DanhengServer.Proto.PFGAIEBGHCP(); - } - KBCEJINFNNJ.MergeFrom(other.KBCEJINFNNJ); - } - if (other.CHLLMFJGPPA != 0) { - CHLLMFJGPPA = other.CHLLMFJGPPA; - } - if (other.ItemId != 0) { - ItemId = other.ItemId; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 42: { - if (kBCEJINFNNJ_ == null) { - KBCEJINFNNJ = new global::EggLink.DanhengServer.Proto.PFGAIEBGHCP(); - } - input.ReadMessage(KBCEJINFNNJ); - break; - } - case 72: { - CHLLMFJGPPA = input.ReadUInt32(); - break; - } - case 80: { - ItemId = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 42: { - if (kBCEJINFNNJ_ == null) { - KBCEJINFNNJ = new global::EggLink.DanhengServer.Proto.PFGAIEBGHCP(); - } - input.ReadMessage(KBCEJINFNNJ); - break; - } - case 72: { - CHLLMFJGPPA = input.ReadUInt32(); - break; - } - case 80: { - ItemId = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/GPJACEJJMEB.cs b/Proto/GPJACEJJMEB.cs deleted file mode 100644 index cc085ca5..00000000 --- a/Proto/GPJACEJJMEB.cs +++ /dev/null @@ -1,196 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: GPJACEJJMEB.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from GPJACEJJMEB.proto - public static partial class GPJACEJJMEBReflection { - - #region Descriptor - /// File descriptor for GPJACEJJMEB.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static GPJACEJJMEBReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFHUEpBQ0VKSk1FQi5wcm90byINCgtHUEpBQ0VKSk1FQkIeqgIbRWdnTGlu", - "ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GPJACEJJMEB), global::EggLink.DanhengServer.Proto.GPJACEJJMEB.Parser, null, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class GPJACEJJMEB : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new GPJACEJJMEB()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.GPJACEJJMEBReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GPJACEJJMEB() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GPJACEJJMEB(GPJACEJJMEB other) : this() { - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GPJACEJJMEB Clone() { - return new GPJACEJJMEB(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as GPJACEJJMEB); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(GPJACEJJMEB other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(GPJACEJJMEB other) { - if (other == null) { - return; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/GachaCeilingAvatar.cs b/Proto/GachaCeilingAvatar.cs index a8d80049..933b44d4 100644 --- a/Proto/GachaCeilingAvatar.cs +++ b/Proto/GachaCeilingAvatar.cs @@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto { static GachaCeilingAvatarReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChhHYWNoYUNlaWxpbmdBdmF0YXIucHJvdG8iOwoSR2FjaGFDZWlsaW5nQXZh", - "dGFyEhAKCEF2YXRhcklkGA4gASgNEhMKC1JlcGVhdGVkQ250GAsgASgNQh6q", - "AhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "ChhHYWNoYUNlaWxpbmdBdmF0YXIucHJvdG8iPQoSR2FjaGFDZWlsaW5nQXZh", + "dGFyEhEKCWF2YXRhcl9pZBgOIAEoDRIUCgxyZXBlYXRlZF9jbnQYCyABKA1C", + "HqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -83,7 +83,7 @@ namespace EggLink.DanhengServer.Proto { return new GachaCeilingAvatar(this); } - /// Field number for the "AvatarId" field. + /// Field number for the "avatar_id" field. public const int AvatarIdFieldNumber = 14; private uint avatarId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -95,7 +95,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "RepeatedCnt" field. + /// Field number for the "repeated_cnt" field. public const int RepeatedCntFieldNumber = 11; private uint repeatedCnt_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/GamecoreConfig.cs b/Proto/GamecoreConfig.cs deleted file mode 100644 index 47e679f5..00000000 --- a/Proto/GamecoreConfig.cs +++ /dev/null @@ -1,459 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: GamecoreConfig.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from GamecoreConfig.proto - public static partial class GamecoreConfigReflection { - - #region Descriptor - /// File descriptor for GamecoreConfig.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static GamecoreConfigReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChRHYW1lY29yZUNvbmZpZy5wcm90byKmAQoOR2FtZWNvcmVDb25maWcSFgoO", - "aXNfc2tpcF92ZXJpZnkYASABKAgSFAoMbWF4X3R1cm5fY250GAIgASgNEhUK", - "DWlzX2F1dG9fZmlnaHQYAyABKAgSEAoIY3N2X3BhdGgYBCABKAkSEwoLTEtG", - "RFBETERNSUIYBSABKAgSEwoLTU5BTFBORk5NSU8YBiABKAgSEwoLR0dGQ09K", - "RkxLQlAYByABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG", - "cHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GamecoreConfig), global::EggLink.DanhengServer.Proto.GamecoreConfig.Parser, new[]{ "IsSkipVerify", "MaxTurnCnt", "IsAutoFight", "CsvPath", "LKFDPDLDMIB", "MNALPNFNMIO", "GGFCOJFLKBP" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class GamecoreConfig : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new GamecoreConfig()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.GamecoreConfigReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GamecoreConfig() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GamecoreConfig(GamecoreConfig other) : this() { - isSkipVerify_ = other.isSkipVerify_; - maxTurnCnt_ = other.maxTurnCnt_; - isAutoFight_ = other.isAutoFight_; - csvPath_ = other.csvPath_; - lKFDPDLDMIB_ = other.lKFDPDLDMIB_; - mNALPNFNMIO_ = other.mNALPNFNMIO_; - gGFCOJFLKBP_ = other.gGFCOJFLKBP_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GamecoreConfig Clone() { - return new GamecoreConfig(this); - } - - /// Field number for the "is_skip_verify" field. - public const int IsSkipVerifyFieldNumber = 1; - private bool isSkipVerify_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool IsSkipVerify { - get { return isSkipVerify_; } - set { - isSkipVerify_ = value; - } - } - - /// Field number for the "max_turn_cnt" field. - public const int MaxTurnCntFieldNumber = 2; - private uint maxTurnCnt_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint MaxTurnCnt { - get { return maxTurnCnt_; } - set { - maxTurnCnt_ = value; - } - } - - /// Field number for the "is_auto_fight" field. - public const int IsAutoFightFieldNumber = 3; - private bool isAutoFight_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool IsAutoFight { - get { return isAutoFight_; } - set { - isAutoFight_ = value; - } - } - - /// Field number for the "csv_path" field. - public const int CsvPathFieldNumber = 4; - private string csvPath_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string CsvPath { - get { return csvPath_; } - set { - csvPath_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "LKFDPDLDMIB" field. - public const int LKFDPDLDMIBFieldNumber = 5; - private bool lKFDPDLDMIB_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool LKFDPDLDMIB { - get { return lKFDPDLDMIB_; } - set { - lKFDPDLDMIB_ = value; - } - } - - /// Field number for the "MNALPNFNMIO" field. - public const int MNALPNFNMIOFieldNumber = 6; - private bool mNALPNFNMIO_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool MNALPNFNMIO { - get { return mNALPNFNMIO_; } - set { - mNALPNFNMIO_ = value; - } - } - - /// Field number for the "GGFCOJFLKBP" field. - public const int GGFCOJFLKBPFieldNumber = 7; - private uint gGFCOJFLKBP_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint GGFCOJFLKBP { - get { return gGFCOJFLKBP_; } - set { - gGFCOJFLKBP_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as GamecoreConfig); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(GamecoreConfig other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (IsSkipVerify != other.IsSkipVerify) return false; - if (MaxTurnCnt != other.MaxTurnCnt) return false; - if (IsAutoFight != other.IsAutoFight) return false; - if (CsvPath != other.CsvPath) return false; - if (LKFDPDLDMIB != other.LKFDPDLDMIB) return false; - if (MNALPNFNMIO != other.MNALPNFNMIO) return false; - if (GGFCOJFLKBP != other.GGFCOJFLKBP) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (IsSkipVerify != false) hash ^= IsSkipVerify.GetHashCode(); - if (MaxTurnCnt != 0) hash ^= MaxTurnCnt.GetHashCode(); - if (IsAutoFight != false) hash ^= IsAutoFight.GetHashCode(); - if (CsvPath.Length != 0) hash ^= CsvPath.GetHashCode(); - if (LKFDPDLDMIB != false) hash ^= LKFDPDLDMIB.GetHashCode(); - if (MNALPNFNMIO != false) hash ^= MNALPNFNMIO.GetHashCode(); - if (GGFCOJFLKBP != 0) hash ^= GGFCOJFLKBP.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (IsSkipVerify != false) { - output.WriteRawTag(8); - output.WriteBool(IsSkipVerify); - } - if (MaxTurnCnt != 0) { - output.WriteRawTag(16); - output.WriteUInt32(MaxTurnCnt); - } - if (IsAutoFight != false) { - output.WriteRawTag(24); - output.WriteBool(IsAutoFight); - } - if (CsvPath.Length != 0) { - output.WriteRawTag(34); - output.WriteString(CsvPath); - } - if (LKFDPDLDMIB != false) { - output.WriteRawTag(40); - output.WriteBool(LKFDPDLDMIB); - } - if (MNALPNFNMIO != false) { - output.WriteRawTag(48); - output.WriteBool(MNALPNFNMIO); - } - if (GGFCOJFLKBP != 0) { - output.WriteRawTag(56); - output.WriteUInt32(GGFCOJFLKBP); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (IsSkipVerify != false) { - output.WriteRawTag(8); - output.WriteBool(IsSkipVerify); - } - if (MaxTurnCnt != 0) { - output.WriteRawTag(16); - output.WriteUInt32(MaxTurnCnt); - } - if (IsAutoFight != false) { - output.WriteRawTag(24); - output.WriteBool(IsAutoFight); - } - if (CsvPath.Length != 0) { - output.WriteRawTag(34); - output.WriteString(CsvPath); - } - if (LKFDPDLDMIB != false) { - output.WriteRawTag(40); - output.WriteBool(LKFDPDLDMIB); - } - if (MNALPNFNMIO != false) { - output.WriteRawTag(48); - output.WriteBool(MNALPNFNMIO); - } - if (GGFCOJFLKBP != 0) { - output.WriteRawTag(56); - output.WriteUInt32(GGFCOJFLKBP); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (IsSkipVerify != false) { - size += 1 + 1; - } - if (MaxTurnCnt != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MaxTurnCnt); - } - if (IsAutoFight != false) { - size += 1 + 1; - } - if (CsvPath.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(CsvPath); - } - if (LKFDPDLDMIB != false) { - size += 1 + 1; - } - if (MNALPNFNMIO != false) { - size += 1 + 1; - } - if (GGFCOJFLKBP != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GGFCOJFLKBP); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(GamecoreConfig other) { - if (other == null) { - return; - } - if (other.IsSkipVerify != false) { - IsSkipVerify = other.IsSkipVerify; - } - if (other.MaxTurnCnt != 0) { - MaxTurnCnt = other.MaxTurnCnt; - } - if (other.IsAutoFight != false) { - IsAutoFight = other.IsAutoFight; - } - if (other.CsvPath.Length != 0) { - CsvPath = other.CsvPath; - } - if (other.LKFDPDLDMIB != false) { - LKFDPDLDMIB = other.LKFDPDLDMIB; - } - if (other.MNALPNFNMIO != false) { - MNALPNFNMIO = other.MNALPNFNMIO; - } - if (other.GGFCOJFLKBP != 0) { - GGFCOJFLKBP = other.GGFCOJFLKBP; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - IsSkipVerify = input.ReadBool(); - break; - } - case 16: { - MaxTurnCnt = input.ReadUInt32(); - break; - } - case 24: { - IsAutoFight = input.ReadBool(); - break; - } - case 34: { - CsvPath = input.ReadString(); - break; - } - case 40: { - LKFDPDLDMIB = input.ReadBool(); - break; - } - case 48: { - MNALPNFNMIO = input.ReadBool(); - break; - } - case 56: { - GGFCOJFLKBP = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - IsSkipVerify = input.ReadBool(); - break; - } - case 16: { - MaxTurnCnt = input.ReadUInt32(); - break; - } - case 24: { - IsAutoFight = input.ReadBool(); - break; - } - case 34: { - CsvPath = input.ReadString(); - break; - } - case 40: { - LKFDPDLDMIB = input.ReadBool(); - break; - } - case 48: { - MNALPNFNMIO = input.ReadBool(); - break; - } - case 56: { - GGFCOJFLKBP = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/GameplayCounterType.cs b/Proto/GameplayCounterType.cs deleted file mode 100644 index 609efaef..00000000 --- a/Proto/GameplayCounterType.cs +++ /dev/null @@ -1,48 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: GameplayCounterType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from GameplayCounterType.proto - public static partial class GameplayCounterTypeReflection { - - #region Descriptor - /// File descriptor for GameplayCounterType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static GameplayCounterTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChlHYW1lcGxheUNvdW50ZXJUeXBlLnByb3RvKl0KE0dhbWVwbGF5Q291bnRl", - "clR5cGUSGQoVR0FNRVBMQVlfQ09VTlRFUl9OT05FEAASKwolR0FNRVBMQVlf", - "Q09VTlRFUl9NT05TVEVSX1NORUFLX1ZJU0lPThDBixFCHqoCG0VnZ0xpbmsu", - "RGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.GameplayCounterType), }, null, null)); - } - #endregion - - } - #region Enums - public enum GameplayCounterType { - [pbr::OriginalName("GAMEPLAY_COUNTER_NONE")] GameplayCounterNone = 0, - [pbr::OriginalName("GAMEPLAY_COUNTER_MONSTER_SNEAK_VISION")] GameplayCounterMonsterSneakVision = 280001, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/GateServer.cs b/Proto/GateServer.cs index 95311727..12a7a7fe 100644 --- a/Proto/GateServer.cs +++ b/Proto/GateServer.cs @@ -24,58 +24,57 @@ namespace EggLink.DanhengServer.Proto { static GateServerReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChBHYXRlU2VydmVyLnByb3RvIpkQCgpHYXRlU2VydmVyEhcKD2V4X3Jlc291", - "cmNlX3VybBgDIAEoCRIYCg9lbmFibGVfY2RuX2lwdjYYngkgASgNEhsKEnNl", - "cnZlcl9kZXNjcmlwdGlvbhjnDSABKAkSKgohcGxheWVyX3JldHVybl9xdWVz", - "dGlvbm5haXJlX2JfdXJsGN8KIAEoCRIVCgxpcHY2X2FkZHJlc3MY8w0gASgJ", - "EiYKHWVuYWJsZV9hbmRyb2lkX21pZGRsZV9wYWNrYWdlGJkCIAEoCBIbChJ1", - "c2VfbmV3X25ldHdvcmtpbmcY2QEgASgIEhUKDHdlYl90b29sX3VybBiGBSAB", - "KAkSHAoTZXZlbnRfdHJhY2tpbmdfb3Blbhi4DSABKAgSHwoWY29tbXVuaXR5", - "X2FjdGl2aXR5X3VybBiyAyABKAkSGgoRY2xvc2VfcmVkZWVtX2NvZGUYiQwg", - "ASgIEhcKD3N0b3BfYmVnaW5fdGltZRgMIAEoAxIbChJuZXR3b3JrX2RpYWdu", - "b3N0aWMYwAwgASgIEiIKGXRlbXBvcmFyeV9tYWludGVuYW5jZV91cmwYmQEg", - "ASgJEh0KFWVuYWJsZV92ZXJzaW9uX3VwZGF0ZRgKIAEoCBIbChJ1c2VyX2Fn", - "cmVlbWVudF91cmwY1AsgASgJEg8KB3JldGNvZGUYAiABKA0SGQoQY2RrZXlf", - "cmVjYWxsX3VybBjvASABKAkSEwoLcmVnaW9uX25hbWUYBiABKAkSGAoQYXNz", - "ZXRfYnVuZGxlX3VybBgJIAEoCRILCgNtc2cYCyABKAkSNwoucm9ndWVfdG91", - "cm5fYnVpbGRfcmVmX2FwaV9yZXFfY29sb3JfaGVhZGVyX2tleRj6AyABKAkS", - "GwoSY3VzdG9tX3NlcnZpY2VfdXJsGIEOIAEoCRIVCg1zdG9wX2VuZF90aW1l", - "GAEgASgDEhgKEGFzYl9yZWxvZ2luX3R5cGUYBCABKA0SOQowcm9ndWVfdG91", - "cm5fYnVpbGRfcmVmX2FwaV9yZXFfY29sb3JfaGVhZGVyX3ZhbHVlGOEBIAEo", - "CRITCgptdHBfc3dpdGNoGN8EIAEoCBIUCgtNUE5KSUtQS09IShirBCABKAkS", - "GQoQcHJlX2Rvd25sb2FkX3VybBjOAiABKAkSGwoScm9ndWVfbWFnaWNfaDVf", - "dXJsGIsCIAEoCRIUCgtFQ0JGRUhGUE9GShiuDyABKAgSFAoLT0FPSElFQ0RH", - "Q0MY6g8gAygJEiUKHHJvZ3VlX3RvdXJuX2J1aWxkX3JlZl9oNV91cmwYmAog", - "ASgJEhkKEGVuYWJsZV93YXRlcm1hcmsY8gkgASgIEiQKG3BsYXllcl9yZXR1", - "cm5faW52aXRlX2g1X3VybBixBSABKAkSIAoXZW5hYmxlX3NhdmVfcmVwbGF5", - "X2ZpbGUY6QEgASgIEgwKBHBvcnQYDiABKA0SGAoQYXNiX3JlbG9naW5fZGVz", - "YxgIIAEoCRIoCh9nYW1lX3N0YXJ0X2N1c3RvbWVyX3NlcnZpY2VfdXJsGKIH", - "IAEoCRIXCg5jbG91ZF9nYW1lX3VybBilBiABKAkSIQoYZGVzaWduX2RhdGFf", - "cmVsb2dpbl9kZXNjGJYNIAEoCRIpCiFlbmFibGVfZGVzaWduX2RhdGFfdmVy", - "c2lvbl91cGRhdGUYDyABKAgSEQoIaW9zX2V4YW0YtAwgASgIEhQKC05HQ0lN", - "SE9MSkJBGMsFIAEoCRIcChNwcml2YWN5X2luX2dhbWVfdXJsGLcKIAEoCRIh", - "ChhlbmFibGVfdXBsb2FkX2JhdHRsZV9sb2cYvgkgASgIEiQKG3JvZ3VlX3Rv", - "dXJuX25vdGljZV9waWNfdHlwZRi/DSABKA0SEwoLUE9PT0xHRktLSkwYTSAB", - "KAkSJQocdGVlbmFnZXJfcHJpdmFjeV9pbl9nYW1lX3VybBjjCCABKAkSKgoh", - "cGxheWVyX3JldHVybl9xdWVzdGlvbm5haXJlX2FfdXJsGLwEIAEoCRIiChl0", - "aGlyZF9wcml2YWN5X2luX2dhbWVfdXJsGLAMIAEoCRIjChpvbmxpbmVfcmVw", - "bGF5X2Rvd25sb2FkX3VybBiUCCABKAkSFgoNaG90X3BvaW50X3VybBjXCiAB", - "KAkSGgoRY2xpZW50X3NlY3JldF9rZXkYkwIgASgJEikKIHBlcnNvbmFsX2lu", - "Zm9ybWF0aW9uX2luX2dhbWVfdXJsGLQFIAEoCRIYCg9mb3JiaWRfcmVjaGFy", - "Z2UYlA0gASgIEgoKAmlwGAcgASgJEh8KFm9wZXJhdGlvbl9mZWVkYmFja191", - "cmwYxQMgASgJEhUKDGlmaXhfdmVyc2lvbhiLDCABKAkSEAoHdXNlX3RjcBiI", - "DiABKAgSIQoYb25saW5lX3JlcGxheV91cGxvYWRfdXJsGPIHIAEoCRIgChhk", - "ZXNpZ25fZGF0YV9yZWxvZ2luX3R5cGUYBSABKA0SHwoWb2ZmaWNpYWxfY29t", - "bXVuaXR5X3VybBiEBCABKAkSNQoscm9ndWVfdG91cm5fYnVpbGRfcmVmX3N0", - "YXRpY19kYXRhX3VybF9wcmVmaXgYpAYgASgJEg8KB2x1YV91cmwYDSABKAkS", - "EQoIaWZpeF91cmwYrwkgASgJEhgKD2xvZ2luX3doaXRlX21zZxi6DSABKAkS", - "GAoPbWRrX3Jlc192ZXJzaW9uGMoBIAEoCRIUCgtFSkNGQkRETExNRRiOCCAB", - "KAkSFAoLTEhPT0ZNQUlIUEMYlAMgASgJQh6qAhtFZ2dMaW5rLkRhbmhlbmdT", - "ZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "ChBHYXRlU2VydmVyLnByb3RvIvgPCgpHYXRlU2VydmVyEg8KB2x1YV91cmwY", + "DSABKAkSFwoOY2xvdWRfZ2FtZV91cmwYpQYgASgJEiEKGGRlc2lnbl9kYXRh", + "X3JlbG9naW5fZGVzYxiWDSABKAkSIgoZdGVtcG9yYXJ5X21haW50ZW5hbmNl", + "X3VybBiZASABKAkSGQoQZW5hYmxlX3dhdGVybWFyaxjyCSABKAgSGwoSbmV0", + "d29ya19kaWFnbm9zdGljGMAMIAEoCBImCh1lbmFibGVfYW5kcm9pZF9taWRk", + "bGVfcGFja2FnZRiZAiABKAgSKgohcGxheWVyX3JldHVybl9xdWVzdGlvbm5h", + "aXJlX2JfdXJsGN8KIAEoCRIfChZvcGVyYXRpb25fZmVlZGJhY2tfdXJsGMUD", + "IAEoCRIhChhvbmxpbmVfcmVwbGF5X3VwbG9hZF91cmwY8gcgASgJEigKH2dh", + "bWVfc3RhcnRfY3VzdG9tZXJfc2VydmljZV91cmwYogcgASgJEhkKEGNka2V5", + "X3JlY2FsbF91cmwY7wEgASgJEiIKGXRoaXJkX3ByaXZhY3lfaW5fZ2FtZV91", + "cmwYsAwgASgJEhgKD21ka19yZXNfdmVyc2lvbhjKASABKAkSGAoPbG9naW5f", + "d2hpdGVfbXNnGLoNIAEoCRIZChBwcmVfZG93bmxvYWRfdXJsGM4CIAEoCRIb", + "ChJ1c2VfbmV3X25ldHdvcmtpbmcY2QEgASgIEhsKEmN1c3RvbV9zZXJ2aWNl", + "X3VybBiBDiABKAkSKQohZW5hYmxlX2Rlc2lnbl9kYXRhX3ZlcnNpb25fdXBk", + "YXRlGA8gASgIEgwKBHBvcnQYDiABKA0SHQoVZW5hYmxlX3ZlcnNpb25fdXBk", + "YXRlGAogASgIEhMKCm10cF9zd2l0Y2gY3wQgASgIEiQKG3BsYXllcl9yZXR1", + "cm5faW52aXRlX2g1X3VybBixBSABKAkSGwoSc2VydmVyX2Rlc2NyaXB0aW9u", + "GOcNIAEoCRIUCgtNUE5KSUtQS09IShirBCABKAkSGAoQYXNzZXRfYnVuZGxl", + "X3VybBgJIAEoCRIlChxyb2d1ZV90b3Vybl9idWlsZF9yZWZfaDVfdXJsGJgK", + "IAEoCRIYCg9mb3JiaWRfcmVjaGFyZ2UYlA0gASgIEhoKEWNsb3NlX3JlZGVl", + "bV9jb2RlGIkMIAEoCBIlChx0ZWVuYWdlcl9wcml2YWN5X2luX2dhbWVfdXJs", + "GOMIIAEoCRIUCgtPQU9ISUVDREdDQxjqDyADKAkSKQogcGVyc29uYWxfaW5m", + "b3JtYXRpb25faW5fZ2FtZV91cmwYtAUgASgJEhsKEnJvZ3VlX21hZ2ljX2g1", + "X3VybBiLAiABKAkSIwoab25saW5lX3JlcGxheV9kb3dubG9hZF91cmwYlAgg", + "ASgJEhQKC0VDQkZFSEZQT0ZKGK4PIAEoCBIbChJ1c2VyX2FncmVlbWVudF91", + "cmwY1AsgASgJEiAKF2VuYWJsZV9zYXZlX3JlcGxheV9maWxlGOkBIAEoCBIc", + "ChNwcml2YWN5X2luX2dhbWVfdXJsGLcKIAEoCRIRCghpZml4X3VybBivCSAB", + "KAkSFQoMd2ViX3Rvb2xfdXJsGIYFIAEoCRIWCg1ob3RfcG9pbnRfdXJsGNcK", + "IAEoCRIVCg1zdG9wX2VuZF90aW1lGAEgASgDEhgKD2VuYWJsZV9jZG5faXB2", + "NhieCSABKA0SJAobcm9ndWVfdG91cm5fbm90aWNlX3BpY190eXBlGL8NIAEo", + "DRI3Ci5yb2d1ZV90b3Vybl9idWlsZF9yZWZfYXBpX3JlcV9jb2xvcl9oZWFk", + "ZXJfa2V5GPoDIAEoCRIRCghpb3NfZXhhbRi0DCABKAgSIQoYZW5hYmxlX3Vw", + "bG9hZF9iYXR0bGVfbG9nGL4JIAEoCBIVCgxpcHY2X2FkZHJlc3MY8w0gASgJ", + "EhQKC0VKQ0ZCRERMTE1FGI4IIAEoCRITCgtyZWdpb25fbmFtZRgGIAEoCRIc", + "ChNldmVudF90cmFja2luZ19vcGVuGLgNIAEoCBIYChBhc2JfcmVsb2dpbl90", + "eXBlGAQgASgNEh4KFXJvZ3VlX3RvdXJuX25vdGljZV9pZBjbBiABKA0SCwoD", + "bXNnGAsgASgJEhgKEGFzYl9yZWxvZ2luX2Rlc2MYCCABKAkSCgoCaXAYByAB", + "KAkSHwoWY29tbXVuaXR5X2FjdGl2aXR5X3VybBiyAyABKAkSFwoPc3RvcF9i", + "ZWdpbl90aW1lGAwgASgDEhAKB3VzZV90Y3AYiA4gASgIEioKIXBsYXllcl9y", + "ZXR1cm5fcXVlc3Rpb25uYWlyZV9hX3VybBi8BCABKAkSGgoRY2xpZW50X3Nl", + "Y3JldF9rZXkYkwIgASgJEiAKGGRlc2lnbl9kYXRhX3JlbG9naW5fdHlwZRgF", + "IAEoDRIVCgxpZml4X3ZlcnNpb24YiwwgASgJEhcKD2V4X3Jlc291cmNlX3Vy", + "bBgDIAEoCRIPCgdyZXRjb2RlGAIgASgNEh8KFm9mZmljaWFsX2NvbW11bml0", + "eV91cmwYhAQgASgJEjUKLHJvZ3VlX3RvdXJuX2J1aWxkX3JlZl9zdGF0aWNf", + "ZGF0YV91cmxfcHJlZml4GKQGIAEoCRI5CjByb2d1ZV90b3Vybl9idWlsZF9y", + "ZWZfYXBpX3JlcV9jb2xvcl9oZWFkZXJfdmFsdWUY4QEgASgJQh6qAhtFZ2dM", + "aW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GateServer), global::EggLink.DanhengServer.Proto.GateServer.Parser, new[]{ "ExResourceUrl", "EnableCdnIpv6", "ServerDescription", "PlayerReturnQuestionnaireBUrl", "Ipv6Address", "EnableAndroidMiddlePackage", "UseNewNetworking", "WebToolUrl", "EventTrackingOpen", "CommunityActivityUrl", "CloseRedeemCode", "StopBeginTime", "NetworkDiagnostic", "TemporaryMaintenanceUrl", "EnableVersionUpdate", "UserAgreementUrl", "Retcode", "CdkeyRecallUrl", "RegionName", "AssetBundleUrl", "Msg", "RogueTournBuildRefApiReqColorHeaderKey", "CustomServiceUrl", "StopEndTime", "AsbReloginType", "RogueTournBuildRefApiReqColorHeaderValue", "MtpSwitch", "MPNJIKPKOHJ", "PreDownloadUrl", "RogueMagicH5Url", "ECBFEHFPOFJ", "OAOHIECDGCC", "RogueTournBuildRefH5Url", "EnableWatermark", "PlayerReturnInviteH5Url", "EnableSaveReplayFile", "Port", "AsbReloginDesc", "GameStartCustomerServiceUrl", "CloudGameUrl", "DesignDataReloginDesc", "EnableDesignDataVersionUpdate", "IosExam", "NGCIMHOLJBA", "PrivacyInGameUrl", "EnableUploadBattleLog", "RogueTournNoticePicType", "POOOLGFKKJL", "TeenagerPrivacyInGameUrl", "PlayerReturnQuestionnaireAUrl", "ThirdPrivacyInGameUrl", "OnlineReplayDownloadUrl", "HotPointUrl", "ClientSecretKey", "PersonalInformationInGameUrl", "ForbidRecharge", "Ip", "OperationFeedbackUrl", "IfixVersion", "UseTcp", "OnlineReplayUploadUrl", "DesignDataReloginType", "OfficialCommunityUrl", "RogueTournBuildRefStaticDataUrlPrefix", "LuaUrl", "IfixUrl", "LoginWhiteMsg", "MdkResVersion", "EJCFBDDLLME", "LHOOFMAIHPC" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GateServer), global::EggLink.DanhengServer.Proto.GateServer.Parser, new[]{ "LuaUrl", "CloudGameUrl", "DesignDataReloginDesc", "TemporaryMaintenanceUrl", "EnableWatermark", "NetworkDiagnostic", "EnableAndroidMiddlePackage", "PlayerReturnQuestionnaireBUrl", "OperationFeedbackUrl", "OnlineReplayUploadUrl", "GameStartCustomerServiceUrl", "CdkeyRecallUrl", "ThirdPrivacyInGameUrl", "MdkResVersion", "LoginWhiteMsg", "PreDownloadUrl", "UseNewNetworking", "CustomServiceUrl", "EnableDesignDataVersionUpdate", "Port", "EnableVersionUpdate", "MtpSwitch", "PlayerReturnInviteH5Url", "ServerDescription", "MPNJIKPKOHJ", "AssetBundleUrl", "RogueTournBuildRefH5Url", "ForbidRecharge", "CloseRedeemCode", "TeenagerPrivacyInGameUrl", "OAOHIECDGCC", "PersonalInformationInGameUrl", "RogueMagicH5Url", "OnlineReplayDownloadUrl", "ECBFEHFPOFJ", "UserAgreementUrl", "EnableSaveReplayFile", "PrivacyInGameUrl", "IfixUrl", "WebToolUrl", "HotPointUrl", "StopEndTime", "EnableCdnIpv6", "RogueTournNoticePicType", "RogueTournBuildRefApiReqColorHeaderKey", "IosExam", "EnableUploadBattleLog", "Ipv6Address", "EJCFBDDLLME", "RegionName", "EventTrackingOpen", "AsbReloginType", "RogueTournNoticeId", "Msg", "AsbReloginDesc", "Ip", "CommunityActivityUrl", "StopBeginTime", "UseTcp", "PlayerReturnQuestionnaireAUrl", "ClientSecretKey", "DesignDataReloginType", "IfixVersion", "ExResourceUrl", "Retcode", "OfficialCommunityUrl", "RogueTournBuildRefStaticDataUrlPrefix", "RogueTournBuildRefApiReqColorHeaderValue" }, null, null, null, null) })); } #endregion @@ -117,76 +116,74 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public GateServer(GateServer other) : this() { - exResourceUrl_ = other.exResourceUrl_; - enableCdnIpv6_ = other.enableCdnIpv6_; - serverDescription_ = other.serverDescription_; - playerReturnQuestionnaireBUrl_ = other.playerReturnQuestionnaireBUrl_; - ipv6Address_ = other.ipv6Address_; - enableAndroidMiddlePackage_ = other.enableAndroidMiddlePackage_; - useNewNetworking_ = other.useNewNetworking_; - webToolUrl_ = other.webToolUrl_; - eventTrackingOpen_ = other.eventTrackingOpen_; - communityActivityUrl_ = other.communityActivityUrl_; - closeRedeemCode_ = other.closeRedeemCode_; - stopBeginTime_ = other.stopBeginTime_; - networkDiagnostic_ = other.networkDiagnostic_; - temporaryMaintenanceUrl_ = other.temporaryMaintenanceUrl_; - enableVersionUpdate_ = other.enableVersionUpdate_; - userAgreementUrl_ = other.userAgreementUrl_; - retcode_ = other.retcode_; - cdkeyRecallUrl_ = other.cdkeyRecallUrl_; - regionName_ = other.regionName_; - assetBundleUrl_ = other.assetBundleUrl_; - msg_ = other.msg_; - rogueTournBuildRefApiReqColorHeaderKey_ = other.rogueTournBuildRefApiReqColorHeaderKey_; - customServiceUrl_ = other.customServiceUrl_; - stopEndTime_ = other.stopEndTime_; - asbReloginType_ = other.asbReloginType_; - rogueTournBuildRefApiReqColorHeaderValue_ = other.rogueTournBuildRefApiReqColorHeaderValue_; - mtpSwitch_ = other.mtpSwitch_; - mPNJIKPKOHJ_ = other.mPNJIKPKOHJ_; - preDownloadUrl_ = other.preDownloadUrl_; - rogueMagicH5Url_ = other.rogueMagicH5Url_; - eCBFEHFPOFJ_ = other.eCBFEHFPOFJ_; - oAOHIECDGCC_ = other.oAOHIECDGCC_.Clone(); - rogueTournBuildRefH5Url_ = other.rogueTournBuildRefH5Url_; - enableWatermark_ = other.enableWatermark_; - playerReturnInviteH5Url_ = other.playerReturnInviteH5Url_; - enableSaveReplayFile_ = other.enableSaveReplayFile_; - port_ = other.port_; - asbReloginDesc_ = other.asbReloginDesc_; - gameStartCustomerServiceUrl_ = other.gameStartCustomerServiceUrl_; + luaUrl_ = other.luaUrl_; cloudGameUrl_ = other.cloudGameUrl_; designDataReloginDesc_ = other.designDataReloginDesc_; - enableDesignDataVersionUpdate_ = other.enableDesignDataVersionUpdate_; - iosExam_ = other.iosExam_; - nGCIMHOLJBA_ = other.nGCIMHOLJBA_; - privacyInGameUrl_ = other.privacyInGameUrl_; - enableUploadBattleLog_ = other.enableUploadBattleLog_; - rogueTournNoticePicType_ = other.rogueTournNoticePicType_; - pOOOLGFKKJL_ = other.pOOOLGFKKJL_; - teenagerPrivacyInGameUrl_ = other.teenagerPrivacyInGameUrl_; - playerReturnQuestionnaireAUrl_ = other.playerReturnQuestionnaireAUrl_; - thirdPrivacyInGameUrl_ = other.thirdPrivacyInGameUrl_; - onlineReplayDownloadUrl_ = other.onlineReplayDownloadUrl_; - hotPointUrl_ = other.hotPointUrl_; - clientSecretKey_ = other.clientSecretKey_; - personalInformationInGameUrl_ = other.personalInformationInGameUrl_; - forbidRecharge_ = other.forbidRecharge_; - ip_ = other.ip_; + temporaryMaintenanceUrl_ = other.temporaryMaintenanceUrl_; + enableWatermark_ = other.enableWatermark_; + networkDiagnostic_ = other.networkDiagnostic_; + enableAndroidMiddlePackage_ = other.enableAndroidMiddlePackage_; + playerReturnQuestionnaireBUrl_ = other.playerReturnQuestionnaireBUrl_; operationFeedbackUrl_ = other.operationFeedbackUrl_; - ifixVersion_ = other.ifixVersion_; - useTcp_ = other.useTcp_; onlineReplayUploadUrl_ = other.onlineReplayUploadUrl_; + gameStartCustomerServiceUrl_ = other.gameStartCustomerServiceUrl_; + cdkeyRecallUrl_ = other.cdkeyRecallUrl_; + thirdPrivacyInGameUrl_ = other.thirdPrivacyInGameUrl_; + mdkResVersion_ = other.mdkResVersion_; + loginWhiteMsg_ = other.loginWhiteMsg_; + preDownloadUrl_ = other.preDownloadUrl_; + useNewNetworking_ = other.useNewNetworking_; + customServiceUrl_ = other.customServiceUrl_; + enableDesignDataVersionUpdate_ = other.enableDesignDataVersionUpdate_; + port_ = other.port_; + enableVersionUpdate_ = other.enableVersionUpdate_; + mtpSwitch_ = other.mtpSwitch_; + playerReturnInviteH5Url_ = other.playerReturnInviteH5Url_; + serverDescription_ = other.serverDescription_; + mPNJIKPKOHJ_ = other.mPNJIKPKOHJ_; + assetBundleUrl_ = other.assetBundleUrl_; + rogueTournBuildRefH5Url_ = other.rogueTournBuildRefH5Url_; + forbidRecharge_ = other.forbidRecharge_; + closeRedeemCode_ = other.closeRedeemCode_; + teenagerPrivacyInGameUrl_ = other.teenagerPrivacyInGameUrl_; + oAOHIECDGCC_ = other.oAOHIECDGCC_.Clone(); + personalInformationInGameUrl_ = other.personalInformationInGameUrl_; + rogueMagicH5Url_ = other.rogueMagicH5Url_; + onlineReplayDownloadUrl_ = other.onlineReplayDownloadUrl_; + eCBFEHFPOFJ_ = other.eCBFEHFPOFJ_; + userAgreementUrl_ = other.userAgreementUrl_; + enableSaveReplayFile_ = other.enableSaveReplayFile_; + privacyInGameUrl_ = other.privacyInGameUrl_; + ifixUrl_ = other.ifixUrl_; + webToolUrl_ = other.webToolUrl_; + hotPointUrl_ = other.hotPointUrl_; + stopEndTime_ = other.stopEndTime_; + enableCdnIpv6_ = other.enableCdnIpv6_; + rogueTournNoticePicType_ = other.rogueTournNoticePicType_; + rogueTournBuildRefApiReqColorHeaderKey_ = other.rogueTournBuildRefApiReqColorHeaderKey_; + iosExam_ = other.iosExam_; + enableUploadBattleLog_ = other.enableUploadBattleLog_; + ipv6Address_ = other.ipv6Address_; + eJCFBDDLLME_ = other.eJCFBDDLLME_; + regionName_ = other.regionName_; + eventTrackingOpen_ = other.eventTrackingOpen_; + asbReloginType_ = other.asbReloginType_; + rogueTournNoticeId_ = other.rogueTournNoticeId_; + msg_ = other.msg_; + asbReloginDesc_ = other.asbReloginDesc_; + ip_ = other.ip_; + communityActivityUrl_ = other.communityActivityUrl_; + stopBeginTime_ = other.stopBeginTime_; + useTcp_ = other.useTcp_; + playerReturnQuestionnaireAUrl_ = other.playerReturnQuestionnaireAUrl_; + clientSecretKey_ = other.clientSecretKey_; designDataReloginType_ = other.designDataReloginType_; + ifixVersion_ = other.ifixVersion_; + exResourceUrl_ = other.exResourceUrl_; + retcode_ = other.retcode_; officialCommunityUrl_ = other.officialCommunityUrl_; rogueTournBuildRefStaticDataUrlPrefix_ = other.rogueTournBuildRefStaticDataUrlPrefix_; - luaUrl_ = other.luaUrl_; - ifixUrl_ = other.ifixUrl_; - loginWhiteMsg_ = other.loginWhiteMsg_; - mdkResVersion_ = other.mdkResVersion_; - eJCFBDDLLME_ = other.eJCFBDDLLME_; - lHOOFMAIHPC_ = other.lHOOFMAIHPC_; + rogueTournBuildRefApiReqColorHeaderValue_ = other.rogueTournBuildRefApiReqColorHeaderValue_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -196,470 +193,15 @@ namespace EggLink.DanhengServer.Proto { return new GateServer(this); } - /// Field number for the "ex_resource_url" field. - public const int ExResourceUrlFieldNumber = 3; - private string exResourceUrl_ = ""; + /// Field number for the "lua_url" field. + public const int LuaUrlFieldNumber = 13; + private string luaUrl_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string ExResourceUrl { - get { return exResourceUrl_; } + public string LuaUrl { + get { return luaUrl_; } set { - exResourceUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "enable_cdn_ipv6" field. - public const int EnableCdnIpv6FieldNumber = 1182; - private uint enableCdnIpv6_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint EnableCdnIpv6 { - get { return enableCdnIpv6_; } - set { - enableCdnIpv6_ = value; - } - } - - /// Field number for the "server_description" field. - public const int ServerDescriptionFieldNumber = 1767; - private string serverDescription_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string ServerDescription { - get { return serverDescription_; } - set { - serverDescription_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "player_return_questionnaire_b_url" field. - public const int PlayerReturnQuestionnaireBUrlFieldNumber = 1375; - private string playerReturnQuestionnaireBUrl_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string PlayerReturnQuestionnaireBUrl { - get { return playerReturnQuestionnaireBUrl_; } - set { - playerReturnQuestionnaireBUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "ipv6_address" field. - public const int Ipv6AddressFieldNumber = 1779; - private string ipv6Address_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Ipv6Address { - get { return ipv6Address_; } - set { - ipv6Address_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "enable_android_middle_package" field. - public const int EnableAndroidMiddlePackageFieldNumber = 281; - private bool enableAndroidMiddlePackage_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool EnableAndroidMiddlePackage { - get { return enableAndroidMiddlePackage_; } - set { - enableAndroidMiddlePackage_ = value; - } - } - - /// Field number for the "use_new_networking" field. - public const int UseNewNetworkingFieldNumber = 217; - private bool useNewNetworking_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool UseNewNetworking { - get { return useNewNetworking_; } - set { - useNewNetworking_ = value; - } - } - - /// Field number for the "web_tool_url" field. - public const int WebToolUrlFieldNumber = 646; - private string webToolUrl_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string WebToolUrl { - get { return webToolUrl_; } - set { - webToolUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "event_tracking_open" field. - public const int EventTrackingOpenFieldNumber = 1720; - private bool eventTrackingOpen_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool EventTrackingOpen { - get { return eventTrackingOpen_; } - set { - eventTrackingOpen_ = value; - } - } - - /// Field number for the "community_activity_url" field. - public const int CommunityActivityUrlFieldNumber = 434; - private string communityActivityUrl_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string CommunityActivityUrl { - get { return communityActivityUrl_; } - set { - communityActivityUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "close_redeem_code" field. - public const int CloseRedeemCodeFieldNumber = 1545; - private bool closeRedeemCode_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool CloseRedeemCode { - get { return closeRedeemCode_; } - set { - closeRedeemCode_ = value; - } - } - - /// Field number for the "stop_begin_time" field. - public const int StopBeginTimeFieldNumber = 12; - private long stopBeginTime_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public long StopBeginTime { - get { return stopBeginTime_; } - set { - stopBeginTime_ = value; - } - } - - /// Field number for the "network_diagnostic" field. - public const int NetworkDiagnosticFieldNumber = 1600; - private bool networkDiagnostic_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool NetworkDiagnostic { - get { return networkDiagnostic_; } - set { - networkDiagnostic_ = value; - } - } - - /// Field number for the "temporary_maintenance_url" field. - public const int TemporaryMaintenanceUrlFieldNumber = 153; - private string temporaryMaintenanceUrl_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string TemporaryMaintenanceUrl { - get { return temporaryMaintenanceUrl_; } - set { - temporaryMaintenanceUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "enable_version_update" field. - public const int EnableVersionUpdateFieldNumber = 10; - private bool enableVersionUpdate_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool EnableVersionUpdate { - get { return enableVersionUpdate_; } - set { - enableVersionUpdate_ = value; - } - } - - /// Field number for the "user_agreement_url" field. - public const int UserAgreementUrlFieldNumber = 1492; - private string userAgreementUrl_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string UserAgreementUrl { - get { return userAgreementUrl_; } - set { - userAgreementUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "retcode" field. - public const int RetcodeFieldNumber = 2; - private uint retcode_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint Retcode { - get { return retcode_; } - set { - retcode_ = value; - } - } - - /// Field number for the "cdkey_recall_url" field. - public const int CdkeyRecallUrlFieldNumber = 239; - private string cdkeyRecallUrl_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string CdkeyRecallUrl { - get { return cdkeyRecallUrl_; } - set { - cdkeyRecallUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "region_name" field. - public const int RegionNameFieldNumber = 6; - private string regionName_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string RegionName { - get { return regionName_; } - set { - regionName_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "asset_bundle_url" field. - public const int AssetBundleUrlFieldNumber = 9; - private string assetBundleUrl_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string AssetBundleUrl { - get { return assetBundleUrl_; } - set { - assetBundleUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "msg" field. - public const int MsgFieldNumber = 11; - private string msg_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Msg { - get { return msg_; } - set { - msg_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "rogue_tourn_build_ref_api_req_color_header_key" field. - public const int RogueTournBuildRefApiReqColorHeaderKeyFieldNumber = 506; - private string rogueTournBuildRefApiReqColorHeaderKey_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string RogueTournBuildRefApiReqColorHeaderKey { - get { return rogueTournBuildRefApiReqColorHeaderKey_; } - set { - rogueTournBuildRefApiReqColorHeaderKey_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "custom_service_url" field. - public const int CustomServiceUrlFieldNumber = 1793; - private string customServiceUrl_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string CustomServiceUrl { - get { return customServiceUrl_; } - set { - customServiceUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "stop_end_time" field. - public const int StopEndTimeFieldNumber = 1; - private long stopEndTime_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public long StopEndTime { - get { return stopEndTime_; } - set { - stopEndTime_ = value; - } - } - - /// Field number for the "asb_relogin_type" field. - public const int AsbReloginTypeFieldNumber = 4; - private uint asbReloginType_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint AsbReloginType { - get { return asbReloginType_; } - set { - asbReloginType_ = value; - } - } - - /// Field number for the "rogue_tourn_build_ref_api_req_color_header_value" field. - public const int RogueTournBuildRefApiReqColorHeaderValueFieldNumber = 225; - private string rogueTournBuildRefApiReqColorHeaderValue_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string RogueTournBuildRefApiReqColorHeaderValue { - get { return rogueTournBuildRefApiReqColorHeaderValue_; } - set { - rogueTournBuildRefApiReqColorHeaderValue_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "mtp_switch" field. - public const int MtpSwitchFieldNumber = 607; - private bool mtpSwitch_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool MtpSwitch { - get { return mtpSwitch_; } - set { - mtpSwitch_ = value; - } - } - - /// Field number for the "MPNJIKPKOHJ" field. - public const int MPNJIKPKOHJFieldNumber = 555; - private string mPNJIKPKOHJ_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string MPNJIKPKOHJ { - get { return mPNJIKPKOHJ_; } - set { - mPNJIKPKOHJ_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "pre_download_url" field. - public const int PreDownloadUrlFieldNumber = 334; - private string preDownloadUrl_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string PreDownloadUrl { - get { return preDownloadUrl_; } - set { - preDownloadUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "rogue_magic_h5_url" field. - public const int RogueMagicH5UrlFieldNumber = 267; - private string rogueMagicH5Url_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string RogueMagicH5Url { - get { return rogueMagicH5Url_; } - set { - rogueMagicH5Url_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "ECBFEHFPOFJ" field. - public const int ECBFEHFPOFJFieldNumber = 1966; - private bool eCBFEHFPOFJ_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool ECBFEHFPOFJ { - get { return eCBFEHFPOFJ_; } - set { - eCBFEHFPOFJ_ = value; - } - } - - /// Field number for the "OAOHIECDGCC" field. - public const int OAOHIECDGCCFieldNumber = 2026; - private static readonly pb::FieldCodec _repeated_oAOHIECDGCC_codec - = pb::FieldCodec.ForString(16210); - private readonly pbc::RepeatedField oAOHIECDGCC_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField OAOHIECDGCC { - get { return oAOHIECDGCC_; } - } - - /// Field number for the "rogue_tourn_build_ref_h5_url" field. - public const int RogueTournBuildRefH5UrlFieldNumber = 1304; - private string rogueTournBuildRefH5Url_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string RogueTournBuildRefH5Url { - get { return rogueTournBuildRefH5Url_; } - set { - rogueTournBuildRefH5Url_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "enable_watermark" field. - public const int EnableWatermarkFieldNumber = 1266; - private bool enableWatermark_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool EnableWatermark { - get { return enableWatermark_; } - set { - enableWatermark_ = value; - } - } - - /// Field number for the "player_return_invite_h5_url" field. - public const int PlayerReturnInviteH5UrlFieldNumber = 689; - private string playerReturnInviteH5Url_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string PlayerReturnInviteH5Url { - get { return playerReturnInviteH5Url_; } - set { - playerReturnInviteH5Url_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "enable_save_replay_file" field. - public const int EnableSaveReplayFileFieldNumber = 233; - private bool enableSaveReplayFile_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool EnableSaveReplayFile { - get { return enableSaveReplayFile_; } - set { - enableSaveReplayFile_ = value; - } - } - - /// Field number for the "port" field. - public const int PortFieldNumber = 14; - private uint port_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint Port { - get { return port_; } - set { - port_ = value; - } - } - - /// Field number for the "asb_relogin_desc" field. - public const int AsbReloginDescFieldNumber = 8; - private string asbReloginDesc_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string AsbReloginDesc { - get { return asbReloginDesc_; } - set { - asbReloginDesc_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "game_start_customer_service_url" field. - public const int GameStartCustomerServiceUrlFieldNumber = 930; - private string gameStartCustomerServiceUrl_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string GameStartCustomerServiceUrl { - get { return gameStartCustomerServiceUrl_; } - set { - gameStartCustomerServiceUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + luaUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } @@ -687,195 +229,63 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "enable_design_data_version_update" field. - public const int EnableDesignDataVersionUpdateFieldNumber = 15; - private bool enableDesignDataVersionUpdate_; + /// Field number for the "temporary_maintenance_url" field. + public const int TemporaryMaintenanceUrlFieldNumber = 153; + private string temporaryMaintenanceUrl_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool EnableDesignDataVersionUpdate { - get { return enableDesignDataVersionUpdate_; } + public string TemporaryMaintenanceUrl { + get { return temporaryMaintenanceUrl_; } set { - enableDesignDataVersionUpdate_ = value; + temporaryMaintenanceUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } - /// Field number for the "ios_exam" field. - public const int IosExamFieldNumber = 1588; - private bool iosExam_; + /// Field number for the "enable_watermark" field. + public const int EnableWatermarkFieldNumber = 1266; + private bool enableWatermark_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool IosExam { - get { return iosExam_; } + public bool EnableWatermark { + get { return enableWatermark_; } set { - iosExam_ = value; + enableWatermark_ = value; } } - /// Field number for the "NGCIMHOLJBA" field. - public const int NGCIMHOLJBAFieldNumber = 715; - private string nGCIMHOLJBA_ = ""; + /// Field number for the "network_diagnostic" field. + public const int NetworkDiagnosticFieldNumber = 1600; + private bool networkDiagnostic_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string NGCIMHOLJBA { - get { return nGCIMHOLJBA_; } + public bool NetworkDiagnostic { + get { return networkDiagnostic_; } set { - nGCIMHOLJBA_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + networkDiagnostic_ = value; } } - /// Field number for the "privacy_in_game_url" field. - public const int PrivacyInGameUrlFieldNumber = 1335; - private string privacyInGameUrl_ = ""; + /// Field number for the "enable_android_middle_package" field. + public const int EnableAndroidMiddlePackageFieldNumber = 281; + private bool enableAndroidMiddlePackage_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string PrivacyInGameUrl { - get { return privacyInGameUrl_; } + public bool EnableAndroidMiddlePackage { + get { return enableAndroidMiddlePackage_; } set { - privacyInGameUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + enableAndroidMiddlePackage_ = value; } } - /// Field number for the "enable_upload_battle_log" field. - public const int EnableUploadBattleLogFieldNumber = 1214; - private bool enableUploadBattleLog_; + /// Field number for the "player_return_questionnaire_b_url" field. + public const int PlayerReturnQuestionnaireBUrlFieldNumber = 1375; + private string playerReturnQuestionnaireBUrl_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool EnableUploadBattleLog { - get { return enableUploadBattleLog_; } + public string PlayerReturnQuestionnaireBUrl { + get { return playerReturnQuestionnaireBUrl_; } set { - enableUploadBattleLog_ = value; - } - } - - /// Field number for the "rogue_tourn_notice_pic_type" field. - public const int RogueTournNoticePicTypeFieldNumber = 1727; - private uint rogueTournNoticePicType_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint RogueTournNoticePicType { - get { return rogueTournNoticePicType_; } - set { - rogueTournNoticePicType_ = value; - } - } - - /// Field number for the "POOOLGFKKJL" field. - public const int POOOLGFKKJLFieldNumber = 77; - private string pOOOLGFKKJL_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string POOOLGFKKJL { - get { return pOOOLGFKKJL_; } - set { - pOOOLGFKKJL_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "teenager_privacy_in_game_url" field. - public const int TeenagerPrivacyInGameUrlFieldNumber = 1123; - private string teenagerPrivacyInGameUrl_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string TeenagerPrivacyInGameUrl { - get { return teenagerPrivacyInGameUrl_; } - set { - teenagerPrivacyInGameUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "player_return_questionnaire_a_url" field. - public const int PlayerReturnQuestionnaireAUrlFieldNumber = 572; - private string playerReturnQuestionnaireAUrl_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string PlayerReturnQuestionnaireAUrl { - get { return playerReturnQuestionnaireAUrl_; } - set { - playerReturnQuestionnaireAUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "third_privacy_in_game_url" field. - public const int ThirdPrivacyInGameUrlFieldNumber = 1584; - private string thirdPrivacyInGameUrl_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string ThirdPrivacyInGameUrl { - get { return thirdPrivacyInGameUrl_; } - set { - thirdPrivacyInGameUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "online_replay_download_url" field. - public const int OnlineReplayDownloadUrlFieldNumber = 1044; - private string onlineReplayDownloadUrl_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string OnlineReplayDownloadUrl { - get { return onlineReplayDownloadUrl_; } - set { - onlineReplayDownloadUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "hot_point_url" field. - public const int HotPointUrlFieldNumber = 1367; - private string hotPointUrl_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string HotPointUrl { - get { return hotPointUrl_; } - set { - hotPointUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "client_secret_key" field. - public const int ClientSecretKeyFieldNumber = 275; - private string clientSecretKey_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string ClientSecretKey { - get { return clientSecretKey_; } - set { - clientSecretKey_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "personal_information_in_game_url" field. - public const int PersonalInformationInGameUrlFieldNumber = 692; - private string personalInformationInGameUrl_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string PersonalInformationInGameUrl { - get { return personalInformationInGameUrl_; } - set { - personalInformationInGameUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "forbid_recharge" field. - public const int ForbidRechargeFieldNumber = 1684; - private bool forbidRecharge_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool ForbidRecharge { - get { return forbidRecharge_; } - set { - forbidRecharge_ = value; - } - } - - /// Field number for the "ip" field. - public const int IpFieldNumber = 7; - private string ip_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Ip { - get { return ip_; } - set { - ip_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + playerReturnQuestionnaireBUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } @@ -891,15 +301,590 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "ifix_version" field. - public const int IfixVersionFieldNumber = 1547; - private string ifixVersion_ = ""; + /// Field number for the "online_replay_upload_url" field. + public const int OnlineReplayUploadUrlFieldNumber = 1010; + private string onlineReplayUploadUrl_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string IfixVersion { - get { return ifixVersion_; } + public string OnlineReplayUploadUrl { + get { return onlineReplayUploadUrl_; } set { - ifixVersion_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + onlineReplayUploadUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "game_start_customer_service_url" field. + public const int GameStartCustomerServiceUrlFieldNumber = 930; + private string gameStartCustomerServiceUrl_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string GameStartCustomerServiceUrl { + get { return gameStartCustomerServiceUrl_; } + set { + gameStartCustomerServiceUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "cdkey_recall_url" field. + public const int CdkeyRecallUrlFieldNumber = 239; + private string cdkeyRecallUrl_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string CdkeyRecallUrl { + get { return cdkeyRecallUrl_; } + set { + cdkeyRecallUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "third_privacy_in_game_url" field. + public const int ThirdPrivacyInGameUrlFieldNumber = 1584; + private string thirdPrivacyInGameUrl_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string ThirdPrivacyInGameUrl { + get { return thirdPrivacyInGameUrl_; } + set { + thirdPrivacyInGameUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "mdk_res_version" field. + public const int MdkResVersionFieldNumber = 202; + private string mdkResVersion_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string MdkResVersion { + get { return mdkResVersion_; } + set { + mdkResVersion_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "login_white_msg" field. + public const int LoginWhiteMsgFieldNumber = 1722; + private string loginWhiteMsg_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string LoginWhiteMsg { + get { return loginWhiteMsg_; } + set { + loginWhiteMsg_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "pre_download_url" field. + public const int PreDownloadUrlFieldNumber = 334; + private string preDownloadUrl_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string PreDownloadUrl { + get { return preDownloadUrl_; } + set { + preDownloadUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "use_new_networking" field. + public const int UseNewNetworkingFieldNumber = 217; + private bool useNewNetworking_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool UseNewNetworking { + get { return useNewNetworking_; } + set { + useNewNetworking_ = value; + } + } + + /// Field number for the "custom_service_url" field. + public const int CustomServiceUrlFieldNumber = 1793; + private string customServiceUrl_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string CustomServiceUrl { + get { return customServiceUrl_; } + set { + customServiceUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "enable_design_data_version_update" field. + public const int EnableDesignDataVersionUpdateFieldNumber = 15; + private bool enableDesignDataVersionUpdate_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool EnableDesignDataVersionUpdate { + get { return enableDesignDataVersionUpdate_; } + set { + enableDesignDataVersionUpdate_ = value; + } + } + + /// Field number for the "port" field. + public const int PortFieldNumber = 14; + private uint port_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public uint Port { + get { return port_; } + set { + port_ = value; + } + } + + /// Field number for the "enable_version_update" field. + public const int EnableVersionUpdateFieldNumber = 10; + private bool enableVersionUpdate_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool EnableVersionUpdate { + get { return enableVersionUpdate_; } + set { + enableVersionUpdate_ = value; + } + } + + /// Field number for the "mtp_switch" field. + public const int MtpSwitchFieldNumber = 607; + private bool mtpSwitch_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool MtpSwitch { + get { return mtpSwitch_; } + set { + mtpSwitch_ = value; + } + } + + /// Field number for the "player_return_invite_h5_url" field. + public const int PlayerReturnInviteH5UrlFieldNumber = 689; + private string playerReturnInviteH5Url_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string PlayerReturnInviteH5Url { + get { return playerReturnInviteH5Url_; } + set { + playerReturnInviteH5Url_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "server_description" field. + public const int ServerDescriptionFieldNumber = 1767; + private string serverDescription_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string ServerDescription { + get { return serverDescription_; } + set { + serverDescription_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "MPNJIKPKOHJ" field. + public const int MPNJIKPKOHJFieldNumber = 555; + private string mPNJIKPKOHJ_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string MPNJIKPKOHJ { + get { return mPNJIKPKOHJ_; } + set { + mPNJIKPKOHJ_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "asset_bundle_url" field. + public const int AssetBundleUrlFieldNumber = 9; + private string assetBundleUrl_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string AssetBundleUrl { + get { return assetBundleUrl_; } + set { + assetBundleUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "rogue_tourn_build_ref_h5_url" field. + public const int RogueTournBuildRefH5UrlFieldNumber = 1304; + private string rogueTournBuildRefH5Url_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string RogueTournBuildRefH5Url { + get { return rogueTournBuildRefH5Url_; } + set { + rogueTournBuildRefH5Url_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "forbid_recharge" field. + public const int ForbidRechargeFieldNumber = 1684; + private bool forbidRecharge_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool ForbidRecharge { + get { return forbidRecharge_; } + set { + forbidRecharge_ = value; + } + } + + /// Field number for the "close_redeem_code" field. + public const int CloseRedeemCodeFieldNumber = 1545; + private bool closeRedeemCode_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool CloseRedeemCode { + get { return closeRedeemCode_; } + set { + closeRedeemCode_ = value; + } + } + + /// Field number for the "teenager_privacy_in_game_url" field. + public const int TeenagerPrivacyInGameUrlFieldNumber = 1123; + private string teenagerPrivacyInGameUrl_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string TeenagerPrivacyInGameUrl { + get { return teenagerPrivacyInGameUrl_; } + set { + teenagerPrivacyInGameUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "OAOHIECDGCC" field. + public const int OAOHIECDGCCFieldNumber = 2026; + private static readonly pb::FieldCodec _repeated_oAOHIECDGCC_codec + = pb::FieldCodec.ForString(16210); + private readonly pbc::RepeatedField oAOHIECDGCC_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField OAOHIECDGCC { + get { return oAOHIECDGCC_; } + } + + /// Field number for the "personal_information_in_game_url" field. + public const int PersonalInformationInGameUrlFieldNumber = 692; + private string personalInformationInGameUrl_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string PersonalInformationInGameUrl { + get { return personalInformationInGameUrl_; } + set { + personalInformationInGameUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "rogue_magic_h5_url" field. + public const int RogueMagicH5UrlFieldNumber = 267; + private string rogueMagicH5Url_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string RogueMagicH5Url { + get { return rogueMagicH5Url_; } + set { + rogueMagicH5Url_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "online_replay_download_url" field. + public const int OnlineReplayDownloadUrlFieldNumber = 1044; + private string onlineReplayDownloadUrl_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string OnlineReplayDownloadUrl { + get { return onlineReplayDownloadUrl_; } + set { + onlineReplayDownloadUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "ECBFEHFPOFJ" field. + public const int ECBFEHFPOFJFieldNumber = 1966; + private bool eCBFEHFPOFJ_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool ECBFEHFPOFJ { + get { return eCBFEHFPOFJ_; } + set { + eCBFEHFPOFJ_ = value; + } + } + + /// Field number for the "user_agreement_url" field. + public const int UserAgreementUrlFieldNumber = 1492; + private string userAgreementUrl_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string UserAgreementUrl { + get { return userAgreementUrl_; } + set { + userAgreementUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "enable_save_replay_file" field. + public const int EnableSaveReplayFileFieldNumber = 233; + private bool enableSaveReplayFile_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool EnableSaveReplayFile { + get { return enableSaveReplayFile_; } + set { + enableSaveReplayFile_ = value; + } + } + + /// Field number for the "privacy_in_game_url" field. + public const int PrivacyInGameUrlFieldNumber = 1335; + private string privacyInGameUrl_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string PrivacyInGameUrl { + get { return privacyInGameUrl_; } + set { + privacyInGameUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "ifix_url" field. + public const int IfixUrlFieldNumber = 1199; + private string ifixUrl_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string IfixUrl { + get { return ifixUrl_; } + set { + ifixUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "web_tool_url" field. + public const int WebToolUrlFieldNumber = 646; + private string webToolUrl_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string WebToolUrl { + get { return webToolUrl_; } + set { + webToolUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "hot_point_url" field. + public const int HotPointUrlFieldNumber = 1367; + private string hotPointUrl_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string HotPointUrl { + get { return hotPointUrl_; } + set { + hotPointUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "stop_end_time" field. + public const int StopEndTimeFieldNumber = 1; + private long stopEndTime_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long StopEndTime { + get { return stopEndTime_; } + set { + stopEndTime_ = value; + } + } + + /// Field number for the "enable_cdn_ipv6" field. + public const int EnableCdnIpv6FieldNumber = 1182; + private uint enableCdnIpv6_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public uint EnableCdnIpv6 { + get { return enableCdnIpv6_; } + set { + enableCdnIpv6_ = value; + } + } + + /// Field number for the "rogue_tourn_notice_pic_type" field. + public const int RogueTournNoticePicTypeFieldNumber = 1727; + private uint rogueTournNoticePicType_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public uint RogueTournNoticePicType { + get { return rogueTournNoticePicType_; } + set { + rogueTournNoticePicType_ = value; + } + } + + /// Field number for the "rogue_tourn_build_ref_api_req_color_header_key" field. + public const int RogueTournBuildRefApiReqColorHeaderKeyFieldNumber = 506; + private string rogueTournBuildRefApiReqColorHeaderKey_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string RogueTournBuildRefApiReqColorHeaderKey { + get { return rogueTournBuildRefApiReqColorHeaderKey_; } + set { + rogueTournBuildRefApiReqColorHeaderKey_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "ios_exam" field. + public const int IosExamFieldNumber = 1588; + private bool iosExam_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IosExam { + get { return iosExam_; } + set { + iosExam_ = value; + } + } + + /// Field number for the "enable_upload_battle_log" field. + public const int EnableUploadBattleLogFieldNumber = 1214; + private bool enableUploadBattleLog_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool EnableUploadBattleLog { + get { return enableUploadBattleLog_; } + set { + enableUploadBattleLog_ = value; + } + } + + /// Field number for the "ipv6_address" field. + public const int Ipv6AddressFieldNumber = 1779; + private string ipv6Address_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Ipv6Address { + get { return ipv6Address_; } + set { + ipv6Address_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "EJCFBDDLLME" field. + public const int EJCFBDDLLMEFieldNumber = 1038; + private string eJCFBDDLLME_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string EJCFBDDLLME { + get { return eJCFBDDLLME_; } + set { + eJCFBDDLLME_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "region_name" field. + public const int RegionNameFieldNumber = 6; + private string regionName_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string RegionName { + get { return regionName_; } + set { + regionName_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "event_tracking_open" field. + public const int EventTrackingOpenFieldNumber = 1720; + private bool eventTrackingOpen_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool EventTrackingOpen { + get { return eventTrackingOpen_; } + set { + eventTrackingOpen_ = value; + } + } + + /// Field number for the "asb_relogin_type" field. + public const int AsbReloginTypeFieldNumber = 4; + private uint asbReloginType_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public uint AsbReloginType { + get { return asbReloginType_; } + set { + asbReloginType_ = value; + } + } + + /// Field number for the "rogue_tourn_notice_id" field. + public const int RogueTournNoticeIdFieldNumber = 859; + private uint rogueTournNoticeId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public uint RogueTournNoticeId { + get { return rogueTournNoticeId_; } + set { + rogueTournNoticeId_ = value; + } + } + + /// Field number for the "msg" field. + public const int MsgFieldNumber = 11; + private string msg_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Msg { + get { return msg_; } + set { + msg_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "asb_relogin_desc" field. + public const int AsbReloginDescFieldNumber = 8; + private string asbReloginDesc_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string AsbReloginDesc { + get { return asbReloginDesc_; } + set { + asbReloginDesc_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "ip" field. + public const int IpFieldNumber = 7; + private string ip_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Ip { + get { return ip_; } + set { + ip_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "community_activity_url" field. + public const int CommunityActivityUrlFieldNumber = 434; + private string communityActivityUrl_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string CommunityActivityUrl { + get { return communityActivityUrl_; } + set { + communityActivityUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "stop_begin_time" field. + public const int StopBeginTimeFieldNumber = 12; + private long stopBeginTime_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long StopBeginTime { + get { return stopBeginTime_; } + set { + stopBeginTime_ = value; } } @@ -915,15 +900,27 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "online_replay_upload_url" field. - public const int OnlineReplayUploadUrlFieldNumber = 1010; - private string onlineReplayUploadUrl_ = ""; + /// Field number for the "player_return_questionnaire_a_url" field. + public const int PlayerReturnQuestionnaireAUrlFieldNumber = 572; + private string playerReturnQuestionnaireAUrl_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string OnlineReplayUploadUrl { - get { return onlineReplayUploadUrl_; } + public string PlayerReturnQuestionnaireAUrl { + get { return playerReturnQuestionnaireAUrl_; } set { - onlineReplayUploadUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + playerReturnQuestionnaireAUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "client_secret_key" field. + public const int ClientSecretKeyFieldNumber = 275; + private string clientSecretKey_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string ClientSecretKey { + get { return clientSecretKey_; } + set { + clientSecretKey_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } @@ -939,6 +936,42 @@ namespace EggLink.DanhengServer.Proto { } } + /// Field number for the "ifix_version" field. + public const int IfixVersionFieldNumber = 1547; + private string ifixVersion_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string IfixVersion { + get { return ifixVersion_; } + set { + ifixVersion_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "ex_resource_url" field. + public const int ExResourceUrlFieldNumber = 3; + private string exResourceUrl_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string ExResourceUrl { + get { return exResourceUrl_; } + set { + exResourceUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "retcode" field. + public const int RetcodeFieldNumber = 2; + private uint retcode_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public uint Retcode { + get { return retcode_; } + set { + retcode_ = value; + } + } + /// Field number for the "official_community_url" field. public const int OfficialCommunityUrlFieldNumber = 516; private string officialCommunityUrl_ = ""; @@ -963,75 +996,15 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "lua_url" field. - public const int LuaUrlFieldNumber = 13; - private string luaUrl_ = ""; + /// Field number for the "rogue_tourn_build_ref_api_req_color_header_value" field. + public const int RogueTournBuildRefApiReqColorHeaderValueFieldNumber = 225; + private string rogueTournBuildRefApiReqColorHeaderValue_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string LuaUrl { - get { return luaUrl_; } + public string RogueTournBuildRefApiReqColorHeaderValue { + get { return rogueTournBuildRefApiReqColorHeaderValue_; } set { - luaUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "ifix_url" field. - public const int IfixUrlFieldNumber = 1199; - private string ifixUrl_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string IfixUrl { - get { return ifixUrl_; } - set { - ifixUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "login_white_msg" field. - public const int LoginWhiteMsgFieldNumber = 1722; - private string loginWhiteMsg_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string LoginWhiteMsg { - get { return loginWhiteMsg_; } - set { - loginWhiteMsg_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "mdk_res_version" field. - public const int MdkResVersionFieldNumber = 202; - private string mdkResVersion_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string MdkResVersion { - get { return mdkResVersion_; } - set { - mdkResVersion_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "EJCFBDDLLME" field. - public const int EJCFBDDLLMEFieldNumber = 1038; - private string eJCFBDDLLME_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string EJCFBDDLLME { - get { return eJCFBDDLLME_; } - set { - eJCFBDDLLME_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "LHOOFMAIHPC" field. - public const int LHOOFMAIHPCFieldNumber = 404; - private string lHOOFMAIHPC_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string LHOOFMAIHPC { - get { return lHOOFMAIHPC_; } - set { - lHOOFMAIHPC_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + rogueTournBuildRefApiReqColorHeaderValue_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } @@ -1050,76 +1023,74 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (ExResourceUrl != other.ExResourceUrl) return false; - if (EnableCdnIpv6 != other.EnableCdnIpv6) return false; - if (ServerDescription != other.ServerDescription) return false; - if (PlayerReturnQuestionnaireBUrl != other.PlayerReturnQuestionnaireBUrl) return false; - if (Ipv6Address != other.Ipv6Address) return false; - if (EnableAndroidMiddlePackage != other.EnableAndroidMiddlePackage) return false; - if (UseNewNetworking != other.UseNewNetworking) return false; - if (WebToolUrl != other.WebToolUrl) return false; - if (EventTrackingOpen != other.EventTrackingOpen) return false; - if (CommunityActivityUrl != other.CommunityActivityUrl) return false; - if (CloseRedeemCode != other.CloseRedeemCode) return false; - if (StopBeginTime != other.StopBeginTime) return false; - if (NetworkDiagnostic != other.NetworkDiagnostic) return false; - if (TemporaryMaintenanceUrl != other.TemporaryMaintenanceUrl) return false; - if (EnableVersionUpdate != other.EnableVersionUpdate) return false; - if (UserAgreementUrl != other.UserAgreementUrl) return false; - if (Retcode != other.Retcode) return false; - if (CdkeyRecallUrl != other.CdkeyRecallUrl) return false; - if (RegionName != other.RegionName) return false; - if (AssetBundleUrl != other.AssetBundleUrl) return false; - if (Msg != other.Msg) return false; - if (RogueTournBuildRefApiReqColorHeaderKey != other.RogueTournBuildRefApiReqColorHeaderKey) return false; - if (CustomServiceUrl != other.CustomServiceUrl) return false; - if (StopEndTime != other.StopEndTime) return false; - if (AsbReloginType != other.AsbReloginType) return false; - if (RogueTournBuildRefApiReqColorHeaderValue != other.RogueTournBuildRefApiReqColorHeaderValue) return false; - if (MtpSwitch != other.MtpSwitch) return false; - if (MPNJIKPKOHJ != other.MPNJIKPKOHJ) return false; - if (PreDownloadUrl != other.PreDownloadUrl) return false; - if (RogueMagicH5Url != other.RogueMagicH5Url) return false; - if (ECBFEHFPOFJ != other.ECBFEHFPOFJ) return false; - if(!oAOHIECDGCC_.Equals(other.oAOHIECDGCC_)) return false; - if (RogueTournBuildRefH5Url != other.RogueTournBuildRefH5Url) return false; - if (EnableWatermark != other.EnableWatermark) return false; - if (PlayerReturnInviteH5Url != other.PlayerReturnInviteH5Url) return false; - if (EnableSaveReplayFile != other.EnableSaveReplayFile) return false; - if (Port != other.Port) return false; - if (AsbReloginDesc != other.AsbReloginDesc) return false; - if (GameStartCustomerServiceUrl != other.GameStartCustomerServiceUrl) return false; + if (LuaUrl != other.LuaUrl) return false; if (CloudGameUrl != other.CloudGameUrl) return false; if (DesignDataReloginDesc != other.DesignDataReloginDesc) return false; - if (EnableDesignDataVersionUpdate != other.EnableDesignDataVersionUpdate) return false; - if (IosExam != other.IosExam) return false; - if (NGCIMHOLJBA != other.NGCIMHOLJBA) return false; - if (PrivacyInGameUrl != other.PrivacyInGameUrl) return false; - if (EnableUploadBattleLog != other.EnableUploadBattleLog) return false; - if (RogueTournNoticePicType != other.RogueTournNoticePicType) return false; - if (POOOLGFKKJL != other.POOOLGFKKJL) return false; - if (TeenagerPrivacyInGameUrl != other.TeenagerPrivacyInGameUrl) return false; - if (PlayerReturnQuestionnaireAUrl != other.PlayerReturnQuestionnaireAUrl) return false; - if (ThirdPrivacyInGameUrl != other.ThirdPrivacyInGameUrl) return false; - if (OnlineReplayDownloadUrl != other.OnlineReplayDownloadUrl) return false; - if (HotPointUrl != other.HotPointUrl) return false; - if (ClientSecretKey != other.ClientSecretKey) return false; - if (PersonalInformationInGameUrl != other.PersonalInformationInGameUrl) return false; - if (ForbidRecharge != other.ForbidRecharge) return false; - if (Ip != other.Ip) return false; + if (TemporaryMaintenanceUrl != other.TemporaryMaintenanceUrl) return false; + if (EnableWatermark != other.EnableWatermark) return false; + if (NetworkDiagnostic != other.NetworkDiagnostic) return false; + if (EnableAndroidMiddlePackage != other.EnableAndroidMiddlePackage) return false; + if (PlayerReturnQuestionnaireBUrl != other.PlayerReturnQuestionnaireBUrl) return false; if (OperationFeedbackUrl != other.OperationFeedbackUrl) return false; - if (IfixVersion != other.IfixVersion) return false; - if (UseTcp != other.UseTcp) return false; if (OnlineReplayUploadUrl != other.OnlineReplayUploadUrl) return false; + if (GameStartCustomerServiceUrl != other.GameStartCustomerServiceUrl) return false; + if (CdkeyRecallUrl != other.CdkeyRecallUrl) return false; + if (ThirdPrivacyInGameUrl != other.ThirdPrivacyInGameUrl) return false; + if (MdkResVersion != other.MdkResVersion) return false; + if (LoginWhiteMsg != other.LoginWhiteMsg) return false; + if (PreDownloadUrl != other.PreDownloadUrl) return false; + if (UseNewNetworking != other.UseNewNetworking) return false; + if (CustomServiceUrl != other.CustomServiceUrl) return false; + if (EnableDesignDataVersionUpdate != other.EnableDesignDataVersionUpdate) return false; + if (Port != other.Port) return false; + if (EnableVersionUpdate != other.EnableVersionUpdate) return false; + if (MtpSwitch != other.MtpSwitch) return false; + if (PlayerReturnInviteH5Url != other.PlayerReturnInviteH5Url) return false; + if (ServerDescription != other.ServerDescription) return false; + if (MPNJIKPKOHJ != other.MPNJIKPKOHJ) return false; + if (AssetBundleUrl != other.AssetBundleUrl) return false; + if (RogueTournBuildRefH5Url != other.RogueTournBuildRefH5Url) return false; + if (ForbidRecharge != other.ForbidRecharge) return false; + if (CloseRedeemCode != other.CloseRedeemCode) return false; + if (TeenagerPrivacyInGameUrl != other.TeenagerPrivacyInGameUrl) return false; + if(!oAOHIECDGCC_.Equals(other.oAOHIECDGCC_)) return false; + if (PersonalInformationInGameUrl != other.PersonalInformationInGameUrl) return false; + if (RogueMagicH5Url != other.RogueMagicH5Url) return false; + if (OnlineReplayDownloadUrl != other.OnlineReplayDownloadUrl) return false; + if (ECBFEHFPOFJ != other.ECBFEHFPOFJ) return false; + if (UserAgreementUrl != other.UserAgreementUrl) return false; + if (EnableSaveReplayFile != other.EnableSaveReplayFile) return false; + if (PrivacyInGameUrl != other.PrivacyInGameUrl) return false; + if (IfixUrl != other.IfixUrl) return false; + if (WebToolUrl != other.WebToolUrl) return false; + if (HotPointUrl != other.HotPointUrl) return false; + if (StopEndTime != other.StopEndTime) return false; + if (EnableCdnIpv6 != other.EnableCdnIpv6) return false; + if (RogueTournNoticePicType != other.RogueTournNoticePicType) return false; + if (RogueTournBuildRefApiReqColorHeaderKey != other.RogueTournBuildRefApiReqColorHeaderKey) return false; + if (IosExam != other.IosExam) return false; + if (EnableUploadBattleLog != other.EnableUploadBattleLog) return false; + if (Ipv6Address != other.Ipv6Address) return false; + if (EJCFBDDLLME != other.EJCFBDDLLME) return false; + if (RegionName != other.RegionName) return false; + if (EventTrackingOpen != other.EventTrackingOpen) return false; + if (AsbReloginType != other.AsbReloginType) return false; + if (RogueTournNoticeId != other.RogueTournNoticeId) return false; + if (Msg != other.Msg) return false; + if (AsbReloginDesc != other.AsbReloginDesc) return false; + if (Ip != other.Ip) return false; + if (CommunityActivityUrl != other.CommunityActivityUrl) return false; + if (StopBeginTime != other.StopBeginTime) return false; + if (UseTcp != other.UseTcp) return false; + if (PlayerReturnQuestionnaireAUrl != other.PlayerReturnQuestionnaireAUrl) return false; + if (ClientSecretKey != other.ClientSecretKey) return false; if (DesignDataReloginType != other.DesignDataReloginType) return false; + if (IfixVersion != other.IfixVersion) return false; + if (ExResourceUrl != other.ExResourceUrl) return false; + if (Retcode != other.Retcode) return false; if (OfficialCommunityUrl != other.OfficialCommunityUrl) return false; if (RogueTournBuildRefStaticDataUrlPrefix != other.RogueTournBuildRefStaticDataUrlPrefix) return false; - if (LuaUrl != other.LuaUrl) return false; - if (IfixUrl != other.IfixUrl) return false; - if (LoginWhiteMsg != other.LoginWhiteMsg) return false; - if (MdkResVersion != other.MdkResVersion) return false; - if (EJCFBDDLLME != other.EJCFBDDLLME) return false; - if (LHOOFMAIHPC != other.LHOOFMAIHPC) return false; + if (RogueTournBuildRefApiReqColorHeaderValue != other.RogueTournBuildRefApiReqColorHeaderValue) return false; return Equals(_unknownFields, other._unknownFields); } @@ -1127,76 +1098,74 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (ExResourceUrl.Length != 0) hash ^= ExResourceUrl.GetHashCode(); - if (EnableCdnIpv6 != 0) hash ^= EnableCdnIpv6.GetHashCode(); - if (ServerDescription.Length != 0) hash ^= ServerDescription.GetHashCode(); - if (PlayerReturnQuestionnaireBUrl.Length != 0) hash ^= PlayerReturnQuestionnaireBUrl.GetHashCode(); - if (Ipv6Address.Length != 0) hash ^= Ipv6Address.GetHashCode(); - if (EnableAndroidMiddlePackage != false) hash ^= EnableAndroidMiddlePackage.GetHashCode(); - if (UseNewNetworking != false) hash ^= UseNewNetworking.GetHashCode(); - if (WebToolUrl.Length != 0) hash ^= WebToolUrl.GetHashCode(); - if (EventTrackingOpen != false) hash ^= EventTrackingOpen.GetHashCode(); - if (CommunityActivityUrl.Length != 0) hash ^= CommunityActivityUrl.GetHashCode(); - if (CloseRedeemCode != false) hash ^= CloseRedeemCode.GetHashCode(); - if (StopBeginTime != 0L) hash ^= StopBeginTime.GetHashCode(); - if (NetworkDiagnostic != false) hash ^= NetworkDiagnostic.GetHashCode(); - if (TemporaryMaintenanceUrl.Length != 0) hash ^= TemporaryMaintenanceUrl.GetHashCode(); - if (EnableVersionUpdate != false) hash ^= EnableVersionUpdate.GetHashCode(); - if (UserAgreementUrl.Length != 0) hash ^= UserAgreementUrl.GetHashCode(); - if (Retcode != 0) hash ^= Retcode.GetHashCode(); - if (CdkeyRecallUrl.Length != 0) hash ^= CdkeyRecallUrl.GetHashCode(); - if (RegionName.Length != 0) hash ^= RegionName.GetHashCode(); - if (AssetBundleUrl.Length != 0) hash ^= AssetBundleUrl.GetHashCode(); - if (Msg.Length != 0) hash ^= Msg.GetHashCode(); - if (RogueTournBuildRefApiReqColorHeaderKey.Length != 0) hash ^= RogueTournBuildRefApiReqColorHeaderKey.GetHashCode(); - if (CustomServiceUrl.Length != 0) hash ^= CustomServiceUrl.GetHashCode(); - if (StopEndTime != 0L) hash ^= StopEndTime.GetHashCode(); - if (AsbReloginType != 0) hash ^= AsbReloginType.GetHashCode(); - if (RogueTournBuildRefApiReqColorHeaderValue.Length != 0) hash ^= RogueTournBuildRefApiReqColorHeaderValue.GetHashCode(); - if (MtpSwitch != false) hash ^= MtpSwitch.GetHashCode(); - if (MPNJIKPKOHJ.Length != 0) hash ^= MPNJIKPKOHJ.GetHashCode(); - if (PreDownloadUrl.Length != 0) hash ^= PreDownloadUrl.GetHashCode(); - if (RogueMagicH5Url.Length != 0) hash ^= RogueMagicH5Url.GetHashCode(); - if (ECBFEHFPOFJ != false) hash ^= ECBFEHFPOFJ.GetHashCode(); - hash ^= oAOHIECDGCC_.GetHashCode(); - if (RogueTournBuildRefH5Url.Length != 0) hash ^= RogueTournBuildRefH5Url.GetHashCode(); - if (EnableWatermark != false) hash ^= EnableWatermark.GetHashCode(); - if (PlayerReturnInviteH5Url.Length != 0) hash ^= PlayerReturnInviteH5Url.GetHashCode(); - if (EnableSaveReplayFile != false) hash ^= EnableSaveReplayFile.GetHashCode(); - if (Port != 0) hash ^= Port.GetHashCode(); - if (AsbReloginDesc.Length != 0) hash ^= AsbReloginDesc.GetHashCode(); - if (GameStartCustomerServiceUrl.Length != 0) hash ^= GameStartCustomerServiceUrl.GetHashCode(); + if (LuaUrl.Length != 0) hash ^= LuaUrl.GetHashCode(); if (CloudGameUrl.Length != 0) hash ^= CloudGameUrl.GetHashCode(); if (DesignDataReloginDesc.Length != 0) hash ^= DesignDataReloginDesc.GetHashCode(); - if (EnableDesignDataVersionUpdate != false) hash ^= EnableDesignDataVersionUpdate.GetHashCode(); - if (IosExam != false) hash ^= IosExam.GetHashCode(); - if (NGCIMHOLJBA.Length != 0) hash ^= NGCIMHOLJBA.GetHashCode(); - if (PrivacyInGameUrl.Length != 0) hash ^= PrivacyInGameUrl.GetHashCode(); - if (EnableUploadBattleLog != false) hash ^= EnableUploadBattleLog.GetHashCode(); - if (RogueTournNoticePicType != 0) hash ^= RogueTournNoticePicType.GetHashCode(); - if (POOOLGFKKJL.Length != 0) hash ^= POOOLGFKKJL.GetHashCode(); - if (TeenagerPrivacyInGameUrl.Length != 0) hash ^= TeenagerPrivacyInGameUrl.GetHashCode(); - if (PlayerReturnQuestionnaireAUrl.Length != 0) hash ^= PlayerReturnQuestionnaireAUrl.GetHashCode(); - if (ThirdPrivacyInGameUrl.Length != 0) hash ^= ThirdPrivacyInGameUrl.GetHashCode(); - if (OnlineReplayDownloadUrl.Length != 0) hash ^= OnlineReplayDownloadUrl.GetHashCode(); - if (HotPointUrl.Length != 0) hash ^= HotPointUrl.GetHashCode(); - if (ClientSecretKey.Length != 0) hash ^= ClientSecretKey.GetHashCode(); - if (PersonalInformationInGameUrl.Length != 0) hash ^= PersonalInformationInGameUrl.GetHashCode(); - if (ForbidRecharge != false) hash ^= ForbidRecharge.GetHashCode(); - if (Ip.Length != 0) hash ^= Ip.GetHashCode(); + if (TemporaryMaintenanceUrl.Length != 0) hash ^= TemporaryMaintenanceUrl.GetHashCode(); + if (EnableWatermark != false) hash ^= EnableWatermark.GetHashCode(); + if (NetworkDiagnostic != false) hash ^= NetworkDiagnostic.GetHashCode(); + if (EnableAndroidMiddlePackage != false) hash ^= EnableAndroidMiddlePackage.GetHashCode(); + if (PlayerReturnQuestionnaireBUrl.Length != 0) hash ^= PlayerReturnQuestionnaireBUrl.GetHashCode(); if (OperationFeedbackUrl.Length != 0) hash ^= OperationFeedbackUrl.GetHashCode(); - if (IfixVersion.Length != 0) hash ^= IfixVersion.GetHashCode(); - if (UseTcp != false) hash ^= UseTcp.GetHashCode(); if (OnlineReplayUploadUrl.Length != 0) hash ^= OnlineReplayUploadUrl.GetHashCode(); + if (GameStartCustomerServiceUrl.Length != 0) hash ^= GameStartCustomerServiceUrl.GetHashCode(); + if (CdkeyRecallUrl.Length != 0) hash ^= CdkeyRecallUrl.GetHashCode(); + if (ThirdPrivacyInGameUrl.Length != 0) hash ^= ThirdPrivacyInGameUrl.GetHashCode(); + if (MdkResVersion.Length != 0) hash ^= MdkResVersion.GetHashCode(); + if (LoginWhiteMsg.Length != 0) hash ^= LoginWhiteMsg.GetHashCode(); + if (PreDownloadUrl.Length != 0) hash ^= PreDownloadUrl.GetHashCode(); + if (UseNewNetworking != false) hash ^= UseNewNetworking.GetHashCode(); + if (CustomServiceUrl.Length != 0) hash ^= CustomServiceUrl.GetHashCode(); + if (EnableDesignDataVersionUpdate != false) hash ^= EnableDesignDataVersionUpdate.GetHashCode(); + if (Port != 0) hash ^= Port.GetHashCode(); + if (EnableVersionUpdate != false) hash ^= EnableVersionUpdate.GetHashCode(); + if (MtpSwitch != false) hash ^= MtpSwitch.GetHashCode(); + if (PlayerReturnInviteH5Url.Length != 0) hash ^= PlayerReturnInviteH5Url.GetHashCode(); + if (ServerDescription.Length != 0) hash ^= ServerDescription.GetHashCode(); + if (MPNJIKPKOHJ.Length != 0) hash ^= MPNJIKPKOHJ.GetHashCode(); + if (AssetBundleUrl.Length != 0) hash ^= AssetBundleUrl.GetHashCode(); + if (RogueTournBuildRefH5Url.Length != 0) hash ^= RogueTournBuildRefH5Url.GetHashCode(); + if (ForbidRecharge != false) hash ^= ForbidRecharge.GetHashCode(); + if (CloseRedeemCode != false) hash ^= CloseRedeemCode.GetHashCode(); + if (TeenagerPrivacyInGameUrl.Length != 0) hash ^= TeenagerPrivacyInGameUrl.GetHashCode(); + hash ^= oAOHIECDGCC_.GetHashCode(); + if (PersonalInformationInGameUrl.Length != 0) hash ^= PersonalInformationInGameUrl.GetHashCode(); + if (RogueMagicH5Url.Length != 0) hash ^= RogueMagicH5Url.GetHashCode(); + if (OnlineReplayDownloadUrl.Length != 0) hash ^= OnlineReplayDownloadUrl.GetHashCode(); + if (ECBFEHFPOFJ != false) hash ^= ECBFEHFPOFJ.GetHashCode(); + if (UserAgreementUrl.Length != 0) hash ^= UserAgreementUrl.GetHashCode(); + if (EnableSaveReplayFile != false) hash ^= EnableSaveReplayFile.GetHashCode(); + if (PrivacyInGameUrl.Length != 0) hash ^= PrivacyInGameUrl.GetHashCode(); + if (IfixUrl.Length != 0) hash ^= IfixUrl.GetHashCode(); + if (WebToolUrl.Length != 0) hash ^= WebToolUrl.GetHashCode(); + if (HotPointUrl.Length != 0) hash ^= HotPointUrl.GetHashCode(); + if (StopEndTime != 0L) hash ^= StopEndTime.GetHashCode(); + if (EnableCdnIpv6 != 0) hash ^= EnableCdnIpv6.GetHashCode(); + if (RogueTournNoticePicType != 0) hash ^= RogueTournNoticePicType.GetHashCode(); + if (RogueTournBuildRefApiReqColorHeaderKey.Length != 0) hash ^= RogueTournBuildRefApiReqColorHeaderKey.GetHashCode(); + if (IosExam != false) hash ^= IosExam.GetHashCode(); + if (EnableUploadBattleLog != false) hash ^= EnableUploadBattleLog.GetHashCode(); + if (Ipv6Address.Length != 0) hash ^= Ipv6Address.GetHashCode(); + if (EJCFBDDLLME.Length != 0) hash ^= EJCFBDDLLME.GetHashCode(); + if (RegionName.Length != 0) hash ^= RegionName.GetHashCode(); + if (EventTrackingOpen != false) hash ^= EventTrackingOpen.GetHashCode(); + if (AsbReloginType != 0) hash ^= AsbReloginType.GetHashCode(); + if (RogueTournNoticeId != 0) hash ^= RogueTournNoticeId.GetHashCode(); + if (Msg.Length != 0) hash ^= Msg.GetHashCode(); + if (AsbReloginDesc.Length != 0) hash ^= AsbReloginDesc.GetHashCode(); + if (Ip.Length != 0) hash ^= Ip.GetHashCode(); + if (CommunityActivityUrl.Length != 0) hash ^= CommunityActivityUrl.GetHashCode(); + if (StopBeginTime != 0L) hash ^= StopBeginTime.GetHashCode(); + if (UseTcp != false) hash ^= UseTcp.GetHashCode(); + if (PlayerReturnQuestionnaireAUrl.Length != 0) hash ^= PlayerReturnQuestionnaireAUrl.GetHashCode(); + if (ClientSecretKey.Length != 0) hash ^= ClientSecretKey.GetHashCode(); if (DesignDataReloginType != 0) hash ^= DesignDataReloginType.GetHashCode(); + if (IfixVersion.Length != 0) hash ^= IfixVersion.GetHashCode(); + if (ExResourceUrl.Length != 0) hash ^= ExResourceUrl.GetHashCode(); + if (Retcode != 0) hash ^= Retcode.GetHashCode(); if (OfficialCommunityUrl.Length != 0) hash ^= OfficialCommunityUrl.GetHashCode(); if (RogueTournBuildRefStaticDataUrlPrefix.Length != 0) hash ^= RogueTournBuildRefStaticDataUrlPrefix.GetHashCode(); - if (LuaUrl.Length != 0) hash ^= LuaUrl.GetHashCode(); - if (IfixUrl.Length != 0) hash ^= IfixUrl.GetHashCode(); - if (LoginWhiteMsg.Length != 0) hash ^= LoginWhiteMsg.GetHashCode(); - if (MdkResVersion.Length != 0) hash ^= MdkResVersion.GetHashCode(); - if (EJCFBDDLLME.Length != 0) hash ^= EJCFBDDLLME.GetHashCode(); - if (LHOOFMAIHPC.Length != 0) hash ^= LHOOFMAIHPC.GetHashCode(); + if (RogueTournBuildRefApiReqColorHeaderValue.Length != 0) hash ^= RogueTournBuildRefApiReqColorHeaderValue.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -1275,10 +1244,6 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(120); output.WriteBool(EnableDesignDataVersionUpdate); } - if (POOOLGFKKJL.Length != 0) { - output.WriteRawTag(234, 4); - output.WriteString(POOOLGFKKJL); - } if (TemporaryMaintenanceUrl.Length != 0) { output.WriteRawTag(202, 9); output.WriteString(TemporaryMaintenanceUrl); @@ -1319,10 +1284,6 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(242, 20); output.WriteString(PreDownloadUrl); } - if (LHOOFMAIHPC.Length != 0) { - output.WriteRawTag(162, 25); - output.WriteString(LHOOFMAIHPC); - } if (CommunityActivityUrl.Length != 0) { output.WriteRawTag(146, 27); output.WriteString(CommunityActivityUrl); @@ -1363,10 +1324,6 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(162, 43); output.WriteString(PersonalInformationInGameUrl); } - if (NGCIMHOLJBA.Length != 0) { - output.WriteRawTag(218, 44); - output.WriteString(NGCIMHOLJBA); - } if (RogueTournBuildRefStaticDataUrlPrefix.Length != 0) { output.WriteRawTag(162, 50); output.WriteString(RogueTournBuildRefStaticDataUrlPrefix); @@ -1375,6 +1332,10 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(170, 50); output.WriteString(CloudGameUrl); } + if (RogueTournNoticeId != 0) { + output.WriteRawTag(216, 53); + output.WriteUInt32(RogueTournNoticeId); + } if (GameStartCustomerServiceUrl.Length != 0) { output.WriteRawTag(146, 58); output.WriteString(GameStartCustomerServiceUrl); @@ -1562,10 +1523,6 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(120); output.WriteBool(EnableDesignDataVersionUpdate); } - if (POOOLGFKKJL.Length != 0) { - output.WriteRawTag(234, 4); - output.WriteString(POOOLGFKKJL); - } if (TemporaryMaintenanceUrl.Length != 0) { output.WriteRawTag(202, 9); output.WriteString(TemporaryMaintenanceUrl); @@ -1606,10 +1563,6 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(242, 20); output.WriteString(PreDownloadUrl); } - if (LHOOFMAIHPC.Length != 0) { - output.WriteRawTag(162, 25); - output.WriteString(LHOOFMAIHPC); - } if (CommunityActivityUrl.Length != 0) { output.WriteRawTag(146, 27); output.WriteString(CommunityActivityUrl); @@ -1650,10 +1603,6 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(162, 43); output.WriteString(PersonalInformationInGameUrl); } - if (NGCIMHOLJBA.Length != 0) { - output.WriteRawTag(218, 44); - output.WriteString(NGCIMHOLJBA); - } if (RogueTournBuildRefStaticDataUrlPrefix.Length != 0) { output.WriteRawTag(162, 50); output.WriteString(RogueTournBuildRefStaticDataUrlPrefix); @@ -1662,6 +1611,10 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(170, 50); output.WriteString(CloudGameUrl); } + if (RogueTournNoticeId != 0) { + output.WriteRawTag(216, 53); + output.WriteUInt32(RogueTournNoticeId); + } if (GameStartCustomerServiceUrl.Length != 0) { output.WriteRawTag(146, 58); output.WriteString(GameStartCustomerServiceUrl); @@ -1789,120 +1742,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (ExResourceUrl.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(ExResourceUrl); - } - if (EnableCdnIpv6 != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(EnableCdnIpv6); - } - if (ServerDescription.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(ServerDescription); - } - if (PlayerReturnQuestionnaireBUrl.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(PlayerReturnQuestionnaireBUrl); - } - if (Ipv6Address.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(Ipv6Address); - } - if (EnableAndroidMiddlePackage != false) { - size += 2 + 1; - } - if (UseNewNetworking != false) { - size += 2 + 1; - } - if (WebToolUrl.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(WebToolUrl); - } - if (EventTrackingOpen != false) { - size += 2 + 1; - } - if (CommunityActivityUrl.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(CommunityActivityUrl); - } - if (CloseRedeemCode != false) { - size += 2 + 1; - } - if (StopBeginTime != 0L) { - size += 1 + pb::CodedOutputStream.ComputeInt64Size(StopBeginTime); - } - if (NetworkDiagnostic != false) { - size += 2 + 1; - } - if (TemporaryMaintenanceUrl.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(TemporaryMaintenanceUrl); - } - if (EnableVersionUpdate != false) { - size += 1 + 1; - } - if (UserAgreementUrl.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(UserAgreementUrl); - } - if (Retcode != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); - } - if (CdkeyRecallUrl.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(CdkeyRecallUrl); - } - if (RegionName.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(RegionName); - } - if (AssetBundleUrl.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(AssetBundleUrl); - } - if (Msg.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Msg); - } - if (RogueTournBuildRefApiReqColorHeaderKey.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(RogueTournBuildRefApiReqColorHeaderKey); - } - if (CustomServiceUrl.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(CustomServiceUrl); - } - if (StopEndTime != 0L) { - size += 1 + pb::CodedOutputStream.ComputeInt64Size(StopEndTime); - } - if (AsbReloginType != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AsbReloginType); - } - if (RogueTournBuildRefApiReqColorHeaderValue.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(RogueTournBuildRefApiReqColorHeaderValue); - } - if (MtpSwitch != false) { - size += 2 + 1; - } - if (MPNJIKPKOHJ.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(MPNJIKPKOHJ); - } - if (PreDownloadUrl.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(PreDownloadUrl); - } - if (RogueMagicH5Url.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(RogueMagicH5Url); - } - if (ECBFEHFPOFJ != false) { - size += 2 + 1; - } - size += oAOHIECDGCC_.CalculateSize(_repeated_oAOHIECDGCC_codec); - if (RogueTournBuildRefH5Url.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(RogueTournBuildRefH5Url); - } - if (EnableWatermark != false) { - size += 2 + 1; - } - if (PlayerReturnInviteH5Url.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(PlayerReturnInviteH5Url); - } - if (EnableSaveReplayFile != false) { - size += 2 + 1; - } - if (Port != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Port); - } - if (AsbReloginDesc.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(AsbReloginDesc); - } - if (GameStartCustomerServiceUrl.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(GameStartCustomerServiceUrl); + if (LuaUrl.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(LuaUrl); } if (CloudGameUrl.Length != 0) { size += 2 + pb::CodedOutputStream.ComputeStringSize(CloudGameUrl); @@ -1910,92 +1751,198 @@ namespace EggLink.DanhengServer.Proto { if (DesignDataReloginDesc.Length != 0) { size += 2 + pb::CodedOutputStream.ComputeStringSize(DesignDataReloginDesc); } - if (EnableDesignDataVersionUpdate != false) { - size += 1 + 1; + if (TemporaryMaintenanceUrl.Length != 0) { + size += 2 + pb::CodedOutputStream.ComputeStringSize(TemporaryMaintenanceUrl); } - if (IosExam != false) { + if (EnableWatermark != false) { size += 2 + 1; } - if (NGCIMHOLJBA.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(NGCIMHOLJBA); - } - if (PrivacyInGameUrl.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(PrivacyInGameUrl); - } - if (EnableUploadBattleLog != false) { + if (NetworkDiagnostic != false) { size += 2 + 1; } - if (RogueTournNoticePicType != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(RogueTournNoticePicType); - } - if (POOOLGFKKJL.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(POOOLGFKKJL); - } - if (TeenagerPrivacyInGameUrl.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(TeenagerPrivacyInGameUrl); - } - if (PlayerReturnQuestionnaireAUrl.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(PlayerReturnQuestionnaireAUrl); - } - if (ThirdPrivacyInGameUrl.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(ThirdPrivacyInGameUrl); - } - if (OnlineReplayDownloadUrl.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(OnlineReplayDownloadUrl); - } - if (HotPointUrl.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(HotPointUrl); - } - if (ClientSecretKey.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(ClientSecretKey); - } - if (PersonalInformationInGameUrl.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(PersonalInformationInGameUrl); - } - if (ForbidRecharge != false) { + if (EnableAndroidMiddlePackage != false) { size += 2 + 1; } - if (Ip.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Ip); + if (PlayerReturnQuestionnaireBUrl.Length != 0) { + size += 2 + pb::CodedOutputStream.ComputeStringSize(PlayerReturnQuestionnaireBUrl); } if (OperationFeedbackUrl.Length != 0) { size += 2 + pb::CodedOutputStream.ComputeStringSize(OperationFeedbackUrl); } - if (IfixVersion.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(IfixVersion); + if (OnlineReplayUploadUrl.Length != 0) { + size += 2 + pb::CodedOutputStream.ComputeStringSize(OnlineReplayUploadUrl); + } + if (GameStartCustomerServiceUrl.Length != 0) { + size += 2 + pb::CodedOutputStream.ComputeStringSize(GameStartCustomerServiceUrl); + } + if (CdkeyRecallUrl.Length != 0) { + size += 2 + pb::CodedOutputStream.ComputeStringSize(CdkeyRecallUrl); + } + if (ThirdPrivacyInGameUrl.Length != 0) { + size += 2 + pb::CodedOutputStream.ComputeStringSize(ThirdPrivacyInGameUrl); + } + if (MdkResVersion.Length != 0) { + size += 2 + pb::CodedOutputStream.ComputeStringSize(MdkResVersion); + } + if (LoginWhiteMsg.Length != 0) { + size += 2 + pb::CodedOutputStream.ComputeStringSize(LoginWhiteMsg); + } + if (PreDownloadUrl.Length != 0) { + size += 2 + pb::CodedOutputStream.ComputeStringSize(PreDownloadUrl); + } + if (UseNewNetworking != false) { + size += 2 + 1; + } + if (CustomServiceUrl.Length != 0) { + size += 2 + pb::CodedOutputStream.ComputeStringSize(CustomServiceUrl); + } + if (EnableDesignDataVersionUpdate != false) { + size += 1 + 1; + } + if (Port != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Port); + } + if (EnableVersionUpdate != false) { + size += 1 + 1; + } + if (MtpSwitch != false) { + size += 2 + 1; + } + if (PlayerReturnInviteH5Url.Length != 0) { + size += 2 + pb::CodedOutputStream.ComputeStringSize(PlayerReturnInviteH5Url); + } + if (ServerDescription.Length != 0) { + size += 2 + pb::CodedOutputStream.ComputeStringSize(ServerDescription); + } + if (MPNJIKPKOHJ.Length != 0) { + size += 2 + pb::CodedOutputStream.ComputeStringSize(MPNJIKPKOHJ); + } + if (AssetBundleUrl.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(AssetBundleUrl); + } + if (RogueTournBuildRefH5Url.Length != 0) { + size += 2 + pb::CodedOutputStream.ComputeStringSize(RogueTournBuildRefH5Url); + } + if (ForbidRecharge != false) { + size += 2 + 1; + } + if (CloseRedeemCode != false) { + size += 2 + 1; + } + if (TeenagerPrivacyInGameUrl.Length != 0) { + size += 2 + pb::CodedOutputStream.ComputeStringSize(TeenagerPrivacyInGameUrl); + } + size += oAOHIECDGCC_.CalculateSize(_repeated_oAOHIECDGCC_codec); + if (PersonalInformationInGameUrl.Length != 0) { + size += 2 + pb::CodedOutputStream.ComputeStringSize(PersonalInformationInGameUrl); + } + if (RogueMagicH5Url.Length != 0) { + size += 2 + pb::CodedOutputStream.ComputeStringSize(RogueMagicH5Url); + } + if (OnlineReplayDownloadUrl.Length != 0) { + size += 2 + pb::CodedOutputStream.ComputeStringSize(OnlineReplayDownloadUrl); + } + if (ECBFEHFPOFJ != false) { + size += 2 + 1; + } + if (UserAgreementUrl.Length != 0) { + size += 2 + pb::CodedOutputStream.ComputeStringSize(UserAgreementUrl); + } + if (EnableSaveReplayFile != false) { + size += 2 + 1; + } + if (PrivacyInGameUrl.Length != 0) { + size += 2 + pb::CodedOutputStream.ComputeStringSize(PrivacyInGameUrl); + } + if (IfixUrl.Length != 0) { + size += 2 + pb::CodedOutputStream.ComputeStringSize(IfixUrl); + } + if (WebToolUrl.Length != 0) { + size += 2 + pb::CodedOutputStream.ComputeStringSize(WebToolUrl); + } + if (HotPointUrl.Length != 0) { + size += 2 + pb::CodedOutputStream.ComputeStringSize(HotPointUrl); + } + if (StopEndTime != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(StopEndTime); + } + if (EnableCdnIpv6 != 0) { + size += 2 + pb::CodedOutputStream.ComputeUInt32Size(EnableCdnIpv6); + } + if (RogueTournNoticePicType != 0) { + size += 2 + pb::CodedOutputStream.ComputeUInt32Size(RogueTournNoticePicType); + } + if (RogueTournBuildRefApiReqColorHeaderKey.Length != 0) { + size += 2 + pb::CodedOutputStream.ComputeStringSize(RogueTournBuildRefApiReqColorHeaderKey); + } + if (IosExam != false) { + size += 2 + 1; + } + if (EnableUploadBattleLog != false) { + size += 2 + 1; + } + if (Ipv6Address.Length != 0) { + size += 2 + pb::CodedOutputStream.ComputeStringSize(Ipv6Address); + } + if (EJCFBDDLLME.Length != 0) { + size += 2 + pb::CodedOutputStream.ComputeStringSize(EJCFBDDLLME); + } + if (RegionName.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(RegionName); + } + if (EventTrackingOpen != false) { + size += 2 + 1; + } + if (AsbReloginType != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AsbReloginType); + } + if (RogueTournNoticeId != 0) { + size += 2 + pb::CodedOutputStream.ComputeUInt32Size(RogueTournNoticeId); + } + if (Msg.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Msg); + } + if (AsbReloginDesc.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(AsbReloginDesc); + } + if (Ip.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Ip); + } + if (CommunityActivityUrl.Length != 0) { + size += 2 + pb::CodedOutputStream.ComputeStringSize(CommunityActivityUrl); + } + if (StopBeginTime != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(StopBeginTime); } if (UseTcp != false) { size += 2 + 1; } - if (OnlineReplayUploadUrl.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(OnlineReplayUploadUrl); + if (PlayerReturnQuestionnaireAUrl.Length != 0) { + size += 2 + pb::CodedOutputStream.ComputeStringSize(PlayerReturnQuestionnaireAUrl); + } + if (ClientSecretKey.Length != 0) { + size += 2 + pb::CodedOutputStream.ComputeStringSize(ClientSecretKey); } if (DesignDataReloginType != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DesignDataReloginType); } + if (IfixVersion.Length != 0) { + size += 2 + pb::CodedOutputStream.ComputeStringSize(IfixVersion); + } + if (ExResourceUrl.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(ExResourceUrl); + } + if (Retcode != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); + } if (OfficialCommunityUrl.Length != 0) { size += 2 + pb::CodedOutputStream.ComputeStringSize(OfficialCommunityUrl); } if (RogueTournBuildRefStaticDataUrlPrefix.Length != 0) { size += 2 + pb::CodedOutputStream.ComputeStringSize(RogueTournBuildRefStaticDataUrlPrefix); } - if (LuaUrl.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(LuaUrl); - } - if (IfixUrl.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(IfixUrl); - } - if (LoginWhiteMsg.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(LoginWhiteMsg); - } - if (MdkResVersion.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(MdkResVersion); - } - if (EJCFBDDLLME.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(EJCFBDDLLME); - } - if (LHOOFMAIHPC.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(LHOOFMAIHPC); + if (RogueTournBuildRefApiReqColorHeaderValue.Length != 0) { + size += 2 + pb::CodedOutputStream.ComputeStringSize(RogueTournBuildRefApiReqColorHeaderValue); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); @@ -2009,120 +1956,8 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - if (other.ExResourceUrl.Length != 0) { - ExResourceUrl = other.ExResourceUrl; - } - if (other.EnableCdnIpv6 != 0) { - EnableCdnIpv6 = other.EnableCdnIpv6; - } - if (other.ServerDescription.Length != 0) { - ServerDescription = other.ServerDescription; - } - if (other.PlayerReturnQuestionnaireBUrl.Length != 0) { - PlayerReturnQuestionnaireBUrl = other.PlayerReturnQuestionnaireBUrl; - } - if (other.Ipv6Address.Length != 0) { - Ipv6Address = other.Ipv6Address; - } - if (other.EnableAndroidMiddlePackage != false) { - EnableAndroidMiddlePackage = other.EnableAndroidMiddlePackage; - } - if (other.UseNewNetworking != false) { - UseNewNetworking = other.UseNewNetworking; - } - if (other.WebToolUrl.Length != 0) { - WebToolUrl = other.WebToolUrl; - } - if (other.EventTrackingOpen != false) { - EventTrackingOpen = other.EventTrackingOpen; - } - if (other.CommunityActivityUrl.Length != 0) { - CommunityActivityUrl = other.CommunityActivityUrl; - } - if (other.CloseRedeemCode != false) { - CloseRedeemCode = other.CloseRedeemCode; - } - if (other.StopBeginTime != 0L) { - StopBeginTime = other.StopBeginTime; - } - if (other.NetworkDiagnostic != false) { - NetworkDiagnostic = other.NetworkDiagnostic; - } - if (other.TemporaryMaintenanceUrl.Length != 0) { - TemporaryMaintenanceUrl = other.TemporaryMaintenanceUrl; - } - if (other.EnableVersionUpdate != false) { - EnableVersionUpdate = other.EnableVersionUpdate; - } - if (other.UserAgreementUrl.Length != 0) { - UserAgreementUrl = other.UserAgreementUrl; - } - if (other.Retcode != 0) { - Retcode = other.Retcode; - } - if (other.CdkeyRecallUrl.Length != 0) { - CdkeyRecallUrl = other.CdkeyRecallUrl; - } - if (other.RegionName.Length != 0) { - RegionName = other.RegionName; - } - if (other.AssetBundleUrl.Length != 0) { - AssetBundleUrl = other.AssetBundleUrl; - } - if (other.Msg.Length != 0) { - Msg = other.Msg; - } - if (other.RogueTournBuildRefApiReqColorHeaderKey.Length != 0) { - RogueTournBuildRefApiReqColorHeaderKey = other.RogueTournBuildRefApiReqColorHeaderKey; - } - if (other.CustomServiceUrl.Length != 0) { - CustomServiceUrl = other.CustomServiceUrl; - } - if (other.StopEndTime != 0L) { - StopEndTime = other.StopEndTime; - } - if (other.AsbReloginType != 0) { - AsbReloginType = other.AsbReloginType; - } - if (other.RogueTournBuildRefApiReqColorHeaderValue.Length != 0) { - RogueTournBuildRefApiReqColorHeaderValue = other.RogueTournBuildRefApiReqColorHeaderValue; - } - if (other.MtpSwitch != false) { - MtpSwitch = other.MtpSwitch; - } - if (other.MPNJIKPKOHJ.Length != 0) { - MPNJIKPKOHJ = other.MPNJIKPKOHJ; - } - if (other.PreDownloadUrl.Length != 0) { - PreDownloadUrl = other.PreDownloadUrl; - } - if (other.RogueMagicH5Url.Length != 0) { - RogueMagicH5Url = other.RogueMagicH5Url; - } - if (other.ECBFEHFPOFJ != false) { - ECBFEHFPOFJ = other.ECBFEHFPOFJ; - } - oAOHIECDGCC_.Add(other.oAOHIECDGCC_); - if (other.RogueTournBuildRefH5Url.Length != 0) { - RogueTournBuildRefH5Url = other.RogueTournBuildRefH5Url; - } - if (other.EnableWatermark != false) { - EnableWatermark = other.EnableWatermark; - } - if (other.PlayerReturnInviteH5Url.Length != 0) { - PlayerReturnInviteH5Url = other.PlayerReturnInviteH5Url; - } - if (other.EnableSaveReplayFile != false) { - EnableSaveReplayFile = other.EnableSaveReplayFile; - } - if (other.Port != 0) { - Port = other.Port; - } - if (other.AsbReloginDesc.Length != 0) { - AsbReloginDesc = other.AsbReloginDesc; - } - if (other.GameStartCustomerServiceUrl.Length != 0) { - GameStartCustomerServiceUrl = other.GameStartCustomerServiceUrl; + if (other.LuaUrl.Length != 0) { + LuaUrl = other.LuaUrl; } if (other.CloudGameUrl.Length != 0) { CloudGameUrl = other.CloudGameUrl; @@ -2130,92 +1965,198 @@ namespace EggLink.DanhengServer.Proto { if (other.DesignDataReloginDesc.Length != 0) { DesignDataReloginDesc = other.DesignDataReloginDesc; } - if (other.EnableDesignDataVersionUpdate != false) { - EnableDesignDataVersionUpdate = other.EnableDesignDataVersionUpdate; + if (other.TemporaryMaintenanceUrl.Length != 0) { + TemporaryMaintenanceUrl = other.TemporaryMaintenanceUrl; } - if (other.IosExam != false) { - IosExam = other.IosExam; + if (other.EnableWatermark != false) { + EnableWatermark = other.EnableWatermark; } - if (other.NGCIMHOLJBA.Length != 0) { - NGCIMHOLJBA = other.NGCIMHOLJBA; + if (other.NetworkDiagnostic != false) { + NetworkDiagnostic = other.NetworkDiagnostic; } - if (other.PrivacyInGameUrl.Length != 0) { - PrivacyInGameUrl = other.PrivacyInGameUrl; + if (other.EnableAndroidMiddlePackage != false) { + EnableAndroidMiddlePackage = other.EnableAndroidMiddlePackage; } - if (other.EnableUploadBattleLog != false) { - EnableUploadBattleLog = other.EnableUploadBattleLog; - } - if (other.RogueTournNoticePicType != 0) { - RogueTournNoticePicType = other.RogueTournNoticePicType; - } - if (other.POOOLGFKKJL.Length != 0) { - POOOLGFKKJL = other.POOOLGFKKJL; - } - if (other.TeenagerPrivacyInGameUrl.Length != 0) { - TeenagerPrivacyInGameUrl = other.TeenagerPrivacyInGameUrl; - } - if (other.PlayerReturnQuestionnaireAUrl.Length != 0) { - PlayerReturnQuestionnaireAUrl = other.PlayerReturnQuestionnaireAUrl; - } - if (other.ThirdPrivacyInGameUrl.Length != 0) { - ThirdPrivacyInGameUrl = other.ThirdPrivacyInGameUrl; - } - if (other.OnlineReplayDownloadUrl.Length != 0) { - OnlineReplayDownloadUrl = other.OnlineReplayDownloadUrl; - } - if (other.HotPointUrl.Length != 0) { - HotPointUrl = other.HotPointUrl; - } - if (other.ClientSecretKey.Length != 0) { - ClientSecretKey = other.ClientSecretKey; - } - if (other.PersonalInformationInGameUrl.Length != 0) { - PersonalInformationInGameUrl = other.PersonalInformationInGameUrl; - } - if (other.ForbidRecharge != false) { - ForbidRecharge = other.ForbidRecharge; - } - if (other.Ip.Length != 0) { - Ip = other.Ip; + if (other.PlayerReturnQuestionnaireBUrl.Length != 0) { + PlayerReturnQuestionnaireBUrl = other.PlayerReturnQuestionnaireBUrl; } if (other.OperationFeedbackUrl.Length != 0) { OperationFeedbackUrl = other.OperationFeedbackUrl; } - if (other.IfixVersion.Length != 0) { - IfixVersion = other.IfixVersion; + if (other.OnlineReplayUploadUrl.Length != 0) { + OnlineReplayUploadUrl = other.OnlineReplayUploadUrl; + } + if (other.GameStartCustomerServiceUrl.Length != 0) { + GameStartCustomerServiceUrl = other.GameStartCustomerServiceUrl; + } + if (other.CdkeyRecallUrl.Length != 0) { + CdkeyRecallUrl = other.CdkeyRecallUrl; + } + if (other.ThirdPrivacyInGameUrl.Length != 0) { + ThirdPrivacyInGameUrl = other.ThirdPrivacyInGameUrl; + } + if (other.MdkResVersion.Length != 0) { + MdkResVersion = other.MdkResVersion; + } + if (other.LoginWhiteMsg.Length != 0) { + LoginWhiteMsg = other.LoginWhiteMsg; + } + if (other.PreDownloadUrl.Length != 0) { + PreDownloadUrl = other.PreDownloadUrl; + } + if (other.UseNewNetworking != false) { + UseNewNetworking = other.UseNewNetworking; + } + if (other.CustomServiceUrl.Length != 0) { + CustomServiceUrl = other.CustomServiceUrl; + } + if (other.EnableDesignDataVersionUpdate != false) { + EnableDesignDataVersionUpdate = other.EnableDesignDataVersionUpdate; + } + if (other.Port != 0) { + Port = other.Port; + } + if (other.EnableVersionUpdate != false) { + EnableVersionUpdate = other.EnableVersionUpdate; + } + if (other.MtpSwitch != false) { + MtpSwitch = other.MtpSwitch; + } + if (other.PlayerReturnInviteH5Url.Length != 0) { + PlayerReturnInviteH5Url = other.PlayerReturnInviteH5Url; + } + if (other.ServerDescription.Length != 0) { + ServerDescription = other.ServerDescription; + } + if (other.MPNJIKPKOHJ.Length != 0) { + MPNJIKPKOHJ = other.MPNJIKPKOHJ; + } + if (other.AssetBundleUrl.Length != 0) { + AssetBundleUrl = other.AssetBundleUrl; + } + if (other.RogueTournBuildRefH5Url.Length != 0) { + RogueTournBuildRefH5Url = other.RogueTournBuildRefH5Url; + } + if (other.ForbidRecharge != false) { + ForbidRecharge = other.ForbidRecharge; + } + if (other.CloseRedeemCode != false) { + CloseRedeemCode = other.CloseRedeemCode; + } + if (other.TeenagerPrivacyInGameUrl.Length != 0) { + TeenagerPrivacyInGameUrl = other.TeenagerPrivacyInGameUrl; + } + oAOHIECDGCC_.Add(other.oAOHIECDGCC_); + if (other.PersonalInformationInGameUrl.Length != 0) { + PersonalInformationInGameUrl = other.PersonalInformationInGameUrl; + } + if (other.RogueMagicH5Url.Length != 0) { + RogueMagicH5Url = other.RogueMagicH5Url; + } + if (other.OnlineReplayDownloadUrl.Length != 0) { + OnlineReplayDownloadUrl = other.OnlineReplayDownloadUrl; + } + if (other.ECBFEHFPOFJ != false) { + ECBFEHFPOFJ = other.ECBFEHFPOFJ; + } + if (other.UserAgreementUrl.Length != 0) { + UserAgreementUrl = other.UserAgreementUrl; + } + if (other.EnableSaveReplayFile != false) { + EnableSaveReplayFile = other.EnableSaveReplayFile; + } + if (other.PrivacyInGameUrl.Length != 0) { + PrivacyInGameUrl = other.PrivacyInGameUrl; + } + if (other.IfixUrl.Length != 0) { + IfixUrl = other.IfixUrl; + } + if (other.WebToolUrl.Length != 0) { + WebToolUrl = other.WebToolUrl; + } + if (other.HotPointUrl.Length != 0) { + HotPointUrl = other.HotPointUrl; + } + if (other.StopEndTime != 0L) { + StopEndTime = other.StopEndTime; + } + if (other.EnableCdnIpv6 != 0) { + EnableCdnIpv6 = other.EnableCdnIpv6; + } + if (other.RogueTournNoticePicType != 0) { + RogueTournNoticePicType = other.RogueTournNoticePicType; + } + if (other.RogueTournBuildRefApiReqColorHeaderKey.Length != 0) { + RogueTournBuildRefApiReqColorHeaderKey = other.RogueTournBuildRefApiReqColorHeaderKey; + } + if (other.IosExam != false) { + IosExam = other.IosExam; + } + if (other.EnableUploadBattleLog != false) { + EnableUploadBattleLog = other.EnableUploadBattleLog; + } + if (other.Ipv6Address.Length != 0) { + Ipv6Address = other.Ipv6Address; + } + if (other.EJCFBDDLLME.Length != 0) { + EJCFBDDLLME = other.EJCFBDDLLME; + } + if (other.RegionName.Length != 0) { + RegionName = other.RegionName; + } + if (other.EventTrackingOpen != false) { + EventTrackingOpen = other.EventTrackingOpen; + } + if (other.AsbReloginType != 0) { + AsbReloginType = other.AsbReloginType; + } + if (other.RogueTournNoticeId != 0) { + RogueTournNoticeId = other.RogueTournNoticeId; + } + if (other.Msg.Length != 0) { + Msg = other.Msg; + } + if (other.AsbReloginDesc.Length != 0) { + AsbReloginDesc = other.AsbReloginDesc; + } + if (other.Ip.Length != 0) { + Ip = other.Ip; + } + if (other.CommunityActivityUrl.Length != 0) { + CommunityActivityUrl = other.CommunityActivityUrl; + } + if (other.StopBeginTime != 0L) { + StopBeginTime = other.StopBeginTime; } if (other.UseTcp != false) { UseTcp = other.UseTcp; } - if (other.OnlineReplayUploadUrl.Length != 0) { - OnlineReplayUploadUrl = other.OnlineReplayUploadUrl; + if (other.PlayerReturnQuestionnaireAUrl.Length != 0) { + PlayerReturnQuestionnaireAUrl = other.PlayerReturnQuestionnaireAUrl; + } + if (other.ClientSecretKey.Length != 0) { + ClientSecretKey = other.ClientSecretKey; } if (other.DesignDataReloginType != 0) { DesignDataReloginType = other.DesignDataReloginType; } + if (other.IfixVersion.Length != 0) { + IfixVersion = other.IfixVersion; + } + if (other.ExResourceUrl.Length != 0) { + ExResourceUrl = other.ExResourceUrl; + } + if (other.Retcode != 0) { + Retcode = other.Retcode; + } if (other.OfficialCommunityUrl.Length != 0) { OfficialCommunityUrl = other.OfficialCommunityUrl; } if (other.RogueTournBuildRefStaticDataUrlPrefix.Length != 0) { RogueTournBuildRefStaticDataUrlPrefix = other.RogueTournBuildRefStaticDataUrlPrefix; } - if (other.LuaUrl.Length != 0) { - LuaUrl = other.LuaUrl; - } - if (other.IfixUrl.Length != 0) { - IfixUrl = other.IfixUrl; - } - if (other.LoginWhiteMsg.Length != 0) { - LoginWhiteMsg = other.LoginWhiteMsg; - } - if (other.MdkResVersion.Length != 0) { - MdkResVersion = other.MdkResVersion; - } - if (other.EJCFBDDLLME.Length != 0) { - EJCFBDDLLME = other.EJCFBDDLLME; - } - if (other.LHOOFMAIHPC.Length != 0) { - LHOOFMAIHPC = other.LHOOFMAIHPC; + if (other.RogueTournBuildRefApiReqColorHeaderValue.Length != 0) { + RogueTournBuildRefApiReqColorHeaderValue = other.RogueTournBuildRefApiReqColorHeaderValue; } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -2292,10 +2233,6 @@ namespace EggLink.DanhengServer.Proto { EnableDesignDataVersionUpdate = input.ReadBool(); break; } - case 618: { - POOOLGFKKJL = input.ReadString(); - break; - } case 1226: { TemporaryMaintenanceUrl = input.ReadString(); break; @@ -2336,10 +2273,6 @@ namespace EggLink.DanhengServer.Proto { PreDownloadUrl = input.ReadString(); break; } - case 3234: { - LHOOFMAIHPC = input.ReadString(); - break; - } case 3474: { CommunityActivityUrl = input.ReadString(); break; @@ -2380,10 +2313,6 @@ namespace EggLink.DanhengServer.Proto { PersonalInformationInGameUrl = input.ReadString(); break; } - case 5722: { - NGCIMHOLJBA = input.ReadString(); - break; - } case 6434: { RogueTournBuildRefStaticDataUrlPrefix = input.ReadString(); break; @@ -2392,6 +2321,10 @@ namespace EggLink.DanhengServer.Proto { CloudGameUrl = input.ReadString(); break; } + case 6872: { + RogueTournNoticeId = input.ReadUInt32(); + break; + } case 7442: { GameStartCustomerServiceUrl = input.ReadString(); break; @@ -2587,10 +2520,6 @@ namespace EggLink.DanhengServer.Proto { EnableDesignDataVersionUpdate = input.ReadBool(); break; } - case 618: { - POOOLGFKKJL = input.ReadString(); - break; - } case 1226: { TemporaryMaintenanceUrl = input.ReadString(); break; @@ -2631,10 +2560,6 @@ namespace EggLink.DanhengServer.Proto { PreDownloadUrl = input.ReadString(); break; } - case 3234: { - LHOOFMAIHPC = input.ReadString(); - break; - } case 3474: { CommunityActivityUrl = input.ReadString(); break; @@ -2675,10 +2600,6 @@ namespace EggLink.DanhengServer.Proto { PersonalInformationInGameUrl = input.ReadString(); break; } - case 5722: { - NGCIMHOLJBA = input.ReadString(); - break; - } case 6434: { RogueTournBuildRefStaticDataUrlPrefix = input.ReadString(); break; @@ -2687,6 +2608,10 @@ namespace EggLink.DanhengServer.Proto { CloudGameUrl = input.ReadString(); break; } + case 6872: { + RogueTournNoticeId = input.ReadUInt32(); + break; + } case 7442: { GameStartCustomerServiceUrl = input.ReadString(); break; diff --git a/Proto/GetAlleyInfoScRsp.cs b/Proto/GetAlleyInfoScRsp.cs index d9cf6ebc..c225a5bb 100644 --- a/Proto/GetAlleyInfoScRsp.cs +++ b/Proto/GetAlleyInfoScRsp.cs @@ -24,8 +24,8 @@ namespace EggLink.DanhengServer.Proto { static GetAlleyInfoScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChdHZXRBbGxleUluZm9TY1JzcC5wcm90bxoRSEVIQU9NSUFNR0wucHJvdG8a", - "EUxBSUVNQ0ZBQ0RLLnByb3RvGhFBR0FERU1BSklNRC5wcm90bxoRRUNKTUpK", + "ChdHZXRBbGxleUluZm9TY1JzcC5wcm90bxoRQUdBREVNQUpJTUQucHJvdG8a", + "EUhFSEFPTUlBTUdMLnByb3RvGhFMQUlFTUNGQUNESy5wcm90bxoRRUNKTUpK", "S0pHT1AucHJvdG8ikwMKEUdldEFsbGV5SW5mb1NjUnNwEiEKC05KR0FNQ0NH", "QURDGAggASgLMgwuQUdBREVNQUpJTUQSDwoHcmV0Y29kZRgKIAEoDRIhCgtC", "SkNNUEhMUEtORhgGIAMoCzIMLkhFSEFPTUlBTUdMEhMKC0dFRk5ERUVJS0VG", @@ -38,7 +38,7 @@ namespace EggLink.DanhengServer.Proto { "dWUYAiABKA06AjgBQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9i", "BnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.HEHAOMIAMGLReflection.Descriptor, global::EggLink.DanhengServer.Proto.LAIEMCFACDKReflection.Descriptor, global::EggLink.DanhengServer.Proto.AGADEMAJIMDReflection.Descriptor, global::EggLink.DanhengServer.Proto.ECJMJJKJGOPReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AGADEMAJIMDReflection.Descriptor, global::EggLink.DanhengServer.Proto.HEHAOMIAMGLReflection.Descriptor, global::EggLink.DanhengServer.Proto.LAIEMCFACDKReflection.Descriptor, global::EggLink.DanhengServer.Proto.ECJMJJKJGOPReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetAlleyInfoScRsp), global::EggLink.DanhengServer.Proto.GetAlleyInfoScRsp.Parser, new[]{ "NJGAMCCGADC", "Retcode", "BJCMPHLPKNF", "GEFNDEEIKEF", "OEDPOPCOHGB", "CurFund", "Level", "NOPODEIMFFB", "BOKOLCPKEJM", "GLBOEMJJAHD", "KLPNGFNMIPI", "NPLAKEOKEKB" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, }) })); diff --git a/Proto/GetAvatarDataScRsp.cs b/Proto/GetAvatarDataScRsp.cs index b8a9ac55..ec5b8628 100644 --- a/Proto/GetAvatarDataScRsp.cs +++ b/Proto/GetAvatarDataScRsp.cs @@ -25,16 +25,16 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChhHZXRBdmF0YXJEYXRhU2NSc3AucHJvdG8aDEF2YXRhci5wcm90bxobR3Jv", - "d3RoVGFydGdldEZ1bmNUeXBlLnByb3RvIrEBChJHZXRBdmF0YXJEYXRhU2NS", + "d3RoVGFydGdldEZ1bmNUeXBlLnByb3RvIqwBChJHZXRBdmF0YXJEYXRhU2NS", "c3ASKwoLUE5LQ0ZFQUxBTUkYByADKA4yFi5Hcm93dGhUYXJ0Z2V0RnVuY1R5", "cGUSHAoLYXZhdGFyX2xpc3QYBSADKAsyBy5BdmF0YXISDwoHcmV0Y29kZRgD", - "IAEoDRIRCglza2luX2xpc3QYCSADKA0SGAoQdGFyZ2V0X2F2YXRhcl9pZBgI", - "IAEoDRISCgppc19nZXRfYWxsGAQgASgIQh6qAhtFZ2dMaW5rLkRhbmhlbmdT", - "ZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "IAEoDRIRCglza2luX2xpc3QYCSADKA0SEwoLSlBOTFBPUE1LRUoYCCABKA0S", + "EgoKaXNfZ2V0X2FsbBgEIAEoCEIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy", + "LlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AvatarReflection.Descriptor, global::EggLink.DanhengServer.Proto.GrowthTartgetFuncTypeReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetAvatarDataScRsp), global::EggLink.DanhengServer.Proto.GetAvatarDataScRsp.Parser, new[]{ "PNKCFEALAMI", "AvatarList", "Retcode", "SkinList", "TargetAvatarId", "IsGetAll" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetAvatarDataScRsp), global::EggLink.DanhengServer.Proto.GetAvatarDataScRsp.Parser, new[]{ "PNKCFEALAMI", "AvatarList", "Retcode", "SkinList", "JPNLPOPMKEJ", "IsGetAll" }, null, null, null, null) })); } #endregion @@ -80,7 +80,7 @@ namespace EggLink.DanhengServer.Proto { avatarList_ = other.avatarList_.Clone(); retcode_ = other.retcode_; skinList_ = other.skinList_.Clone(); - targetAvatarId_ = other.targetAvatarId_; + jPNLPOPMKEJ_ = other.jPNLPOPMKEJ_; isGetAll_ = other.isGetAll_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -136,15 +136,15 @@ namespace EggLink.DanhengServer.Proto { get { return skinList_; } } - /// Field number for the "target_avatar_id" field. - public const int TargetAvatarIdFieldNumber = 8; - private uint targetAvatarId_; + /// Field number for the "JPNLPOPMKEJ" field. + public const int JPNLPOPMKEJFieldNumber = 8; + private uint jPNLPOPMKEJ_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint TargetAvatarId { - get { return targetAvatarId_; } + public uint JPNLPOPMKEJ { + get { return jPNLPOPMKEJ_; } set { - targetAvatarId_ = value; + jPNLPOPMKEJ_ = value; } } @@ -179,7 +179,7 @@ namespace EggLink.DanhengServer.Proto { if(!avatarList_.Equals(other.avatarList_)) return false; if (Retcode != other.Retcode) return false; if(!skinList_.Equals(other.skinList_)) return false; - if (TargetAvatarId != other.TargetAvatarId) return false; + if (JPNLPOPMKEJ != other.JPNLPOPMKEJ) return false; if (IsGetAll != other.IsGetAll) return false; return Equals(_unknownFields, other._unknownFields); } @@ -192,7 +192,7 @@ namespace EggLink.DanhengServer.Proto { hash ^= avatarList_.GetHashCode(); if (Retcode != 0) hash ^= Retcode.GetHashCode(); hash ^= skinList_.GetHashCode(); - if (TargetAvatarId != 0) hash ^= TargetAvatarId.GetHashCode(); + if (JPNLPOPMKEJ != 0) hash ^= JPNLPOPMKEJ.GetHashCode(); if (IsGetAll != false) hash ^= IsGetAll.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); @@ -222,9 +222,9 @@ namespace EggLink.DanhengServer.Proto { } avatarList_.WriteTo(output, _repeated_avatarList_codec); pNKCFEALAMI_.WriteTo(output, _repeated_pNKCFEALAMI_codec); - if (TargetAvatarId != 0) { + if (JPNLPOPMKEJ != 0) { output.WriteRawTag(64); - output.WriteUInt32(TargetAvatarId); + output.WriteUInt32(JPNLPOPMKEJ); } skinList_.WriteTo(output, _repeated_skinList_codec); if (_unknownFields != null) { @@ -247,9 +247,9 @@ namespace EggLink.DanhengServer.Proto { } avatarList_.WriteTo(ref output, _repeated_avatarList_codec); pNKCFEALAMI_.WriteTo(ref output, _repeated_pNKCFEALAMI_codec); - if (TargetAvatarId != 0) { + if (JPNLPOPMKEJ != 0) { output.WriteRawTag(64); - output.WriteUInt32(TargetAvatarId); + output.WriteUInt32(JPNLPOPMKEJ); } skinList_.WriteTo(ref output, _repeated_skinList_codec); if (_unknownFields != null) { @@ -268,8 +268,8 @@ namespace EggLink.DanhengServer.Proto { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); } size += skinList_.CalculateSize(_repeated_skinList_codec); - if (TargetAvatarId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(TargetAvatarId); + if (JPNLPOPMKEJ != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JPNLPOPMKEJ); } if (IsGetAll != false) { size += 1 + 1; @@ -292,8 +292,8 @@ namespace EggLink.DanhengServer.Proto { Retcode = other.Retcode; } skinList_.Add(other.skinList_); - if (other.TargetAvatarId != 0) { - TargetAvatarId = other.TargetAvatarId; + if (other.JPNLPOPMKEJ != 0) { + JPNLPOPMKEJ = other.JPNLPOPMKEJ; } if (other.IsGetAll != false) { IsGetAll = other.IsGetAll; @@ -331,7 +331,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 64: { - TargetAvatarId = input.ReadUInt32(); + JPNLPOPMKEJ = input.ReadUInt32(); break; } case 74: @@ -372,7 +372,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 64: { - TargetAvatarId = input.ReadUInt32(); + JPNLPOPMKEJ = input.ReadUInt32(); break; } case 74: diff --git a/Proto/GetAvatarDeliverRewardActivityDataCsReq.cs b/Proto/GetAvatarDeliverRewardActivityDataCsReq.cs deleted file mode 100644 index 9b23cf1a..00000000 --- a/Proto/GetAvatarDeliverRewardActivityDataCsReq.cs +++ /dev/null @@ -1,197 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: GetAvatarDeliverRewardActivityDataCsReq.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from GetAvatarDeliverRewardActivityDataCsReq.proto - public static partial class GetAvatarDeliverRewardActivityDataCsReqReflection { - - #region Descriptor - /// File descriptor for GetAvatarDeliverRewardActivityDataCsReq.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static GetAvatarDeliverRewardActivityDataCsReqReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Ci1HZXRBdmF0YXJEZWxpdmVyUmV3YXJkQWN0aXZpdHlEYXRhQ3NSZXEucHJv", - "dG8iKQonR2V0QXZhdGFyRGVsaXZlclJld2FyZEFjdGl2aXR5RGF0YUNzUmVx", - "Qh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetAvatarDeliverRewardActivityDataCsReq), global::EggLink.DanhengServer.Proto.GetAvatarDeliverRewardActivityDataCsReq.Parser, null, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class GetAvatarDeliverRewardActivityDataCsReq : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new GetAvatarDeliverRewardActivityDataCsReq()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.GetAvatarDeliverRewardActivityDataCsReqReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GetAvatarDeliverRewardActivityDataCsReq() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GetAvatarDeliverRewardActivityDataCsReq(GetAvatarDeliverRewardActivityDataCsReq other) : this() { - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GetAvatarDeliverRewardActivityDataCsReq Clone() { - return new GetAvatarDeliverRewardActivityDataCsReq(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as GetAvatarDeliverRewardActivityDataCsReq); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(GetAvatarDeliverRewardActivityDataCsReq other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(GetAvatarDeliverRewardActivityDataCsReq other) { - if (other == null) { - return; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/GetBagScRsp.cs b/Proto/GetBagScRsp.cs index 2743c7be..25b7a184 100644 --- a/Proto/GetBagScRsp.cs +++ b/Proto/GetBagScRsp.cs @@ -24,10 +24,10 @@ namespace EggLink.DanhengServer.Proto { static GetBagScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFHZXRCYWdTY1JzcC5wcm90bxoPRXF1aXBtZW50LnByb3RvGgtSZWxpYy5w", - "cm90bxoOTWF0ZXJpYWwucHJvdG8aDlBpbGVJdGVtLnByb3RvGhRUdXJuRm9v", - "ZFN3aXRjaC5wcm90bxoPTWF0ZXJpYWwwLnByb3RvGhVXYWl0RGVsUmVzb3Vy", - "Y2UucHJvdG8irgMKC0dldEJhZ1NjUnNwEhMKC0dFTUNBQ0pMUElKGAMgAygN", + "ChFHZXRCYWdTY1JzcC5wcm90bxoOTWF0ZXJpYWwucHJvdG8aFVdhaXREZWxS", + "ZXNvdXJjZS5wcm90bxoPTWF0ZXJpYWwwLnByb3RvGg9FcXVpcG1lbnQucHJv", + "dG8aDlBpbGVJdGVtLnByb3RvGhRUdXJuRm9vZFN3aXRjaC5wcm90bxoLUmVs", + "aWMucHJvdG8irgMKC0dldEJhZ1NjUnNwEhMKC0dFTUNBQ0pMUElKGAMgAygN", "Eh8KC1BITkdNRUxKS0JFGAogAygLMgouTWF0ZXJpYWwwEjAKFndhaXRfZGVs", "X3Jlc291cmNlX2xpc3QYByADKAsyEC5XYWl0RGVsUmVzb3VyY2USEwoLQU9J", "SUhDRk1GUEgYBiADKA0SEwoLQUVQTklEUE9OS0MYDSABKA0SJAoLS01KRUZN", @@ -39,7 +39,7 @@ namespace EggLink.DanhengServer.Proto { "aWMSIAoNbWF0ZXJpYWxfbGlzdBgLIAMoCzIJLk1hdGVyaWFsQh6qAhtFZ2dM", "aW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EquipmentReflection.Descriptor, global::EggLink.DanhengServer.Proto.RelicReflection.Descriptor, global::EggLink.DanhengServer.Proto.MaterialReflection.Descriptor, global::EggLink.DanhengServer.Proto.PileItemReflection.Descriptor, global::EggLink.DanhengServer.Proto.TurnFoodSwitchReflection.Descriptor, global::EggLink.DanhengServer.Proto.Material0Reflection.Descriptor, global::EggLink.DanhengServer.Proto.WaitDelResourceReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MaterialReflection.Descriptor, global::EggLink.DanhengServer.Proto.WaitDelResourceReflection.Descriptor, global::EggLink.DanhengServer.Proto.Material0Reflection.Descriptor, global::EggLink.DanhengServer.Proto.EquipmentReflection.Descriptor, global::EggLink.DanhengServer.Proto.PileItemReflection.Descriptor, global::EggLink.DanhengServer.Proto.TurnFoodSwitchReflection.Descriptor, global::EggLink.DanhengServer.Proto.RelicReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetBagScRsp), global::EggLink.DanhengServer.Proto.GetBagScRsp.Parser, new[]{ "GEMCACJLPIJ", "PHNGMELJKBE", "WaitDelResourceList", "AOIIHCFMFPH", "AEPNIDPONKC", "KMJEFMFBLLI", "EquipmentList", "IFENMDPBNKG", "BAFEBHDOBFJ", "FDBJLGDHCDO", "Retcode", "FCOKFFEAPMI", "RelicList", "MaterialList" }, null, null, null, null) })); diff --git a/Proto/GetBasicInfoScRsp.cs b/Proto/GetBasicInfoScRsp.cs index d1e99757..5597b84d 100644 --- a/Proto/GetBasicInfoScRsp.cs +++ b/Proto/GetBasicInfoScRsp.cs @@ -25,14 +25,14 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChdHZXRCYXNpY0luZm9TY1JzcC5wcm90bxoXUGxheWVyU2V0dGluZ0luZm8u", - "cHJvdG8ikAIKEUdldEJhc2ljSW5mb1NjUnNwEhMKC0lzR2VuZGVyU2V0GAgg", - "ASgIEhcKD05leHRSZWNvdmVyVGltZRgOIAEoAxIOCgZHZW5kZXIYCiABKA0S", - "DwoHUmV0Y29kZRgGIAEoDRIfChdXZWVrQ29jb29uRmluaXNoZWRDb3VudBgP", - "IAEoDRIbChNMYXN0U2V0Tmlja25hbWVUaW1lGAsgASgDEhUKDUV4Y2hhbmdl", - "VGltZXMYAiABKA0SLQoRUGxheWVyU2V0dGluZ0luZm8YAyABKAsyEi5QbGF5", - "ZXJTZXR0aW5nSW5mbxIYChBHYW1lcGxheUJpcnRoZGF5GAcgASgNEg4KBkN1", - "ckRheRgJIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", - "cm90bzM=")); + "cHJvdG8inwIKEUdldEJhc2ljSW5mb1NjUnNwEhUKDWlzX2dlbmRlcl9zZXQY", + "CCABKAgSGQoRbmV4dF9yZWNvdmVyX3RpbWUYDiABKAMSDgoGZ2VuZGVyGAog", + "ASgNEg8KB3JldGNvZGUYBiABKA0SIgoad2Vla19jb2Nvb25fZmluaXNoZWRf", + "Y291bnQYDyABKA0SHgoWbGFzdF9zZXRfbmlja25hbWVfdGltZRgLIAEoAxIW", + "Cg5leGNoYW5nZV90aW1lcxgCIAEoDRIvChNwbGF5ZXJfc2V0dGluZ19pbmZv", + "GAMgASgLMhIuUGxheWVyU2V0dGluZ0luZm8SGQoRZ2FtZXBsYXlfYmlydGhk", + "YXkYByABKA0SDwoHY3VyX2RheRgJIAEoDUIeqgIbRWdnTGluay5EYW5oZW5n", + "U2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PlayerSettingInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -97,7 +97,7 @@ namespace EggLink.DanhengServer.Proto { return new GetBasicInfoScRsp(this); } - /// Field number for the "IsGenderSet" field. + /// Field number for the "is_gender_set" field. public const int IsGenderSetFieldNumber = 8; private bool isGenderSet_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -109,7 +109,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "NextRecoverTime" field. + /// Field number for the "next_recover_time" field. public const int NextRecoverTimeFieldNumber = 14; private long nextRecoverTime_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -121,7 +121,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Gender" field. + /// Field number for the "gender" field. public const int GenderFieldNumber = 10; private uint gender_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -133,7 +133,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Retcode" field. + /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 6; private uint retcode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -145,7 +145,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "WeekCocoonFinishedCount" field. + /// Field number for the "week_cocoon_finished_count" field. public const int WeekCocoonFinishedCountFieldNumber = 15; private uint weekCocoonFinishedCount_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -157,7 +157,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "LastSetNicknameTime" field. + /// Field number for the "last_set_nickname_time" field. public const int LastSetNicknameTimeFieldNumber = 11; private long lastSetNicknameTime_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -169,7 +169,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "ExchangeTimes" field. + /// Field number for the "exchange_times" field. public const int ExchangeTimesFieldNumber = 2; private uint exchangeTimes_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -181,7 +181,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "PlayerSettingInfo" field. + /// Field number for the "player_setting_info" field. public const int PlayerSettingInfoFieldNumber = 3; private global::EggLink.DanhengServer.Proto.PlayerSettingInfo playerSettingInfo_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -193,7 +193,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "GameplayBirthday" field. + /// Field number for the "gameplay_birthday" field. public const int GameplayBirthdayFieldNumber = 7; private uint gameplayBirthday_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -205,7 +205,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "CurDay" field. + /// Field number for the "cur_day" field. public const int CurDayFieldNumber = 9; private uint curDay_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/GetBigDataAllRecommendCsReq.cs b/Proto/GetBigDataAllRecommendCsReq.cs deleted file mode 100644 index e0bbac42..00000000 --- a/Proto/GetBigDataAllRecommendCsReq.cs +++ /dev/null @@ -1,236 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: GetBigDataAllRecommendCsReq.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from GetBigDataAllRecommendCsReq.proto - public static partial class GetBigDataAllRecommendCsReqReflection { - - #region Descriptor - /// File descriptor for GetBigDataAllRecommendCsReq.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static GetBigDataAllRecommendCsReqReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "CiFHZXRCaWdEYXRhQWxsUmVjb21tZW5kQ3NSZXEucHJvdG8aGkJpZ0RhdGFS", - "ZWNvbW1lbmRUeXBlLnByb3RvIlUKG0dldEJpZ0RhdGFBbGxSZWNvbW1lbmRD", - "c1JlcRI2ChdiaWdfZGF0YV9yZWNvbW1lbmRfdHlwZRgLIAEoDjIVLkJpZ0Rh", - "dGFSZWNvbW1lbmRUeXBlQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJv", - "dG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BigDataRecommendTypeReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetBigDataAllRecommendCsReq), global::EggLink.DanhengServer.Proto.GetBigDataAllRecommendCsReq.Parser, new[]{ "BigDataRecommendType" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class GetBigDataAllRecommendCsReq : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new GetBigDataAllRecommendCsReq()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.GetBigDataAllRecommendCsReqReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GetBigDataAllRecommendCsReq() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GetBigDataAllRecommendCsReq(GetBigDataAllRecommendCsReq other) : this() { - bigDataRecommendType_ = other.bigDataRecommendType_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GetBigDataAllRecommendCsReq Clone() { - return new GetBigDataAllRecommendCsReq(this); - } - - /// Field number for the "big_data_recommend_type" field. - public const int BigDataRecommendTypeFieldNumber = 11; - private global::EggLink.DanhengServer.Proto.BigDataRecommendType bigDataRecommendType_ = global::EggLink.DanhengServer.Proto.BigDataRecommendType.None; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.BigDataRecommendType BigDataRecommendType { - get { return bigDataRecommendType_; } - set { - bigDataRecommendType_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as GetBigDataAllRecommendCsReq); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(GetBigDataAllRecommendCsReq other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (BigDataRecommendType != other.BigDataRecommendType) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (BigDataRecommendType != global::EggLink.DanhengServer.Proto.BigDataRecommendType.None) hash ^= BigDataRecommendType.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (BigDataRecommendType != global::EggLink.DanhengServer.Proto.BigDataRecommendType.None) { - output.WriteRawTag(88); - output.WriteEnum((int) BigDataRecommendType); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (BigDataRecommendType != global::EggLink.DanhengServer.Proto.BigDataRecommendType.None) { - output.WriteRawTag(88); - output.WriteEnum((int) BigDataRecommendType); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (BigDataRecommendType != global::EggLink.DanhengServer.Proto.BigDataRecommendType.None) { - size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) BigDataRecommendType); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(GetBigDataAllRecommendCsReq other) { - if (other == null) { - return; - } - if (other.BigDataRecommendType != global::EggLink.DanhengServer.Proto.BigDataRecommendType.None) { - BigDataRecommendType = other.BigDataRecommendType; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 88: { - BigDataRecommendType = (global::EggLink.DanhengServer.Proto.BigDataRecommendType) input.ReadEnum(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 88: { - BigDataRecommendType = (global::EggLink.DanhengServer.Proto.BigDataRecommendType) input.ReadEnum(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/GetBigDataAllRecommendScRsp.cs b/Proto/GetBigDataAllRecommendScRsp.cs index 9b568075..12cbbb8b 100644 --- a/Proto/GetBigDataAllRecommendScRsp.cs +++ b/Proto/GetBigDataAllRecommendScRsp.cs @@ -24,19 +24,18 @@ namespace EggLink.DanhengServer.Proto { static GetBigDataAllRecommendScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiFHZXRCaWdEYXRhQWxsUmVjb21tZW5kU2NSc3AucHJvdG8aH0JpZ0RhdGFB", - "bGxSZWxpY0F2YXRhckxpc3QucHJvdG8aH0JpZ0RhdGFBbGxBdmF0YXJSZWxp", - "Y0xpc3QucHJvdG8aGkJpZ0RhdGFSZWNvbW1lbmRUeXBlLnByb3RvItsBChtH", - "ZXRCaWdEYXRhQWxsUmVjb21tZW5kU2NSc3ASMgoMcmVsaWNfYXZhdGFyGAog", - "ASgLMhouQmlnRGF0YUFsbFJlbGljQXZhdGFyTGlzdEgAEjIKDGF2YXRhcl9y", - "ZWxpYxgHIAEoCzIaLkJpZ0RhdGFBbGxBdmF0YXJSZWxpY0xpc3RIABI2Chdi", - "aWdfZGF0YV9yZWNvbW1lbmRfdHlwZRgFIAEoDjIVLkJpZ0RhdGFSZWNvbW1l", - "bmRUeXBlEg8KB3JldGNvZGUYDyABKA1CCwoJZGF0YV9jYXNlQh6qAhtFZ2dM", - "aW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "CiFHZXRCaWdEYXRhQWxsUmVjb21tZW5kU2NSc3AucHJvdG8aEU1LSkFMTUtN", + "UEdMLnByb3RvGhFQSUlJUEhFRkRKTy5wcm90bxoaQmlnRGF0YVJlY29tbWVu", + "ZFR5cGUucHJvdG8ivwEKG0dldEJpZ0RhdGFBbGxSZWNvbW1lbmRTY1JzcBI2", + "ChdiaWdfZGF0YV9yZWNvbW1lbmRfdHlwZRgFIAEoDjIVLkJpZ0RhdGFSZWNv", + "bW1lbmRUeXBlEg8KB3JldGNvZGUYDyABKA0SIwoLREtMQk5CRFBNUE8YCiAB", + "KAsyDC5QSUlJUEhFRkRKT0gAEiMKC1BGT1BKUEpLS0xLGAcgASgLMgwuTUtK", + "QUxNS01QR0xIAEINCgtOSk5JT05NQk1LRUIeqgIbRWdnTGluay5EYW5oZW5n", + "U2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BigDataAllRelicAvatarListReflection.Descriptor, global::EggLink.DanhengServer.Proto.BigDataAllAvatarRelicListReflection.Descriptor, global::EggLink.DanhengServer.Proto.BigDataRecommendTypeReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MKJALMKMPGLReflection.Descriptor, global::EggLink.DanhengServer.Proto.PIIIPHEFDJOReflection.Descriptor, global::EggLink.DanhengServer.Proto.BigDataRecommendTypeReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetBigDataAllRecommendScRsp), global::EggLink.DanhengServer.Proto.GetBigDataAllRecommendScRsp.Parser, new[]{ "RelicAvatar", "AvatarRelic", "BigDataRecommendType", "Retcode" }, new[]{ "DataCase" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetBigDataAllRecommendScRsp), global::EggLink.DanhengServer.Proto.GetBigDataAllRecommendScRsp.Parser, new[]{ "BigDataRecommendType", "Retcode", "DKLBNBDPMPO", "PFOPJPJKKLK" }, new[]{ "NJNIONMBMKE" }, null, null, null) })); } #endregion @@ -80,12 +79,12 @@ namespace EggLink.DanhengServer.Proto { public GetBigDataAllRecommendScRsp(GetBigDataAllRecommendScRsp other) : this() { bigDataRecommendType_ = other.bigDataRecommendType_; retcode_ = other.retcode_; - switch (other.DataCaseCase) { - case DataCaseOneofCase.RelicAvatar: - RelicAvatar = other.RelicAvatar.Clone(); + switch (other.NJNIONMBMKECase) { + case NJNIONMBMKEOneofCase.DKLBNBDPMPO: + DKLBNBDPMPO = other.DKLBNBDPMPO.Clone(); break; - case DataCaseOneofCase.AvatarRelic: - AvatarRelic = other.AvatarRelic.Clone(); + case NJNIONMBMKEOneofCase.PFOPJPJKKLK: + PFOPJPJKKLK = other.PFOPJPJKKLK.Clone(); break; } @@ -98,30 +97,6 @@ namespace EggLink.DanhengServer.Proto { return new GetBigDataAllRecommendScRsp(this); } - /// Field number for the "relic_avatar" field. - public const int RelicAvatarFieldNumber = 10; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.BigDataAllRelicAvatarList RelicAvatar { - get { return dataCaseCase_ == DataCaseOneofCase.RelicAvatar ? (global::EggLink.DanhengServer.Proto.BigDataAllRelicAvatarList) dataCase_ : null; } - set { - dataCase_ = value; - dataCaseCase_ = value == null ? DataCaseOneofCase.None : DataCaseOneofCase.RelicAvatar; - } - } - - /// Field number for the "avatar_relic" field. - public const int AvatarRelicFieldNumber = 7; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.BigDataAllAvatarRelicList AvatarRelic { - get { return dataCaseCase_ == DataCaseOneofCase.AvatarRelic ? (global::EggLink.DanhengServer.Proto.BigDataAllAvatarRelicList) dataCase_ : null; } - set { - dataCase_ = value; - dataCaseCase_ = value == null ? DataCaseOneofCase.None : DataCaseOneofCase.AvatarRelic; - } - } - /// Field number for the "big_data_recommend_type" field. public const int BigDataRecommendTypeFieldNumber = 5; private global::EggLink.DanhengServer.Proto.BigDataRecommendType bigDataRecommendType_ = global::EggLink.DanhengServer.Proto.BigDataRecommendType.None; @@ -146,25 +121,49 @@ namespace EggLink.DanhengServer.Proto { } } - private object dataCase_; - /// Enum of possible cases for the "data_case" oneof. - public enum DataCaseOneofCase { - None = 0, - RelicAvatar = 10, - AvatarRelic = 7, - } - private DataCaseOneofCase dataCaseCase_ = DataCaseOneofCase.None; + /// Field number for the "DKLBNBDPMPO" field. + public const int DKLBNBDPMPOFieldNumber = 10; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public DataCaseOneofCase DataCaseCase { - get { return dataCaseCase_; } + public global::EggLink.DanhengServer.Proto.PIIIPHEFDJO DKLBNBDPMPO { + get { return nJNIONMBMKECase_ == NJNIONMBMKEOneofCase.DKLBNBDPMPO ? (global::EggLink.DanhengServer.Proto.PIIIPHEFDJO) nJNIONMBMKE_ : null; } + set { + nJNIONMBMKE_ = value; + nJNIONMBMKECase_ = value == null ? NJNIONMBMKEOneofCase.None : NJNIONMBMKEOneofCase.DKLBNBDPMPO; + } + } + + /// Field number for the "PFOPJPJKKLK" field. + public const int PFOPJPJKKLKFieldNumber = 7; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.MKJALMKMPGL PFOPJPJKKLK { + get { return nJNIONMBMKECase_ == NJNIONMBMKEOneofCase.PFOPJPJKKLK ? (global::EggLink.DanhengServer.Proto.MKJALMKMPGL) nJNIONMBMKE_ : null; } + set { + nJNIONMBMKE_ = value; + nJNIONMBMKECase_ = value == null ? NJNIONMBMKEOneofCase.None : NJNIONMBMKEOneofCase.PFOPJPJKKLK; + } + } + + private object nJNIONMBMKE_; + /// Enum of possible cases for the "NJNIONMBMKE" oneof. + public enum NJNIONMBMKEOneofCase { + None = 0, + DKLBNBDPMPO = 10, + PFOPJPJKKLK = 7, + } + private NJNIONMBMKEOneofCase nJNIONMBMKECase_ = NJNIONMBMKEOneofCase.None; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NJNIONMBMKEOneofCase NJNIONMBMKECase { + get { return nJNIONMBMKECase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearDataCase() { - dataCaseCase_ = DataCaseOneofCase.None; - dataCase_ = null; + public void ClearNJNIONMBMKE() { + nJNIONMBMKECase_ = NJNIONMBMKEOneofCase.None; + nJNIONMBMKE_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -182,11 +181,11 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (!object.Equals(RelicAvatar, other.RelicAvatar)) return false; - if (!object.Equals(AvatarRelic, other.AvatarRelic)) return false; if (BigDataRecommendType != other.BigDataRecommendType) return false; if (Retcode != other.Retcode) return false; - if (DataCaseCase != other.DataCaseCase) return false; + if (!object.Equals(DKLBNBDPMPO, other.DKLBNBDPMPO)) return false; + if (!object.Equals(PFOPJPJKKLK, other.PFOPJPJKKLK)) return false; + if (NJNIONMBMKECase != other.NJNIONMBMKECase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -194,11 +193,11 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (dataCaseCase_ == DataCaseOneofCase.RelicAvatar) hash ^= RelicAvatar.GetHashCode(); - if (dataCaseCase_ == DataCaseOneofCase.AvatarRelic) hash ^= AvatarRelic.GetHashCode(); if (BigDataRecommendType != global::EggLink.DanhengServer.Proto.BigDataRecommendType.None) hash ^= BigDataRecommendType.GetHashCode(); if (Retcode != 0) hash ^= Retcode.GetHashCode(); - hash ^= (int) dataCaseCase_; + if (nJNIONMBMKECase_ == NJNIONMBMKEOneofCase.DKLBNBDPMPO) hash ^= DKLBNBDPMPO.GetHashCode(); + if (nJNIONMBMKECase_ == NJNIONMBMKEOneofCase.PFOPJPJKKLK) hash ^= PFOPJPJKKLK.GetHashCode(); + hash ^= (int) nJNIONMBMKECase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -221,13 +220,13 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(40); output.WriteEnum((int) BigDataRecommendType); } - if (dataCaseCase_ == DataCaseOneofCase.AvatarRelic) { + if (nJNIONMBMKECase_ == NJNIONMBMKEOneofCase.PFOPJPJKKLK) { output.WriteRawTag(58); - output.WriteMessage(AvatarRelic); + output.WriteMessage(PFOPJPJKKLK); } - if (dataCaseCase_ == DataCaseOneofCase.RelicAvatar) { + if (nJNIONMBMKECase_ == NJNIONMBMKEOneofCase.DKLBNBDPMPO) { output.WriteRawTag(82); - output.WriteMessage(RelicAvatar); + output.WriteMessage(DKLBNBDPMPO); } if (Retcode != 0) { output.WriteRawTag(120); @@ -247,13 +246,13 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(40); output.WriteEnum((int) BigDataRecommendType); } - if (dataCaseCase_ == DataCaseOneofCase.AvatarRelic) { + if (nJNIONMBMKECase_ == NJNIONMBMKEOneofCase.PFOPJPJKKLK) { output.WriteRawTag(58); - output.WriteMessage(AvatarRelic); + output.WriteMessage(PFOPJPJKKLK); } - if (dataCaseCase_ == DataCaseOneofCase.RelicAvatar) { + if (nJNIONMBMKECase_ == NJNIONMBMKEOneofCase.DKLBNBDPMPO) { output.WriteRawTag(82); - output.WriteMessage(RelicAvatar); + output.WriteMessage(DKLBNBDPMPO); } if (Retcode != 0) { output.WriteRawTag(120); @@ -269,18 +268,18 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (dataCaseCase_ == DataCaseOneofCase.RelicAvatar) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(RelicAvatar); - } - if (dataCaseCase_ == DataCaseOneofCase.AvatarRelic) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(AvatarRelic); - } if (BigDataRecommendType != global::EggLink.DanhengServer.Proto.BigDataRecommendType.None) { size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) BigDataRecommendType); } if (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); } + if (nJNIONMBMKECase_ == NJNIONMBMKEOneofCase.DKLBNBDPMPO) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(DKLBNBDPMPO); + } + if (nJNIONMBMKECase_ == NJNIONMBMKEOneofCase.PFOPJPJKKLK) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(PFOPJPJKKLK); + } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -299,18 +298,18 @@ namespace EggLink.DanhengServer.Proto { if (other.Retcode != 0) { Retcode = other.Retcode; } - switch (other.DataCaseCase) { - case DataCaseOneofCase.RelicAvatar: - if (RelicAvatar == null) { - RelicAvatar = new global::EggLink.DanhengServer.Proto.BigDataAllRelicAvatarList(); + switch (other.NJNIONMBMKECase) { + case NJNIONMBMKEOneofCase.DKLBNBDPMPO: + if (DKLBNBDPMPO == null) { + DKLBNBDPMPO = new global::EggLink.DanhengServer.Proto.PIIIPHEFDJO(); } - RelicAvatar.MergeFrom(other.RelicAvatar); + DKLBNBDPMPO.MergeFrom(other.DKLBNBDPMPO); break; - case DataCaseOneofCase.AvatarRelic: - if (AvatarRelic == null) { - AvatarRelic = new global::EggLink.DanhengServer.Proto.BigDataAllAvatarRelicList(); + case NJNIONMBMKEOneofCase.PFOPJPJKKLK: + if (PFOPJPJKKLK == null) { + PFOPJPJKKLK = new global::EggLink.DanhengServer.Proto.MKJALMKMPGL(); } - AvatarRelic.MergeFrom(other.AvatarRelic); + PFOPJPJKKLK.MergeFrom(other.PFOPJPJKKLK); break; } @@ -334,21 +333,21 @@ namespace EggLink.DanhengServer.Proto { break; } case 58: { - global::EggLink.DanhengServer.Proto.BigDataAllAvatarRelicList subBuilder = new global::EggLink.DanhengServer.Proto.BigDataAllAvatarRelicList(); - if (dataCaseCase_ == DataCaseOneofCase.AvatarRelic) { - subBuilder.MergeFrom(AvatarRelic); + global::EggLink.DanhengServer.Proto.MKJALMKMPGL subBuilder = new global::EggLink.DanhengServer.Proto.MKJALMKMPGL(); + if (nJNIONMBMKECase_ == NJNIONMBMKEOneofCase.PFOPJPJKKLK) { + subBuilder.MergeFrom(PFOPJPJKKLK); } input.ReadMessage(subBuilder); - AvatarRelic = subBuilder; + PFOPJPJKKLK = subBuilder; break; } case 82: { - global::EggLink.DanhengServer.Proto.BigDataAllRelicAvatarList subBuilder = new global::EggLink.DanhengServer.Proto.BigDataAllRelicAvatarList(); - if (dataCaseCase_ == DataCaseOneofCase.RelicAvatar) { - subBuilder.MergeFrom(RelicAvatar); + global::EggLink.DanhengServer.Proto.PIIIPHEFDJO subBuilder = new global::EggLink.DanhengServer.Proto.PIIIPHEFDJO(); + if (nJNIONMBMKECase_ == NJNIONMBMKEOneofCase.DKLBNBDPMPO) { + subBuilder.MergeFrom(DKLBNBDPMPO); } input.ReadMessage(subBuilder); - RelicAvatar = subBuilder; + DKLBNBDPMPO = subBuilder; break; } case 120: { @@ -375,21 +374,21 @@ namespace EggLink.DanhengServer.Proto { break; } case 58: { - global::EggLink.DanhengServer.Proto.BigDataAllAvatarRelicList subBuilder = new global::EggLink.DanhengServer.Proto.BigDataAllAvatarRelicList(); - if (dataCaseCase_ == DataCaseOneofCase.AvatarRelic) { - subBuilder.MergeFrom(AvatarRelic); + global::EggLink.DanhengServer.Proto.MKJALMKMPGL subBuilder = new global::EggLink.DanhengServer.Proto.MKJALMKMPGL(); + if (nJNIONMBMKECase_ == NJNIONMBMKEOneofCase.PFOPJPJKKLK) { + subBuilder.MergeFrom(PFOPJPJKKLK); } input.ReadMessage(subBuilder); - AvatarRelic = subBuilder; + PFOPJPJKKLK = subBuilder; break; } case 82: { - global::EggLink.DanhengServer.Proto.BigDataAllRelicAvatarList subBuilder = new global::EggLink.DanhengServer.Proto.BigDataAllRelicAvatarList(); - if (dataCaseCase_ == DataCaseOneofCase.RelicAvatar) { - subBuilder.MergeFrom(RelicAvatar); + global::EggLink.DanhengServer.Proto.PIIIPHEFDJO subBuilder = new global::EggLink.DanhengServer.Proto.PIIIPHEFDJO(); + if (nJNIONMBMKECase_ == NJNIONMBMKEOneofCase.DKLBNBDPMPO) { + subBuilder.MergeFrom(DKLBNBDPMPO); } input.ReadMessage(subBuilder); - RelicAvatar = subBuilder; + DKLBNBDPMPO = subBuilder; break; } case 120: { diff --git a/Proto/GetBigDataRecommendScRsp.cs b/Proto/GetBigDataRecommendScRsp.cs index 8d4d40b2..248b9b19 100644 --- a/Proto/GetBigDataRecommendScRsp.cs +++ b/Proto/GetBigDataRecommendScRsp.cs @@ -24,19 +24,20 @@ namespace EggLink.DanhengServer.Proto { static GetBigDataRecommendScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Ch5HZXRCaWdEYXRhUmVjb21tZW5kU2NSc3AucHJvdG8aFFJlbGljUmVjb21t", - "ZW5kLnByb3RvGhhFcXVpcG1lbnRSZWNvbW1lbmQucHJvdG8aGkJpZ0RhdGFS", - "ZWNvbW1lbmRUeXBlLnByb3RvIv0BChhHZXRCaWdEYXRhUmVjb21tZW5kU2NS", - "c3ASMgoTZXF1aXBtZW50X3JlY29tbWVuZBgPIAEoCzITLkVxdWlwbWVudFJl", - "Y29tbWVuZEgAEioKD3JlbGljX3JlY29tbWVuZBgKIAEoCzIPLlJlbGljUmVj", - "b21tZW5kSAASDwoHcmV0Y29kZRgLIAEoDRI2ChdiaWdfZGF0YV9yZWNvbW1l", - "bmRfdHlwZRgMIAEoDjIVLkJpZ0RhdGFSZWNvbW1lbmRUeXBlEhUKDWhhc19y", - "ZWNvbW1hbmQYCCABKAgSFAoMZXF1aXBfYXZhdGFyGAQgASgNQgsKCWRhdGFf", - "Y2FzZUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "Ch5HZXRCaWdEYXRhUmVjb21tZW5kU2NSc3AucHJvdG8aGEVxdWlwbWVudFJl", + "Y29tbWVuZC5wcm90bxoUUmVsaWNSZWNvbW1lbmQucHJvdG8aGkJpZ0RhdGFS", + "ZWNvbW1lbmRUeXBlLnByb3RvIv8BChhHZXRCaWdEYXRhUmVjb21tZW5kU2NS", + "c3ASDwoHcmV0Y29kZRgLIAEoDRI2ChdiaWdfZGF0YV9yZWNvbW1lbmRfdHlw", + "ZRgMIAEoDjIVLkJpZ0RhdGFSZWNvbW1lbmRUeXBlEhUKDWhhc19yZWNvbW1h", + "bmQYCCABKAgSFAoMZXF1aXBfYXZhdGFyGAQgASgNEjIKE2VxdWlwbWVudF9y", + "ZWNvbW1lbmQYDyABKAsyEy5FcXVpcG1lbnRSZWNvbW1lbmRIABIqCg9yZWxp", + "Y19yZWNvbW1lbmQYCiABKAsyDy5SZWxpY1JlY29tbWVuZEgAQg0KC0RQQ05K", + "SUxMRUhKQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3Rv", + "Mw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RelicRecommendReflection.Descriptor, global::EggLink.DanhengServer.Proto.EquipmentRecommendReflection.Descriptor, global::EggLink.DanhengServer.Proto.BigDataRecommendTypeReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EquipmentRecommendReflection.Descriptor, global::EggLink.DanhengServer.Proto.RelicRecommendReflection.Descriptor, global::EggLink.DanhengServer.Proto.BigDataRecommendTypeReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetBigDataRecommendScRsp), global::EggLink.DanhengServer.Proto.GetBigDataRecommendScRsp.Parser, new[]{ "EquipmentRecommend", "RelicRecommend", "Retcode", "BigDataRecommendType", "HasRecommand", "EquipAvatar" }, new[]{ "DataCase" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetBigDataRecommendScRsp), global::EggLink.DanhengServer.Proto.GetBigDataRecommendScRsp.Parser, new[]{ "Retcode", "BigDataRecommendType", "HasRecommand", "EquipAvatar", "EquipmentRecommend", "RelicRecommend" }, new[]{ "DPCNJILLEHJ" }, null, null, null) })); } #endregion @@ -82,11 +83,11 @@ namespace EggLink.DanhengServer.Proto { bigDataRecommendType_ = other.bigDataRecommendType_; hasRecommand_ = other.hasRecommand_; equipAvatar_ = other.equipAvatar_; - switch (other.DataCaseCase) { - case DataCaseOneofCase.EquipmentRecommend: + switch (other.DPCNJILLEHJCase) { + case DPCNJILLEHJOneofCase.EquipmentRecommend: EquipmentRecommend = other.EquipmentRecommend.Clone(); break; - case DataCaseOneofCase.RelicRecommend: + case DPCNJILLEHJOneofCase.RelicRecommend: RelicRecommend = other.RelicRecommend.Clone(); break; } @@ -100,30 +101,6 @@ namespace EggLink.DanhengServer.Proto { return new GetBigDataRecommendScRsp(this); } - /// Field number for the "equipment_recommend" field. - public const int EquipmentRecommendFieldNumber = 15; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.EquipmentRecommend EquipmentRecommend { - get { return dataCaseCase_ == DataCaseOneofCase.EquipmentRecommend ? (global::EggLink.DanhengServer.Proto.EquipmentRecommend) dataCase_ : null; } - set { - dataCase_ = value; - dataCaseCase_ = value == null ? DataCaseOneofCase.None : DataCaseOneofCase.EquipmentRecommend; - } - } - - /// Field number for the "relic_recommend" field. - public const int RelicRecommendFieldNumber = 10; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.RelicRecommend RelicRecommend { - get { return dataCaseCase_ == DataCaseOneofCase.RelicRecommend ? (global::EggLink.DanhengServer.Proto.RelicRecommend) dataCase_ : null; } - set { - dataCase_ = value; - dataCaseCase_ = value == null ? DataCaseOneofCase.None : DataCaseOneofCase.RelicRecommend; - } - } - /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 11; private uint retcode_; @@ -172,25 +149,49 @@ namespace EggLink.DanhengServer.Proto { } } - private object dataCase_; - /// Enum of possible cases for the "data_case" oneof. - public enum DataCaseOneofCase { + /// Field number for the "equipment_recommend" field. + public const int EquipmentRecommendFieldNumber = 15; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.EquipmentRecommend EquipmentRecommend { + get { return dPCNJILLEHJCase_ == DPCNJILLEHJOneofCase.EquipmentRecommend ? (global::EggLink.DanhengServer.Proto.EquipmentRecommend) dPCNJILLEHJ_ : null; } + set { + dPCNJILLEHJ_ = value; + dPCNJILLEHJCase_ = value == null ? DPCNJILLEHJOneofCase.None : DPCNJILLEHJOneofCase.EquipmentRecommend; + } + } + + /// Field number for the "relic_recommend" field. + public const int RelicRecommendFieldNumber = 10; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.RelicRecommend RelicRecommend { + get { return dPCNJILLEHJCase_ == DPCNJILLEHJOneofCase.RelicRecommend ? (global::EggLink.DanhengServer.Proto.RelicRecommend) dPCNJILLEHJ_ : null; } + set { + dPCNJILLEHJ_ = value; + dPCNJILLEHJCase_ = value == null ? DPCNJILLEHJOneofCase.None : DPCNJILLEHJOneofCase.RelicRecommend; + } + } + + private object dPCNJILLEHJ_; + /// Enum of possible cases for the "DPCNJILLEHJ" oneof. + public enum DPCNJILLEHJOneofCase { None = 0, EquipmentRecommend = 15, RelicRecommend = 10, } - private DataCaseOneofCase dataCaseCase_ = DataCaseOneofCase.None; + private DPCNJILLEHJOneofCase dPCNJILLEHJCase_ = DPCNJILLEHJOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public DataCaseOneofCase DataCaseCase { - get { return dataCaseCase_; } + public DPCNJILLEHJOneofCase DPCNJILLEHJCase { + get { return dPCNJILLEHJCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearDataCase() { - dataCaseCase_ = DataCaseOneofCase.None; - dataCase_ = null; + public void ClearDPCNJILLEHJ() { + dPCNJILLEHJCase_ = DPCNJILLEHJOneofCase.None; + dPCNJILLEHJ_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -208,13 +209,13 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (!object.Equals(EquipmentRecommend, other.EquipmentRecommend)) return false; - if (!object.Equals(RelicRecommend, other.RelicRecommend)) return false; if (Retcode != other.Retcode) return false; if (BigDataRecommendType != other.BigDataRecommendType) return false; if (HasRecommand != other.HasRecommand) return false; if (EquipAvatar != other.EquipAvatar) return false; - if (DataCaseCase != other.DataCaseCase) return false; + if (!object.Equals(EquipmentRecommend, other.EquipmentRecommend)) return false; + if (!object.Equals(RelicRecommend, other.RelicRecommend)) return false; + if (DPCNJILLEHJCase != other.DPCNJILLEHJCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -222,13 +223,13 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (dataCaseCase_ == DataCaseOneofCase.EquipmentRecommend) hash ^= EquipmentRecommend.GetHashCode(); - if (dataCaseCase_ == DataCaseOneofCase.RelicRecommend) hash ^= RelicRecommend.GetHashCode(); if (Retcode != 0) hash ^= Retcode.GetHashCode(); if (BigDataRecommendType != global::EggLink.DanhengServer.Proto.BigDataRecommendType.None) hash ^= BigDataRecommendType.GetHashCode(); if (HasRecommand != false) hash ^= HasRecommand.GetHashCode(); if (EquipAvatar != 0) hash ^= EquipAvatar.GetHashCode(); - hash ^= (int) dataCaseCase_; + if (dPCNJILLEHJCase_ == DPCNJILLEHJOneofCase.EquipmentRecommend) hash ^= EquipmentRecommend.GetHashCode(); + if (dPCNJILLEHJCase_ == DPCNJILLEHJOneofCase.RelicRecommend) hash ^= RelicRecommend.GetHashCode(); + hash ^= (int) dPCNJILLEHJCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -255,7 +256,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(64); output.WriteBool(HasRecommand); } - if (dataCaseCase_ == DataCaseOneofCase.RelicRecommend) { + if (dPCNJILLEHJCase_ == DPCNJILLEHJOneofCase.RelicRecommend) { output.WriteRawTag(82); output.WriteMessage(RelicRecommend); } @@ -267,7 +268,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(96); output.WriteEnum((int) BigDataRecommendType); } - if (dataCaseCase_ == DataCaseOneofCase.EquipmentRecommend) { + if (dPCNJILLEHJCase_ == DPCNJILLEHJOneofCase.EquipmentRecommend) { output.WriteRawTag(122); output.WriteMessage(EquipmentRecommend); } @@ -289,7 +290,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(64); output.WriteBool(HasRecommand); } - if (dataCaseCase_ == DataCaseOneofCase.RelicRecommend) { + if (dPCNJILLEHJCase_ == DPCNJILLEHJOneofCase.RelicRecommend) { output.WriteRawTag(82); output.WriteMessage(RelicRecommend); } @@ -301,7 +302,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(96); output.WriteEnum((int) BigDataRecommendType); } - if (dataCaseCase_ == DataCaseOneofCase.EquipmentRecommend) { + if (dPCNJILLEHJCase_ == DPCNJILLEHJOneofCase.EquipmentRecommend) { output.WriteRawTag(122); output.WriteMessage(EquipmentRecommend); } @@ -315,12 +316,6 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (dataCaseCase_ == DataCaseOneofCase.EquipmentRecommend) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(EquipmentRecommend); - } - if (dataCaseCase_ == DataCaseOneofCase.RelicRecommend) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(RelicRecommend); - } if (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); } @@ -333,6 +328,12 @@ namespace EggLink.DanhengServer.Proto { if (EquipAvatar != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EquipAvatar); } + if (dPCNJILLEHJCase_ == DPCNJILLEHJOneofCase.EquipmentRecommend) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(EquipmentRecommend); + } + if (dPCNJILLEHJCase_ == DPCNJILLEHJOneofCase.RelicRecommend) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(RelicRecommend); + } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -357,14 +358,14 @@ namespace EggLink.DanhengServer.Proto { if (other.EquipAvatar != 0) { EquipAvatar = other.EquipAvatar; } - switch (other.DataCaseCase) { - case DataCaseOneofCase.EquipmentRecommend: + switch (other.DPCNJILLEHJCase) { + case DPCNJILLEHJOneofCase.EquipmentRecommend: if (EquipmentRecommend == null) { EquipmentRecommend = new global::EggLink.DanhengServer.Proto.EquipmentRecommend(); } EquipmentRecommend.MergeFrom(other.EquipmentRecommend); break; - case DataCaseOneofCase.RelicRecommend: + case DPCNJILLEHJOneofCase.RelicRecommend: if (RelicRecommend == null) { RelicRecommend = new global::EggLink.DanhengServer.Proto.RelicRecommend(); } @@ -397,7 +398,7 @@ namespace EggLink.DanhengServer.Proto { } case 82: { global::EggLink.DanhengServer.Proto.RelicRecommend subBuilder = new global::EggLink.DanhengServer.Proto.RelicRecommend(); - if (dataCaseCase_ == DataCaseOneofCase.RelicRecommend) { + if (dPCNJILLEHJCase_ == DPCNJILLEHJOneofCase.RelicRecommend) { subBuilder.MergeFrom(RelicRecommend); } input.ReadMessage(subBuilder); @@ -414,7 +415,7 @@ namespace EggLink.DanhengServer.Proto { } case 122: { global::EggLink.DanhengServer.Proto.EquipmentRecommend subBuilder = new global::EggLink.DanhengServer.Proto.EquipmentRecommend(); - if (dataCaseCase_ == DataCaseOneofCase.EquipmentRecommend) { + if (dPCNJILLEHJCase_ == DPCNJILLEHJOneofCase.EquipmentRecommend) { subBuilder.MergeFrom(EquipmentRecommend); } input.ReadMessage(subBuilder); @@ -446,7 +447,7 @@ namespace EggLink.DanhengServer.Proto { } case 82: { global::EggLink.DanhengServer.Proto.RelicRecommend subBuilder = new global::EggLink.DanhengServer.Proto.RelicRecommend(); - if (dataCaseCase_ == DataCaseOneofCase.RelicRecommend) { + if (dPCNJILLEHJCase_ == DPCNJILLEHJOneofCase.RelicRecommend) { subBuilder.MergeFrom(RelicRecommend); } input.ReadMessage(subBuilder); @@ -463,7 +464,7 @@ namespace EggLink.DanhengServer.Proto { } case 122: { global::EggLink.DanhengServer.Proto.EquipmentRecommend subBuilder = new global::EggLink.DanhengServer.Proto.EquipmentRecommend(); - if (dataCaseCase_ == DataCaseOneofCase.EquipmentRecommend) { + if (dPCNJILLEHJCase_ == DPCNJILLEHJOneofCase.EquipmentRecommend) { subBuilder.MergeFrom(EquipmentRecommend); } input.ReadMessage(subBuilder); diff --git a/Proto/GetChallengeGroupStatisticsScRsp.cs b/Proto/GetChallengeGroupStatisticsScRsp.cs index 5cf4b154..1ed5dadd 100644 --- a/Proto/GetChallengeGroupStatisticsScRsp.cs +++ b/Proto/GetChallengeGroupStatisticsScRsp.cs @@ -26,18 +26,18 @@ namespace EggLink.DanhengServer.Proto { string.Concat( "CiZHZXRDaGFsbGVuZ2VHcm91cFN0YXRpc3RpY3NTY1JzcC5wcm90bxoZQ2hh", "bGxlbmdlU3RhdGlzdGljcy5wcm90bxoeQ2hhbGxlbmdlU3RvcnlTdGF0aXN0", - "aWNzLnByb3RvGh1DaGFsbGVuZ2VCb3NzU3RhdGlzdGljcy5wcm90byL4AQog", - "R2V0Q2hhbGxlbmdlR3JvdXBTdGF0aXN0aWNzU2NSc3ASMQoRY2hhbGxlbmdl", - "X2RlZmF1bHQYAyABKAsyFC5DaGFsbGVuZ2VTdGF0aXN0aWNzSAASNAoPY2hh", - "bGxlbmdlX3N0b3J5GA8gASgLMhkuQ2hhbGxlbmdlU3RvcnlTdGF0aXN0aWNz", - "SAASMgoOY2hhbGxlbmdlX2Jvc3MYCiABKAsyGC5DaGFsbGVuZ2VCb3NzU3Rh", - "dGlzdGljc0gAEg8KB3JldGNvZGUYBiABKA0SEAoIZ3JvdXBfaWQYCyABKA1C", - "FAoSY2hhbGxlbmdlX3N0dF9jYXNlQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2", - "ZXIuUHJvdG9iBnByb3RvMw==")); + "aWNzLnByb3RvGh1DaGFsbGVuZ2VCb3NzU3RhdGlzdGljcy5wcm90byLxAQog", + "R2V0Q2hhbGxlbmdlR3JvdXBTdGF0aXN0aWNzU2NSc3ASDwoHcmV0Y29kZRgG", + "IAEoDRIQCghncm91cF9pZBgLIAEoDRIxChFjaGFsbGVuZ2VfZGVmYXVsdBgD", + "IAEoCzIULkNoYWxsZW5nZVN0YXRpc3RpY3NIABI0Cg9jaGFsbGVuZ2Vfc3Rv", + "cnkYDyABKAsyGS5DaGFsbGVuZ2VTdG9yeVN0YXRpc3RpY3NIABIyCg5jaGFs", + "bGVuZ2VfYm9zcxgKIAEoCzIYLkNoYWxsZW5nZUJvc3NTdGF0aXN0aWNzSABC", + "DQoLTENESkJBQUtJSEJCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90", + "b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChallengeStatisticsReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengeStoryStatisticsReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengeBossStatisticsReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetChallengeGroupStatisticsScRsp), global::EggLink.DanhengServer.Proto.GetChallengeGroupStatisticsScRsp.Parser, new[]{ "ChallengeDefault", "ChallengeStory", "ChallengeBoss", "Retcode", "GroupId" }, new[]{ "ChallengeSttCase" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetChallengeGroupStatisticsScRsp), global::EggLink.DanhengServer.Proto.GetChallengeGroupStatisticsScRsp.Parser, new[]{ "Retcode", "GroupId", "ChallengeDefault", "ChallengeStory", "ChallengeBoss" }, new[]{ "LCDJBAAKIHB" }, null, null, null) })); } #endregion @@ -81,14 +81,14 @@ namespace EggLink.DanhengServer.Proto { public GetChallengeGroupStatisticsScRsp(GetChallengeGroupStatisticsScRsp other) : this() { retcode_ = other.retcode_; groupId_ = other.groupId_; - switch (other.ChallengeSttCaseCase) { - case ChallengeSttCaseOneofCase.ChallengeDefault: + switch (other.LCDJBAAKIHBCase) { + case LCDJBAAKIHBOneofCase.ChallengeDefault: ChallengeDefault = other.ChallengeDefault.Clone(); break; - case ChallengeSttCaseOneofCase.ChallengeStory: + case LCDJBAAKIHBOneofCase.ChallengeStory: ChallengeStory = other.ChallengeStory.Clone(); break; - case ChallengeSttCaseOneofCase.ChallengeBoss: + case LCDJBAAKIHBOneofCase.ChallengeBoss: ChallengeBoss = other.ChallengeBoss.Clone(); break; } @@ -102,42 +102,6 @@ namespace EggLink.DanhengServer.Proto { return new GetChallengeGroupStatisticsScRsp(this); } - /// Field number for the "challenge_default" field. - public const int ChallengeDefaultFieldNumber = 3; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.ChallengeStatistics ChallengeDefault { - get { return challengeSttCaseCase_ == ChallengeSttCaseOneofCase.ChallengeDefault ? (global::EggLink.DanhengServer.Proto.ChallengeStatistics) challengeSttCase_ : null; } - set { - challengeSttCase_ = value; - challengeSttCaseCase_ = value == null ? ChallengeSttCaseOneofCase.None : ChallengeSttCaseOneofCase.ChallengeDefault; - } - } - - /// Field number for the "challenge_story" field. - public const int ChallengeStoryFieldNumber = 15; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.ChallengeStoryStatistics ChallengeStory { - get { return challengeSttCaseCase_ == ChallengeSttCaseOneofCase.ChallengeStory ? (global::EggLink.DanhengServer.Proto.ChallengeStoryStatistics) challengeSttCase_ : null; } - set { - challengeSttCase_ = value; - challengeSttCaseCase_ = value == null ? ChallengeSttCaseOneofCase.None : ChallengeSttCaseOneofCase.ChallengeStory; - } - } - - /// Field number for the "challenge_boss" field. - public const int ChallengeBossFieldNumber = 10; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.ChallengeBossStatistics ChallengeBoss { - get { return challengeSttCaseCase_ == ChallengeSttCaseOneofCase.ChallengeBoss ? (global::EggLink.DanhengServer.Proto.ChallengeBossStatistics) challengeSttCase_ : null; } - set { - challengeSttCase_ = value; - challengeSttCaseCase_ = value == null ? ChallengeSttCaseOneofCase.None : ChallengeSttCaseOneofCase.ChallengeBoss; - } - } - /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 6; private uint retcode_; @@ -162,26 +126,62 @@ namespace EggLink.DanhengServer.Proto { } } - private object challengeSttCase_; - /// Enum of possible cases for the "challenge_stt_case" oneof. - public enum ChallengeSttCaseOneofCase { + /// Field number for the "challenge_default" field. + public const int ChallengeDefaultFieldNumber = 3; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.ChallengeStatistics ChallengeDefault { + get { return lCDJBAAKIHBCase_ == LCDJBAAKIHBOneofCase.ChallengeDefault ? (global::EggLink.DanhengServer.Proto.ChallengeStatistics) lCDJBAAKIHB_ : null; } + set { + lCDJBAAKIHB_ = value; + lCDJBAAKIHBCase_ = value == null ? LCDJBAAKIHBOneofCase.None : LCDJBAAKIHBOneofCase.ChallengeDefault; + } + } + + /// Field number for the "challenge_story" field. + public const int ChallengeStoryFieldNumber = 15; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.ChallengeStoryStatistics ChallengeStory { + get { return lCDJBAAKIHBCase_ == LCDJBAAKIHBOneofCase.ChallengeStory ? (global::EggLink.DanhengServer.Proto.ChallengeStoryStatistics) lCDJBAAKIHB_ : null; } + set { + lCDJBAAKIHB_ = value; + lCDJBAAKIHBCase_ = value == null ? LCDJBAAKIHBOneofCase.None : LCDJBAAKIHBOneofCase.ChallengeStory; + } + } + + /// Field number for the "challenge_boss" field. + public const int ChallengeBossFieldNumber = 10; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.ChallengeBossStatistics ChallengeBoss { + get { return lCDJBAAKIHBCase_ == LCDJBAAKIHBOneofCase.ChallengeBoss ? (global::EggLink.DanhengServer.Proto.ChallengeBossStatistics) lCDJBAAKIHB_ : null; } + set { + lCDJBAAKIHB_ = value; + lCDJBAAKIHBCase_ = value == null ? LCDJBAAKIHBOneofCase.None : LCDJBAAKIHBOneofCase.ChallengeBoss; + } + } + + private object lCDJBAAKIHB_; + /// Enum of possible cases for the "LCDJBAAKIHB" oneof. + public enum LCDJBAAKIHBOneofCase { None = 0, ChallengeDefault = 3, ChallengeStory = 15, ChallengeBoss = 10, } - private ChallengeSttCaseOneofCase challengeSttCaseCase_ = ChallengeSttCaseOneofCase.None; + private LCDJBAAKIHBOneofCase lCDJBAAKIHBCase_ = LCDJBAAKIHBOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ChallengeSttCaseOneofCase ChallengeSttCaseCase { - get { return challengeSttCaseCase_; } + public LCDJBAAKIHBOneofCase LCDJBAAKIHBCase { + get { return lCDJBAAKIHBCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearChallengeSttCase() { - challengeSttCaseCase_ = ChallengeSttCaseOneofCase.None; - challengeSttCase_ = null; + public void ClearLCDJBAAKIHB() { + lCDJBAAKIHBCase_ = LCDJBAAKIHBOneofCase.None; + lCDJBAAKIHB_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -199,12 +199,12 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } + if (Retcode != other.Retcode) return false; + if (GroupId != other.GroupId) return false; if (!object.Equals(ChallengeDefault, other.ChallengeDefault)) return false; if (!object.Equals(ChallengeStory, other.ChallengeStory)) return false; if (!object.Equals(ChallengeBoss, other.ChallengeBoss)) return false; - if (Retcode != other.Retcode) return false; - if (GroupId != other.GroupId) return false; - if (ChallengeSttCaseCase != other.ChallengeSttCaseCase) return false; + if (LCDJBAAKIHBCase != other.LCDJBAAKIHBCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -212,12 +212,12 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (challengeSttCaseCase_ == ChallengeSttCaseOneofCase.ChallengeDefault) hash ^= ChallengeDefault.GetHashCode(); - if (challengeSttCaseCase_ == ChallengeSttCaseOneofCase.ChallengeStory) hash ^= ChallengeStory.GetHashCode(); - if (challengeSttCaseCase_ == ChallengeSttCaseOneofCase.ChallengeBoss) hash ^= ChallengeBoss.GetHashCode(); if (Retcode != 0) hash ^= Retcode.GetHashCode(); if (GroupId != 0) hash ^= GroupId.GetHashCode(); - hash ^= (int) challengeSttCaseCase_; + if (lCDJBAAKIHBCase_ == LCDJBAAKIHBOneofCase.ChallengeDefault) hash ^= ChallengeDefault.GetHashCode(); + if (lCDJBAAKIHBCase_ == LCDJBAAKIHBOneofCase.ChallengeStory) hash ^= ChallengeStory.GetHashCode(); + if (lCDJBAAKIHBCase_ == LCDJBAAKIHBOneofCase.ChallengeBoss) hash ^= ChallengeBoss.GetHashCode(); + hash ^= (int) lCDJBAAKIHBCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -236,7 +236,7 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (challengeSttCaseCase_ == ChallengeSttCaseOneofCase.ChallengeDefault) { + if (lCDJBAAKIHBCase_ == LCDJBAAKIHBOneofCase.ChallengeDefault) { output.WriteRawTag(26); output.WriteMessage(ChallengeDefault); } @@ -244,7 +244,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(48); output.WriteUInt32(Retcode); } - if (challengeSttCaseCase_ == ChallengeSttCaseOneofCase.ChallengeBoss) { + if (lCDJBAAKIHBCase_ == LCDJBAAKIHBOneofCase.ChallengeBoss) { output.WriteRawTag(82); output.WriteMessage(ChallengeBoss); } @@ -252,7 +252,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(88); output.WriteUInt32(GroupId); } - if (challengeSttCaseCase_ == ChallengeSttCaseOneofCase.ChallengeStory) { + if (lCDJBAAKIHBCase_ == LCDJBAAKIHBOneofCase.ChallengeStory) { output.WriteRawTag(122); output.WriteMessage(ChallengeStory); } @@ -266,7 +266,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (challengeSttCaseCase_ == ChallengeSttCaseOneofCase.ChallengeDefault) { + if (lCDJBAAKIHBCase_ == LCDJBAAKIHBOneofCase.ChallengeDefault) { output.WriteRawTag(26); output.WriteMessage(ChallengeDefault); } @@ -274,7 +274,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(48); output.WriteUInt32(Retcode); } - if (challengeSttCaseCase_ == ChallengeSttCaseOneofCase.ChallengeBoss) { + if (lCDJBAAKIHBCase_ == LCDJBAAKIHBOneofCase.ChallengeBoss) { output.WriteRawTag(82); output.WriteMessage(ChallengeBoss); } @@ -282,7 +282,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(88); output.WriteUInt32(GroupId); } - if (challengeSttCaseCase_ == ChallengeSttCaseOneofCase.ChallengeStory) { + if (lCDJBAAKIHBCase_ == LCDJBAAKIHBOneofCase.ChallengeStory) { output.WriteRawTag(122); output.WriteMessage(ChallengeStory); } @@ -296,21 +296,21 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (challengeSttCaseCase_ == ChallengeSttCaseOneofCase.ChallengeDefault) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(ChallengeDefault); - } - if (challengeSttCaseCase_ == ChallengeSttCaseOneofCase.ChallengeStory) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(ChallengeStory); - } - if (challengeSttCaseCase_ == ChallengeSttCaseOneofCase.ChallengeBoss) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(ChallengeBoss); - } if (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); } if (GroupId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GroupId); } + if (lCDJBAAKIHBCase_ == LCDJBAAKIHBOneofCase.ChallengeDefault) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(ChallengeDefault); + } + if (lCDJBAAKIHBCase_ == LCDJBAAKIHBOneofCase.ChallengeStory) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(ChallengeStory); + } + if (lCDJBAAKIHBCase_ == LCDJBAAKIHBOneofCase.ChallengeBoss) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(ChallengeBoss); + } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -329,20 +329,20 @@ namespace EggLink.DanhengServer.Proto { if (other.GroupId != 0) { GroupId = other.GroupId; } - switch (other.ChallengeSttCaseCase) { - case ChallengeSttCaseOneofCase.ChallengeDefault: + switch (other.LCDJBAAKIHBCase) { + case LCDJBAAKIHBOneofCase.ChallengeDefault: if (ChallengeDefault == null) { ChallengeDefault = new global::EggLink.DanhengServer.Proto.ChallengeStatistics(); } ChallengeDefault.MergeFrom(other.ChallengeDefault); break; - case ChallengeSttCaseOneofCase.ChallengeStory: + case LCDJBAAKIHBOneofCase.ChallengeStory: if (ChallengeStory == null) { ChallengeStory = new global::EggLink.DanhengServer.Proto.ChallengeStoryStatistics(); } ChallengeStory.MergeFrom(other.ChallengeStory); break; - case ChallengeSttCaseOneofCase.ChallengeBoss: + case LCDJBAAKIHBOneofCase.ChallengeBoss: if (ChallengeBoss == null) { ChallengeBoss = new global::EggLink.DanhengServer.Proto.ChallengeBossStatistics(); } @@ -367,7 +367,7 @@ namespace EggLink.DanhengServer.Proto { break; case 26: { global::EggLink.DanhengServer.Proto.ChallengeStatistics subBuilder = new global::EggLink.DanhengServer.Proto.ChallengeStatistics(); - if (challengeSttCaseCase_ == ChallengeSttCaseOneofCase.ChallengeDefault) { + if (lCDJBAAKIHBCase_ == LCDJBAAKIHBOneofCase.ChallengeDefault) { subBuilder.MergeFrom(ChallengeDefault); } input.ReadMessage(subBuilder); @@ -380,7 +380,7 @@ namespace EggLink.DanhengServer.Proto { } case 82: { global::EggLink.DanhengServer.Proto.ChallengeBossStatistics subBuilder = new global::EggLink.DanhengServer.Proto.ChallengeBossStatistics(); - if (challengeSttCaseCase_ == ChallengeSttCaseOneofCase.ChallengeBoss) { + if (lCDJBAAKIHBCase_ == LCDJBAAKIHBOneofCase.ChallengeBoss) { subBuilder.MergeFrom(ChallengeBoss); } input.ReadMessage(subBuilder); @@ -393,7 +393,7 @@ namespace EggLink.DanhengServer.Proto { } case 122: { global::EggLink.DanhengServer.Proto.ChallengeStoryStatistics subBuilder = new global::EggLink.DanhengServer.Proto.ChallengeStoryStatistics(); - if (challengeSttCaseCase_ == ChallengeSttCaseOneofCase.ChallengeStory) { + if (lCDJBAAKIHBCase_ == LCDJBAAKIHBOneofCase.ChallengeStory) { subBuilder.MergeFrom(ChallengeStory); } input.ReadMessage(subBuilder); @@ -417,7 +417,7 @@ namespace EggLink.DanhengServer.Proto { break; case 26: { global::EggLink.DanhengServer.Proto.ChallengeStatistics subBuilder = new global::EggLink.DanhengServer.Proto.ChallengeStatistics(); - if (challengeSttCaseCase_ == ChallengeSttCaseOneofCase.ChallengeDefault) { + if (lCDJBAAKIHBCase_ == LCDJBAAKIHBOneofCase.ChallengeDefault) { subBuilder.MergeFrom(ChallengeDefault); } input.ReadMessage(subBuilder); @@ -430,7 +430,7 @@ namespace EggLink.DanhengServer.Proto { } case 82: { global::EggLink.DanhengServer.Proto.ChallengeBossStatistics subBuilder = new global::EggLink.DanhengServer.Proto.ChallengeBossStatistics(); - if (challengeSttCaseCase_ == ChallengeSttCaseOneofCase.ChallengeBoss) { + if (lCDJBAAKIHBCase_ == LCDJBAAKIHBOneofCase.ChallengeBoss) { subBuilder.MergeFrom(ChallengeBoss); } input.ReadMessage(subBuilder); @@ -443,7 +443,7 @@ namespace EggLink.DanhengServer.Proto { } case 122: { global::EggLink.DanhengServer.Proto.ChallengeStoryStatistics subBuilder = new global::EggLink.DanhengServer.Proto.ChallengeStoryStatistics(); - if (challengeSttCaseCase_ == ChallengeSttCaseOneofCase.ChallengeStory) { + if (lCDJBAAKIHBCase_ == LCDJBAAKIHBOneofCase.ChallengeStory) { subBuilder.MergeFrom(ChallengeStory); } input.ReadMessage(subBuilder); diff --git a/Proto/GetChallengeScRsp.cs b/Proto/GetChallengeScRsp.cs index 675ab867..a5498f82 100644 --- a/Proto/GetChallengeScRsp.cs +++ b/Proto/GetChallengeScRsp.cs @@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto { static GetChallengeScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChdHZXRDaGFsbGVuZ2VTY1JzcC5wcm90bxoRQ0NMR0xQQUJHSEQucHJvdG8a", - "FENoYWxsZW5nZUdyb3VwLnByb3RvGg9DaGFsbGVuZ2UucHJvdG8irwEKEUdl", + "ChdHZXRDaGFsbGVuZ2VTY1JzcC5wcm90bxoPQ2hhbGxlbmdlLnByb3RvGhFD", + "Q0xHTFBBQkdIRC5wcm90bxoUQ2hhbGxlbmdlR3JvdXAucHJvdG8irwEKEUdl", "dENoYWxsZW5nZVNjUnNwEiEKC0FNUEtFT0lGRUVIGA0gAygLMgwuQ0NMR0xQ", "QUJHSEQSEwoLTFBMSk1LUEJMSUYYDiABKA0SLQoUY2hhbGxlbmdlX2dyb3Vw", "X2xpc3QYBSADKAsyDy5DaGFsbGVuZ2VHcm91cBIiCg5jaGFsbGVuZ2VfbGlz", "dBgHIAMoCzIKLkNoYWxsZW5nZRIPCgdyZXRjb2RlGA8gASgNQh6qAhtFZ2dM", "aW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CCLGLPABGHDReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengeGroupReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengeReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChallengeReflection.Descriptor, global::EggLink.DanhengServer.Proto.CCLGLPABGHDReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengeGroupReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetChallengeScRsp), global::EggLink.DanhengServer.Proto.GetChallengeScRsp.Parser, new[]{ "AMPKEOIFEEH", "LPLJMKPBLIF", "ChallengeGroupList", "ChallengeList", "Retcode" }, null, null, null, null) })); diff --git a/Proto/GetCurBattleInfoScRsp.cs b/Proto/GetCurBattleInfoScRsp.cs index f627dcca..522d9925 100644 --- a/Proto/GetCurBattleInfoScRsp.cs +++ b/Proto/GetCurBattleInfoScRsp.cs @@ -25,7 +25,7 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChtHZXRDdXJCYXR0bGVJbmZvU2NSc3AucHJvdG8aFUJhdHRsZUVuZFN0YXR1", - "cy5wcm90bxocQWV0aGVyRGl2aWRlQmF0dGxlSW5mby5wcm90bxoVU2NlbmVC", + "cy5wcm90bxoVU2NlbmVCYXR0bGVJbmZvLnByb3RvGhxBZXRoZXJEaXZpZGVC", "YXR0bGVJbmZvLnByb3RvIr0BChVHZXRDdXJCYXR0bGVJbmZvU2NSc3ASLAoL", "UEJQSEpCQUZHQkIYBiABKAsyFy5BZXRoZXJEaXZpZGVCYXR0bGVJbmZvEikK", "D2xhc3RfZW5kX3N0YXR1cxgIIAEoDjIQLkJhdHRsZUVuZFN0YXR1cxIPCgdy", @@ -33,7 +33,7 @@ namespace EggLink.DanhengServer.Proto { "bmZvGAIgASgLMhAuU2NlbmVCYXR0bGVJbmZvQh6qAhtFZ2dMaW5rLkRhbmhl", "bmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BattleEndStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.AetherDivideBattleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneBattleInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BattleEndStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneBattleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.AetherDivideBattleInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetCurBattleInfoScRsp), global::EggLink.DanhengServer.Proto.GetCurBattleInfoScRsp.Parser, new[]{ "PBPHJBAFGBB", "LastEndStatus", "Retcode", "IBPJKFFFLNG", "BattleInfo" }, null, null, null, null) })); diff --git a/Proto/GetCurChallengeScRsp.cs b/Proto/GetCurChallengeScRsp.cs index df1958a0..cf44f503 100644 --- a/Proto/GetCurChallengeScRsp.cs +++ b/Proto/GetCurChallengeScRsp.cs @@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto { static GetCurChallengeScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChpHZXRDdXJDaGFsbGVuZ2VTY1JzcC5wcm90bxoSQ3VyQ2hhbGxlbmdlLnBy", - "b3RvGhBMaW5ldXBJbmZvLnByb3RvIm8KFEdldEN1ckNoYWxsZW5nZVNjUnNw", + "ChpHZXRDdXJDaGFsbGVuZ2VTY1JzcC5wcm90bxoQTGluZXVwSW5mby5wcm90", + "bxoSQ3VyQ2hhbGxlbmdlLnByb3RvIm8KFEdldEN1ckNoYWxsZW5nZVNjUnNw", "Eg8KB3JldGNvZGUYBSABKA0SIAoLbGluZXVwX2xpc3QYCCADKAsyCy5MaW5l", "dXBJbmZvEiQKDWN1cl9jaGFsbGVuZ2UYBCABKAsyDS5DdXJDaGFsbGVuZ2VC", "HqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CurChallengeReflection.Descriptor, global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.CurChallengeReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetCurChallengeScRsp), global::EggLink.DanhengServer.Proto.GetCurChallengeScRsp.Parser, new[]{ "Retcode", "LineupList", "CurChallenge" }, null, null, null, null) })); diff --git a/Proto/GetDailyActiveInfoScRsp.cs b/Proto/GetDailyActiveInfoScRsp.cs index 5ea2fcc3..301ef44a 100644 --- a/Proto/GetDailyActiveInfoScRsp.cs +++ b/Proto/GetDailyActiveInfoScRsp.cs @@ -25,15 +25,14 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Ch1HZXREYWlseUFjdGl2ZUluZm9TY1JzcC5wcm90bxoXRGFpbHlBY3Rpdml0", - "eUluZm8ucHJvdG8ilgEKF0dldERhaWx5QWN0aXZlSW5mb1NjUnNwEhYKDmRh", - "aWx5X3Byb2dyZXNzGAwgASgNEg8KB3JldGNvZGUYDSABKA0SHQoVZGFpbHlf", - "bWlzc2lvbl9pZF9saXN0GAMgAygNEjMKF2RhaWx5X21pc3Npb25faW5mb19s", - "aXN0GAIgAygLMhIuRGFpbHlBY3Rpdml0eUluZm9CHqoCG0VnZ0xpbmsuRGFu", - "aGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); + "eUluZm8ucHJvdG8ifQoXR2V0RGFpbHlBY3RpdmVJbmZvU2NSc3ASEwoLSUlN", + "SkNMQk9QTkMYDCABKA0SDwoHcmV0Y29kZRgNIAEoDRITCgtNQklCQUJLSUFO", + "RhgDIAMoDRInCgtJSE9FTExHQkJLThgCIAMoCzISLkRhaWx5QWN0aXZpdHlJ", + "bmZvQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DailyActivityInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetDailyActiveInfoScRsp), global::EggLink.DanhengServer.Proto.GetDailyActiveInfoScRsp.Parser, new[]{ "DailyProgress", "Retcode", "DailyMissionIdList", "DailyMissionInfoList" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetDailyActiveInfoScRsp), global::EggLink.DanhengServer.Proto.GetDailyActiveInfoScRsp.Parser, new[]{ "IIMJCLBOPNC", "Retcode", "MBIBABKIANF", "IHOELLGBBKN" }, null, null, null, null) })); } #endregion @@ -75,10 +74,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public GetDailyActiveInfoScRsp(GetDailyActiveInfoScRsp other) : this() { - dailyProgress_ = other.dailyProgress_; + iIMJCLBOPNC_ = other.iIMJCLBOPNC_; retcode_ = other.retcode_; - dailyMissionIdList_ = other.dailyMissionIdList_.Clone(); - dailyMissionInfoList_ = other.dailyMissionInfoList_.Clone(); + mBIBABKIANF_ = other.mBIBABKIANF_.Clone(); + iHOELLGBBKN_ = other.iHOELLGBBKN_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -88,15 +87,15 @@ namespace EggLink.DanhengServer.Proto { return new GetDailyActiveInfoScRsp(this); } - /// Field number for the "daily_progress" field. - public const int DailyProgressFieldNumber = 12; - private uint dailyProgress_; + /// Field number for the "IIMJCLBOPNC" field. + public const int IIMJCLBOPNCFieldNumber = 12; + private uint iIMJCLBOPNC_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint DailyProgress { - get { return dailyProgress_; } + public uint IIMJCLBOPNC { + get { return iIMJCLBOPNC_; } set { - dailyProgress_ = value; + iIMJCLBOPNC_ = value; } } @@ -112,26 +111,26 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "daily_mission_id_list" field. - public const int DailyMissionIdListFieldNumber = 3; - private static readonly pb::FieldCodec _repeated_dailyMissionIdList_codec + /// Field number for the "MBIBABKIANF" field. + public const int MBIBABKIANFFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_mBIBABKIANF_codec = pb::FieldCodec.ForUInt32(26); - private readonly pbc::RepeatedField dailyMissionIdList_ = new pbc::RepeatedField(); + private readonly pbc::RepeatedField mBIBABKIANF_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField DailyMissionIdList { - get { return dailyMissionIdList_; } + public pbc::RepeatedField MBIBABKIANF { + get { return mBIBABKIANF_; } } - /// Field number for the "daily_mission_info_list" field. - public const int DailyMissionInfoListFieldNumber = 2; - private static readonly pb::FieldCodec _repeated_dailyMissionInfoList_codec + /// Field number for the "IHOELLGBBKN" field. + public const int IHOELLGBBKNFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_iHOELLGBBKN_codec = pb::FieldCodec.ForMessage(18, global::EggLink.DanhengServer.Proto.DailyActivityInfo.Parser); - private readonly pbc::RepeatedField dailyMissionInfoList_ = new pbc::RepeatedField(); + private readonly pbc::RepeatedField iHOELLGBBKN_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField DailyMissionInfoList { - get { return dailyMissionInfoList_; } + public pbc::RepeatedField IHOELLGBBKN { + get { return iHOELLGBBKN_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -149,10 +148,10 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (DailyProgress != other.DailyProgress) return false; + if (IIMJCLBOPNC != other.IIMJCLBOPNC) return false; if (Retcode != other.Retcode) return false; - if(!dailyMissionIdList_.Equals(other.dailyMissionIdList_)) return false; - if(!dailyMissionInfoList_.Equals(other.dailyMissionInfoList_)) return false; + if(!mBIBABKIANF_.Equals(other.mBIBABKIANF_)) return false; + if(!iHOELLGBBKN_.Equals(other.iHOELLGBBKN_)) return false; return Equals(_unknownFields, other._unknownFields); } @@ -160,10 +159,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (DailyProgress != 0) hash ^= DailyProgress.GetHashCode(); + if (IIMJCLBOPNC != 0) hash ^= IIMJCLBOPNC.GetHashCode(); if (Retcode != 0) hash ^= Retcode.GetHashCode(); - hash ^= dailyMissionIdList_.GetHashCode(); - hash ^= dailyMissionInfoList_.GetHashCode(); + hash ^= mBIBABKIANF_.GetHashCode(); + hash ^= iHOELLGBBKN_.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -182,11 +181,11 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - dailyMissionInfoList_.WriteTo(output, _repeated_dailyMissionInfoList_codec); - dailyMissionIdList_.WriteTo(output, _repeated_dailyMissionIdList_codec); - if (DailyProgress != 0) { + iHOELLGBBKN_.WriteTo(output, _repeated_iHOELLGBBKN_codec); + mBIBABKIANF_.WriteTo(output, _repeated_mBIBABKIANF_codec); + if (IIMJCLBOPNC != 0) { output.WriteRawTag(96); - output.WriteUInt32(DailyProgress); + output.WriteUInt32(IIMJCLBOPNC); } if (Retcode != 0) { output.WriteRawTag(104); @@ -202,11 +201,11 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - dailyMissionInfoList_.WriteTo(ref output, _repeated_dailyMissionInfoList_codec); - dailyMissionIdList_.WriteTo(ref output, _repeated_dailyMissionIdList_codec); - if (DailyProgress != 0) { + iHOELLGBBKN_.WriteTo(ref output, _repeated_iHOELLGBBKN_codec); + mBIBABKIANF_.WriteTo(ref output, _repeated_mBIBABKIANF_codec); + if (IIMJCLBOPNC != 0) { output.WriteRawTag(96); - output.WriteUInt32(DailyProgress); + output.WriteUInt32(IIMJCLBOPNC); } if (Retcode != 0) { output.WriteRawTag(104); @@ -222,14 +221,14 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (DailyProgress != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DailyProgress); + if (IIMJCLBOPNC != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IIMJCLBOPNC); } if (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); } - size += dailyMissionIdList_.CalculateSize(_repeated_dailyMissionIdList_codec); - size += dailyMissionInfoList_.CalculateSize(_repeated_dailyMissionInfoList_codec); + size += mBIBABKIANF_.CalculateSize(_repeated_mBIBABKIANF_codec); + size += iHOELLGBBKN_.CalculateSize(_repeated_iHOELLGBBKN_codec); if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -242,14 +241,14 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - if (other.DailyProgress != 0) { - DailyProgress = other.DailyProgress; + if (other.IIMJCLBOPNC != 0) { + IIMJCLBOPNC = other.IIMJCLBOPNC; } if (other.Retcode != 0) { Retcode = other.Retcode; } - dailyMissionIdList_.Add(other.dailyMissionIdList_); - dailyMissionInfoList_.Add(other.dailyMissionInfoList_); + mBIBABKIANF_.Add(other.mBIBABKIANF_); + iHOELLGBBKN_.Add(other.iHOELLGBBKN_); _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -266,16 +265,16 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 18: { - dailyMissionInfoList_.AddEntriesFrom(input, _repeated_dailyMissionInfoList_codec); + iHOELLGBBKN_.AddEntriesFrom(input, _repeated_iHOELLGBBKN_codec); break; } case 26: case 24: { - dailyMissionIdList_.AddEntriesFrom(input, _repeated_dailyMissionIdList_codec); + mBIBABKIANF_.AddEntriesFrom(input, _repeated_mBIBABKIANF_codec); break; } case 96: { - DailyProgress = input.ReadUInt32(); + IIMJCLBOPNC = input.ReadUInt32(); break; } case 104: { @@ -298,16 +297,16 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 18: { - dailyMissionInfoList_.AddEntriesFrom(ref input, _repeated_dailyMissionInfoList_codec); + iHOELLGBBKN_.AddEntriesFrom(ref input, _repeated_iHOELLGBBKN_codec); break; } case 26: case 24: { - dailyMissionIdList_.AddEntriesFrom(ref input, _repeated_dailyMissionIdList_codec); + mBIBABKIANF_.AddEntriesFrom(ref input, _repeated_mBIBABKIANF_codec); break; } case 96: { - DailyProgress = input.ReadUInt32(); + IIMJCLBOPNC = input.ReadUInt32(); break; } case 104: { diff --git a/Proto/GetDrinkMakerDataScRsp.cs b/Proto/GetDrinkMakerDataScRsp.cs index 20edd3e2..84d4ef54 100644 --- a/Proto/GetDrinkMakerDataScRsp.cs +++ b/Proto/GetDrinkMakerDataScRsp.cs @@ -24,8 +24,8 @@ namespace EggLink.DanhengServer.Proto { static GetDrinkMakerDataScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChxHZXREcmlua01ha2VyRGF0YVNjUnNwLnByb3RvGhVEcmlua01ha2VyR3Vl", - "c3QucHJvdG8aEUVFS0ZFQ0RJSEpFLnByb3RvIvgBChZHZXREcmlua01ha2Vy", + "ChxHZXREcmlua01ha2VyRGF0YVNjUnNwLnByb3RvGhFFRUtGRUNESUhKRS5w", + "cm90bxoVRHJpbmtNYWtlckd1ZXN0LnByb3RvIvgBChZHZXREcmlua01ha2Vy", "RGF0YVNjUnNwEhMKC0VBT0xNSE9BQU1MGAggASgNEhMKC0FNRUZHQklDR0RJ", "GAEgASgNEhMKC1BDTk5QRUpFR0VGGA4gAygNEg8KB3JldGNvZGUYDCABKA0S", "EwoLSEVQQUxOSU9KTlAYDSABKA0SDQoFbGV2ZWwYBSABKA0SEwoLREhBS09G", @@ -34,7 +34,7 @@ namespace EggLink.DanhengServer.Proto { "RkVDRElISkVCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv", "dG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DrinkMakerGuestReflection.Descriptor, global::EggLink.DanhengServer.Proto.EEKFECDIHJEReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EEKFECDIHJEReflection.Descriptor, global::EggLink.DanhengServer.Proto.DrinkMakerGuestReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetDrinkMakerDataScRsp), global::EggLink.DanhengServer.Proto.GetDrinkMakerDataScRsp.Parser, new[]{ "EAOLMHOAAML", "AMEFGBICGDI", "PCNNPEJEGEF", "Retcode", "HEPALNIOJNP", "Level", "DHAKOFAGDOF", "PJKIBODPCKI", "Exp", "BOINOMBHPCL" }, null, null, null, null) })); diff --git a/Proto/GetFightFestDataScRsp.cs b/Proto/GetFightFestDataScRsp.cs index eba3f489..c06cfbd2 100644 --- a/Proto/GetFightFestDataScRsp.cs +++ b/Proto/GetFightFestDataScRsp.cs @@ -25,14 +25,15 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChtHZXRGaWdodEZlc3REYXRhU2NSc3AucHJvdG8aEUlLTE5JTEtQRU5BLnBy", - "b3RvIoMBChVHZXRGaWdodEZlc3REYXRhU2NSc3ASJAoOY2hhbGxlbmdlX2xp", + "b3RvIokBChVHZXRGaWdodEZlc3REYXRhU2NSc3ASJAoOY2hhbGxlbmdlX2xp", "c3QYCiADKAsyDC5JS0xOSUxLUEVOQRITCgtNRkdPTkhKR0lQUBgJIAMoDRIP", - "CgdyZXRjb2RlGAQgASgNEgwKBGNvaW4YDyABKA0SEAoIc2NvcmVfaWQYAyAB", - "KA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); + "CgdyZXRjb2RlGAQgASgNEhIKCml0ZW1fdmFsdWUYDyABKA0SEAoIc2NvcmVf", + "aWQYAyABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv", + "dG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.IKLNILKPENAReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetFightFestDataScRsp), global::EggLink.DanhengServer.Proto.GetFightFestDataScRsp.Parser, new[]{ "ChallengeList", "MFGONHJGIPP", "Retcode", "Coin", "ScoreId" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetFightFestDataScRsp), global::EggLink.DanhengServer.Proto.GetFightFestDataScRsp.Parser, new[]{ "ChallengeList", "MFGONHJGIPP", "Retcode", "ItemValue", "ScoreId" }, null, null, null, null) })); } #endregion @@ -77,7 +78,7 @@ namespace EggLink.DanhengServer.Proto { challengeList_ = other.challengeList_.Clone(); mFGONHJGIPP_ = other.mFGONHJGIPP_.Clone(); retcode_ = other.retcode_; - coin_ = other.coin_; + itemValue_ = other.itemValue_; scoreId_ = other.scoreId_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -122,15 +123,15 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "coin" field. - public const int CoinFieldNumber = 15; - private uint coin_; + /// Field number for the "item_value" field. + public const int ItemValueFieldNumber = 15; + private uint itemValue_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint Coin { - get { return coin_; } + public uint ItemValue { + get { return itemValue_; } set { - coin_ = value; + itemValue_ = value; } } @@ -164,7 +165,7 @@ namespace EggLink.DanhengServer.Proto { if(!challengeList_.Equals(other.challengeList_)) return false; if(!mFGONHJGIPP_.Equals(other.mFGONHJGIPP_)) return false; if (Retcode != other.Retcode) return false; - if (Coin != other.Coin) return false; + if (ItemValue != other.ItemValue) return false; if (ScoreId != other.ScoreId) return false; return Equals(_unknownFields, other._unknownFields); } @@ -176,7 +177,7 @@ namespace EggLink.DanhengServer.Proto { hash ^= challengeList_.GetHashCode(); hash ^= mFGONHJGIPP_.GetHashCode(); if (Retcode != 0) hash ^= Retcode.GetHashCode(); - if (Coin != 0) hash ^= Coin.GetHashCode(); + if (ItemValue != 0) hash ^= ItemValue.GetHashCode(); if (ScoreId != 0) hash ^= ScoreId.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); @@ -206,9 +207,9 @@ namespace EggLink.DanhengServer.Proto { } mFGONHJGIPP_.WriteTo(output, _repeated_mFGONHJGIPP_codec); challengeList_.WriteTo(output, _repeated_challengeList_codec); - if (Coin != 0) { + if (ItemValue != 0) { output.WriteRawTag(120); - output.WriteUInt32(Coin); + output.WriteUInt32(ItemValue); } if (_unknownFields != null) { _unknownFields.WriteTo(output); @@ -230,9 +231,9 @@ namespace EggLink.DanhengServer.Proto { } mFGONHJGIPP_.WriteTo(ref output, _repeated_mFGONHJGIPP_codec); challengeList_.WriteTo(ref output, _repeated_challengeList_codec); - if (Coin != 0) { + if (ItemValue != 0) { output.WriteRawTag(120); - output.WriteUInt32(Coin); + output.WriteUInt32(ItemValue); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); @@ -249,8 +250,8 @@ namespace EggLink.DanhengServer.Proto { if (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); } - if (Coin != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Coin); + if (ItemValue != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ItemValue); } if (ScoreId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ScoreId); @@ -272,8 +273,8 @@ namespace EggLink.DanhengServer.Proto { if (other.Retcode != 0) { Retcode = other.Retcode; } - if (other.Coin != 0) { - Coin = other.Coin; + if (other.ItemValue != 0) { + ItemValue = other.ItemValue; } if (other.ScoreId != 0) { ScoreId = other.ScoreId; @@ -311,7 +312,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 120: { - Coin = input.ReadUInt32(); + ItemValue = input.ReadUInt32(); break; } } @@ -347,7 +348,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 120: { - Coin = input.ReadUInt32(); + ItemValue = input.ReadUInt32(); break; } } diff --git a/Proto/GetFriendBattleRecordDetailScRsp.cs b/Proto/GetFriendBattleRecordDetailScRsp.cs index 16484ad6..0f2f5fe8 100644 --- a/Proto/GetFriendBattleRecordDetailScRsp.cs +++ b/Proto/GetFriendBattleRecordDetailScRsp.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static GetFriendBattleRecordDetailScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiZHZXRGcmllbmRCYXR0bGVSZWNvcmREZXRhaWxTY1JzcC5wcm90bxoRQ0hL", - "SUlDTkFQSEEucHJvdG8aEU9LREJPR0JBQk5JLnByb3RvIoYBCiBHZXRGcmll", + "CiZHZXRGcmllbmRCYXR0bGVSZWNvcmREZXRhaWxTY1JzcC5wcm90bxoRT0tE", + "Qk9HQkFCTkkucHJvdG8aEUNIS0lJQ05BUEhBLnByb3RvIoYBCiBHZXRGcmll", "bmRCYXR0bGVSZWNvcmREZXRhaWxTY1JzcBILCgN1aWQYAyABKA0SIQoLSkRJ", "RElIT0JBT0QYBCADKAsyDC5DSEtJSUNOQVBIQRIPCgdyZXRjb2RlGAggASgN", "EiEKC1BHQkJFUEtBSEJIGAcgASgLMgwuT0tEQk9HQkFCTklCHqoCG0VnZ0xp", "bmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CHKIICNAPHAReflection.Descriptor, global::EggLink.DanhengServer.Proto.OKDBOGBABNIReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.OKDBOGBABNIReflection.Descriptor, global::EggLink.DanhengServer.Proto.CHKIICNAPHAReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetFriendBattleRecordDetailScRsp), global::EggLink.DanhengServer.Proto.GetFriendBattleRecordDetailScRsp.Parser, new[]{ "Uid", "JDIDIHOBAOD", "Retcode", "PGBBEPKAHBH" }, null, null, null, null) })); diff --git a/Proto/GetHeartDialInfoScRsp.cs b/Proto/GetHeartDialInfoScRsp.cs index 331ff37b..07785fb3 100644 --- a/Proto/GetHeartDialInfoScRsp.cs +++ b/Proto/GetHeartDialInfoScRsp.cs @@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto { static GetHeartDialInfoScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChtHZXRIZWFydERpYWxJbmZvU2NSc3AucHJvdG8aEU1NRUlORk1ESkZHLnBy", - "b3RvGhtIZWFydERpYWxEaWFsb2d1ZUluZm8ucHJvdG8aG0hlYXJ0RGlhbFVu", - "bG9ja1N0YXR1cy5wcm90bxoZSGVhcnREaWFsU2NyaXB0SW5mby5wcm90byLe", + "ChtHZXRIZWFydERpYWxJbmZvU2NSc3AucHJvdG8aG0hlYXJ0RGlhbFVubG9j", + "a1N0YXR1cy5wcm90bxobSGVhcnREaWFsRGlhbG9ndWVJbmZvLnByb3RvGhFN", + "TUVJTkZNREpGRy5wcm90bxoZSGVhcnREaWFsU2NyaXB0SW5mby5wcm90byLe", "AQoVR2V0SGVhcnREaWFsSW5mb1NjUnNwEi0KDXVubG9ja19zdGF0dXMYASAB", "KA4yFi5IZWFydERpYWxVbmxvY2tTdGF0dXMSLgoQc2NyaXB0X2luZm9fbGlz", "dBgHIAMoCzIULkhlYXJ0RGlhbFNjcmlwdEluZm8SIQoLT0NNT0VKSURMQU0Y", @@ -34,7 +34,7 @@ namespace EggLink.DanhengServer.Proto { "Z3VlX2luZm9fbGlzdBgLIAMoCzIWLkhlYXJ0RGlhbERpYWxvZ3VlSW5mb0Ie", "qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MMEINFMDJFGReflection.Descriptor, global::EggLink.DanhengServer.Proto.HeartDialDialogueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.HeartDialUnlockStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.HeartDialScriptInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.HeartDialUnlockStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.HeartDialDialogueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.MMEINFMDJFGReflection.Descriptor, global::EggLink.DanhengServer.Proto.HeartDialScriptInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetHeartDialInfoScRsp), global::EggLink.DanhengServer.Proto.GetHeartDialInfoScRsp.Parser, new[]{ "UnlockStatus", "ScriptInfoList", "OCMOEJIDLAM", "Retcode", "DialogueInfoList" }, null, null, null, null) })); diff --git a/Proto/GetKilledPunkLordMonsterDataScRsp.cs b/Proto/GetKilledPunkLordMonsterDataScRsp.cs index 92857d12..bb31cf51 100644 --- a/Proto/GetKilledPunkLordMonsterDataScRsp.cs +++ b/Proto/GetKilledPunkLordMonsterDataScRsp.cs @@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto { static GetKilledPunkLordMonsterDataScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CidHZXRLaWxsZWRQdW5rTG9yZE1vbnN0ZXJEYXRhU2NSc3AucHJvdG8aH0tp", - "bGxlZFB1bmtMb3JkTW9uc3RlckluZm8ucHJvdG8aGFB1bmtMb3JkTW9uc3Rl", - "cktleS5wcm90byKPAQohR2V0S2lsbGVkUHVua0xvcmRNb25zdGVyRGF0YVNj", + "CidHZXRLaWxsZWRQdW5rTG9yZE1vbnN0ZXJEYXRhU2NSc3AucHJvdG8aGFB1", + "bmtMb3JkTW9uc3RlcktleS5wcm90bxofS2lsbGVkUHVua0xvcmRNb25zdGVy", + "SW5mby5wcm90byKPAQohR2V0S2lsbGVkUHVua0xvcmRNb25zdGVyRGF0YVNj", "UnNwEigKC09BS0tDQ0dBRUtLGA4gAygLMhMuUHVua0xvcmRNb25zdGVyS2V5", "Eg8KB3JldGNvZGUYCyABKA0SLwoLRERDRU1ER0VESU8YASADKAsyGi5LaWxs", "ZWRQdW5rTG9yZE1vbnN0ZXJJbmZvQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2", "ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.KilledPunkLordMonsterInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.PunkLordMonsterKeyReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PunkLordMonsterKeyReflection.Descriptor, global::EggLink.DanhengServer.Proto.KilledPunkLordMonsterInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetKilledPunkLordMonsterDataScRsp), global::EggLink.DanhengServer.Proto.GetKilledPunkLordMonsterDataScRsp.Parser, new[]{ "OAKKCCGAEKK", "Retcode", "DDCEMDGEDIO" }, null, null, null, null) })); diff --git a/Proto/GetMailScRsp.cs b/Proto/GetMailScRsp.cs index 370cedd9..50bef170 100644 --- a/Proto/GetMailScRsp.cs +++ b/Proto/GetMailScRsp.cs @@ -24,12 +24,12 @@ namespace EggLink.DanhengServer.Proto { static GetMailScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChJHZXRNYWlsU2NSc3AucHJvdG8aEENsaWVudE1haWwucHJvdG8ikwEKDEdl", - "dE1haWxTY1JzcBIQCghUb3RhbE51bRgKIAEoDRIdCghNYWlsTGlzdBgIIAMo", - "CzILLkNsaWVudE1haWwSDQoFSXNFbmQYASABKAgSDwoHUmV0Y29kZRgFIAEo", - "DRINCgVTdGFydBgHIAEoDRIjCg5Ob3RpY2VNYWlsTGlzdBgCIAMoCzILLkNs", - "aWVudE1haWxCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv", - "dG8z")); + "ChJHZXRNYWlsU2NSc3AucHJvdG8aEENsaWVudE1haWwucHJvdG8imAEKDEdl", + "dE1haWxTY1JzcBIRCgl0b3RhbF9udW0YCiABKA0SHgoJbWFpbF9saXN0GAgg", + "AygLMgsuQ2xpZW50TWFpbBIOCgZpc19lbmQYASABKAgSDwoHcmV0Y29kZRgF", + "IAEoDRINCgVzdGFydBgHIAEoDRIlChBub3RpY2VfbWFpbF9saXN0GAIgAygL", + "MgsuQ2xpZW50TWFpbEIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv", + "YgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ClientMailReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -90,7 +90,7 @@ namespace EggLink.DanhengServer.Proto { return new GetMailScRsp(this); } - /// Field number for the "TotalNum" field. + /// Field number for the "total_num" field. public const int TotalNumFieldNumber = 10; private uint totalNum_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -102,7 +102,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "MailList" field. + /// Field number for the "mail_list" field. public const int MailListFieldNumber = 8; private static readonly pb::FieldCodec _repeated_mailList_codec = pb::FieldCodec.ForMessage(66, global::EggLink.DanhengServer.Proto.ClientMail.Parser); @@ -113,7 +113,7 @@ namespace EggLink.DanhengServer.Proto { get { return mailList_; } } - /// Field number for the "IsEnd" field. + /// Field number for the "is_end" field. public const int IsEndFieldNumber = 1; private bool isEnd_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -125,7 +125,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Retcode" field. + /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 5; private uint retcode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -137,7 +137,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Start" field. + /// Field number for the "start" field. public const int StartFieldNumber = 7; private uint start_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -149,7 +149,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "NoticeMailList" field. + /// Field number for the "notice_mail_list" field. public const int NoticeMailListFieldNumber = 2; private static readonly pb::FieldCodec _repeated_noticeMailList_codec = pb::FieldCodec.ForMessage(18, global::EggLink.DanhengServer.Proto.ClientMail.Parser); diff --git a/Proto/GetMapRotationDataScRsp.cs b/Proto/GetMapRotationDataScRsp.cs index d9fc1ba5..fd3082cc 100644 --- a/Proto/GetMapRotationDataScRsp.cs +++ b/Proto/GetMapRotationDataScRsp.cs @@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto { static GetMapRotationDataScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Ch1HZXRNYXBSb3RhdGlvbkRhdGFTY1JzcC5wcm90bxoRQ2hhcmdlckluZm8u", - "cHJvdG8aEVJvdGF0ZXJEYXRhLnByb3RvGhFJQ0lNQUtCQUpHQi5wcm90bxoX", - "Um90YXRlckVuZXJneUluZm8ucHJvdG8iigIKF0dldE1hcFJvdGF0aW9uRGF0", + "Ch1HZXRNYXBSb3RhdGlvbkRhdGFTY1JzcC5wcm90bxoXUm90YXRlckVuZXJn", + "eUluZm8ucHJvdG8aEUNoYXJnZXJJbmZvLnByb3RvGhFSb3RhdGVyRGF0YS5w", + "cm90bxoRSUNJTUFLQkFKR0IucHJvdG8iigIKF0dldE1hcFJvdGF0aW9uRGF0", "YVNjUnNwEg8KB3JldGNvZGUYBiABKA0SHwoJcm9ndWVfbWFwGAUgASgLMgwu", "SUNJTUFLQkFKR0ISJwoLZW5lcmd5X2luZm8YAiABKAsyEi5Sb3RhdGVyRW5l", "cmd5SW5mbxInChFyb3RhdGVyX2RhdGFfbGlzdBgLIAMoCzIMLlJvdGF0ZXJE", @@ -35,7 +35,7 @@ namespace EggLink.DanhengServer.Proto { "Zm8YBCADKAsyDC5DaGFyZ2VySW5mb0IeqgIbRWdnTGluay5EYW5oZW5nU2Vy", "dmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChargerInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RotaterDataReflection.Descriptor, global::EggLink.DanhengServer.Proto.ICIMAKBAJGBReflection.Descriptor, global::EggLink.DanhengServer.Proto.RotaterEnergyInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RotaterEnergyInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChargerInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RotaterDataReflection.Descriptor, global::EggLink.DanhengServer.Proto.ICIMAKBAJGBReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetMapRotationDataScRsp), global::EggLink.DanhengServer.Proto.GetMapRotationDataScRsp.Parser, new[]{ "Retcode", "RogueMap", "EnergyInfo", "RotaterDataList", "NFLBONDJAIE", "EraFlipperRegionId", "OMEJLLMNPCN", "ChargerInfo" }, null, null, null, null) })); diff --git a/Proto/GetMbtiReportScRsp.cs b/Proto/GetMbtiReportScRsp.cs index 6bc466c2..ae3e9c06 100644 --- a/Proto/GetMbtiReportScRsp.cs +++ b/Proto/GetMbtiReportScRsp.cs @@ -24,8 +24,8 @@ namespace EggLink.DanhengServer.Proto { static GetMbtiReportScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChhHZXRNYnRpUmVwb3J0U2NSc3AucHJvdG8aEU1GREtJTlBETUtFLnByb3Rv", - "GhFERENFTENPSkdOUC5wcm90byLVAQoSR2V0TWJ0aVJlcG9ydFNjUnNwEhAK", + "ChhHZXRNYnRpUmVwb3J0U2NSc3AucHJvdG8aEUREQ0VMQ09KR05QLnByb3Rv", + "GhFNRkRLSU5QRE1LRS5wcm90byLVAQoSR2V0TWJ0aVJlcG9ydFNjUnNwEhAK", "CHByb2dyZXNzGAcgASgNEiEKC0dNREhIT0dCQUNOGAIgAygLMgwuTUZES0lO", "UERNS0USDwoHcmV0Y29kZRgGIAEoDRITCgtMSkhBSUZDSUFCSBgIIAEoBRIh", "CgtBQk5PSU5MT0tMThgLIAMoCzIMLkREQ0VMQ09KR05QEhMKC1BDQURDR0NF", @@ -33,7 +33,7 @@ namespace EggLink.DanhengServer.Proto { "d2FyZBgKIAEoCEIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", "cm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MFDKINPDMKEReflection.Descriptor, global::EggLink.DanhengServer.Proto.DDCELCOJGNPReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DDCELCOJGNPReflection.Descriptor, global::EggLink.DanhengServer.Proto.MFDKINPDMKEReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetMbtiReportScRsp), global::EggLink.DanhengServer.Proto.GetMbtiReportScRsp.Parser, new[]{ "Progress", "GMDHHOGBACN", "Retcode", "LJHAIFCIABH", "ABNOINLOKLN", "PCADCGCELIN", "PHNKKELLANM", "IsTakenReward" }, null, null, null, null) })); diff --git a/Proto/GetMissionDataScRsp.cs b/Proto/GetMissionDataScRsp.cs index 4f86ac9a..3070ed30 100644 --- a/Proto/GetMissionDataScRsp.cs +++ b/Proto/GetMissionDataScRsp.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static GetMissionDataScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChlHZXRNaXNzaW9uRGF0YVNjUnNwLnByb3RvGhFNYWluTWlzc2lvbi5wcm90", - "bxoNTWlzc2lvbi5wcm90byKeAQoTR2V0TWlzc2lvbkRhdGFTY1JzcBIeCgxt", + "ChlHZXRNaXNzaW9uRGF0YVNjUnNwLnByb3RvGg1NaXNzaW9uLnByb3RvGhFN", + "YWluTWlzc2lvbi5wcm90byKeAQoTR2V0TWlzc2lvbkRhdGFTY1JzcBIeCgxt", "aXNzaW9uX2xpc3QYCyADKAsyCC5NaXNzaW9uEg8KB3JldGNvZGUYDiABKA0S", "JwoRbWFpbl9taXNzaW9uX2xpc3QYDSADKAsyDC5NYWluTWlzc2lvbhIYChB0", "cmFja19taXNzaW9uX2lkGAggASgNEhMKC09KT01PQ0dJQUlDGAQgAygNQh6q", "AhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MainMissionReflection.Descriptor, global::EggLink.DanhengServer.Proto.MissionReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MissionReflection.Descriptor, global::EggLink.DanhengServer.Proto.MainMissionReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetMissionDataScRsp), global::EggLink.DanhengServer.Proto.GetMissionDataScRsp.Parser, new[]{ "MissionList", "Retcode", "MainMissionList", "TrackMissionId", "OJOMOCGIAIC" }, null, null, null, null) })); diff --git a/Proto/GetMissionStatusScRsp.cs b/Proto/GetMissionStatusScRsp.cs index c925b514..e2dcdf2a 100644 --- a/Proto/GetMissionStatusScRsp.cs +++ b/Proto/GetMissionStatusScRsp.cs @@ -25,14 +25,15 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChtHZXRNaXNzaW9uU3RhdHVzU2NSc3AucHJvdG8aDU1pc3Npb24ucHJvdG8a", - "HE1haW5NaXNzaW9uQ3VzdG9tVmFsdWUucHJvdG8inQIKFUdldE1pc3Npb25T", - "dGF0dXNTY1JzcBIhChlGaW5pc2hlZE1haW5NaXNzaW9uSWRMaXN0GAMgAygN", - "EiMKG1VuZmluaXNoZWRNYWluTWlzc2lvbklkTGlzdBgMIAMoDRIrCiNDdXJ2", - "ZXJzaW9uRmluaXNoZWRNYWluTWlzc2lvbklkTGlzdBgBIAMoDRIhChlEaXNh", - "YmxlZE1haW5NaXNzaW9uSWRMaXN0GA0gAygNEiYKFFN1Yk1pc3Npb25TdGF0", - "dXNMaXN0GAcgAygLMgguTWlzc2lvbhIzChJNYWluTWlzc2lvbk1jdkxpc3QY", - "BiADKAsyFy5NYWluTWlzc2lvbkN1c3RvbVZhbHVlEg8KB1JldGNvZGUYBSAB", - "KA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); + "HE1haW5NaXNzaW9uQ3VzdG9tVmFsdWUucHJvdG8itAIKFUdldE1pc3Npb25T", + "dGF0dXNTY1JzcBIlCh1maW5pc2hlZF9tYWluX21pc3Npb25faWRfbGlzdBgD", + "IAMoDRInCh91bmZpbmlzaGVkX21haW5fbWlzc2lvbl9pZF9saXN0GAwgAygN", + "EjAKKGN1cnZlcnNpb25fZmluaXNoZWRfbWFpbl9taXNzaW9uX2lkX2xpc3QY", + "ASADKA0SJQodZGlzYWJsZWRfbWFpbl9taXNzaW9uX2lkX2xpc3QYDSADKA0S", + "KQoXc3ViX21pc3Npb25fc3RhdHVzX2xpc3QYByADKAsyCC5NaXNzaW9uEjYK", + "FW1haW5fbWlzc2lvbl9tY3ZfbGlzdBgGIAMoCzIXLk1haW5NaXNzaW9uQ3Vz", + "dG9tVmFsdWUSDwoHcmV0Y29kZRgFIAEoDUIeqgIbRWdnTGluay5EYW5oZW5n", + "U2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MissionReflection.Descriptor, global::EggLink.DanhengServer.Proto.MainMissionCustomValueReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -94,7 +95,7 @@ namespace EggLink.DanhengServer.Proto { return new GetMissionStatusScRsp(this); } - /// Field number for the "FinishedMainMissionIdList" field. + /// Field number for the "finished_main_mission_id_list" field. public const int FinishedMainMissionIdListFieldNumber = 3; private static readonly pb::FieldCodec _repeated_finishedMainMissionIdList_codec = pb::FieldCodec.ForUInt32(26); @@ -105,7 +106,7 @@ namespace EggLink.DanhengServer.Proto { get { return finishedMainMissionIdList_; } } - /// Field number for the "UnfinishedMainMissionIdList" field. + /// Field number for the "unfinished_main_mission_id_list" field. public const int UnfinishedMainMissionIdListFieldNumber = 12; private static readonly pb::FieldCodec _repeated_unfinishedMainMissionIdList_codec = pb::FieldCodec.ForUInt32(98); @@ -116,7 +117,7 @@ namespace EggLink.DanhengServer.Proto { get { return unfinishedMainMissionIdList_; } } - /// Field number for the "CurversionFinishedMainMissionIdList" field. + /// Field number for the "curversion_finished_main_mission_id_list" field. public const int CurversionFinishedMainMissionIdListFieldNumber = 1; private static readonly pb::FieldCodec _repeated_curversionFinishedMainMissionIdList_codec = pb::FieldCodec.ForUInt32(10); @@ -127,7 +128,7 @@ namespace EggLink.DanhengServer.Proto { get { return curversionFinishedMainMissionIdList_; } } - /// Field number for the "DisabledMainMissionIdList" field. + /// Field number for the "disabled_main_mission_id_list" field. public const int DisabledMainMissionIdListFieldNumber = 13; private static readonly pb::FieldCodec _repeated_disabledMainMissionIdList_codec = pb::FieldCodec.ForUInt32(106); @@ -138,7 +139,7 @@ namespace EggLink.DanhengServer.Proto { get { return disabledMainMissionIdList_; } } - /// Field number for the "SubMissionStatusList" field. + /// Field number for the "sub_mission_status_list" field. public const int SubMissionStatusListFieldNumber = 7; private static readonly pb::FieldCodec _repeated_subMissionStatusList_codec = pb::FieldCodec.ForMessage(58, global::EggLink.DanhengServer.Proto.Mission.Parser); @@ -149,7 +150,7 @@ namespace EggLink.DanhengServer.Proto { get { return subMissionStatusList_; } } - /// Field number for the "MainMissionMcvList" field. + /// Field number for the "main_mission_mcv_list" field. public const int MainMissionMcvListFieldNumber = 6; private static readonly pb::FieldCodec _repeated_mainMissionMcvList_codec = pb::FieldCodec.ForMessage(50, global::EggLink.DanhengServer.Proto.MainMissionCustomValue.Parser); @@ -160,7 +161,7 @@ namespace EggLink.DanhengServer.Proto { get { return mainMissionMcvList_; } } - /// Field number for the "Retcode" field. + /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 5; private uint retcode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/GetMonopolyInfoScRsp.cs b/Proto/GetMonopolyInfoScRsp.cs index 91ab05f6..fc322807 100644 --- a/Proto/GetMonopolyInfoScRsp.cs +++ b/Proto/GetMonopolyInfoScRsp.cs @@ -24,11 +24,11 @@ namespace EggLink.DanhengServer.Proto { static GetMonopolyInfoScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChpHZXRNb25vcG9seUluZm9TY1JzcC5wcm90bxoRS0pCTUxCR0lCSkYucHJv", - "dG8aEUNBTk5JQkdDTENMLnByb3RvGhFMTEdOSUtOTUNLRS5wcm90bxoRQUZE", - "QUxCR0FOUEMucHJvdG8aEU9EQUlKSUdFQUpMLnByb3RvGhFBRURLUEJGQ0tH", - "Ty5wcm90bxoRRURLR09NTkVIT0gucHJvdG8aEUhGREdNSkpGT0hNLnByb3Rv", - "GhFKQUpHS0tEUEFMQy5wcm90bxoRTkZER0lKTE9MR0QucHJvdG8aEUlDSUhB", + "ChpHZXRNb25vcG9seUluZm9TY1JzcC5wcm90bxoRQUVES1BCRkNLR08ucHJv", + "dG8aEU5GREdJSkxPTEdELnByb3RvGhFPREFJSklHRUFKTC5wcm90bxoRTExH", + "TklLTk1DS0UucHJvdG8aEUtKQk1MQkdJQkpGLnByb3RvGhFFREtHT01ORUhP", + "SC5wcm90bxoRQUZEQUxCR0FOUEMucHJvdG8aEUhGREdNSkpGT0hNLnByb3Rv", + "GhFKQUpHS0tEUEFMQy5wcm90bxoRQ0FOTklCR0NMQ0wucHJvdG8aEUlDSUhB", "Qk9MSFBOLnByb3RvIrcDChRHZXRNb25vcG9seUluZm9TY1JzcBIhCgtHUEZH", "RE9LTkdFTBgJIAEoCzIMLklDSUhBQk9MSFBOEiEKC0hFSEpLRklMSU5OGAEg", "ASgLMgwuTkZER0lKTE9MR0QSIQoLT0VMSEtFSVBJREoYDSABKAsyDC5DQU5O", @@ -41,7 +41,7 @@ namespace EggLink.DanhengServer.Proto { "KAsyDC5FREtHT01ORUhPSBIfCglyb2d1ZV9tYXAYCyABKAsyDC5KQUpHS0tE", "UEFMQ0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.KJBMLBGIBJFReflection.Descriptor, global::EggLink.DanhengServer.Proto.CANNIBGCLCLReflection.Descriptor, global::EggLink.DanhengServer.Proto.LLGNIKNMCKEReflection.Descriptor, global::EggLink.DanhengServer.Proto.AFDALBGANPCReflection.Descriptor, global::EggLink.DanhengServer.Proto.ODAIJIGEAJLReflection.Descriptor, global::EggLink.DanhengServer.Proto.AEDKPBFCKGOReflection.Descriptor, global::EggLink.DanhengServer.Proto.EDKGOMNEHOHReflection.Descriptor, global::EggLink.DanhengServer.Proto.HFDGMJJFOHMReflection.Descriptor, global::EggLink.DanhengServer.Proto.JAJGKKDPALCReflection.Descriptor, global::EggLink.DanhengServer.Proto.NFDGIJLOLGDReflection.Descriptor, global::EggLink.DanhengServer.Proto.ICIHABOLHPNReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AEDKPBFCKGOReflection.Descriptor, global::EggLink.DanhengServer.Proto.NFDGIJLOLGDReflection.Descriptor, global::EggLink.DanhengServer.Proto.ODAIJIGEAJLReflection.Descriptor, global::EggLink.DanhengServer.Proto.LLGNIKNMCKEReflection.Descriptor, global::EggLink.DanhengServer.Proto.KJBMLBGIBJFReflection.Descriptor, global::EggLink.DanhengServer.Proto.EDKGOMNEHOHReflection.Descriptor, global::EggLink.DanhengServer.Proto.AFDALBGANPCReflection.Descriptor, global::EggLink.DanhengServer.Proto.HFDGMJJFOHMReflection.Descriptor, global::EggLink.DanhengServer.Proto.JAJGKKDPALCReflection.Descriptor, global::EggLink.DanhengServer.Proto.CANNIBGCLCLReflection.Descriptor, global::EggLink.DanhengServer.Proto.ICIHABOLHPNReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetMonopolyInfoScRsp), global::EggLink.DanhengServer.Proto.GetMonopolyInfoScRsp.Parser, new[]{ "GPFGDOKNGEL", "HEHJKFILINN", "OELHKEIPIDJ", "Retcode", "Stt", "JNHJEELJFHF", "HLJMHNABFMC", "FGHCIADCMNJ", "RogueBuffInfo", "COKCGFMEIBA", "LJAOGAPDFHA", "IEDGKHDJJDC", "RogueMap" }, null, null, null, null) })); diff --git a/Proto/GetMuseumInfoScRsp.cs b/Proto/GetMuseumInfoScRsp.cs index 59c4a8a5..9be2817c 100644 --- a/Proto/GetMuseumInfoScRsp.cs +++ b/Proto/GetMuseumInfoScRsp.cs @@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto { static GetMuseumInfoScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChhHZXRNdXNldW1JbmZvU2NSc3AucHJvdG8aEUpOQkNQTkNOT0hPLnByb3Rv", - "GhFKTUVBT0NQRkVPTC5wcm90bxoRRE9MR0ZOTEhFQUUucHJvdG8aEU9MS01M", - "RkVFRkNKLnByb3RvItsCChJHZXRNdXNldW1JbmZvU2NSc3ASEwoLS05ETURQ", + "ChhHZXRNdXNldW1JbmZvU2NSc3AucHJvdG8aEUpNRUFPQ1BGRU9MLnByb3Rv", + "GhFET0xHRk5MSEVBRS5wcm90bxoRT0xLTUxGRUVGQ0oucHJvdG8aEUpOQkNQ", + "TkNOT0hPLnByb3RvItsCChJHZXRNdXNldW1JbmZvU2NSc3ASEwoLS05ETURQ", "RUZBREMYASADKA0SEwoLRUpLR0hCRU1PT0IYDCABKA0SEwoLS05ESkFQTlBB", "UEsYBSADKA0SIQoLQk9KTU5BRkRKS0gYBiADKAsyDC5PTEtNTEZFRUZDShIT", "CgtKQkpMRFBQREJCQxgPIAEoDRITCgtIUE5NUERPQ0pNQRgCIAEoDRIPCgdy", @@ -36,7 +36,7 @@ namespace EggLink.DanhengServer.Proto { "S09MQ0NDTk5LGAsgASgLMgwuSk5CQ1BOQ05PSE8SEAoIY3VyX2Z1bmQYCiAB", "KA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.JNBCPNCNOHOReflection.Descriptor, global::EggLink.DanhengServer.Proto.JMEAOCPFEOLReflection.Descriptor, global::EggLink.DanhengServer.Proto.DOLGFNLHEAEReflection.Descriptor, global::EggLink.DanhengServer.Proto.OLKMLFEEFCJReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.JMEAOCPFEOLReflection.Descriptor, global::EggLink.DanhengServer.Proto.DOLGFNLHEAEReflection.Descriptor, global::EggLink.DanhengServer.Proto.OLKMLFEEFCJReflection.Descriptor, global::EggLink.DanhengServer.Proto.JNBCPNCNOHOReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetMuseumInfoScRsp), global::EggLink.DanhengServer.Proto.GetMuseumInfoScRsp.Parser, new[]{ "KNDMDPEFADC", "EJKGHBEMOOB", "KNDJAPNPAPK", "BOJMNAFDJKH", "JBJLDPPDBBC", "HPNMPDOCJMA", "Retcode", "JPIBMBBKGND", "AreaList", "EJNKMKFFCCL", "Level", "Exp", "EKKOLCCCNNK", "CurFund" }, null, null, null, null) })); diff --git a/Proto/GetPlanetFesDataScRsp.cs b/Proto/GetPlanetFesDataScRsp.cs index 069cf736..3d4e73cf 100644 --- a/Proto/GetPlanetFesDataScRsp.cs +++ b/Proto/GetPlanetFesDataScRsp.cs @@ -24,28 +24,26 @@ namespace EggLink.DanhengServer.Proto { static GetPlanetFesDataScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChtHZXRQbGFuZXRGZXNEYXRhU2NSc3AucHJvdG8aEUdKQkZHQUJBQU1PLnBy", - "b3RvGhFHQ0FNRUdQRVBPTC5wcm90bxoRS09GT0xMQUNJR08ucHJvdG8aEUFG", - "QkFNUExHSEVILnByb3RvGhFES0VKRU9FSEFHTS5wcm90bxoRSUFDRlBHT0xG", - "TE0ucHJvdG8aEU9BSU5LSkxQQ0RLLnByb3RvGhFDTEtOSUJPSkxHUC5wcm90", - "bxoRSk5JUElBQURPSVAucHJvdG8aFVBsYW5ldEZlc1Jld2FyZC5wcm90bxoR", - "S0hPQ0NIQUJOTU4ucHJvdG8aEU1JT0FFR0JQT01BLnByb3RvItQDChVHZXRQ", - "bGFuZXRGZXNEYXRhU2NSc3ASJQoLSExKTUhOQUJGTUMYBSABKAsyEC5QbGFu", - "ZXRGZXNSZXdhcmQSIQoLSE1GRkhCSEFMR0UYAiABKAsyDC5NSU9BRUdCUE9N", - "QRIhCgtIQkRMSUlDUEtPQhgBIAEoCzIMLk9BSU5LSkxQQ0RLEiEKC0VCR05H", - "REdCT0xIGA8gASgLMgwuSk5JUElBQURPSVASJwoRY3VzdG9tX3ZhbHVlX2xp", - "c3QYBCADKAsyDC5LSE9DQ0hBQk5NThIgCgpza2lsbF9pbmZvGAkgASgLMgwu", - "SUFDRlBHT0xGTE0SIQoLS0pLQktFR0lHSEsYCyABKAsyDC5BRkJBTVBMR0hF", - "SBIhCgtMQVBDSEVJR05NShgNIAEoCzIMLkRLRUpFT0VIQUdNEiAKCmxldmVs", - "X2luZm8YCCABKAsyDC5HQ0FNRUdQRVBPTBIhCgtGREhHSUtKRExHRBgHIAEo", - "CzIMLktPRk9MTEFDSUdPEg8KB3JldGNvZGUYAyABKA0SIQoLQURNSktLT0lB", - "R0QYBiABKAsyDC5HSkJGR0FCQUFNTxIhCgtIRU9KTkFJTUdLQxgMIAEoCzIM", - "LkNMS05JQk9KTEdQQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9i", - "BnByb3RvMw==")); + "ChtHZXRQbGFuZXRGZXNEYXRhU2NSc3AucHJvdG8aEUtIT0NDSEFCTk1OLnBy", + "b3RvGhFNSU9BRUdCUE9NQS5wcm90bxoRR0pCRkdBQkFBTU8ucHJvdG8aEU9B", + "SU5LSkxQQ0RLLnByb3RvGhFES0VKRU9FSEFHTS5wcm90bxoRS09GT0xMQUNJ", + "R08ucHJvdG8aEUdDQU1FR1BFUE9MLnByb3RvGhFDTEtOSUJPSkxHUC5wcm90", + "bxoRSUFDRlBHT0xGTE0ucHJvdG8aEUFKQ0pDSExKQkdGLnByb3RvGhFBRkJB", + "TVBMR0hFSC5wcm90byKtAwoVR2V0UGxhbmV0RmVzRGF0YVNjUnNwEiEKC0xB", + "UENIRUlHTk1KGA0gASgLMgwuREtFSkVPRUhBR00SIQoLQURNSktLT0lBR0QY", + "BiABKAsyDC5HSkJGR0FCQUFNTxIhCgtITEpNSE5BQkZNQxgFIAEoCzIMLkFK", + "Q0pDSExKQkdGEicKEWN1c3RvbV92YWx1ZV9saXN0GAQgAygLMgwuS0hPQ0NI", + "QUJOTU4SIQoLSE1GRkhCSEFMR0UYAiABKAsyDC5NSU9BRUdCUE9NQRIhCgtL", + "SktCS0VHSUdISxgLIAEoCzIMLkFGQkFNUExHSEVIEiEKC0hCRExJSUNQS09C", + "GAEgASgLMgwuT0FJTktKTFBDREsSIQoLSEVPSk5BSU1HS0MYDCABKAsyDC5D", + "TEtOSUJPSkxHUBIhCgtGREhHSUtKRExHRBgHIAEoCzIMLktPRk9MTEFDSUdP", + "Eg8KB3JldGNvZGUYAyABKA0SIAoKc2tpbGxfaW5mbxgJIAEoCzIMLklBQ0ZQ", + "R09MRkxNEiAKCmxldmVsX2luZm8YCCABKAsyDC5HQ0FNRUdQRVBPTEIeqgIb", + "RWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GJBFGABAAMOReflection.Descriptor, global::EggLink.DanhengServer.Proto.GCAMEGPEPOLReflection.Descriptor, global::EggLink.DanhengServer.Proto.KOFOLLACIGOReflection.Descriptor, global::EggLink.DanhengServer.Proto.AFBAMPLGHEHReflection.Descriptor, global::EggLink.DanhengServer.Proto.DKEJEOEHAGMReflection.Descriptor, global::EggLink.DanhengServer.Proto.IACFPGOLFLMReflection.Descriptor, global::EggLink.DanhengServer.Proto.OAINKJLPCDKReflection.Descriptor, global::EggLink.DanhengServer.Proto.CLKNIBOJLGPReflection.Descriptor, global::EggLink.DanhengServer.Proto.JNIPIAADOIPReflection.Descriptor, global::EggLink.DanhengServer.Proto.PlanetFesRewardReflection.Descriptor, global::EggLink.DanhengServer.Proto.KHOCCHABNMNReflection.Descriptor, global::EggLink.DanhengServer.Proto.MIOAEGBPOMAReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.KHOCCHABNMNReflection.Descriptor, global::EggLink.DanhengServer.Proto.MIOAEGBPOMAReflection.Descriptor, global::EggLink.DanhengServer.Proto.GJBFGABAAMOReflection.Descriptor, global::EggLink.DanhengServer.Proto.OAINKJLPCDKReflection.Descriptor, global::EggLink.DanhengServer.Proto.DKEJEOEHAGMReflection.Descriptor, global::EggLink.DanhengServer.Proto.KOFOLLACIGOReflection.Descriptor, global::EggLink.DanhengServer.Proto.GCAMEGPEPOLReflection.Descriptor, global::EggLink.DanhengServer.Proto.CLKNIBOJLGPReflection.Descriptor, global::EggLink.DanhengServer.Proto.IACFPGOLFLMReflection.Descriptor, global::EggLink.DanhengServer.Proto.AJCJCHLJBGFReflection.Descriptor, global::EggLink.DanhengServer.Proto.AFBAMPLGHEHReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetPlanetFesDataScRsp), global::EggLink.DanhengServer.Proto.GetPlanetFesDataScRsp.Parser, new[]{ "HLJMHNABFMC", "HMFFHBHALGE", "HBDLIICPKOB", "EBGNGDGBOLH", "CustomValueList", "SkillInfo", "KJKBKEGIGHK", "LAPCHEIGNMJ", "LevelInfo", "FDHGIKJDLGD", "Retcode", "ADMJKKOIAGD", "HEOJNAIMGKC" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetPlanetFesDataScRsp), global::EggLink.DanhengServer.Proto.GetPlanetFesDataScRsp.Parser, new[]{ "LAPCHEIGNMJ", "ADMJKKOIAGD", "HLJMHNABFMC", "CustomValueList", "HMFFHBHALGE", "KJKBKEGIGHK", "HBDLIICPKOB", "HEOJNAIMGKC", "FDHGIKJDLGD", "Retcode", "SkillInfo", "LevelInfo" }, null, null, null, null) })); } #endregion @@ -87,19 +85,18 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public GetPlanetFesDataScRsp(GetPlanetFesDataScRsp other) : this() { - hLJMHNABFMC_ = other.hLJMHNABFMC_ != null ? other.hLJMHNABFMC_.Clone() : null; - hMFFHBHALGE_ = other.hMFFHBHALGE_ != null ? other.hMFFHBHALGE_.Clone() : null; - hBDLIICPKOB_ = other.hBDLIICPKOB_ != null ? other.hBDLIICPKOB_.Clone() : null; - eBGNGDGBOLH_ = other.eBGNGDGBOLH_ != null ? other.eBGNGDGBOLH_.Clone() : null; - customValueList_ = other.customValueList_.Clone(); - skillInfo_ = other.skillInfo_ != null ? other.skillInfo_.Clone() : null; - kJKBKEGIGHK_ = other.kJKBKEGIGHK_ != null ? other.kJKBKEGIGHK_.Clone() : null; lAPCHEIGNMJ_ = other.lAPCHEIGNMJ_ != null ? other.lAPCHEIGNMJ_.Clone() : null; - levelInfo_ = other.levelInfo_ != null ? other.levelInfo_.Clone() : null; + aDMJKKOIAGD_ = other.aDMJKKOIAGD_ != null ? other.aDMJKKOIAGD_.Clone() : null; + hLJMHNABFMC_ = other.hLJMHNABFMC_ != null ? other.hLJMHNABFMC_.Clone() : null; + customValueList_ = other.customValueList_.Clone(); + hMFFHBHALGE_ = other.hMFFHBHALGE_ != null ? other.hMFFHBHALGE_.Clone() : null; + kJKBKEGIGHK_ = other.kJKBKEGIGHK_ != null ? other.kJKBKEGIGHK_.Clone() : null; + hBDLIICPKOB_ = other.hBDLIICPKOB_ != null ? other.hBDLIICPKOB_.Clone() : null; + hEOJNAIMGKC_ = other.hEOJNAIMGKC_ != null ? other.hEOJNAIMGKC_.Clone() : null; fDHGIKJDLGD_ = other.fDHGIKJDLGD_ != null ? other.fDHGIKJDLGD_.Clone() : null; retcode_ = other.retcode_; - aDMJKKOIAGD_ = other.aDMJKKOIAGD_ != null ? other.aDMJKKOIAGD_.Clone() : null; - hEOJNAIMGKC_ = other.hEOJNAIMGKC_ != null ? other.hEOJNAIMGKC_.Clone() : null; + skillInfo_ = other.skillInfo_ != null ? other.skillInfo_.Clone() : null; + levelInfo_ = other.levelInfo_ != null ? other.levelInfo_.Clone() : null; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -109,54 +106,42 @@ namespace EggLink.DanhengServer.Proto { return new GetPlanetFesDataScRsp(this); } - /// Field number for the "HLJMHNABFMC" field. - public const int HLJMHNABFMCFieldNumber = 5; - private global::EggLink.DanhengServer.Proto.PlanetFesReward hLJMHNABFMC_; + /// Field number for the "LAPCHEIGNMJ" field. + public const int LAPCHEIGNMJFieldNumber = 13; + private global::EggLink.DanhengServer.Proto.DKEJEOEHAGM lAPCHEIGNMJ_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.PlanetFesReward HLJMHNABFMC { + public global::EggLink.DanhengServer.Proto.DKEJEOEHAGM LAPCHEIGNMJ { + get { return lAPCHEIGNMJ_; } + set { + lAPCHEIGNMJ_ = value; + } + } + + /// Field number for the "ADMJKKOIAGD" field. + public const int ADMJKKOIAGDFieldNumber = 6; + private global::EggLink.DanhengServer.Proto.GJBFGABAAMO aDMJKKOIAGD_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.GJBFGABAAMO ADMJKKOIAGD { + get { return aDMJKKOIAGD_; } + set { + aDMJKKOIAGD_ = value; + } + } + + /// Field number for the "HLJMHNABFMC" field. + public const int HLJMHNABFMCFieldNumber = 5; + private global::EggLink.DanhengServer.Proto.AJCJCHLJBGF hLJMHNABFMC_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.AJCJCHLJBGF HLJMHNABFMC { get { return hLJMHNABFMC_; } set { hLJMHNABFMC_ = value; } } - /// Field number for the "HMFFHBHALGE" field. - public const int HMFFHBHALGEFieldNumber = 2; - private global::EggLink.DanhengServer.Proto.MIOAEGBPOMA hMFFHBHALGE_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.MIOAEGBPOMA HMFFHBHALGE { - get { return hMFFHBHALGE_; } - set { - hMFFHBHALGE_ = value; - } - } - - /// Field number for the "HBDLIICPKOB" field. - public const int HBDLIICPKOBFieldNumber = 1; - private global::EggLink.DanhengServer.Proto.OAINKJLPCDK hBDLIICPKOB_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.OAINKJLPCDK HBDLIICPKOB { - get { return hBDLIICPKOB_; } - set { - hBDLIICPKOB_ = value; - } - } - - /// Field number for the "EBGNGDGBOLH" field. - public const int EBGNGDGBOLHFieldNumber = 15; - private global::EggLink.DanhengServer.Proto.JNIPIAADOIP eBGNGDGBOLH_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.JNIPIAADOIP EBGNGDGBOLH { - get { return eBGNGDGBOLH_; } - set { - eBGNGDGBOLH_ = value; - } - } - /// Field number for the "custom_value_list" field. public const int CustomValueListFieldNumber = 4; private static readonly pb::FieldCodec _repeated_customValueList_codec @@ -168,15 +153,15 @@ namespace EggLink.DanhengServer.Proto { get { return customValueList_; } } - /// Field number for the "skill_info" field. - public const int SkillInfoFieldNumber = 9; - private global::EggLink.DanhengServer.Proto.IACFPGOLFLM skillInfo_; + /// Field number for the "HMFFHBHALGE" field. + public const int HMFFHBHALGEFieldNumber = 2; + private global::EggLink.DanhengServer.Proto.MIOAEGBPOMA hMFFHBHALGE_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.IACFPGOLFLM SkillInfo { - get { return skillInfo_; } + public global::EggLink.DanhengServer.Proto.MIOAEGBPOMA HMFFHBHALGE { + get { return hMFFHBHALGE_; } set { - skillInfo_ = value; + hMFFHBHALGE_ = value; } } @@ -192,27 +177,27 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "LAPCHEIGNMJ" field. - public const int LAPCHEIGNMJFieldNumber = 13; - private global::EggLink.DanhengServer.Proto.DKEJEOEHAGM lAPCHEIGNMJ_; + /// Field number for the "HBDLIICPKOB" field. + public const int HBDLIICPKOBFieldNumber = 1; + private global::EggLink.DanhengServer.Proto.OAINKJLPCDK hBDLIICPKOB_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.DKEJEOEHAGM LAPCHEIGNMJ { - get { return lAPCHEIGNMJ_; } + public global::EggLink.DanhengServer.Proto.OAINKJLPCDK HBDLIICPKOB { + get { return hBDLIICPKOB_; } set { - lAPCHEIGNMJ_ = value; + hBDLIICPKOB_ = value; } } - /// Field number for the "level_info" field. - public const int LevelInfoFieldNumber = 8; - private global::EggLink.DanhengServer.Proto.GCAMEGPEPOL levelInfo_; + /// Field number for the "HEOJNAIMGKC" field. + public const int HEOJNAIMGKCFieldNumber = 12; + private global::EggLink.DanhengServer.Proto.CLKNIBOJLGP hEOJNAIMGKC_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.GCAMEGPEPOL LevelInfo { - get { return levelInfo_; } + public global::EggLink.DanhengServer.Proto.CLKNIBOJLGP HEOJNAIMGKC { + get { return hEOJNAIMGKC_; } set { - levelInfo_ = value; + hEOJNAIMGKC_ = value; } } @@ -240,27 +225,27 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "ADMJKKOIAGD" field. - public const int ADMJKKOIAGDFieldNumber = 6; - private global::EggLink.DanhengServer.Proto.GJBFGABAAMO aDMJKKOIAGD_; + /// Field number for the "skill_info" field. + public const int SkillInfoFieldNumber = 9; + private global::EggLink.DanhengServer.Proto.IACFPGOLFLM skillInfo_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.GJBFGABAAMO ADMJKKOIAGD { - get { return aDMJKKOIAGD_; } + public global::EggLink.DanhengServer.Proto.IACFPGOLFLM SkillInfo { + get { return skillInfo_; } set { - aDMJKKOIAGD_ = value; + skillInfo_ = value; } } - /// Field number for the "HEOJNAIMGKC" field. - public const int HEOJNAIMGKCFieldNumber = 12; - private global::EggLink.DanhengServer.Proto.CLKNIBOJLGP hEOJNAIMGKC_; + /// Field number for the "level_info" field. + public const int LevelInfoFieldNumber = 8; + private global::EggLink.DanhengServer.Proto.GCAMEGPEPOL levelInfo_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.CLKNIBOJLGP HEOJNAIMGKC { - get { return hEOJNAIMGKC_; } + public global::EggLink.DanhengServer.Proto.GCAMEGPEPOL LevelInfo { + get { return levelInfo_; } set { - hEOJNAIMGKC_ = value; + levelInfo_ = value; } } @@ -279,19 +264,18 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (!object.Equals(HLJMHNABFMC, other.HLJMHNABFMC)) return false; - if (!object.Equals(HMFFHBHALGE, other.HMFFHBHALGE)) return false; - if (!object.Equals(HBDLIICPKOB, other.HBDLIICPKOB)) return false; - if (!object.Equals(EBGNGDGBOLH, other.EBGNGDGBOLH)) return false; - if(!customValueList_.Equals(other.customValueList_)) return false; - if (!object.Equals(SkillInfo, other.SkillInfo)) return false; - if (!object.Equals(KJKBKEGIGHK, other.KJKBKEGIGHK)) return false; if (!object.Equals(LAPCHEIGNMJ, other.LAPCHEIGNMJ)) return false; - if (!object.Equals(LevelInfo, other.LevelInfo)) return false; + if (!object.Equals(ADMJKKOIAGD, other.ADMJKKOIAGD)) return false; + if (!object.Equals(HLJMHNABFMC, other.HLJMHNABFMC)) return false; + if(!customValueList_.Equals(other.customValueList_)) return false; + if (!object.Equals(HMFFHBHALGE, other.HMFFHBHALGE)) return false; + if (!object.Equals(KJKBKEGIGHK, other.KJKBKEGIGHK)) return false; + if (!object.Equals(HBDLIICPKOB, other.HBDLIICPKOB)) return false; + if (!object.Equals(HEOJNAIMGKC, other.HEOJNAIMGKC)) return false; if (!object.Equals(FDHGIKJDLGD, other.FDHGIKJDLGD)) return false; if (Retcode != other.Retcode) return false; - if (!object.Equals(ADMJKKOIAGD, other.ADMJKKOIAGD)) return false; - if (!object.Equals(HEOJNAIMGKC, other.HEOJNAIMGKC)) return false; + if (!object.Equals(SkillInfo, other.SkillInfo)) return false; + if (!object.Equals(LevelInfo, other.LevelInfo)) return false; return Equals(_unknownFields, other._unknownFields); } @@ -299,19 +283,18 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (hLJMHNABFMC_ != null) hash ^= HLJMHNABFMC.GetHashCode(); - if (hMFFHBHALGE_ != null) hash ^= HMFFHBHALGE.GetHashCode(); - if (hBDLIICPKOB_ != null) hash ^= HBDLIICPKOB.GetHashCode(); - if (eBGNGDGBOLH_ != null) hash ^= EBGNGDGBOLH.GetHashCode(); - hash ^= customValueList_.GetHashCode(); - if (skillInfo_ != null) hash ^= SkillInfo.GetHashCode(); - if (kJKBKEGIGHK_ != null) hash ^= KJKBKEGIGHK.GetHashCode(); if (lAPCHEIGNMJ_ != null) hash ^= LAPCHEIGNMJ.GetHashCode(); - if (levelInfo_ != null) hash ^= LevelInfo.GetHashCode(); + if (aDMJKKOIAGD_ != null) hash ^= ADMJKKOIAGD.GetHashCode(); + if (hLJMHNABFMC_ != null) hash ^= HLJMHNABFMC.GetHashCode(); + hash ^= customValueList_.GetHashCode(); + if (hMFFHBHALGE_ != null) hash ^= HMFFHBHALGE.GetHashCode(); + if (kJKBKEGIGHK_ != null) hash ^= KJKBKEGIGHK.GetHashCode(); + if (hBDLIICPKOB_ != null) hash ^= HBDLIICPKOB.GetHashCode(); + if (hEOJNAIMGKC_ != null) hash ^= HEOJNAIMGKC.GetHashCode(); if (fDHGIKJDLGD_ != null) hash ^= FDHGIKJDLGD.GetHashCode(); if (Retcode != 0) hash ^= Retcode.GetHashCode(); - if (aDMJKKOIAGD_ != null) hash ^= ADMJKKOIAGD.GetHashCode(); - if (hEOJNAIMGKC_ != null) hash ^= HEOJNAIMGKC.GetHashCode(); + if (skillInfo_ != null) hash ^= SkillInfo.GetHashCode(); + if (levelInfo_ != null) hash ^= LevelInfo.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -375,10 +358,6 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(106); output.WriteMessage(LAPCHEIGNMJ); } - if (eBGNGDGBOLH_ != null) { - output.WriteRawTag(122); - output.WriteMessage(EBGNGDGBOLH); - } if (_unknownFields != null) { _unknownFields.WriteTo(output); } @@ -434,10 +413,6 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(106); output.WriteMessage(LAPCHEIGNMJ); } - if (eBGNGDGBOLH_ != null) { - output.WriteRawTag(122); - output.WriteMessage(EBGNGDGBOLH); - } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); } @@ -448,30 +423,27 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; + if (lAPCHEIGNMJ_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(LAPCHEIGNMJ); + } + if (aDMJKKOIAGD_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(ADMJKKOIAGD); + } if (hLJMHNABFMC_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(HLJMHNABFMC); } + size += customValueList_.CalculateSize(_repeated_customValueList_codec); if (hMFFHBHALGE_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(HMFFHBHALGE); } - if (hBDLIICPKOB_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(HBDLIICPKOB); - } - if (eBGNGDGBOLH_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(EBGNGDGBOLH); - } - size += customValueList_.CalculateSize(_repeated_customValueList_codec); - if (skillInfo_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(SkillInfo); - } if (kJKBKEGIGHK_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(KJKBKEGIGHK); } - if (lAPCHEIGNMJ_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(LAPCHEIGNMJ); + if (hBDLIICPKOB_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(HBDLIICPKOB); } - if (levelInfo_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(LevelInfo); + if (hEOJNAIMGKC_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(HEOJNAIMGKC); } if (fDHGIKJDLGD_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(FDHGIKJDLGD); @@ -479,11 +451,11 @@ namespace EggLink.DanhengServer.Proto { if (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); } - if (aDMJKKOIAGD_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(ADMJKKOIAGD); + if (skillInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(SkillInfo); } - if (hEOJNAIMGKC_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(HEOJNAIMGKC); + if (levelInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(LevelInfo); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); @@ -497,54 +469,48 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } + if (other.lAPCHEIGNMJ_ != null) { + if (lAPCHEIGNMJ_ == null) { + LAPCHEIGNMJ = new global::EggLink.DanhengServer.Proto.DKEJEOEHAGM(); + } + LAPCHEIGNMJ.MergeFrom(other.LAPCHEIGNMJ); + } + if (other.aDMJKKOIAGD_ != null) { + if (aDMJKKOIAGD_ == null) { + ADMJKKOIAGD = new global::EggLink.DanhengServer.Proto.GJBFGABAAMO(); + } + ADMJKKOIAGD.MergeFrom(other.ADMJKKOIAGD); + } if (other.hLJMHNABFMC_ != null) { if (hLJMHNABFMC_ == null) { - HLJMHNABFMC = new global::EggLink.DanhengServer.Proto.PlanetFesReward(); + HLJMHNABFMC = new global::EggLink.DanhengServer.Proto.AJCJCHLJBGF(); } HLJMHNABFMC.MergeFrom(other.HLJMHNABFMC); } + customValueList_.Add(other.customValueList_); if (other.hMFFHBHALGE_ != null) { if (hMFFHBHALGE_ == null) { HMFFHBHALGE = new global::EggLink.DanhengServer.Proto.MIOAEGBPOMA(); } HMFFHBHALGE.MergeFrom(other.HMFFHBHALGE); } - if (other.hBDLIICPKOB_ != null) { - if (hBDLIICPKOB_ == null) { - HBDLIICPKOB = new global::EggLink.DanhengServer.Proto.OAINKJLPCDK(); - } - HBDLIICPKOB.MergeFrom(other.HBDLIICPKOB); - } - if (other.eBGNGDGBOLH_ != null) { - if (eBGNGDGBOLH_ == null) { - EBGNGDGBOLH = new global::EggLink.DanhengServer.Proto.JNIPIAADOIP(); - } - EBGNGDGBOLH.MergeFrom(other.EBGNGDGBOLH); - } - customValueList_.Add(other.customValueList_); - if (other.skillInfo_ != null) { - if (skillInfo_ == null) { - SkillInfo = new global::EggLink.DanhengServer.Proto.IACFPGOLFLM(); - } - SkillInfo.MergeFrom(other.SkillInfo); - } if (other.kJKBKEGIGHK_ != null) { if (kJKBKEGIGHK_ == null) { KJKBKEGIGHK = new global::EggLink.DanhengServer.Proto.AFBAMPLGHEH(); } KJKBKEGIGHK.MergeFrom(other.KJKBKEGIGHK); } - if (other.lAPCHEIGNMJ_ != null) { - if (lAPCHEIGNMJ_ == null) { - LAPCHEIGNMJ = new global::EggLink.DanhengServer.Proto.DKEJEOEHAGM(); + if (other.hBDLIICPKOB_ != null) { + if (hBDLIICPKOB_ == null) { + HBDLIICPKOB = new global::EggLink.DanhengServer.Proto.OAINKJLPCDK(); } - LAPCHEIGNMJ.MergeFrom(other.LAPCHEIGNMJ); + HBDLIICPKOB.MergeFrom(other.HBDLIICPKOB); } - if (other.levelInfo_ != null) { - if (levelInfo_ == null) { - LevelInfo = new global::EggLink.DanhengServer.Proto.GCAMEGPEPOL(); + if (other.hEOJNAIMGKC_ != null) { + if (hEOJNAIMGKC_ == null) { + HEOJNAIMGKC = new global::EggLink.DanhengServer.Proto.CLKNIBOJLGP(); } - LevelInfo.MergeFrom(other.LevelInfo); + HEOJNAIMGKC.MergeFrom(other.HEOJNAIMGKC); } if (other.fDHGIKJDLGD_ != null) { if (fDHGIKJDLGD_ == null) { @@ -555,17 +521,17 @@ namespace EggLink.DanhengServer.Proto { if (other.Retcode != 0) { Retcode = other.Retcode; } - if (other.aDMJKKOIAGD_ != null) { - if (aDMJKKOIAGD_ == null) { - ADMJKKOIAGD = new global::EggLink.DanhengServer.Proto.GJBFGABAAMO(); + if (other.skillInfo_ != null) { + if (skillInfo_ == null) { + SkillInfo = new global::EggLink.DanhengServer.Proto.IACFPGOLFLM(); } - ADMJKKOIAGD.MergeFrom(other.ADMJKKOIAGD); + SkillInfo.MergeFrom(other.SkillInfo); } - if (other.hEOJNAIMGKC_ != null) { - if (hEOJNAIMGKC_ == null) { - HEOJNAIMGKC = new global::EggLink.DanhengServer.Proto.CLKNIBOJLGP(); + if (other.levelInfo_ != null) { + if (levelInfo_ == null) { + LevelInfo = new global::EggLink.DanhengServer.Proto.GCAMEGPEPOL(); } - HEOJNAIMGKC.MergeFrom(other.HEOJNAIMGKC); + LevelInfo.MergeFrom(other.LevelInfo); } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -606,7 +572,7 @@ namespace EggLink.DanhengServer.Proto { } case 42: { if (hLJMHNABFMC_ == null) { - HLJMHNABFMC = new global::EggLink.DanhengServer.Proto.PlanetFesReward(); + HLJMHNABFMC = new global::EggLink.DanhengServer.Proto.AJCJCHLJBGF(); } input.ReadMessage(HLJMHNABFMC); break; @@ -660,13 +626,6 @@ namespace EggLink.DanhengServer.Proto { input.ReadMessage(LAPCHEIGNMJ); break; } - case 122: { - if (eBGNGDGBOLH_ == null) { - EBGNGDGBOLH = new global::EggLink.DanhengServer.Proto.JNIPIAADOIP(); - } - input.ReadMessage(EBGNGDGBOLH); - break; - } } } #endif @@ -706,7 +665,7 @@ namespace EggLink.DanhengServer.Proto { } case 42: { if (hLJMHNABFMC_ == null) { - HLJMHNABFMC = new global::EggLink.DanhengServer.Proto.PlanetFesReward(); + HLJMHNABFMC = new global::EggLink.DanhengServer.Proto.AJCJCHLJBGF(); } input.ReadMessage(HLJMHNABFMC); break; @@ -760,13 +719,6 @@ namespace EggLink.DanhengServer.Proto { input.ReadMessage(LAPCHEIGNMJ); break; } - case 122: { - if (eBGNGDGBOLH_ == null) { - EBGNGDGBOLH = new global::EggLink.DanhengServer.Proto.JNIPIAADOIP(); - } - input.ReadMessage(EBGNGDGBOLH); - break; - } } } } diff --git a/Proto/GetPlayerBoardDataScRsp.cs b/Proto/GetPlayerBoardDataScRsp.cs index 55879d48..93d2248b 100644 --- a/Proto/GetPlayerBoardDataScRsp.cs +++ b/Proto/GetPlayerBoardDataScRsp.cs @@ -24,19 +24,19 @@ namespace EggLink.DanhengServer.Proto { static GetPlayerBoardDataScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Ch1HZXRQbGF5ZXJCb2FyZERhdGFTY1JzcC5wcm90bxoWRGlzcGxheUF2YXRh", - "clZlYy5wcm90bxoSSGVhZEljb25EYXRhLnByb3RvIogCChdHZXRQbGF5ZXJC", - "b2FyZERhdGFTY1JzcBIRCglzaWduYXR1cmUYBCABKAkSHgoWdW5sb2NrZWRf", - "cGVyc29uYWxfY2FyZBgLIAMoDRIdChVhc3Npc3RfYXZhdGFyX2lkX2xpc3QY", - "BSADKA0SLQoSZGlzcGxheV9hdmF0YXJfdmVjGAwgASgLMhEuRGlzcGxheUF2", - "YXRhclZlYxIVCg1jdXJfaGVhZF9pY29uGAkgASgNEg8KB3JldGNvZGUYCCAB", - "KA0SGQoRY3VyX3BlcnNvbmFsX2NhcmQYDyABKA0SKQoSdW5sb2NrZWRfaGVh", - "ZF9pY29uGAEgAygLMg0uSGVhZEljb25EYXRhQh6qAhtFZ2dMaW5rLkRhbmhl", - "bmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "Ch1HZXRQbGF5ZXJCb2FyZERhdGFTY1JzcC5wcm90bxoSSGVhZEljb25EYXRh", + "LnByb3RvGhZEaXNwbGF5QXZhdGFyVmVjLnByb3RvIpgCChdHZXRQbGF5ZXJC", + "b2FyZERhdGFTY1JzcBIRCglzaWduYXR1cmUYBCABKAkSIwobdW5sb2NrZWRf", + "cGVyc29uYWxfY2FyZF9saXN0GAsgAygNEh0KFWFzc2lzdF9hdmF0YXJfaWRf", + "bGlzdBgFIAMoDRItChJkaXNwbGF5X2F2YXRhcl92ZWMYDCABKAsyES5EaXNw", + "bGF5QXZhdGFyVmVjEhwKFGN1cnJlbnRfaGVhZF9pY29uX2lkGAkgASgNEg8K", + "B3JldGNvZGUYCCABKA0SGAoQcGVyc29uYWxfY2FyZF9pZBgPIAEoDRIuChd1", + "bmxvY2tlZF9oZWFkX2ljb25fbGlzdBgBIAMoCzINLkhlYWRJY29uRGF0YUIe", + "qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DisplayAvatarVecReflection.Descriptor, global::EggLink.DanhengServer.Proto.HeadIconDataReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.HeadIconDataReflection.Descriptor, global::EggLink.DanhengServer.Proto.DisplayAvatarVecReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetPlayerBoardDataScRsp), global::EggLink.DanhengServer.Proto.GetPlayerBoardDataScRsp.Parser, new[]{ "Signature", "UnlockedPersonalCard", "AssistAvatarIdList", "DisplayAvatarVec", "CurHeadIcon", "Retcode", "CurPersonalCard", "UnlockedHeadIcon" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetPlayerBoardDataScRsp), global::EggLink.DanhengServer.Proto.GetPlayerBoardDataScRsp.Parser, new[]{ "Signature", "UnlockedPersonalCardList", "AssistAvatarIdList", "DisplayAvatarVec", "CurrentHeadIconId", "Retcode", "PersonalCardId", "UnlockedHeadIconList" }, null, null, null, null) })); } #endregion @@ -79,13 +79,13 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public GetPlayerBoardDataScRsp(GetPlayerBoardDataScRsp other) : this() { signature_ = other.signature_; - unlockedPersonalCard_ = other.unlockedPersonalCard_.Clone(); + unlockedPersonalCardList_ = other.unlockedPersonalCardList_.Clone(); assistAvatarIdList_ = other.assistAvatarIdList_.Clone(); displayAvatarVec_ = other.displayAvatarVec_ != null ? other.displayAvatarVec_.Clone() : null; - curHeadIcon_ = other.curHeadIcon_; + currentHeadIconId_ = other.currentHeadIconId_; retcode_ = other.retcode_; - curPersonalCard_ = other.curPersonalCard_; - unlockedHeadIcon_ = other.unlockedHeadIcon_.Clone(); + personalCardId_ = other.personalCardId_; + unlockedHeadIconList_ = other.unlockedHeadIconList_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -107,15 +107,15 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "unlocked_personal_card" field. - public const int UnlockedPersonalCardFieldNumber = 11; - private static readonly pb::FieldCodec _repeated_unlockedPersonalCard_codec + /// Field number for the "unlocked_personal_card_list" field. + public const int UnlockedPersonalCardListFieldNumber = 11; + private static readonly pb::FieldCodec _repeated_unlockedPersonalCardList_codec = pb::FieldCodec.ForUInt32(90); - private readonly pbc::RepeatedField unlockedPersonalCard_ = new pbc::RepeatedField(); + private readonly pbc::RepeatedField unlockedPersonalCardList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField UnlockedPersonalCard { - get { return unlockedPersonalCard_; } + public pbc::RepeatedField UnlockedPersonalCardList { + get { return unlockedPersonalCardList_; } } /// Field number for the "assist_avatar_id_list" field. @@ -141,15 +141,15 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "cur_head_icon" field. - public const int CurHeadIconFieldNumber = 9; - private uint curHeadIcon_; + /// Field number for the "current_head_icon_id" field. + public const int CurrentHeadIconIdFieldNumber = 9; + private uint currentHeadIconId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint CurHeadIcon { - get { return curHeadIcon_; } + public uint CurrentHeadIconId { + get { return currentHeadIconId_; } set { - curHeadIcon_ = value; + currentHeadIconId_ = value; } } @@ -165,27 +165,27 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "cur_personal_card" field. - public const int CurPersonalCardFieldNumber = 15; - private uint curPersonalCard_; + /// Field number for the "personal_card_id" field. + public const int PersonalCardIdFieldNumber = 15; + private uint personalCardId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint CurPersonalCard { - get { return curPersonalCard_; } + public uint PersonalCardId { + get { return personalCardId_; } set { - curPersonalCard_ = value; + personalCardId_ = value; } } - /// Field number for the "unlocked_head_icon" field. - public const int UnlockedHeadIconFieldNumber = 1; - private static readonly pb::FieldCodec _repeated_unlockedHeadIcon_codec + /// Field number for the "unlocked_head_icon_list" field. + public const int UnlockedHeadIconListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_unlockedHeadIconList_codec = pb::FieldCodec.ForMessage(10, global::EggLink.DanhengServer.Proto.HeadIconData.Parser); - private readonly pbc::RepeatedField unlockedHeadIcon_ = new pbc::RepeatedField(); + private readonly pbc::RepeatedField unlockedHeadIconList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField UnlockedHeadIcon { - get { return unlockedHeadIcon_; } + public pbc::RepeatedField UnlockedHeadIconList { + get { return unlockedHeadIconList_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -204,13 +204,13 @@ namespace EggLink.DanhengServer.Proto { return true; } if (Signature != other.Signature) return false; - if(!unlockedPersonalCard_.Equals(other.unlockedPersonalCard_)) return false; + if(!unlockedPersonalCardList_.Equals(other.unlockedPersonalCardList_)) return false; if(!assistAvatarIdList_.Equals(other.assistAvatarIdList_)) return false; if (!object.Equals(DisplayAvatarVec, other.DisplayAvatarVec)) return false; - if (CurHeadIcon != other.CurHeadIcon) return false; + if (CurrentHeadIconId != other.CurrentHeadIconId) return false; if (Retcode != other.Retcode) return false; - if (CurPersonalCard != other.CurPersonalCard) return false; - if(!unlockedHeadIcon_.Equals(other.unlockedHeadIcon_)) return false; + if (PersonalCardId != other.PersonalCardId) return false; + if(!unlockedHeadIconList_.Equals(other.unlockedHeadIconList_)) return false; return Equals(_unknownFields, other._unknownFields); } @@ -219,13 +219,13 @@ namespace EggLink.DanhengServer.Proto { public override int GetHashCode() { int hash = 1; if (Signature.Length != 0) hash ^= Signature.GetHashCode(); - hash ^= unlockedPersonalCard_.GetHashCode(); + hash ^= unlockedPersonalCardList_.GetHashCode(); hash ^= assistAvatarIdList_.GetHashCode(); if (displayAvatarVec_ != null) hash ^= DisplayAvatarVec.GetHashCode(); - if (CurHeadIcon != 0) hash ^= CurHeadIcon.GetHashCode(); + if (CurrentHeadIconId != 0) hash ^= CurrentHeadIconId.GetHashCode(); if (Retcode != 0) hash ^= Retcode.GetHashCode(); - if (CurPersonalCard != 0) hash ^= CurPersonalCard.GetHashCode(); - hash ^= unlockedHeadIcon_.GetHashCode(); + if (PersonalCardId != 0) hash ^= PersonalCardId.GetHashCode(); + hash ^= unlockedHeadIconList_.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -244,7 +244,7 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - unlockedHeadIcon_.WriteTo(output, _repeated_unlockedHeadIcon_codec); + unlockedHeadIconList_.WriteTo(output, _repeated_unlockedHeadIconList_codec); if (Signature.Length != 0) { output.WriteRawTag(34); output.WriteString(Signature); @@ -254,18 +254,18 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(64); output.WriteUInt32(Retcode); } - if (CurHeadIcon != 0) { + if (CurrentHeadIconId != 0) { output.WriteRawTag(72); - output.WriteUInt32(CurHeadIcon); + output.WriteUInt32(CurrentHeadIconId); } - unlockedPersonalCard_.WriteTo(output, _repeated_unlockedPersonalCard_codec); + unlockedPersonalCardList_.WriteTo(output, _repeated_unlockedPersonalCardList_codec); if (displayAvatarVec_ != null) { output.WriteRawTag(98); output.WriteMessage(DisplayAvatarVec); } - if (CurPersonalCard != 0) { + if (PersonalCardId != 0) { output.WriteRawTag(120); - output.WriteUInt32(CurPersonalCard); + output.WriteUInt32(PersonalCardId); } if (_unknownFields != null) { _unknownFields.WriteTo(output); @@ -277,7 +277,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - unlockedHeadIcon_.WriteTo(ref output, _repeated_unlockedHeadIcon_codec); + unlockedHeadIconList_.WriteTo(ref output, _repeated_unlockedHeadIconList_codec); if (Signature.Length != 0) { output.WriteRawTag(34); output.WriteString(Signature); @@ -287,18 +287,18 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(64); output.WriteUInt32(Retcode); } - if (CurHeadIcon != 0) { + if (CurrentHeadIconId != 0) { output.WriteRawTag(72); - output.WriteUInt32(CurHeadIcon); + output.WriteUInt32(CurrentHeadIconId); } - unlockedPersonalCard_.WriteTo(ref output, _repeated_unlockedPersonalCard_codec); + unlockedPersonalCardList_.WriteTo(ref output, _repeated_unlockedPersonalCardList_codec); if (displayAvatarVec_ != null) { output.WriteRawTag(98); output.WriteMessage(DisplayAvatarVec); } - if (CurPersonalCard != 0) { + if (PersonalCardId != 0) { output.WriteRawTag(120); - output.WriteUInt32(CurPersonalCard); + output.WriteUInt32(PersonalCardId); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); @@ -313,21 +313,21 @@ namespace EggLink.DanhengServer.Proto { if (Signature.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(Signature); } - size += unlockedPersonalCard_.CalculateSize(_repeated_unlockedPersonalCard_codec); + size += unlockedPersonalCardList_.CalculateSize(_repeated_unlockedPersonalCardList_codec); size += assistAvatarIdList_.CalculateSize(_repeated_assistAvatarIdList_codec); if (displayAvatarVec_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(DisplayAvatarVec); } - if (CurHeadIcon != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurHeadIcon); + if (CurrentHeadIconId != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurrentHeadIconId); } if (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); } - if (CurPersonalCard != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurPersonalCard); + if (PersonalCardId != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PersonalCardId); } - size += unlockedHeadIcon_.CalculateSize(_repeated_unlockedHeadIcon_codec); + size += unlockedHeadIconList_.CalculateSize(_repeated_unlockedHeadIconList_codec); if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -343,7 +343,7 @@ namespace EggLink.DanhengServer.Proto { if (other.Signature.Length != 0) { Signature = other.Signature; } - unlockedPersonalCard_.Add(other.unlockedPersonalCard_); + unlockedPersonalCardList_.Add(other.unlockedPersonalCardList_); assistAvatarIdList_.Add(other.assistAvatarIdList_); if (other.displayAvatarVec_ != null) { if (displayAvatarVec_ == null) { @@ -351,16 +351,16 @@ namespace EggLink.DanhengServer.Proto { } DisplayAvatarVec.MergeFrom(other.DisplayAvatarVec); } - if (other.CurHeadIcon != 0) { - CurHeadIcon = other.CurHeadIcon; + if (other.CurrentHeadIconId != 0) { + CurrentHeadIconId = other.CurrentHeadIconId; } if (other.Retcode != 0) { Retcode = other.Retcode; } - if (other.CurPersonalCard != 0) { - CurPersonalCard = other.CurPersonalCard; + if (other.PersonalCardId != 0) { + PersonalCardId = other.PersonalCardId; } - unlockedHeadIcon_.Add(other.unlockedHeadIcon_); + unlockedHeadIconList_.Add(other.unlockedHeadIconList_); _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -377,7 +377,7 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 10: { - unlockedHeadIcon_.AddEntriesFrom(input, _repeated_unlockedHeadIcon_codec); + unlockedHeadIconList_.AddEntriesFrom(input, _repeated_unlockedHeadIconList_codec); break; } case 34: { @@ -394,12 +394,12 @@ namespace EggLink.DanhengServer.Proto { break; } case 72: { - CurHeadIcon = input.ReadUInt32(); + CurrentHeadIconId = input.ReadUInt32(); break; } case 90: case 88: { - unlockedPersonalCard_.AddEntriesFrom(input, _repeated_unlockedPersonalCard_codec); + unlockedPersonalCardList_.AddEntriesFrom(input, _repeated_unlockedPersonalCardList_codec); break; } case 98: { @@ -410,7 +410,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 120: { - CurPersonalCard = input.ReadUInt32(); + PersonalCardId = input.ReadUInt32(); break; } } @@ -429,7 +429,7 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 10: { - unlockedHeadIcon_.AddEntriesFrom(ref input, _repeated_unlockedHeadIcon_codec); + unlockedHeadIconList_.AddEntriesFrom(ref input, _repeated_unlockedHeadIconList_codec); break; } case 34: { @@ -446,12 +446,12 @@ namespace EggLink.DanhengServer.Proto { break; } case 72: { - CurHeadIcon = input.ReadUInt32(); + CurrentHeadIconId = input.ReadUInt32(); break; } case 90: case 88: { - unlockedPersonalCard_.AddEntriesFrom(ref input, _repeated_unlockedPersonalCard_codec); + unlockedPersonalCardList_.AddEntriesFrom(ref input, _repeated_unlockedPersonalCardList_codec); break; } case 98: { @@ -462,7 +462,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 120: { - CurPersonalCard = input.ReadUInt32(); + PersonalCardId = input.ReadUInt32(); break; } } diff --git a/Proto/GetPlayerReturnMultiDropInfoScRsp.cs b/Proto/GetPlayerReturnMultiDropInfoScRsp.cs index 8fef7117..d14d2735 100644 --- a/Proto/GetPlayerReturnMultiDropInfoScRsp.cs +++ b/Proto/GetPlayerReturnMultiDropInfoScRsp.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static GetPlayerReturnMultiDropInfoScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CidHZXRQbGF5ZXJSZXR1cm5NdWx0aURyb3BJbmZvU2NSc3AucHJvdG8aEUpC", - "RklQSUpKSURMLnByb3RvGhFPSEROQ0hGR0ZNQS5wcm90byJ6CiFHZXRQbGF5", + "CidHZXRQbGF5ZXJSZXR1cm5NdWx0aURyb3BJbmZvU2NSc3AucHJvdG8aEU9I", + "RE5DSEZHRk1BLnByb3RvGhFKQkZJUElKSklETC5wcm90byJ6CiFHZXRQbGF5", "ZXJSZXR1cm5NdWx0aURyb3BJbmZvU2NSc3ASIQoLRkNITk5LRUtGQ0wYCyAD", "KAsyDC5PSEROQ0hGR0ZNQRIPCgdyZXRjb2RlGAYgASgNEiEKC0lLR0ZPRUpQ", "SkNGGAEgASgLMgwuSkJGSVBJSkpJRExCHqoCG0VnZ0xpbmsuRGFuaGVuZ1Nl", "cnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.JBFIPIJJIDLReflection.Descriptor, global::EggLink.DanhengServer.Proto.OHDNCHFGFMAReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.OHDNCHFGFMAReflection.Descriptor, global::EggLink.DanhengServer.Proto.JBFIPIJJIDLReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetPlayerReturnMultiDropInfoScRsp), global::EggLink.DanhengServer.Proto.GetPlayerReturnMultiDropInfoScRsp.Parser, new[]{ "FCHNNKEKFCL", "Retcode", "IKGFOEJPJCF" }, null, null, null, null) })); diff --git a/Proto/GetPreAvatarGrowthInfoCsReq.cs b/Proto/GetPreAvatarGrowthInfoCsReq.cs index 70ba49b8..82b5c027 100644 --- a/Proto/GetPreAvatarGrowthInfoCsReq.cs +++ b/Proto/GetPreAvatarGrowthInfoCsReq.cs @@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto { static GetPreAvatarGrowthInfoCsReqReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiFHZXRQcmVBdmF0YXJHcm93dGhJbmZvQ3NSZXEucHJvdG8iNAobR2V0UHJl", - "QXZhdGFyR3Jvd3RoSW5mb0NzUmVxEhUKDXByZV9hdmF0YXJfaWQYBCABKA1C", - "HqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); + "CiFHZXRQcmVBdmF0YXJHcm93dGhJbmZvQ3NSZXEucHJvdG8iMgobR2V0UHJl", + "QXZhdGFyR3Jvd3RoSW5mb0NzUmVxEhMKC0tKQUVPSkJKT0pEGAQgASgNQh6q", + "AhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetPreAvatarGrowthInfoCsReq), global::EggLink.DanhengServer.Proto.GetPreAvatarGrowthInfoCsReq.Parser, new[]{ "PreAvatarId" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetPreAvatarGrowthInfoCsReq), global::EggLink.DanhengServer.Proto.GetPreAvatarGrowthInfoCsReq.Parser, new[]{ "KJAEOJBJOJD" }, null, null, null, null) })); } #endregion @@ -72,7 +72,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public GetPreAvatarGrowthInfoCsReq(GetPreAvatarGrowthInfoCsReq other) : this() { - preAvatarId_ = other.preAvatarId_; + kJAEOJBJOJD_ = other.kJAEOJBJOJD_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -82,15 +82,15 @@ namespace EggLink.DanhengServer.Proto { return new GetPreAvatarGrowthInfoCsReq(this); } - /// Field number for the "pre_avatar_id" field. - public const int PreAvatarIdFieldNumber = 4; - private uint preAvatarId_; + /// Field number for the "KJAEOJBJOJD" field. + public const int KJAEOJBJOJDFieldNumber = 4; + private uint kJAEOJBJOJD_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint PreAvatarId { - get { return preAvatarId_; } + public uint KJAEOJBJOJD { + get { return kJAEOJBJOJD_; } set { - preAvatarId_ = value; + kJAEOJBJOJD_ = value; } } @@ -109,7 +109,7 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (PreAvatarId != other.PreAvatarId) return false; + if (KJAEOJBJOJD != other.KJAEOJBJOJD) return false; return Equals(_unknownFields, other._unknownFields); } @@ -117,7 +117,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (PreAvatarId != 0) hash ^= PreAvatarId.GetHashCode(); + if (KJAEOJBJOJD != 0) hash ^= KJAEOJBJOJD.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -136,9 +136,9 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (PreAvatarId != 0) { + if (KJAEOJBJOJD != 0) { output.WriteRawTag(32); - output.WriteUInt32(PreAvatarId); + output.WriteUInt32(KJAEOJBJOJD); } if (_unknownFields != null) { _unknownFields.WriteTo(output); @@ -150,9 +150,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (PreAvatarId != 0) { + if (KJAEOJBJOJD != 0) { output.WriteRawTag(32); - output.WriteUInt32(PreAvatarId); + output.WriteUInt32(KJAEOJBJOJD); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); @@ -164,8 +164,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (PreAvatarId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PreAvatarId); + if (KJAEOJBJOJD != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KJAEOJBJOJD); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); @@ -179,8 +179,8 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - if (other.PreAvatarId != 0) { - PreAvatarId = other.PreAvatarId; + if (other.KJAEOJBJOJD != 0) { + KJAEOJBJOJD = other.KJAEOJBJOJD; } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -198,7 +198,7 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 32: { - PreAvatarId = input.ReadUInt32(); + KJAEOJBJOJD = input.ReadUInt32(); break; } } @@ -217,7 +217,7 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 32: { - PreAvatarId = input.ReadUInt32(); + KJAEOJBJOJD = input.ReadUInt32(); break; } } diff --git a/Proto/GetPreAvatarGrowthInfoScRsp.cs b/Proto/GetPreAvatarGrowthInfoScRsp.cs index 09f0dffc..68a4f5c2 100644 --- a/Proto/GetPreAvatarGrowthInfoScRsp.cs +++ b/Proto/GetPreAvatarGrowthInfoScRsp.cs @@ -24,23 +24,23 @@ namespace EggLink.DanhengServer.Proto { static GetPreAvatarGrowthInfoScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiFHZXRQcmVBdmF0YXJHcm93dGhJbmZvU2NSc3AucHJvdG8i2QMKG0dldFBy", + "CiFHZXRQcmVBdmF0YXJHcm93dGhJbmZvU2NSc3AucHJvdG8i1wMKG0dldFBy", "ZUF2YXRhckdyb3d0aEluZm9TY1JzcBIUCgtLSUVKQUNNT0dBThjdBCABKA0S", "EwoLTEtLQU1MTEFGQUUYBCABKA0SEwoLREJJSkZLT0JLS0gYASABKA0SEwoL", "Rk9KQ0NLQUNESEgYByABKA0SEwoLRExBUEtCRERCQkMYBSABKA0SEwoLRUJQ", - "UEJQTUhESEkYPiABKAkSFQoNcHJlX2F2YXRhcl9pZBgJIAEoDRITCgtMSUpD", - "TkdPSEtIRhgNIAEoDRITCgtFR0RETlBFT05LQxgLIAEoDRIPCgdyZXRjb2Rl", - "GAMgASgNEhQKC01LSExETEZPTktOGKMGIAEoCRITCgtJSE9LSExGSE9DQxgG", - "IAEoDRITCgtQTU1DRkdNUExCQRgMIAEoDRITCgtIRE5JS0NCTEtJTBgCIAEo", - "DRIUCgtPQU5QTkZKSkZIRxiADCABKAkSEwoLSkpNS0VBRENJQUcYCCABKA0S", - "EwoLRkxBQUdOQVBESFAYCiABKA0SFAoLS1BKSEJFSUxBSVAY/wYgASgJEhMK", - "C0FFS0ZKS0VOUEhOGA8gASgNEhMKC1BISUJOS01JT0dQGA4gASgNEhQKC0RH", - "R05OQkNKT0NDGLYBIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlBy", - "b3RvYgZwcm90bzM=")); + "UEJQTUhESEkYPiABKAkSEwoLS0pBRU9KQkpPSkQYCSABKA0SEwoLTElKQ05H", + "T0hLSEYYDSABKA0SEwoLRUdERE5QRU9OS0MYCyABKA0SDwoHcmV0Y29kZRgD", + "IAEoDRIUCgtNS0hMRExGT05LThijBiABKAkSEwoLSUhPS0hMRkhPQ0MYBiAB", + "KA0SEwoLUE1NQ0ZHTVBMQkEYDCABKA0SEwoLSEROSUtDQkxLSUwYAiABKA0S", + "FAoLT0FOUE5GSkpGSEcYgAwgASgJEhMKC0pKTUtFQURDSUFHGAggASgNEhMK", + "C0ZMQUFHTkFQREhQGAogASgNEhQKC0tQSkhCRUlMQUlQGP8GIAEoCRITCgtB", + "RUtGSktFTlBIThgPIAEoDRITCgtQSElCTktNSU9HUBgOIAEoDRIUCgtER0dO", + "TkJDSk9DQxi2ASABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90", + "b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetPreAvatarGrowthInfoScRsp), global::EggLink.DanhengServer.Proto.GetPreAvatarGrowthInfoScRsp.Parser, new[]{ "KIEJACMOGAN", "LKKAMLLAFAE", "DBIJFKOBKKH", "FOJCCKACDHH", "DLAPKBDDBBC", "EBPPBPMHDHI", "PreAvatarId", "LIJCNGOHKHF", "EGDDNPEONKC", "Retcode", "MKHLDLFONKN", "IHOKHLFHOCC", "PMMCFGMPLBA", "HDNIKCBLKIL", "OANPNFJJFHG", "JJMKEADCIAG", "FLAAGNAPDHP", "KPJHBEILAIP", "AEKFJKENPHN", "PHIBNKMIOGP", "DGGNNBCJOCC" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetPreAvatarGrowthInfoScRsp), global::EggLink.DanhengServer.Proto.GetPreAvatarGrowthInfoScRsp.Parser, new[]{ "KIEJACMOGAN", "LKKAMLLAFAE", "DBIJFKOBKKH", "FOJCCKACDHH", "DLAPKBDDBBC", "EBPPBPMHDHI", "KJAEOJBJOJD", "LIJCNGOHKHF", "EGDDNPEONKC", "Retcode", "MKHLDLFONKN", "IHOKHLFHOCC", "PMMCFGMPLBA", "HDNIKCBLKIL", "OANPNFJJFHG", "JJMKEADCIAG", "FLAAGNAPDHP", "KPJHBEILAIP", "AEKFJKENPHN", "PHIBNKMIOGP", "DGGNNBCJOCC" }, null, null, null, null) })); } #endregion @@ -88,7 +88,7 @@ namespace EggLink.DanhengServer.Proto { fOJCCKACDHH_ = other.fOJCCKACDHH_; dLAPKBDDBBC_ = other.dLAPKBDDBBC_; eBPPBPMHDHI_ = other.eBPPBPMHDHI_; - preAvatarId_ = other.preAvatarId_; + kJAEOJBJOJD_ = other.kJAEOJBJOJD_; lIJCNGOHKHF_ = other.lIJCNGOHKHF_; eGDDNPEONKC_ = other.eGDDNPEONKC_; retcode_ = other.retcode_; @@ -184,15 +184,15 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "pre_avatar_id" field. - public const int PreAvatarIdFieldNumber = 9; - private uint preAvatarId_; + /// Field number for the "KJAEOJBJOJD" field. + public const int KJAEOJBJOJDFieldNumber = 9; + private uint kJAEOJBJOJD_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint PreAvatarId { - get { return preAvatarId_; } + public uint KJAEOJBJOJD { + get { return kJAEOJBJOJD_; } set { - preAvatarId_ = value; + kJAEOJBJOJD_ = value; } } @@ -385,7 +385,7 @@ namespace EggLink.DanhengServer.Proto { if (FOJCCKACDHH != other.FOJCCKACDHH) return false; if (DLAPKBDDBBC != other.DLAPKBDDBBC) return false; if (EBPPBPMHDHI != other.EBPPBPMHDHI) return false; - if (PreAvatarId != other.PreAvatarId) return false; + if (KJAEOJBJOJD != other.KJAEOJBJOJD) return false; if (LIJCNGOHKHF != other.LIJCNGOHKHF) return false; if (EGDDNPEONKC != other.EGDDNPEONKC) return false; if (Retcode != other.Retcode) return false; @@ -413,7 +413,7 @@ namespace EggLink.DanhengServer.Proto { if (FOJCCKACDHH != 0) hash ^= FOJCCKACDHH.GetHashCode(); if (DLAPKBDDBBC != 0) hash ^= DLAPKBDDBBC.GetHashCode(); if (EBPPBPMHDHI.Length != 0) hash ^= EBPPBPMHDHI.GetHashCode(); - if (PreAvatarId != 0) hash ^= PreAvatarId.GetHashCode(); + if (KJAEOJBJOJD != 0) hash ^= KJAEOJBJOJD.GetHashCode(); if (LIJCNGOHKHF != 0) hash ^= LIJCNGOHKHF.GetHashCode(); if (EGDDNPEONKC != 0) hash ^= EGDDNPEONKC.GetHashCode(); if (Retcode != 0) hash ^= Retcode.GetHashCode(); @@ -478,9 +478,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(64); output.WriteUInt32(JJMKEADCIAG); } - if (PreAvatarId != 0) { + if (KJAEOJBJOJD != 0) { output.WriteRawTag(72); - output.WriteUInt32(PreAvatarId); + output.WriteUInt32(KJAEOJBJOJD); } if (FLAAGNAPDHP != 0) { output.WriteRawTag(80); @@ -572,9 +572,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(64); output.WriteUInt32(JJMKEADCIAG); } - if (PreAvatarId != 0) { + if (KJAEOJBJOJD != 0) { output.WriteRawTag(72); - output.WriteUInt32(PreAvatarId); + output.WriteUInt32(KJAEOJBJOJD); } if (FLAAGNAPDHP != 0) { output.WriteRawTag(80); @@ -652,8 +652,8 @@ namespace EggLink.DanhengServer.Proto { if (EBPPBPMHDHI.Length != 0) { size += 2 + pb::CodedOutputStream.ComputeStringSize(EBPPBPMHDHI); } - if (PreAvatarId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PreAvatarId); + if (KJAEOJBJOJD != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KJAEOJBJOJD); } if (LIJCNGOHKHF != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LIJCNGOHKHF); @@ -727,8 +727,8 @@ namespace EggLink.DanhengServer.Proto { if (other.EBPPBPMHDHI.Length != 0) { EBPPBPMHDHI = other.EBPPBPMHDHI; } - if (other.PreAvatarId != 0) { - PreAvatarId = other.PreAvatarId; + if (other.KJAEOJBJOJD != 0) { + KJAEOJBJOJD = other.KJAEOJBJOJD; } if (other.LIJCNGOHKHF != 0) { LIJCNGOHKHF = other.LIJCNGOHKHF; @@ -820,7 +820,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 72: { - PreAvatarId = input.ReadUInt32(); + KJAEOJBJOJD = input.ReadUInt32(); break; } case 80: { @@ -919,7 +919,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 72: { - PreAvatarId = input.ReadUInt32(); + KJAEOJBJOJD = input.ReadUInt32(); break; } case 80: { diff --git a/Proto/GetPreAvatarListScRsp.cs b/Proto/GetPreAvatarListScRsp.cs index c0c2f174..4e570871 100644 --- a/Proto/GetPreAvatarListScRsp.cs +++ b/Proto/GetPreAvatarListScRsp.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static GetPreAvatarListScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChtHZXRQcmVBdmF0YXJMaXN0U2NSc3AucHJvdG8aE1ByZUF2YXRhckluZm8u", - "cHJvdG8iUQoVR2V0UHJlQXZhdGFyTGlzdFNjUnNwEg8KB3JldGNvZGUYCCAB", - "KA0SJwoPcHJlX2F2YXRhcl9saXN0GAcgAygLMg4uUHJlQXZhdGFySW5mb0Ie", - "qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "ChtHZXRQcmVBdmF0YXJMaXN0U2NSc3AucHJvdG8aEU9QUEdMSkJIS0xMLnBy", + "b3RvIksKFUdldFByZUF2YXRhckxpc3RTY1JzcBIPCgdyZXRjb2RlGAggASgN", + "EiEKC0pNSkdNREhOUEVOGAcgAygLMgwuT1BQR0xKQkhLTExCHqoCG0VnZ0xp", + "bmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PreAvatarInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.OPPGLJBHKLLReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetPreAvatarListScRsp), global::EggLink.DanhengServer.Proto.GetPreAvatarListScRsp.Parser, new[]{ "Retcode", "PreAvatarList" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetPreAvatarListScRsp), global::EggLink.DanhengServer.Proto.GetPreAvatarListScRsp.Parser, new[]{ "Retcode", "JMJGMDHNPEN" }, null, null, null, null) })); } #endregion @@ -74,7 +74,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public GetPreAvatarListScRsp(GetPreAvatarListScRsp other) : this() { retcode_ = other.retcode_; - preAvatarList_ = other.preAvatarList_.Clone(); + jMJGMDHNPEN_ = other.jMJGMDHNPEN_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -96,15 +96,15 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "pre_avatar_list" field. - public const int PreAvatarListFieldNumber = 7; - private static readonly pb::FieldCodec _repeated_preAvatarList_codec - = pb::FieldCodec.ForMessage(58, global::EggLink.DanhengServer.Proto.PreAvatarInfo.Parser); - private readonly pbc::RepeatedField preAvatarList_ = new pbc::RepeatedField(); + /// Field number for the "JMJGMDHNPEN" field. + public const int JMJGMDHNPENFieldNumber = 7; + private static readonly pb::FieldCodec _repeated_jMJGMDHNPEN_codec + = pb::FieldCodec.ForMessage(58, global::EggLink.DanhengServer.Proto.OPPGLJBHKLL.Parser); + private readonly pbc::RepeatedField jMJGMDHNPEN_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField PreAvatarList { - get { return preAvatarList_; } + public pbc::RepeatedField JMJGMDHNPEN { + get { return jMJGMDHNPEN_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -123,7 +123,7 @@ namespace EggLink.DanhengServer.Proto { return true; } if (Retcode != other.Retcode) return false; - if(!preAvatarList_.Equals(other.preAvatarList_)) return false; + if(!jMJGMDHNPEN_.Equals(other.jMJGMDHNPEN_)) return false; return Equals(_unknownFields, other._unknownFields); } @@ -132,7 +132,7 @@ namespace EggLink.DanhengServer.Proto { public override int GetHashCode() { int hash = 1; if (Retcode != 0) hash ^= Retcode.GetHashCode(); - hash ^= preAvatarList_.GetHashCode(); + hash ^= jMJGMDHNPEN_.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -151,7 +151,7 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - preAvatarList_.WriteTo(output, _repeated_preAvatarList_codec); + jMJGMDHNPEN_.WriteTo(output, _repeated_jMJGMDHNPEN_codec); if (Retcode != 0) { output.WriteRawTag(64); output.WriteUInt32(Retcode); @@ -166,7 +166,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - preAvatarList_.WriteTo(ref output, _repeated_preAvatarList_codec); + jMJGMDHNPEN_.WriteTo(ref output, _repeated_jMJGMDHNPEN_codec); if (Retcode != 0) { output.WriteRawTag(64); output.WriteUInt32(Retcode); @@ -184,7 +184,7 @@ namespace EggLink.DanhengServer.Proto { if (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); } - size += preAvatarList_.CalculateSize(_repeated_preAvatarList_codec); + size += jMJGMDHNPEN_.CalculateSize(_repeated_jMJGMDHNPEN_codec); if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -200,7 +200,7 @@ namespace EggLink.DanhengServer.Proto { if (other.Retcode != 0) { Retcode = other.Retcode; } - preAvatarList_.Add(other.preAvatarList_); + jMJGMDHNPEN_.Add(other.jMJGMDHNPEN_); _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -217,7 +217,7 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 58: { - preAvatarList_.AddEntriesFrom(input, _repeated_preAvatarList_codec); + jMJGMDHNPEN_.AddEntriesFrom(input, _repeated_jMJGMDHNPEN_codec); break; } case 64: { @@ -240,7 +240,7 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 58: { - preAvatarList_.AddEntriesFrom(ref input, _repeated_preAvatarList_codec); + jMJGMDHNPEN_.AddEntriesFrom(ref input, _repeated_jMJGMDHNPEN_codec); break; } case 64: { diff --git a/Proto/GetPunkLordBattleRecordScRsp.cs b/Proto/GetPunkLordBattleRecordScRsp.cs index 8b2523b8..13bfd67e 100644 --- a/Proto/GetPunkLordBattleRecordScRsp.cs +++ b/Proto/GetPunkLordBattleRecordScRsp.cs @@ -24,16 +24,16 @@ namespace EggLink.DanhengServer.Proto { static GetPunkLordBattleRecordScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiJHZXRQdW5rTG9yZEJhdHRsZVJlY29yZFNjUnNwLnByb3RvGhpQdW5rTG9y", - "ZEJhdHRsZVJlcGxheS5wcm90bxoYUHVua0xvcmRNb25zdGVyS2V5LnByb3Rv", - "GhpQdW5rTG9yZEJhdHRsZVJlY29yZC5wcm90byK4AQocR2V0UHVua0xvcmRC", + "CiJHZXRQdW5rTG9yZEJhdHRsZVJlY29yZFNjUnNwLnByb3RvGhhQdW5rTG9y", + "ZE1vbnN0ZXJLZXkucHJvdG8aGlB1bmtMb3JkQmF0dGxlUmVjb3JkLnByb3Rv", + "GhpQdW5rTG9yZEJhdHRsZVJlcGxheS5wcm90byK4AQocR2V0UHVua0xvcmRC", "YXR0bGVSZWNvcmRTY1JzcBIPCgdyZXRjb2RlGAYgASgNEjEKEmJhdHRsZV9y", "ZWNvcmRfbGlzdBgOIAMoCzIVLlB1bmtMb3JkQmF0dGxlUmVjb3JkEioKC09L", "T0JHSkhKSk9BGAwgAygLMhUuUHVua0xvcmRCYXR0bGVSZXBsYXkSKAoLUEtD", "UEpKTk9BTE4YAyABKAsyEy5QdW5rTG9yZE1vbnN0ZXJLZXlCHqoCG0VnZ0xp", "bmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PunkLordBattleReplayReflection.Descriptor, global::EggLink.DanhengServer.Proto.PunkLordMonsterKeyReflection.Descriptor, global::EggLink.DanhengServer.Proto.PunkLordBattleRecordReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PunkLordMonsterKeyReflection.Descriptor, global::EggLink.DanhengServer.Proto.PunkLordBattleRecordReflection.Descriptor, global::EggLink.DanhengServer.Proto.PunkLordBattleReplayReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetPunkLordBattleRecordScRsp), global::EggLink.DanhengServer.Proto.GetPunkLordBattleRecordScRsp.Parser, new[]{ "Retcode", "BattleRecordList", "OKOBGJHJJOA", "PKCPJJNOALN" }, null, null, null, null) })); diff --git a/Proto/GetRaidInfoScRsp.cs b/Proto/GetRaidInfoScRsp.cs index 629586c3..d8d51e7d 100644 --- a/Proto/GetRaidInfoScRsp.cs +++ b/Proto/GetRaidInfoScRsp.cs @@ -25,12 +25,12 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChZHZXRSYWlkSW5mb1NjUnNwLnByb3RvGhZGaW5pc2hlZFJhaWRJbmZvLnBy", - "b3RvGhNDaGFsbGVuZ2VSYWlkLnByb3RvIqMBChBHZXRSYWlkSW5mb1NjUnNw", - "EikKEUNoYWxsZW5nZVJhaWRMaXN0GAUgAygLMg4uQ2hhbGxlbmdlUmFpZBIi", - "ChpDaGFsbGVuZ2VUYWtlblJld2FyZElkTGlzdBgGIAMoDRIPCgdSZXRjb2Rl", - "GAwgASgNEi8KFEZpbmlzaGVkUmFpZEluZm9MaXN0GAQgAygLMhEuRmluaXNo", - "ZWRSYWlkSW5mb0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", - "cm90bzM=")); + "b3RvGhNDaGFsbGVuZ2VSYWlkLnByb3RvIqwBChBHZXRSYWlkSW5mb1NjUnNw", + "EisKE2NoYWxsZW5nZV9yYWlkX2xpc3QYBSADKAsyDi5DaGFsbGVuZ2VSYWlk", + "EiYKHmNoYWxsZW5nZV90YWtlbl9yZXdhcmRfaWRfbGlzdBgGIAMoDRIPCgdy", + "ZXRjb2RlGAwgASgNEjIKF2ZpbmlzaGVkX3JhaWRfaW5mb19saXN0GAQgAygL", + "MhEuRmluaXNoZWRSYWlkSW5mb0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy", + "LlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FinishedRaidInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengeRaidReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -89,7 +89,7 @@ namespace EggLink.DanhengServer.Proto { return new GetRaidInfoScRsp(this); } - /// Field number for the "ChallengeRaidList" field. + /// Field number for the "challenge_raid_list" field. public const int ChallengeRaidListFieldNumber = 5; private static readonly pb::FieldCodec _repeated_challengeRaidList_codec = pb::FieldCodec.ForMessage(42, global::EggLink.DanhengServer.Proto.ChallengeRaid.Parser); @@ -100,7 +100,7 @@ namespace EggLink.DanhengServer.Proto { get { return challengeRaidList_; } } - /// Field number for the "ChallengeTakenRewardIdList" field. + /// Field number for the "challenge_taken_reward_id_list" field. public const int ChallengeTakenRewardIdListFieldNumber = 6; private static readonly pb::FieldCodec _repeated_challengeTakenRewardIdList_codec = pb::FieldCodec.ForUInt32(50); @@ -111,7 +111,7 @@ namespace EggLink.DanhengServer.Proto { get { return challengeTakenRewardIdList_; } } - /// Field number for the "Retcode" field. + /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 12; private uint retcode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -123,7 +123,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "FinishedRaidInfoList" field. + /// Field number for the "finished_raid_info_list" field. public const int FinishedRaidInfoListFieldNumber = 4; private static readonly pb::FieldCodec _repeated_finishedRaidInfoList_codec = pb::FieldCodec.ForMessage(34, global::EggLink.DanhengServer.Proto.FinishedRaidInfo.Parser); diff --git a/Proto/GetRechargeBenefitInfoCsReq.cs b/Proto/GetRechargeBenefitInfoCsReq.cs deleted file mode 100644 index 239e5196..00000000 --- a/Proto/GetRechargeBenefitInfoCsReq.cs +++ /dev/null @@ -1,197 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: GetRechargeBenefitInfoCsReq.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from GetRechargeBenefitInfoCsReq.proto - public static partial class GetRechargeBenefitInfoCsReqReflection { - - #region Descriptor - /// File descriptor for GetRechargeBenefitInfoCsReq.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static GetRechargeBenefitInfoCsReqReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "CiFHZXRSZWNoYXJnZUJlbmVmaXRJbmZvQ3NSZXEucHJvdG8iHQobR2V0UmVj", - "aGFyZ2VCZW5lZml0SW5mb0NzUmVxQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2", - "ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetRechargeBenefitInfoCsReq), global::EggLink.DanhengServer.Proto.GetRechargeBenefitInfoCsReq.Parser, null, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class GetRechargeBenefitInfoCsReq : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new GetRechargeBenefitInfoCsReq()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.GetRechargeBenefitInfoCsReqReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GetRechargeBenefitInfoCsReq() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GetRechargeBenefitInfoCsReq(GetRechargeBenefitInfoCsReq other) : this() { - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GetRechargeBenefitInfoCsReq Clone() { - return new GetRechargeBenefitInfoCsReq(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as GetRechargeBenefitInfoCsReq); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(GetRechargeBenefitInfoCsReq other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(GetRechargeBenefitInfoCsReq other) { - if (other == null) { - return; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/GetRechargeBenefitInfoScRsp.cs b/Proto/GetRechargeBenefitInfoScRsp.cs index 6737669e..7b92ebb8 100644 --- a/Proto/GetRechargeBenefitInfoScRsp.cs +++ b/Proto/GetRechargeBenefitInfoScRsp.cs @@ -24,14 +24,15 @@ namespace EggLink.DanhengServer.Proto { static GetRechargeBenefitInfoScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiFHZXRSZWNoYXJnZUJlbmVmaXRJbmZvU2NSc3AucHJvdG8aEUpNSE9KS0tH", - "TklGLnByb3RvIlEKG0dldFJlY2hhcmdlQmVuZWZpdEluZm9TY1JzcBIPCgdy", - "ZXRjb2RlGAogASgNEiEKC0VITkRNTEZGTUhJGAQgAygLMgwuSk1IT0pLS0dO", - "SUZCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); + "CiFHZXRSZWNoYXJnZUJlbmVmaXRJbmZvU2NSc3AucHJvdG8aGVJlY2hhcmdl", + "QmVuZWZpdEluZm8ucHJvdG8iYwobR2V0UmVjaGFyZ2VCZW5lZml0SW5mb1Nj", + "UnNwEg8KB3JldGNvZGUYCiABKA0SMwoVcmVjaGFyZ2VfYmVuZWZpdF9saXN0", + "GAQgAygLMhQuUmVjaGFyZ2VCZW5lZml0SW5mb0IeqgIbRWdnTGluay5EYW5o", + "ZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.JMHOJKKGNIFReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RechargeBenefitInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetRechargeBenefitInfoScRsp), global::EggLink.DanhengServer.Proto.GetRechargeBenefitInfoScRsp.Parser, new[]{ "Retcode", "EHNDMLFFMHI" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetRechargeBenefitInfoScRsp), global::EggLink.DanhengServer.Proto.GetRechargeBenefitInfoScRsp.Parser, new[]{ "Retcode", "RechargeBenefitList" }, null, null, null, null) })); } #endregion @@ -74,7 +75,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public GetRechargeBenefitInfoScRsp(GetRechargeBenefitInfoScRsp other) : this() { retcode_ = other.retcode_; - eHNDMLFFMHI_ = other.eHNDMLFFMHI_.Clone(); + rechargeBenefitList_ = other.rechargeBenefitList_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -96,15 +97,15 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "EHNDMLFFMHI" field. - public const int EHNDMLFFMHIFieldNumber = 4; - private static readonly pb::FieldCodec _repeated_eHNDMLFFMHI_codec - = pb::FieldCodec.ForMessage(34, global::EggLink.DanhengServer.Proto.JMHOJKKGNIF.Parser); - private readonly pbc::RepeatedField eHNDMLFFMHI_ = new pbc::RepeatedField(); + /// Field number for the "recharge_benefit_list" field. + public const int RechargeBenefitListFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_rechargeBenefitList_codec + = pb::FieldCodec.ForMessage(34, global::EggLink.DanhengServer.Proto.RechargeBenefitInfo.Parser); + private readonly pbc::RepeatedField rechargeBenefitList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField EHNDMLFFMHI { - get { return eHNDMLFFMHI_; } + public pbc::RepeatedField RechargeBenefitList { + get { return rechargeBenefitList_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -123,7 +124,7 @@ namespace EggLink.DanhengServer.Proto { return true; } if (Retcode != other.Retcode) return false; - if(!eHNDMLFFMHI_.Equals(other.eHNDMLFFMHI_)) return false; + if(!rechargeBenefitList_.Equals(other.rechargeBenefitList_)) return false; return Equals(_unknownFields, other._unknownFields); } @@ -132,7 +133,7 @@ namespace EggLink.DanhengServer.Proto { public override int GetHashCode() { int hash = 1; if (Retcode != 0) hash ^= Retcode.GetHashCode(); - hash ^= eHNDMLFFMHI_.GetHashCode(); + hash ^= rechargeBenefitList_.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -151,7 +152,7 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - eHNDMLFFMHI_.WriteTo(output, _repeated_eHNDMLFFMHI_codec); + rechargeBenefitList_.WriteTo(output, _repeated_rechargeBenefitList_codec); if (Retcode != 0) { output.WriteRawTag(80); output.WriteUInt32(Retcode); @@ -166,7 +167,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - eHNDMLFFMHI_.WriteTo(ref output, _repeated_eHNDMLFFMHI_codec); + rechargeBenefitList_.WriteTo(ref output, _repeated_rechargeBenefitList_codec); if (Retcode != 0) { output.WriteRawTag(80); output.WriteUInt32(Retcode); @@ -184,7 +185,7 @@ namespace EggLink.DanhengServer.Proto { if (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); } - size += eHNDMLFFMHI_.CalculateSize(_repeated_eHNDMLFFMHI_codec); + size += rechargeBenefitList_.CalculateSize(_repeated_rechargeBenefitList_codec); if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -200,7 +201,7 @@ namespace EggLink.DanhengServer.Proto { if (other.Retcode != 0) { Retcode = other.Retcode; } - eHNDMLFFMHI_.Add(other.eHNDMLFFMHI_); + rechargeBenefitList_.Add(other.rechargeBenefitList_); _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -217,7 +218,7 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 34: { - eHNDMLFFMHI_.AddEntriesFrom(input, _repeated_eHNDMLFFMHI_codec); + rechargeBenefitList_.AddEntriesFrom(input, _repeated_rechargeBenefitList_codec); break; } case 80: { @@ -240,7 +241,7 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 34: { - eHNDMLFFMHI_.AddEntriesFrom(ref input, _repeated_eHNDMLFFMHI_codec); + rechargeBenefitList_.AddEntriesFrom(ref input, _repeated_rechargeBenefitList_codec); break; } case 80: { diff --git a/Proto/GetRechargeGiftInfoScRsp.cs b/Proto/GetRechargeGiftInfoScRsp.cs index 54ea588b..34042010 100644 --- a/Proto/GetRechargeGiftInfoScRsp.cs +++ b/Proto/GetRechargeGiftInfoScRsp.cs @@ -25,14 +25,14 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Ch5HZXRSZWNoYXJnZUdpZnRJbmZvU2NSc3AucHJvdG8aFlJlY2hhcmdlR2lm", - "dEluZm8ucHJvdG8iVgoYR2V0UmVjaGFyZ2VHaWZ0SW5mb1NjUnNwEikKDmdp", - "ZnRfaW5mb19saXN0GAogAygLMhEuUmVjaGFyZ2VHaWZ0SW5mbxIPCgdyZXRj", - "b2RlGAQgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy", - "b3RvMw==")); + "dEluZm8ucHJvdG8iXQoYR2V0UmVjaGFyZ2VHaWZ0SW5mb1NjUnNwEjAKFXJl", + "Y2hhcmdlX2JlbmVmaXRfbGlzdBgKIAMoCzIRLlJlY2hhcmdlR2lmdEluZm8S", + "DwoHcmV0Y29kZRgEIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlBy", + "b3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RechargeGiftInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetRechargeGiftInfoScRsp), global::EggLink.DanhengServer.Proto.GetRechargeGiftInfoScRsp.Parser, new[]{ "GiftInfoList", "Retcode" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetRechargeGiftInfoScRsp), global::EggLink.DanhengServer.Proto.GetRechargeGiftInfoScRsp.Parser, new[]{ "RechargeBenefitList", "Retcode" }, null, null, null, null) })); } #endregion @@ -74,7 +74,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public GetRechargeGiftInfoScRsp(GetRechargeGiftInfoScRsp other) : this() { - giftInfoList_ = other.giftInfoList_.Clone(); + rechargeBenefitList_ = other.rechargeBenefitList_.Clone(); retcode_ = other.retcode_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -85,15 +85,15 @@ namespace EggLink.DanhengServer.Proto { return new GetRechargeGiftInfoScRsp(this); } - /// Field number for the "gift_info_list" field. - public const int GiftInfoListFieldNumber = 10; - private static readonly pb::FieldCodec _repeated_giftInfoList_codec + /// Field number for the "recharge_benefit_list" field. + public const int RechargeBenefitListFieldNumber = 10; + private static readonly pb::FieldCodec _repeated_rechargeBenefitList_codec = pb::FieldCodec.ForMessage(82, global::EggLink.DanhengServer.Proto.RechargeGiftInfo.Parser); - private readonly pbc::RepeatedField giftInfoList_ = new pbc::RepeatedField(); + private readonly pbc::RepeatedField rechargeBenefitList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField GiftInfoList { - get { return giftInfoList_; } + public pbc::RepeatedField RechargeBenefitList { + get { return rechargeBenefitList_; } } /// Field number for the "retcode" field. @@ -123,7 +123,7 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if(!giftInfoList_.Equals(other.giftInfoList_)) return false; + if(!rechargeBenefitList_.Equals(other.rechargeBenefitList_)) return false; if (Retcode != other.Retcode) return false; return Equals(_unknownFields, other._unknownFields); } @@ -132,7 +132,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - hash ^= giftInfoList_.GetHashCode(); + hash ^= rechargeBenefitList_.GetHashCode(); if (Retcode != 0) hash ^= Retcode.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); @@ -156,7 +156,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(32); output.WriteUInt32(Retcode); } - giftInfoList_.WriteTo(output, _repeated_giftInfoList_codec); + rechargeBenefitList_.WriteTo(output, _repeated_rechargeBenefitList_codec); if (_unknownFields != null) { _unknownFields.WriteTo(output); } @@ -171,7 +171,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(32); output.WriteUInt32(Retcode); } - giftInfoList_.WriteTo(ref output, _repeated_giftInfoList_codec); + rechargeBenefitList_.WriteTo(ref output, _repeated_rechargeBenefitList_codec); if (_unknownFields != null) { _unknownFields.WriteTo(ref output); } @@ -182,7 +182,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - size += giftInfoList_.CalculateSize(_repeated_giftInfoList_codec); + size += rechargeBenefitList_.CalculateSize(_repeated_rechargeBenefitList_codec); if (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); } @@ -198,7 +198,7 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - giftInfoList_.Add(other.giftInfoList_); + rechargeBenefitList_.Add(other.rechargeBenefitList_); if (other.Retcode != 0) { Retcode = other.Retcode; } @@ -222,7 +222,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 82: { - giftInfoList_.AddEntriesFrom(input, _repeated_giftInfoList_codec); + rechargeBenefitList_.AddEntriesFrom(input, _repeated_rechargeBenefitList_codec); break; } } @@ -245,7 +245,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 82: { - giftInfoList_.AddEntriesFrom(ref input, _repeated_giftInfoList_codec); + rechargeBenefitList_.AddEntriesFrom(ref input, _repeated_rechargeBenefitList_codec); break; } } diff --git a/Proto/GetRelicFilterPlanScRsp.cs b/Proto/GetRelicFilterPlanScRsp.cs index 72f1ba77..8f5d6ec5 100644 --- a/Proto/GetRelicFilterPlanScRsp.cs +++ b/Proto/GetRelicFilterPlanScRsp.cs @@ -25,10 +25,10 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Ch1HZXRSZWxpY0ZpbHRlclBsYW5TY1JzcC5wcm90bxoVUmVsaWNGaWx0ZXJQ", - "bGFuLnByb3RvIlkKF0dldFJlbGljRmlsdGVyUGxhblNjUnNwEi0KE1JlbGlj", - "RmlsdGVyUGxhbkxpc3QYAiADKAsyEC5SZWxpY0ZpbHRlclBsYW4SDwoHUmV0", - "Y29kZRgFIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", - "cm90bzM=")); + "bGFuLnByb3RvIlwKF0dldFJlbGljRmlsdGVyUGxhblNjUnNwEjAKFnJlbGlj", + "X2ZpbHRlcl9wbGFuX2xpc3QYAiADKAsyEC5SZWxpY0ZpbHRlclBsYW4SDwoH", + "cmV0Y29kZRgFIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv", + "YgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RelicFilterPlanReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -85,7 +85,7 @@ namespace EggLink.DanhengServer.Proto { return new GetRelicFilterPlanScRsp(this); } - /// Field number for the "RelicFilterPlanList" field. + /// Field number for the "relic_filter_plan_list" field. public const int RelicFilterPlanListFieldNumber = 2; private static readonly pb::FieldCodec _repeated_relicFilterPlanList_codec = pb::FieldCodec.ForMessage(18, global::EggLink.DanhengServer.Proto.RelicFilterPlan.Parser); @@ -96,7 +96,7 @@ namespace EggLink.DanhengServer.Proto { get { return relicFilterPlanList_; } } - /// Field number for the "Retcode" field. + /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 5; private uint retcode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/GetRogueCollectionScRsp.cs b/Proto/GetRogueCollectionScRsp.cs index bc001ba1..79405c77 100644 --- a/Proto/GetRogueCollectionScRsp.cs +++ b/Proto/GetRogueCollectionScRsp.cs @@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto { static GetRogueCollectionScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Ch1HZXRSb2d1ZUNvbGxlY3Rpb25TY1JzcC5wcm90bxoRQUpBS0RDRERBTU8u", - "cHJvdG8aEUZLQkZPT0VGUEFFLnByb3RvInAKF0dldFJvZ3VlQ29sbGVjdGlv", + "Ch1HZXRSb2d1ZUNvbGxlY3Rpb25TY1JzcC5wcm90bxoRRktCRk9PRUZQQUUu", + "cHJvdG8aEUFKQUtEQ0REQU1PLnByb3RvInAKF0dldFJvZ3VlQ29sbGVjdGlv", "blNjUnNwEiEKC1BDUEVERkxOQkdBGA0gAygLMgwuRktCRk9PRUZQQUUSIQoL", "UEFIUERCSUFDSEEYBiADKAsyDC5BSkFLRENEREFNTxIPCgdyZXRjb2RlGAog", "ASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AJAKDCDDAMOReflection.Descriptor, global::EggLink.DanhengServer.Proto.FKBFOOEFPAEReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FKBFOOEFPAEReflection.Descriptor, global::EggLink.DanhengServer.Proto.AJAKDCDDAMOReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetRogueCollectionScRsp), global::EggLink.DanhengServer.Proto.GetRogueCollectionScRsp.Parser, new[]{ "PCPEDFLNBGA", "PAHPDBIACHA", "Retcode" }, null, null, null, null) })); diff --git a/Proto/GetRogueHandbookDataScRsp.cs b/Proto/GetRogueHandbookDataScRsp.cs index 6c35be0e..5cfb5af5 100644 --- a/Proto/GetRogueHandbookDataScRsp.cs +++ b/Proto/GetRogueHandbookDataScRsp.cs @@ -25,9 +25,9 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Ch9HZXRSb2d1ZUhhbmRib29rRGF0YVNjUnNwLnByb3RvGhNSb2d1ZUhhbmRi", - "b29rLnByb3RvIlIKGUdldFJvZ3VlSGFuZGJvb2tEYXRhU2NSc3ASJAoMSGFu", - "ZGJvb2tJbmZvGAwgASgLMg4uUm9ndWVIYW5kYm9vaxIPCgdSZXRjb2RlGAgg", - "ASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "b29rLnByb3RvIlMKGUdldFJvZ3VlSGFuZGJvb2tEYXRhU2NSc3ASJQoNaGFu", + "ZGJvb2tfaW5mbxgMIAEoCzIOLlJvZ3VlSGFuZGJvb2sSDwoHcmV0Y29kZRgI", + "IAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueHandbookReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -84,7 +84,7 @@ namespace EggLink.DanhengServer.Proto { return new GetRogueHandbookDataScRsp(this); } - /// Field number for the "HandbookInfo" field. + /// Field number for the "handbook_info" field. public const int HandbookInfoFieldNumber = 12; private global::EggLink.DanhengServer.Proto.RogueHandbook handbookInfo_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -96,7 +96,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Retcode" field. + /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 8; private uint retcode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/GetRogueShopBuffInfoScRsp.cs b/Proto/GetRogueShopBuffInfoScRsp.cs index 0c305bf9..367295fa 100644 --- a/Proto/GetRogueShopBuffInfoScRsp.cs +++ b/Proto/GetRogueShopBuffInfoScRsp.cs @@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto { static GetRogueShopBuffInfoScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Ch9HZXRSb2d1ZVNob3BCdWZmSW5mb1NjUnNwLnByb3RvGhFBTkpES0ZKT0VF", - "SS5wcm90bxoSSXRlbUNvc3REYXRhLnByb3RvIqEBChlHZXRSb2d1ZVNob3BC", + "Ch9HZXRSb2d1ZVNob3BCdWZmSW5mb1NjUnNwLnByb3RvGhFCdXlCdWZmSW5m", + "by5wcm90bxoSSXRlbUNvc3REYXRhLnByb3RvIqEBChlHZXRSb2d1ZVNob3BC", "dWZmSW5mb1NjUnNwEiIKC0lISkhDQ0ZNSUZEGAkgASgLMg0uSXRlbUNvc3RE", "YXRhEg8KB3JldGNvZGUYCiABKA0SEwoLQUVGSEtBTkJGTkMYByABKAUSEwoL", "RUZPSk9DRkdJREoYBSABKAUSJQoPcm9ndWVfYnVmZl9pbmZvGAwgASgLMgwu", - "QU5KREtGSk9FRUlCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG", + "QnV5QnVmZkluZm9CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG", "cHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ANJDKFJOEEIReflection.Descriptor, global::EggLink.DanhengServer.Proto.ItemCostDataReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BuyBuffInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ItemCostDataReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetRogueShopBuffInfoScRsp), global::EggLink.DanhengServer.Proto.GetRogueShopBuffInfoScRsp.Parser, new[]{ "IHJHCCFMIFD", "Retcode", "AEFHKANBFNC", "EFOJOCFGIDJ", "RogueBuffInfo" }, null, null, null, null) })); @@ -140,10 +140,10 @@ namespace EggLink.DanhengServer.Proto { /// Field number for the "rogue_buff_info" field. public const int RogueBuffInfoFieldNumber = 12; - private global::EggLink.DanhengServer.Proto.ANJDKFJOEEI rogueBuffInfo_; + private global::EggLink.DanhengServer.Proto.BuyBuffInfo rogueBuffInfo_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.ANJDKFJOEEI RogueBuffInfo { + public global::EggLink.DanhengServer.Proto.BuyBuffInfo RogueBuffInfo { get { return rogueBuffInfo_; } set { rogueBuffInfo_ = value; @@ -304,7 +304,7 @@ namespace EggLink.DanhengServer.Proto { } if (other.rogueBuffInfo_ != null) { if (rogueBuffInfo_ == null) { - RogueBuffInfo = new global::EggLink.DanhengServer.Proto.ANJDKFJOEEI(); + RogueBuffInfo = new global::EggLink.DanhengServer.Proto.BuyBuffInfo(); } RogueBuffInfo.MergeFrom(other.RogueBuffInfo); } @@ -344,7 +344,7 @@ namespace EggLink.DanhengServer.Proto { } case 98: { if (rogueBuffInfo_ == null) { - RogueBuffInfo = new global::EggLink.DanhengServer.Proto.ANJDKFJOEEI(); + RogueBuffInfo = new global::EggLink.DanhengServer.Proto.BuyBuffInfo(); } input.ReadMessage(RogueBuffInfo); break; @@ -385,7 +385,7 @@ namespace EggLink.DanhengServer.Proto { } case 98: { if (rogueBuffInfo_ == null) { - RogueBuffInfo = new global::EggLink.DanhengServer.Proto.ANJDKFJOEEI(); + RogueBuffInfo = new global::EggLink.DanhengServer.Proto.BuyBuffInfo(); } input.ReadMessage(RogueBuffInfo); break; diff --git a/Proto/GetRogueShopFormulaInfoScRsp.cs b/Proto/GetRogueShopFormulaInfoScRsp.cs index b8364107..cf1eae08 100644 --- a/Proto/GetRogueShopFormulaInfoScRsp.cs +++ b/Proto/GetRogueShopFormulaInfoScRsp.cs @@ -24,17 +24,17 @@ namespace EggLink.DanhengServer.Proto { static GetRogueShopFormulaInfoScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiJHZXRSb2d1ZVNob3BGb3JtdWxhSW5mb1NjUnNwLnByb3RvGhJJdGVtQ29z", - "dERhdGEucHJvdG8aEUdMUFBETEVDQ0xJLnByb3RvIqABChxHZXRSb2d1ZVNo", - "b3BGb3JtdWxhSW5mb1NjUnNwEiEKC0NLQUFOTURES0NKGA4gASgLMgwuR0xQ", - "UERMRUNDTEkSEwoLQUVGSEtBTkJGTkMYDCABKAUSDwoHcmV0Y29kZRgIIAEo", - "DRIiCgtJSEpIQ0NGTUlGRBgNIAEoCzINLkl0ZW1Db3N0RGF0YRITCgtFRk9K", - "T0NGR0lEShgHIAEoBUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv", - "YgZwcm90bzM=")); + "CiJHZXRSb2d1ZVNob3BGb3JtdWxhSW5mb1NjUnNwLnByb3RvGhRCdXlGb3Jt", + "dWxhSW5mby5wcm90bxoSSXRlbUNvc3REYXRhLnByb3RvIqoBChxHZXRSb2d1", + "ZVNob3BGb3JtdWxhSW5mb1NjUnNwEisKEnJvZ3VlX2Zvcm11bGFfaW5mbxgO", + "IAEoCzIPLkJ1eUZvcm11bGFJbmZvEhMKC0FFRkhLQU5CRk5DGAwgASgFEg8K", + "B3JldGNvZGUYCCABKA0SIgoLSUhKSENDRk1JRkQYDSABKAsyDS5JdGVtQ29z", + "dERhdGESEwoLRUZPSk9DRkdJREoYByABKAVCHqoCG0VnZ0xpbmsuRGFuaGVu", + "Z1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemCostDataReflection.Descriptor, global::EggLink.DanhengServer.Proto.GLPPDLECCLIReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BuyFormulaInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ItemCostDataReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetRogueShopFormulaInfoScRsp), global::EggLink.DanhengServer.Proto.GetRogueShopFormulaInfoScRsp.Parser, new[]{ "CKAANMDDKCJ", "AEFHKANBFNC", "Retcode", "IHJHCCFMIFD", "EFOJOCFGIDJ" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetRogueShopFormulaInfoScRsp), global::EggLink.DanhengServer.Proto.GetRogueShopFormulaInfoScRsp.Parser, new[]{ "RogueFormulaInfo", "AEFHKANBFNC", "Retcode", "IHJHCCFMIFD", "EFOJOCFGIDJ" }, null, null, null, null) })); } #endregion @@ -76,7 +76,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public GetRogueShopFormulaInfoScRsp(GetRogueShopFormulaInfoScRsp other) : this() { - cKAANMDDKCJ_ = other.cKAANMDDKCJ_ != null ? other.cKAANMDDKCJ_.Clone() : null; + rogueFormulaInfo_ = other.rogueFormulaInfo_ != null ? other.rogueFormulaInfo_.Clone() : null; aEFHKANBFNC_ = other.aEFHKANBFNC_; retcode_ = other.retcode_; iHJHCCFMIFD_ = other.iHJHCCFMIFD_ != null ? other.iHJHCCFMIFD_.Clone() : null; @@ -90,15 +90,15 @@ namespace EggLink.DanhengServer.Proto { return new GetRogueShopFormulaInfoScRsp(this); } - /// Field number for the "CKAANMDDKCJ" field. - public const int CKAANMDDKCJFieldNumber = 14; - private global::EggLink.DanhengServer.Proto.GLPPDLECCLI cKAANMDDKCJ_; + /// Field number for the "rogue_formula_info" field. + public const int RogueFormulaInfoFieldNumber = 14; + private global::EggLink.DanhengServer.Proto.BuyFormulaInfo rogueFormulaInfo_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.GLPPDLECCLI CKAANMDDKCJ { - get { return cKAANMDDKCJ_; } + public global::EggLink.DanhengServer.Proto.BuyFormulaInfo RogueFormulaInfo { + get { return rogueFormulaInfo_; } set { - cKAANMDDKCJ_ = value; + rogueFormulaInfo_ = value; } } @@ -165,7 +165,7 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (!object.Equals(CKAANMDDKCJ, other.CKAANMDDKCJ)) return false; + if (!object.Equals(RogueFormulaInfo, other.RogueFormulaInfo)) return false; if (AEFHKANBFNC != other.AEFHKANBFNC) return false; if (Retcode != other.Retcode) return false; if (!object.Equals(IHJHCCFMIFD, other.IHJHCCFMIFD)) return false; @@ -177,7 +177,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (cKAANMDDKCJ_ != null) hash ^= CKAANMDDKCJ.GetHashCode(); + if (rogueFormulaInfo_ != null) hash ^= RogueFormulaInfo.GetHashCode(); if (AEFHKANBFNC != 0) hash ^= AEFHKANBFNC.GetHashCode(); if (Retcode != 0) hash ^= Retcode.GetHashCode(); if (iHJHCCFMIFD_ != null) hash ^= IHJHCCFMIFD.GetHashCode(); @@ -216,9 +216,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(106); output.WriteMessage(IHJHCCFMIFD); } - if (cKAANMDDKCJ_ != null) { + if (rogueFormulaInfo_ != null) { output.WriteRawTag(114); - output.WriteMessage(CKAANMDDKCJ); + output.WriteMessage(RogueFormulaInfo); } if (_unknownFields != null) { _unknownFields.WriteTo(output); @@ -246,9 +246,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(106); output.WriteMessage(IHJHCCFMIFD); } - if (cKAANMDDKCJ_ != null) { + if (rogueFormulaInfo_ != null) { output.WriteRawTag(114); - output.WriteMessage(CKAANMDDKCJ); + output.WriteMessage(RogueFormulaInfo); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); @@ -260,8 +260,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (cKAANMDDKCJ_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(CKAANMDDKCJ); + if (rogueFormulaInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(RogueFormulaInfo); } if (AEFHKANBFNC != 0) { size += 1 + pb::CodedOutputStream.ComputeInt32Size(AEFHKANBFNC); @@ -287,11 +287,11 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - if (other.cKAANMDDKCJ_ != null) { - if (cKAANMDDKCJ_ == null) { - CKAANMDDKCJ = new global::EggLink.DanhengServer.Proto.GLPPDLECCLI(); + if (other.rogueFormulaInfo_ != null) { + if (rogueFormulaInfo_ == null) { + RogueFormulaInfo = new global::EggLink.DanhengServer.Proto.BuyFormulaInfo(); } - CKAANMDDKCJ.MergeFrom(other.CKAANMDDKCJ); + RogueFormulaInfo.MergeFrom(other.RogueFormulaInfo); } if (other.AEFHKANBFNC != 0) { AEFHKANBFNC = other.AEFHKANBFNC; @@ -343,10 +343,10 @@ namespace EggLink.DanhengServer.Proto { break; } case 114: { - if (cKAANMDDKCJ_ == null) { - CKAANMDDKCJ = new global::EggLink.DanhengServer.Proto.GLPPDLECCLI(); + if (rogueFormulaInfo_ == null) { + RogueFormulaInfo = new global::EggLink.DanhengServer.Proto.BuyFormulaInfo(); } - input.ReadMessage(CKAANMDDKCJ); + input.ReadMessage(RogueFormulaInfo); break; } } @@ -384,10 +384,10 @@ namespace EggLink.DanhengServer.Proto { break; } case 114: { - if (cKAANMDDKCJ_ == null) { - CKAANMDDKCJ = new global::EggLink.DanhengServer.Proto.GLPPDLECCLI(); + if (rogueFormulaInfo_ == null) { + RogueFormulaInfo = new global::EggLink.DanhengServer.Proto.BuyFormulaInfo(); } - input.ReadMessage(CKAANMDDKCJ); + input.ReadMessage(RogueFormulaInfo); break; } } diff --git a/Proto/GetRogueShopMiracleInfoScRsp.cs b/Proto/GetRogueShopMiracleInfoScRsp.cs index bbab946a..e3a02123 100644 --- a/Proto/GetRogueShopMiracleInfoScRsp.cs +++ b/Proto/GetRogueShopMiracleInfoScRsp.cs @@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto { static GetRogueShopMiracleInfoScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiJHZXRSb2d1ZVNob3BNaXJhY2xlSW5mb1NjUnNwLnByb3RvGhFOTkpPTEtK", - "TFBKRy5wcm90bxoSSXRlbUNvc3REYXRhLnByb3RvIqYBChxHZXRSb2d1ZVNo", - "b3BNaXJhY2xlSW5mb1NjUnNwEhMKC0FFRkhLQU5CRk5DGAggASgFEiIKC0lI", - "SkhDQ0ZNSUZEGAwgASgLMg0uSXRlbUNvc3REYXRhEhMKC0VGT0pPQ0ZHSURK", - "GAUgASgFEg8KB3JldGNvZGUYDiABKA0SJwoRZ2FtZV9taXJhY2xlX2luZm8Y", - "CSABKAsyDC5OTkpPTEtKTFBKR0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy", - "LlByb3RvYgZwcm90bzM=")); + "CiJHZXRSb2d1ZVNob3BNaXJhY2xlSW5mb1NjUnNwLnByb3RvGhRCdXlNaXJh", + "Y2xlSW5mby5wcm90bxoSSXRlbUNvc3REYXRhLnByb3RvIqkBChxHZXRSb2d1", + "ZVNob3BNaXJhY2xlSW5mb1NjUnNwEhMKC0FFRkhLQU5CRk5DGAggASgFEiIK", + "C0lISkhDQ0ZNSUZEGAwgASgLMg0uSXRlbUNvc3REYXRhEhMKC0VGT0pPQ0ZH", + "SURKGAUgASgFEg8KB3JldGNvZGUYDiABKA0SKgoRZ2FtZV9taXJhY2xlX2lu", + "Zm8YCSABKAsyDy5CdXlNaXJhY2xlSW5mb0IeqgIbRWdnTGluay5EYW5oZW5n", + "U2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.NNJOLKJLPJGReflection.Descriptor, global::EggLink.DanhengServer.Proto.ItemCostDataReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BuyMiracleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ItemCostDataReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetRogueShopMiracleInfoScRsp), global::EggLink.DanhengServer.Proto.GetRogueShopMiracleInfoScRsp.Parser, new[]{ "AEFHKANBFNC", "IHJHCCFMIFD", "EFOJOCFGIDJ", "Retcode", "GameMiracleInfo" }, null, null, null, null) })); @@ -140,10 +140,10 @@ namespace EggLink.DanhengServer.Proto { /// Field number for the "game_miracle_info" field. public const int GameMiracleInfoFieldNumber = 9; - private global::EggLink.DanhengServer.Proto.NNJOLKJLPJG gameMiracleInfo_; + private global::EggLink.DanhengServer.Proto.BuyMiracleInfo gameMiracleInfo_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.NNJOLKJLPJG GameMiracleInfo { + public global::EggLink.DanhengServer.Proto.BuyMiracleInfo GameMiracleInfo { get { return gameMiracleInfo_; } set { gameMiracleInfo_ = value; @@ -304,7 +304,7 @@ namespace EggLink.DanhengServer.Proto { } if (other.gameMiracleInfo_ != null) { if (gameMiracleInfo_ == null) { - GameMiracleInfo = new global::EggLink.DanhengServer.Proto.NNJOLKJLPJG(); + GameMiracleInfo = new global::EggLink.DanhengServer.Proto.BuyMiracleInfo(); } GameMiracleInfo.MergeFrom(other.GameMiracleInfo); } @@ -333,7 +333,7 @@ namespace EggLink.DanhengServer.Proto { } case 74: { if (gameMiracleInfo_ == null) { - GameMiracleInfo = new global::EggLink.DanhengServer.Proto.NNJOLKJLPJG(); + GameMiracleInfo = new global::EggLink.DanhengServer.Proto.BuyMiracleInfo(); } input.ReadMessage(GameMiracleInfo); break; @@ -374,7 +374,7 @@ namespace EggLink.DanhengServer.Proto { } case 74: { if (gameMiracleInfo_ == null) { - GameMiracleInfo = new global::EggLink.DanhengServer.Proto.NNJOLKJLPJG(); + GameMiracleInfo = new global::EggLink.DanhengServer.Proto.BuyMiracleInfo(); } input.ReadMessage(GameMiracleInfo); break; diff --git a/Proto/GetServerLogSettingsScRsp.cs b/Proto/GetServerLogSettingsScRsp.cs index 40a11ec5..1ba63253 100644 --- a/Proto/GetServerLogSettingsScRsp.cs +++ b/Proto/GetServerLogSettingsScRsp.cs @@ -26,7 +26,7 @@ namespace EggLink.DanhengServer.Proto { string.Concat( "Ch9HZXRTZXJ2ZXJMb2dTZXR0aW5nc1NjUnNwLnByb3RvGhdTZXJ2ZXJMb2dT", "ZXR0aW5ncy5wcm90byJSChlHZXRTZXJ2ZXJMb2dTZXR0aW5nc1NjUnNwEiQK", - "CFNldHRpbmdzGA0gASgLMhIuU2VydmVyTG9nU2V0dGluZ3MSDwoHUmV0Y29k", + "CHNldHRpbmdzGA0gASgLMhIuU2VydmVyTG9nU2V0dGluZ3MSDwoHcmV0Y29k", "ZRgMIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90", "bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, @@ -85,7 +85,7 @@ namespace EggLink.DanhengServer.Proto { return new GetServerLogSettingsScRsp(this); } - /// Field number for the "Settings" field. + /// Field number for the "settings" field. public const int SettingsFieldNumber = 13; private global::EggLink.DanhengServer.Proto.ServerLogSettings settings_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -97,7 +97,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Retcode" field. + /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 12; private uint retcode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/GetShopListScRsp.cs b/Proto/GetShopListScRsp.cs index e130bf7a..62601751 100644 --- a/Proto/GetShopListScRsp.cs +++ b/Proto/GetShopListScRsp.cs @@ -24,10 +24,10 @@ namespace EggLink.DanhengServer.Proto { static GetShopListScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChZHZXRTaG9wTGlzdFNjUnNwLnByb3RvGgpTaG9wLnByb3RvIk4KEEdldFNo", - "b3BMaXN0U2NSc3ASFwoIU2hvcExpc3QYCCADKAsyBS5TaG9wEg8KB1JldGNv", - "ZGUYBSABKA0SEAoIU2hvcFR5cGUYCiABKA1CHqoCG0VnZ0xpbmsuRGFuaGVu", - "Z1NlcnZlci5Qcm90b2IGcHJvdG8z")); + "ChZHZXRTaG9wTGlzdFNjUnNwLnByb3RvGgpTaG9wLnByb3RvIlAKEEdldFNo", + "b3BMaXN0U2NSc3ASGAoJc2hvcF9saXN0GAggAygLMgUuU2hvcBIPCgdyZXRj", + "b2RlGAUgASgNEhEKCXNob3BfdHlwZRgKIAEoDUIeqgIbRWdnTGluay5EYW5o", + "ZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ShopReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -85,7 +85,7 @@ namespace EggLink.DanhengServer.Proto { return new GetShopListScRsp(this); } - /// Field number for the "ShopList" field. + /// Field number for the "shop_list" field. public const int ShopListFieldNumber = 8; private static readonly pb::FieldCodec _repeated_shopList_codec = pb::FieldCodec.ForMessage(66, global::EggLink.DanhengServer.Proto.Shop.Parser); @@ -96,7 +96,7 @@ namespace EggLink.DanhengServer.Proto { get { return shopList_; } } - /// Field number for the "Retcode" field. + /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 5; private uint retcode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -108,7 +108,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "ShopType" field. + /// Field number for the "shop_type" field. public const int ShopTypeFieldNumber = 10; private uint shopType_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/GetSwordTrainingDataScRsp.cs b/Proto/GetSwordTrainingDataScRsp.cs index b6c7b98b..93b58282 100644 --- a/Proto/GetSwordTrainingDataScRsp.cs +++ b/Proto/GetSwordTrainingDataScRsp.cs @@ -24,8 +24,8 @@ namespace EggLink.DanhengServer.Proto { static GetSwordTrainingDataScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Ch9HZXRTd29yZFRyYWluaW5nRGF0YVNjUnNwLnByb3RvGhFBTEVGRE5MTEtM", - "Qi5wcm90bxoRTk9LT0RNTk9ITU4ucHJvdG8i2wEKGUdldFN3b3JkVHJhaW5p", + "Ch9HZXRTd29yZFRyYWluaW5nRGF0YVNjUnNwLnByb3RvGhFOT0tPRE1OT0hN", + "Ti5wcm90bxoRQUxFRkROTExLTEIucHJvdG8i2wEKGUdldFN3b3JkVHJhaW5p", "bmdEYXRhU2NSc3ASDwoHcmV0Y29kZRgOIAEoDRITCgtEQ0hHSU9ERURESxgC", "IAEoDRIhCgtLSktCS0VHSUdISxgIIAEoCzIMLk5PS09ETU5PSE1OEhMKC0NO", "QkNLRUZORkdFGAYgAygNEhMKC0pPRUZOSEdHQUdPGAEgAygNEhMKC0tMQlBF", @@ -33,7 +33,7 @@ namespace EggLink.DanhengServer.Proto { "TEISEwoLRkFCS1BITUpHSEwYBSADKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1Nl", "cnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ALEFDNLLKLBReflection.Descriptor, global::EggLink.DanhengServer.Proto.NOKODMNOHMNReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.NOKODMNOHMNReflection.Descriptor, global::EggLink.DanhengServer.Proto.ALEFDNLLKLBReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetSwordTrainingDataScRsp), global::EggLink.DanhengServer.Proto.GetSwordTrainingDataScRsp.Parser, new[]{ "Retcode", "DCHGIODEDDK", "KJKBKEGIGHK", "CNBCKEFNFGE", "JOEFNHGGAGO", "KLBPECANFIG", "GAJBFPCPIGM", "FABKPHMJGHL" }, null, null, null, null) })); diff --git a/Proto/GetTutorialGuideScRsp.cs b/Proto/GetTutorialGuideScRsp.cs index bf906313..dd0933a9 100644 --- a/Proto/GetTutorialGuideScRsp.cs +++ b/Proto/GetTutorialGuideScRsp.cs @@ -25,9 +25,9 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChtHZXRUdXRvcmlhbEd1aWRlU2NSc3AucHJvdG8aE1R1dG9yaWFsR3VpZGUu", - "cHJvdG8iUwoVR2V0VHV0b3JpYWxHdWlkZVNjUnNwEikKEVR1dG9yaWFsR3Vp", - "ZGVMaXN0GAsgAygLMg4uVHV0b3JpYWxHdWlkZRIPCgdSZXRjb2RlGAYgASgN", - "Qh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "cHJvdG8iVQoVR2V0VHV0b3JpYWxHdWlkZVNjUnNwEisKE3R1dG9yaWFsX2d1", + "aWRlX2xpc3QYCyADKAsyDi5UdXRvcmlhbEd1aWRlEg8KB3JldGNvZGUYBiAB", + "KA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.TutorialGuideReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -84,7 +84,7 @@ namespace EggLink.DanhengServer.Proto { return new GetTutorialGuideScRsp(this); } - /// Field number for the "TutorialGuideList" field. + /// Field number for the "tutorial_guide_list" field. public const int TutorialGuideListFieldNumber = 11; private static readonly pb::FieldCodec _repeated_tutorialGuideList_codec = pb::FieldCodec.ForMessage(90, global::EggLink.DanhengServer.Proto.TutorialGuide.Parser); @@ -95,7 +95,7 @@ namespace EggLink.DanhengServer.Proto { get { return tutorialGuideList_; } } - /// Field number for the "Retcode" field. + /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 6; private uint retcode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/GetTutorialScRsp.cs b/Proto/GetTutorialScRsp.cs index 582a732e..ef6e5392 100644 --- a/Proto/GetTutorialScRsp.cs +++ b/Proto/GetTutorialScRsp.cs @@ -24,10 +24,10 @@ namespace EggLink.DanhengServer.Proto { static GetTutorialScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChZHZXRUdXRvcmlhbFNjUnNwLnByb3RvGg5UdXRvcmlhbC5wcm90byJEChBH", - "ZXRUdXRvcmlhbFNjUnNwEg8KB1JldGNvZGUYAyABKA0SHwoMVHV0b3JpYWxM", - "aXN0GAEgAygLMgkuVHV0b3JpYWxCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZl", - "ci5Qcm90b2IGcHJvdG8z")); + "ChZHZXRUdXRvcmlhbFNjUnNwLnByb3RvGg5UdXRvcmlhbC5wcm90byJFChBH", + "ZXRUdXRvcmlhbFNjUnNwEg8KB3JldGNvZGUYAyABKA0SIAoNdHV0b3JpYWxf", + "bGlzdBgBIAMoCzIJLlR1dG9yaWFsQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2", + "ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.TutorialReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -84,7 +84,7 @@ namespace EggLink.DanhengServer.Proto { return new GetTutorialScRsp(this); } - /// Field number for the "Retcode" field. + /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 3; private uint retcode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -96,7 +96,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "TutorialList" field. + /// Field number for the "tutorial_list" field. public const int TutorialListFieldNumber = 1; private static readonly pb::FieldCodec _repeated_tutorialList_codec = pb::FieldCodec.ForMessage(10, global::EggLink.DanhengServer.Proto.Tutorial.Parser); diff --git a/Proto/Goods.cs b/Proto/Goods.cs index 12354f3a..c96151d4 100644 --- a/Proto/Goods.cs +++ b/Proto/Goods.cs @@ -24,10 +24,10 @@ namespace EggLink.DanhengServer.Proto { static GoodsReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CgtHb29kcy5wcm90byJeCgVHb29kcxIPCgdHb29kc0lkGAIgASgNEg8KB0Vu", - "ZFRpbWUYBSABKAMSDgoGSXRlbUlkGA4gASgNEhEKCUJlZ2luVGltZRgJIAEo", - "AxIQCghCdXlUaW1lcxgEIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy", - "LlByb3RvYgZwcm90bzM=")); + "CgtHb29kcy5wcm90byJjCgVHb29kcxIQCghnb29kc19pZBgCIAEoDRIQCghl", + "bmRfdGltZRgFIAEoAxIPCgdpdGVtX2lkGA4gASgNEhIKCmJlZ2luX3RpbWUY", + "CSABKAMSEQoJYnV5X3RpbWVzGAQgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdT", + "ZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -87,7 +87,7 @@ namespace EggLink.DanhengServer.Proto { return new Goods(this); } - /// Field number for the "GoodsId" field. + /// Field number for the "goods_id" field. public const int GoodsIdFieldNumber = 2; private uint goodsId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -99,7 +99,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "EndTime" field. + /// Field number for the "end_time" field. public const int EndTimeFieldNumber = 5; private long endTime_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -111,7 +111,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "ItemId" field. + /// Field number for the "item_id" field. public const int ItemIdFieldNumber = 14; private uint itemId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -123,7 +123,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "BeginTime" field. + /// Field number for the "begin_time" field. public const int BeginTimeFieldNumber = 9; private long beginTime_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -135,7 +135,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "BuyTimes" field. + /// Field number for the "buy_times" field. public const int BuyTimesFieldNumber = 4; private uint buyTimes_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/GrowthTargetAvatarChangedScNotify.cs b/Proto/GrowthTargetAvatarChangedScNotify.cs index 39f0c2ac..e936e188 100644 --- a/Proto/GrowthTargetAvatarChangedScNotify.cs +++ b/Proto/GrowthTargetAvatarChangedScNotify.cs @@ -25,15 +25,14 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CidHcm93dGhUYXJnZXRBdmF0YXJDaGFuZ2VkU2NOb3RpZnkucHJvdG8aG0dy", - "b3d0aFRhcnRnZXRGdW5jVHlwZS5wcm90byJ2CiFHcm93dGhUYXJnZXRBdmF0", + "b3d0aFRhcnRnZXRGdW5jVHlwZS5wcm90byJxCiFHcm93dGhUYXJnZXRBdmF0", "YXJDaGFuZ2VkU2NOb3RpZnkSNwoXZ3Jvd3RoX3RhcmdldF90eXBlX2xpc3QY", - "CCADKA4yFi5Hcm93dGhUYXJ0Z2V0RnVuY1R5cGUSGAoQdGFyZ2V0X2F2YXRh", - "cl9pZBgHIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", - "cm90bzM=")); + "CCADKA4yFi5Hcm93dGhUYXJ0Z2V0RnVuY1R5cGUSEwoLSlBOTFBPUE1LRUoY", + "ByABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GrowthTartgetFuncTypeReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GrowthTargetAvatarChangedScNotify), global::EggLink.DanhengServer.Proto.GrowthTargetAvatarChangedScNotify.Parser, new[]{ "GrowthTargetTypeList", "TargetAvatarId" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GrowthTargetAvatarChangedScNotify), global::EggLink.DanhengServer.Proto.GrowthTargetAvatarChangedScNotify.Parser, new[]{ "GrowthTargetTypeList", "JPNLPOPMKEJ" }, null, null, null, null) })); } #endregion @@ -76,7 +75,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public GrowthTargetAvatarChangedScNotify(GrowthTargetAvatarChangedScNotify other) : this() { growthTargetTypeList_ = other.growthTargetTypeList_.Clone(); - targetAvatarId_ = other.targetAvatarId_; + jPNLPOPMKEJ_ = other.jPNLPOPMKEJ_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -97,15 +96,15 @@ namespace EggLink.DanhengServer.Proto { get { return growthTargetTypeList_; } } - /// Field number for the "target_avatar_id" field. - public const int TargetAvatarIdFieldNumber = 7; - private uint targetAvatarId_; + /// Field number for the "JPNLPOPMKEJ" field. + public const int JPNLPOPMKEJFieldNumber = 7; + private uint jPNLPOPMKEJ_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint TargetAvatarId { - get { return targetAvatarId_; } + public uint JPNLPOPMKEJ { + get { return jPNLPOPMKEJ_; } set { - targetAvatarId_ = value; + jPNLPOPMKEJ_ = value; } } @@ -125,7 +124,7 @@ namespace EggLink.DanhengServer.Proto { return true; } if(!growthTargetTypeList_.Equals(other.growthTargetTypeList_)) return false; - if (TargetAvatarId != other.TargetAvatarId) return false; + if (JPNLPOPMKEJ != other.JPNLPOPMKEJ) return false; return Equals(_unknownFields, other._unknownFields); } @@ -134,7 +133,7 @@ namespace EggLink.DanhengServer.Proto { public override int GetHashCode() { int hash = 1; hash ^= growthTargetTypeList_.GetHashCode(); - if (TargetAvatarId != 0) hash ^= TargetAvatarId.GetHashCode(); + if (JPNLPOPMKEJ != 0) hash ^= JPNLPOPMKEJ.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -153,9 +152,9 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (TargetAvatarId != 0) { + if (JPNLPOPMKEJ != 0) { output.WriteRawTag(56); - output.WriteUInt32(TargetAvatarId); + output.WriteUInt32(JPNLPOPMKEJ); } growthTargetTypeList_.WriteTo(output, _repeated_growthTargetTypeList_codec); if (_unknownFields != null) { @@ -168,9 +167,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (TargetAvatarId != 0) { + if (JPNLPOPMKEJ != 0) { output.WriteRawTag(56); - output.WriteUInt32(TargetAvatarId); + output.WriteUInt32(JPNLPOPMKEJ); } growthTargetTypeList_.WriteTo(ref output, _repeated_growthTargetTypeList_codec); if (_unknownFields != null) { @@ -184,8 +183,8 @@ namespace EggLink.DanhengServer.Proto { public int CalculateSize() { int size = 0; size += growthTargetTypeList_.CalculateSize(_repeated_growthTargetTypeList_codec); - if (TargetAvatarId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(TargetAvatarId); + if (JPNLPOPMKEJ != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JPNLPOPMKEJ); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); @@ -200,8 +199,8 @@ namespace EggLink.DanhengServer.Proto { return; } growthTargetTypeList_.Add(other.growthTargetTypeList_); - if (other.TargetAvatarId != 0) { - TargetAvatarId = other.TargetAvatarId; + if (other.JPNLPOPMKEJ != 0) { + JPNLPOPMKEJ = other.JPNLPOPMKEJ; } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -219,7 +218,7 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 56: { - TargetAvatarId = input.ReadUInt32(); + JPNLPOPMKEJ = input.ReadUInt32(); break; } case 66: @@ -243,7 +242,7 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 56: { - TargetAvatarId = input.ReadUInt32(); + JPNLPOPMKEJ = input.ReadUInt32(); break; } case 66: diff --git a/Proto/HADFKEGGMCA.cs b/Proto/HADFKEGGMCA.cs deleted file mode 100644 index 286283ab..00000000 --- a/Proto/HADFKEGGMCA.cs +++ /dev/null @@ -1,234 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: HADFKEGGMCA.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from HADFKEGGMCA.proto - public static partial class HADFKEGGMCAReflection { - - #region Descriptor - /// File descriptor for HADFKEGGMCA.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static HADFKEGGMCAReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFIQURGS0VHR01DQS5wcm90byIgCgtIQURGS0VHR01DQRIRCglnaWZ0X3R5", - "cGUYCSABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv", - "dG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.HADFKEGGMCA), global::EggLink.DanhengServer.Proto.HADFKEGGMCA.Parser, new[]{ "GiftType" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class HADFKEGGMCA : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new HADFKEGGMCA()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.HADFKEGGMCAReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public HADFKEGGMCA() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public HADFKEGGMCA(HADFKEGGMCA other) : this() { - giftType_ = other.giftType_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public HADFKEGGMCA Clone() { - return new HADFKEGGMCA(this); - } - - /// Field number for the "gift_type" field. - public const int GiftTypeFieldNumber = 9; - private uint giftType_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint GiftType { - get { return giftType_; } - set { - giftType_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as HADFKEGGMCA); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(HADFKEGGMCA other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (GiftType != other.GiftType) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (GiftType != 0) hash ^= GiftType.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (GiftType != 0) { - output.WriteRawTag(72); - output.WriteUInt32(GiftType); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (GiftType != 0) { - output.WriteRawTag(72); - output.WriteUInt32(GiftType); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (GiftType != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GiftType); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(HADFKEGGMCA other) { - if (other == null) { - return; - } - if (other.GiftType != 0) { - GiftType = other.GiftType; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 72: { - GiftType = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 72: { - GiftType = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/HAKNOFDPBOD.cs b/Proto/HAKNOFDPBOD.cs index eec760b6..e4e0c217 100644 --- a/Proto/HAKNOFDPBOD.cs +++ b/Proto/HAKNOFDPBOD.cs @@ -24,18 +24,18 @@ namespace EggLink.DanhengServer.Proto { static HAKNOFDPBODReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFIQUtOT0ZEUEJPRC5wcm90bxoRRUlNT0JHTExFRk8ucHJvdG8aEUdKS0lB", - "UElQR0FOLnByb3RvGhFFT1BGTVBBT09KRS5wcm90byLIAQoLSEFLTk9GRFBC", - "T0QSIwoLRUpDT0xHTkpHREMYCSABKAsyDC5HSktJQVBJUEdBTkgAEiMKC0xL", - "QU5JUExOS0dDGAUgASgLMgwuRUlNT0JHTExFRk9IABIjCgtCREVNUEFLSEdN", - "ShgMIAEoCzIMLkVPUEZNUEFPT0pFSAASEwoLRlBPR0lBTE1DSVAYBCABKA0S", - "EwoLQUNET1BDQk1QTkwYCiABKA0SEQoJY29uZmlnX2lkGAggASgNQg0KC0hF", - "QUlBRURCUEtMQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy", + "ChFIQUtOT0ZEUEJPRC5wcm90bxoRR0pLSUFQSVBHQU4ucHJvdG8aEUVPUEZN", + "UEFPT0pFLnByb3RvGhFFSU1PQkdMTEVGTy5wcm90byLIAQoLSEFLTk9GRFBC", + "T0QSEwoLRlBPR0lBTE1DSVAYBCABKA0SEwoLQUNET1BDQk1QTkwYCiABKA0S", + "EQoJY29uZmlnX2lkGAggASgNEiMKC0VKQ09MR05KR0RDGAkgASgLMgwuR0pL", + "SUFQSVBHQU5IABIjCgtMS0FOSVBMTktHQxgFIAEoCzIMLkVJTU9CR0xMRUZP", + "SAASIwoLQkRFTVBBS0hHTUoYDCABKAsyDC5FT1BGTVBBT09KRUgAQg0KC0JG", + "QkVFSE5KTUNGQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy", "b3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EIMOBGLLEFOReflection.Descriptor, global::EggLink.DanhengServer.Proto.GJKIAPIPGANReflection.Descriptor, global::EggLink.DanhengServer.Proto.EOPFMPAOOJEReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GJKIAPIPGANReflection.Descriptor, global::EggLink.DanhengServer.Proto.EOPFMPAOOJEReflection.Descriptor, global::EggLink.DanhengServer.Proto.EIMOBGLLEFOReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.HAKNOFDPBOD), global::EggLink.DanhengServer.Proto.HAKNOFDPBOD.Parser, new[]{ "EJCOLGNJGDC", "LKANIPLNKGC", "BDEMPAKHGMJ", "FPOGIALMCIP", "ACDOPCBMPNL", "ConfigId" }, new[]{ "HEAIAEDBPKL" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.HAKNOFDPBOD), global::EggLink.DanhengServer.Proto.HAKNOFDPBOD.Parser, new[]{ "FPOGIALMCIP", "ACDOPCBMPNL", "ConfigId", "EJCOLGNJGDC", "LKANIPLNKGC", "BDEMPAKHGMJ" }, new[]{ "BFBEEHNJMCF" }, null, null, null) })); } #endregion @@ -80,14 +80,14 @@ namespace EggLink.DanhengServer.Proto { fPOGIALMCIP_ = other.fPOGIALMCIP_; aCDOPCBMPNL_ = other.aCDOPCBMPNL_; configId_ = other.configId_; - switch (other.HEAIAEDBPKLCase) { - case HEAIAEDBPKLOneofCase.EJCOLGNJGDC: + switch (other.BFBEEHNJMCFCase) { + case BFBEEHNJMCFOneofCase.EJCOLGNJGDC: EJCOLGNJGDC = other.EJCOLGNJGDC.Clone(); break; - case HEAIAEDBPKLOneofCase.LKANIPLNKGC: + case BFBEEHNJMCFOneofCase.LKANIPLNKGC: LKANIPLNKGC = other.LKANIPLNKGC.Clone(); break; - case HEAIAEDBPKLOneofCase.BDEMPAKHGMJ: + case BFBEEHNJMCFOneofCase.BDEMPAKHGMJ: BDEMPAKHGMJ = other.BDEMPAKHGMJ.Clone(); break; } @@ -101,42 +101,6 @@ namespace EggLink.DanhengServer.Proto { return new HAKNOFDPBOD(this); } - /// Field number for the "EJCOLGNJGDC" field. - public const int EJCOLGNJGDCFieldNumber = 9; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.GJKIAPIPGAN EJCOLGNJGDC { - get { return hEAIAEDBPKLCase_ == HEAIAEDBPKLOneofCase.EJCOLGNJGDC ? (global::EggLink.DanhengServer.Proto.GJKIAPIPGAN) hEAIAEDBPKL_ : null; } - set { - hEAIAEDBPKL_ = value; - hEAIAEDBPKLCase_ = value == null ? HEAIAEDBPKLOneofCase.None : HEAIAEDBPKLOneofCase.EJCOLGNJGDC; - } - } - - /// Field number for the "LKANIPLNKGC" field. - public const int LKANIPLNKGCFieldNumber = 5; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.EIMOBGLLEFO LKANIPLNKGC { - get { return hEAIAEDBPKLCase_ == HEAIAEDBPKLOneofCase.LKANIPLNKGC ? (global::EggLink.DanhengServer.Proto.EIMOBGLLEFO) hEAIAEDBPKL_ : null; } - set { - hEAIAEDBPKL_ = value; - hEAIAEDBPKLCase_ = value == null ? HEAIAEDBPKLOneofCase.None : HEAIAEDBPKLOneofCase.LKANIPLNKGC; - } - } - - /// Field number for the "BDEMPAKHGMJ" field. - public const int BDEMPAKHGMJFieldNumber = 12; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.EOPFMPAOOJE BDEMPAKHGMJ { - get { return hEAIAEDBPKLCase_ == HEAIAEDBPKLOneofCase.BDEMPAKHGMJ ? (global::EggLink.DanhengServer.Proto.EOPFMPAOOJE) hEAIAEDBPKL_ : null; } - set { - hEAIAEDBPKL_ = value; - hEAIAEDBPKLCase_ = value == null ? HEAIAEDBPKLOneofCase.None : HEAIAEDBPKLOneofCase.BDEMPAKHGMJ; - } - } - /// Field number for the "FPOGIALMCIP" field. public const int FPOGIALMCIPFieldNumber = 4; private uint fPOGIALMCIP_; @@ -173,26 +137,62 @@ namespace EggLink.DanhengServer.Proto { } } - private object hEAIAEDBPKL_; - /// Enum of possible cases for the "HEAIAEDBPKL" oneof. - public enum HEAIAEDBPKLOneofCase { + /// Field number for the "EJCOLGNJGDC" field. + public const int EJCOLGNJGDCFieldNumber = 9; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.GJKIAPIPGAN EJCOLGNJGDC { + get { return bFBEEHNJMCFCase_ == BFBEEHNJMCFOneofCase.EJCOLGNJGDC ? (global::EggLink.DanhengServer.Proto.GJKIAPIPGAN) bFBEEHNJMCF_ : null; } + set { + bFBEEHNJMCF_ = value; + bFBEEHNJMCFCase_ = value == null ? BFBEEHNJMCFOneofCase.None : BFBEEHNJMCFOneofCase.EJCOLGNJGDC; + } + } + + /// Field number for the "LKANIPLNKGC" field. + public const int LKANIPLNKGCFieldNumber = 5; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.EIMOBGLLEFO LKANIPLNKGC { + get { return bFBEEHNJMCFCase_ == BFBEEHNJMCFOneofCase.LKANIPLNKGC ? (global::EggLink.DanhengServer.Proto.EIMOBGLLEFO) bFBEEHNJMCF_ : null; } + set { + bFBEEHNJMCF_ = value; + bFBEEHNJMCFCase_ = value == null ? BFBEEHNJMCFOneofCase.None : BFBEEHNJMCFOneofCase.LKANIPLNKGC; + } + } + + /// Field number for the "BDEMPAKHGMJ" field. + public const int BDEMPAKHGMJFieldNumber = 12; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.EOPFMPAOOJE BDEMPAKHGMJ { + get { return bFBEEHNJMCFCase_ == BFBEEHNJMCFOneofCase.BDEMPAKHGMJ ? (global::EggLink.DanhengServer.Proto.EOPFMPAOOJE) bFBEEHNJMCF_ : null; } + set { + bFBEEHNJMCF_ = value; + bFBEEHNJMCFCase_ = value == null ? BFBEEHNJMCFOneofCase.None : BFBEEHNJMCFOneofCase.BDEMPAKHGMJ; + } + } + + private object bFBEEHNJMCF_; + /// Enum of possible cases for the "BFBEEHNJMCF" oneof. + public enum BFBEEHNJMCFOneofCase { None = 0, EJCOLGNJGDC = 9, LKANIPLNKGC = 5, BDEMPAKHGMJ = 12, } - private HEAIAEDBPKLOneofCase hEAIAEDBPKLCase_ = HEAIAEDBPKLOneofCase.None; + private BFBEEHNJMCFOneofCase bFBEEHNJMCFCase_ = BFBEEHNJMCFOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public HEAIAEDBPKLOneofCase HEAIAEDBPKLCase { - get { return hEAIAEDBPKLCase_; } + public BFBEEHNJMCFOneofCase BFBEEHNJMCFCase { + get { return bFBEEHNJMCFCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearHEAIAEDBPKL() { - hEAIAEDBPKLCase_ = HEAIAEDBPKLOneofCase.None; - hEAIAEDBPKL_ = null; + public void ClearBFBEEHNJMCF() { + bFBEEHNJMCFCase_ = BFBEEHNJMCFOneofCase.None; + bFBEEHNJMCF_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -210,13 +210,13 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (!object.Equals(EJCOLGNJGDC, other.EJCOLGNJGDC)) return false; - if (!object.Equals(LKANIPLNKGC, other.LKANIPLNKGC)) return false; - if (!object.Equals(BDEMPAKHGMJ, other.BDEMPAKHGMJ)) return false; if (FPOGIALMCIP != other.FPOGIALMCIP) return false; if (ACDOPCBMPNL != other.ACDOPCBMPNL) return false; if (ConfigId != other.ConfigId) return false; - if (HEAIAEDBPKLCase != other.HEAIAEDBPKLCase) return false; + if (!object.Equals(EJCOLGNJGDC, other.EJCOLGNJGDC)) return false; + if (!object.Equals(LKANIPLNKGC, other.LKANIPLNKGC)) return false; + if (!object.Equals(BDEMPAKHGMJ, other.BDEMPAKHGMJ)) return false; + if (BFBEEHNJMCFCase != other.BFBEEHNJMCFCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -224,13 +224,13 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (hEAIAEDBPKLCase_ == HEAIAEDBPKLOneofCase.EJCOLGNJGDC) hash ^= EJCOLGNJGDC.GetHashCode(); - if (hEAIAEDBPKLCase_ == HEAIAEDBPKLOneofCase.LKANIPLNKGC) hash ^= LKANIPLNKGC.GetHashCode(); - if (hEAIAEDBPKLCase_ == HEAIAEDBPKLOneofCase.BDEMPAKHGMJ) hash ^= BDEMPAKHGMJ.GetHashCode(); if (FPOGIALMCIP != 0) hash ^= FPOGIALMCIP.GetHashCode(); if (ACDOPCBMPNL != 0) hash ^= ACDOPCBMPNL.GetHashCode(); if (ConfigId != 0) hash ^= ConfigId.GetHashCode(); - hash ^= (int) hEAIAEDBPKLCase_; + if (bFBEEHNJMCFCase_ == BFBEEHNJMCFOneofCase.EJCOLGNJGDC) hash ^= EJCOLGNJGDC.GetHashCode(); + if (bFBEEHNJMCFCase_ == BFBEEHNJMCFOneofCase.LKANIPLNKGC) hash ^= LKANIPLNKGC.GetHashCode(); + if (bFBEEHNJMCFCase_ == BFBEEHNJMCFOneofCase.BDEMPAKHGMJ) hash ^= BDEMPAKHGMJ.GetHashCode(); + hash ^= (int) bFBEEHNJMCFCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -253,7 +253,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(32); output.WriteUInt32(FPOGIALMCIP); } - if (hEAIAEDBPKLCase_ == HEAIAEDBPKLOneofCase.LKANIPLNKGC) { + if (bFBEEHNJMCFCase_ == BFBEEHNJMCFOneofCase.LKANIPLNKGC) { output.WriteRawTag(42); output.WriteMessage(LKANIPLNKGC); } @@ -261,7 +261,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(64); output.WriteUInt32(ConfigId); } - if (hEAIAEDBPKLCase_ == HEAIAEDBPKLOneofCase.EJCOLGNJGDC) { + if (bFBEEHNJMCFCase_ == BFBEEHNJMCFOneofCase.EJCOLGNJGDC) { output.WriteRawTag(74); output.WriteMessage(EJCOLGNJGDC); } @@ -269,7 +269,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(80); output.WriteUInt32(ACDOPCBMPNL); } - if (hEAIAEDBPKLCase_ == HEAIAEDBPKLOneofCase.BDEMPAKHGMJ) { + if (bFBEEHNJMCFCase_ == BFBEEHNJMCFOneofCase.BDEMPAKHGMJ) { output.WriteRawTag(98); output.WriteMessage(BDEMPAKHGMJ); } @@ -287,7 +287,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(32); output.WriteUInt32(FPOGIALMCIP); } - if (hEAIAEDBPKLCase_ == HEAIAEDBPKLOneofCase.LKANIPLNKGC) { + if (bFBEEHNJMCFCase_ == BFBEEHNJMCFOneofCase.LKANIPLNKGC) { output.WriteRawTag(42); output.WriteMessage(LKANIPLNKGC); } @@ -295,7 +295,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(64); output.WriteUInt32(ConfigId); } - if (hEAIAEDBPKLCase_ == HEAIAEDBPKLOneofCase.EJCOLGNJGDC) { + if (bFBEEHNJMCFCase_ == BFBEEHNJMCFOneofCase.EJCOLGNJGDC) { output.WriteRawTag(74); output.WriteMessage(EJCOLGNJGDC); } @@ -303,7 +303,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(80); output.WriteUInt32(ACDOPCBMPNL); } - if (hEAIAEDBPKLCase_ == HEAIAEDBPKLOneofCase.BDEMPAKHGMJ) { + if (bFBEEHNJMCFCase_ == BFBEEHNJMCFOneofCase.BDEMPAKHGMJ) { output.WriteRawTag(98); output.WriteMessage(BDEMPAKHGMJ); } @@ -317,15 +317,6 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (hEAIAEDBPKLCase_ == HEAIAEDBPKLOneofCase.EJCOLGNJGDC) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(EJCOLGNJGDC); - } - if (hEAIAEDBPKLCase_ == HEAIAEDBPKLOneofCase.LKANIPLNKGC) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(LKANIPLNKGC); - } - if (hEAIAEDBPKLCase_ == HEAIAEDBPKLOneofCase.BDEMPAKHGMJ) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(BDEMPAKHGMJ); - } if (FPOGIALMCIP != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FPOGIALMCIP); } @@ -335,6 +326,15 @@ namespace EggLink.DanhengServer.Proto { if (ConfigId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ConfigId); } + if (bFBEEHNJMCFCase_ == BFBEEHNJMCFOneofCase.EJCOLGNJGDC) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(EJCOLGNJGDC); + } + if (bFBEEHNJMCFCase_ == BFBEEHNJMCFOneofCase.LKANIPLNKGC) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(LKANIPLNKGC); + } + if (bFBEEHNJMCFCase_ == BFBEEHNJMCFOneofCase.BDEMPAKHGMJ) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BDEMPAKHGMJ); + } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -356,20 +356,20 @@ namespace EggLink.DanhengServer.Proto { if (other.ConfigId != 0) { ConfigId = other.ConfigId; } - switch (other.HEAIAEDBPKLCase) { - case HEAIAEDBPKLOneofCase.EJCOLGNJGDC: + switch (other.BFBEEHNJMCFCase) { + case BFBEEHNJMCFOneofCase.EJCOLGNJGDC: if (EJCOLGNJGDC == null) { EJCOLGNJGDC = new global::EggLink.DanhengServer.Proto.GJKIAPIPGAN(); } EJCOLGNJGDC.MergeFrom(other.EJCOLGNJGDC); break; - case HEAIAEDBPKLOneofCase.LKANIPLNKGC: + case BFBEEHNJMCFOneofCase.LKANIPLNKGC: if (LKANIPLNKGC == null) { LKANIPLNKGC = new global::EggLink.DanhengServer.Proto.EIMOBGLLEFO(); } LKANIPLNKGC.MergeFrom(other.LKANIPLNKGC); break; - case HEAIAEDBPKLOneofCase.BDEMPAKHGMJ: + case BFBEEHNJMCFOneofCase.BDEMPAKHGMJ: if (BDEMPAKHGMJ == null) { BDEMPAKHGMJ = new global::EggLink.DanhengServer.Proto.EOPFMPAOOJE(); } @@ -398,7 +398,7 @@ namespace EggLink.DanhengServer.Proto { } case 42: { global::EggLink.DanhengServer.Proto.EIMOBGLLEFO subBuilder = new global::EggLink.DanhengServer.Proto.EIMOBGLLEFO(); - if (hEAIAEDBPKLCase_ == HEAIAEDBPKLOneofCase.LKANIPLNKGC) { + if (bFBEEHNJMCFCase_ == BFBEEHNJMCFOneofCase.LKANIPLNKGC) { subBuilder.MergeFrom(LKANIPLNKGC); } input.ReadMessage(subBuilder); @@ -411,7 +411,7 @@ namespace EggLink.DanhengServer.Proto { } case 74: { global::EggLink.DanhengServer.Proto.GJKIAPIPGAN subBuilder = new global::EggLink.DanhengServer.Proto.GJKIAPIPGAN(); - if (hEAIAEDBPKLCase_ == HEAIAEDBPKLOneofCase.EJCOLGNJGDC) { + if (bFBEEHNJMCFCase_ == BFBEEHNJMCFOneofCase.EJCOLGNJGDC) { subBuilder.MergeFrom(EJCOLGNJGDC); } input.ReadMessage(subBuilder); @@ -424,7 +424,7 @@ namespace EggLink.DanhengServer.Proto { } case 98: { global::EggLink.DanhengServer.Proto.EOPFMPAOOJE subBuilder = new global::EggLink.DanhengServer.Proto.EOPFMPAOOJE(); - if (hEAIAEDBPKLCase_ == HEAIAEDBPKLOneofCase.BDEMPAKHGMJ) { + if (bFBEEHNJMCFCase_ == BFBEEHNJMCFOneofCase.BDEMPAKHGMJ) { subBuilder.MergeFrom(BDEMPAKHGMJ); } input.ReadMessage(subBuilder); @@ -452,7 +452,7 @@ namespace EggLink.DanhengServer.Proto { } case 42: { global::EggLink.DanhengServer.Proto.EIMOBGLLEFO subBuilder = new global::EggLink.DanhengServer.Proto.EIMOBGLLEFO(); - if (hEAIAEDBPKLCase_ == HEAIAEDBPKLOneofCase.LKANIPLNKGC) { + if (bFBEEHNJMCFCase_ == BFBEEHNJMCFOneofCase.LKANIPLNKGC) { subBuilder.MergeFrom(LKANIPLNKGC); } input.ReadMessage(subBuilder); @@ -465,7 +465,7 @@ namespace EggLink.DanhengServer.Proto { } case 74: { global::EggLink.DanhengServer.Proto.GJKIAPIPGAN subBuilder = new global::EggLink.DanhengServer.Proto.GJKIAPIPGAN(); - if (hEAIAEDBPKLCase_ == HEAIAEDBPKLOneofCase.EJCOLGNJGDC) { + if (bFBEEHNJMCFCase_ == BFBEEHNJMCFOneofCase.EJCOLGNJGDC) { subBuilder.MergeFrom(EJCOLGNJGDC); } input.ReadMessage(subBuilder); @@ -478,7 +478,7 @@ namespace EggLink.DanhengServer.Proto { } case 98: { global::EggLink.DanhengServer.Proto.EOPFMPAOOJE subBuilder = new global::EggLink.DanhengServer.Proto.EOPFMPAOOJE(); - if (hEAIAEDBPKLCase_ == HEAIAEDBPKLOneofCase.BDEMPAKHGMJ) { + if (bFBEEHNJMCFCase_ == BFBEEHNJMCFOneofCase.BDEMPAKHGMJ) { subBuilder.MergeFrom(BDEMPAKHGMJ); } input.ReadMessage(subBuilder); diff --git a/Proto/HBGHAOPBKJP.cs b/Proto/HBGHAOPBKJP.cs deleted file mode 100644 index 552ce608..00000000 --- a/Proto/HBGHAOPBKJP.cs +++ /dev/null @@ -1,739 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: HBGHAOPBKJP.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from HBGHAOPBKJP.proto - public static partial class HBGHAOPBKJPReflection { - - #region Descriptor - /// File descriptor for HBGHAOPBKJP.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static HBGHAOPBKJPReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFIQkdIQU9QQktKUC5wcm90bxoRUEZHQUlFQkdIQ1AucHJvdG8iqQIKC0hC", - "R0hBT1BCS0pQEhMKC1BMRktPQ0NEQkFHGAEgASgIEgoKAmlkGAkgASgNEg0K", - "BWxldmVsGAQgASgNEg8KB2J1ZmZfaWQYDyABKA0SEwoLUE1BTkJQTEZMS0wY", - "AiABKAgSCgoCaHAYCiABKAUSEwoLSkxDSUtCTE5FTkgYAyABKA0SEwoLTU5C", - "RU1HTk5GT0QYCCABKAISEwoLRE1CQk1GRkVKR0kYBSABKAgSEwoLQk1ORUNQ", - "SU9QRE4YDiABKAgSIQoLTEtFRk9MQ0dGR0QYDSABKAsyDC5QRkdBSUVCR0hD", - "UBIOCgZhdHRhY2sYByABKAUSIQoLRk5JSEpKSkdPRUUYDCABKAsyDC5QRkdB", - "SUVCR0hDUBIOCgZtYXhfaHAYBiABKAVCHqoCG0VnZ0xpbmsuRGFuaGVuZ1Nl", - "cnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PFGAIEBGHCPReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.HBGHAOPBKJP), global::EggLink.DanhengServer.Proto.HBGHAOPBKJP.Parser, new[]{ "PLFKOCCDBAG", "Id", "Level", "BuffId", "PMANBPLFLKL", "Hp", "JLCIKBLNENH", "MNBEMGNNFOD", "DMBBMFFEJGI", "BMNECPIOPDN", "LKEFOLCGFGD", "Attack", "FNIHJJJGOEE", "MaxHp" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class HBGHAOPBKJP : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new HBGHAOPBKJP()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.HBGHAOPBKJPReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public HBGHAOPBKJP() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public HBGHAOPBKJP(HBGHAOPBKJP other) : this() { - pLFKOCCDBAG_ = other.pLFKOCCDBAG_; - id_ = other.id_; - level_ = other.level_; - buffId_ = other.buffId_; - pMANBPLFLKL_ = other.pMANBPLFLKL_; - hp_ = other.hp_; - jLCIKBLNENH_ = other.jLCIKBLNENH_; - mNBEMGNNFOD_ = other.mNBEMGNNFOD_; - dMBBMFFEJGI_ = other.dMBBMFFEJGI_; - bMNECPIOPDN_ = other.bMNECPIOPDN_; - lKEFOLCGFGD_ = other.lKEFOLCGFGD_ != null ? other.lKEFOLCGFGD_.Clone() : null; - attack_ = other.attack_; - fNIHJJJGOEE_ = other.fNIHJJJGOEE_ != null ? other.fNIHJJJGOEE_.Clone() : null; - maxHp_ = other.maxHp_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public HBGHAOPBKJP Clone() { - return new HBGHAOPBKJP(this); - } - - /// Field number for the "PLFKOCCDBAG" field. - public const int PLFKOCCDBAGFieldNumber = 1; - private bool pLFKOCCDBAG_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool PLFKOCCDBAG { - get { return pLFKOCCDBAG_; } - set { - pLFKOCCDBAG_ = value; - } - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 9; - private uint id_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint Id { - get { return id_; } - set { - id_ = value; - } - } - - /// Field number for the "level" field. - public const int LevelFieldNumber = 4; - private uint level_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint Level { - get { return level_; } - set { - level_ = value; - } - } - - /// Field number for the "buff_id" field. - public const int BuffIdFieldNumber = 15; - private uint buffId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint BuffId { - get { return buffId_; } - set { - buffId_ = value; - } - } - - /// Field number for the "PMANBPLFLKL" field. - public const int PMANBPLFLKLFieldNumber = 2; - private bool pMANBPLFLKL_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool PMANBPLFLKL { - get { return pMANBPLFLKL_; } - set { - pMANBPLFLKL_ = value; - } - } - - /// Field number for the "hp" field. - public const int HpFieldNumber = 10; - private int hp_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int Hp { - get { return hp_; } - set { - hp_ = value; - } - } - - /// Field number for the "JLCIKBLNENH" field. - public const int JLCIKBLNENHFieldNumber = 3; - private uint jLCIKBLNENH_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint JLCIKBLNENH { - get { return jLCIKBLNENH_; } - set { - jLCIKBLNENH_ = value; - } - } - - /// Field number for the "MNBEMGNNFOD" field. - public const int MNBEMGNNFODFieldNumber = 8; - private float mNBEMGNNFOD_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public float MNBEMGNNFOD { - get { return mNBEMGNNFOD_; } - set { - mNBEMGNNFOD_ = value; - } - } - - /// Field number for the "DMBBMFFEJGI" field. - public const int DMBBMFFEJGIFieldNumber = 5; - private bool dMBBMFFEJGI_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool DMBBMFFEJGI { - get { return dMBBMFFEJGI_; } - set { - dMBBMFFEJGI_ = value; - } - } - - /// Field number for the "BMNECPIOPDN" field. - public const int BMNECPIOPDNFieldNumber = 14; - private bool bMNECPIOPDN_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool BMNECPIOPDN { - get { return bMNECPIOPDN_; } - set { - bMNECPIOPDN_ = value; - } - } - - /// Field number for the "LKEFOLCGFGD" field. - public const int LKEFOLCGFGDFieldNumber = 13; - private global::EggLink.DanhengServer.Proto.PFGAIEBGHCP lKEFOLCGFGD_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.PFGAIEBGHCP LKEFOLCGFGD { - get { return lKEFOLCGFGD_; } - set { - lKEFOLCGFGD_ = value; - } - } - - /// Field number for the "attack" field. - public const int AttackFieldNumber = 7; - private int attack_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int Attack { - get { return attack_; } - set { - attack_ = value; - } - } - - /// Field number for the "FNIHJJJGOEE" field. - public const int FNIHJJJGOEEFieldNumber = 12; - private global::EggLink.DanhengServer.Proto.PFGAIEBGHCP fNIHJJJGOEE_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.PFGAIEBGHCP FNIHJJJGOEE { - get { return fNIHJJJGOEE_; } - set { - fNIHJJJGOEE_ = value; - } - } - - /// Field number for the "max_hp" field. - public const int MaxHpFieldNumber = 6; - private int maxHp_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int MaxHp { - get { return maxHp_; } - set { - maxHp_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as HBGHAOPBKJP); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(HBGHAOPBKJP other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (PLFKOCCDBAG != other.PLFKOCCDBAG) return false; - if (Id != other.Id) return false; - if (Level != other.Level) return false; - if (BuffId != other.BuffId) return false; - if (PMANBPLFLKL != other.PMANBPLFLKL) return false; - if (Hp != other.Hp) return false; - if (JLCIKBLNENH != other.JLCIKBLNENH) return false; - if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(MNBEMGNNFOD, other.MNBEMGNNFOD)) return false; - if (DMBBMFFEJGI != other.DMBBMFFEJGI) return false; - if (BMNECPIOPDN != other.BMNECPIOPDN) return false; - if (!object.Equals(LKEFOLCGFGD, other.LKEFOLCGFGD)) return false; - if (Attack != other.Attack) return false; - if (!object.Equals(FNIHJJJGOEE, other.FNIHJJJGOEE)) return false; - if (MaxHp != other.MaxHp) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (PLFKOCCDBAG != false) hash ^= PLFKOCCDBAG.GetHashCode(); - if (Id != 0) hash ^= Id.GetHashCode(); - if (Level != 0) hash ^= Level.GetHashCode(); - if (BuffId != 0) hash ^= BuffId.GetHashCode(); - if (PMANBPLFLKL != false) hash ^= PMANBPLFLKL.GetHashCode(); - if (Hp != 0) hash ^= Hp.GetHashCode(); - if (JLCIKBLNENH != 0) hash ^= JLCIKBLNENH.GetHashCode(); - if (MNBEMGNNFOD != 0F) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(MNBEMGNNFOD); - if (DMBBMFFEJGI != false) hash ^= DMBBMFFEJGI.GetHashCode(); - if (BMNECPIOPDN != false) hash ^= BMNECPIOPDN.GetHashCode(); - if (lKEFOLCGFGD_ != null) hash ^= LKEFOLCGFGD.GetHashCode(); - if (Attack != 0) hash ^= Attack.GetHashCode(); - if (fNIHJJJGOEE_ != null) hash ^= FNIHJJJGOEE.GetHashCode(); - if (MaxHp != 0) hash ^= MaxHp.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (PLFKOCCDBAG != false) { - output.WriteRawTag(8); - output.WriteBool(PLFKOCCDBAG); - } - if (PMANBPLFLKL != false) { - output.WriteRawTag(16); - output.WriteBool(PMANBPLFLKL); - } - if (JLCIKBLNENH != 0) { - output.WriteRawTag(24); - output.WriteUInt32(JLCIKBLNENH); - } - if (Level != 0) { - output.WriteRawTag(32); - output.WriteUInt32(Level); - } - if (DMBBMFFEJGI != false) { - output.WriteRawTag(40); - output.WriteBool(DMBBMFFEJGI); - } - if (MaxHp != 0) { - output.WriteRawTag(48); - output.WriteInt32(MaxHp); - } - if (Attack != 0) { - output.WriteRawTag(56); - output.WriteInt32(Attack); - } - if (MNBEMGNNFOD != 0F) { - output.WriteRawTag(69); - output.WriteFloat(MNBEMGNNFOD); - } - if (Id != 0) { - output.WriteRawTag(72); - output.WriteUInt32(Id); - } - if (Hp != 0) { - output.WriteRawTag(80); - output.WriteInt32(Hp); - } - if (fNIHJJJGOEE_ != null) { - output.WriteRawTag(98); - output.WriteMessage(FNIHJJJGOEE); - } - if (lKEFOLCGFGD_ != null) { - output.WriteRawTag(106); - output.WriteMessage(LKEFOLCGFGD); - } - if (BMNECPIOPDN != false) { - output.WriteRawTag(112); - output.WriteBool(BMNECPIOPDN); - } - if (BuffId != 0) { - output.WriteRawTag(120); - output.WriteUInt32(BuffId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (PLFKOCCDBAG != false) { - output.WriteRawTag(8); - output.WriteBool(PLFKOCCDBAG); - } - if (PMANBPLFLKL != false) { - output.WriteRawTag(16); - output.WriteBool(PMANBPLFLKL); - } - if (JLCIKBLNENH != 0) { - output.WriteRawTag(24); - output.WriteUInt32(JLCIKBLNENH); - } - if (Level != 0) { - output.WriteRawTag(32); - output.WriteUInt32(Level); - } - if (DMBBMFFEJGI != false) { - output.WriteRawTag(40); - output.WriteBool(DMBBMFFEJGI); - } - if (MaxHp != 0) { - output.WriteRawTag(48); - output.WriteInt32(MaxHp); - } - if (Attack != 0) { - output.WriteRawTag(56); - output.WriteInt32(Attack); - } - if (MNBEMGNNFOD != 0F) { - output.WriteRawTag(69); - output.WriteFloat(MNBEMGNNFOD); - } - if (Id != 0) { - output.WriteRawTag(72); - output.WriteUInt32(Id); - } - if (Hp != 0) { - output.WriteRawTag(80); - output.WriteInt32(Hp); - } - if (fNIHJJJGOEE_ != null) { - output.WriteRawTag(98); - output.WriteMessage(FNIHJJJGOEE); - } - if (lKEFOLCGFGD_ != null) { - output.WriteRawTag(106); - output.WriteMessage(LKEFOLCGFGD); - } - if (BMNECPIOPDN != false) { - output.WriteRawTag(112); - output.WriteBool(BMNECPIOPDN); - } - if (BuffId != 0) { - output.WriteRawTag(120); - output.WriteUInt32(BuffId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (PLFKOCCDBAG != false) { - size += 1 + 1; - } - if (Id != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Id); - } - if (Level != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Level); - } - if (BuffId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BuffId); - } - if (PMANBPLFLKL != false) { - size += 1 + 1; - } - if (Hp != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Hp); - } - if (JLCIKBLNENH != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JLCIKBLNENH); - } - if (MNBEMGNNFOD != 0F) { - size += 1 + 4; - } - if (DMBBMFFEJGI != false) { - size += 1 + 1; - } - if (BMNECPIOPDN != false) { - size += 1 + 1; - } - if (lKEFOLCGFGD_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(LKEFOLCGFGD); - } - if (Attack != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Attack); - } - if (fNIHJJJGOEE_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(FNIHJJJGOEE); - } - if (MaxHp != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(MaxHp); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(HBGHAOPBKJP other) { - if (other == null) { - return; - } - if (other.PLFKOCCDBAG != false) { - PLFKOCCDBAG = other.PLFKOCCDBAG; - } - if (other.Id != 0) { - Id = other.Id; - } - if (other.Level != 0) { - Level = other.Level; - } - if (other.BuffId != 0) { - BuffId = other.BuffId; - } - if (other.PMANBPLFLKL != false) { - PMANBPLFLKL = other.PMANBPLFLKL; - } - if (other.Hp != 0) { - Hp = other.Hp; - } - if (other.JLCIKBLNENH != 0) { - JLCIKBLNENH = other.JLCIKBLNENH; - } - if (other.MNBEMGNNFOD != 0F) { - MNBEMGNNFOD = other.MNBEMGNNFOD; - } - if (other.DMBBMFFEJGI != false) { - DMBBMFFEJGI = other.DMBBMFFEJGI; - } - if (other.BMNECPIOPDN != false) { - BMNECPIOPDN = other.BMNECPIOPDN; - } - if (other.lKEFOLCGFGD_ != null) { - if (lKEFOLCGFGD_ == null) { - LKEFOLCGFGD = new global::EggLink.DanhengServer.Proto.PFGAIEBGHCP(); - } - LKEFOLCGFGD.MergeFrom(other.LKEFOLCGFGD); - } - if (other.Attack != 0) { - Attack = other.Attack; - } - if (other.fNIHJJJGOEE_ != null) { - if (fNIHJJJGOEE_ == null) { - FNIHJJJGOEE = new global::EggLink.DanhengServer.Proto.PFGAIEBGHCP(); - } - FNIHJJJGOEE.MergeFrom(other.FNIHJJJGOEE); - } - if (other.MaxHp != 0) { - MaxHp = other.MaxHp; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - PLFKOCCDBAG = input.ReadBool(); - break; - } - case 16: { - PMANBPLFLKL = input.ReadBool(); - break; - } - case 24: { - JLCIKBLNENH = input.ReadUInt32(); - break; - } - case 32: { - Level = input.ReadUInt32(); - break; - } - case 40: { - DMBBMFFEJGI = input.ReadBool(); - break; - } - case 48: { - MaxHp = input.ReadInt32(); - break; - } - case 56: { - Attack = input.ReadInt32(); - break; - } - case 69: { - MNBEMGNNFOD = input.ReadFloat(); - break; - } - case 72: { - Id = input.ReadUInt32(); - break; - } - case 80: { - Hp = input.ReadInt32(); - break; - } - case 98: { - if (fNIHJJJGOEE_ == null) { - FNIHJJJGOEE = new global::EggLink.DanhengServer.Proto.PFGAIEBGHCP(); - } - input.ReadMessage(FNIHJJJGOEE); - break; - } - case 106: { - if (lKEFOLCGFGD_ == null) { - LKEFOLCGFGD = new global::EggLink.DanhengServer.Proto.PFGAIEBGHCP(); - } - input.ReadMessage(LKEFOLCGFGD); - break; - } - case 112: { - BMNECPIOPDN = input.ReadBool(); - break; - } - case 120: { - BuffId = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - PLFKOCCDBAG = input.ReadBool(); - break; - } - case 16: { - PMANBPLFLKL = input.ReadBool(); - break; - } - case 24: { - JLCIKBLNENH = input.ReadUInt32(); - break; - } - case 32: { - Level = input.ReadUInt32(); - break; - } - case 40: { - DMBBMFFEJGI = input.ReadBool(); - break; - } - case 48: { - MaxHp = input.ReadInt32(); - break; - } - case 56: { - Attack = input.ReadInt32(); - break; - } - case 69: { - MNBEMGNNFOD = input.ReadFloat(); - break; - } - case 72: { - Id = input.ReadUInt32(); - break; - } - case 80: { - Hp = input.ReadInt32(); - break; - } - case 98: { - if (fNIHJJJGOEE_ == null) { - FNIHJJJGOEE = new global::EggLink.DanhengServer.Proto.PFGAIEBGHCP(); - } - input.ReadMessage(FNIHJJJGOEE); - break; - } - case 106: { - if (lKEFOLCGFGD_ == null) { - LKEFOLCGFGD = new global::EggLink.DanhengServer.Proto.PFGAIEBGHCP(); - } - input.ReadMessage(LKEFOLCGFGD); - break; - } - case 112: { - BMNECPIOPDN = input.ReadBool(); - break; - } - case 120: { - BuffId = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/HCJGPMDGBJO.cs b/Proto/HCJGPMDGBJO.cs index 1ddcf5c2..45fae731 100644 --- a/Proto/HCJGPMDGBJO.cs +++ b/Proto/HCJGPMDGBJO.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static HCJGPMDGBJOReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFIQ0pHUE1ER0JKTy5wcm90bxoXUm9ndWVNYWdpY1NjZXB0ZXIucHJvdG8a", - "GFJvZ3VlTWFnaWNHYW1lVW5pdC5wcm90byKKAQoLSENKR1BNREdCSk8SEwoL", + "ChFIQ0pHUE1ER0JKTy5wcm90bxoYUm9ndWVNYWdpY0dhbWVVbml0LnByb3Rv", + "GhdSb2d1ZU1hZ2ljU2NlcHRlci5wcm90byKKAQoLSENKR1BNREdCSk8SEwoL", "TU5LQ0pGRUxDTkcYAyADKA0SKAoLRVBDS0NPT0tDTEoYDyADKAsyEy5Sb2d1", "ZU1hZ2ljR2FtZVVuaXQSEwoLQkxCRkRDR0NFREEYBSADKA0SJwoLS0xNR0FF", "QkVBR0sYCyADKAsyEi5Sb2d1ZU1hZ2ljU2NlcHRlckIeqgIbRWdnTGluay5E", "YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueMagicScepterReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicGameUnitReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueMagicGameUnitReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicScepterReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.HCJGPMDGBJO), global::EggLink.DanhengServer.Proto.HCJGPMDGBJO.Parser, new[]{ "MNKCJFELCNG", "EPCKCOOKCLJ", "BLBFDCGCEDA", "KLMGAEBEAGK" }, null, null, null, null) })); diff --git a/Proto/HCJJOOFKCJH.cs b/Proto/HCJJOOFKCJH.cs deleted file mode 100644 index fab14614..00000000 --- a/Proto/HCJJOOFKCJH.cs +++ /dev/null @@ -1,309 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: HCJJOOFKCJH.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from HCJJOOFKCJH.proto - public static partial class HCJJOOFKCJHReflection { - - #region Descriptor - /// File descriptor for HCJJOOFKCJH.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static HCJJOOFKCJHReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFIQ0pKT09GS0NKSC5wcm90byJMCgtIQ0pKT09GS0NKSBITCgtMUERCUEtL", - "QURHRxgBIAEoDRITCgtIT01HQ0ZKUEJMSxgCIAEoBRITCgtDSkpCTE1LSkFQ", - "QRgDIAEoBUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90", - "bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.HCJJOOFKCJH), global::EggLink.DanhengServer.Proto.HCJJOOFKCJH.Parser, new[]{ "LPDBPKKADGG", "HOMGCFJPBLK", "CJJBLMKJAPA" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class HCJJOOFKCJH : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new HCJJOOFKCJH()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.HCJJOOFKCJHReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public HCJJOOFKCJH() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public HCJJOOFKCJH(HCJJOOFKCJH other) : this() { - lPDBPKKADGG_ = other.lPDBPKKADGG_; - hOMGCFJPBLK_ = other.hOMGCFJPBLK_; - cJJBLMKJAPA_ = other.cJJBLMKJAPA_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public HCJJOOFKCJH Clone() { - return new HCJJOOFKCJH(this); - } - - /// Field number for the "LPDBPKKADGG" field. - public const int LPDBPKKADGGFieldNumber = 1; - private uint lPDBPKKADGG_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint LPDBPKKADGG { - get { return lPDBPKKADGG_; } - set { - lPDBPKKADGG_ = value; - } - } - - /// Field number for the "HOMGCFJPBLK" field. - public const int HOMGCFJPBLKFieldNumber = 2; - private int hOMGCFJPBLK_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int HOMGCFJPBLK { - get { return hOMGCFJPBLK_; } - set { - hOMGCFJPBLK_ = value; - } - } - - /// Field number for the "CJJBLMKJAPA" field. - public const int CJJBLMKJAPAFieldNumber = 3; - private int cJJBLMKJAPA_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CJJBLMKJAPA { - get { return cJJBLMKJAPA_; } - set { - cJJBLMKJAPA_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as HCJJOOFKCJH); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(HCJJOOFKCJH other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (LPDBPKKADGG != other.LPDBPKKADGG) return false; - if (HOMGCFJPBLK != other.HOMGCFJPBLK) return false; - if (CJJBLMKJAPA != other.CJJBLMKJAPA) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (LPDBPKKADGG != 0) hash ^= LPDBPKKADGG.GetHashCode(); - if (HOMGCFJPBLK != 0) hash ^= HOMGCFJPBLK.GetHashCode(); - if (CJJBLMKJAPA != 0) hash ^= CJJBLMKJAPA.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (LPDBPKKADGG != 0) { - output.WriteRawTag(8); - output.WriteUInt32(LPDBPKKADGG); - } - if (HOMGCFJPBLK != 0) { - output.WriteRawTag(16); - output.WriteInt32(HOMGCFJPBLK); - } - if (CJJBLMKJAPA != 0) { - output.WriteRawTag(24); - output.WriteInt32(CJJBLMKJAPA); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (LPDBPKKADGG != 0) { - output.WriteRawTag(8); - output.WriteUInt32(LPDBPKKADGG); - } - if (HOMGCFJPBLK != 0) { - output.WriteRawTag(16); - output.WriteInt32(HOMGCFJPBLK); - } - if (CJJBLMKJAPA != 0) { - output.WriteRawTag(24); - output.WriteInt32(CJJBLMKJAPA); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (LPDBPKKADGG != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LPDBPKKADGG); - } - if (HOMGCFJPBLK != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(HOMGCFJPBLK); - } - if (CJJBLMKJAPA != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(CJJBLMKJAPA); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(HCJJOOFKCJH other) { - if (other == null) { - return; - } - if (other.LPDBPKKADGG != 0) { - LPDBPKKADGG = other.LPDBPKKADGG; - } - if (other.HOMGCFJPBLK != 0) { - HOMGCFJPBLK = other.HOMGCFJPBLK; - } - if (other.CJJBLMKJAPA != 0) { - CJJBLMKJAPA = other.CJJBLMKJAPA; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - LPDBPKKADGG = input.ReadUInt32(); - break; - } - case 16: { - HOMGCFJPBLK = input.ReadInt32(); - break; - } - case 24: { - CJJBLMKJAPA = input.ReadInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - LPDBPKKADGG = input.ReadUInt32(); - break; - } - case 16: { - HOMGCFJPBLK = input.ReadInt32(); - break; - } - case 24: { - CJJBLMKJAPA = input.ReadInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/HDJFLBMLLDP.cs b/Proto/HDJFLBMLLDP.cs deleted file mode 100644 index 5d55759d..00000000 --- a/Proto/HDJFLBMLLDP.cs +++ /dev/null @@ -1,243 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: HDJFLBMLLDP.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from HDJFLBMLLDP.proto - public static partial class HDJFLBMLLDPReflection { - - #region Descriptor - /// File descriptor for HDJFLBMLLDP.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static HDJFLBMLLDPReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFIREpGTEJNTExEUC5wcm90bxoRRkxFQ0ZMTERORlAucHJvdG8iNgoLSERK", - "RkxCTUxMRFASJwoRYm9udXNfc2VsZWN0X2luZm8YByABKAsyDC5GTEVDRkxM", - "RE5GUEIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FLECFLLDNFPReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.HDJFLBMLLDP), global::EggLink.DanhengServer.Proto.HDJFLBMLLDP.Parser, new[]{ "BonusSelectInfo" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class HDJFLBMLLDP : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new HDJFLBMLLDP()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.HDJFLBMLLDPReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public HDJFLBMLLDP() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public HDJFLBMLLDP(HDJFLBMLLDP other) : this() { - bonusSelectInfo_ = other.bonusSelectInfo_ != null ? other.bonusSelectInfo_.Clone() : null; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public HDJFLBMLLDP Clone() { - return new HDJFLBMLLDP(this); - } - - /// Field number for the "bonus_select_info" field. - public const int BonusSelectInfoFieldNumber = 7; - private global::EggLink.DanhengServer.Proto.FLECFLLDNFP bonusSelectInfo_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.FLECFLLDNFP BonusSelectInfo { - get { return bonusSelectInfo_; } - set { - bonusSelectInfo_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as HDJFLBMLLDP); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(HDJFLBMLLDP other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (!object.Equals(BonusSelectInfo, other.BonusSelectInfo)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (bonusSelectInfo_ != null) hash ^= BonusSelectInfo.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (bonusSelectInfo_ != null) { - output.WriteRawTag(58); - output.WriteMessage(BonusSelectInfo); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (bonusSelectInfo_ != null) { - output.WriteRawTag(58); - output.WriteMessage(BonusSelectInfo); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (bonusSelectInfo_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(BonusSelectInfo); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(HDJFLBMLLDP other) { - if (other == null) { - return; - } - if (other.bonusSelectInfo_ != null) { - if (bonusSelectInfo_ == null) { - BonusSelectInfo = new global::EggLink.DanhengServer.Proto.FLECFLLDNFP(); - } - BonusSelectInfo.MergeFrom(other.BonusSelectInfo); - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 58: { - if (bonusSelectInfo_ == null) { - BonusSelectInfo = new global::EggLink.DanhengServer.Proto.FLECFLLDNFP(); - } - input.ReadMessage(BonusSelectInfo); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 58: { - if (bonusSelectInfo_ == null) { - BonusSelectInfo = new global::EggLink.DanhengServer.Proto.FLECFLLDNFP(); - } - input.ReadMessage(BonusSelectInfo); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/HFAAHBMGHLK.cs b/Proto/HFAAHBMGHLK.cs deleted file mode 100644 index 39a8a9df..00000000 --- a/Proto/HFAAHBMGHLK.cs +++ /dev/null @@ -1,234 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: HFAAHBMGHLK.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from HFAAHBMGHLK.proto - public static partial class HFAAHBMGHLKReflection { - - #region Descriptor - /// File descriptor for HFAAHBMGHLK.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static HFAAHBMGHLKReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFIRkFBSEJNR0hMSy5wcm90byIiCgtIRkFBSEJNR0hMSxITCgtOREJPSkFO", - "RE5KThgEIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", - "cm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.HFAAHBMGHLK), global::EggLink.DanhengServer.Proto.HFAAHBMGHLK.Parser, new[]{ "NDBOJANDNJN" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class HFAAHBMGHLK : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new HFAAHBMGHLK()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.HFAAHBMGHLKReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public HFAAHBMGHLK() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public HFAAHBMGHLK(HFAAHBMGHLK other) : this() { - nDBOJANDNJN_ = other.nDBOJANDNJN_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public HFAAHBMGHLK Clone() { - return new HFAAHBMGHLK(this); - } - - /// Field number for the "NDBOJANDNJN" field. - public const int NDBOJANDNJNFieldNumber = 4; - private uint nDBOJANDNJN_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint NDBOJANDNJN { - get { return nDBOJANDNJN_; } - set { - nDBOJANDNJN_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as HFAAHBMGHLK); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(HFAAHBMGHLK other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (NDBOJANDNJN != other.NDBOJANDNJN) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (NDBOJANDNJN != 0) hash ^= NDBOJANDNJN.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (NDBOJANDNJN != 0) { - output.WriteRawTag(32); - output.WriteUInt32(NDBOJANDNJN); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (NDBOJANDNJN != 0) { - output.WriteRawTag(32); - output.WriteUInt32(NDBOJANDNJN); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (NDBOJANDNJN != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NDBOJANDNJN); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(HFAAHBMGHLK other) { - if (other == null) { - return; - } - if (other.NDBOJANDNJN != 0) { - NDBOJANDNJN = other.NDBOJANDNJN; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 32: { - NDBOJANDNJN = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 32: { - NDBOJANDNJN = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/HFDGMJJFOHM.cs b/Proto/HFDGMJJFOHM.cs index a341a927..e42980f0 100644 --- a/Proto/HFDGMJJFOHM.cs +++ b/Proto/HFDGMJJFOHM.cs @@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto { static HFDGMJJFOHMReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFIRkRHTUpKRk9ITS5wcm90bxoRTE1NRUJNQkdMRE4ucHJvdG8aEUhBS05P", - "RkRQQk9ELnByb3RvInYKC0hGREdNSkpGT0hNEiEKC1BFRk1ERktFQ09EGAsg", + "ChFIRkRHTUpKRk9ITS5wcm90bxoRSEFLTk9GRFBCT0QucHJvdG8aEUxNTUVC", + "TUJHTEROLnByb3RvInYKC0hGREdNSkpGT0hNEiEKC1BFRk1ERktFQ09EGAsg", "AygLMgwuSEFLTk9GRFBCT0QSIQoLQUpDSU5LSEJESkIYDiABKAsyDC5IQUtO", "T0ZEUEJPRBIhCgtOUE9JR0pQQ0dGQhgBIAEoCzIMLkxNTUVCTUJHTEROQh6q", "AhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LMMEBMBGLDNReflection.Descriptor, global::EggLink.DanhengServer.Proto.HAKNOFDPBODReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.HAKNOFDPBODReflection.Descriptor, global::EggLink.DanhengServer.Proto.LMMEBMBGLDNReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.HFDGMJJFOHM), global::EggLink.DanhengServer.Proto.HFDGMJJFOHM.Parser, new[]{ "PEFMDFKECOD", "AJCINKHBDJB", "NPOIGJPCGFB" }, null, null, null, null) })); diff --git a/Proto/HGBPELEILPA.cs b/Proto/HGBPELEILPA.cs deleted file mode 100644 index 74dff246..00000000 --- a/Proto/HGBPELEILPA.cs +++ /dev/null @@ -1,223 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: HGBPELEILPA.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from HGBPELEILPA.proto - public static partial class HGBPELEILPAReflection { - - #region Descriptor - /// File descriptor for HGBPELEILPA.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static HGBPELEILPAReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFIR0JQRUxFSUxQQS5wcm90bxoRT0VERE9JSkxHRkcucHJvdG8iMAoLSEdC", - "UEVMRUlMUEESIQoLRU9GQ0lJTERJTEYYCyADKAsyDC5PRURET0lKTEdGR0Ie", - "qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.OEDDOIJLGFGReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.HGBPELEILPA), global::EggLink.DanhengServer.Proto.HGBPELEILPA.Parser, new[]{ "EOFCIILDILF" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class HGBPELEILPA : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new HGBPELEILPA()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.HGBPELEILPAReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public HGBPELEILPA() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public HGBPELEILPA(HGBPELEILPA other) : this() { - eOFCIILDILF_ = other.eOFCIILDILF_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public HGBPELEILPA Clone() { - return new HGBPELEILPA(this); - } - - /// Field number for the "EOFCIILDILF" field. - public const int EOFCIILDILFFieldNumber = 11; - private static readonly pb::FieldCodec _repeated_eOFCIILDILF_codec - = pb::FieldCodec.ForMessage(90, global::EggLink.DanhengServer.Proto.OEDDOIJLGFG.Parser); - private readonly pbc::RepeatedField eOFCIILDILF_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField EOFCIILDILF { - get { return eOFCIILDILF_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as HGBPELEILPA); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(HGBPELEILPA other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if(!eOFCIILDILF_.Equals(other.eOFCIILDILF_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - hash ^= eOFCIILDILF_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - eOFCIILDILF_.WriteTo(output, _repeated_eOFCIILDILF_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - eOFCIILDILF_.WriteTo(ref output, _repeated_eOFCIILDILF_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - size += eOFCIILDILF_.CalculateSize(_repeated_eOFCIILDILF_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(HGBPELEILPA other) { - if (other == null) { - return; - } - eOFCIILDILF_.Add(other.eOFCIILDILF_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 90: { - eOFCIILDILF_.AddEntriesFrom(input, _repeated_eOFCIILDILF_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 90: { - eOFCIILDILF_.AddEntriesFrom(ref input, _repeated_eOFCIILDILF_codec); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/HIEJJBDNCNH.cs b/Proto/HIEJJBDNCNH.cs index a6c2654a..3c175a8a 100644 --- a/Proto/HIEJJBDNCNH.cs +++ b/Proto/HIEJJBDNCNH.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static HIEJJBDNCNHReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFISUVKSkJETkNOSC5wcm90bxoRT0JJSE5HTU5LRUsucHJvdG8aFkJhdHRs", - "ZVJlY29yZFR5cGUucHJvdG8aEUlIS0dOSkROQUxKLnByb3RvInwKC0hJRUpK", + "ChFISUVKSkJETkNOSC5wcm90bxoWQmF0dGxlUmVjb3JkVHlwZS5wcm90bxoR", + "SUhLR05KRE5BTEoucHJvdG8aEU9CSUhOR01OS0VLLnByb3RvInwKC0hJRUpK", "QkROQ05IEiEKC0VCT09NR0RHTkVQGAIgASgLMgwuSUhLR05KRE5BTEoSJwoM", "ZGlzcGxheV90eXBlGA4gASgOMhEuQmF0dGxlUmVjb3JkVHlwZRIhCgtKRlBD", "UERDRkxNRBgPIAEoCzIMLk9CSUhOR01OS0VLQh6qAhtFZ2dMaW5rLkRhbmhl", "bmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.OBIHNGMNKEKReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleRecordTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.IHKGNJDNALJReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BattleRecordTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.IHKGNJDNALJReflection.Descriptor, global::EggLink.DanhengServer.Proto.OBIHNGMNKEKReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.HIEJJBDNCNH), global::EggLink.DanhengServer.Proto.HIEJJBDNCNH.Parser, new[]{ "EBOOMGDGNEP", "DisplayType", "JFPCPDCFLMD" }, null, null, null, null) })); diff --git a/Proto/HLDHEMLPJNG.cs b/Proto/HLDHEMLPJNG.cs index 716dfdb5..38271e75 100644 --- a/Proto/HLDHEMLPJNG.cs +++ b/Proto/HLDHEMLPJNG.cs @@ -25,14 +25,14 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChFITERIRU1MUEpORy5wcm90bxoRQ05MTURGRkVGSk0ucHJvdG8iawoLSExE", - "SEVNTFBKTkcSIwoLRUpDT0xHTkpHREMYCCABKAsyDC5DTkxNREZGRUZKTUgA", - "EhMKC0FDRE9QQ0JNUE5MGAcgASgNEhMKC09PSE5LT0pIREhPGA0gASgNQg0K", - "C0hFQUlBRURCUEtMQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9i", + "SEVNTFBKTkcSEwoLQUNET1BDQk1QTkwYByABKA0SEwoLT09ITktPSkhESE8Y", + "DSABKA0SIwoLRUpDT0xHTkpHREMYCCABKAsyDC5DTkxNREZGRUZKTUgAQg0K", + "C0NCQ1BIRkRLQ09EQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9i", "BnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CNLMDFFEFJMReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.HLDHEMLPJNG), global::EggLink.DanhengServer.Proto.HLDHEMLPJNG.Parser, new[]{ "EJCOLGNJGDC", "ACDOPCBMPNL", "OOHNKOJHDHO" }, new[]{ "HEAIAEDBPKL" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.HLDHEMLPJNG), global::EggLink.DanhengServer.Proto.HLDHEMLPJNG.Parser, new[]{ "ACDOPCBMPNL", "OOHNKOJHDHO", "EJCOLGNJGDC" }, new[]{ "CBCPHFDKCOD" }, null, null, null) })); } #endregion @@ -76,8 +76,8 @@ namespace EggLink.DanhengServer.Proto { public HLDHEMLPJNG(HLDHEMLPJNG other) : this() { aCDOPCBMPNL_ = other.aCDOPCBMPNL_; oOHNKOJHDHO_ = other.oOHNKOJHDHO_; - switch (other.HEAIAEDBPKLCase) { - case HEAIAEDBPKLOneofCase.EJCOLGNJGDC: + switch (other.CBCPHFDKCODCase) { + case CBCPHFDKCODOneofCase.EJCOLGNJGDC: EJCOLGNJGDC = other.EJCOLGNJGDC.Clone(); break; } @@ -91,18 +91,6 @@ namespace EggLink.DanhengServer.Proto { return new HLDHEMLPJNG(this); } - /// Field number for the "EJCOLGNJGDC" field. - public const int EJCOLGNJGDCFieldNumber = 8; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.CNLMDFFEFJM EJCOLGNJGDC { - get { return hEAIAEDBPKLCase_ == HEAIAEDBPKLOneofCase.EJCOLGNJGDC ? (global::EggLink.DanhengServer.Proto.CNLMDFFEFJM) hEAIAEDBPKL_ : null; } - set { - hEAIAEDBPKL_ = value; - hEAIAEDBPKLCase_ = value == null ? HEAIAEDBPKLOneofCase.None : HEAIAEDBPKLOneofCase.EJCOLGNJGDC; - } - } - /// Field number for the "ACDOPCBMPNL" field. public const int ACDOPCBMPNLFieldNumber = 7; private uint aCDOPCBMPNL_; @@ -127,24 +115,36 @@ namespace EggLink.DanhengServer.Proto { } } - private object hEAIAEDBPKL_; - /// Enum of possible cases for the "HEAIAEDBPKL" oneof. - public enum HEAIAEDBPKLOneofCase { + /// Field number for the "EJCOLGNJGDC" field. + public const int EJCOLGNJGDCFieldNumber = 8; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.CNLMDFFEFJM EJCOLGNJGDC { + get { return cBCPHFDKCODCase_ == CBCPHFDKCODOneofCase.EJCOLGNJGDC ? (global::EggLink.DanhengServer.Proto.CNLMDFFEFJM) cBCPHFDKCOD_ : null; } + set { + cBCPHFDKCOD_ = value; + cBCPHFDKCODCase_ = value == null ? CBCPHFDKCODOneofCase.None : CBCPHFDKCODOneofCase.EJCOLGNJGDC; + } + } + + private object cBCPHFDKCOD_; + /// Enum of possible cases for the "CBCPHFDKCOD" oneof. + public enum CBCPHFDKCODOneofCase { None = 0, EJCOLGNJGDC = 8, } - private HEAIAEDBPKLOneofCase hEAIAEDBPKLCase_ = HEAIAEDBPKLOneofCase.None; + private CBCPHFDKCODOneofCase cBCPHFDKCODCase_ = CBCPHFDKCODOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public HEAIAEDBPKLOneofCase HEAIAEDBPKLCase { - get { return hEAIAEDBPKLCase_; } + public CBCPHFDKCODOneofCase CBCPHFDKCODCase { + get { return cBCPHFDKCODCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearHEAIAEDBPKL() { - hEAIAEDBPKLCase_ = HEAIAEDBPKLOneofCase.None; - hEAIAEDBPKL_ = null; + public void ClearCBCPHFDKCOD() { + cBCPHFDKCODCase_ = CBCPHFDKCODOneofCase.None; + cBCPHFDKCOD_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -162,10 +162,10 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (!object.Equals(EJCOLGNJGDC, other.EJCOLGNJGDC)) return false; if (ACDOPCBMPNL != other.ACDOPCBMPNL) return false; if (OOHNKOJHDHO != other.OOHNKOJHDHO) return false; - if (HEAIAEDBPKLCase != other.HEAIAEDBPKLCase) return false; + if (!object.Equals(EJCOLGNJGDC, other.EJCOLGNJGDC)) return false; + if (CBCPHFDKCODCase != other.CBCPHFDKCODCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -173,10 +173,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (hEAIAEDBPKLCase_ == HEAIAEDBPKLOneofCase.EJCOLGNJGDC) hash ^= EJCOLGNJGDC.GetHashCode(); if (ACDOPCBMPNL != 0) hash ^= ACDOPCBMPNL.GetHashCode(); if (OOHNKOJHDHO != 0) hash ^= OOHNKOJHDHO.GetHashCode(); - hash ^= (int) hEAIAEDBPKLCase_; + if (cBCPHFDKCODCase_ == CBCPHFDKCODOneofCase.EJCOLGNJGDC) hash ^= EJCOLGNJGDC.GetHashCode(); + hash ^= (int) cBCPHFDKCODCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -199,7 +199,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(56); output.WriteUInt32(ACDOPCBMPNL); } - if (hEAIAEDBPKLCase_ == HEAIAEDBPKLOneofCase.EJCOLGNJGDC) { + if (cBCPHFDKCODCase_ == CBCPHFDKCODOneofCase.EJCOLGNJGDC) { output.WriteRawTag(66); output.WriteMessage(EJCOLGNJGDC); } @@ -221,7 +221,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(56); output.WriteUInt32(ACDOPCBMPNL); } - if (hEAIAEDBPKLCase_ == HEAIAEDBPKLOneofCase.EJCOLGNJGDC) { + if (cBCPHFDKCODCase_ == CBCPHFDKCODOneofCase.EJCOLGNJGDC) { output.WriteRawTag(66); output.WriteMessage(EJCOLGNJGDC); } @@ -239,15 +239,15 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (hEAIAEDBPKLCase_ == HEAIAEDBPKLOneofCase.EJCOLGNJGDC) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(EJCOLGNJGDC); - } if (ACDOPCBMPNL != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ACDOPCBMPNL); } if (OOHNKOJHDHO != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OOHNKOJHDHO); } + if (cBCPHFDKCODCase_ == CBCPHFDKCODOneofCase.EJCOLGNJGDC) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(EJCOLGNJGDC); + } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -266,8 +266,8 @@ namespace EggLink.DanhengServer.Proto { if (other.OOHNKOJHDHO != 0) { OOHNKOJHDHO = other.OOHNKOJHDHO; } - switch (other.HEAIAEDBPKLCase) { - case HEAIAEDBPKLOneofCase.EJCOLGNJGDC: + switch (other.CBCPHFDKCODCase) { + case CBCPHFDKCODOneofCase.EJCOLGNJGDC: if (EJCOLGNJGDC == null) { EJCOLGNJGDC = new global::EggLink.DanhengServer.Proto.CNLMDFFEFJM(); } @@ -296,7 +296,7 @@ namespace EggLink.DanhengServer.Proto { } case 66: { global::EggLink.DanhengServer.Proto.CNLMDFFEFJM subBuilder = new global::EggLink.DanhengServer.Proto.CNLMDFFEFJM(); - if (hEAIAEDBPKLCase_ == HEAIAEDBPKLOneofCase.EJCOLGNJGDC) { + if (cBCPHFDKCODCase_ == CBCPHFDKCODOneofCase.EJCOLGNJGDC) { subBuilder.MergeFrom(EJCOLGNJGDC); } input.ReadMessage(subBuilder); @@ -328,7 +328,7 @@ namespace EggLink.DanhengServer.Proto { } case 66: { global::EggLink.DanhengServer.Proto.CNLMDFFEFJM subBuilder = new global::EggLink.DanhengServer.Proto.CNLMDFFEFJM(); - if (hEAIAEDBPKLCase_ == HEAIAEDBPKLOneofCase.EJCOLGNJGDC) { + if (cBCPHFDKCODCase_ == CBCPHFDKCODOneofCase.EJCOLGNJGDC) { subBuilder.MergeFrom(EJCOLGNJGDC); } input.ReadMessage(subBuilder); diff --git a/Proto/HMBANCKGBII.cs b/Proto/HMBANCKGBII.cs index de8765eb..9f93095d 100644 --- a/Proto/HMBANCKGBII.cs +++ b/Proto/HMBANCKGBII.cs @@ -24,45 +24,40 @@ namespace EggLink.DanhengServer.Proto { static HMBANCKGBIIReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFITUJBTkNLR0JJSS5wcm90bxoRSFBHQUdCR0pMSUQucHJvdG8aEUNCSUtN", - "RkZEQ0dJLnByb3RvGhFGSE5HT05FRkJERS5wcm90bxoRRUlLQUlJREFFUFAu", - "cHJvdG8aEVBQRkNKSEVLT0xHLnByb3RvGhFFT0FFR0FFRlBGSC5wcm90bxoR", - "SE9IRE1NTkRLTkoucHJvdG8aEU9GR0JNQ0tOTERKLnByb3RvGhFESk9FRUdI", - "TUNGSi5wcm90bxoRR0lFRENKRExFR0UucHJvdG8aEU9MQk9QR0pGRlBNLnBy", - "b3RvGhFERUlOQURQRUhLRS5wcm90bxoRSUxKSkJHSUZEUEUucHJvdG8aEUhG", - "T0NOSE9KTEFILnByb3RvGhFCS0JJTFBES09JTC5wcm90bxoRR0pJUEpOR05G", - "RUoucHJvdG8aEUhQQ0FJTUtKRElKLnByb3RvGhFBREFGSkZPSkRFRy5wcm90", - "bxoRUEdORElCQkdJSk4ucHJvdG8aEVBIRkJETk5MSU5GLnByb3RvGhFQQ09E", - "RkNOS0hKSy5wcm90byKzCAoLSE1CQU5DS0dCSUkSIwoLTEtNTEdPRUVFS0gY", - "BCABKAsyDC5HSUVEQ0pETEVHRUgAEiMKC0NPSE5MR01JRkJPGAMgASgLMgwu", - "R0lFRENKRExFR0VIABIjCgtQTUxPQ0JISURETBgMIAEoCzIMLkhQR0FHQkdK", - "TElESAASIwoLTEVCTU5MT0FLSEMYDSABKAsyDC5IUEdBR0JHSkxJREgAEiMK", - "C0tCTkxJR0xKRU5OGA4gASgLMgwuT0ZHQk1DS05MREpIABIjCgtNTUZCRU5B", - "TUJORRgPIAEoCzIMLk9GR0JNQ0tOTERKSAASIwoLR05BSURISEpFQkkYBiAB", - "KAsyDC5FT0FFR0FFRlBGSEgAEiMKC0pCREhMSEhGREdFGAsgASgLMgwuRU9B", - "RUdBRUZQRkhIABIjCgtKUExQTEZDT09LRBgKIAEoCzIMLlBQRkNKSEVLT0xH", - "SAASIwoLTUtPRk9PQ09LQksYAiABKAsyDC5QUEZDSkhFS09MR0gAEiMKC09M", - "TUdORU9BSE9QGAEgASgLMgwuUEhGQkROTkxJTkZIABIjCgtHQkZGR1BIRk1E", - "UBgFIAEoCzIMLkFEQUZKRk9KREVHSAASIwoLRE1OTUlGSkhFQ0wYByABKAsy", - "DC5BREFGSkZPSkRFR0gAEiMKC0lNRkNETUlFT1BMGAggASgLMgwuUENPREZD", - "TktISktIABIjCgtQQ0xMQ0JNSENCRBgJIAEoCzIMLk9MQk9QR0pGRlBNSAAS", - "JAoLQklFRE1KUEFFQkQY+g8gASgLMgwuSEZPQ05IT0pMQUhIABIkCgtGT0lD", - "Rk9HQ0dJQRjVCyABKAsyDC5QR05ESUJCR0lKTkgAEiQKC05DRUlETE5LQkJH", - "GMwFIAEoCzIMLkRKT0VFR0hNQ0ZKSAASJAoLS01NRFBFSkFLRUMY8w4gASgL", - "MgwuQ0JJS01GRkRDR0lIABIkCgtHUE5MUE5FRUhETRiTBiABKAsyDC5IUENB", - "SU1LSkRJSkgAEiQKC0NORUtMT0tIQUhMGN8HIAEoCzIMLkhPSERNTU5ES05K", - "SAASJAoLRE1GSkRBSFBJSUQY8AUgASgLMgwuRkhOR09ORUZCREVIABIkCgtJ", - "TE9FS0hLRUpBShiPCSABKAsyDC5QUEZDSkhFS09MR0gAEiQKC0xBRUdKUElM", - "Tk5EGKYFIAEoCzIMLklMSkpCR0lGRFBFSAASJAoLTENES0xBSEdLSkkYhAog", - "ASgLMgwuREVJTkFEUEVIS0VIABIkCgtCQ0FEREZEQkZOQRi5ByABKAsyDC5C", - "S0JJTFBES09JTEgAEiQKC0xJR0xFRkpNTEhNGOIGIAEoCzIMLkVJS0FJSURB", - "RVBQSAASJAoLR0JOQ0lESk5MUEwY2QogASgLMgwuR0pJUEpOR05GRUpIAEIL", - "CglpbmZvX2Nhc2VCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG", - "cHJvdG8z")); + "ChFITUJBTkNLR0JJSS5wcm90bxoRT0xCT1BHSkZGUE0ucHJvdG8aEUFEQUZK", + "Rk9KREVHLnByb3RvGhFIT0hETU1OREtOSi5wcm90bxoRUENPREZDTktISksu", + "cHJvdG8aEUlMSkpCR0lGRFBFLnByb3RvGhFESk9FRUdITUNGSi5wcm90bxoR", + "RkhOR09ORUZCREUucHJvdG8aEVBQRkNKSEVLT0xHLnByb3RvGhFPRkdCTUNL", + "TkxESi5wcm90bxoRSFBDQUlNS0pESUoucHJvdG8aEUdJRURDSkRMRUdFLnBy", + "b3RvGhFDQklLTUZGRENHSS5wcm90bxoRSFBHQUdCR0pMSUQucHJvdG8aEVBH", + "TkRJQkJHSUpOLnByb3RvGhFIRk9DTkhPSkxBSC5wcm90bxoRUEhGQkROTkxJ", + "TkYucHJvdG8aEUVPQUVHQUVGUEZILnByb3RvIp0HCgtITUJBTkNLR0JJSRIj", + "CgtMS01MR09FRUVLSBgEIAEoCzIMLkdJRURDSkRMRUdFSAASIwoLQ09ITkxH", + "TUlGQk8YAyABKAsyDC5HSUVEQ0pETEVHRUgAEiMKC1BNTE9DQkhJRERMGAwg", + "ASgLMgwuSFBHQUdCR0pMSURIABIjCgtMRUJNTkxPQUtIQxgNIAEoCzIMLkhQ", + "R0FHQkdKTElESAASIwoLS0JOTElHTEpFTk4YDiABKAsyDC5PRkdCTUNLTkxE", + "SkgAEiMKC01NRkJFTkFNQk5FGA8gASgLMgwuT0ZHQk1DS05MREpIABIjCgtH", + "TkFJREhISkVCSRgGIAEoCzIMLkVPQUVHQUVGUEZISAASIwoLSkJESExISEZE", + "R0UYCyABKAsyDC5FT0FFR0FFRlBGSEgAEiMKC0pQTFBMRkNPT0tEGAogASgL", + "MgwuUFBGQ0pIRUtPTEdIABIjCgtNS09GT09DT0tCSxgCIAEoCzIMLlBQRkNK", + "SEVLT0xHSAASIwoLT0xNR05FT0FIT1AYASABKAsyDC5QSEZCRE5OTElORkgA", + "EiMKC0dCRkZHUEhGTURQGAUgASgLMgwuQURBRkpGT0pERUdIABIjCgtETU5N", + "SUZKSEVDTBgHIAEoCzIMLkFEQUZKRk9KREVHSAASIwoLSU1GQ0RNSUVPUEwY", + "CCABKAsyDC5QQ09ERkNOS0hKS0gAEiMKC1BDTExDQk1IQ0JEGAkgASgLMgwu", + "T0xCT1BHSkZGUE1IABIkCgtCSUVETUpQQUVCRBj6DyABKAsyDC5IRk9DTkhP", + "SkxBSEgAEiQKC0ZPSUNGT0dDR0lBGNULIAEoCzIMLlBHTkRJQkJHSUpOSAAS", + "JAoLTkNFSURMTktCQkcYzAUgASgLMgwuREpPRUVHSE1DRkpIABIkCgtLTU1E", + "UEVKQUtFQxjzDiABKAsyDC5DQklLTUZGRENHSUgAEiQKC0dQTkxQTkVFSERN", + "GJMGIAEoCzIMLkhQQ0FJTUtKRElKSAASJAoLQ05FS0xPS0hBSEwY3wcgASgL", + "MgwuSE9IRE1NTkRLTkpIABIkCgtETUZKREFIUElJRBjwBSABKAsyDC5GSE5H", + "T05FRkJERUgAEiQKC0lMT0VLSEtFSkFKGI8JIAEoCzIMLlBQRkNKSEVLT0xH", + "SAASJAoLTEFFR0pQSUxOTkQYpgUgASgLMgwuSUxKSkJHSUZEUEVIAEINCgtM", + "UEJESU5NS0xEREIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", + "cm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.HPGAGBGJLIDReflection.Descriptor, global::EggLink.DanhengServer.Proto.CBIKMFFDCGIReflection.Descriptor, global::EggLink.DanhengServer.Proto.FHNGONEFBDEReflection.Descriptor, global::EggLink.DanhengServer.Proto.EIKAIIDAEPPReflection.Descriptor, global::EggLink.DanhengServer.Proto.PPFCJHEKOLGReflection.Descriptor, global::EggLink.DanhengServer.Proto.EOAEGAEFPFHReflection.Descriptor, global::EggLink.DanhengServer.Proto.HOHDMMNDKNJReflection.Descriptor, global::EggLink.DanhengServer.Proto.OFGBMCKNLDJReflection.Descriptor, global::EggLink.DanhengServer.Proto.DJOEEGHMCFJReflection.Descriptor, global::EggLink.DanhengServer.Proto.GIEDCJDLEGEReflection.Descriptor, global::EggLink.DanhengServer.Proto.OLBOPGJFFPMReflection.Descriptor, global::EggLink.DanhengServer.Proto.DEINADPEHKEReflection.Descriptor, global::EggLink.DanhengServer.Proto.ILJJBGIFDPEReflection.Descriptor, global::EggLink.DanhengServer.Proto.HFOCNHOJLAHReflection.Descriptor, global::EggLink.DanhengServer.Proto.BKBILPDKOILReflection.Descriptor, global::EggLink.DanhengServer.Proto.GJIPJNGNFEJReflection.Descriptor, global::EggLink.DanhengServer.Proto.HPCAIMKJDIJReflection.Descriptor, global::EggLink.DanhengServer.Proto.ADAFJFOJDEGReflection.Descriptor, global::EggLink.DanhengServer.Proto.PGNDIBBGIJNReflection.Descriptor, global::EggLink.DanhengServer.Proto.PHFBDNNLINFReflection.Descriptor, global::EggLink.DanhengServer.Proto.PCODFCNKHJKReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.OLBOPGJFFPMReflection.Descriptor, global::EggLink.DanhengServer.Proto.ADAFJFOJDEGReflection.Descriptor, global::EggLink.DanhengServer.Proto.HOHDMMNDKNJReflection.Descriptor, global::EggLink.DanhengServer.Proto.PCODFCNKHJKReflection.Descriptor, global::EggLink.DanhengServer.Proto.ILJJBGIFDPEReflection.Descriptor, global::EggLink.DanhengServer.Proto.DJOEEGHMCFJReflection.Descriptor, global::EggLink.DanhengServer.Proto.FHNGONEFBDEReflection.Descriptor, global::EggLink.DanhengServer.Proto.PPFCJHEKOLGReflection.Descriptor, global::EggLink.DanhengServer.Proto.OFGBMCKNLDJReflection.Descriptor, global::EggLink.DanhengServer.Proto.HPCAIMKJDIJReflection.Descriptor, global::EggLink.DanhengServer.Proto.GIEDCJDLEGEReflection.Descriptor, global::EggLink.DanhengServer.Proto.CBIKMFFDCGIReflection.Descriptor, global::EggLink.DanhengServer.Proto.HPGAGBGJLIDReflection.Descriptor, global::EggLink.DanhengServer.Proto.PGNDIBBGIJNReflection.Descriptor, global::EggLink.DanhengServer.Proto.HFOCNHOJLAHReflection.Descriptor, global::EggLink.DanhengServer.Proto.PHFBDNNLINFReflection.Descriptor, global::EggLink.DanhengServer.Proto.EOAEGAEFPFHReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.HMBANCKGBII), global::EggLink.DanhengServer.Proto.HMBANCKGBII.Parser, new[]{ "LKMLGOEEEKH", "COHNLGMIFBO", "PMLOCBHIDDL", "LEBMNLOAKHC", "KBNLIGLJENN", "MMFBENAMBNE", "GNAIDHHJEBI", "JBDHLHHFDGE", "JPLPLFCOOKD", "MKOFOOCOKBK", "OLMGNEOAHOP", "GBFFGPHFMDP", "DMNMIFJHECL", "IMFCDMIEOPL", "PCLLCBMHCBD", "BIEDMJPAEBD", "FOICFOGCGIA", "NCEIDLNKBBG", "KMMDPEJAKEC", "GPNLPNEEHDM", "CNEKLOKHAHL", "DMFJDAHPIID", "ILOEKHKEJAJ", "LAEGJPILNND", "LCDKLAHGKJI", "BCADDFDBFNA", "LIGLEFJMLHM", "GBNCIDJNLPL" }, new[]{ "InfoCase" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.HMBANCKGBII), global::EggLink.DanhengServer.Proto.HMBANCKGBII.Parser, new[]{ "LKMLGOEEEKH", "COHNLGMIFBO", "PMLOCBHIDDL", "LEBMNLOAKHC", "KBNLIGLJENN", "MMFBENAMBNE", "GNAIDHHJEBI", "JBDHLHHFDGE", "JPLPLFCOOKD", "MKOFOOCOKBK", "OLMGNEOAHOP", "GBFFGPHFMDP", "DMNMIFJHECL", "IMFCDMIEOPL", "PCLLCBMHCBD", "BIEDMJPAEBD", "FOICFOGCGIA", "NCEIDLNKBBG", "KMMDPEJAKEC", "GPNLPNEEHDM", "CNEKLOKHAHL", "DMFJDAHPIID", "ILOEKHKEJAJ", "LAEGJPILNND" }, new[]{ "LPBDINMKLDD" }, null, null, null) })); } #endregion @@ -104,91 +99,79 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public HMBANCKGBII(HMBANCKGBII other) : this() { - switch (other.InfoCaseCase) { - case InfoCaseOneofCase.LKMLGOEEEKH: + switch (other.LPBDINMKLDDCase) { + case LPBDINMKLDDOneofCase.LKMLGOEEEKH: LKMLGOEEEKH = other.LKMLGOEEEKH.Clone(); break; - case InfoCaseOneofCase.COHNLGMIFBO: + case LPBDINMKLDDOneofCase.COHNLGMIFBO: COHNLGMIFBO = other.COHNLGMIFBO.Clone(); break; - case InfoCaseOneofCase.PMLOCBHIDDL: + case LPBDINMKLDDOneofCase.PMLOCBHIDDL: PMLOCBHIDDL = other.PMLOCBHIDDL.Clone(); break; - case InfoCaseOneofCase.LEBMNLOAKHC: + case LPBDINMKLDDOneofCase.LEBMNLOAKHC: LEBMNLOAKHC = other.LEBMNLOAKHC.Clone(); break; - case InfoCaseOneofCase.KBNLIGLJENN: + case LPBDINMKLDDOneofCase.KBNLIGLJENN: KBNLIGLJENN = other.KBNLIGLJENN.Clone(); break; - case InfoCaseOneofCase.MMFBENAMBNE: + case LPBDINMKLDDOneofCase.MMFBENAMBNE: MMFBENAMBNE = other.MMFBENAMBNE.Clone(); break; - case InfoCaseOneofCase.GNAIDHHJEBI: + case LPBDINMKLDDOneofCase.GNAIDHHJEBI: GNAIDHHJEBI = other.GNAIDHHJEBI.Clone(); break; - case InfoCaseOneofCase.JBDHLHHFDGE: + case LPBDINMKLDDOneofCase.JBDHLHHFDGE: JBDHLHHFDGE = other.JBDHLHHFDGE.Clone(); break; - case InfoCaseOneofCase.JPLPLFCOOKD: + case LPBDINMKLDDOneofCase.JPLPLFCOOKD: JPLPLFCOOKD = other.JPLPLFCOOKD.Clone(); break; - case InfoCaseOneofCase.MKOFOOCOKBK: + case LPBDINMKLDDOneofCase.MKOFOOCOKBK: MKOFOOCOKBK = other.MKOFOOCOKBK.Clone(); break; - case InfoCaseOneofCase.OLMGNEOAHOP: + case LPBDINMKLDDOneofCase.OLMGNEOAHOP: OLMGNEOAHOP = other.OLMGNEOAHOP.Clone(); break; - case InfoCaseOneofCase.GBFFGPHFMDP: + case LPBDINMKLDDOneofCase.GBFFGPHFMDP: GBFFGPHFMDP = other.GBFFGPHFMDP.Clone(); break; - case InfoCaseOneofCase.DMNMIFJHECL: + case LPBDINMKLDDOneofCase.DMNMIFJHECL: DMNMIFJHECL = other.DMNMIFJHECL.Clone(); break; - case InfoCaseOneofCase.IMFCDMIEOPL: + case LPBDINMKLDDOneofCase.IMFCDMIEOPL: IMFCDMIEOPL = other.IMFCDMIEOPL.Clone(); break; - case InfoCaseOneofCase.PCLLCBMHCBD: + case LPBDINMKLDDOneofCase.PCLLCBMHCBD: PCLLCBMHCBD = other.PCLLCBMHCBD.Clone(); break; - case InfoCaseOneofCase.BIEDMJPAEBD: + case LPBDINMKLDDOneofCase.BIEDMJPAEBD: BIEDMJPAEBD = other.BIEDMJPAEBD.Clone(); break; - case InfoCaseOneofCase.FOICFOGCGIA: + case LPBDINMKLDDOneofCase.FOICFOGCGIA: FOICFOGCGIA = other.FOICFOGCGIA.Clone(); break; - case InfoCaseOneofCase.NCEIDLNKBBG: + case LPBDINMKLDDOneofCase.NCEIDLNKBBG: NCEIDLNKBBG = other.NCEIDLNKBBG.Clone(); break; - case InfoCaseOneofCase.KMMDPEJAKEC: + case LPBDINMKLDDOneofCase.KMMDPEJAKEC: KMMDPEJAKEC = other.KMMDPEJAKEC.Clone(); break; - case InfoCaseOneofCase.GPNLPNEEHDM: + case LPBDINMKLDDOneofCase.GPNLPNEEHDM: GPNLPNEEHDM = other.GPNLPNEEHDM.Clone(); break; - case InfoCaseOneofCase.CNEKLOKHAHL: + case LPBDINMKLDDOneofCase.CNEKLOKHAHL: CNEKLOKHAHL = other.CNEKLOKHAHL.Clone(); break; - case InfoCaseOneofCase.DMFJDAHPIID: + case LPBDINMKLDDOneofCase.DMFJDAHPIID: DMFJDAHPIID = other.DMFJDAHPIID.Clone(); break; - case InfoCaseOneofCase.ILOEKHKEJAJ: + case LPBDINMKLDDOneofCase.ILOEKHKEJAJ: ILOEKHKEJAJ = other.ILOEKHKEJAJ.Clone(); break; - case InfoCaseOneofCase.LAEGJPILNND: + case LPBDINMKLDDOneofCase.LAEGJPILNND: LAEGJPILNND = other.LAEGJPILNND.Clone(); break; - case InfoCaseOneofCase.LCDKLAHGKJI: - LCDKLAHGKJI = other.LCDKLAHGKJI.Clone(); - break; - case InfoCaseOneofCase.BCADDFDBFNA: - BCADDFDBFNA = other.BCADDFDBFNA.Clone(); - break; - case InfoCaseOneofCase.LIGLEFJMLHM: - LIGLEFJMLHM = other.LIGLEFJMLHM.Clone(); - break; - case InfoCaseOneofCase.GBNCIDJNLPL: - GBNCIDJNLPL = other.GBNCIDJNLPL.Clone(); - break; } _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); @@ -205,10 +188,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.GIEDCJDLEGE LKMLGOEEEKH { - get { return infoCaseCase_ == InfoCaseOneofCase.LKMLGOEEEKH ? (global::EggLink.DanhengServer.Proto.GIEDCJDLEGE) infoCase_ : null; } + get { return lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.LKMLGOEEEKH ? (global::EggLink.DanhengServer.Proto.GIEDCJDLEGE) lPBDINMKLDD_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.LKMLGOEEEKH; + lPBDINMKLDD_ = value; + lPBDINMKLDDCase_ = value == null ? LPBDINMKLDDOneofCase.None : LPBDINMKLDDOneofCase.LKMLGOEEEKH; } } @@ -217,10 +200,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.GIEDCJDLEGE COHNLGMIFBO { - get { return infoCaseCase_ == InfoCaseOneofCase.COHNLGMIFBO ? (global::EggLink.DanhengServer.Proto.GIEDCJDLEGE) infoCase_ : null; } + get { return lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.COHNLGMIFBO ? (global::EggLink.DanhengServer.Proto.GIEDCJDLEGE) lPBDINMKLDD_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.COHNLGMIFBO; + lPBDINMKLDD_ = value; + lPBDINMKLDDCase_ = value == null ? LPBDINMKLDDOneofCase.None : LPBDINMKLDDOneofCase.COHNLGMIFBO; } } @@ -229,10 +212,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.HPGAGBGJLID PMLOCBHIDDL { - get { return infoCaseCase_ == InfoCaseOneofCase.PMLOCBHIDDL ? (global::EggLink.DanhengServer.Proto.HPGAGBGJLID) infoCase_ : null; } + get { return lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.PMLOCBHIDDL ? (global::EggLink.DanhengServer.Proto.HPGAGBGJLID) lPBDINMKLDD_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.PMLOCBHIDDL; + lPBDINMKLDD_ = value; + lPBDINMKLDDCase_ = value == null ? LPBDINMKLDDOneofCase.None : LPBDINMKLDDOneofCase.PMLOCBHIDDL; } } @@ -241,10 +224,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.HPGAGBGJLID LEBMNLOAKHC { - get { return infoCaseCase_ == InfoCaseOneofCase.LEBMNLOAKHC ? (global::EggLink.DanhengServer.Proto.HPGAGBGJLID) infoCase_ : null; } + get { return lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.LEBMNLOAKHC ? (global::EggLink.DanhengServer.Proto.HPGAGBGJLID) lPBDINMKLDD_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.LEBMNLOAKHC; + lPBDINMKLDD_ = value; + lPBDINMKLDDCase_ = value == null ? LPBDINMKLDDOneofCase.None : LPBDINMKLDDOneofCase.LEBMNLOAKHC; } } @@ -253,10 +236,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.OFGBMCKNLDJ KBNLIGLJENN { - get { return infoCaseCase_ == InfoCaseOneofCase.KBNLIGLJENN ? (global::EggLink.DanhengServer.Proto.OFGBMCKNLDJ) infoCase_ : null; } + get { return lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.KBNLIGLJENN ? (global::EggLink.DanhengServer.Proto.OFGBMCKNLDJ) lPBDINMKLDD_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.KBNLIGLJENN; + lPBDINMKLDD_ = value; + lPBDINMKLDDCase_ = value == null ? LPBDINMKLDDOneofCase.None : LPBDINMKLDDOneofCase.KBNLIGLJENN; } } @@ -265,10 +248,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.OFGBMCKNLDJ MMFBENAMBNE { - get { return infoCaseCase_ == InfoCaseOneofCase.MMFBENAMBNE ? (global::EggLink.DanhengServer.Proto.OFGBMCKNLDJ) infoCase_ : null; } + get { return lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.MMFBENAMBNE ? (global::EggLink.DanhengServer.Proto.OFGBMCKNLDJ) lPBDINMKLDD_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.MMFBENAMBNE; + lPBDINMKLDD_ = value; + lPBDINMKLDDCase_ = value == null ? LPBDINMKLDDOneofCase.None : LPBDINMKLDDOneofCase.MMFBENAMBNE; } } @@ -277,10 +260,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.EOAEGAEFPFH GNAIDHHJEBI { - get { return infoCaseCase_ == InfoCaseOneofCase.GNAIDHHJEBI ? (global::EggLink.DanhengServer.Proto.EOAEGAEFPFH) infoCase_ : null; } + get { return lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.GNAIDHHJEBI ? (global::EggLink.DanhengServer.Proto.EOAEGAEFPFH) lPBDINMKLDD_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.GNAIDHHJEBI; + lPBDINMKLDD_ = value; + lPBDINMKLDDCase_ = value == null ? LPBDINMKLDDOneofCase.None : LPBDINMKLDDOneofCase.GNAIDHHJEBI; } } @@ -289,10 +272,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.EOAEGAEFPFH JBDHLHHFDGE { - get { return infoCaseCase_ == InfoCaseOneofCase.JBDHLHHFDGE ? (global::EggLink.DanhengServer.Proto.EOAEGAEFPFH) infoCase_ : null; } + get { return lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.JBDHLHHFDGE ? (global::EggLink.DanhengServer.Proto.EOAEGAEFPFH) lPBDINMKLDD_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.JBDHLHHFDGE; + lPBDINMKLDD_ = value; + lPBDINMKLDDCase_ = value == null ? LPBDINMKLDDOneofCase.None : LPBDINMKLDDOneofCase.JBDHLHHFDGE; } } @@ -301,10 +284,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.PPFCJHEKOLG JPLPLFCOOKD { - get { return infoCaseCase_ == InfoCaseOneofCase.JPLPLFCOOKD ? (global::EggLink.DanhengServer.Proto.PPFCJHEKOLG) infoCase_ : null; } + get { return lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.JPLPLFCOOKD ? (global::EggLink.DanhengServer.Proto.PPFCJHEKOLG) lPBDINMKLDD_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.JPLPLFCOOKD; + lPBDINMKLDD_ = value; + lPBDINMKLDDCase_ = value == null ? LPBDINMKLDDOneofCase.None : LPBDINMKLDDOneofCase.JPLPLFCOOKD; } } @@ -313,10 +296,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.PPFCJHEKOLG MKOFOOCOKBK { - get { return infoCaseCase_ == InfoCaseOneofCase.MKOFOOCOKBK ? (global::EggLink.DanhengServer.Proto.PPFCJHEKOLG) infoCase_ : null; } + get { return lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.MKOFOOCOKBK ? (global::EggLink.DanhengServer.Proto.PPFCJHEKOLG) lPBDINMKLDD_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.MKOFOOCOKBK; + lPBDINMKLDD_ = value; + lPBDINMKLDDCase_ = value == null ? LPBDINMKLDDOneofCase.None : LPBDINMKLDDOneofCase.MKOFOOCOKBK; } } @@ -325,10 +308,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.PHFBDNNLINF OLMGNEOAHOP { - get { return infoCaseCase_ == InfoCaseOneofCase.OLMGNEOAHOP ? (global::EggLink.DanhengServer.Proto.PHFBDNNLINF) infoCase_ : null; } + get { return lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.OLMGNEOAHOP ? (global::EggLink.DanhengServer.Proto.PHFBDNNLINF) lPBDINMKLDD_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.OLMGNEOAHOP; + lPBDINMKLDD_ = value; + lPBDINMKLDDCase_ = value == null ? LPBDINMKLDDOneofCase.None : LPBDINMKLDDOneofCase.OLMGNEOAHOP; } } @@ -337,10 +320,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.ADAFJFOJDEG GBFFGPHFMDP { - get { return infoCaseCase_ == InfoCaseOneofCase.GBFFGPHFMDP ? (global::EggLink.DanhengServer.Proto.ADAFJFOJDEG) infoCase_ : null; } + get { return lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.GBFFGPHFMDP ? (global::EggLink.DanhengServer.Proto.ADAFJFOJDEG) lPBDINMKLDD_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.GBFFGPHFMDP; + lPBDINMKLDD_ = value; + lPBDINMKLDDCase_ = value == null ? LPBDINMKLDDOneofCase.None : LPBDINMKLDDOneofCase.GBFFGPHFMDP; } } @@ -349,10 +332,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.ADAFJFOJDEG DMNMIFJHECL { - get { return infoCaseCase_ == InfoCaseOneofCase.DMNMIFJHECL ? (global::EggLink.DanhengServer.Proto.ADAFJFOJDEG) infoCase_ : null; } + get { return lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.DMNMIFJHECL ? (global::EggLink.DanhengServer.Proto.ADAFJFOJDEG) lPBDINMKLDD_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.DMNMIFJHECL; + lPBDINMKLDD_ = value; + lPBDINMKLDDCase_ = value == null ? LPBDINMKLDDOneofCase.None : LPBDINMKLDDOneofCase.DMNMIFJHECL; } } @@ -361,10 +344,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.PCODFCNKHJK IMFCDMIEOPL { - get { return infoCaseCase_ == InfoCaseOneofCase.IMFCDMIEOPL ? (global::EggLink.DanhengServer.Proto.PCODFCNKHJK) infoCase_ : null; } + get { return lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.IMFCDMIEOPL ? (global::EggLink.DanhengServer.Proto.PCODFCNKHJK) lPBDINMKLDD_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.IMFCDMIEOPL; + lPBDINMKLDD_ = value; + lPBDINMKLDDCase_ = value == null ? LPBDINMKLDDOneofCase.None : LPBDINMKLDDOneofCase.IMFCDMIEOPL; } } @@ -373,10 +356,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.OLBOPGJFFPM PCLLCBMHCBD { - get { return infoCaseCase_ == InfoCaseOneofCase.PCLLCBMHCBD ? (global::EggLink.DanhengServer.Proto.OLBOPGJFFPM) infoCase_ : null; } + get { return lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.PCLLCBMHCBD ? (global::EggLink.DanhengServer.Proto.OLBOPGJFFPM) lPBDINMKLDD_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.PCLLCBMHCBD; + lPBDINMKLDD_ = value; + lPBDINMKLDDCase_ = value == null ? LPBDINMKLDDOneofCase.None : LPBDINMKLDDOneofCase.PCLLCBMHCBD; } } @@ -385,10 +368,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.HFOCNHOJLAH BIEDMJPAEBD { - get { return infoCaseCase_ == InfoCaseOneofCase.BIEDMJPAEBD ? (global::EggLink.DanhengServer.Proto.HFOCNHOJLAH) infoCase_ : null; } + get { return lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.BIEDMJPAEBD ? (global::EggLink.DanhengServer.Proto.HFOCNHOJLAH) lPBDINMKLDD_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.BIEDMJPAEBD; + lPBDINMKLDD_ = value; + lPBDINMKLDDCase_ = value == null ? LPBDINMKLDDOneofCase.None : LPBDINMKLDDOneofCase.BIEDMJPAEBD; } } @@ -397,10 +380,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.PGNDIBBGIJN FOICFOGCGIA { - get { return infoCaseCase_ == InfoCaseOneofCase.FOICFOGCGIA ? (global::EggLink.DanhengServer.Proto.PGNDIBBGIJN) infoCase_ : null; } + get { return lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.FOICFOGCGIA ? (global::EggLink.DanhengServer.Proto.PGNDIBBGIJN) lPBDINMKLDD_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.FOICFOGCGIA; + lPBDINMKLDD_ = value; + lPBDINMKLDDCase_ = value == null ? LPBDINMKLDDOneofCase.None : LPBDINMKLDDOneofCase.FOICFOGCGIA; } } @@ -409,10 +392,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.DJOEEGHMCFJ NCEIDLNKBBG { - get { return infoCaseCase_ == InfoCaseOneofCase.NCEIDLNKBBG ? (global::EggLink.DanhengServer.Proto.DJOEEGHMCFJ) infoCase_ : null; } + get { return lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.NCEIDLNKBBG ? (global::EggLink.DanhengServer.Proto.DJOEEGHMCFJ) lPBDINMKLDD_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.NCEIDLNKBBG; + lPBDINMKLDD_ = value; + lPBDINMKLDDCase_ = value == null ? LPBDINMKLDDOneofCase.None : LPBDINMKLDDOneofCase.NCEIDLNKBBG; } } @@ -421,10 +404,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.CBIKMFFDCGI KMMDPEJAKEC { - get { return infoCaseCase_ == InfoCaseOneofCase.KMMDPEJAKEC ? (global::EggLink.DanhengServer.Proto.CBIKMFFDCGI) infoCase_ : null; } + get { return lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.KMMDPEJAKEC ? (global::EggLink.DanhengServer.Proto.CBIKMFFDCGI) lPBDINMKLDD_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.KMMDPEJAKEC; + lPBDINMKLDD_ = value; + lPBDINMKLDDCase_ = value == null ? LPBDINMKLDDOneofCase.None : LPBDINMKLDDOneofCase.KMMDPEJAKEC; } } @@ -433,10 +416,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.HPCAIMKJDIJ GPNLPNEEHDM { - get { return infoCaseCase_ == InfoCaseOneofCase.GPNLPNEEHDM ? (global::EggLink.DanhengServer.Proto.HPCAIMKJDIJ) infoCase_ : null; } + get { return lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.GPNLPNEEHDM ? (global::EggLink.DanhengServer.Proto.HPCAIMKJDIJ) lPBDINMKLDD_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.GPNLPNEEHDM; + lPBDINMKLDD_ = value; + lPBDINMKLDDCase_ = value == null ? LPBDINMKLDDOneofCase.None : LPBDINMKLDDOneofCase.GPNLPNEEHDM; } } @@ -445,10 +428,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.HOHDMMNDKNJ CNEKLOKHAHL { - get { return infoCaseCase_ == InfoCaseOneofCase.CNEKLOKHAHL ? (global::EggLink.DanhengServer.Proto.HOHDMMNDKNJ) infoCase_ : null; } + get { return lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.CNEKLOKHAHL ? (global::EggLink.DanhengServer.Proto.HOHDMMNDKNJ) lPBDINMKLDD_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.CNEKLOKHAHL; + lPBDINMKLDD_ = value; + lPBDINMKLDDCase_ = value == null ? LPBDINMKLDDOneofCase.None : LPBDINMKLDDOneofCase.CNEKLOKHAHL; } } @@ -457,10 +440,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.FHNGONEFBDE DMFJDAHPIID { - get { return infoCaseCase_ == InfoCaseOneofCase.DMFJDAHPIID ? (global::EggLink.DanhengServer.Proto.FHNGONEFBDE) infoCase_ : null; } + get { return lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.DMFJDAHPIID ? (global::EggLink.DanhengServer.Proto.FHNGONEFBDE) lPBDINMKLDD_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.DMFJDAHPIID; + lPBDINMKLDD_ = value; + lPBDINMKLDDCase_ = value == null ? LPBDINMKLDDOneofCase.None : LPBDINMKLDDOneofCase.DMFJDAHPIID; } } @@ -469,10 +452,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.PPFCJHEKOLG ILOEKHKEJAJ { - get { return infoCaseCase_ == InfoCaseOneofCase.ILOEKHKEJAJ ? (global::EggLink.DanhengServer.Proto.PPFCJHEKOLG) infoCase_ : null; } + get { return lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.ILOEKHKEJAJ ? (global::EggLink.DanhengServer.Proto.PPFCJHEKOLG) lPBDINMKLDD_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.ILOEKHKEJAJ; + lPBDINMKLDD_ = value; + lPBDINMKLDDCase_ = value == null ? LPBDINMKLDDOneofCase.None : LPBDINMKLDDOneofCase.ILOEKHKEJAJ; } } @@ -481,64 +464,16 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.ILJJBGIFDPE LAEGJPILNND { - get { return infoCaseCase_ == InfoCaseOneofCase.LAEGJPILNND ? (global::EggLink.DanhengServer.Proto.ILJJBGIFDPE) infoCase_ : null; } + get { return lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.LAEGJPILNND ? (global::EggLink.DanhengServer.Proto.ILJJBGIFDPE) lPBDINMKLDD_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.LAEGJPILNND; + lPBDINMKLDD_ = value; + lPBDINMKLDDCase_ = value == null ? LPBDINMKLDDOneofCase.None : LPBDINMKLDDOneofCase.LAEGJPILNND; } } - /// Field number for the "LCDKLAHGKJI" field. - public const int LCDKLAHGKJIFieldNumber = 1284; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.DEINADPEHKE LCDKLAHGKJI { - get { return infoCaseCase_ == InfoCaseOneofCase.LCDKLAHGKJI ? (global::EggLink.DanhengServer.Proto.DEINADPEHKE) infoCase_ : null; } - set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.LCDKLAHGKJI; - } - } - - /// Field number for the "BCADDFDBFNA" field. - public const int BCADDFDBFNAFieldNumber = 953; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.BKBILPDKOIL BCADDFDBFNA { - get { return infoCaseCase_ == InfoCaseOneofCase.BCADDFDBFNA ? (global::EggLink.DanhengServer.Proto.BKBILPDKOIL) infoCase_ : null; } - set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.BCADDFDBFNA; - } - } - - /// Field number for the "LIGLEFJMLHM" field. - public const int LIGLEFJMLHMFieldNumber = 866; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.EIKAIIDAEPP LIGLEFJMLHM { - get { return infoCaseCase_ == InfoCaseOneofCase.LIGLEFJMLHM ? (global::EggLink.DanhengServer.Proto.EIKAIIDAEPP) infoCase_ : null; } - set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.LIGLEFJMLHM; - } - } - - /// Field number for the "GBNCIDJNLPL" field. - public const int GBNCIDJNLPLFieldNumber = 1369; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.GJIPJNGNFEJ GBNCIDJNLPL { - get { return infoCaseCase_ == InfoCaseOneofCase.GBNCIDJNLPL ? (global::EggLink.DanhengServer.Proto.GJIPJNGNFEJ) infoCase_ : null; } - set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.GBNCIDJNLPL; - } - } - - private object infoCase_; - /// Enum of possible cases for the "info_case" oneof. - public enum InfoCaseOneofCase { + private object lPBDINMKLDD_; + /// Enum of possible cases for the "LPBDINMKLDD" oneof. + public enum LPBDINMKLDDOneofCase { None = 0, LKMLGOEEEKH = 4, COHNLGMIFBO = 3, @@ -564,23 +499,19 @@ namespace EggLink.DanhengServer.Proto { DMFJDAHPIID = 752, ILOEKHKEJAJ = 1167, LAEGJPILNND = 678, - LCDKLAHGKJI = 1284, - BCADDFDBFNA = 953, - LIGLEFJMLHM = 866, - GBNCIDJNLPL = 1369, } - private InfoCaseOneofCase infoCaseCase_ = InfoCaseOneofCase.None; + private LPBDINMKLDDOneofCase lPBDINMKLDDCase_ = LPBDINMKLDDOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public InfoCaseOneofCase InfoCaseCase { - get { return infoCaseCase_; } + public LPBDINMKLDDOneofCase LPBDINMKLDDCase { + get { return lPBDINMKLDDCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearInfoCase() { - infoCaseCase_ = InfoCaseOneofCase.None; - infoCase_ = null; + public void ClearLPBDINMKLDD() { + lPBDINMKLDDCase_ = LPBDINMKLDDOneofCase.None; + lPBDINMKLDD_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -622,11 +553,7 @@ namespace EggLink.DanhengServer.Proto { if (!object.Equals(DMFJDAHPIID, other.DMFJDAHPIID)) return false; if (!object.Equals(ILOEKHKEJAJ, other.ILOEKHKEJAJ)) return false; if (!object.Equals(LAEGJPILNND, other.LAEGJPILNND)) return false; - if (!object.Equals(LCDKLAHGKJI, other.LCDKLAHGKJI)) return false; - if (!object.Equals(BCADDFDBFNA, other.BCADDFDBFNA)) return false; - if (!object.Equals(LIGLEFJMLHM, other.LIGLEFJMLHM)) return false; - if (!object.Equals(GBNCIDJNLPL, other.GBNCIDJNLPL)) return false; - if (InfoCaseCase != other.InfoCaseCase) return false; + if (LPBDINMKLDDCase != other.LPBDINMKLDDCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -634,35 +561,31 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (infoCaseCase_ == InfoCaseOneofCase.LKMLGOEEEKH) hash ^= LKMLGOEEEKH.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.COHNLGMIFBO) hash ^= COHNLGMIFBO.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.PMLOCBHIDDL) hash ^= PMLOCBHIDDL.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.LEBMNLOAKHC) hash ^= LEBMNLOAKHC.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.KBNLIGLJENN) hash ^= KBNLIGLJENN.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.MMFBENAMBNE) hash ^= MMFBENAMBNE.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.GNAIDHHJEBI) hash ^= GNAIDHHJEBI.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.JBDHLHHFDGE) hash ^= JBDHLHHFDGE.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.JPLPLFCOOKD) hash ^= JPLPLFCOOKD.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.MKOFOOCOKBK) hash ^= MKOFOOCOKBK.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.OLMGNEOAHOP) hash ^= OLMGNEOAHOP.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.GBFFGPHFMDP) hash ^= GBFFGPHFMDP.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.DMNMIFJHECL) hash ^= DMNMIFJHECL.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.IMFCDMIEOPL) hash ^= IMFCDMIEOPL.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.PCLLCBMHCBD) hash ^= PCLLCBMHCBD.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.BIEDMJPAEBD) hash ^= BIEDMJPAEBD.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.FOICFOGCGIA) hash ^= FOICFOGCGIA.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.NCEIDLNKBBG) hash ^= NCEIDLNKBBG.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.KMMDPEJAKEC) hash ^= KMMDPEJAKEC.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.GPNLPNEEHDM) hash ^= GPNLPNEEHDM.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.CNEKLOKHAHL) hash ^= CNEKLOKHAHL.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.DMFJDAHPIID) hash ^= DMFJDAHPIID.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.ILOEKHKEJAJ) hash ^= ILOEKHKEJAJ.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.LAEGJPILNND) hash ^= LAEGJPILNND.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.LCDKLAHGKJI) hash ^= LCDKLAHGKJI.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.BCADDFDBFNA) hash ^= BCADDFDBFNA.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.LIGLEFJMLHM) hash ^= LIGLEFJMLHM.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.GBNCIDJNLPL) hash ^= GBNCIDJNLPL.GetHashCode(); - hash ^= (int) infoCaseCase_; + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.LKMLGOEEEKH) hash ^= LKMLGOEEEKH.GetHashCode(); + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.COHNLGMIFBO) hash ^= COHNLGMIFBO.GetHashCode(); + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.PMLOCBHIDDL) hash ^= PMLOCBHIDDL.GetHashCode(); + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.LEBMNLOAKHC) hash ^= LEBMNLOAKHC.GetHashCode(); + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.KBNLIGLJENN) hash ^= KBNLIGLJENN.GetHashCode(); + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.MMFBENAMBNE) hash ^= MMFBENAMBNE.GetHashCode(); + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.GNAIDHHJEBI) hash ^= GNAIDHHJEBI.GetHashCode(); + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.JBDHLHHFDGE) hash ^= JBDHLHHFDGE.GetHashCode(); + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.JPLPLFCOOKD) hash ^= JPLPLFCOOKD.GetHashCode(); + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.MKOFOOCOKBK) hash ^= MKOFOOCOKBK.GetHashCode(); + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.OLMGNEOAHOP) hash ^= OLMGNEOAHOP.GetHashCode(); + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.GBFFGPHFMDP) hash ^= GBFFGPHFMDP.GetHashCode(); + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.DMNMIFJHECL) hash ^= DMNMIFJHECL.GetHashCode(); + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.IMFCDMIEOPL) hash ^= IMFCDMIEOPL.GetHashCode(); + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.PCLLCBMHCBD) hash ^= PCLLCBMHCBD.GetHashCode(); + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.BIEDMJPAEBD) hash ^= BIEDMJPAEBD.GetHashCode(); + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.FOICFOGCGIA) hash ^= FOICFOGCGIA.GetHashCode(); + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.NCEIDLNKBBG) hash ^= NCEIDLNKBBG.GetHashCode(); + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.KMMDPEJAKEC) hash ^= KMMDPEJAKEC.GetHashCode(); + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.GPNLPNEEHDM) hash ^= GPNLPNEEHDM.GetHashCode(); + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.CNEKLOKHAHL) hash ^= CNEKLOKHAHL.GetHashCode(); + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.DMFJDAHPIID) hash ^= DMFJDAHPIID.GetHashCode(); + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.ILOEKHKEJAJ) hash ^= ILOEKHKEJAJ.GetHashCode(); + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.LAEGJPILNND) hash ^= LAEGJPILNND.GetHashCode(); + hash ^= (int) lPBDINMKLDDCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -681,115 +604,99 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (infoCaseCase_ == InfoCaseOneofCase.OLMGNEOAHOP) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.OLMGNEOAHOP) { output.WriteRawTag(10); output.WriteMessage(OLMGNEOAHOP); } - if (infoCaseCase_ == InfoCaseOneofCase.MKOFOOCOKBK) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.MKOFOOCOKBK) { output.WriteRawTag(18); output.WriteMessage(MKOFOOCOKBK); } - if (infoCaseCase_ == InfoCaseOneofCase.COHNLGMIFBO) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.COHNLGMIFBO) { output.WriteRawTag(26); output.WriteMessage(COHNLGMIFBO); } - if (infoCaseCase_ == InfoCaseOneofCase.LKMLGOEEEKH) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.LKMLGOEEEKH) { output.WriteRawTag(34); output.WriteMessage(LKMLGOEEEKH); } - if (infoCaseCase_ == InfoCaseOneofCase.GBFFGPHFMDP) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.GBFFGPHFMDP) { output.WriteRawTag(42); output.WriteMessage(GBFFGPHFMDP); } - if (infoCaseCase_ == InfoCaseOneofCase.GNAIDHHJEBI) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.GNAIDHHJEBI) { output.WriteRawTag(50); output.WriteMessage(GNAIDHHJEBI); } - if (infoCaseCase_ == InfoCaseOneofCase.DMNMIFJHECL) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.DMNMIFJHECL) { output.WriteRawTag(58); output.WriteMessage(DMNMIFJHECL); } - if (infoCaseCase_ == InfoCaseOneofCase.IMFCDMIEOPL) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.IMFCDMIEOPL) { output.WriteRawTag(66); output.WriteMessage(IMFCDMIEOPL); } - if (infoCaseCase_ == InfoCaseOneofCase.PCLLCBMHCBD) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.PCLLCBMHCBD) { output.WriteRawTag(74); output.WriteMessage(PCLLCBMHCBD); } - if (infoCaseCase_ == InfoCaseOneofCase.JPLPLFCOOKD) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.JPLPLFCOOKD) { output.WriteRawTag(82); output.WriteMessage(JPLPLFCOOKD); } - if (infoCaseCase_ == InfoCaseOneofCase.JBDHLHHFDGE) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.JBDHLHHFDGE) { output.WriteRawTag(90); output.WriteMessage(JBDHLHHFDGE); } - if (infoCaseCase_ == InfoCaseOneofCase.PMLOCBHIDDL) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.PMLOCBHIDDL) { output.WriteRawTag(98); output.WriteMessage(PMLOCBHIDDL); } - if (infoCaseCase_ == InfoCaseOneofCase.LEBMNLOAKHC) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.LEBMNLOAKHC) { output.WriteRawTag(106); output.WriteMessage(LEBMNLOAKHC); } - if (infoCaseCase_ == InfoCaseOneofCase.KBNLIGLJENN) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.KBNLIGLJENN) { output.WriteRawTag(114); output.WriteMessage(KBNLIGLJENN); } - if (infoCaseCase_ == InfoCaseOneofCase.MMFBENAMBNE) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.MMFBENAMBNE) { output.WriteRawTag(122); output.WriteMessage(MMFBENAMBNE); } - if (infoCaseCase_ == InfoCaseOneofCase.LAEGJPILNND) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.LAEGJPILNND) { output.WriteRawTag(178, 42); output.WriteMessage(LAEGJPILNND); } - if (infoCaseCase_ == InfoCaseOneofCase.NCEIDLNKBBG) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.NCEIDLNKBBG) { output.WriteRawTag(226, 44); output.WriteMessage(NCEIDLNKBBG); } - if (infoCaseCase_ == InfoCaseOneofCase.DMFJDAHPIID) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.DMFJDAHPIID) { output.WriteRawTag(130, 47); output.WriteMessage(DMFJDAHPIID); } - if (infoCaseCase_ == InfoCaseOneofCase.GPNLPNEEHDM) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.GPNLPNEEHDM) { output.WriteRawTag(154, 49); output.WriteMessage(GPNLPNEEHDM); } - if (infoCaseCase_ == InfoCaseOneofCase.LIGLEFJMLHM) { - output.WriteRawTag(146, 54); - output.WriteMessage(LIGLEFJMLHM); - } - if (infoCaseCase_ == InfoCaseOneofCase.BCADDFDBFNA) { - output.WriteRawTag(202, 59); - output.WriteMessage(BCADDFDBFNA); - } - if (infoCaseCase_ == InfoCaseOneofCase.CNEKLOKHAHL) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.CNEKLOKHAHL) { output.WriteRawTag(250, 61); output.WriteMessage(CNEKLOKHAHL); } - if (infoCaseCase_ == InfoCaseOneofCase.ILOEKHKEJAJ) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.ILOEKHKEJAJ) { output.WriteRawTag(250, 72); output.WriteMessage(ILOEKHKEJAJ); } - if (infoCaseCase_ == InfoCaseOneofCase.LCDKLAHGKJI) { - output.WriteRawTag(162, 80); - output.WriteMessage(LCDKLAHGKJI); - } - if (infoCaseCase_ == InfoCaseOneofCase.GBNCIDJNLPL) { - output.WriteRawTag(202, 85); - output.WriteMessage(GBNCIDJNLPL); - } - if (infoCaseCase_ == InfoCaseOneofCase.FOICFOGCGIA) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.FOICFOGCGIA) { output.WriteRawTag(170, 93); output.WriteMessage(FOICFOGCGIA); } - if (infoCaseCase_ == InfoCaseOneofCase.KMMDPEJAKEC) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.KMMDPEJAKEC) { output.WriteRawTag(154, 119); output.WriteMessage(KMMDPEJAKEC); } - if (infoCaseCase_ == InfoCaseOneofCase.BIEDMJPAEBD) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.BIEDMJPAEBD) { output.WriteRawTag(210, 127); output.WriteMessage(BIEDMJPAEBD); } @@ -803,115 +710,99 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (infoCaseCase_ == InfoCaseOneofCase.OLMGNEOAHOP) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.OLMGNEOAHOP) { output.WriteRawTag(10); output.WriteMessage(OLMGNEOAHOP); } - if (infoCaseCase_ == InfoCaseOneofCase.MKOFOOCOKBK) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.MKOFOOCOKBK) { output.WriteRawTag(18); output.WriteMessage(MKOFOOCOKBK); } - if (infoCaseCase_ == InfoCaseOneofCase.COHNLGMIFBO) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.COHNLGMIFBO) { output.WriteRawTag(26); output.WriteMessage(COHNLGMIFBO); } - if (infoCaseCase_ == InfoCaseOneofCase.LKMLGOEEEKH) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.LKMLGOEEEKH) { output.WriteRawTag(34); output.WriteMessage(LKMLGOEEEKH); } - if (infoCaseCase_ == InfoCaseOneofCase.GBFFGPHFMDP) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.GBFFGPHFMDP) { output.WriteRawTag(42); output.WriteMessage(GBFFGPHFMDP); } - if (infoCaseCase_ == InfoCaseOneofCase.GNAIDHHJEBI) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.GNAIDHHJEBI) { output.WriteRawTag(50); output.WriteMessage(GNAIDHHJEBI); } - if (infoCaseCase_ == InfoCaseOneofCase.DMNMIFJHECL) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.DMNMIFJHECL) { output.WriteRawTag(58); output.WriteMessage(DMNMIFJHECL); } - if (infoCaseCase_ == InfoCaseOneofCase.IMFCDMIEOPL) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.IMFCDMIEOPL) { output.WriteRawTag(66); output.WriteMessage(IMFCDMIEOPL); } - if (infoCaseCase_ == InfoCaseOneofCase.PCLLCBMHCBD) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.PCLLCBMHCBD) { output.WriteRawTag(74); output.WriteMessage(PCLLCBMHCBD); } - if (infoCaseCase_ == InfoCaseOneofCase.JPLPLFCOOKD) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.JPLPLFCOOKD) { output.WriteRawTag(82); output.WriteMessage(JPLPLFCOOKD); } - if (infoCaseCase_ == InfoCaseOneofCase.JBDHLHHFDGE) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.JBDHLHHFDGE) { output.WriteRawTag(90); output.WriteMessage(JBDHLHHFDGE); } - if (infoCaseCase_ == InfoCaseOneofCase.PMLOCBHIDDL) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.PMLOCBHIDDL) { output.WriteRawTag(98); output.WriteMessage(PMLOCBHIDDL); } - if (infoCaseCase_ == InfoCaseOneofCase.LEBMNLOAKHC) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.LEBMNLOAKHC) { output.WriteRawTag(106); output.WriteMessage(LEBMNLOAKHC); } - if (infoCaseCase_ == InfoCaseOneofCase.KBNLIGLJENN) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.KBNLIGLJENN) { output.WriteRawTag(114); output.WriteMessage(KBNLIGLJENN); } - if (infoCaseCase_ == InfoCaseOneofCase.MMFBENAMBNE) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.MMFBENAMBNE) { output.WriteRawTag(122); output.WriteMessage(MMFBENAMBNE); } - if (infoCaseCase_ == InfoCaseOneofCase.LAEGJPILNND) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.LAEGJPILNND) { output.WriteRawTag(178, 42); output.WriteMessage(LAEGJPILNND); } - if (infoCaseCase_ == InfoCaseOneofCase.NCEIDLNKBBG) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.NCEIDLNKBBG) { output.WriteRawTag(226, 44); output.WriteMessage(NCEIDLNKBBG); } - if (infoCaseCase_ == InfoCaseOneofCase.DMFJDAHPIID) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.DMFJDAHPIID) { output.WriteRawTag(130, 47); output.WriteMessage(DMFJDAHPIID); } - if (infoCaseCase_ == InfoCaseOneofCase.GPNLPNEEHDM) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.GPNLPNEEHDM) { output.WriteRawTag(154, 49); output.WriteMessage(GPNLPNEEHDM); } - if (infoCaseCase_ == InfoCaseOneofCase.LIGLEFJMLHM) { - output.WriteRawTag(146, 54); - output.WriteMessage(LIGLEFJMLHM); - } - if (infoCaseCase_ == InfoCaseOneofCase.BCADDFDBFNA) { - output.WriteRawTag(202, 59); - output.WriteMessage(BCADDFDBFNA); - } - if (infoCaseCase_ == InfoCaseOneofCase.CNEKLOKHAHL) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.CNEKLOKHAHL) { output.WriteRawTag(250, 61); output.WriteMessage(CNEKLOKHAHL); } - if (infoCaseCase_ == InfoCaseOneofCase.ILOEKHKEJAJ) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.ILOEKHKEJAJ) { output.WriteRawTag(250, 72); output.WriteMessage(ILOEKHKEJAJ); } - if (infoCaseCase_ == InfoCaseOneofCase.LCDKLAHGKJI) { - output.WriteRawTag(162, 80); - output.WriteMessage(LCDKLAHGKJI); - } - if (infoCaseCase_ == InfoCaseOneofCase.GBNCIDJNLPL) { - output.WriteRawTag(202, 85); - output.WriteMessage(GBNCIDJNLPL); - } - if (infoCaseCase_ == InfoCaseOneofCase.FOICFOGCGIA) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.FOICFOGCGIA) { output.WriteRawTag(170, 93); output.WriteMessage(FOICFOGCGIA); } - if (infoCaseCase_ == InfoCaseOneofCase.KMMDPEJAKEC) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.KMMDPEJAKEC) { output.WriteRawTag(154, 119); output.WriteMessage(KMMDPEJAKEC); } - if (infoCaseCase_ == InfoCaseOneofCase.BIEDMJPAEBD) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.BIEDMJPAEBD) { output.WriteRawTag(210, 127); output.WriteMessage(BIEDMJPAEBD); } @@ -925,90 +816,78 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (infoCaseCase_ == InfoCaseOneofCase.LKMLGOEEEKH) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.LKMLGOEEEKH) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(LKMLGOEEEKH); } - if (infoCaseCase_ == InfoCaseOneofCase.COHNLGMIFBO) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.COHNLGMIFBO) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(COHNLGMIFBO); } - if (infoCaseCase_ == InfoCaseOneofCase.PMLOCBHIDDL) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.PMLOCBHIDDL) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(PMLOCBHIDDL); } - if (infoCaseCase_ == InfoCaseOneofCase.LEBMNLOAKHC) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.LEBMNLOAKHC) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(LEBMNLOAKHC); } - if (infoCaseCase_ == InfoCaseOneofCase.KBNLIGLJENN) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.KBNLIGLJENN) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(KBNLIGLJENN); } - if (infoCaseCase_ == InfoCaseOneofCase.MMFBENAMBNE) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.MMFBENAMBNE) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(MMFBENAMBNE); } - if (infoCaseCase_ == InfoCaseOneofCase.GNAIDHHJEBI) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.GNAIDHHJEBI) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(GNAIDHHJEBI); } - if (infoCaseCase_ == InfoCaseOneofCase.JBDHLHHFDGE) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.JBDHLHHFDGE) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(JBDHLHHFDGE); } - if (infoCaseCase_ == InfoCaseOneofCase.JPLPLFCOOKD) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.JPLPLFCOOKD) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(JPLPLFCOOKD); } - if (infoCaseCase_ == InfoCaseOneofCase.MKOFOOCOKBK) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.MKOFOOCOKBK) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(MKOFOOCOKBK); } - if (infoCaseCase_ == InfoCaseOneofCase.OLMGNEOAHOP) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.OLMGNEOAHOP) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(OLMGNEOAHOP); } - if (infoCaseCase_ == InfoCaseOneofCase.GBFFGPHFMDP) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.GBFFGPHFMDP) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(GBFFGPHFMDP); } - if (infoCaseCase_ == InfoCaseOneofCase.DMNMIFJHECL) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.DMNMIFJHECL) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(DMNMIFJHECL); } - if (infoCaseCase_ == InfoCaseOneofCase.IMFCDMIEOPL) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.IMFCDMIEOPL) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(IMFCDMIEOPL); } - if (infoCaseCase_ == InfoCaseOneofCase.PCLLCBMHCBD) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.PCLLCBMHCBD) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(PCLLCBMHCBD); } - if (infoCaseCase_ == InfoCaseOneofCase.BIEDMJPAEBD) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.BIEDMJPAEBD) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(BIEDMJPAEBD); } - if (infoCaseCase_ == InfoCaseOneofCase.FOICFOGCGIA) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.FOICFOGCGIA) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(FOICFOGCGIA); } - if (infoCaseCase_ == InfoCaseOneofCase.NCEIDLNKBBG) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.NCEIDLNKBBG) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(NCEIDLNKBBG); } - if (infoCaseCase_ == InfoCaseOneofCase.KMMDPEJAKEC) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.KMMDPEJAKEC) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(KMMDPEJAKEC); } - if (infoCaseCase_ == InfoCaseOneofCase.GPNLPNEEHDM) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.GPNLPNEEHDM) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(GPNLPNEEHDM); } - if (infoCaseCase_ == InfoCaseOneofCase.CNEKLOKHAHL) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.CNEKLOKHAHL) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(CNEKLOKHAHL); } - if (infoCaseCase_ == InfoCaseOneofCase.DMFJDAHPIID) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.DMFJDAHPIID) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(DMFJDAHPIID); } - if (infoCaseCase_ == InfoCaseOneofCase.ILOEKHKEJAJ) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.ILOEKHKEJAJ) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(ILOEKHKEJAJ); } - if (infoCaseCase_ == InfoCaseOneofCase.LAEGJPILNND) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.LAEGJPILNND) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(LAEGJPILNND); } - if (infoCaseCase_ == InfoCaseOneofCase.LCDKLAHGKJI) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(LCDKLAHGKJI); - } - if (infoCaseCase_ == InfoCaseOneofCase.BCADDFDBFNA) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(BCADDFDBFNA); - } - if (infoCaseCase_ == InfoCaseOneofCase.LIGLEFJMLHM) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(LIGLEFJMLHM); - } - if (infoCaseCase_ == InfoCaseOneofCase.GBNCIDJNLPL) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(GBNCIDJNLPL); - } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -1021,175 +900,151 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - switch (other.InfoCaseCase) { - case InfoCaseOneofCase.LKMLGOEEEKH: + switch (other.LPBDINMKLDDCase) { + case LPBDINMKLDDOneofCase.LKMLGOEEEKH: if (LKMLGOEEEKH == null) { LKMLGOEEEKH = new global::EggLink.DanhengServer.Proto.GIEDCJDLEGE(); } LKMLGOEEEKH.MergeFrom(other.LKMLGOEEEKH); break; - case InfoCaseOneofCase.COHNLGMIFBO: + case LPBDINMKLDDOneofCase.COHNLGMIFBO: if (COHNLGMIFBO == null) { COHNLGMIFBO = new global::EggLink.DanhengServer.Proto.GIEDCJDLEGE(); } COHNLGMIFBO.MergeFrom(other.COHNLGMIFBO); break; - case InfoCaseOneofCase.PMLOCBHIDDL: + case LPBDINMKLDDOneofCase.PMLOCBHIDDL: if (PMLOCBHIDDL == null) { PMLOCBHIDDL = new global::EggLink.DanhengServer.Proto.HPGAGBGJLID(); } PMLOCBHIDDL.MergeFrom(other.PMLOCBHIDDL); break; - case InfoCaseOneofCase.LEBMNLOAKHC: + case LPBDINMKLDDOneofCase.LEBMNLOAKHC: if (LEBMNLOAKHC == null) { LEBMNLOAKHC = new global::EggLink.DanhengServer.Proto.HPGAGBGJLID(); } LEBMNLOAKHC.MergeFrom(other.LEBMNLOAKHC); break; - case InfoCaseOneofCase.KBNLIGLJENN: + case LPBDINMKLDDOneofCase.KBNLIGLJENN: if (KBNLIGLJENN == null) { KBNLIGLJENN = new global::EggLink.DanhengServer.Proto.OFGBMCKNLDJ(); } KBNLIGLJENN.MergeFrom(other.KBNLIGLJENN); break; - case InfoCaseOneofCase.MMFBENAMBNE: + case LPBDINMKLDDOneofCase.MMFBENAMBNE: if (MMFBENAMBNE == null) { MMFBENAMBNE = new global::EggLink.DanhengServer.Proto.OFGBMCKNLDJ(); } MMFBENAMBNE.MergeFrom(other.MMFBENAMBNE); break; - case InfoCaseOneofCase.GNAIDHHJEBI: + case LPBDINMKLDDOneofCase.GNAIDHHJEBI: if (GNAIDHHJEBI == null) { GNAIDHHJEBI = new global::EggLink.DanhengServer.Proto.EOAEGAEFPFH(); } GNAIDHHJEBI.MergeFrom(other.GNAIDHHJEBI); break; - case InfoCaseOneofCase.JBDHLHHFDGE: + case LPBDINMKLDDOneofCase.JBDHLHHFDGE: if (JBDHLHHFDGE == null) { JBDHLHHFDGE = new global::EggLink.DanhengServer.Proto.EOAEGAEFPFH(); } JBDHLHHFDGE.MergeFrom(other.JBDHLHHFDGE); break; - case InfoCaseOneofCase.JPLPLFCOOKD: + case LPBDINMKLDDOneofCase.JPLPLFCOOKD: if (JPLPLFCOOKD == null) { JPLPLFCOOKD = new global::EggLink.DanhengServer.Proto.PPFCJHEKOLG(); } JPLPLFCOOKD.MergeFrom(other.JPLPLFCOOKD); break; - case InfoCaseOneofCase.MKOFOOCOKBK: + case LPBDINMKLDDOneofCase.MKOFOOCOKBK: if (MKOFOOCOKBK == null) { MKOFOOCOKBK = new global::EggLink.DanhengServer.Proto.PPFCJHEKOLG(); } MKOFOOCOKBK.MergeFrom(other.MKOFOOCOKBK); break; - case InfoCaseOneofCase.OLMGNEOAHOP: + case LPBDINMKLDDOneofCase.OLMGNEOAHOP: if (OLMGNEOAHOP == null) { OLMGNEOAHOP = new global::EggLink.DanhengServer.Proto.PHFBDNNLINF(); } OLMGNEOAHOP.MergeFrom(other.OLMGNEOAHOP); break; - case InfoCaseOneofCase.GBFFGPHFMDP: + case LPBDINMKLDDOneofCase.GBFFGPHFMDP: if (GBFFGPHFMDP == null) { GBFFGPHFMDP = new global::EggLink.DanhengServer.Proto.ADAFJFOJDEG(); } GBFFGPHFMDP.MergeFrom(other.GBFFGPHFMDP); break; - case InfoCaseOneofCase.DMNMIFJHECL: + case LPBDINMKLDDOneofCase.DMNMIFJHECL: if (DMNMIFJHECL == null) { DMNMIFJHECL = new global::EggLink.DanhengServer.Proto.ADAFJFOJDEG(); } DMNMIFJHECL.MergeFrom(other.DMNMIFJHECL); break; - case InfoCaseOneofCase.IMFCDMIEOPL: + case LPBDINMKLDDOneofCase.IMFCDMIEOPL: if (IMFCDMIEOPL == null) { IMFCDMIEOPL = new global::EggLink.DanhengServer.Proto.PCODFCNKHJK(); } IMFCDMIEOPL.MergeFrom(other.IMFCDMIEOPL); break; - case InfoCaseOneofCase.PCLLCBMHCBD: + case LPBDINMKLDDOneofCase.PCLLCBMHCBD: if (PCLLCBMHCBD == null) { PCLLCBMHCBD = new global::EggLink.DanhengServer.Proto.OLBOPGJFFPM(); } PCLLCBMHCBD.MergeFrom(other.PCLLCBMHCBD); break; - case InfoCaseOneofCase.BIEDMJPAEBD: + case LPBDINMKLDDOneofCase.BIEDMJPAEBD: if (BIEDMJPAEBD == null) { BIEDMJPAEBD = new global::EggLink.DanhengServer.Proto.HFOCNHOJLAH(); } BIEDMJPAEBD.MergeFrom(other.BIEDMJPAEBD); break; - case InfoCaseOneofCase.FOICFOGCGIA: + case LPBDINMKLDDOneofCase.FOICFOGCGIA: if (FOICFOGCGIA == null) { FOICFOGCGIA = new global::EggLink.DanhengServer.Proto.PGNDIBBGIJN(); } FOICFOGCGIA.MergeFrom(other.FOICFOGCGIA); break; - case InfoCaseOneofCase.NCEIDLNKBBG: + case LPBDINMKLDDOneofCase.NCEIDLNKBBG: if (NCEIDLNKBBG == null) { NCEIDLNKBBG = new global::EggLink.DanhengServer.Proto.DJOEEGHMCFJ(); } NCEIDLNKBBG.MergeFrom(other.NCEIDLNKBBG); break; - case InfoCaseOneofCase.KMMDPEJAKEC: + case LPBDINMKLDDOneofCase.KMMDPEJAKEC: if (KMMDPEJAKEC == null) { KMMDPEJAKEC = new global::EggLink.DanhengServer.Proto.CBIKMFFDCGI(); } KMMDPEJAKEC.MergeFrom(other.KMMDPEJAKEC); break; - case InfoCaseOneofCase.GPNLPNEEHDM: + case LPBDINMKLDDOneofCase.GPNLPNEEHDM: if (GPNLPNEEHDM == null) { GPNLPNEEHDM = new global::EggLink.DanhengServer.Proto.HPCAIMKJDIJ(); } GPNLPNEEHDM.MergeFrom(other.GPNLPNEEHDM); break; - case InfoCaseOneofCase.CNEKLOKHAHL: + case LPBDINMKLDDOneofCase.CNEKLOKHAHL: if (CNEKLOKHAHL == null) { CNEKLOKHAHL = new global::EggLink.DanhengServer.Proto.HOHDMMNDKNJ(); } CNEKLOKHAHL.MergeFrom(other.CNEKLOKHAHL); break; - case InfoCaseOneofCase.DMFJDAHPIID: + case LPBDINMKLDDOneofCase.DMFJDAHPIID: if (DMFJDAHPIID == null) { DMFJDAHPIID = new global::EggLink.DanhengServer.Proto.FHNGONEFBDE(); } DMFJDAHPIID.MergeFrom(other.DMFJDAHPIID); break; - case InfoCaseOneofCase.ILOEKHKEJAJ: + case LPBDINMKLDDOneofCase.ILOEKHKEJAJ: if (ILOEKHKEJAJ == null) { ILOEKHKEJAJ = new global::EggLink.DanhengServer.Proto.PPFCJHEKOLG(); } ILOEKHKEJAJ.MergeFrom(other.ILOEKHKEJAJ); break; - case InfoCaseOneofCase.LAEGJPILNND: + case LPBDINMKLDDOneofCase.LAEGJPILNND: if (LAEGJPILNND == null) { LAEGJPILNND = new global::EggLink.DanhengServer.Proto.ILJJBGIFDPE(); } LAEGJPILNND.MergeFrom(other.LAEGJPILNND); break; - case InfoCaseOneofCase.LCDKLAHGKJI: - if (LCDKLAHGKJI == null) { - LCDKLAHGKJI = new global::EggLink.DanhengServer.Proto.DEINADPEHKE(); - } - LCDKLAHGKJI.MergeFrom(other.LCDKLAHGKJI); - break; - case InfoCaseOneofCase.BCADDFDBFNA: - if (BCADDFDBFNA == null) { - BCADDFDBFNA = new global::EggLink.DanhengServer.Proto.BKBILPDKOIL(); - } - BCADDFDBFNA.MergeFrom(other.BCADDFDBFNA); - break; - case InfoCaseOneofCase.LIGLEFJMLHM: - if (LIGLEFJMLHM == null) { - LIGLEFJMLHM = new global::EggLink.DanhengServer.Proto.EIKAIIDAEPP(); - } - LIGLEFJMLHM.MergeFrom(other.LIGLEFJMLHM); - break; - case InfoCaseOneofCase.GBNCIDJNLPL: - if (GBNCIDJNLPL == null) { - GBNCIDJNLPL = new global::EggLink.DanhengServer.Proto.GJIPJNGNFEJ(); - } - GBNCIDJNLPL.MergeFrom(other.GBNCIDJNLPL); - break; } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); @@ -1209,7 +1064,7 @@ namespace EggLink.DanhengServer.Proto { break; case 10: { global::EggLink.DanhengServer.Proto.PHFBDNNLINF subBuilder = new global::EggLink.DanhengServer.Proto.PHFBDNNLINF(); - if (infoCaseCase_ == InfoCaseOneofCase.OLMGNEOAHOP) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.OLMGNEOAHOP) { subBuilder.MergeFrom(OLMGNEOAHOP); } input.ReadMessage(subBuilder); @@ -1218,7 +1073,7 @@ namespace EggLink.DanhengServer.Proto { } case 18: { global::EggLink.DanhengServer.Proto.PPFCJHEKOLG subBuilder = new global::EggLink.DanhengServer.Proto.PPFCJHEKOLG(); - if (infoCaseCase_ == InfoCaseOneofCase.MKOFOOCOKBK) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.MKOFOOCOKBK) { subBuilder.MergeFrom(MKOFOOCOKBK); } input.ReadMessage(subBuilder); @@ -1227,7 +1082,7 @@ namespace EggLink.DanhengServer.Proto { } case 26: { global::EggLink.DanhengServer.Proto.GIEDCJDLEGE subBuilder = new global::EggLink.DanhengServer.Proto.GIEDCJDLEGE(); - if (infoCaseCase_ == InfoCaseOneofCase.COHNLGMIFBO) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.COHNLGMIFBO) { subBuilder.MergeFrom(COHNLGMIFBO); } input.ReadMessage(subBuilder); @@ -1236,7 +1091,7 @@ namespace EggLink.DanhengServer.Proto { } case 34: { global::EggLink.DanhengServer.Proto.GIEDCJDLEGE subBuilder = new global::EggLink.DanhengServer.Proto.GIEDCJDLEGE(); - if (infoCaseCase_ == InfoCaseOneofCase.LKMLGOEEEKH) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.LKMLGOEEEKH) { subBuilder.MergeFrom(LKMLGOEEEKH); } input.ReadMessage(subBuilder); @@ -1245,7 +1100,7 @@ namespace EggLink.DanhengServer.Proto { } case 42: { global::EggLink.DanhengServer.Proto.ADAFJFOJDEG subBuilder = new global::EggLink.DanhengServer.Proto.ADAFJFOJDEG(); - if (infoCaseCase_ == InfoCaseOneofCase.GBFFGPHFMDP) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.GBFFGPHFMDP) { subBuilder.MergeFrom(GBFFGPHFMDP); } input.ReadMessage(subBuilder); @@ -1254,7 +1109,7 @@ namespace EggLink.DanhengServer.Proto { } case 50: { global::EggLink.DanhengServer.Proto.EOAEGAEFPFH subBuilder = new global::EggLink.DanhengServer.Proto.EOAEGAEFPFH(); - if (infoCaseCase_ == InfoCaseOneofCase.GNAIDHHJEBI) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.GNAIDHHJEBI) { subBuilder.MergeFrom(GNAIDHHJEBI); } input.ReadMessage(subBuilder); @@ -1263,7 +1118,7 @@ namespace EggLink.DanhengServer.Proto { } case 58: { global::EggLink.DanhengServer.Proto.ADAFJFOJDEG subBuilder = new global::EggLink.DanhengServer.Proto.ADAFJFOJDEG(); - if (infoCaseCase_ == InfoCaseOneofCase.DMNMIFJHECL) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.DMNMIFJHECL) { subBuilder.MergeFrom(DMNMIFJHECL); } input.ReadMessage(subBuilder); @@ -1272,7 +1127,7 @@ namespace EggLink.DanhengServer.Proto { } case 66: { global::EggLink.DanhengServer.Proto.PCODFCNKHJK subBuilder = new global::EggLink.DanhengServer.Proto.PCODFCNKHJK(); - if (infoCaseCase_ == InfoCaseOneofCase.IMFCDMIEOPL) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.IMFCDMIEOPL) { subBuilder.MergeFrom(IMFCDMIEOPL); } input.ReadMessage(subBuilder); @@ -1281,7 +1136,7 @@ namespace EggLink.DanhengServer.Proto { } case 74: { global::EggLink.DanhengServer.Proto.OLBOPGJFFPM subBuilder = new global::EggLink.DanhengServer.Proto.OLBOPGJFFPM(); - if (infoCaseCase_ == InfoCaseOneofCase.PCLLCBMHCBD) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.PCLLCBMHCBD) { subBuilder.MergeFrom(PCLLCBMHCBD); } input.ReadMessage(subBuilder); @@ -1290,7 +1145,7 @@ namespace EggLink.DanhengServer.Proto { } case 82: { global::EggLink.DanhengServer.Proto.PPFCJHEKOLG subBuilder = new global::EggLink.DanhengServer.Proto.PPFCJHEKOLG(); - if (infoCaseCase_ == InfoCaseOneofCase.JPLPLFCOOKD) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.JPLPLFCOOKD) { subBuilder.MergeFrom(JPLPLFCOOKD); } input.ReadMessage(subBuilder); @@ -1299,7 +1154,7 @@ namespace EggLink.DanhengServer.Proto { } case 90: { global::EggLink.DanhengServer.Proto.EOAEGAEFPFH subBuilder = new global::EggLink.DanhengServer.Proto.EOAEGAEFPFH(); - if (infoCaseCase_ == InfoCaseOneofCase.JBDHLHHFDGE) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.JBDHLHHFDGE) { subBuilder.MergeFrom(JBDHLHHFDGE); } input.ReadMessage(subBuilder); @@ -1308,7 +1163,7 @@ namespace EggLink.DanhengServer.Proto { } case 98: { global::EggLink.DanhengServer.Proto.HPGAGBGJLID subBuilder = new global::EggLink.DanhengServer.Proto.HPGAGBGJLID(); - if (infoCaseCase_ == InfoCaseOneofCase.PMLOCBHIDDL) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.PMLOCBHIDDL) { subBuilder.MergeFrom(PMLOCBHIDDL); } input.ReadMessage(subBuilder); @@ -1317,7 +1172,7 @@ namespace EggLink.DanhengServer.Proto { } case 106: { global::EggLink.DanhengServer.Proto.HPGAGBGJLID subBuilder = new global::EggLink.DanhengServer.Proto.HPGAGBGJLID(); - if (infoCaseCase_ == InfoCaseOneofCase.LEBMNLOAKHC) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.LEBMNLOAKHC) { subBuilder.MergeFrom(LEBMNLOAKHC); } input.ReadMessage(subBuilder); @@ -1326,7 +1181,7 @@ namespace EggLink.DanhengServer.Proto { } case 114: { global::EggLink.DanhengServer.Proto.OFGBMCKNLDJ subBuilder = new global::EggLink.DanhengServer.Proto.OFGBMCKNLDJ(); - if (infoCaseCase_ == InfoCaseOneofCase.KBNLIGLJENN) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.KBNLIGLJENN) { subBuilder.MergeFrom(KBNLIGLJENN); } input.ReadMessage(subBuilder); @@ -1335,7 +1190,7 @@ namespace EggLink.DanhengServer.Proto { } case 122: { global::EggLink.DanhengServer.Proto.OFGBMCKNLDJ subBuilder = new global::EggLink.DanhengServer.Proto.OFGBMCKNLDJ(); - if (infoCaseCase_ == InfoCaseOneofCase.MMFBENAMBNE) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.MMFBENAMBNE) { subBuilder.MergeFrom(MMFBENAMBNE); } input.ReadMessage(subBuilder); @@ -1344,7 +1199,7 @@ namespace EggLink.DanhengServer.Proto { } case 5426: { global::EggLink.DanhengServer.Proto.ILJJBGIFDPE subBuilder = new global::EggLink.DanhengServer.Proto.ILJJBGIFDPE(); - if (infoCaseCase_ == InfoCaseOneofCase.LAEGJPILNND) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.LAEGJPILNND) { subBuilder.MergeFrom(LAEGJPILNND); } input.ReadMessage(subBuilder); @@ -1353,7 +1208,7 @@ namespace EggLink.DanhengServer.Proto { } case 5730: { global::EggLink.DanhengServer.Proto.DJOEEGHMCFJ subBuilder = new global::EggLink.DanhengServer.Proto.DJOEEGHMCFJ(); - if (infoCaseCase_ == InfoCaseOneofCase.NCEIDLNKBBG) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.NCEIDLNKBBG) { subBuilder.MergeFrom(NCEIDLNKBBG); } input.ReadMessage(subBuilder); @@ -1362,7 +1217,7 @@ namespace EggLink.DanhengServer.Proto { } case 6018: { global::EggLink.DanhengServer.Proto.FHNGONEFBDE subBuilder = new global::EggLink.DanhengServer.Proto.FHNGONEFBDE(); - if (infoCaseCase_ == InfoCaseOneofCase.DMFJDAHPIID) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.DMFJDAHPIID) { subBuilder.MergeFrom(DMFJDAHPIID); } input.ReadMessage(subBuilder); @@ -1371,34 +1226,16 @@ namespace EggLink.DanhengServer.Proto { } case 6298: { global::EggLink.DanhengServer.Proto.HPCAIMKJDIJ subBuilder = new global::EggLink.DanhengServer.Proto.HPCAIMKJDIJ(); - if (infoCaseCase_ == InfoCaseOneofCase.GPNLPNEEHDM) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.GPNLPNEEHDM) { subBuilder.MergeFrom(GPNLPNEEHDM); } input.ReadMessage(subBuilder); GPNLPNEEHDM = subBuilder; break; } - case 6930: { - global::EggLink.DanhengServer.Proto.EIKAIIDAEPP subBuilder = new global::EggLink.DanhengServer.Proto.EIKAIIDAEPP(); - if (infoCaseCase_ == InfoCaseOneofCase.LIGLEFJMLHM) { - subBuilder.MergeFrom(LIGLEFJMLHM); - } - input.ReadMessage(subBuilder); - LIGLEFJMLHM = subBuilder; - break; - } - case 7626: { - global::EggLink.DanhengServer.Proto.BKBILPDKOIL subBuilder = new global::EggLink.DanhengServer.Proto.BKBILPDKOIL(); - if (infoCaseCase_ == InfoCaseOneofCase.BCADDFDBFNA) { - subBuilder.MergeFrom(BCADDFDBFNA); - } - input.ReadMessage(subBuilder); - BCADDFDBFNA = subBuilder; - break; - } case 7930: { global::EggLink.DanhengServer.Proto.HOHDMMNDKNJ subBuilder = new global::EggLink.DanhengServer.Proto.HOHDMMNDKNJ(); - if (infoCaseCase_ == InfoCaseOneofCase.CNEKLOKHAHL) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.CNEKLOKHAHL) { subBuilder.MergeFrom(CNEKLOKHAHL); } input.ReadMessage(subBuilder); @@ -1407,34 +1244,16 @@ namespace EggLink.DanhengServer.Proto { } case 9338: { global::EggLink.DanhengServer.Proto.PPFCJHEKOLG subBuilder = new global::EggLink.DanhengServer.Proto.PPFCJHEKOLG(); - if (infoCaseCase_ == InfoCaseOneofCase.ILOEKHKEJAJ) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.ILOEKHKEJAJ) { subBuilder.MergeFrom(ILOEKHKEJAJ); } input.ReadMessage(subBuilder); ILOEKHKEJAJ = subBuilder; break; } - case 10274: { - global::EggLink.DanhengServer.Proto.DEINADPEHKE subBuilder = new global::EggLink.DanhengServer.Proto.DEINADPEHKE(); - if (infoCaseCase_ == InfoCaseOneofCase.LCDKLAHGKJI) { - subBuilder.MergeFrom(LCDKLAHGKJI); - } - input.ReadMessage(subBuilder); - LCDKLAHGKJI = subBuilder; - break; - } - case 10954: { - global::EggLink.DanhengServer.Proto.GJIPJNGNFEJ subBuilder = new global::EggLink.DanhengServer.Proto.GJIPJNGNFEJ(); - if (infoCaseCase_ == InfoCaseOneofCase.GBNCIDJNLPL) { - subBuilder.MergeFrom(GBNCIDJNLPL); - } - input.ReadMessage(subBuilder); - GBNCIDJNLPL = subBuilder; - break; - } case 11946: { global::EggLink.DanhengServer.Proto.PGNDIBBGIJN subBuilder = new global::EggLink.DanhengServer.Proto.PGNDIBBGIJN(); - if (infoCaseCase_ == InfoCaseOneofCase.FOICFOGCGIA) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.FOICFOGCGIA) { subBuilder.MergeFrom(FOICFOGCGIA); } input.ReadMessage(subBuilder); @@ -1443,7 +1262,7 @@ namespace EggLink.DanhengServer.Proto { } case 15258: { global::EggLink.DanhengServer.Proto.CBIKMFFDCGI subBuilder = new global::EggLink.DanhengServer.Proto.CBIKMFFDCGI(); - if (infoCaseCase_ == InfoCaseOneofCase.KMMDPEJAKEC) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.KMMDPEJAKEC) { subBuilder.MergeFrom(KMMDPEJAKEC); } input.ReadMessage(subBuilder); @@ -1452,7 +1271,7 @@ namespace EggLink.DanhengServer.Proto { } case 16338: { global::EggLink.DanhengServer.Proto.HFOCNHOJLAH subBuilder = new global::EggLink.DanhengServer.Proto.HFOCNHOJLAH(); - if (infoCaseCase_ == InfoCaseOneofCase.BIEDMJPAEBD) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.BIEDMJPAEBD) { subBuilder.MergeFrom(BIEDMJPAEBD); } input.ReadMessage(subBuilder); @@ -1476,7 +1295,7 @@ namespace EggLink.DanhengServer.Proto { break; case 10: { global::EggLink.DanhengServer.Proto.PHFBDNNLINF subBuilder = new global::EggLink.DanhengServer.Proto.PHFBDNNLINF(); - if (infoCaseCase_ == InfoCaseOneofCase.OLMGNEOAHOP) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.OLMGNEOAHOP) { subBuilder.MergeFrom(OLMGNEOAHOP); } input.ReadMessage(subBuilder); @@ -1485,7 +1304,7 @@ namespace EggLink.DanhengServer.Proto { } case 18: { global::EggLink.DanhengServer.Proto.PPFCJHEKOLG subBuilder = new global::EggLink.DanhengServer.Proto.PPFCJHEKOLG(); - if (infoCaseCase_ == InfoCaseOneofCase.MKOFOOCOKBK) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.MKOFOOCOKBK) { subBuilder.MergeFrom(MKOFOOCOKBK); } input.ReadMessage(subBuilder); @@ -1494,7 +1313,7 @@ namespace EggLink.DanhengServer.Proto { } case 26: { global::EggLink.DanhengServer.Proto.GIEDCJDLEGE subBuilder = new global::EggLink.DanhengServer.Proto.GIEDCJDLEGE(); - if (infoCaseCase_ == InfoCaseOneofCase.COHNLGMIFBO) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.COHNLGMIFBO) { subBuilder.MergeFrom(COHNLGMIFBO); } input.ReadMessage(subBuilder); @@ -1503,7 +1322,7 @@ namespace EggLink.DanhengServer.Proto { } case 34: { global::EggLink.DanhengServer.Proto.GIEDCJDLEGE subBuilder = new global::EggLink.DanhengServer.Proto.GIEDCJDLEGE(); - if (infoCaseCase_ == InfoCaseOneofCase.LKMLGOEEEKH) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.LKMLGOEEEKH) { subBuilder.MergeFrom(LKMLGOEEEKH); } input.ReadMessage(subBuilder); @@ -1512,7 +1331,7 @@ namespace EggLink.DanhengServer.Proto { } case 42: { global::EggLink.DanhengServer.Proto.ADAFJFOJDEG subBuilder = new global::EggLink.DanhengServer.Proto.ADAFJFOJDEG(); - if (infoCaseCase_ == InfoCaseOneofCase.GBFFGPHFMDP) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.GBFFGPHFMDP) { subBuilder.MergeFrom(GBFFGPHFMDP); } input.ReadMessage(subBuilder); @@ -1521,7 +1340,7 @@ namespace EggLink.DanhengServer.Proto { } case 50: { global::EggLink.DanhengServer.Proto.EOAEGAEFPFH subBuilder = new global::EggLink.DanhengServer.Proto.EOAEGAEFPFH(); - if (infoCaseCase_ == InfoCaseOneofCase.GNAIDHHJEBI) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.GNAIDHHJEBI) { subBuilder.MergeFrom(GNAIDHHJEBI); } input.ReadMessage(subBuilder); @@ -1530,7 +1349,7 @@ namespace EggLink.DanhengServer.Proto { } case 58: { global::EggLink.DanhengServer.Proto.ADAFJFOJDEG subBuilder = new global::EggLink.DanhengServer.Proto.ADAFJFOJDEG(); - if (infoCaseCase_ == InfoCaseOneofCase.DMNMIFJHECL) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.DMNMIFJHECL) { subBuilder.MergeFrom(DMNMIFJHECL); } input.ReadMessage(subBuilder); @@ -1539,7 +1358,7 @@ namespace EggLink.DanhengServer.Proto { } case 66: { global::EggLink.DanhengServer.Proto.PCODFCNKHJK subBuilder = new global::EggLink.DanhengServer.Proto.PCODFCNKHJK(); - if (infoCaseCase_ == InfoCaseOneofCase.IMFCDMIEOPL) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.IMFCDMIEOPL) { subBuilder.MergeFrom(IMFCDMIEOPL); } input.ReadMessage(subBuilder); @@ -1548,7 +1367,7 @@ namespace EggLink.DanhengServer.Proto { } case 74: { global::EggLink.DanhengServer.Proto.OLBOPGJFFPM subBuilder = new global::EggLink.DanhengServer.Proto.OLBOPGJFFPM(); - if (infoCaseCase_ == InfoCaseOneofCase.PCLLCBMHCBD) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.PCLLCBMHCBD) { subBuilder.MergeFrom(PCLLCBMHCBD); } input.ReadMessage(subBuilder); @@ -1557,7 +1376,7 @@ namespace EggLink.DanhengServer.Proto { } case 82: { global::EggLink.DanhengServer.Proto.PPFCJHEKOLG subBuilder = new global::EggLink.DanhengServer.Proto.PPFCJHEKOLG(); - if (infoCaseCase_ == InfoCaseOneofCase.JPLPLFCOOKD) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.JPLPLFCOOKD) { subBuilder.MergeFrom(JPLPLFCOOKD); } input.ReadMessage(subBuilder); @@ -1566,7 +1385,7 @@ namespace EggLink.DanhengServer.Proto { } case 90: { global::EggLink.DanhengServer.Proto.EOAEGAEFPFH subBuilder = new global::EggLink.DanhengServer.Proto.EOAEGAEFPFH(); - if (infoCaseCase_ == InfoCaseOneofCase.JBDHLHHFDGE) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.JBDHLHHFDGE) { subBuilder.MergeFrom(JBDHLHHFDGE); } input.ReadMessage(subBuilder); @@ -1575,7 +1394,7 @@ namespace EggLink.DanhengServer.Proto { } case 98: { global::EggLink.DanhengServer.Proto.HPGAGBGJLID subBuilder = new global::EggLink.DanhengServer.Proto.HPGAGBGJLID(); - if (infoCaseCase_ == InfoCaseOneofCase.PMLOCBHIDDL) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.PMLOCBHIDDL) { subBuilder.MergeFrom(PMLOCBHIDDL); } input.ReadMessage(subBuilder); @@ -1584,7 +1403,7 @@ namespace EggLink.DanhengServer.Proto { } case 106: { global::EggLink.DanhengServer.Proto.HPGAGBGJLID subBuilder = new global::EggLink.DanhengServer.Proto.HPGAGBGJLID(); - if (infoCaseCase_ == InfoCaseOneofCase.LEBMNLOAKHC) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.LEBMNLOAKHC) { subBuilder.MergeFrom(LEBMNLOAKHC); } input.ReadMessage(subBuilder); @@ -1593,7 +1412,7 @@ namespace EggLink.DanhengServer.Proto { } case 114: { global::EggLink.DanhengServer.Proto.OFGBMCKNLDJ subBuilder = new global::EggLink.DanhengServer.Proto.OFGBMCKNLDJ(); - if (infoCaseCase_ == InfoCaseOneofCase.KBNLIGLJENN) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.KBNLIGLJENN) { subBuilder.MergeFrom(KBNLIGLJENN); } input.ReadMessage(subBuilder); @@ -1602,7 +1421,7 @@ namespace EggLink.DanhengServer.Proto { } case 122: { global::EggLink.DanhengServer.Proto.OFGBMCKNLDJ subBuilder = new global::EggLink.DanhengServer.Proto.OFGBMCKNLDJ(); - if (infoCaseCase_ == InfoCaseOneofCase.MMFBENAMBNE) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.MMFBENAMBNE) { subBuilder.MergeFrom(MMFBENAMBNE); } input.ReadMessage(subBuilder); @@ -1611,7 +1430,7 @@ namespace EggLink.DanhengServer.Proto { } case 5426: { global::EggLink.DanhengServer.Proto.ILJJBGIFDPE subBuilder = new global::EggLink.DanhengServer.Proto.ILJJBGIFDPE(); - if (infoCaseCase_ == InfoCaseOneofCase.LAEGJPILNND) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.LAEGJPILNND) { subBuilder.MergeFrom(LAEGJPILNND); } input.ReadMessage(subBuilder); @@ -1620,7 +1439,7 @@ namespace EggLink.DanhengServer.Proto { } case 5730: { global::EggLink.DanhengServer.Proto.DJOEEGHMCFJ subBuilder = new global::EggLink.DanhengServer.Proto.DJOEEGHMCFJ(); - if (infoCaseCase_ == InfoCaseOneofCase.NCEIDLNKBBG) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.NCEIDLNKBBG) { subBuilder.MergeFrom(NCEIDLNKBBG); } input.ReadMessage(subBuilder); @@ -1629,7 +1448,7 @@ namespace EggLink.DanhengServer.Proto { } case 6018: { global::EggLink.DanhengServer.Proto.FHNGONEFBDE subBuilder = new global::EggLink.DanhengServer.Proto.FHNGONEFBDE(); - if (infoCaseCase_ == InfoCaseOneofCase.DMFJDAHPIID) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.DMFJDAHPIID) { subBuilder.MergeFrom(DMFJDAHPIID); } input.ReadMessage(subBuilder); @@ -1638,34 +1457,16 @@ namespace EggLink.DanhengServer.Proto { } case 6298: { global::EggLink.DanhengServer.Proto.HPCAIMKJDIJ subBuilder = new global::EggLink.DanhengServer.Proto.HPCAIMKJDIJ(); - if (infoCaseCase_ == InfoCaseOneofCase.GPNLPNEEHDM) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.GPNLPNEEHDM) { subBuilder.MergeFrom(GPNLPNEEHDM); } input.ReadMessage(subBuilder); GPNLPNEEHDM = subBuilder; break; } - case 6930: { - global::EggLink.DanhengServer.Proto.EIKAIIDAEPP subBuilder = new global::EggLink.DanhengServer.Proto.EIKAIIDAEPP(); - if (infoCaseCase_ == InfoCaseOneofCase.LIGLEFJMLHM) { - subBuilder.MergeFrom(LIGLEFJMLHM); - } - input.ReadMessage(subBuilder); - LIGLEFJMLHM = subBuilder; - break; - } - case 7626: { - global::EggLink.DanhengServer.Proto.BKBILPDKOIL subBuilder = new global::EggLink.DanhengServer.Proto.BKBILPDKOIL(); - if (infoCaseCase_ == InfoCaseOneofCase.BCADDFDBFNA) { - subBuilder.MergeFrom(BCADDFDBFNA); - } - input.ReadMessage(subBuilder); - BCADDFDBFNA = subBuilder; - break; - } case 7930: { global::EggLink.DanhengServer.Proto.HOHDMMNDKNJ subBuilder = new global::EggLink.DanhengServer.Proto.HOHDMMNDKNJ(); - if (infoCaseCase_ == InfoCaseOneofCase.CNEKLOKHAHL) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.CNEKLOKHAHL) { subBuilder.MergeFrom(CNEKLOKHAHL); } input.ReadMessage(subBuilder); @@ -1674,34 +1475,16 @@ namespace EggLink.DanhengServer.Proto { } case 9338: { global::EggLink.DanhengServer.Proto.PPFCJHEKOLG subBuilder = new global::EggLink.DanhengServer.Proto.PPFCJHEKOLG(); - if (infoCaseCase_ == InfoCaseOneofCase.ILOEKHKEJAJ) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.ILOEKHKEJAJ) { subBuilder.MergeFrom(ILOEKHKEJAJ); } input.ReadMessage(subBuilder); ILOEKHKEJAJ = subBuilder; break; } - case 10274: { - global::EggLink.DanhengServer.Proto.DEINADPEHKE subBuilder = new global::EggLink.DanhengServer.Proto.DEINADPEHKE(); - if (infoCaseCase_ == InfoCaseOneofCase.LCDKLAHGKJI) { - subBuilder.MergeFrom(LCDKLAHGKJI); - } - input.ReadMessage(subBuilder); - LCDKLAHGKJI = subBuilder; - break; - } - case 10954: { - global::EggLink.DanhengServer.Proto.GJIPJNGNFEJ subBuilder = new global::EggLink.DanhengServer.Proto.GJIPJNGNFEJ(); - if (infoCaseCase_ == InfoCaseOneofCase.GBNCIDJNLPL) { - subBuilder.MergeFrom(GBNCIDJNLPL); - } - input.ReadMessage(subBuilder); - GBNCIDJNLPL = subBuilder; - break; - } case 11946: { global::EggLink.DanhengServer.Proto.PGNDIBBGIJN subBuilder = new global::EggLink.DanhengServer.Proto.PGNDIBBGIJN(); - if (infoCaseCase_ == InfoCaseOneofCase.FOICFOGCGIA) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.FOICFOGCGIA) { subBuilder.MergeFrom(FOICFOGCGIA); } input.ReadMessage(subBuilder); @@ -1710,7 +1493,7 @@ namespace EggLink.DanhengServer.Proto { } case 15258: { global::EggLink.DanhengServer.Proto.CBIKMFFDCGI subBuilder = new global::EggLink.DanhengServer.Proto.CBIKMFFDCGI(); - if (infoCaseCase_ == InfoCaseOneofCase.KMMDPEJAKEC) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.KMMDPEJAKEC) { subBuilder.MergeFrom(KMMDPEJAKEC); } input.ReadMessage(subBuilder); @@ -1719,7 +1502,7 @@ namespace EggLink.DanhengServer.Proto { } case 16338: { global::EggLink.DanhengServer.Proto.HFOCNHOJLAH subBuilder = new global::EggLink.DanhengServer.Proto.HFOCNHOJLAH(); - if (infoCaseCase_ == InfoCaseOneofCase.BIEDMJPAEBD) { + if (lPBDINMKLDDCase_ == LPBDINMKLDDOneofCase.BIEDMJPAEBD) { subBuilder.MergeFrom(BIEDMJPAEBD); } input.ReadMessage(subBuilder); diff --git a/Proto/HMOPIBLFCLN.cs b/Proto/HMOPIBLFCLN.cs index cbe98a8b..c3ef1610 100644 --- a/Proto/HMOPIBLFCLN.cs +++ b/Proto/HMOPIBLFCLN.cs @@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto { static HMOPIBLFCLNReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFITU9QSUJMRkNMTi5wcm90bxoRSEJDSU5JS1BBRkkucHJvdG8aEUtBQ0tK", - "SkRKT05JLnByb3RvIn0KC0hNT1BJQkxGQ0xOEhMKC0hBRkNLT05FSEZNGAMg", + "ChFITU9QSUJMRkNMTi5wcm90bxoRS0FDS0pKREpPTkkucHJvdG8aEUhCQ0lO", + "SUtQQUZJLnByb3RvIn0KC0hNT1BJQkxGQ0xOEhMKC0hBRkNLT05FSEZNGAMg", "ASgNEiEKC0dER0hDQkdITE5EGAQgASgLMgwuS0FDS0pKREpPTkkSIQoLTE5N", "TUtGTUVBSk0YAiABKAsyDC5IQkNJTklLUEFGSRITCgtMS0xMTVBPS09HSBgJ", "IAEoCEIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.HBCINIKPAFIReflection.Descriptor, global::EggLink.DanhengServer.Proto.KACKJJDJONIReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.KACKJJDJONIReflection.Descriptor, global::EggLink.DanhengServer.Proto.HBCINIKPAFIReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.HMOPIBLFCLN), global::EggLink.DanhengServer.Proto.HMOPIBLFCLN.Parser, new[]{ "HAFCKONEHFM", "GDGHCBGHLND", "LNMMKFMEAJM", "LKLLMPOKOGH" }, null, null, null, null) })); diff --git a/Proto/HNCIHJEDCAM.cs b/Proto/HNCIHJEDCAM.cs deleted file mode 100644 index b0202715..00000000 --- a/Proto/HNCIHJEDCAM.cs +++ /dev/null @@ -1,309 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: HNCIHJEDCAM.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from HNCIHJEDCAM.proto - public static partial class HNCIHJEDCAMReflection { - - #region Descriptor - /// File descriptor for HNCIHJEDCAM.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static HNCIHJEDCAMReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFITkNJSEpFRENBTS5wcm90byJMCgtITkNJSEpFRENBTRITCgtCS01BTUdB", - "UEVHSBgDIAEoDRITCgtLQkxQSkNGTkhMRRgPIAEoCBITCgtIT0lPS0JLR0ZE", - "ThgCIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90", - "bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.HNCIHJEDCAM), global::EggLink.DanhengServer.Proto.HNCIHJEDCAM.Parser, new[]{ "BKMAMGAPEGH", "KBLPJCFNHLE", "HOIOKBKGFDN" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class HNCIHJEDCAM : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new HNCIHJEDCAM()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.HNCIHJEDCAMReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public HNCIHJEDCAM() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public HNCIHJEDCAM(HNCIHJEDCAM other) : this() { - bKMAMGAPEGH_ = other.bKMAMGAPEGH_; - kBLPJCFNHLE_ = other.kBLPJCFNHLE_; - hOIOKBKGFDN_ = other.hOIOKBKGFDN_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public HNCIHJEDCAM Clone() { - return new HNCIHJEDCAM(this); - } - - /// Field number for the "BKMAMGAPEGH" field. - public const int BKMAMGAPEGHFieldNumber = 3; - private uint bKMAMGAPEGH_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint BKMAMGAPEGH { - get { return bKMAMGAPEGH_; } - set { - bKMAMGAPEGH_ = value; - } - } - - /// Field number for the "KBLPJCFNHLE" field. - public const int KBLPJCFNHLEFieldNumber = 15; - private bool kBLPJCFNHLE_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool KBLPJCFNHLE { - get { return kBLPJCFNHLE_; } - set { - kBLPJCFNHLE_ = value; - } - } - - /// Field number for the "HOIOKBKGFDN" field. - public const int HOIOKBKGFDNFieldNumber = 2; - private uint hOIOKBKGFDN_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint HOIOKBKGFDN { - get { return hOIOKBKGFDN_; } - set { - hOIOKBKGFDN_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as HNCIHJEDCAM); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(HNCIHJEDCAM other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (BKMAMGAPEGH != other.BKMAMGAPEGH) return false; - if (KBLPJCFNHLE != other.KBLPJCFNHLE) return false; - if (HOIOKBKGFDN != other.HOIOKBKGFDN) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (BKMAMGAPEGH != 0) hash ^= BKMAMGAPEGH.GetHashCode(); - if (KBLPJCFNHLE != false) hash ^= KBLPJCFNHLE.GetHashCode(); - if (HOIOKBKGFDN != 0) hash ^= HOIOKBKGFDN.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (HOIOKBKGFDN != 0) { - output.WriteRawTag(16); - output.WriteUInt32(HOIOKBKGFDN); - } - if (BKMAMGAPEGH != 0) { - output.WriteRawTag(24); - output.WriteUInt32(BKMAMGAPEGH); - } - if (KBLPJCFNHLE != false) { - output.WriteRawTag(120); - output.WriteBool(KBLPJCFNHLE); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (HOIOKBKGFDN != 0) { - output.WriteRawTag(16); - output.WriteUInt32(HOIOKBKGFDN); - } - if (BKMAMGAPEGH != 0) { - output.WriteRawTag(24); - output.WriteUInt32(BKMAMGAPEGH); - } - if (KBLPJCFNHLE != false) { - output.WriteRawTag(120); - output.WriteBool(KBLPJCFNHLE); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (BKMAMGAPEGH != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BKMAMGAPEGH); - } - if (KBLPJCFNHLE != false) { - size += 1 + 1; - } - if (HOIOKBKGFDN != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HOIOKBKGFDN); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(HNCIHJEDCAM other) { - if (other == null) { - return; - } - if (other.BKMAMGAPEGH != 0) { - BKMAMGAPEGH = other.BKMAMGAPEGH; - } - if (other.KBLPJCFNHLE != false) { - KBLPJCFNHLE = other.KBLPJCFNHLE; - } - if (other.HOIOKBKGFDN != 0) { - HOIOKBKGFDN = other.HOIOKBKGFDN; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 16: { - HOIOKBKGFDN = input.ReadUInt32(); - break; - } - case 24: { - BKMAMGAPEGH = input.ReadUInt32(); - break; - } - case 120: { - KBLPJCFNHLE = input.ReadBool(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 16: { - HOIOKBKGFDN = input.ReadUInt32(); - break; - } - case 24: { - BKMAMGAPEGH = input.ReadUInt32(); - break; - } - case 120: { - KBLPJCFNHLE = input.ReadBool(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/HNJCKGGBCOB.cs b/Proto/HNJCKGGBCOB.cs deleted file mode 100644 index 92d23d55..00000000 --- a/Proto/HNJCKGGBCOB.cs +++ /dev/null @@ -1,196 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: HNJCKGGBCOB.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from HNJCKGGBCOB.proto - public static partial class HNJCKGGBCOBReflection { - - #region Descriptor - /// File descriptor for HNJCKGGBCOB.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static HNJCKGGBCOBReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFITkpDS0dHQkNPQi5wcm90byINCgtITkpDS0dHQkNPQkIeqgIbRWdnTGlu", - "ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.HNJCKGGBCOB), global::EggLink.DanhengServer.Proto.HNJCKGGBCOB.Parser, null, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class HNJCKGGBCOB : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new HNJCKGGBCOB()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.HNJCKGGBCOBReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public HNJCKGGBCOB() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public HNJCKGGBCOB(HNJCKGGBCOB other) : this() { - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public HNJCKGGBCOB Clone() { - return new HNJCKGGBCOB(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as HNJCKGGBCOB); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(HNJCKGGBCOB other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(HNJCKGGBCOB other) { - if (other == null) { - return; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/HandleRogueCommonPendingActionCsReq.cs b/Proto/HandleRogueCommonPendingActionCsReq.cs index 52c2d715..b783f0cc 100644 --- a/Proto/HandleRogueCommonPendingActionCsReq.cs +++ b/Proto/HandleRogueCommonPendingActionCsReq.cs @@ -25,62 +25,63 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CilIYW5kbGVSb2d1ZUNvbW1vblBlbmRpbmdBY3Rpb25Dc1JlcS5wcm90bxoi", - "Um9ndWVCdWZmUmVmb3JnZVNlbGVjdFJlc3VsdC5wcm90bxoRT05PT0ZIREVJ", - "REQucHJvdG8aEUxISlBJS0VLUEdILnByb3RvGhFJTUNCSUlHT0tQTS5wcm90", - "bxoRTEdDTUVFUEpNSEEucHJvdG8aJVJvZ3VlUmVmb3JnZUZvcm11bGFTZWxl", - "Y3RSZXN1bHQucHJvdG8aEUlJUEVHSERLSEdELnByb3RvGhFBSk5BSklORkpJ", - "Qy5wcm90bxoRUEtPRE1NUEhJQkMucHJvdG8aIFJvZ3VlTWFnaWNVbml0U2Vs", - "ZWN0UmVzdWx0LnByb3RvGhFPS0VGSURETkxLRy5wcm90bxoRSkNETEpCUEhP", - "TUQucHJvdG8aEU5IQ0tIUExLTElPLnByb3RvGhtSb2d1ZUJ1ZmZTZWxlY3RS", - "ZXN1bHQucHJvdG8aEVBCTUFLTE5KRUtPLnByb3RvGhxSb2d1ZUJvbnVzU2Vs", - "ZWN0UmVzdWx0LnByb3RvGhFLSEdDREVJTUxITi5wcm90bxoRTU5NTE9BUEJI", - "TkYucHJvdG8aHVJvZ3VlVG91cm5Gb3JtdWxhUmVzdWx0LnByb3RvGhFOQUxF", - "TElHSERBQS5wcm90bxoeUm9ndWVNaXJhY2xlU2VsZWN0UmVzdWx0LnByb3Rv", - "GiBSb2d1ZUhleEF2YXRhclNlbGVjdFJlc3VsdC5wcm90bxobUm9ndWVCdWZm", - "UmVyb2xsUmVzdWx0LnByb3RvGiNSb2d1ZU1hZ2ljU2NlcHRlclNlbGVjdFJl", - "c3VsdC5wcm90bxohUm9ndWVUaXRhbkJsZXNzU2VsZWN0UmVzdWx0LnByb3Rv", - "IuIMCiNIYW5kbGVSb2d1ZUNvbW1vblBlbmRpbmdBY3Rpb25Dc1JlcRI1ChJi", - "dWZmX3NlbGVjdF9yZXN1bHQYuQsgASgLMhYuUm9ndWVCdWZmU2VsZWN0UmVz", - "dWx0SAASJAoLS0JORUdPTFBMRkMY5AsgASgLMgwuUEJNQUtMTkpFS09IABIk", - "CgtHREtHSUJFS0dQRhjUDiABKAsyDC5PS0VGSURETkxLR0gAEjwKGWJ1ZmZf", - "cmVyb2xsX3NlbGVjdF9yZXN1bHQY5QEgASgLMhYuUm9ndWVCdWZmUmVyb2xs", - "UmVzdWx0SAASRAoaYnVmZl9yZWZvcmdlX3NlbGVjdF9yZXN1bHQYvQkgASgL", - "Mh0uUm9ndWVCdWZmUmVmb3JnZVNlbGVjdFJlc3VsdEgAEjsKFW1pcmFjbGVf", - "c2VsZWN0X3Jlc3VsdBjRCiABKAsyGS5Sb2d1ZU1pcmFjbGVTZWxlY3RSZXN1", - "bHRIABIkCgtHTkVCSkVQUEtFShjcDiABKAsyDC5OQUxFTElHSERBQUgAEiQK", - "C0tKTEFGSUxBUEpGGP0BIAEoCzIMLlBLT0RNTVBISUJDSAASJAoLRkxGUENQ", - "SExBR08YhgkgASgLMgwuTkhDS0hQTEtMSU9IABIkCgtFUE9BS01GTUZMTRiC", - "CSABKAsyDC5MSEpQSUtFS1BHSEgAEiQKC0ZLUEZPS0hCUEtLGPINIAEoCzIM", - "LklNQ0JJSUdPS1BNSAASQAoYaGV4X2F2YXRhcl9zZWxlY3RfcmVzdWx0GIUD", - "IAEoCzIbLlJvZ3VlSGV4QXZhdGFyU2VsZWN0UmVzdWx0SAASNwoTYm9udXNf", - "c2VsZWN0X3Jlc3VsdBjxAyABKAsyFy5Sb2d1ZUJvbnVzU2VsZWN0UmVzdWx0", - "SAASPwoacm9ndWVfdG91cm5fZm9ybXVsYV9yZXN1bHQY7wUgASgLMhguUm9n", - "dWVUb3VybkZvcm11bGFSZXN1bHRIABIkCgtMTlBMT0VPRkNDShjKCyABKAsy", - "DC5LSEdDREVJTUxITkgAEiQKC0lFQUJPSEtFQVBBGM4KIAEoCzIMLk9OT09G", - "SERFSURESAASSgodcmVmb3JnZV9taXJhY2xlX3NlbGVjdF9yZXN1bHQYtw8g", - "ASgLMiAuUm9ndWVSZWZvcmdlRm9ybXVsYVNlbGVjdFJlc3VsdEgAEj8KGG1h", - "Z2ljX3VuaXRfc2VsZWN0X3Jlc3VsdBhKIAEoCzIbLlJvZ3VlTWFnaWNVbml0", - "U2VsZWN0UmVzdWx0SAASQAoVc2NlcHRlcl9zZWxlY3RfcmVzdWx0GPsIIAEo", - "CzIeLlJvZ3VlTWFnaWNTY2VwdGVyU2VsZWN0UmVzdWx0SAASJAoLTERBR0xJ", - "TU5NQU4YigsgASgLMgwuSkNETEpCUEhPTURIABIzCgtBRkxIRUlLSk5CThjp", - "AyABKAsyGy5Sb2d1ZU1hZ2ljVW5pdFNlbGVjdFJlc3VsdEgAEjIKC1BIS0JG", - "TE5QRUZJGGEgASgLMhsuUm9ndWVNYWdpY1VuaXRTZWxlY3RSZXN1bHRIABIz", - "CgtHT0NNTkRLRk9BQhjCDCABKAsyGy5Sb2d1ZU1hZ2ljVW5pdFNlbGVjdFJl", - "c3VsdEgAEiQKC0NIT05FQ09MSUhBGNMLIAEoCzIMLklJUEVHSERLSEdESAAS", - "JAoLTU9BT0dBQ0JPSUoY3AYgASgLMgwuSUlQRUdIREtIR0RIABIkCgtLSUxI", - "RlBQQkJGTRiWByABKAsyDC5JSVBFR0hES0hHREgAEkcKHnRpdGFuX2JsZXNz", - "X3NlbGVjdF90eXBlX3Jlc3VsdBjSAyABKAsyHC5Sb2d1ZVRpdGFuQmxlc3NT", - "ZWxlY3RSZXN1bHRIABJKCiF0aXRhbl9ibGVzc19zZWxlY3RfZW5oYW5jZV9y", - "ZXN1bHQY6gggASgLMhwuUm9ndWVUaXRhbkJsZXNzU2VsZWN0UmVzdWx0SAAS", - "JAoLRUNFR1BFSkNQQkwYrAwgASgLMgwuTEdDTUVFUEpNSEFIABIlCgtGS1BE", - "S0ZFTUtFQxj41wIgASgLMgwuQUpOQUpJTkZKSUNIABIlCgtMTE5NQ0pDRkJN", - "ShiLzwogASgLMgwuTU5NTE9BUEJITkZIABIWCg5xdWV1ZV9sb2NhdGlvbhgN", - "IAEoDUILCglpbmZvX2Nhc2VCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Q", - "cm90b2IGcHJvdG8z")); + "Um9ndWVNaXJhY2xlRHJvcFNlbGVjdFJlc3VsdC5wcm90bxoiUm9ndWVCdWZm", + "UmVmb3JnZVNlbGVjdFJlc3VsdC5wcm90bxobUm9ndWVCdWZmU2VsZWN0UmVz", + "dWx0LnByb3RvGiFSb2d1ZVRpdGFuQmxlc3NTZWxlY3RSZXN1bHQucHJvdG8a", + "JVJvZ3VlUmVmb3JnZUZvcm11bGFTZWxlY3RSZXN1bHQucHJvdG8aEU9OT09G", + "SERFSURELnByb3RvGhFKQ0RMSkJQSE9NRC5wcm90bxoRTEhKUElLRUtQR0gu", + "cHJvdG8aIFJvZ3VlSGV4QXZhdGFyU2VsZWN0UmVzdWx0LnByb3RvGhFQS09E", + "TU1QSElCQy5wcm90bxobUm9ndWVCdWZmUmVyb2xsUmVzdWx0LnByb3RvGhFJ", + "TUNCSUlHT0tQTS5wcm90bxocUm9ndWVCb251c1NlbGVjdFJlc3VsdC5wcm90", + "bxojUm9ndWVNYWdpY1NjZXB0ZXJTZWxlY3RSZXN1bHQucHJvdG8aEU9LRUZJ", + "REROTEtHLnByb3RvGhFNTk1MT0FQQkhORi5wcm90bxoRSUlQRUdIREtIR0Qu", + "cHJvdG8aEUFKTkFKSU5GSklDLnByb3RvGhFQQk1BS0xOSkVLTy5wcm90bxoR", + "TkFMRUxJR0hEQUEucHJvdG8aHlJvZ3VlTWlyYWNsZVNlbGVjdFJlc3VsdC5w", + "cm90bxoRS0hHQ0RFSU1MSE4ucHJvdG8aHVJvZ3VlVG91cm5Gb3JtdWxhUmVz", + "dWx0LnByb3RvGiBSb2d1ZU1hZ2ljVW5pdFNlbGVjdFJlc3VsdC5wcm90bxoR", + "TEdDTUVFUEpNSEEucHJvdG8igg0KI0hhbmRsZVJvZ3VlQ29tbW9uUGVuZGlu", + "Z0FjdGlvbkNzUmVxEhYKDnF1ZXVlX2xvY2F0aW9uGA0gASgNEjUKEmJ1ZmZf", + "c2VsZWN0X3Jlc3VsdBi5CyABKAsyFi5Sb2d1ZUJ1ZmZTZWxlY3RSZXN1bHRI", + "ABIkCgtLQk5FR09MUExGQxjkCyABKAsyDC5QQk1BS0xOSkVLT0gAEiQKC0dE", + "S0dJQkVLR1BGGNQOIAEoCzIMLk9LRUZJREROTEtHSAASPAoZYnVmZl9yZXJv", + "bGxfc2VsZWN0X3Jlc3VsdBjlASABKAsyFi5Sb2d1ZUJ1ZmZSZXJvbGxSZXN1", + "bHRIABJEChpidWZmX3JlZm9yZ2Vfc2VsZWN0X3Jlc3VsdBi9CSABKAsyHS5S", + "b2d1ZUJ1ZmZSZWZvcmdlU2VsZWN0UmVzdWx0SAASOwoVbWlyYWNsZV9zZWxl", + "Y3RfcmVzdWx0GNEKIAEoCzIZLlJvZ3VlTWlyYWNsZVNlbGVjdFJlc3VsdEgA", + "EiQKC0dORUJKRVBQS0VKGNwOIAEoCzIMLk5BTEVMSUdIREFBSAASJAoLS0pM", + "QUZJTEFQSkYY/QEgASgLMgwuUEtPRE1NUEhJQkNIABJEChptaXJhY2xlX2Ry", + "b3Bfc2VsZWN0X3Jlc3VsdBiGCSABKAsyHS5Sb2d1ZU1pcmFjbGVEcm9wU2Vs", + "ZWN0UmVzdWx0SAASJAoLRVBPQUtNRk1GTE0YggkgASgLMgwuTEhKUElLRUtQ", + "R0hIABIkCgtGS1BGT0tIQlBLSxjyDSABKAsyDC5JTUNCSUlHT0tQTUgAEkAK", + "GGhleF9hdmF0YXJfc2VsZWN0X3Jlc3VsdBiFAyABKAsyGy5Sb2d1ZUhleEF2", + "YXRhclNlbGVjdFJlc3VsdEgAEjcKE2JvbnVzX3NlbGVjdF9yZXN1bHQY8QMg", + "ASgLMhcuUm9ndWVCb251c1NlbGVjdFJlc3VsdEgAEj8KGnJvZ3VlX3RvdXJu", + "X2Zvcm11bGFfcmVzdWx0GO8FIAEoCzIYLlJvZ3VlVG91cm5Gb3JtdWxhUmVz", + "dWx0SAASJAoLTE5QTE9FT0ZDQ0oYygsgASgLMgwuS0hHQ0RFSU1MSE5IABIk", + "CgtJRUFCT0hLRUFQQRjOCiABKAsyDC5PTk9PRkhERUlEREgAEkoKHXJlZm9y", + "Z2VfbWlyYWNsZV9zZWxlY3RfcmVzdWx0GLcPIAEoCzIgLlJvZ3VlUmVmb3Jn", + "ZUZvcm11bGFTZWxlY3RSZXN1bHRIABI/ChhtYWdpY191bml0X3NlbGVjdF9y", + "ZXN1bHQYSiABKAsyGy5Sb2d1ZU1hZ2ljVW5pdFNlbGVjdFJlc3VsdEgAEkAK", + "FXNjZXB0ZXJfc2VsZWN0X3Jlc3VsdBj7CCABKAsyHi5Sb2d1ZU1hZ2ljU2Nl", + "cHRlclNlbGVjdFJlc3VsdEgAEiQKC0xEQUdMSU1OTUFOGIoLIAEoCzIMLkpD", + "RExKQlBIT01ESAASMwoLQUZMSEVJS0pOQk4Y6QMgASgLMhsuUm9ndWVNYWdp", + "Y1VuaXRTZWxlY3RSZXN1bHRIABIyCgtQSEtCRkxOUEVGSRhhIAEoCzIbLlJv", + "Z3VlTWFnaWNVbml0U2VsZWN0UmVzdWx0SAASMwoLR09DTU5ES0ZPQUIYwgwg", + "ASgLMhsuUm9ndWVNYWdpY1VuaXRTZWxlY3RSZXN1bHRIABIkCgtDSE9ORUNP", + "TElIQRjTCyABKAsyDC5JSVBFR0hES0hHREgAEiQKC01PQU9HQUNCT0lKGNwG", + "IAEoCzIMLklJUEVHSERLSEdESAASJAoLS0lMSEZQUEJCRk0YlgcgASgLMgwu", + "SUlQRUdIREtIR0RIABJHCh50aXRhbl9ibGVzc19zZWxlY3RfdHlwZV9yZXN1", + "bHQY0gMgASgLMhwuUm9ndWVUaXRhbkJsZXNzU2VsZWN0UmVzdWx0SAASSgoh", + "dGl0YW5fYmxlc3Nfc2VsZWN0X2VuaGFuY2VfcmVzdWx0GOoIIAEoCzIcLlJv", + "Z3VlVGl0YW5CbGVzc1NlbGVjdFJlc3VsdEgAEiQKC0VDRUdQRUpDUEJMGKwM", + "IAEoCzIMLkxHQ01FRVBKTUhBSAASJQoLRktQREtGRU1LRUMY+NcCIAEoCzIM", + "LkFKTkFKSU5GSklDSAASJQoLTExOTUNKQ0ZCTUoYi88KIAEoCzIMLk1OTUxP", + "QVBCSE5GSABCCwoJaW5mb19jYXNlQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2", + "ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueBuffReforgeSelectResultReflection.Descriptor, global::EggLink.DanhengServer.Proto.ONOOFHDEIDDReflection.Descriptor, global::EggLink.DanhengServer.Proto.LHJPIKEKPGHReflection.Descriptor, global::EggLink.DanhengServer.Proto.IMCBIIGOKPMReflection.Descriptor, global::EggLink.DanhengServer.Proto.LGCMEEPJMHAReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueReforgeFormulaSelectResultReflection.Descriptor, global::EggLink.DanhengServer.Proto.IIPEGHDKHGDReflection.Descriptor, global::EggLink.DanhengServer.Proto.AJNAJINFJICReflection.Descriptor, global::EggLink.DanhengServer.Proto.PKODMMPHIBCReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicUnitSelectResultReflection.Descriptor, global::EggLink.DanhengServer.Proto.OKEFIDDNLKGReflection.Descriptor, global::EggLink.DanhengServer.Proto.JCDLJBPHOMDReflection.Descriptor, global::EggLink.DanhengServer.Proto.NHCKHPLKLIOReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueBuffSelectResultReflection.Descriptor, global::EggLink.DanhengServer.Proto.PBMAKLNJEKOReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueBonusSelectResultReflection.Descriptor, global::EggLink.DanhengServer.Proto.KHGCDEIMLHNReflection.Descriptor, global::EggLink.DanhengServer.Proto.MNMLOAPBHNFReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournFormulaResultReflection.Descriptor, global::EggLink.DanhengServer.Proto.NALELIGHDAAReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMiracleSelectResultReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueHexAvatarSelectResultReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueBuffRerollResultReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicScepterSelectResultReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTitanBlessSelectResultReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueMiracleDropSelectResultReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueBuffReforgeSelectResultReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueBuffSelectResultReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTitanBlessSelectResultReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueReforgeFormulaSelectResultReflection.Descriptor, global::EggLink.DanhengServer.Proto.ONOOFHDEIDDReflection.Descriptor, global::EggLink.DanhengServer.Proto.JCDLJBPHOMDReflection.Descriptor, global::EggLink.DanhengServer.Proto.LHJPIKEKPGHReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueHexAvatarSelectResultReflection.Descriptor, global::EggLink.DanhengServer.Proto.PKODMMPHIBCReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueBuffRerollResultReflection.Descriptor, global::EggLink.DanhengServer.Proto.IMCBIIGOKPMReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueBonusSelectResultReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicScepterSelectResultReflection.Descriptor, global::EggLink.DanhengServer.Proto.OKEFIDDNLKGReflection.Descriptor, global::EggLink.DanhengServer.Proto.MNMLOAPBHNFReflection.Descriptor, global::EggLink.DanhengServer.Proto.IIPEGHDKHGDReflection.Descriptor, global::EggLink.DanhengServer.Proto.AJNAJINFJICReflection.Descriptor, global::EggLink.DanhengServer.Proto.PBMAKLNJEKOReflection.Descriptor, global::EggLink.DanhengServer.Proto.NALELIGHDAAReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMiracleSelectResultReflection.Descriptor, global::EggLink.DanhengServer.Proto.KHGCDEIMLHNReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournFormulaResultReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicUnitSelectResultReflection.Descriptor, global::EggLink.DanhengServer.Proto.LGCMEEPJMHAReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.HandleRogueCommonPendingActionCsReq), global::EggLink.DanhengServer.Proto.HandleRogueCommonPendingActionCsReq.Parser, new[]{ "BuffSelectResult", "KBNEGOLPLFC", "GDKGIBEKGPF", "BuffRerollSelectResult", "BuffReforgeSelectResult", "MiracleSelectResult", "GNEBJEPPKEJ", "KJLAFILAPJF", "FLFPCPHLAGO", "EPOAKMFMFLM", "FKPFOKHBPKK", "HexAvatarSelectResult", "BonusSelectResult", "RogueTournFormulaResult", "LNPLOEOFCCJ", "IEABOHKEAPA", "ReforgeMiracleSelectResult", "MagicUnitSelectResult", "ScepterSelectResult", "LDAGLIMNMAN", "AFLHEIKJNBN", "PHKBFLNPEFI", "GOCMNDKFOAB", "CHONECOLIHA", "MOAOGACBOIJ", "KILHFPPBBFM", "TitanBlessSelectTypeResult", "TitanBlessSelectEnhanceResult", "ECEGPEJCPBL", "FKPDKFEMKEC", "LLNMCJCFBMJ", "QueueLocation" }, new[]{ "InfoCase" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.HandleRogueCommonPendingActionCsReq), global::EggLink.DanhengServer.Proto.HandleRogueCommonPendingActionCsReq.Parser, new[]{ "QueueLocation", "BuffSelectResult", "KBNEGOLPLFC", "GDKGIBEKGPF", "BuffRerollSelectResult", "BuffReforgeSelectResult", "MiracleSelectResult", "GNEBJEPPKEJ", "KJLAFILAPJF", "MiracleDropSelectResult", "EPOAKMFMFLM", "FKPFOKHBPKK", "HexAvatarSelectResult", "BonusSelectResult", "RogueTournFormulaResult", "LNPLOEOFCCJ", "IEABOHKEAPA", "ReforgeMiracleSelectResult", "MagicUnitSelectResult", "ScepterSelectResult", "LDAGLIMNMAN", "AFLHEIKJNBN", "PHKBFLNPEFI", "GOCMNDKFOAB", "CHONECOLIHA", "MOAOGACBOIJ", "KILHFPPBBFM", "TitanBlessSelectTypeResult", "TitanBlessSelectEnhanceResult", "ECEGPEJCPBL", "FKPDKFEMKEC", "LLNMCJCFBMJ" }, new[]{ "InfoCase" }, null, null, null) })); } #endregion @@ -148,8 +149,8 @@ namespace EggLink.DanhengServer.Proto { case InfoCaseOneofCase.KJLAFILAPJF: KJLAFILAPJF = other.KJLAFILAPJF.Clone(); break; - case InfoCaseOneofCase.FLFPCPHLAGO: - FLFPCPHLAGO = other.FLFPCPHLAGO.Clone(); + case InfoCaseOneofCase.MiracleDropSelectResult: + MiracleDropSelectResult = other.MiracleDropSelectResult.Clone(); break; case InfoCaseOneofCase.EPOAKMFMFLM: EPOAKMFMFLM = other.EPOAKMFMFLM.Clone(); @@ -228,6 +229,18 @@ namespace EggLink.DanhengServer.Proto { return new HandleRogueCommonPendingActionCsReq(this); } + /// Field number for the "queue_location" field. + public const int QueueLocationFieldNumber = 13; + private uint queueLocation_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public uint QueueLocation { + get { return queueLocation_; } + set { + queueLocation_ = value; + } + } + /// Field number for the "buff_select_result" field. public const int BuffSelectResultFieldNumber = 1465; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -324,15 +337,15 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "FLFPCPHLAGO" field. - public const int FLFPCPHLAGOFieldNumber = 1158; + /// Field number for the "miracle_drop_select_result" field. + public const int MiracleDropSelectResultFieldNumber = 1158; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.NHCKHPLKLIO FLFPCPHLAGO { - get { return infoCaseCase_ == InfoCaseOneofCase.FLFPCPHLAGO ? (global::EggLink.DanhengServer.Proto.NHCKHPLKLIO) infoCase_ : null; } + public global::EggLink.DanhengServer.Proto.RogueMiracleDropSelectResult MiracleDropSelectResult { + get { return infoCaseCase_ == InfoCaseOneofCase.MiracleDropSelectResult ? (global::EggLink.DanhengServer.Proto.RogueMiracleDropSelectResult) infoCase_ : null; } set { infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.FLFPCPHLAGO; + infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.MiracleDropSelectResult; } } @@ -600,18 +613,6 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "queue_location" field. - public const int QueueLocationFieldNumber = 13; - private uint queueLocation_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint QueueLocation { - get { return queueLocation_; } - set { - queueLocation_ = value; - } - } - private object infoCase_; /// Enum of possible cases for the "info_case" oneof. public enum InfoCaseOneofCase { @@ -624,7 +625,7 @@ namespace EggLink.DanhengServer.Proto { MiracleSelectResult = 1361, GNEBJEPPKEJ = 1884, KJLAFILAPJF = 253, - FLFPCPHLAGO = 1158, + MiracleDropSelectResult = 1158, EPOAKMFMFLM = 1154, FKPFOKHBPKK = 1778, HexAvatarSelectResult = 389, @@ -677,6 +678,7 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } + if (QueueLocation != other.QueueLocation) return false; if (!object.Equals(BuffSelectResult, other.BuffSelectResult)) return false; if (!object.Equals(KBNEGOLPLFC, other.KBNEGOLPLFC)) return false; if (!object.Equals(GDKGIBEKGPF, other.GDKGIBEKGPF)) return false; @@ -685,7 +687,7 @@ namespace EggLink.DanhengServer.Proto { if (!object.Equals(MiracleSelectResult, other.MiracleSelectResult)) return false; if (!object.Equals(GNEBJEPPKEJ, other.GNEBJEPPKEJ)) return false; if (!object.Equals(KJLAFILAPJF, other.KJLAFILAPJF)) return false; - if (!object.Equals(FLFPCPHLAGO, other.FLFPCPHLAGO)) return false; + if (!object.Equals(MiracleDropSelectResult, other.MiracleDropSelectResult)) return false; if (!object.Equals(EPOAKMFMFLM, other.EPOAKMFMFLM)) return false; if (!object.Equals(FKPFOKHBPKK, other.FKPFOKHBPKK)) return false; if (!object.Equals(HexAvatarSelectResult, other.HexAvatarSelectResult)) return false; @@ -708,7 +710,6 @@ namespace EggLink.DanhengServer.Proto { if (!object.Equals(ECEGPEJCPBL, other.ECEGPEJCPBL)) return false; if (!object.Equals(FKPDKFEMKEC, other.FKPDKFEMKEC)) return false; if (!object.Equals(LLNMCJCFBMJ, other.LLNMCJCFBMJ)) return false; - if (QueueLocation != other.QueueLocation) return false; if (InfoCaseCase != other.InfoCaseCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -717,6 +718,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; + if (QueueLocation != 0) hash ^= QueueLocation.GetHashCode(); if (infoCaseCase_ == InfoCaseOneofCase.BuffSelectResult) hash ^= BuffSelectResult.GetHashCode(); if (infoCaseCase_ == InfoCaseOneofCase.KBNEGOLPLFC) hash ^= KBNEGOLPLFC.GetHashCode(); if (infoCaseCase_ == InfoCaseOneofCase.GDKGIBEKGPF) hash ^= GDKGIBEKGPF.GetHashCode(); @@ -725,7 +727,7 @@ namespace EggLink.DanhengServer.Proto { if (infoCaseCase_ == InfoCaseOneofCase.MiracleSelectResult) hash ^= MiracleSelectResult.GetHashCode(); if (infoCaseCase_ == InfoCaseOneofCase.GNEBJEPPKEJ) hash ^= GNEBJEPPKEJ.GetHashCode(); if (infoCaseCase_ == InfoCaseOneofCase.KJLAFILAPJF) hash ^= KJLAFILAPJF.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.FLFPCPHLAGO) hash ^= FLFPCPHLAGO.GetHashCode(); + if (infoCaseCase_ == InfoCaseOneofCase.MiracleDropSelectResult) hash ^= MiracleDropSelectResult.GetHashCode(); if (infoCaseCase_ == InfoCaseOneofCase.EPOAKMFMFLM) hash ^= EPOAKMFMFLM.GetHashCode(); if (infoCaseCase_ == InfoCaseOneofCase.FKPFOKHBPKK) hash ^= FKPFOKHBPKK.GetHashCode(); if (infoCaseCase_ == InfoCaseOneofCase.HexAvatarSelectResult) hash ^= HexAvatarSelectResult.GetHashCode(); @@ -748,7 +750,6 @@ namespace EggLink.DanhengServer.Proto { if (infoCaseCase_ == InfoCaseOneofCase.ECEGPEJCPBL) hash ^= ECEGPEJCPBL.GetHashCode(); if (infoCaseCase_ == InfoCaseOneofCase.FKPDKFEMKEC) hash ^= FKPDKFEMKEC.GetHashCode(); if (infoCaseCase_ == InfoCaseOneofCase.LLNMCJCFBMJ) hash ^= LLNMCJCFBMJ.GetHashCode(); - if (QueueLocation != 0) hash ^= QueueLocation.GetHashCode(); hash ^= (int) infoCaseCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); @@ -828,9 +829,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(146, 72); output.WriteMessage(EPOAKMFMFLM); } - if (infoCaseCase_ == InfoCaseOneofCase.FLFPCPHLAGO) { + if (infoCaseCase_ == InfoCaseOneofCase.MiracleDropSelectResult) { output.WriteRawTag(178, 72); - output.WriteMessage(FLFPCPHLAGO); + output.WriteMessage(MiracleDropSelectResult); } if (infoCaseCase_ == InfoCaseOneofCase.BuffReforgeSelectResult) { output.WriteRawTag(234, 75); @@ -966,9 +967,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(146, 72); output.WriteMessage(EPOAKMFMFLM); } - if (infoCaseCase_ == InfoCaseOneofCase.FLFPCPHLAGO) { + if (infoCaseCase_ == InfoCaseOneofCase.MiracleDropSelectResult) { output.WriteRawTag(178, 72); - output.WriteMessage(FLFPCPHLAGO); + output.WriteMessage(MiracleDropSelectResult); } if (infoCaseCase_ == InfoCaseOneofCase.BuffReforgeSelectResult) { output.WriteRawTag(234, 75); @@ -1044,6 +1045,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; + if (QueueLocation != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(QueueLocation); + } if (infoCaseCase_ == InfoCaseOneofCase.BuffSelectResult) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(BuffSelectResult); } @@ -1068,8 +1072,8 @@ namespace EggLink.DanhengServer.Proto { if (infoCaseCase_ == InfoCaseOneofCase.KJLAFILAPJF) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(KJLAFILAPJF); } - if (infoCaseCase_ == InfoCaseOneofCase.FLFPCPHLAGO) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(FLFPCPHLAGO); + if (infoCaseCase_ == InfoCaseOneofCase.MiracleDropSelectResult) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(MiracleDropSelectResult); } if (infoCaseCase_ == InfoCaseOneofCase.EPOAKMFMFLM) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(EPOAKMFMFLM); @@ -1137,9 +1141,6 @@ namespace EggLink.DanhengServer.Proto { if (infoCaseCase_ == InfoCaseOneofCase.LLNMCJCFBMJ) { size += 3 + pb::CodedOutputStream.ComputeMessageSize(LLNMCJCFBMJ); } - if (QueueLocation != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(QueueLocation); - } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -1204,11 +1205,11 @@ namespace EggLink.DanhengServer.Proto { } KJLAFILAPJF.MergeFrom(other.KJLAFILAPJF); break; - case InfoCaseOneofCase.FLFPCPHLAGO: - if (FLFPCPHLAGO == null) { - FLFPCPHLAGO = new global::EggLink.DanhengServer.Proto.NHCKHPLKLIO(); + case InfoCaseOneofCase.MiracleDropSelectResult: + if (MiracleDropSelectResult == null) { + MiracleDropSelectResult = new global::EggLink.DanhengServer.Proto.RogueMiracleDropSelectResult(); } - FLFPCPHLAGO.MergeFrom(other.FLFPCPHLAGO); + MiracleDropSelectResult.MergeFrom(other.MiracleDropSelectResult); break; case InfoCaseOneofCase.EPOAKMFMFLM: if (EPOAKMFMFLM == null) { @@ -1490,12 +1491,12 @@ namespace EggLink.DanhengServer.Proto { break; } case 9266: { - global::EggLink.DanhengServer.Proto.NHCKHPLKLIO subBuilder = new global::EggLink.DanhengServer.Proto.NHCKHPLKLIO(); - if (infoCaseCase_ == InfoCaseOneofCase.FLFPCPHLAGO) { - subBuilder.MergeFrom(FLFPCPHLAGO); + global::EggLink.DanhengServer.Proto.RogueMiracleDropSelectResult subBuilder = new global::EggLink.DanhengServer.Proto.RogueMiracleDropSelectResult(); + if (infoCaseCase_ == InfoCaseOneofCase.MiracleDropSelectResult) { + subBuilder.MergeFrom(MiracleDropSelectResult); } input.ReadMessage(subBuilder); - FLFPCPHLAGO = subBuilder; + MiracleDropSelectResult = subBuilder; break; } case 9706: { @@ -1788,12 +1789,12 @@ namespace EggLink.DanhengServer.Proto { break; } case 9266: { - global::EggLink.DanhengServer.Proto.NHCKHPLKLIO subBuilder = new global::EggLink.DanhengServer.Proto.NHCKHPLKLIO(); - if (infoCaseCase_ == InfoCaseOneofCase.FLFPCPHLAGO) { - subBuilder.MergeFrom(FLFPCPHLAGO); + global::EggLink.DanhengServer.Proto.RogueMiracleDropSelectResult subBuilder = new global::EggLink.DanhengServer.Proto.RogueMiracleDropSelectResult(); + if (infoCaseCase_ == InfoCaseOneofCase.MiracleDropSelectResult) { + subBuilder.MergeFrom(MiracleDropSelectResult); } input.ReadMessage(subBuilder); - FLFPCPHLAGO = subBuilder; + MiracleDropSelectResult = subBuilder; break; } case 9706: { diff --git a/Proto/HandleRogueCommonPendingActionScRsp.cs b/Proto/HandleRogueCommonPendingActionScRsp.cs index 15a6ca9f..3ce2a65f 100644 --- a/Proto/HandleRogueCommonPendingActionScRsp.cs +++ b/Proto/HandleRogueCommonPendingActionScRsp.cs @@ -24,60 +24,61 @@ namespace EggLink.DanhengServer.Proto { static HandleRogueCommonPendingActionScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CilIYW5kbGVSb2d1ZUNvbW1vblBlbmRpbmdBY3Rpb25TY1JzcC5wcm90bxod", - "Um9ndWVCdWZmU2VsZWN0Q2FsbGJhY2sucHJvdG8aIlJvZ3VlSGV4QXZhdGFy", - "U2VsZWN0Q2FsbGJhY2sucHJvdG8aEUJMRkpCS0JISklMLnByb3RvGhFGSElL", - "UExBSU9FSS5wcm90bxogUm9ndWVNaXJhY2xlU2VsZWN0Q2FsbGJhY2sucHJv", - "dG8aEVBBT0NPTkdFTEpLLnByb3RvGiRSb2d1ZUJ1ZmZSZWZvcmdlU2VsZWN0", - "Q2FsbGJhY2sucHJvdG8aEUZLREJJSE5QQ0hFLnByb3RvGiJSb2d1ZU1hZ2lj", - "VW5pdFNlbGVjdENhbGxiYWNrLnByb3RvGiVSb2d1ZU1hZ2ljU2NlcHRlclNl", - "bGVjdENhbGxiYWNrLnByb3RvGhFFSEVGT01NQk5BRi5wcm90bxoRSU1ESFBE", - "QkhFQkMucHJvdG8aEUFCUE5DUE9JSkNJLnByb3RvGh9Sb2d1ZVRvdXJuRm9y", - "bXVsYUNhbGxiYWNrLnByb3RvGh1Sb2d1ZUJ1ZmZSZXJvbGxDYWxsYmFjay5w", - "cm90bxoRSUtDTkRMSkxBUFAucHJvdG8aEU9NSkZNQkpNRk1DLnByb3RvGhFM", - "R1BHQ0pET0lCSy5wcm90bxoeUm9ndWVCb251c1NlbGVjdENhbGxiYWNrLnBy", - "b3RvGhFETEhQREFMR0RFSC5wcm90bxoRSEtKRUdPTkdKTlAucHJvdG8aEU1P", - "SUtOSEhDQUJILnByb3RvGidSb2d1ZVJlZm9yZ2VGb3JtdWxhU2VsZWN0Q2Fs", - "bGJhY2sucHJvdG8aI1JvZ3VlVGl0YW5CbGVzc1NlbGVjdENhbGxiYWNrLnBy", - "b3RvGhFJTU5OTkpHR1BBRy5wcm90byLFCwojSGFuZGxlUm9ndWVDb21tb25Q", - "ZW5kaW5nQWN0aW9uU2NSc3ASOQoUYnVmZl9zZWxlY3RfY2FsbGJhY2sYmQcg", - "ASgLMhguUm9ndWVCdWZmU2VsZWN0Q2FsbGJhY2tIABIkCgtLS0lBTkdBQkZO", - "ShjoCiABKAsyDC5GS0RCSUhOUENIRUgAEiQKC0NMREJQTE5JQUVOGJ8GIAEo", - "CzIMLkRMSFBEQUxHREVISAASOQoUYnVmZl9yZXJvbGxfY2FsbGJhY2sY/AYg", - "ASgLMhguUm9ndWVCdWZmUmVyb2xsQ2FsbGJhY2tIABJHChxidWZmX3JlZm9y", - "Z2Vfc2VsZWN0X2NhbGxiYWNrGF4gASgLMh8uUm9ndWVCdWZmUmVmb3JnZVNl", - "bGVjdENhbGxiYWNrSAASPwoXbWlyYWNsZV9zZWxlY3RfY2FsbGJhY2sYuwog", - "ASgLMhsuUm9ndWVNaXJhY2xlU2VsZWN0Q2FsbGJhY2tIABIkCgtETUNFUEpL", - "T09HQxjRCCABKAsyDC5QQU9DT05HRUxKS0gAEiMKC0ZEUFBHS0REUEdDGCQg", - "ASgLMgwuQkxGSkJLQkhKSUxIABIkCgtNQVBCREJNRklNRBjTBCABKAsyDC5P", - "TUpGTUJKTUZNQ0gAEiQKC09JSEpFS0lNUFBEGJsCIAEoCzIMLk1PSUtOSEhD", - "QUJISAASJAoLT0tQQ0pMUE1CQUQY2wogASgLMgwuRkhJS1BMQUlPRUlIABJE", - "ChpoZXhfYXZhdGFyX3NlbGVjdF9jYWxsYmFjaxj9BSABKAsyHS5Sb2d1ZUhl", - "eEF2YXRhclNlbGVjdENhbGxiYWNrSAASOwoVYm9udXNfc2VsZWN0X2NhbGxi", - "YWNrGOAMIAEoCzIZLlJvZ3VlQm9udXNTZWxlY3RDYWxsYmFja0gAEkMKHHJv", - "Z3VlX3RvdXJuX2Zvcm11bGFfY2FsbGJhY2sY7wkgASgLMhouUm9ndWVUb3Vy", - "bkZvcm11bGFDYWxsYmFja0gAEiMKC0NQT1BDSE5EREZNGB4gASgLMgwuRUhF", - "Rk9NTUJOQUZIABIkCgtOREpCR0ZIRUlDSRjlCCABKAsyDC5IS0pFR09OR0pO", - "UEgAEk4KH3JlZm9yZ2VfbWlyYWNsZV9zZWxlY3RfY2FsbGJhY2sY/wQgASgL", - "MiIuUm9ndWVSZWZvcmdlRm9ybXVsYVNlbGVjdENhbGxiYWNrSAASRAoabWFn", - "aWNfdW5pdF9zZWxlY3RfY2FsbGJhY2sY3QUgASgLMh0uUm9ndWVNYWdpY1Vu", - "aXRTZWxlY3RDYWxsYmFja0gAEkQKF3NjZXB0ZXJfc2VsZWN0X2NhbGxiYWNr", - "GI4GIAEoCzIgLlJvZ3VlTWFnaWNTY2VwdGVyU2VsZWN0Q2FsbGJhY2tIABIk", - "CgtMQk9KTElJQUJBUBjTCiABKAsyDC5MR1BHQ0pET0lCS0gAEiQKC0lMSEJI", - "UEhERURMGPQKIAEoCzIMLkFCUE5DUE9JSkNJSAASJAoLRElDR0VBREVDUEsY", - "uAogASgLMgwuSU1OTk5KR0dQQUdIABIjCgtHQUJJQ01GQUtQRBhzIAEoCzIM", - "LklNREhQREJIRUJDSAASJAoLREtNTU9JTU9KRE0Y3wcgASgLMgwuSUtDTkRM", - "SkxBUFBIABJLCiB0aXRhbl9ibGVzc19zZWxlY3RfdHlwZV9jYWxsYmFjaxi+", - "CyABKAsyHi5Sb2d1ZVRpdGFuQmxlc3NTZWxlY3RDYWxsYmFja0gAEk4KI3Rp", - "dGFuX2JsZXNzX3NlbGVjdF9lbmhhbmNlX2NhbGxiYWNrGKEEIAEoCzIeLlJv", - "Z3VlVGl0YW5CbGVzc1NlbGVjdENhbGxiYWNrSAASDwoHcmV0Y29kZRgNIAEo", - "DRIWCg5xdWV1ZV9wb3NpdGlvbhgMIAEoDRIWCg5xdWV1ZV9sb2NhdGlvbhgE", - "IAEoDUILCglpbmZvX2Nhc2VCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Q", - "cm90b2IGcHJvdG8z")); + "CilIYW5kbGVSb2d1ZUNvbW1vblBlbmRpbmdBY3Rpb25TY1JzcC5wcm90bxoR", + "RExIUERBTEdERUgucHJvdG8aEUZISUtQTEFJT0VJLnByb3RvGhFGS0RCSUhO", + "UENIRS5wcm90bxoiUm9ndWVNYWdpY1VuaXRTZWxlY3RDYWxsYmFjay5wcm90", + "bxoRQUJQTkNQT0lKQ0kucHJvdG8aEUJMRkpCS0JISklMLnByb3RvGh5Sb2d1", + "ZUJvbnVzU2VsZWN0Q2FsbGJhY2sucHJvdG8aEUlNREhQREJIRUJDLnByb3Rv", + "GiNSb2d1ZVRpdGFuQmxlc3NTZWxlY3RDYWxsYmFjay5wcm90bxofUm9ndWVU", + "b3VybkZvcm11bGFDYWxsYmFjay5wcm90bxoRTEdQR0NKRE9JQksucHJvdG8a", + "JFJvZ3VlQnVmZlJlZm9yZ2VTZWxlY3RDYWxsYmFjay5wcm90bxoRTU9JS05I", + "SENBQkgucHJvdG8aIFJvZ3VlTWlyYWNsZVNlbGVjdENhbGxiYWNrLnByb3Rv", + "GhFFSEVGT01NQk5BRi5wcm90bxokUm9ndWVNaXJhY2xlRHJvcFNlbGVjdENh", + "bGxiYWNrLnByb3RvGiJSb2d1ZUhleEF2YXRhclNlbGVjdENhbGxiYWNrLnBy", + "b3RvGidSb2d1ZVJlZm9yZ2VGb3JtdWxhU2VsZWN0Q2FsbGJhY2sucHJvdG8a", + "JVJvZ3VlTWFnaWNTY2VwdGVyU2VsZWN0Q2FsbGJhY2sucHJvdG8aEUhLSkVH", + "T05HSk5QLnByb3RvGh1Sb2d1ZUJ1ZmZSZXJvbGxDYWxsYmFjay5wcm90bxoR", + "UEFPQ09OR0VMSksucHJvdG8aHVJvZ3VlQnVmZlNlbGVjdENhbGxiYWNrLnBy", + "b3RvGhFJS0NORExKTEFQUC5wcm90bxoRSU1OTk5KR0dQQUcucHJvdG8i6QsK", + "I0hhbmRsZVJvZ3VlQ29tbW9uUGVuZGluZ0FjdGlvblNjUnNwEg8KB3JldGNv", + "ZGUYDSABKA0SFgoOcXVldWVfcG9zaXRpb24YDCABKA0SFgoOcXVldWVfbG9j", + "YXRpb24YBCABKA0SOQoUYnVmZl9zZWxlY3RfY2FsbGJhY2sYmQcgASgLMhgu", + "Um9ndWVCdWZmU2VsZWN0Q2FsbGJhY2tIABIkCgtLS0lBTkdBQkZOShjoCiAB", + "KAsyDC5GS0RCSUhOUENIRUgAEiQKC0NMREJQTE5JQUVOGJ8GIAEoCzIMLkRM", + "SFBEQUxHREVISAASOQoUYnVmZl9yZXJvbGxfY2FsbGJhY2sY/AYgASgLMhgu", + "Um9ndWVCdWZmUmVyb2xsQ2FsbGJhY2tIABJHChxidWZmX3JlZm9yZ2Vfc2Vs", + "ZWN0X2NhbGxiYWNrGF4gASgLMh8uUm9ndWVCdWZmUmVmb3JnZVNlbGVjdENh", + "bGxiYWNrSAASPwoXbWlyYWNsZV9zZWxlY3RfY2FsbGJhY2sYuwogASgLMhsu", + "Um9ndWVNaXJhY2xlU2VsZWN0Q2FsbGJhY2tIABIkCgtETUNFUEpLT09HQxjR", + "CCABKAsyDC5QQU9DT05HRUxKS0gAEiMKC0ZEUFBHS0REUEdDGCQgASgLMgwu", + "QkxGSkJLQkhKSUxIABJIChxtaXJhY2xlX2Ryb3Bfc2VsZWN0X2NhbGxiYWNr", + "GNMEIAEoCzIfLlJvZ3VlTWlyYWNsZURyb3BTZWxlY3RDYWxsYmFja0gAEiQK", + "C09JSEpFS0lNUFBEGJsCIAEoCzIMLk1PSUtOSEhDQUJISAASJAoLT0tQQ0pM", + "UE1CQUQY2wogASgLMgwuRkhJS1BMQUlPRUlIABJEChpoZXhfYXZhdGFyX3Nl", + "bGVjdF9jYWxsYmFjaxj9BSABKAsyHS5Sb2d1ZUhleEF2YXRhclNlbGVjdENh", + "bGxiYWNrSAASOwoVYm9udXNfc2VsZWN0X2NhbGxiYWNrGOAMIAEoCzIZLlJv", + "Z3VlQm9udXNTZWxlY3RDYWxsYmFja0gAEkMKHHJvZ3VlX3RvdXJuX2Zvcm11", + "bGFfY2FsbGJhY2sY7wkgASgLMhouUm9ndWVUb3VybkZvcm11bGFDYWxsYmFj", + "a0gAEiMKC0NQT1BDSE5EREZNGB4gASgLMgwuRUhFRk9NTUJOQUZIABIkCgtO", + "REpCR0ZIRUlDSRjlCCABKAsyDC5IS0pFR09OR0pOUEgAEk4KH3JlZm9yZ2Vf", + "bWlyYWNsZV9zZWxlY3RfY2FsbGJhY2sY/wQgASgLMiIuUm9ndWVSZWZvcmdl", + "Rm9ybXVsYVNlbGVjdENhbGxiYWNrSAASRAoabWFnaWNfdW5pdF9zZWxlY3Rf", + "Y2FsbGJhY2sY3QUgASgLMh0uUm9ndWVNYWdpY1VuaXRTZWxlY3RDYWxsYmFj", + "a0gAEkQKF3NjZXB0ZXJfc2VsZWN0X2NhbGxiYWNrGI4GIAEoCzIgLlJvZ3Vl", + "TWFnaWNTY2VwdGVyU2VsZWN0Q2FsbGJhY2tIABIkCgtMQk9KTElJQUJBUBjT", + "CiABKAsyDC5MR1BHQ0pET0lCS0gAEiQKC0lMSEJIUEhERURMGPQKIAEoCzIM", + "LkFCUE5DUE9JSkNJSAASJAoLRElDR0VBREVDUEsYuAogASgLMgwuSU1OTk5K", + "R0dQQUdIABIjCgtHQUJJQ01GQUtQRBhzIAEoCzIMLklNREhQREJIRUJDSAAS", + "JAoLREtNTU9JTU9KRE0Y3wcgASgLMgwuSUtDTkRMSkxBUFBIABJLCiB0aXRh", + "bl9ibGVzc19zZWxlY3RfdHlwZV9jYWxsYmFjaxi+CyABKAsyHi5Sb2d1ZVRp", + "dGFuQmxlc3NTZWxlY3RDYWxsYmFja0gAEk4KI3RpdGFuX2JsZXNzX3NlbGVj", + "dF9lbmhhbmNlX2NhbGxiYWNrGKEEIAEoCzIeLlJvZ3VlVGl0YW5CbGVzc1Nl", + "bGVjdENhbGxiYWNrSABCCwoJaW5mb19jYXNlQh6qAhtFZ2dMaW5rLkRhbmhl", + "bmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueBuffSelectCallbackReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueHexAvatarSelectCallbackReflection.Descriptor, global::EggLink.DanhengServer.Proto.BLFJBKBHJILReflection.Descriptor, global::EggLink.DanhengServer.Proto.FHIKPLAIOEIReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMiracleSelectCallbackReflection.Descriptor, global::EggLink.DanhengServer.Proto.PAOCONGELJKReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueBuffReforgeSelectCallbackReflection.Descriptor, global::EggLink.DanhengServer.Proto.FKDBIHNPCHEReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicUnitSelectCallbackReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicScepterSelectCallbackReflection.Descriptor, global::EggLink.DanhengServer.Proto.EHEFOMMBNAFReflection.Descriptor, global::EggLink.DanhengServer.Proto.IMDHPDBHEBCReflection.Descriptor, global::EggLink.DanhengServer.Proto.ABPNCPOIJCIReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournFormulaCallbackReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueBuffRerollCallbackReflection.Descriptor, global::EggLink.DanhengServer.Proto.IKCNDLJLAPPReflection.Descriptor, global::EggLink.DanhengServer.Proto.OMJFMBJMFMCReflection.Descriptor, global::EggLink.DanhengServer.Proto.LGPGCJDOIBKReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueBonusSelectCallbackReflection.Descriptor, global::EggLink.DanhengServer.Proto.DLHPDALGDEHReflection.Descriptor, global::EggLink.DanhengServer.Proto.HKJEGONGJNPReflection.Descriptor, global::EggLink.DanhengServer.Proto.MOIKNHHCABHReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueReforgeFormulaSelectCallbackReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTitanBlessSelectCallbackReflection.Descriptor, global::EggLink.DanhengServer.Proto.IMNNNJGGPAGReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DLHPDALGDEHReflection.Descriptor, global::EggLink.DanhengServer.Proto.FHIKPLAIOEIReflection.Descriptor, global::EggLink.DanhengServer.Proto.FKDBIHNPCHEReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicUnitSelectCallbackReflection.Descriptor, global::EggLink.DanhengServer.Proto.ABPNCPOIJCIReflection.Descriptor, global::EggLink.DanhengServer.Proto.BLFJBKBHJILReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueBonusSelectCallbackReflection.Descriptor, global::EggLink.DanhengServer.Proto.IMDHPDBHEBCReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTitanBlessSelectCallbackReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournFormulaCallbackReflection.Descriptor, global::EggLink.DanhengServer.Proto.LGPGCJDOIBKReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueBuffReforgeSelectCallbackReflection.Descriptor, global::EggLink.DanhengServer.Proto.MOIKNHHCABHReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMiracleSelectCallbackReflection.Descriptor, global::EggLink.DanhengServer.Proto.EHEFOMMBNAFReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMiracleDropSelectCallbackReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueHexAvatarSelectCallbackReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueReforgeFormulaSelectCallbackReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicScepterSelectCallbackReflection.Descriptor, global::EggLink.DanhengServer.Proto.HKJEGONGJNPReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueBuffRerollCallbackReflection.Descriptor, global::EggLink.DanhengServer.Proto.PAOCONGELJKReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueBuffSelectCallbackReflection.Descriptor, global::EggLink.DanhengServer.Proto.IKCNDLJLAPPReflection.Descriptor, global::EggLink.DanhengServer.Proto.IMNNNJGGPAGReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.HandleRogueCommonPendingActionScRsp), global::EggLink.DanhengServer.Proto.HandleRogueCommonPendingActionScRsp.Parser, new[]{ "BuffSelectCallback", "KKIANGABFNJ", "CLDBPLNIAEN", "BuffRerollCallback", "BuffReforgeSelectCallback", "MiracleSelectCallback", "DMCEPJKOOGC", "FDPPGKDDPGC", "MAPBDBMFIMD", "OIHJEKIMPPD", "OKPCJLPMBAD", "HexAvatarSelectCallback", "BonusSelectCallback", "RogueTournFormulaCallback", "CPOPCHNDDFM", "NDJBGFHEICI", "ReforgeMiracleSelectCallback", "MagicUnitSelectCallback", "ScepterSelectCallback", "LBOJLIIABAP", "ILHBHPHDEDL", "DICGEADECPK", "GABICMFAKPD", "DKMMOIMOJDM", "TitanBlessSelectTypeCallback", "TitanBlessSelectEnhanceCallback", "Retcode", "QueuePosition", "QueueLocation" }, new[]{ "InfoCase" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.HandleRogueCommonPendingActionScRsp), global::EggLink.DanhengServer.Proto.HandleRogueCommonPendingActionScRsp.Parser, new[]{ "Retcode", "QueuePosition", "QueueLocation", "BuffSelectCallback", "KKIANGABFNJ", "CLDBPLNIAEN", "BuffRerollCallback", "BuffReforgeSelectCallback", "MiracleSelectCallback", "DMCEPJKOOGC", "FDPPGKDDPGC", "MiracleDropSelectCallback", "OIHJEKIMPPD", "OKPCJLPMBAD", "HexAvatarSelectCallback", "BonusSelectCallback", "RogueTournFormulaCallback", "CPOPCHNDDFM", "NDJBGFHEICI", "ReforgeMiracleSelectCallback", "MagicUnitSelectCallback", "ScepterSelectCallback", "LBOJLIIABAP", "ILHBHPHDEDL", "DICGEADECPK", "GABICMFAKPD", "DKMMOIMOJDM", "TitanBlessSelectTypeCallback", "TitanBlessSelectEnhanceCallback" }, new[]{ "InfoCase" }, null, null, null) })); } #endregion @@ -147,8 +148,8 @@ namespace EggLink.DanhengServer.Proto { case InfoCaseOneofCase.FDPPGKDDPGC: FDPPGKDDPGC = other.FDPPGKDDPGC.Clone(); break; - case InfoCaseOneofCase.MAPBDBMFIMD: - MAPBDBMFIMD = other.MAPBDBMFIMD.Clone(); + case InfoCaseOneofCase.MiracleDropSelectCallback: + MiracleDropSelectCallback = other.MiracleDropSelectCallback.Clone(); break; case InfoCaseOneofCase.OIHJEKIMPPD: OIHJEKIMPPD = other.OIHJEKIMPPD.Clone(); @@ -212,6 +213,42 @@ namespace EggLink.DanhengServer.Proto { return new HandleRogueCommonPendingActionScRsp(this); } + /// Field number for the "retcode" field. + public const int RetcodeFieldNumber = 13; + private uint retcode_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public uint Retcode { + get { return retcode_; } + set { + retcode_ = value; + } + } + + /// Field number for the "queue_position" field. + public const int QueuePositionFieldNumber = 12; + private uint queuePosition_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public uint QueuePosition { + get { return queuePosition_; } + set { + queuePosition_ = value; + } + } + + /// Field number for the "queue_location" field. + public const int QueueLocationFieldNumber = 4; + private uint queueLocation_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public uint QueueLocation { + get { return queueLocation_; } + set { + queueLocation_ = value; + } + } + /// Field number for the "buff_select_callback" field. public const int BuffSelectCallbackFieldNumber = 921; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -308,15 +345,15 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "MAPBDBMFIMD" field. - public const int MAPBDBMFIMDFieldNumber = 595; + /// Field number for the "miracle_drop_select_callback" field. + public const int MiracleDropSelectCallbackFieldNumber = 595; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.OMJFMBJMFMC MAPBDBMFIMD { - get { return infoCaseCase_ == InfoCaseOneofCase.MAPBDBMFIMD ? (global::EggLink.DanhengServer.Proto.OMJFMBJMFMC) infoCase_ : null; } + public global::EggLink.DanhengServer.Proto.RogueMiracleDropSelectCallback MiracleDropSelectCallback { + get { return infoCaseCase_ == InfoCaseOneofCase.MiracleDropSelectCallback ? (global::EggLink.DanhengServer.Proto.RogueMiracleDropSelectCallback) infoCase_ : null; } set { infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.MAPBDBMFIMD; + infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.MiracleDropSelectCallback; } } @@ -524,42 +561,6 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "retcode" field. - public const int RetcodeFieldNumber = 13; - private uint retcode_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint Retcode { - get { return retcode_; } - set { - retcode_ = value; - } - } - - /// Field number for the "queue_position" field. - public const int QueuePositionFieldNumber = 12; - private uint queuePosition_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint QueuePosition { - get { return queuePosition_; } - set { - queuePosition_ = value; - } - } - - /// Field number for the "queue_location" field. - public const int QueueLocationFieldNumber = 4; - private uint queueLocation_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint QueueLocation { - get { return queueLocation_; } - set { - queueLocation_ = value; - } - } - private object infoCase_; /// Enum of possible cases for the "info_case" oneof. public enum InfoCaseOneofCase { @@ -572,7 +573,7 @@ namespace EggLink.DanhengServer.Proto { MiracleSelectCallback = 1339, DMCEPJKOOGC = 1105, FDPPGKDDPGC = 36, - MAPBDBMFIMD = 595, + MiracleDropSelectCallback = 595, OIHJEKIMPPD = 283, OKPCJLPMBAD = 1371, HexAvatarSelectCallback = 765, @@ -620,6 +621,9 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } + if (Retcode != other.Retcode) return false; + if (QueuePosition != other.QueuePosition) return false; + if (QueueLocation != other.QueueLocation) return false; if (!object.Equals(BuffSelectCallback, other.BuffSelectCallback)) return false; if (!object.Equals(KKIANGABFNJ, other.KKIANGABFNJ)) return false; if (!object.Equals(CLDBPLNIAEN, other.CLDBPLNIAEN)) return false; @@ -628,7 +632,7 @@ namespace EggLink.DanhengServer.Proto { if (!object.Equals(MiracleSelectCallback, other.MiracleSelectCallback)) return false; if (!object.Equals(DMCEPJKOOGC, other.DMCEPJKOOGC)) return false; if (!object.Equals(FDPPGKDDPGC, other.FDPPGKDDPGC)) return false; - if (!object.Equals(MAPBDBMFIMD, other.MAPBDBMFIMD)) return false; + if (!object.Equals(MiracleDropSelectCallback, other.MiracleDropSelectCallback)) return false; if (!object.Equals(OIHJEKIMPPD, other.OIHJEKIMPPD)) return false; if (!object.Equals(OKPCJLPMBAD, other.OKPCJLPMBAD)) return false; if (!object.Equals(HexAvatarSelectCallback, other.HexAvatarSelectCallback)) return false; @@ -646,9 +650,6 @@ namespace EggLink.DanhengServer.Proto { if (!object.Equals(DKMMOIMOJDM, other.DKMMOIMOJDM)) return false; if (!object.Equals(TitanBlessSelectTypeCallback, other.TitanBlessSelectTypeCallback)) return false; if (!object.Equals(TitanBlessSelectEnhanceCallback, other.TitanBlessSelectEnhanceCallback)) return false; - if (Retcode != other.Retcode) return false; - if (QueuePosition != other.QueuePosition) return false; - if (QueueLocation != other.QueueLocation) return false; if (InfoCaseCase != other.InfoCaseCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -657,6 +658,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; + if (Retcode != 0) hash ^= Retcode.GetHashCode(); + if (QueuePosition != 0) hash ^= QueuePosition.GetHashCode(); + if (QueueLocation != 0) hash ^= QueueLocation.GetHashCode(); if (infoCaseCase_ == InfoCaseOneofCase.BuffSelectCallback) hash ^= BuffSelectCallback.GetHashCode(); if (infoCaseCase_ == InfoCaseOneofCase.KKIANGABFNJ) hash ^= KKIANGABFNJ.GetHashCode(); if (infoCaseCase_ == InfoCaseOneofCase.CLDBPLNIAEN) hash ^= CLDBPLNIAEN.GetHashCode(); @@ -665,7 +669,7 @@ namespace EggLink.DanhengServer.Proto { if (infoCaseCase_ == InfoCaseOneofCase.MiracleSelectCallback) hash ^= MiracleSelectCallback.GetHashCode(); if (infoCaseCase_ == InfoCaseOneofCase.DMCEPJKOOGC) hash ^= DMCEPJKOOGC.GetHashCode(); if (infoCaseCase_ == InfoCaseOneofCase.FDPPGKDDPGC) hash ^= FDPPGKDDPGC.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.MAPBDBMFIMD) hash ^= MAPBDBMFIMD.GetHashCode(); + if (infoCaseCase_ == InfoCaseOneofCase.MiracleDropSelectCallback) hash ^= MiracleDropSelectCallback.GetHashCode(); if (infoCaseCase_ == InfoCaseOneofCase.OIHJEKIMPPD) hash ^= OIHJEKIMPPD.GetHashCode(); if (infoCaseCase_ == InfoCaseOneofCase.OKPCJLPMBAD) hash ^= OKPCJLPMBAD.GetHashCode(); if (infoCaseCase_ == InfoCaseOneofCase.HexAvatarSelectCallback) hash ^= HexAvatarSelectCallback.GetHashCode(); @@ -683,9 +687,6 @@ namespace EggLink.DanhengServer.Proto { if (infoCaseCase_ == InfoCaseOneofCase.DKMMOIMOJDM) hash ^= DKMMOIMOJDM.GetHashCode(); if (infoCaseCase_ == InfoCaseOneofCase.TitanBlessSelectTypeCallback) hash ^= TitanBlessSelectTypeCallback.GetHashCode(); if (infoCaseCase_ == InfoCaseOneofCase.TitanBlessSelectEnhanceCallback) hash ^= TitanBlessSelectEnhanceCallback.GetHashCode(); - if (Retcode != 0) hash ^= Retcode.GetHashCode(); - if (QueuePosition != 0) hash ^= QueuePosition.GetHashCode(); - if (QueueLocation != 0) hash ^= QueueLocation.GetHashCode(); hash ^= (int) infoCaseCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); @@ -741,9 +742,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(138, 34); output.WriteMessage(TitanBlessSelectEnhanceCallback); } - if (infoCaseCase_ == InfoCaseOneofCase.MAPBDBMFIMD) { + if (infoCaseCase_ == InfoCaseOneofCase.MiracleDropSelectCallback) { output.WriteRawTag(154, 37); - output.WriteMessage(MAPBDBMFIMD); + output.WriteMessage(MiracleDropSelectCallback); } if (infoCaseCase_ == InfoCaseOneofCase.ReforgeMiracleSelectCallback) { output.WriteRawTag(250, 39); @@ -867,9 +868,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(138, 34); output.WriteMessage(TitanBlessSelectEnhanceCallback); } - if (infoCaseCase_ == InfoCaseOneofCase.MAPBDBMFIMD) { + if (infoCaseCase_ == InfoCaseOneofCase.MiracleDropSelectCallback) { output.WriteRawTag(154, 37); - output.WriteMessage(MAPBDBMFIMD); + output.WriteMessage(MiracleDropSelectCallback); } if (infoCaseCase_ == InfoCaseOneofCase.ReforgeMiracleSelectCallback) { output.WriteRawTag(250, 39); @@ -957,6 +958,15 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; + if (Retcode != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); + } + if (QueuePosition != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(QueuePosition); + } + if (QueueLocation != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(QueueLocation); + } if (infoCaseCase_ == InfoCaseOneofCase.BuffSelectCallback) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(BuffSelectCallback); } @@ -981,8 +991,8 @@ namespace EggLink.DanhengServer.Proto { if (infoCaseCase_ == InfoCaseOneofCase.FDPPGKDDPGC) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(FDPPGKDDPGC); } - if (infoCaseCase_ == InfoCaseOneofCase.MAPBDBMFIMD) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(MAPBDBMFIMD); + if (infoCaseCase_ == InfoCaseOneofCase.MiracleDropSelectCallback) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(MiracleDropSelectCallback); } if (infoCaseCase_ == InfoCaseOneofCase.OIHJEKIMPPD) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(OIHJEKIMPPD); @@ -1035,15 +1045,6 @@ namespace EggLink.DanhengServer.Proto { if (infoCaseCase_ == InfoCaseOneofCase.TitanBlessSelectEnhanceCallback) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(TitanBlessSelectEnhanceCallback); } - if (Retcode != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); - } - if (QueuePosition != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(QueuePosition); - } - if (QueueLocation != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(QueueLocation); - } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -1114,11 +1115,11 @@ namespace EggLink.DanhengServer.Proto { } FDPPGKDDPGC.MergeFrom(other.FDPPGKDDPGC); break; - case InfoCaseOneofCase.MAPBDBMFIMD: - if (MAPBDBMFIMD == null) { - MAPBDBMFIMD = new global::EggLink.DanhengServer.Proto.OMJFMBJMFMC(); + case InfoCaseOneofCase.MiracleDropSelectCallback: + if (MiracleDropSelectCallback == null) { + MiracleDropSelectCallback = new global::EggLink.DanhengServer.Proto.RogueMiracleDropSelectCallback(); } - MAPBDBMFIMD.MergeFrom(other.MAPBDBMFIMD); + MiracleDropSelectCallback.MergeFrom(other.MiracleDropSelectCallback); break; case InfoCaseOneofCase.OIHJEKIMPPD: if (OIHJEKIMPPD == null) { @@ -1306,12 +1307,12 @@ namespace EggLink.DanhengServer.Proto { break; } case 4762: { - global::EggLink.DanhengServer.Proto.OMJFMBJMFMC subBuilder = new global::EggLink.DanhengServer.Proto.OMJFMBJMFMC(); - if (infoCaseCase_ == InfoCaseOneofCase.MAPBDBMFIMD) { - subBuilder.MergeFrom(MAPBDBMFIMD); + global::EggLink.DanhengServer.Proto.RogueMiracleDropSelectCallback subBuilder = new global::EggLink.DanhengServer.Proto.RogueMiracleDropSelectCallback(); + if (infoCaseCase_ == InfoCaseOneofCase.MiracleDropSelectCallback) { + subBuilder.MergeFrom(MiracleDropSelectCallback); } input.ReadMessage(subBuilder); - MAPBDBMFIMD = subBuilder; + MiracleDropSelectCallback = subBuilder; break; } case 5114: { @@ -1567,12 +1568,12 @@ namespace EggLink.DanhengServer.Proto { break; } case 4762: { - global::EggLink.DanhengServer.Proto.OMJFMBJMFMC subBuilder = new global::EggLink.DanhengServer.Proto.OMJFMBJMFMC(); - if (infoCaseCase_ == InfoCaseOneofCase.MAPBDBMFIMD) { - subBuilder.MergeFrom(MAPBDBMFIMD); + global::EggLink.DanhengServer.Proto.RogueMiracleDropSelectCallback subBuilder = new global::EggLink.DanhengServer.Proto.RogueMiracleDropSelectCallback(); + if (infoCaseCase_ == InfoCaseOneofCase.MiracleDropSelectCallback) { + subBuilder.MergeFrom(MiracleDropSelectCallback); } input.ReadMessage(subBuilder); - MAPBDBMFIMD = subBuilder; + MiracleDropSelectCallback = subBuilder; break; } case 5114: { diff --git a/Proto/HeartDialScriptChangeScNotify.cs b/Proto/HeartDialScriptChangeScNotify.cs index 32b792b8..5c5afcdb 100644 --- a/Proto/HeartDialScriptChangeScNotify.cs +++ b/Proto/HeartDialScriptChangeScNotify.cs @@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto { static HeartDialScriptChangeScNotifyReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiNIZWFydERpYWxTY3JpcHRDaGFuZ2VTY05vdGlmeS5wcm90bxoRTU1FSU5G", - "TURKRkcucHJvdG8aG0hlYXJ0RGlhbERpYWxvZ3VlSW5mby5wcm90bxobSGVh", - "cnREaWFsVW5sb2NrU3RhdHVzLnByb3RvGhlIZWFydERpYWxTY3JpcHRJbmZv", + "CiNIZWFydERpYWxTY3JpcHRDaGFuZ2VTY05vdGlmeS5wcm90bxobSGVhcnRE", + "aWFsVW5sb2NrU3RhdHVzLnByb3RvGhtIZWFydERpYWxEaWFsb2d1ZUluZm8u", + "cHJvdG8aEU1NRUlORk1ESkZHLnByb3RvGhlIZWFydERpYWxTY3JpcHRJbmZv", "LnByb3RvIuUBCh1IZWFydERpYWxTY3JpcHRDaGFuZ2VTY05vdGlmeRIhCgtP", "Q01PRUpJRExBTRgGIAMoCzIMLk1NRUlORk1ESkZHEi0KDXVubG9ja19zdGF0", "dXMYASABKA4yFi5IZWFydERpYWxVbmxvY2tTdGF0dXMSNgoYY2hhbmdlZF9z", @@ -35,7 +35,7 @@ namespace EggLink.DanhengServer.Proto { "bERpYWxvZ3VlSW5mb0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv", "YgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MMEINFMDJFGReflection.Descriptor, global::EggLink.DanhengServer.Proto.HeartDialDialogueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.HeartDialUnlockStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.HeartDialScriptInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.HeartDialUnlockStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.HeartDialDialogueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.MMEINFMDJFGReflection.Descriptor, global::EggLink.DanhengServer.Proto.HeartDialScriptInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.HeartDialScriptChangeScNotify), global::EggLink.DanhengServer.Proto.HeartDialScriptChangeScNotify.Parser, new[]{ "OCMOEJIDLAM", "UnlockStatus", "ChangedScriptInfoList", "ChangedDialogueInfoList" }, null, null, null, null) })); diff --git a/Proto/HeliobusActivityDataScRsp.cs b/Proto/HeliobusActivityDataScRsp.cs index 3587dab7..eaab4ea6 100644 --- a/Proto/HeliobusActivityDataScRsp.cs +++ b/Proto/HeliobusActivityDataScRsp.cs @@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto { static HeliobusActivityDataScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Ch9IZWxpb2J1c0FjdGl2aXR5RGF0YVNjUnNwLnByb3RvGhFHQkpLS0ZIUEZG", - "Ti5wcm90bxoRSk1JSkpIS0lCTEIucHJvdG8aHUhlbGlvYnVzQ2hhbGxlbmdl", - "TGluZXVwLnByb3RvGhFERUpBS1BPRVBLTi5wcm90byKjAgoZSGVsaW9idXNB", + "Ch9IZWxpb2J1c0FjdGl2aXR5RGF0YVNjUnNwLnByb3RvGhFERUpBS1BPRVBL", + "Ti5wcm90bxodSGVsaW9idXNDaGFsbGVuZ2VMaW5ldXAucHJvdG8aEUdCSktL", + "RkhQRkZOLnByb3RvGhFKTUlKSkhLSUJMQi5wcm90byKjAgoZSGVsaW9idXNB", "Y3Rpdml0eURhdGFTY1JzcBIhCgtORkRCTUhQUEZJUBgPIAMoCzIMLkdCSktL", "RkhQRkZOEi0KC0dDTEpFTkdKSUNNGAEgAygLMhguSGVsaW9idXNDaGFsbGVu", "Z2VMaW5ldXASEwoLSUJIQUFFSkVFSEMYByABKA0SIAoKc2tpbGxfaW5mbxgG", @@ -36,7 +36,7 @@ namespace EggLink.DanhengServer.Proto { "Y29kZRgNIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", "cm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GBJKKFHPFFNReflection.Descriptor, global::EggLink.DanhengServer.Proto.JMIJJHKIBLBReflection.Descriptor, global::EggLink.DanhengServer.Proto.HeliobusChallengeLineupReflection.Descriptor, global::EggLink.DanhengServer.Proto.DEJAKPOEPKNReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DEJAKPOEPKNReflection.Descriptor, global::EggLink.DanhengServer.Proto.HeliobusChallengeLineupReflection.Descriptor, global::EggLink.DanhengServer.Proto.GBJKKFHPFFNReflection.Descriptor, global::EggLink.DanhengServer.Proto.JMIJJHKIBLBReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.HeliobusActivityDataScRsp), global::EggLink.DanhengServer.Proto.HeliobusActivityDataScRsp.Parser, new[]{ "NFDBMHPPFIP", "GCLJENGJICM", "IBHAAEJEEHC", "SkillInfo", "ChallengeList", "Level", "Phase", "IPHKDELMOIH", "EENJBPMNDOL", "Retcode" }, null, null, null, null) })); diff --git a/Proto/HeliobusChallengeLineup.cs b/Proto/HeliobusChallengeLineup.cs index 36591103..20323b18 100644 --- a/Proto/HeliobusChallengeLineup.cs +++ b/Proto/HeliobusChallengeLineup.cs @@ -24,10 +24,10 @@ namespace EggLink.DanhengServer.Proto { static HeliobusChallengeLineupReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Ch1IZWxpb2J1c0NoYWxsZW5nZUxpbmV1cC5wcm90byJRChdIZWxpb2J1c0No", - "YWxsZW5nZUxpbmV1cBIPCgdHcm91cElkGAkgASgNEhQKDEF2YXRhcklkTGlz", - "dBgGIAMoDRIPCgdTa2lsbElkGAwgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdT", - "ZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "Ch1IZWxpb2J1c0NoYWxsZW5nZUxpbmV1cC5wcm90byJVChdIZWxpb2J1c0No", + "YWxsZW5nZUxpbmV1cBIQCghncm91cF9pZBgJIAEoDRIWCg5hdmF0YXJfaWRf", + "bGlzdBgGIAMoDRIQCghza2lsbF9pZBgMIAEoDUIeqgIbRWdnTGluay5EYW5o", + "ZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -85,7 +85,7 @@ namespace EggLink.DanhengServer.Proto { return new HeliobusChallengeLineup(this); } - /// Field number for the "GroupId" field. + /// Field number for the "group_id" field. public const int GroupIdFieldNumber = 9; private uint groupId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -97,7 +97,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "AvatarIdList" field. + /// Field number for the "avatar_id_list" field. public const int AvatarIdListFieldNumber = 6; private static readonly pb::FieldCodec _repeated_avatarIdList_codec = pb::FieldCodec.ForUInt32(50); @@ -108,7 +108,7 @@ namespace EggLink.DanhengServer.Proto { get { return avatarIdList_; } } - /// Field number for the "SkillId" field. + /// Field number for the "skill_id" field. public const int SkillIdFieldNumber = 12; private uint skillId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/HeliobusStartRaidScRsp.cs b/Proto/HeliobusStartRaidScRsp.cs index 73fa5d09..c13e65a7 100644 --- a/Proto/HeliobusStartRaidScRsp.cs +++ b/Proto/HeliobusStartRaidScRsp.cs @@ -24,12 +24,12 @@ namespace EggLink.DanhengServer.Proto { static HeliobusStartRaidScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChxIZWxpb2J1c1N0YXJ0UmFpZFNjUnNwLnByb3RvGhFGTkxHUExOQ1BDTC5w", - "cm90byJGChZIZWxpb2J1c1N0YXJ0UmFpZFNjUnNwEhsKBXNjZW5lGAMgASgL", - "MgwuRk5MR1BMTkNQQ0wSDwoHcmV0Y29kZRgLIAEoDUIeqgIbRWdnTGluay5E", - "YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "ChxIZWxpb2J1c1N0YXJ0UmFpZFNjUnNwLnByb3RvGhRSYWlkUGxheWVyRGF0", + "YS5wcm90byJJChZIZWxpb2J1c1N0YXJ0UmFpZFNjUnNwEh4KBXNjZW5lGAMg", + "ASgLMg8uUmFpZFBsYXllckRhdGESDwoHcmV0Y29kZRgLIAEoDUIeqgIbRWdn", + "TGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FNLGPLNCPCLReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RaidPlayerDataReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.HeliobusStartRaidScRsp), global::EggLink.DanhengServer.Proto.HeliobusStartRaidScRsp.Parser, new[]{ "Scene", "Retcode" }, null, null, null, null) })); @@ -86,10 +86,10 @@ namespace EggLink.DanhengServer.Proto { /// Field number for the "scene" field. public const int SceneFieldNumber = 3; - private global::EggLink.DanhengServer.Proto.FNLGPLNCPCL scene_; + private global::EggLink.DanhengServer.Proto.RaidPlayerData scene_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.FNLGPLNCPCL Scene { + public global::EggLink.DanhengServer.Proto.RaidPlayerData Scene { get { return scene_; } set { scene_ = value; @@ -208,7 +208,7 @@ namespace EggLink.DanhengServer.Proto { } if (other.scene_ != null) { if (scene_ == null) { - Scene = new global::EggLink.DanhengServer.Proto.FNLGPLNCPCL(); + Scene = new global::EggLink.DanhengServer.Proto.RaidPlayerData(); } Scene.MergeFrom(other.Scene); } @@ -232,7 +232,7 @@ namespace EggLink.DanhengServer.Proto { break; case 26: { if (scene_ == null) { - Scene = new global::EggLink.DanhengServer.Proto.FNLGPLNCPCL(); + Scene = new global::EggLink.DanhengServer.Proto.RaidPlayerData(); } input.ReadMessage(Scene); break; @@ -258,7 +258,7 @@ namespace EggLink.DanhengServer.Proto { break; case 26: { if (scene_ == null) { - Scene = new global::EggLink.DanhengServer.Proto.FNLGPLNCPCL(); + Scene = new global::EggLink.DanhengServer.Proto.RaidPlayerData(); } input.ReadMessage(Scene); break; diff --git a/Proto/ICAOOPPMJDJ.cs b/Proto/ICAOOPPMJDJ.cs deleted file mode 100644 index 67fc048c..00000000 --- a/Proto/ICAOOPPMJDJ.cs +++ /dev/null @@ -1,449 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: ICAOOPPMJDJ.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from ICAOOPPMJDJ.proto - public static partial class ICAOOPPMJDJReflection { - - #region Descriptor - /// File descriptor for ICAOOPPMJDJ.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static ICAOOPPMJDJReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFJQ0FPT1BQTUpESi5wcm90bxoRRUVJQkhKUE5KQ0YucHJvdG8aEUdLTE9B", - "TERITkVGLnByb3RvIrcBCgtJQ0FPT1BQTUpEShITCgtESkVFRUFCTURESxgO", - "IAEoCBITCgtCTEtGR0FKSE1MSxgLIAEoDRIhCgtLSlBNT0hGSUlMTxgPIAEo", - "DjIMLkVFSUJISlBOSkNGEhMKC0NITExNRkpHUFBBGAIgASgNEg4KBmlzX3dp", - "bhgBIAEoCBIhCgtCUElQT0JIQ01GRBgDIAMoCzIMLkdLTE9BTERITkVGEhMK", - "C0NMQk5IUEVBQkZLGAUgASgFQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIu", - "UHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EEIBHJPNJCFReflection.Descriptor, global::EggLink.DanhengServer.Proto.GKLOALDHNEFReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ICAOOPPMJDJ), global::EggLink.DanhengServer.Proto.ICAOOPPMJDJ.Parser, new[]{ "DJEEEABMDDK", "BLKFGAJHMLK", "KJPMOHFIILO", "CHLLMFJGPPA", "IsWin", "BPIPOBHCMFD", "CLBNHPEABFK" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class ICAOOPPMJDJ : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ICAOOPPMJDJ()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.ICAOOPPMJDJReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ICAOOPPMJDJ() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ICAOOPPMJDJ(ICAOOPPMJDJ other) : this() { - dJEEEABMDDK_ = other.dJEEEABMDDK_; - bLKFGAJHMLK_ = other.bLKFGAJHMLK_; - kJPMOHFIILO_ = other.kJPMOHFIILO_; - cHLLMFJGPPA_ = other.cHLLMFJGPPA_; - isWin_ = other.isWin_; - bPIPOBHCMFD_ = other.bPIPOBHCMFD_.Clone(); - cLBNHPEABFK_ = other.cLBNHPEABFK_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ICAOOPPMJDJ Clone() { - return new ICAOOPPMJDJ(this); - } - - /// Field number for the "DJEEEABMDDK" field. - public const int DJEEEABMDDKFieldNumber = 14; - private bool dJEEEABMDDK_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool DJEEEABMDDK { - get { return dJEEEABMDDK_; } - set { - dJEEEABMDDK_ = value; - } - } - - /// Field number for the "BLKFGAJHMLK" field. - public const int BLKFGAJHMLKFieldNumber = 11; - private uint bLKFGAJHMLK_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint BLKFGAJHMLK { - get { return bLKFGAJHMLK_; } - set { - bLKFGAJHMLK_ = value; - } - } - - /// Field number for the "KJPMOHFIILO" field. - public const int KJPMOHFIILOFieldNumber = 15; - private global::EggLink.DanhengServer.Proto.EEIBHJPNJCF kJPMOHFIILO_ = global::EggLink.DanhengServer.Proto.EEIBHJPNJCF.MarblePlayerStateDefault; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.EEIBHJPNJCF KJPMOHFIILO { - get { return kJPMOHFIILO_; } - set { - kJPMOHFIILO_ = value; - } - } - - /// Field number for the "CHLLMFJGPPA" field. - public const int CHLLMFJGPPAFieldNumber = 2; - private uint cHLLMFJGPPA_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint CHLLMFJGPPA { - get { return cHLLMFJGPPA_; } - set { - cHLLMFJGPPA_ = value; - } - } - - /// Field number for the "is_win" field. - public const int IsWinFieldNumber = 1; - private bool isWin_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool IsWin { - get { return isWin_; } - set { - isWin_ = value; - } - } - - /// Field number for the "BPIPOBHCMFD" field. - public const int BPIPOBHCMFDFieldNumber = 3; - private static readonly pb::FieldCodec _repeated_bPIPOBHCMFD_codec - = pb::FieldCodec.ForMessage(26, global::EggLink.DanhengServer.Proto.GKLOALDHNEF.Parser); - private readonly pbc::RepeatedField bPIPOBHCMFD_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField BPIPOBHCMFD { - get { return bPIPOBHCMFD_; } - } - - /// Field number for the "CLBNHPEABFK" field. - public const int CLBNHPEABFKFieldNumber = 5; - private int cLBNHPEABFK_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CLBNHPEABFK { - get { return cLBNHPEABFK_; } - set { - cLBNHPEABFK_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as ICAOOPPMJDJ); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(ICAOOPPMJDJ other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (DJEEEABMDDK != other.DJEEEABMDDK) return false; - if (BLKFGAJHMLK != other.BLKFGAJHMLK) return false; - if (KJPMOHFIILO != other.KJPMOHFIILO) return false; - if (CHLLMFJGPPA != other.CHLLMFJGPPA) return false; - if (IsWin != other.IsWin) return false; - if(!bPIPOBHCMFD_.Equals(other.bPIPOBHCMFD_)) return false; - if (CLBNHPEABFK != other.CLBNHPEABFK) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (DJEEEABMDDK != false) hash ^= DJEEEABMDDK.GetHashCode(); - if (BLKFGAJHMLK != 0) hash ^= BLKFGAJHMLK.GetHashCode(); - if (KJPMOHFIILO != global::EggLink.DanhengServer.Proto.EEIBHJPNJCF.MarblePlayerStateDefault) hash ^= KJPMOHFIILO.GetHashCode(); - if (CHLLMFJGPPA != 0) hash ^= CHLLMFJGPPA.GetHashCode(); - if (IsWin != false) hash ^= IsWin.GetHashCode(); - hash ^= bPIPOBHCMFD_.GetHashCode(); - if (CLBNHPEABFK != 0) hash ^= CLBNHPEABFK.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (IsWin != false) { - output.WriteRawTag(8); - output.WriteBool(IsWin); - } - if (CHLLMFJGPPA != 0) { - output.WriteRawTag(16); - output.WriteUInt32(CHLLMFJGPPA); - } - bPIPOBHCMFD_.WriteTo(output, _repeated_bPIPOBHCMFD_codec); - if (CLBNHPEABFK != 0) { - output.WriteRawTag(40); - output.WriteInt32(CLBNHPEABFK); - } - if (BLKFGAJHMLK != 0) { - output.WriteRawTag(88); - output.WriteUInt32(BLKFGAJHMLK); - } - if (DJEEEABMDDK != false) { - output.WriteRawTag(112); - output.WriteBool(DJEEEABMDDK); - } - if (KJPMOHFIILO != global::EggLink.DanhengServer.Proto.EEIBHJPNJCF.MarblePlayerStateDefault) { - output.WriteRawTag(120); - output.WriteEnum((int) KJPMOHFIILO); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (IsWin != false) { - output.WriteRawTag(8); - output.WriteBool(IsWin); - } - if (CHLLMFJGPPA != 0) { - output.WriteRawTag(16); - output.WriteUInt32(CHLLMFJGPPA); - } - bPIPOBHCMFD_.WriteTo(ref output, _repeated_bPIPOBHCMFD_codec); - if (CLBNHPEABFK != 0) { - output.WriteRawTag(40); - output.WriteInt32(CLBNHPEABFK); - } - if (BLKFGAJHMLK != 0) { - output.WriteRawTag(88); - output.WriteUInt32(BLKFGAJHMLK); - } - if (DJEEEABMDDK != false) { - output.WriteRawTag(112); - output.WriteBool(DJEEEABMDDK); - } - if (KJPMOHFIILO != global::EggLink.DanhengServer.Proto.EEIBHJPNJCF.MarblePlayerStateDefault) { - output.WriteRawTag(120); - output.WriteEnum((int) KJPMOHFIILO); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (DJEEEABMDDK != false) { - size += 1 + 1; - } - if (BLKFGAJHMLK != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BLKFGAJHMLK); - } - if (KJPMOHFIILO != global::EggLink.DanhengServer.Proto.EEIBHJPNJCF.MarblePlayerStateDefault) { - size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) KJPMOHFIILO); - } - if (CHLLMFJGPPA != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CHLLMFJGPPA); - } - if (IsWin != false) { - size += 1 + 1; - } - size += bPIPOBHCMFD_.CalculateSize(_repeated_bPIPOBHCMFD_codec); - if (CLBNHPEABFK != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(CLBNHPEABFK); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(ICAOOPPMJDJ other) { - if (other == null) { - return; - } - if (other.DJEEEABMDDK != false) { - DJEEEABMDDK = other.DJEEEABMDDK; - } - if (other.BLKFGAJHMLK != 0) { - BLKFGAJHMLK = other.BLKFGAJHMLK; - } - if (other.KJPMOHFIILO != global::EggLink.DanhengServer.Proto.EEIBHJPNJCF.MarblePlayerStateDefault) { - KJPMOHFIILO = other.KJPMOHFIILO; - } - if (other.CHLLMFJGPPA != 0) { - CHLLMFJGPPA = other.CHLLMFJGPPA; - } - if (other.IsWin != false) { - IsWin = other.IsWin; - } - bPIPOBHCMFD_.Add(other.bPIPOBHCMFD_); - if (other.CLBNHPEABFK != 0) { - CLBNHPEABFK = other.CLBNHPEABFK; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - IsWin = input.ReadBool(); - break; - } - case 16: { - CHLLMFJGPPA = input.ReadUInt32(); - break; - } - case 26: { - bPIPOBHCMFD_.AddEntriesFrom(input, _repeated_bPIPOBHCMFD_codec); - break; - } - case 40: { - CLBNHPEABFK = input.ReadInt32(); - break; - } - case 88: { - BLKFGAJHMLK = input.ReadUInt32(); - break; - } - case 112: { - DJEEEABMDDK = input.ReadBool(); - break; - } - case 120: { - KJPMOHFIILO = (global::EggLink.DanhengServer.Proto.EEIBHJPNJCF) input.ReadEnum(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - IsWin = input.ReadBool(); - break; - } - case 16: { - CHLLMFJGPPA = input.ReadUInt32(); - break; - } - case 26: { - bPIPOBHCMFD_.AddEntriesFrom(ref input, _repeated_bPIPOBHCMFD_codec); - break; - } - case 40: { - CLBNHPEABFK = input.ReadInt32(); - break; - } - case 88: { - BLKFGAJHMLK = input.ReadUInt32(); - break; - } - case 112: { - DJEEEABMDDK = input.ReadBool(); - break; - } - case 120: { - KJPMOHFIILO = (global::EggLink.DanhengServer.Proto.EEIBHJPNJCF) input.ReadEnum(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/IEEHPECGECL.cs b/Proto/IEEHPECGECL.cs deleted file mode 100644 index 346b11a4..00000000 --- a/Proto/IEEHPECGECL.cs +++ /dev/null @@ -1,196 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: IEEHPECGECL.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from IEEHPECGECL.proto - public static partial class IEEHPECGECLReflection { - - #region Descriptor - /// File descriptor for IEEHPECGECL.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static IEEHPECGECLReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFJRUVIUEVDR0VDTC5wcm90byINCgtJRUVIUEVDR0VDTEIeqgIbRWdnTGlu", - "ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.IEEHPECGECL), global::EggLink.DanhengServer.Proto.IEEHPECGECL.Parser, null, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class IEEHPECGECL : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new IEEHPECGECL()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.IEEHPECGECLReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public IEEHPECGECL() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public IEEHPECGECL(IEEHPECGECL other) : this() { - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public IEEHPECGECL Clone() { - return new IEEHPECGECL(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as IEEHPECGECL); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(IEEHPECGECL other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(IEEHPECGECL other) { - if (other == null) { - return; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/IGJENCIKLOF.cs b/Proto/IGJENCIKLOF.cs deleted file mode 100644 index e14b208b..00000000 --- a/Proto/IGJENCIKLOF.cs +++ /dev/null @@ -1,288 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: IGJENCIKLOF.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from IGJENCIKLOF.proto - public static partial class IGJENCIKLOFReflection { - - #region Descriptor - /// File descriptor for IGJENCIKLOF.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static IGJENCIKLOFReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFJR0pFTkNJS0xPRi5wcm90bxoPUm9ndWVCdWZmLnByb3RvImcKC0lHSkVO", - "Q0lLTE9GEh8KC0NMUExFRkhIQUZCGAIgAygLMgouUm9ndWVCdWZmEhYKDnNl", - "bGVjdF9oaW50X2lkGA8gASgNEh8KC0lIR01QSk5OTUtJGA4gAygLMgouUm9n", - "dWVCdWZmQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3Rv", - "Mw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueBuffReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.IGJENCIKLOF), global::EggLink.DanhengServer.Proto.IGJENCIKLOF.Parser, new[]{ "CLPLEFHHAFB", "SelectHintId", "IHGMPJNNMKI" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class IGJENCIKLOF : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new IGJENCIKLOF()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.IGJENCIKLOFReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public IGJENCIKLOF() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public IGJENCIKLOF(IGJENCIKLOF other) : this() { - cLPLEFHHAFB_ = other.cLPLEFHHAFB_.Clone(); - selectHintId_ = other.selectHintId_; - iHGMPJNNMKI_ = other.iHGMPJNNMKI_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public IGJENCIKLOF Clone() { - return new IGJENCIKLOF(this); - } - - /// Field number for the "CLPLEFHHAFB" field. - public const int CLPLEFHHAFBFieldNumber = 2; - private static readonly pb::FieldCodec _repeated_cLPLEFHHAFB_codec - = pb::FieldCodec.ForMessage(18, global::EggLink.DanhengServer.Proto.RogueBuff.Parser); - private readonly pbc::RepeatedField cLPLEFHHAFB_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField CLPLEFHHAFB { - get { return cLPLEFHHAFB_; } - } - - /// Field number for the "select_hint_id" field. - public const int SelectHintIdFieldNumber = 15; - private uint selectHintId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint SelectHintId { - get { return selectHintId_; } - set { - selectHintId_ = value; - } - } - - /// Field number for the "IHGMPJNNMKI" field. - public const int IHGMPJNNMKIFieldNumber = 14; - private static readonly pb::FieldCodec _repeated_iHGMPJNNMKI_codec - = pb::FieldCodec.ForMessage(114, global::EggLink.DanhengServer.Proto.RogueBuff.Parser); - private readonly pbc::RepeatedField iHGMPJNNMKI_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField IHGMPJNNMKI { - get { return iHGMPJNNMKI_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as IGJENCIKLOF); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(IGJENCIKLOF other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if(!cLPLEFHHAFB_.Equals(other.cLPLEFHHAFB_)) return false; - if (SelectHintId != other.SelectHintId) return false; - if(!iHGMPJNNMKI_.Equals(other.iHGMPJNNMKI_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - hash ^= cLPLEFHHAFB_.GetHashCode(); - if (SelectHintId != 0) hash ^= SelectHintId.GetHashCode(); - hash ^= iHGMPJNNMKI_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - cLPLEFHHAFB_.WriteTo(output, _repeated_cLPLEFHHAFB_codec); - iHGMPJNNMKI_.WriteTo(output, _repeated_iHGMPJNNMKI_codec); - if (SelectHintId != 0) { - output.WriteRawTag(120); - output.WriteUInt32(SelectHintId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - cLPLEFHHAFB_.WriteTo(ref output, _repeated_cLPLEFHHAFB_codec); - iHGMPJNNMKI_.WriteTo(ref output, _repeated_iHGMPJNNMKI_codec); - if (SelectHintId != 0) { - output.WriteRawTag(120); - output.WriteUInt32(SelectHintId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - size += cLPLEFHHAFB_.CalculateSize(_repeated_cLPLEFHHAFB_codec); - if (SelectHintId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SelectHintId); - } - size += iHGMPJNNMKI_.CalculateSize(_repeated_iHGMPJNNMKI_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(IGJENCIKLOF other) { - if (other == null) { - return; - } - cLPLEFHHAFB_.Add(other.cLPLEFHHAFB_); - if (other.SelectHintId != 0) { - SelectHintId = other.SelectHintId; - } - iHGMPJNNMKI_.Add(other.iHGMPJNNMKI_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 18: { - cLPLEFHHAFB_.AddEntriesFrom(input, _repeated_cLPLEFHHAFB_codec); - break; - } - case 114: { - iHGMPJNNMKI_.AddEntriesFrom(input, _repeated_iHGMPJNNMKI_codec); - break; - } - case 120: { - SelectHintId = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 18: { - cLPLEFHHAFB_.AddEntriesFrom(ref input, _repeated_cLPLEFHHAFB_codec); - break; - } - case 114: { - iHGMPJNNMKI_.AddEntriesFrom(ref input, _repeated_iHGMPJNNMKI_codec); - break; - } - case 120: { - SelectHintId = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/IIIPHJIMNID.cs b/Proto/IIIPHJIMNID.cs index cd36148c..ec92f4f6 100644 --- a/Proto/IIIPHJIMNID.cs +++ b/Proto/IIIPHJIMNID.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static IIIPHJIMNIDReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFJSUlQSEpJTU5JRC5wcm90bxoRQ05QTk5JSkdMRkkucHJvdG8aEUtLTVBL", - "SlBHR0NMLnByb3RvIpEBCgtJSUlQSEpJTU5JRBITCgtOREJPSkFORE5KThgB", + "ChFJSUlQSEpJTU5JRC5wcm90bxoRS0tNUEtKUEdHQ0wucHJvdG8aEUNOUE5O", + "SUpHTEZJLnByb3RvIpEBCgtJSUlQSEpJTU5JRBITCgtOREJPSkFORE5KThgB", "IAEoDRISCgptb25zdGVyX2lkGAIgASgNEiEKC05HTFBCSE1MRUhOGAMgAygL", "MgwuS0tNUEtKUEdHQ0wSEwoLSEdGTFBFTktJSUkYBCABKA0SIQoLQUtLR0dQ", "QURBT08YBSADKAsyDC5DTlBOTklKR0xGSUIeqgIbRWdnTGluay5EYW5oZW5n", "U2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CNPNNIJGLFIReflection.Descriptor, global::EggLink.DanhengServer.Proto.KKMPKJPGGCLReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.KKMPKJPGGCLReflection.Descriptor, global::EggLink.DanhengServer.Proto.CNPNNIJGLFIReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.IIIPHJIMNID), global::EggLink.DanhengServer.Proto.IIIPHJIMNID.Parser, new[]{ "NDBOJANDNJN", "MonsterId", "NGLPBHMLEHN", "HGFLPENKIII", "AKKGGPADAOO" }, null, null, null, null) })); diff --git a/Proto/IJHBCBEOPFE.cs b/Proto/IJHBCBEOPFE.cs deleted file mode 100644 index 1936e35b..00000000 --- a/Proto/IJHBCBEOPFE.cs +++ /dev/null @@ -1,50 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: IJHBCBEOPFE.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from IJHBCBEOPFE.proto - public static partial class IJHBCBEOPFEReflection { - - #region Descriptor - /// File descriptor for IJHBCBEOPFE.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static IJHBCBEOPFEReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFJSkhCQ0JFT1BGRS5wcm90byqiAQoLSUpIQkNCRU9QRkUSMwovUExBTkVU", - "X0ZFU19DQVJEX1BJRUNFX09GRkVSX1NPVVJDRV9SRVZJRVdfQVBQTFkQABIx", - "Ci1QTEFORVRfRkVTX0NBUkRfUElFQ0VfT0ZGRVJfU09VUkNFX0ZSRUVfQVBQ", - "TFkQARIrCidQTEFORVRfRkVTX0NBUkRfUElFQ0VfT0ZGRVJfU09VUkNFX0dJ", - "VkUQAkIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.IJHBCBEOPFE), }, null, null)); - } - #endregion - - } - #region Enums - public enum IJHBCBEOPFE { - [pbr::OriginalName("PLANET_FES_CARD_PIECE_OFFER_SOURCE_REVIEW_APPLY")] PlanetFesCardPieceOfferSourceReviewApply = 0, - [pbr::OriginalName("PLANET_FES_CARD_PIECE_OFFER_SOURCE_FREE_APPLY")] PlanetFesCardPieceOfferSourceFreeApply = 1, - [pbr::OriginalName("PLANET_FES_CARD_PIECE_OFFER_SOURCE_GIVE")] PlanetFesCardPieceOfferSourceGive = 2, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/ILLCDMOCLDO.cs b/Proto/ILLCDMOCLDO.cs deleted file mode 100644 index 888bff17..00000000 --- a/Proto/ILLCDMOCLDO.cs +++ /dev/null @@ -1,308 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: ILLCDMOCLDO.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from ILLCDMOCLDO.proto - public static partial class ILLCDMOCLDOReflection { - - #region Descriptor - /// File descriptor for ILLCDMOCLDO.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static ILLCDMOCLDOReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFJTExDRE1PQ0xETy5wcm90byJDCgtJTExDRE1PQ0xETxIKCgJpZBgBIAEo", - "DRITCgtIRkFMSklIS0VDThgCIAEoDRITCgtMQUVKREdITUtEQhgDIAEoDUIe", - "qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ILLCDMOCLDO), global::EggLink.DanhengServer.Proto.ILLCDMOCLDO.Parser, new[]{ "Id", "HFALJIHKECN", "LAEJDGHMKDB" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class ILLCDMOCLDO : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ILLCDMOCLDO()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.ILLCDMOCLDOReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ILLCDMOCLDO() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ILLCDMOCLDO(ILLCDMOCLDO other) : this() { - id_ = other.id_; - hFALJIHKECN_ = other.hFALJIHKECN_; - lAEJDGHMKDB_ = other.lAEJDGHMKDB_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ILLCDMOCLDO Clone() { - return new ILLCDMOCLDO(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private uint id_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint Id { - get { return id_; } - set { - id_ = value; - } - } - - /// Field number for the "HFALJIHKECN" field. - public const int HFALJIHKECNFieldNumber = 2; - private uint hFALJIHKECN_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint HFALJIHKECN { - get { return hFALJIHKECN_; } - set { - hFALJIHKECN_ = value; - } - } - - /// Field number for the "LAEJDGHMKDB" field. - public const int LAEJDGHMKDBFieldNumber = 3; - private uint lAEJDGHMKDB_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint LAEJDGHMKDB { - get { return lAEJDGHMKDB_; } - set { - lAEJDGHMKDB_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as ILLCDMOCLDO); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(ILLCDMOCLDO other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - if (HFALJIHKECN != other.HFALJIHKECN) return false; - if (LAEJDGHMKDB != other.LAEJDGHMKDB) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Id != 0) hash ^= Id.GetHashCode(); - if (HFALJIHKECN != 0) hash ^= HFALJIHKECN.GetHashCode(); - if (LAEJDGHMKDB != 0) hash ^= LAEJDGHMKDB.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Id != 0) { - output.WriteRawTag(8); - output.WriteUInt32(Id); - } - if (HFALJIHKECN != 0) { - output.WriteRawTag(16); - output.WriteUInt32(HFALJIHKECN); - } - if (LAEJDGHMKDB != 0) { - output.WriteRawTag(24); - output.WriteUInt32(LAEJDGHMKDB); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Id != 0) { - output.WriteRawTag(8); - output.WriteUInt32(Id); - } - if (HFALJIHKECN != 0) { - output.WriteRawTag(16); - output.WriteUInt32(HFALJIHKECN); - } - if (LAEJDGHMKDB != 0) { - output.WriteRawTag(24); - output.WriteUInt32(LAEJDGHMKDB); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Id != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Id); - } - if (HFALJIHKECN != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HFALJIHKECN); - } - if (LAEJDGHMKDB != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LAEJDGHMKDB); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(ILLCDMOCLDO other) { - if (other == null) { - return; - } - if (other.Id != 0) { - Id = other.Id; - } - if (other.HFALJIHKECN != 0) { - HFALJIHKECN = other.HFALJIHKECN; - } - if (other.LAEJDGHMKDB != 0) { - LAEJDGHMKDB = other.LAEJDGHMKDB; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - Id = input.ReadUInt32(); - break; - } - case 16: { - HFALJIHKECN = input.ReadUInt32(); - break; - } - case 24: { - LAEJDGHMKDB = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - Id = input.ReadUInt32(); - break; - } - case 16: { - HFALJIHKECN = input.ReadUInt32(); - break; - } - case 24: { - LAEJDGHMKDB = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/ILPMNLDGEAK.cs b/Proto/ILPMNLDGEAK.cs deleted file mode 100644 index b98b79be..00000000 --- a/Proto/ILPMNLDGEAK.cs +++ /dev/null @@ -1,49 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: ILPMNLDGEAK.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from ILPMNLDGEAK.proto - public static partial class ILPMNLDGEAKReflection { - - #region Descriptor - /// File descriptor for ILPMNLDGEAK.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static ILPMNLDGEAKReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFJTFBNTkxER0VBSy5wcm90bypjCgtJTFBNTkxER0VBSxIaChZBVVRIS0VZ", - "X1NJR05fVFlQRV9OT05FEAASHQoZQVVUSEtFWV9TSUdOX1RZUEVfREVGQVVM", - "VBABEhkKFUFVVEhLRVlfU0lHTl9UWVBFX1JTQRACQh6qAhtFZ2dMaW5rLkRh", - "bmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.ILPMNLDGEAK), }, null, null)); - } - #endregion - - } - #region Enums - public enum ILPMNLDGEAK { - [pbr::OriginalName("AUTHKEY_SIGN_TYPE_NONE")] AuthkeySignTypeNone = 0, - [pbr::OriginalName("AUTHKEY_SIGN_TYPE_DEFAULT")] AuthkeySignTypeDefault = 1, - [pbr::OriginalName("AUTHKEY_SIGN_TYPE_RSA")] AuthkeySignTypeRsa = 2, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/IMPKPKAMIAF.cs b/Proto/IMPKPKAMIAF.cs deleted file mode 100644 index 77872932..00000000 --- a/Proto/IMPKPKAMIAF.cs +++ /dev/null @@ -1,61 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: IMPKPKAMIAF.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from IMPKPKAMIAF.proto - public static partial class IMPKPKAMIAFReflection { - - #region Descriptor - /// File descriptor for IMPKPKAMIAF.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static IMPKPKAMIAFReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFJTVBLUEtBTUlBRi5wcm90byrPAgoLSU1QS1BLQU1JQUYSGQoVTUFSQkxF", - "X1NZTkNfVFlQRV9OT05FEAASHAoYTUFSQkxFX1NZTkNfVFlQRV9MT0FESU5H", - "EAESIAocTUFSQkxFX1NZTkNfVFlQRV9QRVJGT1JNQU5DRRACEiAKHE1BUkJM", - "RV9TWU5DX1RZUEVfUk9VTkRfU1RBUlQQAxIeChpNQVJCTEVfU1lOQ19UWVBF", - "X1JPVU5EX0VORBAEEiEKHU1BUkJMRV9TWU5DX1RZUEVfU1dJVENIX1JPVU5E", - "EAYSHQoZTUFSQkxFX1NZTkNfVFlQRV9VU0VfVEVDSBAHEiMKH01BUkJMRV9T", - "WU5DX1RZUEVfU0lNVUxBVEVfU1RBUlQQCBIaChZNQVJCTEVfU1lOQ19UWVBF", - "X0VNT0pJEAkSIAocTUFSQkxFX1NZTkNfVFlQRV9BQ0hJRVZFTUVOVBAKQh6q", - "AhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.IMPKPKAMIAF), }, null, null)); - } - #endregion - - } - #region Enums - public enum IMPKPKAMIAF { - [pbr::OriginalName("MARBLE_SYNC_TYPE_NONE")] MarbleSyncTypeNone = 0, - [pbr::OriginalName("MARBLE_SYNC_TYPE_LOADING")] MarbleSyncTypeLoading = 1, - [pbr::OriginalName("MARBLE_SYNC_TYPE_PERFORMANCE")] MarbleSyncTypePerformance = 2, - [pbr::OriginalName("MARBLE_SYNC_TYPE_ROUND_START")] MarbleSyncTypeRoundStart = 3, - [pbr::OriginalName("MARBLE_SYNC_TYPE_ROUND_END")] MarbleSyncTypeRoundEnd = 4, - [pbr::OriginalName("MARBLE_SYNC_TYPE_SWITCH_ROUND")] MarbleSyncTypeSwitchRound = 6, - [pbr::OriginalName("MARBLE_SYNC_TYPE_USE_TECH")] MarbleSyncTypeUseTech = 7, - [pbr::OriginalName("MARBLE_SYNC_TYPE_SIMULATE_START")] MarbleSyncTypeSimulateStart = 8, - [pbr::OriginalName("MARBLE_SYNC_TYPE_EMOJI")] MarbleSyncTypeEmoji = 9, - [pbr::OriginalName("MARBLE_SYNC_TYPE_ACHIEVEMENT")] MarbleSyncTypeAchievement = 10, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/INEMPCAKNNC.cs b/Proto/INEMPCAKNNC.cs deleted file mode 100644 index 723be5bf..00000000 --- a/Proto/INEMPCAKNNC.cs +++ /dev/null @@ -1,288 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: INEMPCAKNNC.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from INEMPCAKNNC.proto - public static partial class INEMPCAKNNCReflection { - - #region Descriptor - /// File descriptor for INEMPCAKNNC.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static INEMPCAKNNCReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFJTkVNUENBS05OQy5wcm90bxoVUm9ndWVDb21tb25CdWZmLnByb3RvInMK", - "C0lORU1QQ0FLTk5DEhYKDnNlbGVjdF9oaW50X2lkGAggASgNEiUKC0lIR01Q", - "Sk5OTUtJGAIgAygLMhAuUm9ndWVDb21tb25CdWZmEiUKC0NMUExFRkhIQUZC", - "GAYgAygLMhAuUm9ndWVDb21tb25CdWZmQh6qAhtFZ2dMaW5rLkRhbmhlbmdT", - "ZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueCommonBuffReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.INEMPCAKNNC), global::EggLink.DanhengServer.Proto.INEMPCAKNNC.Parser, new[]{ "SelectHintId", "IHGMPJNNMKI", "CLPLEFHHAFB" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class INEMPCAKNNC : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new INEMPCAKNNC()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.INEMPCAKNNCReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public INEMPCAKNNC() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public INEMPCAKNNC(INEMPCAKNNC other) : this() { - selectHintId_ = other.selectHintId_; - iHGMPJNNMKI_ = other.iHGMPJNNMKI_.Clone(); - cLPLEFHHAFB_ = other.cLPLEFHHAFB_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public INEMPCAKNNC Clone() { - return new INEMPCAKNNC(this); - } - - /// Field number for the "select_hint_id" field. - public const int SelectHintIdFieldNumber = 8; - private uint selectHintId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint SelectHintId { - get { return selectHintId_; } - set { - selectHintId_ = value; - } - } - - /// Field number for the "IHGMPJNNMKI" field. - public const int IHGMPJNNMKIFieldNumber = 2; - private static readonly pb::FieldCodec _repeated_iHGMPJNNMKI_codec - = pb::FieldCodec.ForMessage(18, global::EggLink.DanhengServer.Proto.RogueCommonBuff.Parser); - private readonly pbc::RepeatedField iHGMPJNNMKI_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField IHGMPJNNMKI { - get { return iHGMPJNNMKI_; } - } - - /// Field number for the "CLPLEFHHAFB" field. - public const int CLPLEFHHAFBFieldNumber = 6; - private static readonly pb::FieldCodec _repeated_cLPLEFHHAFB_codec - = pb::FieldCodec.ForMessage(50, global::EggLink.DanhengServer.Proto.RogueCommonBuff.Parser); - private readonly pbc::RepeatedField cLPLEFHHAFB_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField CLPLEFHHAFB { - get { return cLPLEFHHAFB_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as INEMPCAKNNC); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(INEMPCAKNNC other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (SelectHintId != other.SelectHintId) return false; - if(!iHGMPJNNMKI_.Equals(other.iHGMPJNNMKI_)) return false; - if(!cLPLEFHHAFB_.Equals(other.cLPLEFHHAFB_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (SelectHintId != 0) hash ^= SelectHintId.GetHashCode(); - hash ^= iHGMPJNNMKI_.GetHashCode(); - hash ^= cLPLEFHHAFB_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - iHGMPJNNMKI_.WriteTo(output, _repeated_iHGMPJNNMKI_codec); - cLPLEFHHAFB_.WriteTo(output, _repeated_cLPLEFHHAFB_codec); - if (SelectHintId != 0) { - output.WriteRawTag(64); - output.WriteUInt32(SelectHintId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - iHGMPJNNMKI_.WriteTo(ref output, _repeated_iHGMPJNNMKI_codec); - cLPLEFHHAFB_.WriteTo(ref output, _repeated_cLPLEFHHAFB_codec); - if (SelectHintId != 0) { - output.WriteRawTag(64); - output.WriteUInt32(SelectHintId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (SelectHintId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SelectHintId); - } - size += iHGMPJNNMKI_.CalculateSize(_repeated_iHGMPJNNMKI_codec); - size += cLPLEFHHAFB_.CalculateSize(_repeated_cLPLEFHHAFB_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(INEMPCAKNNC other) { - if (other == null) { - return; - } - if (other.SelectHintId != 0) { - SelectHintId = other.SelectHintId; - } - iHGMPJNNMKI_.Add(other.iHGMPJNNMKI_); - cLPLEFHHAFB_.Add(other.cLPLEFHHAFB_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 18: { - iHGMPJNNMKI_.AddEntriesFrom(input, _repeated_iHGMPJNNMKI_codec); - break; - } - case 50: { - cLPLEFHHAFB_.AddEntriesFrom(input, _repeated_cLPLEFHHAFB_codec); - break; - } - case 64: { - SelectHintId = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 18: { - iHGMPJNNMKI_.AddEntriesFrom(ref input, _repeated_iHGMPJNNMKI_codec); - break; - } - case 50: { - cLPLEFHHAFB_.AddEntriesFrom(ref input, _repeated_cLPLEFHHAFB_codec); - break; - } - case 64: { - SelectHintId = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/IOCPJFKGKDG.cs b/Proto/IOCPJFKGKDG.cs deleted file mode 100644 index 98eb503d..00000000 --- a/Proto/IOCPJFKGKDG.cs +++ /dev/null @@ -1,55 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: IOCPJFKGKDG.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from IOCPJFKGKDG.proto - public static partial class IOCPJFKGKDGReflection { - - #region Descriptor - /// File descriptor for IOCPJFKGKDG.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static IOCPJFKGKDGReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFJT0NQSkZLR0tERy5wcm90byqqAgoLSU9DUEpGS0dLREcSHgoaUExBTkVU", - "X0ZFU19DVVNUT01fS0VZX05PTkUQABJCCj5QTEFORVRfRkVTX0NVU1RPTV9L", - "RVlfVU5MT0NLX0lORklOSVRFX0JVU0lORVNTX0RBWV9QRVJGT1JNQU5DRRAB", - "EkYKQlBMQU5FVF9GRVNfQ1VTVE9NX0tFWV9CVVNJTkVTU19EQVlfU1RBUlRf", - "UEVSRk9STUFOQ0VfTEFTVF9TRUVOX0RBWRACEkcKQ1BMQU5FVF9GRVNfQ1VT", - "VE9NX0tFWV9CVVNJTkVTU19EQVlfVU5MT0NLX1BFUkZPUk1BTkNFX0xBU1Rf", - "U0VFTl9EQVkQAxImCiJQTEFORVRfRkVTX0NVU1RPTV9LRVlfU1VNTUFSWV9T", - "SE9XEARCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.IOCPJFKGKDG), }, null, null)); - } - #endregion - - } - #region Enums - public enum IOCPJFKGKDG { - [pbr::OriginalName("PLANET_FES_CUSTOM_KEY_NONE")] PlanetFesCustomKeyNone = 0, - [pbr::OriginalName("PLANET_FES_CUSTOM_KEY_UNLOCK_INFINITE_BUSINESS_DAY_PERFORMANCE")] PlanetFesCustomKeyUnlockInfiniteBusinessDayPerformance = 1, - [pbr::OriginalName("PLANET_FES_CUSTOM_KEY_BUSINESS_DAY_START_PERFORMANCE_LAST_SEEN_DAY")] PlanetFesCustomKeyBusinessDayStartPerformanceLastSeenDay = 2, - [pbr::OriginalName("PLANET_FES_CUSTOM_KEY_BUSINESS_DAY_UNLOCK_PERFORMANCE_LAST_SEEN_DAY")] PlanetFesCustomKeyBusinessDayUnlockPerformanceLastSeenDay = 3, - [pbr::OriginalName("PLANET_FES_CUSTOM_KEY_SUMMARY_SHOW")] PlanetFesCustomKeySummaryShow = 4, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/InteractChargerScRsp.cs b/Proto/InteractChargerScRsp.cs index e7b8ae31..352900aa 100644 --- a/Proto/InteractChargerScRsp.cs +++ b/Proto/InteractChargerScRsp.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static InteractChargerScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChpJbnRlcmFjdENoYXJnZXJTY1JzcC5wcm90bxoRQ2hhcmdlckluZm8ucHJv", - "dG8aF1JvdGF0ZXJFbmVyZ3lJbmZvLnByb3RvInQKFEludGVyYWN0Q2hhcmdl", + "ChpJbnRlcmFjdENoYXJnZXJTY1JzcC5wcm90bxoXUm90YXRlckVuZXJneUlu", + "Zm8ucHJvdG8aEUNoYXJnZXJJbmZvLnByb3RvInQKFEludGVyYWN0Q2hhcmdl", "clNjUnNwEicKC2VuZXJneV9pbmZvGAIgASgLMhIuUm90YXRlckVuZXJneUlu", "Zm8SDwoHcmV0Y29kZRgFIAEoDRIiCgxjaGFyZ2VyX2luZm8YBiABKAsyDC5D", "aGFyZ2VySW5mb0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", "cm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChargerInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RotaterEnergyInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RotaterEnergyInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChargerInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.InteractChargerScRsp), global::EggLink.DanhengServer.Proto.InteractChargerScRsp.Parser, new[]{ "EnergyInfo", "Retcode", "ChargerInfo" }, null, null, null, null) })); diff --git a/Proto/Item.cs b/Proto/Item.cs index 539a63f9..9f3ea14d 100644 --- a/Proto/Item.cs +++ b/Proto/Item.cs @@ -24,10 +24,10 @@ namespace EggLink.DanhengServer.Proto { static ItemReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CgpJdGVtLnByb3RvInoKBEl0ZW0SEAoIVW5pcXVlSWQYAyABKA0SDAoEUmFu", - "axgHIAEoDRIRCglQcm9tb3Rpb24YDSABKA0SEwoLTWFpbkFmZml4SWQYDCAB", - "KA0SCwoDTnVtGAUgASgNEg0KBUxldmVsGA8gASgNEg4KBkl0ZW1JZBgKIAEo", - "DUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "CgpJdGVtLnByb3RvIn4KBEl0ZW0SEQoJdW5pcXVlX2lkGAMgASgNEgwKBHJh", + "bmsYByABKA0SEQoJcHJvbW90aW9uGA0gASgNEhUKDW1haW5fYWZmaXhfaWQY", + "DCABKA0SCwoDbnVtGAUgASgNEg0KBWxldmVsGA8gASgNEg8KB2l0ZW1faWQY", + "CiABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -89,7 +89,7 @@ namespace EggLink.DanhengServer.Proto { return new Item(this); } - /// Field number for the "UniqueId" field. + /// Field number for the "unique_id" field. public const int UniqueIdFieldNumber = 3; private uint uniqueId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -101,7 +101,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Rank" field. + /// Field number for the "rank" field. public const int RankFieldNumber = 7; private uint rank_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -113,7 +113,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Promotion" field. + /// Field number for the "promotion" field. public const int PromotionFieldNumber = 13; private uint promotion_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -125,7 +125,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "MainAffixId" field. + /// Field number for the "main_affix_id" field. public const int MainAffixIdFieldNumber = 12; private uint mainAffixId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -137,7 +137,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Num" field. + /// Field number for the "num" field. public const int NumFieldNumber = 5; private uint num_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -149,7 +149,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Level" field. + /// Field number for the "level" field. public const int LevelFieldNumber = 15; private uint level_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -161,7 +161,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "ItemId" field. + /// Field number for the "item_id" field. public const int ItemIdFieldNumber = 10; private uint itemId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/ItemCost.cs b/Proto/ItemCost.cs index 491b2aa5..70c9992e 100644 --- a/Proto/ItemCost.cs +++ b/Proto/ItemCost.cs @@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto { static ItemCostReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Cg5JdGVtQ29zdC5wcm90bxoOUGlsZUl0ZW0ucHJvdG8ibAoISXRlbUNvc3QS", - "HQoIUGlsZUl0ZW0YCiABKAsyCS5QaWxlSXRlbUgAEhsKEUVxdWlwbWVudFVu", - "aXF1ZUlkGAggASgNSAASFwoNUmVsaWNVbmlxdWVJZBgGIAEoDUgAQgsKCWl0", - "ZW1DYXNlX0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90", - "bzM=")); + "Cg5JdGVtQ29zdC5wcm90bxoOUGlsZUl0ZW0ucHJvdG8idQoISXRlbUNvc3QS", + "HgoJcGlsZV9pdGVtGAogASgLMgkuUGlsZUl0ZW1IABIdChNlcXVpcG1lbnRf", + "dW5pcXVlX2lkGAggASgNSAASGQoPcmVsaWNfdW5pcXVlX2lkGAYgASgNSABC", + "DwoNSXRlbU9uZW9mQ2FzZUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlBy", + "b3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PileItemReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ItemCost), global::EggLink.DanhengServer.Proto.ItemCost.Parser, new[]{ "PileItem", "EquipmentUniqueId", "RelicUniqueId" }, new[]{ "ItemCase" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ItemCost), global::EggLink.DanhengServer.Proto.ItemCost.Parser, new[]{ "PileItem", "EquipmentUniqueId", "RelicUniqueId" }, new[]{ "ItemOneofCase" }, null, null, null) })); } #endregion @@ -74,14 +74,14 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public ItemCost(ItemCost other) : this() { - switch (other.ItemCaseCase) { - case ItemCaseOneofCase.PileItem: + switch (other.ItemOneofCaseCase) { + case ItemOneofCaseOneofCase.PileItem: PileItem = other.PileItem.Clone(); break; - case ItemCaseOneofCase.EquipmentUniqueId: + case ItemOneofCaseOneofCase.EquipmentUniqueId: EquipmentUniqueId = other.EquipmentUniqueId; break; - case ItemCaseOneofCase.RelicUniqueId: + case ItemOneofCaseOneofCase.RelicUniqueId: RelicUniqueId = other.RelicUniqueId; break; } @@ -95,90 +95,90 @@ namespace EggLink.DanhengServer.Proto { return new ItemCost(this); } - /// Field number for the "PileItem" field. + /// Field number for the "pile_item" field. public const int PileItemFieldNumber = 10; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.PileItem PileItem { - get { return itemCaseCase_ == ItemCaseOneofCase.PileItem ? (global::EggLink.DanhengServer.Proto.PileItem) itemCase_ : null; } + get { return itemOneofCaseCase_ == ItemOneofCaseOneofCase.PileItem ? (global::EggLink.DanhengServer.Proto.PileItem) itemOneofCase_ : null; } set { - itemCase_ = value; - itemCaseCase_ = value == null ? ItemCaseOneofCase.None : ItemCaseOneofCase.PileItem; + itemOneofCase_ = value; + itemOneofCaseCase_ = value == null ? ItemOneofCaseOneofCase.None : ItemOneofCaseOneofCase.PileItem; } } - /// Field number for the "EquipmentUniqueId" field. + /// Field number for the "equipment_unique_id" field. public const int EquipmentUniqueIdFieldNumber = 8; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint EquipmentUniqueId { - get { return HasEquipmentUniqueId ? (uint) itemCase_ : 0; } + get { return HasEquipmentUniqueId ? (uint) itemOneofCase_ : 0; } set { - itemCase_ = value; - itemCaseCase_ = ItemCaseOneofCase.EquipmentUniqueId; + itemOneofCase_ = value; + itemOneofCaseCase_ = ItemOneofCaseOneofCase.EquipmentUniqueId; } } - /// Gets whether the "EquipmentUniqueId" field is set + /// Gets whether the "equipment_unique_id" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasEquipmentUniqueId { - get { return itemCaseCase_ == ItemCaseOneofCase.EquipmentUniqueId; } + get { return itemOneofCaseCase_ == ItemOneofCaseOneofCase.EquipmentUniqueId; } } - /// Clears the value of the oneof if it's currently set to "EquipmentUniqueId" + /// Clears the value of the oneof if it's currently set to "equipment_unique_id" [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearEquipmentUniqueId() { if (HasEquipmentUniqueId) { - ClearItemCase(); + ClearItemOneofCase(); } } - /// Field number for the "RelicUniqueId" field. + /// Field number for the "relic_unique_id" field. public const int RelicUniqueIdFieldNumber = 6; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint RelicUniqueId { - get { return HasRelicUniqueId ? (uint) itemCase_ : 0; } + get { return HasRelicUniqueId ? (uint) itemOneofCase_ : 0; } set { - itemCase_ = value; - itemCaseCase_ = ItemCaseOneofCase.RelicUniqueId; + itemOneofCase_ = value; + itemOneofCaseCase_ = ItemOneofCaseOneofCase.RelicUniqueId; } } - /// Gets whether the "RelicUniqueId" field is set + /// Gets whether the "relic_unique_id" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasRelicUniqueId { - get { return itemCaseCase_ == ItemCaseOneofCase.RelicUniqueId; } + get { return itemOneofCaseCase_ == ItemOneofCaseOneofCase.RelicUniqueId; } } - /// Clears the value of the oneof if it's currently set to "RelicUniqueId" + /// Clears the value of the oneof if it's currently set to "relic_unique_id" [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearRelicUniqueId() { if (HasRelicUniqueId) { - ClearItemCase(); + ClearItemOneofCase(); } } - private object itemCase_; - /// Enum of possible cases for the "itemCase_" oneof. - public enum ItemCaseOneofCase { + private object itemOneofCase_; + /// Enum of possible cases for the "ItemOneofCase" oneof. + public enum ItemOneofCaseOneofCase { None = 0, PileItem = 10, EquipmentUniqueId = 8, RelicUniqueId = 6, } - private ItemCaseOneofCase itemCaseCase_ = ItemCaseOneofCase.None; + private ItemOneofCaseOneofCase itemOneofCaseCase_ = ItemOneofCaseOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ItemCaseOneofCase ItemCaseCase { - get { return itemCaseCase_; } + public ItemOneofCaseOneofCase ItemOneofCaseCase { + get { return itemOneofCaseCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearItemCase() { - itemCaseCase_ = ItemCaseOneofCase.None; - itemCase_ = null; + public void ClearItemOneofCase() { + itemOneofCaseCase_ = ItemOneofCaseOneofCase.None; + itemOneofCase_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -199,7 +199,7 @@ namespace EggLink.DanhengServer.Proto { if (!object.Equals(PileItem, other.PileItem)) return false; if (EquipmentUniqueId != other.EquipmentUniqueId) return false; if (RelicUniqueId != other.RelicUniqueId) return false; - if (ItemCaseCase != other.ItemCaseCase) return false; + if (ItemOneofCaseCase != other.ItemOneofCaseCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -207,10 +207,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (itemCaseCase_ == ItemCaseOneofCase.PileItem) hash ^= PileItem.GetHashCode(); + if (itemOneofCaseCase_ == ItemOneofCaseOneofCase.PileItem) hash ^= PileItem.GetHashCode(); if (HasEquipmentUniqueId) hash ^= EquipmentUniqueId.GetHashCode(); if (HasRelicUniqueId) hash ^= RelicUniqueId.GetHashCode(); - hash ^= (int) itemCaseCase_; + hash ^= (int) itemOneofCaseCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -237,7 +237,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(64); output.WriteUInt32(EquipmentUniqueId); } - if (itemCaseCase_ == ItemCaseOneofCase.PileItem) { + if (itemOneofCaseCase_ == ItemOneofCaseOneofCase.PileItem) { output.WriteRawTag(82); output.WriteMessage(PileItem); } @@ -259,7 +259,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(64); output.WriteUInt32(EquipmentUniqueId); } - if (itemCaseCase_ == ItemCaseOneofCase.PileItem) { + if (itemOneofCaseCase_ == ItemOneofCaseOneofCase.PileItem) { output.WriteRawTag(82); output.WriteMessage(PileItem); } @@ -273,7 +273,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (itemCaseCase_ == ItemCaseOneofCase.PileItem) { + if (itemOneofCaseCase_ == ItemOneofCaseOneofCase.PileItem) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(PileItem); } if (HasEquipmentUniqueId) { @@ -294,17 +294,17 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - switch (other.ItemCaseCase) { - case ItemCaseOneofCase.PileItem: + switch (other.ItemOneofCaseCase) { + case ItemOneofCaseOneofCase.PileItem: if (PileItem == null) { PileItem = new global::EggLink.DanhengServer.Proto.PileItem(); } PileItem.MergeFrom(other.PileItem); break; - case ItemCaseOneofCase.EquipmentUniqueId: + case ItemOneofCaseOneofCase.EquipmentUniqueId: EquipmentUniqueId = other.EquipmentUniqueId; break; - case ItemCaseOneofCase.RelicUniqueId: + case ItemOneofCaseOneofCase.RelicUniqueId: RelicUniqueId = other.RelicUniqueId; break; } @@ -334,7 +334,7 @@ namespace EggLink.DanhengServer.Proto { } case 82: { global::EggLink.DanhengServer.Proto.PileItem subBuilder = new global::EggLink.DanhengServer.Proto.PileItem(); - if (itemCaseCase_ == ItemCaseOneofCase.PileItem) { + if (itemOneofCaseCase_ == ItemOneofCaseOneofCase.PileItem) { subBuilder.MergeFrom(PileItem); } input.ReadMessage(subBuilder); @@ -366,7 +366,7 @@ namespace EggLink.DanhengServer.Proto { } case 82: { global::EggLink.DanhengServer.Proto.PileItem subBuilder = new global::EggLink.DanhengServer.Proto.PileItem(); - if (itemCaseCase_ == ItemCaseOneofCase.PileItem) { + if (itemOneofCaseCase_ == ItemOneofCaseOneofCase.PileItem) { subBuilder.MergeFrom(PileItem); } input.ReadMessage(subBuilder); diff --git a/Proto/ItemList.cs b/Proto/ItemList.cs index 9c08a4c3..d7e72fc8 100644 --- a/Proto/ItemList.cs +++ b/Proto/ItemList.cs @@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto { static ItemListReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Cg5JdGVtTGlzdC5wcm90bxoKSXRlbS5wcm90byIkCghJdGVtTGlzdBIYCglJ", - "dGVtTGlzdF8YByADKAsyBS5JdGVtQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2", - "ZXIuUHJvdG9iBnByb3RvMw==")); + "Cg5JdGVtTGlzdC5wcm90bxoKSXRlbS5wcm90byIlCghJdGVtTGlzdBIZCgpp", + "dGVtX2xpc3RfGAcgAygLMgUuSXRlbUIeqgIbRWdnTGluay5EYW5oZW5nU2Vy", + "dmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -82,7 +82,7 @@ namespace EggLink.DanhengServer.Proto { return new ItemList(this); } - /// Field number for the "ItemList_" field. + /// Field number for the "item_list_" field. public const int ItemList_FieldNumber = 7; private static readonly pb::FieldCodec _repeated_itemList_codec = pb::FieldCodec.ForMessage(58, global::EggLink.DanhengServer.Proto.Item.Parser); diff --git a/Proto/ItemType.cs b/Proto/ItemType.cs deleted file mode 100644 index e45c06ee..00000000 --- a/Proto/ItemType.cs +++ /dev/null @@ -1,53 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: ItemType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from ItemType.proto - public static partial class ItemTypeReflection { - - #region Descriptor - /// File descriptor for ItemType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static ItemTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Cg5JdGVtVHlwZS5wcm90byqAAQoISXRlbVR5cGUSEgoOSVRFTV9UWVBFX05P", - "TkUQABIUChBJVEVNX0FWQVRBUl9DQVJEEAESEgoOSVRFTV9FUVVJUE1FTlQQ", - "AhIRCg1JVEVNX01BVEVSSUFMEAMSEwoPSVRFTV9BVkFUQVJfRVhQEAQSDgoK", - "SVRFTV9SRUxJQxAFQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9i", - "BnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.ItemType), }, null, null)); - } - #endregion - - } - #region Enums - public enum ItemType { - [pbr::OriginalName("ITEM_TYPE_NONE")] None = 0, - [pbr::OriginalName("ITEM_AVATAR_CARD")] ItemAvatarCard = 1, - [pbr::OriginalName("ITEM_EQUIPMENT")] ItemEquipment = 2, - [pbr::OriginalName("ITEM_MATERIAL")] ItemMaterial = 3, - [pbr::OriginalName("ITEM_AVATAR_EXP")] ItemAvatarExp = 4, - [pbr::OriginalName("ITEM_RELIC")] ItemRelic = 5, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/JALLAPPCPFE.cs b/Proto/JALLAPPCPFE.cs deleted file mode 100644 index f419b3e8..00000000 --- a/Proto/JALLAPPCPFE.cs +++ /dev/null @@ -1,271 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: JALLAPPCPFE.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from JALLAPPCPFE.proto - public static partial class JALLAPPCPFEReflection { - - #region Descriptor - /// File descriptor for JALLAPPCPFE.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static JALLAPPCPFEReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFKQUxMQVBQQ1BGRS5wcm90byI3CgtKQUxMQVBQQ1BGRRITCgtESEVMQkNJ", - "TUxHQRgIIAEoDRITCgtGSE9LRkRNRk5LRxgLIAEoCEIeqgIbRWdnTGluay5E", - "YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.JALLAPPCPFE), global::EggLink.DanhengServer.Proto.JALLAPPCPFE.Parser, new[]{ "DHELBCIMLGA", "FHOKFDMFNKG" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class JALLAPPCPFE : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new JALLAPPCPFE()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.JALLAPPCPFEReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public JALLAPPCPFE() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public JALLAPPCPFE(JALLAPPCPFE other) : this() { - dHELBCIMLGA_ = other.dHELBCIMLGA_; - fHOKFDMFNKG_ = other.fHOKFDMFNKG_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public JALLAPPCPFE Clone() { - return new JALLAPPCPFE(this); - } - - /// Field number for the "DHELBCIMLGA" field. - public const int DHELBCIMLGAFieldNumber = 8; - private uint dHELBCIMLGA_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint DHELBCIMLGA { - get { return dHELBCIMLGA_; } - set { - dHELBCIMLGA_ = value; - } - } - - /// Field number for the "FHOKFDMFNKG" field. - public const int FHOKFDMFNKGFieldNumber = 11; - private bool fHOKFDMFNKG_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool FHOKFDMFNKG { - get { return fHOKFDMFNKG_; } - set { - fHOKFDMFNKG_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as JALLAPPCPFE); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(JALLAPPCPFE other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (DHELBCIMLGA != other.DHELBCIMLGA) return false; - if (FHOKFDMFNKG != other.FHOKFDMFNKG) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (DHELBCIMLGA != 0) hash ^= DHELBCIMLGA.GetHashCode(); - if (FHOKFDMFNKG != false) hash ^= FHOKFDMFNKG.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (DHELBCIMLGA != 0) { - output.WriteRawTag(64); - output.WriteUInt32(DHELBCIMLGA); - } - if (FHOKFDMFNKG != false) { - output.WriteRawTag(88); - output.WriteBool(FHOKFDMFNKG); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (DHELBCIMLGA != 0) { - output.WriteRawTag(64); - output.WriteUInt32(DHELBCIMLGA); - } - if (FHOKFDMFNKG != false) { - output.WriteRawTag(88); - output.WriteBool(FHOKFDMFNKG); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (DHELBCIMLGA != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DHELBCIMLGA); - } - if (FHOKFDMFNKG != false) { - size += 1 + 1; - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(JALLAPPCPFE other) { - if (other == null) { - return; - } - if (other.DHELBCIMLGA != 0) { - DHELBCIMLGA = other.DHELBCIMLGA; - } - if (other.FHOKFDMFNKG != false) { - FHOKFDMFNKG = other.FHOKFDMFNKG; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 64: { - DHELBCIMLGA = input.ReadUInt32(); - break; - } - case 88: { - FHOKFDMFNKG = input.ReadBool(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 64: { - DHELBCIMLGA = input.ReadUInt32(); - break; - } - case 88: { - FHOKFDMFNKG = input.ReadBool(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/JBOCJHNDAMC.cs b/Proto/JBOCJHNDAMC.cs index 2420568c..1e2a11d6 100644 --- a/Proto/JBOCJHNDAMC.cs +++ b/Proto/JBOCJHNDAMC.cs @@ -24,10 +24,10 @@ namespace EggLink.DanhengServer.Proto { static JBOCJHNDAMCReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFKQk9DSkhOREFNQy5wcm90bxoTUGxheUNhcmRCcmllZi5wcm90bxoRSEVP", - "SkxEQktLR0UucHJvdG8aEVBKSkRNTUJLS0NOLnByb3RvGhFQSE9FRktGQklL", - "RC5wcm90bxoRS0FDS0pKREpPTkkucHJvdG8aEkNhdGVHb3J5VHlwZS5wcm90", - "bxoUUGxheVNraWxsQnJpZWYucHJvdG8ixAIKC0pCT0NKSE5EQU1DEiMKC09N", + "ChFKQk9DSkhOREFNQy5wcm90bxoSQ2F0ZUdvcnlUeXBlLnByb3RvGhFLQUNL", + "SkpESk9OSS5wcm90bxoTUGxheUNhcmRCcmllZi5wcm90bxoRUEpKRE1NQktL", + "Q04ucHJvdG8aFFBsYXlTa2lsbEJyaWVmLnByb3RvGhFIRU9KTERCS0tHRS5w", + "cm90bxoRUEhPRUZLRkJJS0QucHJvdG8ixAIKC0pCT0NKSE5EQU1DEiMKC09N", "R0dOQUVBSElGGAsgAygLMg4uUGxheUNhcmRCcmllZhIhCgtNTUVJUEhCTktF", "RBgMIAMoCzIMLlBKSkRNTUJLS0NOEhMKC05QSkVFQ0VEUE9LGAEgASgNEiEK", "C0NDR0JISEZCQUZKGA0gAygLMgwuSEVPSkxEQktLR0USJAoLQklIRkVDSkhQ", @@ -37,7 +37,7 @@ namespace EggLink.DanhengServer.Proto { "ASgLMgwuS0FDS0pKREpPTkkSEAoIc2NvcmVfaWQYBCABKA1CHqoCG0VnZ0xp", "bmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PlayCardBriefReflection.Descriptor, global::EggLink.DanhengServer.Proto.HEOJLDBKKGEReflection.Descriptor, global::EggLink.DanhengServer.Proto.PJJDMMBKKCNReflection.Descriptor, global::EggLink.DanhengServer.Proto.PHOEFKFBIKDReflection.Descriptor, global::EggLink.DanhengServer.Proto.KACKJJDJONIReflection.Descriptor, global::EggLink.DanhengServer.Proto.CateGoryTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.PlaySkillBriefReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CateGoryTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.KACKJJDJONIReflection.Descriptor, global::EggLink.DanhengServer.Proto.PlayCardBriefReflection.Descriptor, global::EggLink.DanhengServer.Proto.PJJDMMBKKCNReflection.Descriptor, global::EggLink.DanhengServer.Proto.PlaySkillBriefReflection.Descriptor, global::EggLink.DanhengServer.Proto.HEOJLDBKKGEReflection.Descriptor, global::EggLink.DanhengServer.Proto.PHOEFKFBIKDReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.JBOCJHNDAMC), global::EggLink.DanhengServer.Proto.JBOCJHNDAMC.Parser, new[]{ "OMGGNAEAHIF", "MMEIPHBNKED", "NPJEECEDPOK", "CCGBHHFBAFJ", "BIHFECJHPGH", "IJPPKNKNLNL", "CFOKIGIHCFP", "MFAKJHFMAIB", "GDGHCBGHLND", "ScoreId" }, null, null, null, null) })); diff --git a/Proto/JCDNMBCKPLF.cs b/Proto/JCDNMBCKPLF.cs index ccc4fb11..0d0a88ce 100644 --- a/Proto/JCDNMBCKPLF.cs +++ b/Proto/JCDNMBCKPLF.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static JCDNMBCKPLFReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFKQ0ROTUJDS1BMRi5wcm90bxoRR0lJTEVOTUtDQUgucHJvdG8aHkRpZmZp", - "Y3VsdHlBZGp1c3RtZW50VHlwZS5wcm90byJ1CgtKQ0ROTUJDS1BMRhIKCgJp", + "ChFKQ0ROTUJDS1BMRi5wcm90bxoeRGlmZmljdWx0eUFkanVzdG1lbnRUeXBl", + "LnByb3RvGhFHSUlMRU5NS0NBSC5wcm90byJ1CgtKQ0ROTUJDS1BMRhIKCgJp", "ZBgEIAEoDRIuCgtLQ01KS0dBRFBJUBgPIAEoDjIZLkRpZmZpY3VsdHlBZGp1", "c3RtZW50VHlwZRIqChRtb2RpZmllcl9zb3VyY2VfdHlwZRgFIAEoDjIMLkdJ", "SUxFTk1LQ0FIQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy", "b3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GIILENMKCAHReflection.Descriptor, global::EggLink.DanhengServer.Proto.DifficultyAdjustmentTypeReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DifficultyAdjustmentTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.GIILENMKCAHReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.JCDNMBCKPLF), global::EggLink.DanhengServer.Proto.JCDNMBCKPLF.Parser, new[]{ "Id", "KCMJKGADPIP", "ModifierSourceType" }, null, null, null, null) })); diff --git a/Proto/JEJDMMBDALP.cs b/Proto/JEJDMMBDALP.cs deleted file mode 100644 index 89ccf1ac..00000000 --- a/Proto/JEJDMMBDALP.cs +++ /dev/null @@ -1,281 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: JEJDMMBDALP.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from JEJDMMBDALP.proto - public static partial class JEJDMMBDALPReflection { - - #region Descriptor - /// File descriptor for JEJDMMBDALP.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static JEJDMMBDALPReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFKRUpETU1CREFMUC5wcm90bxoRUEZHQUlFQkdIQ1AucHJvdG8iQQoLSkVK", - "RE1NQkRBTFASDwoHaXRlbV9pZBgHIAEoDRIhCgtLQkNFSklORk5OShgEIAEo", - "CzIMLlBGR0FJRUJHSENQQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJv", - "dG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PFGAIEBGHCPReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.JEJDMMBDALP), global::EggLink.DanhengServer.Proto.JEJDMMBDALP.Parser, new[]{ "ItemId", "KBCEJINFNNJ" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class JEJDMMBDALP : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new JEJDMMBDALP()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.JEJDMMBDALPReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public JEJDMMBDALP() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public JEJDMMBDALP(JEJDMMBDALP other) : this() { - itemId_ = other.itemId_; - kBCEJINFNNJ_ = other.kBCEJINFNNJ_ != null ? other.kBCEJINFNNJ_.Clone() : null; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public JEJDMMBDALP Clone() { - return new JEJDMMBDALP(this); - } - - /// Field number for the "item_id" field. - public const int ItemIdFieldNumber = 7; - private uint itemId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint ItemId { - get { return itemId_; } - set { - itemId_ = value; - } - } - - /// Field number for the "KBCEJINFNNJ" field. - public const int KBCEJINFNNJFieldNumber = 4; - private global::EggLink.DanhengServer.Proto.PFGAIEBGHCP kBCEJINFNNJ_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.PFGAIEBGHCP KBCEJINFNNJ { - get { return kBCEJINFNNJ_; } - set { - kBCEJINFNNJ_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as JEJDMMBDALP); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(JEJDMMBDALP other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (ItemId != other.ItemId) return false; - if (!object.Equals(KBCEJINFNNJ, other.KBCEJINFNNJ)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (ItemId != 0) hash ^= ItemId.GetHashCode(); - if (kBCEJINFNNJ_ != null) hash ^= KBCEJINFNNJ.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (kBCEJINFNNJ_ != null) { - output.WriteRawTag(34); - output.WriteMessage(KBCEJINFNNJ); - } - if (ItemId != 0) { - output.WriteRawTag(56); - output.WriteUInt32(ItemId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (kBCEJINFNNJ_ != null) { - output.WriteRawTag(34); - output.WriteMessage(KBCEJINFNNJ); - } - if (ItemId != 0) { - output.WriteRawTag(56); - output.WriteUInt32(ItemId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (ItemId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ItemId); - } - if (kBCEJINFNNJ_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(KBCEJINFNNJ); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(JEJDMMBDALP other) { - if (other == null) { - return; - } - if (other.ItemId != 0) { - ItemId = other.ItemId; - } - if (other.kBCEJINFNNJ_ != null) { - if (kBCEJINFNNJ_ == null) { - KBCEJINFNNJ = new global::EggLink.DanhengServer.Proto.PFGAIEBGHCP(); - } - KBCEJINFNNJ.MergeFrom(other.KBCEJINFNNJ); - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 34: { - if (kBCEJINFNNJ_ == null) { - KBCEJINFNNJ = new global::EggLink.DanhengServer.Proto.PFGAIEBGHCP(); - } - input.ReadMessage(KBCEJINFNNJ); - break; - } - case 56: { - ItemId = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 34: { - if (kBCEJINFNNJ_ == null) { - KBCEJINFNNJ = new global::EggLink.DanhengServer.Proto.PFGAIEBGHCP(); - } - input.ReadMessage(KBCEJINFNNJ); - break; - } - case 56: { - ItemId = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/JFGJEHICCCD.cs b/Proto/JFGJEHICCCD.cs deleted file mode 100644 index afb6e108..00000000 --- a/Proto/JFGJEHICCCD.cs +++ /dev/null @@ -1,234 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: JFGJEHICCCD.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from JFGJEHICCCD.proto - public static partial class JFGJEHICCCDReflection { - - #region Descriptor - /// File descriptor for JFGJEHICCCD.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static JFGJEHICCCDReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFKRkdKRUhJQ0NDRC5wcm90byIiCgtKRkdKRUhJQ0NDRBITCgtMRE5KRUFD", - "RkJKRRgDIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", - "cm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.JFGJEHICCCD), global::EggLink.DanhengServer.Proto.JFGJEHICCCD.Parser, new[]{ "LDNJEACFBJE" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class JFGJEHICCCD : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new JFGJEHICCCD()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.JFGJEHICCCDReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public JFGJEHICCCD() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public JFGJEHICCCD(JFGJEHICCCD other) : this() { - lDNJEACFBJE_ = other.lDNJEACFBJE_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public JFGJEHICCCD Clone() { - return new JFGJEHICCCD(this); - } - - /// Field number for the "LDNJEACFBJE" field. - public const int LDNJEACFBJEFieldNumber = 3; - private uint lDNJEACFBJE_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint LDNJEACFBJE { - get { return lDNJEACFBJE_; } - set { - lDNJEACFBJE_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as JFGJEHICCCD); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(JFGJEHICCCD other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (LDNJEACFBJE != other.LDNJEACFBJE) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (LDNJEACFBJE != 0) hash ^= LDNJEACFBJE.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (LDNJEACFBJE != 0) { - output.WriteRawTag(24); - output.WriteUInt32(LDNJEACFBJE); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (LDNJEACFBJE != 0) { - output.WriteRawTag(24); - output.WriteUInt32(LDNJEACFBJE); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (LDNJEACFBJE != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LDNJEACFBJE); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(JFGJEHICCCD other) { - if (other == null) { - return; - } - if (other.LDNJEACFBJE != 0) { - LDNJEACFBJE = other.LDNJEACFBJE; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 24: { - LDNJEACFBJE = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 24: { - LDNJEACFBJE = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/JGHDMOIMEBO.cs b/Proto/JGHDMOIMEBO.cs deleted file mode 100644 index 20d51251..00000000 --- a/Proto/JGHDMOIMEBO.cs +++ /dev/null @@ -1,271 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: JGHDMOIMEBO.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from JGHDMOIMEBO.proto - public static partial class JGHDMOIMEBOReflection { - - #region Descriptor - /// File descriptor for JGHDMOIMEBO.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static JGHDMOIMEBOReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFKR0hETU9JTUVCTy5wcm90byI3CgtKR0hETU9JTUVCTxITCgtIUEpKRENK", - "SEhPQRgFIAEoBBITCgtDQUJFSEtPRkxQRxgCIAEoCEIeqgIbRWdnTGluay5E", - "YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.JGHDMOIMEBO), global::EggLink.DanhengServer.Proto.JGHDMOIMEBO.Parser, new[]{ "HPJJDCJHHOA", "CABEHKOFLPG" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class JGHDMOIMEBO : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new JGHDMOIMEBO()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.JGHDMOIMEBOReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public JGHDMOIMEBO() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public JGHDMOIMEBO(JGHDMOIMEBO other) : this() { - hPJJDCJHHOA_ = other.hPJJDCJHHOA_; - cABEHKOFLPG_ = other.cABEHKOFLPG_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public JGHDMOIMEBO Clone() { - return new JGHDMOIMEBO(this); - } - - /// Field number for the "HPJJDCJHHOA" field. - public const int HPJJDCJHHOAFieldNumber = 5; - private ulong hPJJDCJHHOA_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ulong HPJJDCJHHOA { - get { return hPJJDCJHHOA_; } - set { - hPJJDCJHHOA_ = value; - } - } - - /// Field number for the "CABEHKOFLPG" field. - public const int CABEHKOFLPGFieldNumber = 2; - private bool cABEHKOFLPG_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool CABEHKOFLPG { - get { return cABEHKOFLPG_; } - set { - cABEHKOFLPG_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as JGHDMOIMEBO); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(JGHDMOIMEBO other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (HPJJDCJHHOA != other.HPJJDCJHHOA) return false; - if (CABEHKOFLPG != other.CABEHKOFLPG) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (HPJJDCJHHOA != 0UL) hash ^= HPJJDCJHHOA.GetHashCode(); - if (CABEHKOFLPG != false) hash ^= CABEHKOFLPG.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (CABEHKOFLPG != false) { - output.WriteRawTag(16); - output.WriteBool(CABEHKOFLPG); - } - if (HPJJDCJHHOA != 0UL) { - output.WriteRawTag(40); - output.WriteUInt64(HPJJDCJHHOA); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (CABEHKOFLPG != false) { - output.WriteRawTag(16); - output.WriteBool(CABEHKOFLPG); - } - if (HPJJDCJHHOA != 0UL) { - output.WriteRawTag(40); - output.WriteUInt64(HPJJDCJHHOA); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (HPJJDCJHHOA != 0UL) { - size += 1 + pb::CodedOutputStream.ComputeUInt64Size(HPJJDCJHHOA); - } - if (CABEHKOFLPG != false) { - size += 1 + 1; - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(JGHDMOIMEBO other) { - if (other == null) { - return; - } - if (other.HPJJDCJHHOA != 0UL) { - HPJJDCJHHOA = other.HPJJDCJHHOA; - } - if (other.CABEHKOFLPG != false) { - CABEHKOFLPG = other.CABEHKOFLPG; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 16: { - CABEHKOFLPG = input.ReadBool(); - break; - } - case 40: { - HPJJDCJHHOA = input.ReadUInt64(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 16: { - CABEHKOFLPG = input.ReadBool(); - break; - } - case 40: { - HPJJDCJHHOA = input.ReadUInt64(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/JHEELOAGMIG.cs b/Proto/JHEELOAGMIG.cs deleted file mode 100644 index 103cc1e0..00000000 --- a/Proto/JHEELOAGMIG.cs +++ /dev/null @@ -1,234 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: JHEELOAGMIG.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from JHEELOAGMIG.proto - public static partial class JHEELOAGMIGReflection { - - #region Descriptor - /// File descriptor for JHEELOAGMIG.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static JHEELOAGMIGReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFKSEVFTE9BR01JRy5wcm90byIiCgtKSEVFTE9BR01JRxITCgtOSURGTEJL", - "UE9FQhgFIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", - "cm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.JHEELOAGMIG), global::EggLink.DanhengServer.Proto.JHEELOAGMIG.Parser, new[]{ "NIDFLBKPOEB" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class JHEELOAGMIG : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new JHEELOAGMIG()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.JHEELOAGMIGReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public JHEELOAGMIG() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public JHEELOAGMIG(JHEELOAGMIG other) : this() { - nIDFLBKPOEB_ = other.nIDFLBKPOEB_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public JHEELOAGMIG Clone() { - return new JHEELOAGMIG(this); - } - - /// Field number for the "NIDFLBKPOEB" field. - public const int NIDFLBKPOEBFieldNumber = 5; - private uint nIDFLBKPOEB_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint NIDFLBKPOEB { - get { return nIDFLBKPOEB_; } - set { - nIDFLBKPOEB_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as JHEELOAGMIG); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(JHEELOAGMIG other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (NIDFLBKPOEB != other.NIDFLBKPOEB) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (NIDFLBKPOEB != 0) hash ^= NIDFLBKPOEB.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (NIDFLBKPOEB != 0) { - output.WriteRawTag(40); - output.WriteUInt32(NIDFLBKPOEB); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (NIDFLBKPOEB != 0) { - output.WriteRawTag(40); - output.WriteUInt32(NIDFLBKPOEB); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (NIDFLBKPOEB != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NIDFLBKPOEB); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(JHEELOAGMIG other) { - if (other == null) { - return; - } - if (other.NIDFLBKPOEB != 0) { - NIDFLBKPOEB = other.NIDFLBKPOEB; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 40: { - NIDFLBKPOEB = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 40: { - NIDFLBKPOEB = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/JHPKNHHNAPP.cs b/Proto/JHPKNHHNAPP.cs deleted file mode 100644 index 1c60b431..00000000 --- a/Proto/JHPKNHHNAPP.cs +++ /dev/null @@ -1,340 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: JHPKNHHNAPP.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from JHPKNHHNAPP.proto - public static partial class JHPKNHHNAPPReflection { - - #region Descriptor - /// File descriptor for JHPKNHHNAPP.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static JHPKNHHNAPPReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFKSFBLTkhITkFQUC5wcm90byJhCgtKSFBLTkhITkFQUBITCgtFTElOTVBL", - "QkVGTBgNIAEoDRITCgtKQkxFQ01BUEZEQxgLIAMoDRITCgtLQkpGT05BR0JI", - "SxgEIAEoDBITCgtMQkdETEhLRUVLQxgBIAEoDEIeqgIbRWdnTGluay5EYW5o", - "ZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.JHPKNHHNAPP), global::EggLink.DanhengServer.Proto.JHPKNHHNAPP.Parser, new[]{ "ELINMPKBEFL", "JBLECMAPFDC", "KBJFONAGBHK", "LBGDLHKEEKC" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class JHPKNHHNAPP : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new JHPKNHHNAPP()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.JHPKNHHNAPPReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public JHPKNHHNAPP() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public JHPKNHHNAPP(JHPKNHHNAPP other) : this() { - eLINMPKBEFL_ = other.eLINMPKBEFL_; - jBLECMAPFDC_ = other.jBLECMAPFDC_.Clone(); - kBJFONAGBHK_ = other.kBJFONAGBHK_; - lBGDLHKEEKC_ = other.lBGDLHKEEKC_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public JHPKNHHNAPP Clone() { - return new JHPKNHHNAPP(this); - } - - /// Field number for the "ELINMPKBEFL" field. - public const int ELINMPKBEFLFieldNumber = 13; - private uint eLINMPKBEFL_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint ELINMPKBEFL { - get { return eLINMPKBEFL_; } - set { - eLINMPKBEFL_ = value; - } - } - - /// Field number for the "JBLECMAPFDC" field. - public const int JBLECMAPFDCFieldNumber = 11; - private static readonly pb::FieldCodec _repeated_jBLECMAPFDC_codec - = pb::FieldCodec.ForUInt32(90); - private readonly pbc::RepeatedField jBLECMAPFDC_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField JBLECMAPFDC { - get { return jBLECMAPFDC_; } - } - - /// Field number for the "KBJFONAGBHK" field. - public const int KBJFONAGBHKFieldNumber = 4; - private pb::ByteString kBJFONAGBHK_ = pb::ByteString.Empty; - /// - ///repeated GCBMBGNKHGF AHMDOBICECA = 12; - /// - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pb::ByteString KBJFONAGBHK { - get { return kBJFONAGBHK_; } - set { - kBJFONAGBHK_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "LBGDLHKEEKC" field. - public const int LBGDLHKEEKCFieldNumber = 1; - private pb::ByteString lBGDLHKEEKC_ = pb::ByteString.Empty; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pb::ByteString LBGDLHKEEKC { - get { return lBGDLHKEEKC_; } - set { - lBGDLHKEEKC_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as JHPKNHHNAPP); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(JHPKNHHNAPP other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (ELINMPKBEFL != other.ELINMPKBEFL) return false; - if(!jBLECMAPFDC_.Equals(other.jBLECMAPFDC_)) return false; - if (KBJFONAGBHK != other.KBJFONAGBHK) return false; - if (LBGDLHKEEKC != other.LBGDLHKEEKC) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (ELINMPKBEFL != 0) hash ^= ELINMPKBEFL.GetHashCode(); - hash ^= jBLECMAPFDC_.GetHashCode(); - if (KBJFONAGBHK.Length != 0) hash ^= KBJFONAGBHK.GetHashCode(); - if (LBGDLHKEEKC.Length != 0) hash ^= LBGDLHKEEKC.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (LBGDLHKEEKC.Length != 0) { - output.WriteRawTag(10); - output.WriteBytes(LBGDLHKEEKC); - } - if (KBJFONAGBHK.Length != 0) { - output.WriteRawTag(34); - output.WriteBytes(KBJFONAGBHK); - } - jBLECMAPFDC_.WriteTo(output, _repeated_jBLECMAPFDC_codec); - if (ELINMPKBEFL != 0) { - output.WriteRawTag(104); - output.WriteUInt32(ELINMPKBEFL); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (LBGDLHKEEKC.Length != 0) { - output.WriteRawTag(10); - output.WriteBytes(LBGDLHKEEKC); - } - if (KBJFONAGBHK.Length != 0) { - output.WriteRawTag(34); - output.WriteBytes(KBJFONAGBHK); - } - jBLECMAPFDC_.WriteTo(ref output, _repeated_jBLECMAPFDC_codec); - if (ELINMPKBEFL != 0) { - output.WriteRawTag(104); - output.WriteUInt32(ELINMPKBEFL); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (ELINMPKBEFL != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ELINMPKBEFL); - } - size += jBLECMAPFDC_.CalculateSize(_repeated_jBLECMAPFDC_codec); - if (KBJFONAGBHK.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeBytesSize(KBJFONAGBHK); - } - if (LBGDLHKEEKC.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeBytesSize(LBGDLHKEEKC); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(JHPKNHHNAPP other) { - if (other == null) { - return; - } - if (other.ELINMPKBEFL != 0) { - ELINMPKBEFL = other.ELINMPKBEFL; - } - jBLECMAPFDC_.Add(other.jBLECMAPFDC_); - if (other.KBJFONAGBHK.Length != 0) { - KBJFONAGBHK = other.KBJFONAGBHK; - } - if (other.LBGDLHKEEKC.Length != 0) { - LBGDLHKEEKC = other.LBGDLHKEEKC; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - LBGDLHKEEKC = input.ReadBytes(); - break; - } - case 34: { - KBJFONAGBHK = input.ReadBytes(); - break; - } - case 90: - case 88: { - jBLECMAPFDC_.AddEntriesFrom(input, _repeated_jBLECMAPFDC_codec); - break; - } - case 104: { - ELINMPKBEFL = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 10: { - LBGDLHKEEKC = input.ReadBytes(); - break; - } - case 34: { - KBJFONAGBHK = input.ReadBytes(); - break; - } - case 90: - case 88: { - jBLECMAPFDC_.AddEntriesFrom(ref input, _repeated_jBLECMAPFDC_codec); - break; - } - case 104: { - ELINMPKBEFL = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/JJDKOEEHBJO.cs b/Proto/JJDKOEEHBJO.cs deleted file mode 100644 index 971b45f8..00000000 --- a/Proto/JJDKOEEHBJO.cs +++ /dev/null @@ -1,271 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: JJDKOEEHBJO.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from JJDKOEEHBJO.proto - public static partial class JJDKOEEHBJOReflection { - - #region Descriptor - /// File descriptor for JJDKOEEHBJO.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static JJDKOEEHBJOReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFKSkRLT0VFSEJKTy5wcm90byIvCgtKSkRLT0VFSEJKTxILCgNudW0YByAB", - "KA0SEwoLT09PRkdEQkxEQ0UYDiABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1Nl", - "cnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.JJDKOEEHBJO), global::EggLink.DanhengServer.Proto.JJDKOEEHBJO.Parser, new[]{ "Num", "OOOFGDBLDCE" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class JJDKOEEHBJO : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new JJDKOEEHBJO()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.JJDKOEEHBJOReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public JJDKOEEHBJO() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public JJDKOEEHBJO(JJDKOEEHBJO other) : this() { - num_ = other.num_; - oOOFGDBLDCE_ = other.oOOFGDBLDCE_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public JJDKOEEHBJO Clone() { - return new JJDKOEEHBJO(this); - } - - /// Field number for the "num" field. - public const int NumFieldNumber = 7; - private uint num_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint Num { - get { return num_; } - set { - num_ = value; - } - } - - /// Field number for the "OOOFGDBLDCE" field. - public const int OOOFGDBLDCEFieldNumber = 14; - private uint oOOFGDBLDCE_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint OOOFGDBLDCE { - get { return oOOFGDBLDCE_; } - set { - oOOFGDBLDCE_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as JJDKOEEHBJO); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(JJDKOEEHBJO other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Num != other.Num) return false; - if (OOOFGDBLDCE != other.OOOFGDBLDCE) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Num != 0) hash ^= Num.GetHashCode(); - if (OOOFGDBLDCE != 0) hash ^= OOOFGDBLDCE.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Num != 0) { - output.WriteRawTag(56); - output.WriteUInt32(Num); - } - if (OOOFGDBLDCE != 0) { - output.WriteRawTag(112); - output.WriteUInt32(OOOFGDBLDCE); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Num != 0) { - output.WriteRawTag(56); - output.WriteUInt32(Num); - } - if (OOOFGDBLDCE != 0) { - output.WriteRawTag(112); - output.WriteUInt32(OOOFGDBLDCE); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Num != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Num); - } - if (OOOFGDBLDCE != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OOOFGDBLDCE); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(JJDKOEEHBJO other) { - if (other == null) { - return; - } - if (other.Num != 0) { - Num = other.Num; - } - if (other.OOOFGDBLDCE != 0) { - OOOFGDBLDCE = other.OOOFGDBLDCE; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 56: { - Num = input.ReadUInt32(); - break; - } - case 112: { - OOOFGDBLDCE = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 56: { - Num = input.ReadUInt32(); - break; - } - case 112: { - OOOFGDBLDCE = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/JKAIFEBMLLL.cs b/Proto/JKAIFEBMLLL.cs deleted file mode 100644 index 660be6fc..00000000 --- a/Proto/JKAIFEBMLLL.cs +++ /dev/null @@ -1,196 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: JKAIFEBMLLL.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from JKAIFEBMLLL.proto - public static partial class JKAIFEBMLLLReflection { - - #region Descriptor - /// File descriptor for JKAIFEBMLLL.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static JKAIFEBMLLLReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFKS0FJRkVCTUxMTC5wcm90byINCgtKS0FJRkVCTUxMTEIeqgIbRWdnTGlu", - "ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.JKAIFEBMLLL), global::EggLink.DanhengServer.Proto.JKAIFEBMLLL.Parser, null, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class JKAIFEBMLLL : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new JKAIFEBMLLL()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.JKAIFEBMLLLReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public JKAIFEBMLLL() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public JKAIFEBMLLL(JKAIFEBMLLL other) : this() { - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public JKAIFEBMLLL Clone() { - return new JKAIFEBMLLL(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as JKAIFEBMLLL); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(JKAIFEBMLLL other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(JKAIFEBMLLL other) { - if (other == null) { - return; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/JKMFMMPMNAM.cs b/Proto/JKMFMMPMNAM.cs index 9e3efd03..eddc2dac 100644 --- a/Proto/JKMFMMPMNAM.cs +++ b/Proto/JKMFMMPMNAM.cs @@ -24,22 +24,22 @@ namespace EggLink.DanhengServer.Proto { static JKMFMMPMNAMReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFKS01GTU1QTU5BTS5wcm90bxoRUExPRElEQ0pPS0EucHJvdG8aEUtIQ0FL", - "UE9NR05LLnByb3RvGhFGS0hGT05QS0RJUC5wcm90bxoRRFBESUVHT0FHQlAu", - "cHJvdG8aEU5JR0NPUEdIQU1KLnByb3RvGhFGUEVHUEpDRU9FSS5wcm90bxoR", - "S0hQSEFJRk5KRUkucHJvdG8aEUFFSkNDTUVQTEdPLnByb3RvIsICCgtKS01G", + "ChFKS01GTU1QTU5BTS5wcm90bxoRS0hDQUtQT01HTksucHJvdG8aEURQRElF", + "R09BR0JQLnByb3RvGhFQTE9ESURDSk9LQS5wcm90bxoRS0hQSEFJRk5KRUku", + "cHJvdG8aEUFFSkNDTUVQTEdPLnByb3RvGhFGS0hGT05QS0RJUC5wcm90bxoR", + "RlBFR1BKQ0VPRUkucHJvdG8aEU5JR0NPUEdIQU1KLnByb3RvIsQCCgtKS01G", "TU1QTU5BTRIjCgtLQU5HUENPS0ZORRgEIAEoCzIMLkRQRElFR09BR0JQSAAS", "IwoLSEhDSUZORk1LTEEYByABKAsyDC5GUEVHUEpDRU9FSUgAEiMKC09DR1BM", "TU5LTUxLGAsgASgLMgwuRktIRk9OUEtESVBIABIjCgtBS01OS0xBRE9MTRgG", "IAEoCzIMLkFFSkNDTUVQTEdPSAASIwoLS0tEREFORExGQkQYCiABKAsyDC5O", "SUdDT1BHSEFNSkgAEiMKC0FGRk5DT05LRUtQGAEgASgLMgwuS0hQSEFJRk5K", "RUlIABIjCgtDTklCTkdKRE5KUBgCIAEoCzIMLlBMT0RJRENKT0tBSAASIwoL", - "T0FQTUtMRkpLS0cYDiABKAsyDC5LSENBS1BPTUdOS0gAQgsKCWluZm9fY2Fz", - "ZUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "T0FQTUtMRkpLS0cYDiABKAsyDC5LSENBS1BPTUdOS0gAQg0KC0FER0tGT0FQ", + "SkpLQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PLODIDCJOKAReflection.Descriptor, global::EggLink.DanhengServer.Proto.KHCAKPOMGNKReflection.Descriptor, global::EggLink.DanhengServer.Proto.FKHFONPKDIPReflection.Descriptor, global::EggLink.DanhengServer.Proto.DPDIEGOAGBPReflection.Descriptor, global::EggLink.DanhengServer.Proto.NIGCOPGHAMJReflection.Descriptor, global::EggLink.DanhengServer.Proto.FPEGPJCEOEIReflection.Descriptor, global::EggLink.DanhengServer.Proto.KHPHAIFNJEIReflection.Descriptor, global::EggLink.DanhengServer.Proto.AEJCCMEPLGOReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.KHCAKPOMGNKReflection.Descriptor, global::EggLink.DanhengServer.Proto.DPDIEGOAGBPReflection.Descriptor, global::EggLink.DanhengServer.Proto.PLODIDCJOKAReflection.Descriptor, global::EggLink.DanhengServer.Proto.KHPHAIFNJEIReflection.Descriptor, global::EggLink.DanhengServer.Proto.AEJCCMEPLGOReflection.Descriptor, global::EggLink.DanhengServer.Proto.FKHFONPKDIPReflection.Descriptor, global::EggLink.DanhengServer.Proto.FPEGPJCEOEIReflection.Descriptor, global::EggLink.DanhengServer.Proto.NIGCOPGHAMJReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.JKMFMMPMNAM), global::EggLink.DanhengServer.Proto.JKMFMMPMNAM.Parser, new[]{ "KANGPCOKFNE", "HHCIFNFMKLA", "OCGPLMNKMLK", "AKMNKLADOLM", "KKDDANDLFBD", "AFFNCONKEKP", "CNIBNGJDNJP", "OAPMKLFJKKG" }, new[]{ "InfoCase" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.JKMFMMPMNAM), global::EggLink.DanhengServer.Proto.JKMFMMPMNAM.Parser, new[]{ "KANGPCOKFNE", "HHCIFNFMKLA", "OCGPLMNKMLK", "AKMNKLADOLM", "KKDDANDLFBD", "AFFNCONKEKP", "CNIBNGJDNJP", "OAPMKLFJKKG" }, new[]{ "ADGKFOAPJJK" }, null, null, null) })); } #endregion @@ -81,29 +81,29 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public JKMFMMPMNAM(JKMFMMPMNAM other) : this() { - switch (other.InfoCaseCase) { - case InfoCaseOneofCase.KANGPCOKFNE: + switch (other.ADGKFOAPJJKCase) { + case ADGKFOAPJJKOneofCase.KANGPCOKFNE: KANGPCOKFNE = other.KANGPCOKFNE.Clone(); break; - case InfoCaseOneofCase.HHCIFNFMKLA: + case ADGKFOAPJJKOneofCase.HHCIFNFMKLA: HHCIFNFMKLA = other.HHCIFNFMKLA.Clone(); break; - case InfoCaseOneofCase.OCGPLMNKMLK: + case ADGKFOAPJJKOneofCase.OCGPLMNKMLK: OCGPLMNKMLK = other.OCGPLMNKMLK.Clone(); break; - case InfoCaseOneofCase.AKMNKLADOLM: + case ADGKFOAPJJKOneofCase.AKMNKLADOLM: AKMNKLADOLM = other.AKMNKLADOLM.Clone(); break; - case InfoCaseOneofCase.KKDDANDLFBD: + case ADGKFOAPJJKOneofCase.KKDDANDLFBD: KKDDANDLFBD = other.KKDDANDLFBD.Clone(); break; - case InfoCaseOneofCase.AFFNCONKEKP: + case ADGKFOAPJJKOneofCase.AFFNCONKEKP: AFFNCONKEKP = other.AFFNCONKEKP.Clone(); break; - case InfoCaseOneofCase.CNIBNGJDNJP: + case ADGKFOAPJJKOneofCase.CNIBNGJDNJP: CNIBNGJDNJP = other.CNIBNGJDNJP.Clone(); break; - case InfoCaseOneofCase.OAPMKLFJKKG: + case ADGKFOAPJJKOneofCase.OAPMKLFJKKG: OAPMKLFJKKG = other.OAPMKLFJKKG.Clone(); break; } @@ -122,10 +122,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.DPDIEGOAGBP KANGPCOKFNE { - get { return infoCaseCase_ == InfoCaseOneofCase.KANGPCOKFNE ? (global::EggLink.DanhengServer.Proto.DPDIEGOAGBP) infoCase_ : null; } + get { return aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.KANGPCOKFNE ? (global::EggLink.DanhengServer.Proto.DPDIEGOAGBP) aDGKFOAPJJK_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.KANGPCOKFNE; + aDGKFOAPJJK_ = value; + aDGKFOAPJJKCase_ = value == null ? ADGKFOAPJJKOneofCase.None : ADGKFOAPJJKOneofCase.KANGPCOKFNE; } } @@ -134,10 +134,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.FPEGPJCEOEI HHCIFNFMKLA { - get { return infoCaseCase_ == InfoCaseOneofCase.HHCIFNFMKLA ? (global::EggLink.DanhengServer.Proto.FPEGPJCEOEI) infoCase_ : null; } + get { return aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.HHCIFNFMKLA ? (global::EggLink.DanhengServer.Proto.FPEGPJCEOEI) aDGKFOAPJJK_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.HHCIFNFMKLA; + aDGKFOAPJJK_ = value; + aDGKFOAPJJKCase_ = value == null ? ADGKFOAPJJKOneofCase.None : ADGKFOAPJJKOneofCase.HHCIFNFMKLA; } } @@ -146,10 +146,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.FKHFONPKDIP OCGPLMNKMLK { - get { return infoCaseCase_ == InfoCaseOneofCase.OCGPLMNKMLK ? (global::EggLink.DanhengServer.Proto.FKHFONPKDIP) infoCase_ : null; } + get { return aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.OCGPLMNKMLK ? (global::EggLink.DanhengServer.Proto.FKHFONPKDIP) aDGKFOAPJJK_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.OCGPLMNKMLK; + aDGKFOAPJJK_ = value; + aDGKFOAPJJKCase_ = value == null ? ADGKFOAPJJKOneofCase.None : ADGKFOAPJJKOneofCase.OCGPLMNKMLK; } } @@ -158,10 +158,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.AEJCCMEPLGO AKMNKLADOLM { - get { return infoCaseCase_ == InfoCaseOneofCase.AKMNKLADOLM ? (global::EggLink.DanhengServer.Proto.AEJCCMEPLGO) infoCase_ : null; } + get { return aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.AKMNKLADOLM ? (global::EggLink.DanhengServer.Proto.AEJCCMEPLGO) aDGKFOAPJJK_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.AKMNKLADOLM; + aDGKFOAPJJK_ = value; + aDGKFOAPJJKCase_ = value == null ? ADGKFOAPJJKOneofCase.None : ADGKFOAPJJKOneofCase.AKMNKLADOLM; } } @@ -170,10 +170,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.NIGCOPGHAMJ KKDDANDLFBD { - get { return infoCaseCase_ == InfoCaseOneofCase.KKDDANDLFBD ? (global::EggLink.DanhengServer.Proto.NIGCOPGHAMJ) infoCase_ : null; } + get { return aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.KKDDANDLFBD ? (global::EggLink.DanhengServer.Proto.NIGCOPGHAMJ) aDGKFOAPJJK_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.KKDDANDLFBD; + aDGKFOAPJJK_ = value; + aDGKFOAPJJKCase_ = value == null ? ADGKFOAPJJKOneofCase.None : ADGKFOAPJJKOneofCase.KKDDANDLFBD; } } @@ -182,10 +182,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.KHPHAIFNJEI AFFNCONKEKP { - get { return infoCaseCase_ == InfoCaseOneofCase.AFFNCONKEKP ? (global::EggLink.DanhengServer.Proto.KHPHAIFNJEI) infoCase_ : null; } + get { return aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.AFFNCONKEKP ? (global::EggLink.DanhengServer.Proto.KHPHAIFNJEI) aDGKFOAPJJK_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.AFFNCONKEKP; + aDGKFOAPJJK_ = value; + aDGKFOAPJJKCase_ = value == null ? ADGKFOAPJJKOneofCase.None : ADGKFOAPJJKOneofCase.AFFNCONKEKP; } } @@ -194,10 +194,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.PLODIDCJOKA CNIBNGJDNJP { - get { return infoCaseCase_ == InfoCaseOneofCase.CNIBNGJDNJP ? (global::EggLink.DanhengServer.Proto.PLODIDCJOKA) infoCase_ : null; } + get { return aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.CNIBNGJDNJP ? (global::EggLink.DanhengServer.Proto.PLODIDCJOKA) aDGKFOAPJJK_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.CNIBNGJDNJP; + aDGKFOAPJJK_ = value; + aDGKFOAPJJKCase_ = value == null ? ADGKFOAPJJKOneofCase.None : ADGKFOAPJJKOneofCase.CNIBNGJDNJP; } } @@ -206,16 +206,16 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.KHCAKPOMGNK OAPMKLFJKKG { - get { return infoCaseCase_ == InfoCaseOneofCase.OAPMKLFJKKG ? (global::EggLink.DanhengServer.Proto.KHCAKPOMGNK) infoCase_ : null; } + get { return aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.OAPMKLFJKKG ? (global::EggLink.DanhengServer.Proto.KHCAKPOMGNK) aDGKFOAPJJK_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.OAPMKLFJKKG; + aDGKFOAPJJK_ = value; + aDGKFOAPJJKCase_ = value == null ? ADGKFOAPJJKOneofCase.None : ADGKFOAPJJKOneofCase.OAPMKLFJKKG; } } - private object infoCase_; - /// Enum of possible cases for the "info_case" oneof. - public enum InfoCaseOneofCase { + private object aDGKFOAPJJK_; + /// Enum of possible cases for the "ADGKFOAPJJK" oneof. + public enum ADGKFOAPJJKOneofCase { None = 0, KANGPCOKFNE = 4, HHCIFNFMKLA = 7, @@ -226,18 +226,18 @@ namespace EggLink.DanhengServer.Proto { CNIBNGJDNJP = 2, OAPMKLFJKKG = 14, } - private InfoCaseOneofCase infoCaseCase_ = InfoCaseOneofCase.None; + private ADGKFOAPJJKOneofCase aDGKFOAPJJKCase_ = ADGKFOAPJJKOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public InfoCaseOneofCase InfoCaseCase { - get { return infoCaseCase_; } + public ADGKFOAPJJKOneofCase ADGKFOAPJJKCase { + get { return aDGKFOAPJJKCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearInfoCase() { - infoCaseCase_ = InfoCaseOneofCase.None; - infoCase_ = null; + public void ClearADGKFOAPJJK() { + aDGKFOAPJJKCase_ = ADGKFOAPJJKOneofCase.None; + aDGKFOAPJJK_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -263,7 +263,7 @@ namespace EggLink.DanhengServer.Proto { if (!object.Equals(AFFNCONKEKP, other.AFFNCONKEKP)) return false; if (!object.Equals(CNIBNGJDNJP, other.CNIBNGJDNJP)) return false; if (!object.Equals(OAPMKLFJKKG, other.OAPMKLFJKKG)) return false; - if (InfoCaseCase != other.InfoCaseCase) return false; + if (ADGKFOAPJJKCase != other.ADGKFOAPJJKCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -271,15 +271,15 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (infoCaseCase_ == InfoCaseOneofCase.KANGPCOKFNE) hash ^= KANGPCOKFNE.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.HHCIFNFMKLA) hash ^= HHCIFNFMKLA.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.OCGPLMNKMLK) hash ^= OCGPLMNKMLK.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.AKMNKLADOLM) hash ^= AKMNKLADOLM.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.KKDDANDLFBD) hash ^= KKDDANDLFBD.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.AFFNCONKEKP) hash ^= AFFNCONKEKP.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.CNIBNGJDNJP) hash ^= CNIBNGJDNJP.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.OAPMKLFJKKG) hash ^= OAPMKLFJKKG.GetHashCode(); - hash ^= (int) infoCaseCase_; + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.KANGPCOKFNE) hash ^= KANGPCOKFNE.GetHashCode(); + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.HHCIFNFMKLA) hash ^= HHCIFNFMKLA.GetHashCode(); + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.OCGPLMNKMLK) hash ^= OCGPLMNKMLK.GetHashCode(); + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.AKMNKLADOLM) hash ^= AKMNKLADOLM.GetHashCode(); + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.KKDDANDLFBD) hash ^= KKDDANDLFBD.GetHashCode(); + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.AFFNCONKEKP) hash ^= AFFNCONKEKP.GetHashCode(); + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.CNIBNGJDNJP) hash ^= CNIBNGJDNJP.GetHashCode(); + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.OAPMKLFJKKG) hash ^= OAPMKLFJKKG.GetHashCode(); + hash ^= (int) aDGKFOAPJJKCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -298,35 +298,35 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (infoCaseCase_ == InfoCaseOneofCase.AFFNCONKEKP) { + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.AFFNCONKEKP) { output.WriteRawTag(10); output.WriteMessage(AFFNCONKEKP); } - if (infoCaseCase_ == InfoCaseOneofCase.CNIBNGJDNJP) { + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.CNIBNGJDNJP) { output.WriteRawTag(18); output.WriteMessage(CNIBNGJDNJP); } - if (infoCaseCase_ == InfoCaseOneofCase.KANGPCOKFNE) { + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.KANGPCOKFNE) { output.WriteRawTag(34); output.WriteMessage(KANGPCOKFNE); } - if (infoCaseCase_ == InfoCaseOneofCase.AKMNKLADOLM) { + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.AKMNKLADOLM) { output.WriteRawTag(50); output.WriteMessage(AKMNKLADOLM); } - if (infoCaseCase_ == InfoCaseOneofCase.HHCIFNFMKLA) { + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.HHCIFNFMKLA) { output.WriteRawTag(58); output.WriteMessage(HHCIFNFMKLA); } - if (infoCaseCase_ == InfoCaseOneofCase.KKDDANDLFBD) { + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.KKDDANDLFBD) { output.WriteRawTag(82); output.WriteMessage(KKDDANDLFBD); } - if (infoCaseCase_ == InfoCaseOneofCase.OCGPLMNKMLK) { + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.OCGPLMNKMLK) { output.WriteRawTag(90); output.WriteMessage(OCGPLMNKMLK); } - if (infoCaseCase_ == InfoCaseOneofCase.OAPMKLFJKKG) { + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.OAPMKLFJKKG) { output.WriteRawTag(114); output.WriteMessage(OAPMKLFJKKG); } @@ -340,35 +340,35 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (infoCaseCase_ == InfoCaseOneofCase.AFFNCONKEKP) { + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.AFFNCONKEKP) { output.WriteRawTag(10); output.WriteMessage(AFFNCONKEKP); } - if (infoCaseCase_ == InfoCaseOneofCase.CNIBNGJDNJP) { + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.CNIBNGJDNJP) { output.WriteRawTag(18); output.WriteMessage(CNIBNGJDNJP); } - if (infoCaseCase_ == InfoCaseOneofCase.KANGPCOKFNE) { + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.KANGPCOKFNE) { output.WriteRawTag(34); output.WriteMessage(KANGPCOKFNE); } - if (infoCaseCase_ == InfoCaseOneofCase.AKMNKLADOLM) { + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.AKMNKLADOLM) { output.WriteRawTag(50); output.WriteMessage(AKMNKLADOLM); } - if (infoCaseCase_ == InfoCaseOneofCase.HHCIFNFMKLA) { + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.HHCIFNFMKLA) { output.WriteRawTag(58); output.WriteMessage(HHCIFNFMKLA); } - if (infoCaseCase_ == InfoCaseOneofCase.KKDDANDLFBD) { + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.KKDDANDLFBD) { output.WriteRawTag(82); output.WriteMessage(KKDDANDLFBD); } - if (infoCaseCase_ == InfoCaseOneofCase.OCGPLMNKMLK) { + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.OCGPLMNKMLK) { output.WriteRawTag(90); output.WriteMessage(OCGPLMNKMLK); } - if (infoCaseCase_ == InfoCaseOneofCase.OAPMKLFJKKG) { + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.OAPMKLFJKKG) { output.WriteRawTag(114); output.WriteMessage(OAPMKLFJKKG); } @@ -382,28 +382,28 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (infoCaseCase_ == InfoCaseOneofCase.KANGPCOKFNE) { + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.KANGPCOKFNE) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(KANGPCOKFNE); } - if (infoCaseCase_ == InfoCaseOneofCase.HHCIFNFMKLA) { + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.HHCIFNFMKLA) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(HHCIFNFMKLA); } - if (infoCaseCase_ == InfoCaseOneofCase.OCGPLMNKMLK) { + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.OCGPLMNKMLK) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(OCGPLMNKMLK); } - if (infoCaseCase_ == InfoCaseOneofCase.AKMNKLADOLM) { + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.AKMNKLADOLM) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(AKMNKLADOLM); } - if (infoCaseCase_ == InfoCaseOneofCase.KKDDANDLFBD) { + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.KKDDANDLFBD) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(KKDDANDLFBD); } - if (infoCaseCase_ == InfoCaseOneofCase.AFFNCONKEKP) { + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.AFFNCONKEKP) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(AFFNCONKEKP); } - if (infoCaseCase_ == InfoCaseOneofCase.CNIBNGJDNJP) { + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.CNIBNGJDNJP) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(CNIBNGJDNJP); } - if (infoCaseCase_ == InfoCaseOneofCase.OAPMKLFJKKG) { + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.OAPMKLFJKKG) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(OAPMKLFJKKG); } if (_unknownFields != null) { @@ -418,50 +418,50 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - switch (other.InfoCaseCase) { - case InfoCaseOneofCase.KANGPCOKFNE: + switch (other.ADGKFOAPJJKCase) { + case ADGKFOAPJJKOneofCase.KANGPCOKFNE: if (KANGPCOKFNE == null) { KANGPCOKFNE = new global::EggLink.DanhengServer.Proto.DPDIEGOAGBP(); } KANGPCOKFNE.MergeFrom(other.KANGPCOKFNE); break; - case InfoCaseOneofCase.HHCIFNFMKLA: + case ADGKFOAPJJKOneofCase.HHCIFNFMKLA: if (HHCIFNFMKLA == null) { HHCIFNFMKLA = new global::EggLink.DanhengServer.Proto.FPEGPJCEOEI(); } HHCIFNFMKLA.MergeFrom(other.HHCIFNFMKLA); break; - case InfoCaseOneofCase.OCGPLMNKMLK: + case ADGKFOAPJJKOneofCase.OCGPLMNKMLK: if (OCGPLMNKMLK == null) { OCGPLMNKMLK = new global::EggLink.DanhengServer.Proto.FKHFONPKDIP(); } OCGPLMNKMLK.MergeFrom(other.OCGPLMNKMLK); break; - case InfoCaseOneofCase.AKMNKLADOLM: + case ADGKFOAPJJKOneofCase.AKMNKLADOLM: if (AKMNKLADOLM == null) { AKMNKLADOLM = new global::EggLink.DanhengServer.Proto.AEJCCMEPLGO(); } AKMNKLADOLM.MergeFrom(other.AKMNKLADOLM); break; - case InfoCaseOneofCase.KKDDANDLFBD: + case ADGKFOAPJJKOneofCase.KKDDANDLFBD: if (KKDDANDLFBD == null) { KKDDANDLFBD = new global::EggLink.DanhengServer.Proto.NIGCOPGHAMJ(); } KKDDANDLFBD.MergeFrom(other.KKDDANDLFBD); break; - case InfoCaseOneofCase.AFFNCONKEKP: + case ADGKFOAPJJKOneofCase.AFFNCONKEKP: if (AFFNCONKEKP == null) { AFFNCONKEKP = new global::EggLink.DanhengServer.Proto.KHPHAIFNJEI(); } AFFNCONKEKP.MergeFrom(other.AFFNCONKEKP); break; - case InfoCaseOneofCase.CNIBNGJDNJP: + case ADGKFOAPJJKOneofCase.CNIBNGJDNJP: if (CNIBNGJDNJP == null) { CNIBNGJDNJP = new global::EggLink.DanhengServer.Proto.PLODIDCJOKA(); } CNIBNGJDNJP.MergeFrom(other.CNIBNGJDNJP); break; - case InfoCaseOneofCase.OAPMKLFJKKG: + case ADGKFOAPJJKOneofCase.OAPMKLFJKKG: if (OAPMKLFJKKG == null) { OAPMKLFJKKG = new global::EggLink.DanhengServer.Proto.KHCAKPOMGNK(); } @@ -486,7 +486,7 @@ namespace EggLink.DanhengServer.Proto { break; case 10: { global::EggLink.DanhengServer.Proto.KHPHAIFNJEI subBuilder = new global::EggLink.DanhengServer.Proto.KHPHAIFNJEI(); - if (infoCaseCase_ == InfoCaseOneofCase.AFFNCONKEKP) { + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.AFFNCONKEKP) { subBuilder.MergeFrom(AFFNCONKEKP); } input.ReadMessage(subBuilder); @@ -495,7 +495,7 @@ namespace EggLink.DanhengServer.Proto { } case 18: { global::EggLink.DanhengServer.Proto.PLODIDCJOKA subBuilder = new global::EggLink.DanhengServer.Proto.PLODIDCJOKA(); - if (infoCaseCase_ == InfoCaseOneofCase.CNIBNGJDNJP) { + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.CNIBNGJDNJP) { subBuilder.MergeFrom(CNIBNGJDNJP); } input.ReadMessage(subBuilder); @@ -504,7 +504,7 @@ namespace EggLink.DanhengServer.Proto { } case 34: { global::EggLink.DanhengServer.Proto.DPDIEGOAGBP subBuilder = new global::EggLink.DanhengServer.Proto.DPDIEGOAGBP(); - if (infoCaseCase_ == InfoCaseOneofCase.KANGPCOKFNE) { + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.KANGPCOKFNE) { subBuilder.MergeFrom(KANGPCOKFNE); } input.ReadMessage(subBuilder); @@ -513,7 +513,7 @@ namespace EggLink.DanhengServer.Proto { } case 50: { global::EggLink.DanhengServer.Proto.AEJCCMEPLGO subBuilder = new global::EggLink.DanhengServer.Proto.AEJCCMEPLGO(); - if (infoCaseCase_ == InfoCaseOneofCase.AKMNKLADOLM) { + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.AKMNKLADOLM) { subBuilder.MergeFrom(AKMNKLADOLM); } input.ReadMessage(subBuilder); @@ -522,7 +522,7 @@ namespace EggLink.DanhengServer.Proto { } case 58: { global::EggLink.DanhengServer.Proto.FPEGPJCEOEI subBuilder = new global::EggLink.DanhengServer.Proto.FPEGPJCEOEI(); - if (infoCaseCase_ == InfoCaseOneofCase.HHCIFNFMKLA) { + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.HHCIFNFMKLA) { subBuilder.MergeFrom(HHCIFNFMKLA); } input.ReadMessage(subBuilder); @@ -531,7 +531,7 @@ namespace EggLink.DanhengServer.Proto { } case 82: { global::EggLink.DanhengServer.Proto.NIGCOPGHAMJ subBuilder = new global::EggLink.DanhengServer.Proto.NIGCOPGHAMJ(); - if (infoCaseCase_ == InfoCaseOneofCase.KKDDANDLFBD) { + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.KKDDANDLFBD) { subBuilder.MergeFrom(KKDDANDLFBD); } input.ReadMessage(subBuilder); @@ -540,7 +540,7 @@ namespace EggLink.DanhengServer.Proto { } case 90: { global::EggLink.DanhengServer.Proto.FKHFONPKDIP subBuilder = new global::EggLink.DanhengServer.Proto.FKHFONPKDIP(); - if (infoCaseCase_ == InfoCaseOneofCase.OCGPLMNKMLK) { + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.OCGPLMNKMLK) { subBuilder.MergeFrom(OCGPLMNKMLK); } input.ReadMessage(subBuilder); @@ -549,7 +549,7 @@ namespace EggLink.DanhengServer.Proto { } case 114: { global::EggLink.DanhengServer.Proto.KHCAKPOMGNK subBuilder = new global::EggLink.DanhengServer.Proto.KHCAKPOMGNK(); - if (infoCaseCase_ == InfoCaseOneofCase.OAPMKLFJKKG) { + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.OAPMKLFJKKG) { subBuilder.MergeFrom(OAPMKLFJKKG); } input.ReadMessage(subBuilder); @@ -573,7 +573,7 @@ namespace EggLink.DanhengServer.Proto { break; case 10: { global::EggLink.DanhengServer.Proto.KHPHAIFNJEI subBuilder = new global::EggLink.DanhengServer.Proto.KHPHAIFNJEI(); - if (infoCaseCase_ == InfoCaseOneofCase.AFFNCONKEKP) { + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.AFFNCONKEKP) { subBuilder.MergeFrom(AFFNCONKEKP); } input.ReadMessage(subBuilder); @@ -582,7 +582,7 @@ namespace EggLink.DanhengServer.Proto { } case 18: { global::EggLink.DanhengServer.Proto.PLODIDCJOKA subBuilder = new global::EggLink.DanhengServer.Proto.PLODIDCJOKA(); - if (infoCaseCase_ == InfoCaseOneofCase.CNIBNGJDNJP) { + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.CNIBNGJDNJP) { subBuilder.MergeFrom(CNIBNGJDNJP); } input.ReadMessage(subBuilder); @@ -591,7 +591,7 @@ namespace EggLink.DanhengServer.Proto { } case 34: { global::EggLink.DanhengServer.Proto.DPDIEGOAGBP subBuilder = new global::EggLink.DanhengServer.Proto.DPDIEGOAGBP(); - if (infoCaseCase_ == InfoCaseOneofCase.KANGPCOKFNE) { + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.KANGPCOKFNE) { subBuilder.MergeFrom(KANGPCOKFNE); } input.ReadMessage(subBuilder); @@ -600,7 +600,7 @@ namespace EggLink.DanhengServer.Proto { } case 50: { global::EggLink.DanhengServer.Proto.AEJCCMEPLGO subBuilder = new global::EggLink.DanhengServer.Proto.AEJCCMEPLGO(); - if (infoCaseCase_ == InfoCaseOneofCase.AKMNKLADOLM) { + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.AKMNKLADOLM) { subBuilder.MergeFrom(AKMNKLADOLM); } input.ReadMessage(subBuilder); @@ -609,7 +609,7 @@ namespace EggLink.DanhengServer.Proto { } case 58: { global::EggLink.DanhengServer.Proto.FPEGPJCEOEI subBuilder = new global::EggLink.DanhengServer.Proto.FPEGPJCEOEI(); - if (infoCaseCase_ == InfoCaseOneofCase.HHCIFNFMKLA) { + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.HHCIFNFMKLA) { subBuilder.MergeFrom(HHCIFNFMKLA); } input.ReadMessage(subBuilder); @@ -618,7 +618,7 @@ namespace EggLink.DanhengServer.Proto { } case 82: { global::EggLink.DanhengServer.Proto.NIGCOPGHAMJ subBuilder = new global::EggLink.DanhengServer.Proto.NIGCOPGHAMJ(); - if (infoCaseCase_ == InfoCaseOneofCase.KKDDANDLFBD) { + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.KKDDANDLFBD) { subBuilder.MergeFrom(KKDDANDLFBD); } input.ReadMessage(subBuilder); @@ -627,7 +627,7 @@ namespace EggLink.DanhengServer.Proto { } case 90: { global::EggLink.DanhengServer.Proto.FKHFONPKDIP subBuilder = new global::EggLink.DanhengServer.Proto.FKHFONPKDIP(); - if (infoCaseCase_ == InfoCaseOneofCase.OCGPLMNKMLK) { + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.OCGPLMNKMLK) { subBuilder.MergeFrom(OCGPLMNKMLK); } input.ReadMessage(subBuilder); @@ -636,7 +636,7 @@ namespace EggLink.DanhengServer.Proto { } case 114: { global::EggLink.DanhengServer.Proto.KHCAKPOMGNK subBuilder = new global::EggLink.DanhengServer.Proto.KHCAKPOMGNK(); - if (infoCaseCase_ == InfoCaseOneofCase.OAPMKLFJKKG) { + if (aDGKFOAPJJKCase_ == ADGKFOAPJJKOneofCase.OAPMKLFJKKG) { subBuilder.MergeFrom(OAPMKLFJKKG); } input.ReadMessage(subBuilder); diff --git a/Proto/JNFELCKIOCM.cs b/Proto/JNFELCKIOCM.cs index b7be80e0..5d68f537 100644 --- a/Proto/JNFELCKIOCM.cs +++ b/Proto/JNFELCKIOCM.cs @@ -24,8 +24,8 @@ namespace EggLink.DanhengServer.Proto { static JNFELCKIOCMReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFKTkZFTENLSU9DTS5wcm90bxoRUm9ndWVTdGF0dXMucHJvdG8aFENoZXNz", - "Um9ndWVCdWZmLnByb3RvGhdDaGVzc1JvZ3VlTWlyYWNsZS5wcm90byKbAgoL", + "ChFKTkZFTENLSU9DTS5wcm90bxoUQ2hlc3NSb2d1ZUJ1ZmYucHJvdG8aEVJv", + "Z3VlU3RhdHVzLnByb3RvGhdDaGVzc1JvZ3VlTWlyYWNsZS5wcm90byKbAgoL", "Sk5GRUxDS0lPQ00SGwoTYmFzZV9hdmF0YXJfaWRfbGlzdBgPIAMoDRIOCgZt", "YXBfaWQYBiABKA0SEwoLS0pHSU1IRktHQk4YBSABKA0SHAoUdHJpYWxfYXZh", "dGFyX2lkX2xpc3QYAiADKA0SEwoLRkZLUEVHTkJIT0QYCiABKA0SLgoVY2hl", @@ -35,7 +35,7 @@ namespace EggLink.DanhengServer.Proto { "RUdHRUsYCCABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG", "cHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueBuffReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueMiracleReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueBuffReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueMiracleReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.JNFELCKIOCM), global::EggLink.DanhengServer.Proto.JNFELCKIOCM.Parser, new[]{ "BaseAvatarIdList", "MapId", "KJGIMHFKGBN", "TrialAvatarIdList", "FFKPEGNBHOD", "ChessRogueBuffInfo", "Status", "ChessRogueMiracleInfo", "GMPIIAEGGEK" }, null, null, null, null) })); diff --git a/Proto/JNIDOJLNOFD.cs b/Proto/JNIDOJLNOFD.cs deleted file mode 100644 index d3a74bb5..00000000 --- a/Proto/JNIDOJLNOFD.cs +++ /dev/null @@ -1,308 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: JNIDOJLNOFD.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from JNIDOJLNOFD.proto - public static partial class JNIDOJLNOFDReflection { - - #region Descriptor - /// File descriptor for JNIDOJLNOFD.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static JNIDOJLNOFDReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFKTklET0pMTk9GRC5wcm90byJJCgtKTklET0pMTk9GRBIQCghnYWNoYV9p", - "ZBgFIAEoDRITCgtnYWNoYV9jb3VudBgGIAEoDRITCgtGUEZDS05JQ1BQShgD", - "IAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.JNIDOJLNOFD), global::EggLink.DanhengServer.Proto.JNIDOJLNOFD.Parser, new[]{ "GachaId", "GachaCount", "FPFCKNICPPJ" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class JNIDOJLNOFD : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new JNIDOJLNOFD()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.JNIDOJLNOFDReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public JNIDOJLNOFD() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public JNIDOJLNOFD(JNIDOJLNOFD other) : this() { - gachaId_ = other.gachaId_; - gachaCount_ = other.gachaCount_; - fPFCKNICPPJ_ = other.fPFCKNICPPJ_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public JNIDOJLNOFD Clone() { - return new JNIDOJLNOFD(this); - } - - /// Field number for the "gacha_id" field. - public const int GachaIdFieldNumber = 5; - private uint gachaId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint GachaId { - get { return gachaId_; } - set { - gachaId_ = value; - } - } - - /// Field number for the "gacha_count" field. - public const int GachaCountFieldNumber = 6; - private uint gachaCount_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint GachaCount { - get { return gachaCount_; } - set { - gachaCount_ = value; - } - } - - /// Field number for the "FPFCKNICPPJ" field. - public const int FPFCKNICPPJFieldNumber = 3; - private uint fPFCKNICPPJ_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint FPFCKNICPPJ { - get { return fPFCKNICPPJ_; } - set { - fPFCKNICPPJ_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as JNIDOJLNOFD); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(JNIDOJLNOFD other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (GachaId != other.GachaId) return false; - if (GachaCount != other.GachaCount) return false; - if (FPFCKNICPPJ != other.FPFCKNICPPJ) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (GachaId != 0) hash ^= GachaId.GetHashCode(); - if (GachaCount != 0) hash ^= GachaCount.GetHashCode(); - if (FPFCKNICPPJ != 0) hash ^= FPFCKNICPPJ.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (FPFCKNICPPJ != 0) { - output.WriteRawTag(24); - output.WriteUInt32(FPFCKNICPPJ); - } - if (GachaId != 0) { - output.WriteRawTag(40); - output.WriteUInt32(GachaId); - } - if (GachaCount != 0) { - output.WriteRawTag(48); - output.WriteUInt32(GachaCount); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (FPFCKNICPPJ != 0) { - output.WriteRawTag(24); - output.WriteUInt32(FPFCKNICPPJ); - } - if (GachaId != 0) { - output.WriteRawTag(40); - output.WriteUInt32(GachaId); - } - if (GachaCount != 0) { - output.WriteRawTag(48); - output.WriteUInt32(GachaCount); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (GachaId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GachaId); - } - if (GachaCount != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GachaCount); - } - if (FPFCKNICPPJ != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FPFCKNICPPJ); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(JNIDOJLNOFD other) { - if (other == null) { - return; - } - if (other.GachaId != 0) { - GachaId = other.GachaId; - } - if (other.GachaCount != 0) { - GachaCount = other.GachaCount; - } - if (other.FPFCKNICPPJ != 0) { - FPFCKNICPPJ = other.FPFCKNICPPJ; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 24: { - FPFCKNICPPJ = input.ReadUInt32(); - break; - } - case 40: { - GachaId = input.ReadUInt32(); - break; - } - case 48: { - GachaCount = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 24: { - FPFCKNICPPJ = input.ReadUInt32(); - break; - } - case 40: { - GachaId = input.ReadUInt32(); - break; - } - case 48: { - GachaCount = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/JNIPIAADOIP.cs b/Proto/JNIPIAADOIP.cs deleted file mode 100644 index 3aee655d..00000000 --- a/Proto/JNIPIAADOIP.cs +++ /dev/null @@ -1,421 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: JNIPIAADOIP.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from JNIPIAADOIP.proto - public static partial class JNIPIAADOIPReflection { - - #region Descriptor - /// File descriptor for JNIPIAADOIP.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static JNIPIAADOIPReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFKTklQSUFBRE9JUC5wcm90byKLAQoLSk5JUElBQURPSVASEwoLQkNGQkZN", - "TUVOSksYCSABKAMSEwoLQklJTk5DTkRQQ0cYBCABKAgSEwoLQkxNTkVLRlBB", - "R0gYDyABKA0SEwoLTUxHRkpHQ0hPTkgYBiABKA0SEwoLREtISUdDSVBFS0YY", - "CiABKAgSEwoLSEpOT0lFTkdFREwYAyABKA1CHqoCG0VnZ0xpbmsuRGFuaGVu", - "Z1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.JNIPIAADOIP), global::EggLink.DanhengServer.Proto.JNIPIAADOIP.Parser, new[]{ "BCFBFMMENJK", "BIINNCNDPCG", "BLMNEKFPAGH", "MLGFJGCHONH", "DKHIGCIPEKF", "HJNOIENGEDL" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class JNIPIAADOIP : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new JNIPIAADOIP()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.JNIPIAADOIPReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public JNIPIAADOIP() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public JNIPIAADOIP(JNIPIAADOIP other) : this() { - bCFBFMMENJK_ = other.bCFBFMMENJK_; - bIINNCNDPCG_ = other.bIINNCNDPCG_; - bLMNEKFPAGH_ = other.bLMNEKFPAGH_; - mLGFJGCHONH_ = other.mLGFJGCHONH_; - dKHIGCIPEKF_ = other.dKHIGCIPEKF_; - hJNOIENGEDL_ = other.hJNOIENGEDL_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public JNIPIAADOIP Clone() { - return new JNIPIAADOIP(this); - } - - /// Field number for the "BCFBFMMENJK" field. - public const int BCFBFMMENJKFieldNumber = 9; - private long bCFBFMMENJK_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public long BCFBFMMENJK { - get { return bCFBFMMENJK_; } - set { - bCFBFMMENJK_ = value; - } - } - - /// Field number for the "BIINNCNDPCG" field. - public const int BIINNCNDPCGFieldNumber = 4; - private bool bIINNCNDPCG_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool BIINNCNDPCG { - get { return bIINNCNDPCG_; } - set { - bIINNCNDPCG_ = value; - } - } - - /// Field number for the "BLMNEKFPAGH" field. - public const int BLMNEKFPAGHFieldNumber = 15; - private uint bLMNEKFPAGH_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint BLMNEKFPAGH { - get { return bLMNEKFPAGH_; } - set { - bLMNEKFPAGH_ = value; - } - } - - /// Field number for the "MLGFJGCHONH" field. - public const int MLGFJGCHONHFieldNumber = 6; - private uint mLGFJGCHONH_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint MLGFJGCHONH { - get { return mLGFJGCHONH_; } - set { - mLGFJGCHONH_ = value; - } - } - - /// Field number for the "DKHIGCIPEKF" field. - public const int DKHIGCIPEKFFieldNumber = 10; - private bool dKHIGCIPEKF_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool DKHIGCIPEKF { - get { return dKHIGCIPEKF_; } - set { - dKHIGCIPEKF_ = value; - } - } - - /// Field number for the "HJNOIENGEDL" field. - public const int HJNOIENGEDLFieldNumber = 3; - private uint hJNOIENGEDL_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint HJNOIENGEDL { - get { return hJNOIENGEDL_; } - set { - hJNOIENGEDL_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as JNIPIAADOIP); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(JNIPIAADOIP other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (BCFBFMMENJK != other.BCFBFMMENJK) return false; - if (BIINNCNDPCG != other.BIINNCNDPCG) return false; - if (BLMNEKFPAGH != other.BLMNEKFPAGH) return false; - if (MLGFJGCHONH != other.MLGFJGCHONH) return false; - if (DKHIGCIPEKF != other.DKHIGCIPEKF) return false; - if (HJNOIENGEDL != other.HJNOIENGEDL) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (BCFBFMMENJK != 0L) hash ^= BCFBFMMENJK.GetHashCode(); - if (BIINNCNDPCG != false) hash ^= BIINNCNDPCG.GetHashCode(); - if (BLMNEKFPAGH != 0) hash ^= BLMNEKFPAGH.GetHashCode(); - if (MLGFJGCHONH != 0) hash ^= MLGFJGCHONH.GetHashCode(); - if (DKHIGCIPEKF != false) hash ^= DKHIGCIPEKF.GetHashCode(); - if (HJNOIENGEDL != 0) hash ^= HJNOIENGEDL.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (HJNOIENGEDL != 0) { - output.WriteRawTag(24); - output.WriteUInt32(HJNOIENGEDL); - } - if (BIINNCNDPCG != false) { - output.WriteRawTag(32); - output.WriteBool(BIINNCNDPCG); - } - if (MLGFJGCHONH != 0) { - output.WriteRawTag(48); - output.WriteUInt32(MLGFJGCHONH); - } - if (BCFBFMMENJK != 0L) { - output.WriteRawTag(72); - output.WriteInt64(BCFBFMMENJK); - } - if (DKHIGCIPEKF != false) { - output.WriteRawTag(80); - output.WriteBool(DKHIGCIPEKF); - } - if (BLMNEKFPAGH != 0) { - output.WriteRawTag(120); - output.WriteUInt32(BLMNEKFPAGH); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (HJNOIENGEDL != 0) { - output.WriteRawTag(24); - output.WriteUInt32(HJNOIENGEDL); - } - if (BIINNCNDPCG != false) { - output.WriteRawTag(32); - output.WriteBool(BIINNCNDPCG); - } - if (MLGFJGCHONH != 0) { - output.WriteRawTag(48); - output.WriteUInt32(MLGFJGCHONH); - } - if (BCFBFMMENJK != 0L) { - output.WriteRawTag(72); - output.WriteInt64(BCFBFMMENJK); - } - if (DKHIGCIPEKF != false) { - output.WriteRawTag(80); - output.WriteBool(DKHIGCIPEKF); - } - if (BLMNEKFPAGH != 0) { - output.WriteRawTag(120); - output.WriteUInt32(BLMNEKFPAGH); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (BCFBFMMENJK != 0L) { - size += 1 + pb::CodedOutputStream.ComputeInt64Size(BCFBFMMENJK); - } - if (BIINNCNDPCG != false) { - size += 1 + 1; - } - if (BLMNEKFPAGH != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BLMNEKFPAGH); - } - if (MLGFJGCHONH != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MLGFJGCHONH); - } - if (DKHIGCIPEKF != false) { - size += 1 + 1; - } - if (HJNOIENGEDL != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HJNOIENGEDL); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(JNIPIAADOIP other) { - if (other == null) { - return; - } - if (other.BCFBFMMENJK != 0L) { - BCFBFMMENJK = other.BCFBFMMENJK; - } - if (other.BIINNCNDPCG != false) { - BIINNCNDPCG = other.BIINNCNDPCG; - } - if (other.BLMNEKFPAGH != 0) { - BLMNEKFPAGH = other.BLMNEKFPAGH; - } - if (other.MLGFJGCHONH != 0) { - MLGFJGCHONH = other.MLGFJGCHONH; - } - if (other.DKHIGCIPEKF != false) { - DKHIGCIPEKF = other.DKHIGCIPEKF; - } - if (other.HJNOIENGEDL != 0) { - HJNOIENGEDL = other.HJNOIENGEDL; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 24: { - HJNOIENGEDL = input.ReadUInt32(); - break; - } - case 32: { - BIINNCNDPCG = input.ReadBool(); - break; - } - case 48: { - MLGFJGCHONH = input.ReadUInt32(); - break; - } - case 72: { - BCFBFMMENJK = input.ReadInt64(); - break; - } - case 80: { - DKHIGCIPEKF = input.ReadBool(); - break; - } - case 120: { - BLMNEKFPAGH = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 24: { - HJNOIENGEDL = input.ReadUInt32(); - break; - } - case 32: { - BIINNCNDPCG = input.ReadBool(); - break; - } - case 48: { - MLGFJGCHONH = input.ReadUInt32(); - break; - } - case 72: { - BCFBFMMENJK = input.ReadInt64(); - break; - } - case 80: { - DKHIGCIPEKF = input.ReadBool(); - break; - } - case 120: { - BLMNEKFPAGH = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/JOFGDAIADBO.cs b/Proto/JOFGDAIADBO.cs index 3fae5e1f..8fda6213 100644 --- a/Proto/JOFGDAIADBO.cs +++ b/Proto/JOFGDAIADBO.cs @@ -24,23 +24,23 @@ namespace EggLink.DanhengServer.Proto { static JOFGDAIADBOReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFKT0ZHREFJQURCTy5wcm90bxoRRExMSk1JQUdIREQucHJvdG8aEUNHT01O", - "TEJMSkdILnByb3RvGhFQT0hOSUlGTENHRS5wcm90bxoRQ0JPRU1FSklGRkUu", - "cHJvdG8aEUVGSEFCRE9GS0RFLnByb3RvGhFCS09ESEFFRUNKSC5wcm90byKO", - "AwoLSk9GR0RBSUFEQk8SIwoLUEdNQkxMT09CTUEYDyABKAsyDC5ETExKTUlB", - "R0hEREgAEiMKC0dJTERKUEtEUE5OGAMgASgLMgwuRUZIQUJET0ZLREVIABIj", - "CgtCT0xBSVBMRUZQSRgOIAEoCzIMLkNHT01OTEJMSkdISAASIwoLR0VOUEtE", - "QUVJSEMYByABKAsyDC5QT0hOSUlGTENHRUgAEiMKC0pGTkhQSUVHTU1NGAIg", - "ASgLMgwuQktPREhBRUVDSkhIABIjCgtKTEVGTkhJS0ZPQxgIIAEoCzIMLkNC", - "T0VNRUpJRkZFSAASEwoLRk9NSkxGSkNLREIYCyABKAgSEwoLQ0hOTElPS0dM", - "QlAYDCABKAgSEwoLUEtMQ05ISUNHSUEYDSABKAgSEwoLQktNQU1HQVBFR0gY", - "CSABKA0SEwoLSE9JT0tCS0dGRE4YBCABKA0SEwoLTEpIRU9DSEhDQUIYCiAB", - "KAMSEwoLREFKSkpGQ0hPT0oYBiABKA1CDgoMY29udGVudF9jYXNlQh6qAhtF", - "Z2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "ChFKT0ZHREFJQURCTy5wcm90bxoRUE9ITklJRkxDR0UucHJvdG8aEUNHT01O", + "TEJMSkdILnByb3RvGhFCS09ESEFFRUNKSC5wcm90bxoRQ0JPRU1FSklGRkUu", + "cHJvdG8aEUVGSEFCRE9GS0RFLnByb3RvGhFETExKTUlBR0hERC5wcm90byKN", + "AwoLSk9GR0RBSUFEQk8SEwoLRk9NSkxGSkNLREIYCyABKAgSEwoLQ0hOTElP", + "S0dMQlAYDCABKAgSEwoLUEtMQ05ISUNHSUEYDSABKAgSEwoLQktNQU1HQVBF", + "R0gYCSABKA0SEwoLSE9JT0tCS0dGRE4YBCABKA0SEwoLTEpIRU9DSEhDQUIY", + "CiABKAMSEwoLREFKSkpGQ0hPT0oYBiABKA0SIwoLUEdNQkxMT09CTUEYDyAB", + "KAsyDC5ETExKTUlBR0hEREgAEiMKC0dJTERKUEtEUE5OGAMgASgLMgwuRUZI", + "QUJET0ZLREVIABIjCgtCT0xBSVBMRUZQSRgOIAEoCzIMLkNHT01OTEJMSkdI", + "SAASIwoLR0VOUEtEQUVJSEMYByABKAsyDC5QT0hOSUlGTENHRUgAEiMKC0pG", + "TkhQSUVHTU1NGAIgASgLMgwuQktPREhBRUVDSkhIABIjCgtKTEVGTkhJS0ZP", + "QxgIIAEoCzIMLkNCT0VNRUpJRkZFSABCDQoLTUxPT0hNSU1JT0ZCHqoCG0Vn", + "Z0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DLLJMIAGHDDReflection.Descriptor, global::EggLink.DanhengServer.Proto.CGOMNLBLJGHReflection.Descriptor, global::EggLink.DanhengServer.Proto.POHNIIFLCGEReflection.Descriptor, global::EggLink.DanhengServer.Proto.CBOEMEJIFFEReflection.Descriptor, global::EggLink.DanhengServer.Proto.EFHABDOFKDEReflection.Descriptor, global::EggLink.DanhengServer.Proto.BKODHAEECJHReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.POHNIIFLCGEReflection.Descriptor, global::EggLink.DanhengServer.Proto.CGOMNLBLJGHReflection.Descriptor, global::EggLink.DanhengServer.Proto.BKODHAEECJHReflection.Descriptor, global::EggLink.DanhengServer.Proto.CBOEMEJIFFEReflection.Descriptor, global::EggLink.DanhengServer.Proto.EFHABDOFKDEReflection.Descriptor, global::EggLink.DanhengServer.Proto.DLLJMIAGHDDReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.JOFGDAIADBO), global::EggLink.DanhengServer.Proto.JOFGDAIADBO.Parser, new[]{ "PGMBLLOOBMA", "GILDJPKDPNN", "BOLAIPLEFPI", "GENPKDAEIHC", "JFNHPIEGMMM", "JLEFNHIKFOC", "FOMJLFJCKDB", "CHNLIOKGLBP", "PKLCNHICGIA", "BKMAMGAPEGH", "HOIOKBKGFDN", "LJHEOCHHCAB", "DAJJJFCHOOJ" }, new[]{ "ContentCase" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.JOFGDAIADBO), global::EggLink.DanhengServer.Proto.JOFGDAIADBO.Parser, new[]{ "FOMJLFJCKDB", "CHNLIOKGLBP", "PKLCNHICGIA", "BKMAMGAPEGH", "HOIOKBKGFDN", "LJHEOCHHCAB", "DAJJJFCHOOJ", "PGMBLLOOBMA", "GILDJPKDPNN", "BOLAIPLEFPI", "GENPKDAEIHC", "JFNHPIEGMMM", "JLEFNHIKFOC" }, new[]{ "MLOOHMIMIOF" }, null, null, null) })); } #endregion @@ -89,23 +89,23 @@ namespace EggLink.DanhengServer.Proto { hOIOKBKGFDN_ = other.hOIOKBKGFDN_; lJHEOCHHCAB_ = other.lJHEOCHHCAB_; dAJJJFCHOOJ_ = other.dAJJJFCHOOJ_; - switch (other.ContentCaseCase) { - case ContentCaseOneofCase.PGMBLLOOBMA: + switch (other.MLOOHMIMIOFCase) { + case MLOOHMIMIOFOneofCase.PGMBLLOOBMA: PGMBLLOOBMA = other.PGMBLLOOBMA.Clone(); break; - case ContentCaseOneofCase.GILDJPKDPNN: + case MLOOHMIMIOFOneofCase.GILDJPKDPNN: GILDJPKDPNN = other.GILDJPKDPNN.Clone(); break; - case ContentCaseOneofCase.BOLAIPLEFPI: + case MLOOHMIMIOFOneofCase.BOLAIPLEFPI: BOLAIPLEFPI = other.BOLAIPLEFPI.Clone(); break; - case ContentCaseOneofCase.GENPKDAEIHC: + case MLOOHMIMIOFOneofCase.GENPKDAEIHC: GENPKDAEIHC = other.GENPKDAEIHC.Clone(); break; - case ContentCaseOneofCase.JFNHPIEGMMM: + case MLOOHMIMIOFOneofCase.JFNHPIEGMMM: JFNHPIEGMMM = other.JFNHPIEGMMM.Clone(); break; - case ContentCaseOneofCase.JLEFNHIKFOC: + case MLOOHMIMIOFOneofCase.JLEFNHIKFOC: JLEFNHIKFOC = other.JLEFNHIKFOC.Clone(); break; } @@ -119,78 +119,6 @@ namespace EggLink.DanhengServer.Proto { return new JOFGDAIADBO(this); } - /// Field number for the "PGMBLLOOBMA" field. - public const int PGMBLLOOBMAFieldNumber = 15; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.DLLJMIAGHDD PGMBLLOOBMA { - get { return contentCaseCase_ == ContentCaseOneofCase.PGMBLLOOBMA ? (global::EggLink.DanhengServer.Proto.DLLJMIAGHDD) contentCase_ : null; } - set { - contentCase_ = value; - contentCaseCase_ = value == null ? ContentCaseOneofCase.None : ContentCaseOneofCase.PGMBLLOOBMA; - } - } - - /// Field number for the "GILDJPKDPNN" field. - public const int GILDJPKDPNNFieldNumber = 3; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.EFHABDOFKDE GILDJPKDPNN { - get { return contentCaseCase_ == ContentCaseOneofCase.GILDJPKDPNN ? (global::EggLink.DanhengServer.Proto.EFHABDOFKDE) contentCase_ : null; } - set { - contentCase_ = value; - contentCaseCase_ = value == null ? ContentCaseOneofCase.None : ContentCaseOneofCase.GILDJPKDPNN; - } - } - - /// Field number for the "BOLAIPLEFPI" field. - public const int BOLAIPLEFPIFieldNumber = 14; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.CGOMNLBLJGH BOLAIPLEFPI { - get { return contentCaseCase_ == ContentCaseOneofCase.BOLAIPLEFPI ? (global::EggLink.DanhengServer.Proto.CGOMNLBLJGH) contentCase_ : null; } - set { - contentCase_ = value; - contentCaseCase_ = value == null ? ContentCaseOneofCase.None : ContentCaseOneofCase.BOLAIPLEFPI; - } - } - - /// Field number for the "GENPKDAEIHC" field. - public const int GENPKDAEIHCFieldNumber = 7; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.POHNIIFLCGE GENPKDAEIHC { - get { return contentCaseCase_ == ContentCaseOneofCase.GENPKDAEIHC ? (global::EggLink.DanhengServer.Proto.POHNIIFLCGE) contentCase_ : null; } - set { - contentCase_ = value; - contentCaseCase_ = value == null ? ContentCaseOneofCase.None : ContentCaseOneofCase.GENPKDAEIHC; - } - } - - /// Field number for the "JFNHPIEGMMM" field. - public const int JFNHPIEGMMMFieldNumber = 2; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.BKODHAEECJH JFNHPIEGMMM { - get { return contentCaseCase_ == ContentCaseOneofCase.JFNHPIEGMMM ? (global::EggLink.DanhengServer.Proto.BKODHAEECJH) contentCase_ : null; } - set { - contentCase_ = value; - contentCaseCase_ = value == null ? ContentCaseOneofCase.None : ContentCaseOneofCase.JFNHPIEGMMM; - } - } - - /// Field number for the "JLEFNHIKFOC" field. - public const int JLEFNHIKFOCFieldNumber = 8; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.CBOEMEJIFFE JLEFNHIKFOC { - get { return contentCaseCase_ == ContentCaseOneofCase.JLEFNHIKFOC ? (global::EggLink.DanhengServer.Proto.CBOEMEJIFFE) contentCase_ : null; } - set { - contentCase_ = value; - contentCaseCase_ = value == null ? ContentCaseOneofCase.None : ContentCaseOneofCase.JLEFNHIKFOC; - } - } - /// Field number for the "FOMJLFJCKDB" field. public const int FOMJLFJCKDBFieldNumber = 11; private bool fOMJLFJCKDB_; @@ -275,9 +203,81 @@ namespace EggLink.DanhengServer.Proto { } } - private object contentCase_; - /// Enum of possible cases for the "content_case" oneof. - public enum ContentCaseOneofCase { + /// Field number for the "PGMBLLOOBMA" field. + public const int PGMBLLOOBMAFieldNumber = 15; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.DLLJMIAGHDD PGMBLLOOBMA { + get { return mLOOHMIMIOFCase_ == MLOOHMIMIOFOneofCase.PGMBLLOOBMA ? (global::EggLink.DanhengServer.Proto.DLLJMIAGHDD) mLOOHMIMIOF_ : null; } + set { + mLOOHMIMIOF_ = value; + mLOOHMIMIOFCase_ = value == null ? MLOOHMIMIOFOneofCase.None : MLOOHMIMIOFOneofCase.PGMBLLOOBMA; + } + } + + /// Field number for the "GILDJPKDPNN" field. + public const int GILDJPKDPNNFieldNumber = 3; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.EFHABDOFKDE GILDJPKDPNN { + get { return mLOOHMIMIOFCase_ == MLOOHMIMIOFOneofCase.GILDJPKDPNN ? (global::EggLink.DanhengServer.Proto.EFHABDOFKDE) mLOOHMIMIOF_ : null; } + set { + mLOOHMIMIOF_ = value; + mLOOHMIMIOFCase_ = value == null ? MLOOHMIMIOFOneofCase.None : MLOOHMIMIOFOneofCase.GILDJPKDPNN; + } + } + + /// Field number for the "BOLAIPLEFPI" field. + public const int BOLAIPLEFPIFieldNumber = 14; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.CGOMNLBLJGH BOLAIPLEFPI { + get { return mLOOHMIMIOFCase_ == MLOOHMIMIOFOneofCase.BOLAIPLEFPI ? (global::EggLink.DanhengServer.Proto.CGOMNLBLJGH) mLOOHMIMIOF_ : null; } + set { + mLOOHMIMIOF_ = value; + mLOOHMIMIOFCase_ = value == null ? MLOOHMIMIOFOneofCase.None : MLOOHMIMIOFOneofCase.BOLAIPLEFPI; + } + } + + /// Field number for the "GENPKDAEIHC" field. + public const int GENPKDAEIHCFieldNumber = 7; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.POHNIIFLCGE GENPKDAEIHC { + get { return mLOOHMIMIOFCase_ == MLOOHMIMIOFOneofCase.GENPKDAEIHC ? (global::EggLink.DanhengServer.Proto.POHNIIFLCGE) mLOOHMIMIOF_ : null; } + set { + mLOOHMIMIOF_ = value; + mLOOHMIMIOFCase_ = value == null ? MLOOHMIMIOFOneofCase.None : MLOOHMIMIOFOneofCase.GENPKDAEIHC; + } + } + + /// Field number for the "JFNHPIEGMMM" field. + public const int JFNHPIEGMMMFieldNumber = 2; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.BKODHAEECJH JFNHPIEGMMM { + get { return mLOOHMIMIOFCase_ == MLOOHMIMIOFOneofCase.JFNHPIEGMMM ? (global::EggLink.DanhengServer.Proto.BKODHAEECJH) mLOOHMIMIOF_ : null; } + set { + mLOOHMIMIOF_ = value; + mLOOHMIMIOFCase_ = value == null ? MLOOHMIMIOFOneofCase.None : MLOOHMIMIOFOneofCase.JFNHPIEGMMM; + } + } + + /// Field number for the "JLEFNHIKFOC" field. + public const int JLEFNHIKFOCFieldNumber = 8; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.CBOEMEJIFFE JLEFNHIKFOC { + get { return mLOOHMIMIOFCase_ == MLOOHMIMIOFOneofCase.JLEFNHIKFOC ? (global::EggLink.DanhengServer.Proto.CBOEMEJIFFE) mLOOHMIMIOF_ : null; } + set { + mLOOHMIMIOF_ = value; + mLOOHMIMIOFCase_ = value == null ? MLOOHMIMIOFOneofCase.None : MLOOHMIMIOFOneofCase.JLEFNHIKFOC; + } + } + + private object mLOOHMIMIOF_; + /// Enum of possible cases for the "MLOOHMIMIOF" oneof. + public enum MLOOHMIMIOFOneofCase { None = 0, PGMBLLOOBMA = 15, GILDJPKDPNN = 3, @@ -286,18 +286,18 @@ namespace EggLink.DanhengServer.Proto { JFNHPIEGMMM = 2, JLEFNHIKFOC = 8, } - private ContentCaseOneofCase contentCaseCase_ = ContentCaseOneofCase.None; + private MLOOHMIMIOFOneofCase mLOOHMIMIOFCase_ = MLOOHMIMIOFOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ContentCaseOneofCase ContentCaseCase { - get { return contentCaseCase_; } + public MLOOHMIMIOFOneofCase MLOOHMIMIOFCase { + get { return mLOOHMIMIOFCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearContentCase() { - contentCaseCase_ = ContentCaseOneofCase.None; - contentCase_ = null; + public void ClearMLOOHMIMIOF() { + mLOOHMIMIOFCase_ = MLOOHMIMIOFOneofCase.None; + mLOOHMIMIOF_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -315,12 +315,6 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (!object.Equals(PGMBLLOOBMA, other.PGMBLLOOBMA)) return false; - if (!object.Equals(GILDJPKDPNN, other.GILDJPKDPNN)) return false; - if (!object.Equals(BOLAIPLEFPI, other.BOLAIPLEFPI)) return false; - if (!object.Equals(GENPKDAEIHC, other.GENPKDAEIHC)) return false; - if (!object.Equals(JFNHPIEGMMM, other.JFNHPIEGMMM)) return false; - if (!object.Equals(JLEFNHIKFOC, other.JLEFNHIKFOC)) return false; if (FOMJLFJCKDB != other.FOMJLFJCKDB) return false; if (CHNLIOKGLBP != other.CHNLIOKGLBP) return false; if (PKLCNHICGIA != other.PKLCNHICGIA) return false; @@ -328,7 +322,13 @@ namespace EggLink.DanhengServer.Proto { if (HOIOKBKGFDN != other.HOIOKBKGFDN) return false; if (LJHEOCHHCAB != other.LJHEOCHHCAB) return false; if (DAJJJFCHOOJ != other.DAJJJFCHOOJ) return false; - if (ContentCaseCase != other.ContentCaseCase) return false; + if (!object.Equals(PGMBLLOOBMA, other.PGMBLLOOBMA)) return false; + if (!object.Equals(GILDJPKDPNN, other.GILDJPKDPNN)) return false; + if (!object.Equals(BOLAIPLEFPI, other.BOLAIPLEFPI)) return false; + if (!object.Equals(GENPKDAEIHC, other.GENPKDAEIHC)) return false; + if (!object.Equals(JFNHPIEGMMM, other.JFNHPIEGMMM)) return false; + if (!object.Equals(JLEFNHIKFOC, other.JLEFNHIKFOC)) return false; + if (MLOOHMIMIOFCase != other.MLOOHMIMIOFCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -336,12 +336,6 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (contentCaseCase_ == ContentCaseOneofCase.PGMBLLOOBMA) hash ^= PGMBLLOOBMA.GetHashCode(); - if (contentCaseCase_ == ContentCaseOneofCase.GILDJPKDPNN) hash ^= GILDJPKDPNN.GetHashCode(); - if (contentCaseCase_ == ContentCaseOneofCase.BOLAIPLEFPI) hash ^= BOLAIPLEFPI.GetHashCode(); - if (contentCaseCase_ == ContentCaseOneofCase.GENPKDAEIHC) hash ^= GENPKDAEIHC.GetHashCode(); - if (contentCaseCase_ == ContentCaseOneofCase.JFNHPIEGMMM) hash ^= JFNHPIEGMMM.GetHashCode(); - if (contentCaseCase_ == ContentCaseOneofCase.JLEFNHIKFOC) hash ^= JLEFNHIKFOC.GetHashCode(); if (FOMJLFJCKDB != false) hash ^= FOMJLFJCKDB.GetHashCode(); if (CHNLIOKGLBP != false) hash ^= CHNLIOKGLBP.GetHashCode(); if (PKLCNHICGIA != false) hash ^= PKLCNHICGIA.GetHashCode(); @@ -349,7 +343,13 @@ namespace EggLink.DanhengServer.Proto { if (HOIOKBKGFDN != 0) hash ^= HOIOKBKGFDN.GetHashCode(); if (LJHEOCHHCAB != 0L) hash ^= LJHEOCHHCAB.GetHashCode(); if (DAJJJFCHOOJ != 0) hash ^= DAJJJFCHOOJ.GetHashCode(); - hash ^= (int) contentCaseCase_; + if (mLOOHMIMIOFCase_ == MLOOHMIMIOFOneofCase.PGMBLLOOBMA) hash ^= PGMBLLOOBMA.GetHashCode(); + if (mLOOHMIMIOFCase_ == MLOOHMIMIOFOneofCase.GILDJPKDPNN) hash ^= GILDJPKDPNN.GetHashCode(); + if (mLOOHMIMIOFCase_ == MLOOHMIMIOFOneofCase.BOLAIPLEFPI) hash ^= BOLAIPLEFPI.GetHashCode(); + if (mLOOHMIMIOFCase_ == MLOOHMIMIOFOneofCase.GENPKDAEIHC) hash ^= GENPKDAEIHC.GetHashCode(); + if (mLOOHMIMIOFCase_ == MLOOHMIMIOFOneofCase.JFNHPIEGMMM) hash ^= JFNHPIEGMMM.GetHashCode(); + if (mLOOHMIMIOFCase_ == MLOOHMIMIOFOneofCase.JLEFNHIKFOC) hash ^= JLEFNHIKFOC.GetHashCode(); + hash ^= (int) mLOOHMIMIOFCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -368,11 +368,11 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (contentCaseCase_ == ContentCaseOneofCase.JFNHPIEGMMM) { + if (mLOOHMIMIOFCase_ == MLOOHMIMIOFOneofCase.JFNHPIEGMMM) { output.WriteRawTag(18); output.WriteMessage(JFNHPIEGMMM); } - if (contentCaseCase_ == ContentCaseOneofCase.GILDJPKDPNN) { + if (mLOOHMIMIOFCase_ == MLOOHMIMIOFOneofCase.GILDJPKDPNN) { output.WriteRawTag(26); output.WriteMessage(GILDJPKDPNN); } @@ -384,11 +384,11 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(48); output.WriteUInt32(DAJJJFCHOOJ); } - if (contentCaseCase_ == ContentCaseOneofCase.GENPKDAEIHC) { + if (mLOOHMIMIOFCase_ == MLOOHMIMIOFOneofCase.GENPKDAEIHC) { output.WriteRawTag(58); output.WriteMessage(GENPKDAEIHC); } - if (contentCaseCase_ == ContentCaseOneofCase.JLEFNHIKFOC) { + if (mLOOHMIMIOFCase_ == MLOOHMIMIOFOneofCase.JLEFNHIKFOC) { output.WriteRawTag(66); output.WriteMessage(JLEFNHIKFOC); } @@ -412,11 +412,11 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(104); output.WriteBool(PKLCNHICGIA); } - if (contentCaseCase_ == ContentCaseOneofCase.BOLAIPLEFPI) { + if (mLOOHMIMIOFCase_ == MLOOHMIMIOFOneofCase.BOLAIPLEFPI) { output.WriteRawTag(114); output.WriteMessage(BOLAIPLEFPI); } - if (contentCaseCase_ == ContentCaseOneofCase.PGMBLLOOBMA) { + if (mLOOHMIMIOFCase_ == MLOOHMIMIOFOneofCase.PGMBLLOOBMA) { output.WriteRawTag(122); output.WriteMessage(PGMBLLOOBMA); } @@ -430,11 +430,11 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (contentCaseCase_ == ContentCaseOneofCase.JFNHPIEGMMM) { + if (mLOOHMIMIOFCase_ == MLOOHMIMIOFOneofCase.JFNHPIEGMMM) { output.WriteRawTag(18); output.WriteMessage(JFNHPIEGMMM); } - if (contentCaseCase_ == ContentCaseOneofCase.GILDJPKDPNN) { + if (mLOOHMIMIOFCase_ == MLOOHMIMIOFOneofCase.GILDJPKDPNN) { output.WriteRawTag(26); output.WriteMessage(GILDJPKDPNN); } @@ -446,11 +446,11 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(48); output.WriteUInt32(DAJJJFCHOOJ); } - if (contentCaseCase_ == ContentCaseOneofCase.GENPKDAEIHC) { + if (mLOOHMIMIOFCase_ == MLOOHMIMIOFOneofCase.GENPKDAEIHC) { output.WriteRawTag(58); output.WriteMessage(GENPKDAEIHC); } - if (contentCaseCase_ == ContentCaseOneofCase.JLEFNHIKFOC) { + if (mLOOHMIMIOFCase_ == MLOOHMIMIOFOneofCase.JLEFNHIKFOC) { output.WriteRawTag(66); output.WriteMessage(JLEFNHIKFOC); } @@ -474,11 +474,11 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(104); output.WriteBool(PKLCNHICGIA); } - if (contentCaseCase_ == ContentCaseOneofCase.BOLAIPLEFPI) { + if (mLOOHMIMIOFCase_ == MLOOHMIMIOFOneofCase.BOLAIPLEFPI) { output.WriteRawTag(114); output.WriteMessage(BOLAIPLEFPI); } - if (contentCaseCase_ == ContentCaseOneofCase.PGMBLLOOBMA) { + if (mLOOHMIMIOFCase_ == MLOOHMIMIOFOneofCase.PGMBLLOOBMA) { output.WriteRawTag(122); output.WriteMessage(PGMBLLOOBMA); } @@ -492,24 +492,6 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (contentCaseCase_ == ContentCaseOneofCase.PGMBLLOOBMA) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(PGMBLLOOBMA); - } - if (contentCaseCase_ == ContentCaseOneofCase.GILDJPKDPNN) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(GILDJPKDPNN); - } - if (contentCaseCase_ == ContentCaseOneofCase.BOLAIPLEFPI) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(BOLAIPLEFPI); - } - if (contentCaseCase_ == ContentCaseOneofCase.GENPKDAEIHC) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(GENPKDAEIHC); - } - if (contentCaseCase_ == ContentCaseOneofCase.JFNHPIEGMMM) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(JFNHPIEGMMM); - } - if (contentCaseCase_ == ContentCaseOneofCase.JLEFNHIKFOC) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(JLEFNHIKFOC); - } if (FOMJLFJCKDB != false) { size += 1 + 1; } @@ -531,6 +513,24 @@ namespace EggLink.DanhengServer.Proto { if (DAJJJFCHOOJ != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DAJJJFCHOOJ); } + if (mLOOHMIMIOFCase_ == MLOOHMIMIOFOneofCase.PGMBLLOOBMA) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(PGMBLLOOBMA); + } + if (mLOOHMIMIOFCase_ == MLOOHMIMIOFOneofCase.GILDJPKDPNN) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(GILDJPKDPNN); + } + if (mLOOHMIMIOFCase_ == MLOOHMIMIOFOneofCase.BOLAIPLEFPI) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BOLAIPLEFPI); + } + if (mLOOHMIMIOFCase_ == MLOOHMIMIOFOneofCase.GENPKDAEIHC) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(GENPKDAEIHC); + } + if (mLOOHMIMIOFCase_ == MLOOHMIMIOFOneofCase.JFNHPIEGMMM) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(JFNHPIEGMMM); + } + if (mLOOHMIMIOFCase_ == MLOOHMIMIOFOneofCase.JLEFNHIKFOC) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(JLEFNHIKFOC); + } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -564,38 +564,38 @@ namespace EggLink.DanhengServer.Proto { if (other.DAJJJFCHOOJ != 0) { DAJJJFCHOOJ = other.DAJJJFCHOOJ; } - switch (other.ContentCaseCase) { - case ContentCaseOneofCase.PGMBLLOOBMA: + switch (other.MLOOHMIMIOFCase) { + case MLOOHMIMIOFOneofCase.PGMBLLOOBMA: if (PGMBLLOOBMA == null) { PGMBLLOOBMA = new global::EggLink.DanhengServer.Proto.DLLJMIAGHDD(); } PGMBLLOOBMA.MergeFrom(other.PGMBLLOOBMA); break; - case ContentCaseOneofCase.GILDJPKDPNN: + case MLOOHMIMIOFOneofCase.GILDJPKDPNN: if (GILDJPKDPNN == null) { GILDJPKDPNN = new global::EggLink.DanhengServer.Proto.EFHABDOFKDE(); } GILDJPKDPNN.MergeFrom(other.GILDJPKDPNN); break; - case ContentCaseOneofCase.BOLAIPLEFPI: + case MLOOHMIMIOFOneofCase.BOLAIPLEFPI: if (BOLAIPLEFPI == null) { BOLAIPLEFPI = new global::EggLink.DanhengServer.Proto.CGOMNLBLJGH(); } BOLAIPLEFPI.MergeFrom(other.BOLAIPLEFPI); break; - case ContentCaseOneofCase.GENPKDAEIHC: + case MLOOHMIMIOFOneofCase.GENPKDAEIHC: if (GENPKDAEIHC == null) { GENPKDAEIHC = new global::EggLink.DanhengServer.Proto.POHNIIFLCGE(); } GENPKDAEIHC.MergeFrom(other.GENPKDAEIHC); break; - case ContentCaseOneofCase.JFNHPIEGMMM: + case MLOOHMIMIOFOneofCase.JFNHPIEGMMM: if (JFNHPIEGMMM == null) { JFNHPIEGMMM = new global::EggLink.DanhengServer.Proto.BKODHAEECJH(); } JFNHPIEGMMM.MergeFrom(other.JFNHPIEGMMM); break; - case ContentCaseOneofCase.JLEFNHIKFOC: + case MLOOHMIMIOFOneofCase.JLEFNHIKFOC: if (JLEFNHIKFOC == null) { JLEFNHIKFOC = new global::EggLink.DanhengServer.Proto.CBOEMEJIFFE(); } @@ -620,7 +620,7 @@ namespace EggLink.DanhengServer.Proto { break; case 18: { global::EggLink.DanhengServer.Proto.BKODHAEECJH subBuilder = new global::EggLink.DanhengServer.Proto.BKODHAEECJH(); - if (contentCaseCase_ == ContentCaseOneofCase.JFNHPIEGMMM) { + if (mLOOHMIMIOFCase_ == MLOOHMIMIOFOneofCase.JFNHPIEGMMM) { subBuilder.MergeFrom(JFNHPIEGMMM); } input.ReadMessage(subBuilder); @@ -629,7 +629,7 @@ namespace EggLink.DanhengServer.Proto { } case 26: { global::EggLink.DanhengServer.Proto.EFHABDOFKDE subBuilder = new global::EggLink.DanhengServer.Proto.EFHABDOFKDE(); - if (contentCaseCase_ == ContentCaseOneofCase.GILDJPKDPNN) { + if (mLOOHMIMIOFCase_ == MLOOHMIMIOFOneofCase.GILDJPKDPNN) { subBuilder.MergeFrom(GILDJPKDPNN); } input.ReadMessage(subBuilder); @@ -646,7 +646,7 @@ namespace EggLink.DanhengServer.Proto { } case 58: { global::EggLink.DanhengServer.Proto.POHNIIFLCGE subBuilder = new global::EggLink.DanhengServer.Proto.POHNIIFLCGE(); - if (contentCaseCase_ == ContentCaseOneofCase.GENPKDAEIHC) { + if (mLOOHMIMIOFCase_ == MLOOHMIMIOFOneofCase.GENPKDAEIHC) { subBuilder.MergeFrom(GENPKDAEIHC); } input.ReadMessage(subBuilder); @@ -655,7 +655,7 @@ namespace EggLink.DanhengServer.Proto { } case 66: { global::EggLink.DanhengServer.Proto.CBOEMEJIFFE subBuilder = new global::EggLink.DanhengServer.Proto.CBOEMEJIFFE(); - if (contentCaseCase_ == ContentCaseOneofCase.JLEFNHIKFOC) { + if (mLOOHMIMIOFCase_ == MLOOHMIMIOFOneofCase.JLEFNHIKFOC) { subBuilder.MergeFrom(JLEFNHIKFOC); } input.ReadMessage(subBuilder); @@ -684,7 +684,7 @@ namespace EggLink.DanhengServer.Proto { } case 114: { global::EggLink.DanhengServer.Proto.CGOMNLBLJGH subBuilder = new global::EggLink.DanhengServer.Proto.CGOMNLBLJGH(); - if (contentCaseCase_ == ContentCaseOneofCase.BOLAIPLEFPI) { + if (mLOOHMIMIOFCase_ == MLOOHMIMIOFOneofCase.BOLAIPLEFPI) { subBuilder.MergeFrom(BOLAIPLEFPI); } input.ReadMessage(subBuilder); @@ -693,7 +693,7 @@ namespace EggLink.DanhengServer.Proto { } case 122: { global::EggLink.DanhengServer.Proto.DLLJMIAGHDD subBuilder = new global::EggLink.DanhengServer.Proto.DLLJMIAGHDD(); - if (contentCaseCase_ == ContentCaseOneofCase.PGMBLLOOBMA) { + if (mLOOHMIMIOFCase_ == MLOOHMIMIOFOneofCase.PGMBLLOOBMA) { subBuilder.MergeFrom(PGMBLLOOBMA); } input.ReadMessage(subBuilder); @@ -717,7 +717,7 @@ namespace EggLink.DanhengServer.Proto { break; case 18: { global::EggLink.DanhengServer.Proto.BKODHAEECJH subBuilder = new global::EggLink.DanhengServer.Proto.BKODHAEECJH(); - if (contentCaseCase_ == ContentCaseOneofCase.JFNHPIEGMMM) { + if (mLOOHMIMIOFCase_ == MLOOHMIMIOFOneofCase.JFNHPIEGMMM) { subBuilder.MergeFrom(JFNHPIEGMMM); } input.ReadMessage(subBuilder); @@ -726,7 +726,7 @@ namespace EggLink.DanhengServer.Proto { } case 26: { global::EggLink.DanhengServer.Proto.EFHABDOFKDE subBuilder = new global::EggLink.DanhengServer.Proto.EFHABDOFKDE(); - if (contentCaseCase_ == ContentCaseOneofCase.GILDJPKDPNN) { + if (mLOOHMIMIOFCase_ == MLOOHMIMIOFOneofCase.GILDJPKDPNN) { subBuilder.MergeFrom(GILDJPKDPNN); } input.ReadMessage(subBuilder); @@ -743,7 +743,7 @@ namespace EggLink.DanhengServer.Proto { } case 58: { global::EggLink.DanhengServer.Proto.POHNIIFLCGE subBuilder = new global::EggLink.DanhengServer.Proto.POHNIIFLCGE(); - if (contentCaseCase_ == ContentCaseOneofCase.GENPKDAEIHC) { + if (mLOOHMIMIOFCase_ == MLOOHMIMIOFOneofCase.GENPKDAEIHC) { subBuilder.MergeFrom(GENPKDAEIHC); } input.ReadMessage(subBuilder); @@ -752,7 +752,7 @@ namespace EggLink.DanhengServer.Proto { } case 66: { global::EggLink.DanhengServer.Proto.CBOEMEJIFFE subBuilder = new global::EggLink.DanhengServer.Proto.CBOEMEJIFFE(); - if (contentCaseCase_ == ContentCaseOneofCase.JLEFNHIKFOC) { + if (mLOOHMIMIOFCase_ == MLOOHMIMIOFOneofCase.JLEFNHIKFOC) { subBuilder.MergeFrom(JLEFNHIKFOC); } input.ReadMessage(subBuilder); @@ -781,7 +781,7 @@ namespace EggLink.DanhengServer.Proto { } case 114: { global::EggLink.DanhengServer.Proto.CGOMNLBLJGH subBuilder = new global::EggLink.DanhengServer.Proto.CGOMNLBLJGH(); - if (contentCaseCase_ == ContentCaseOneofCase.BOLAIPLEFPI) { + if (mLOOHMIMIOFCase_ == MLOOHMIMIOFOneofCase.BOLAIPLEFPI) { subBuilder.MergeFrom(BOLAIPLEFPI); } input.ReadMessage(subBuilder); @@ -790,7 +790,7 @@ namespace EggLink.DanhengServer.Proto { } case 122: { global::EggLink.DanhengServer.Proto.DLLJMIAGHDD subBuilder = new global::EggLink.DanhengServer.Proto.DLLJMIAGHDD(); - if (contentCaseCase_ == ContentCaseOneofCase.PGMBLLOOBMA) { + if (mLOOHMIMIOFCase_ == MLOOHMIMIOFOneofCase.PGMBLLOOBMA) { subBuilder.MergeFrom(PGMBLLOOBMA); } input.ReadMessage(subBuilder); diff --git a/Proto/JOIMPGHIEFC.cs b/Proto/JOIMPGHIEFC.cs deleted file mode 100644 index de2b61fd..00000000 --- a/Proto/JOIMPGHIEFC.cs +++ /dev/null @@ -1,196 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: JOIMPGHIEFC.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from JOIMPGHIEFC.proto - public static partial class JOIMPGHIEFCReflection { - - #region Descriptor - /// File descriptor for JOIMPGHIEFC.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static JOIMPGHIEFCReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFKT0lNUEdISUVGQy5wcm90byINCgtKT0lNUEdISUVGQ0IeqgIbRWdnTGlu", - "ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.JOIMPGHIEFC), global::EggLink.DanhengServer.Proto.JOIMPGHIEFC.Parser, null, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class JOIMPGHIEFC : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new JOIMPGHIEFC()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.JOIMPGHIEFCReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public JOIMPGHIEFC() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public JOIMPGHIEFC(JOIMPGHIEFC other) : this() { - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public JOIMPGHIEFC Clone() { - return new JOIMPGHIEFC(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as JOIMPGHIEFC); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(JOIMPGHIEFC other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(JOIMPGHIEFC other) { - if (other == null) { - return; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/JOMKPEGEFMP.cs b/Proto/JOMKPEGEFMP.cs deleted file mode 100644 index 574c3811..00000000 --- a/Proto/JOMKPEGEFMP.cs +++ /dev/null @@ -1,49 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: JOMKPEGEFMP.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from JOMKPEGEFMP.proto - public static partial class JOMKPEGEFMPReflection { - - #region Descriptor - /// File descriptor for JOMKPEGEFMP.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static JOMKPEGEFMPReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFKT01LUEVHRUZNUC5wcm90bypiCgtKT01LUEVHRUZNUBIZChVNQVJCTEVf", - "VEVBTV9UWVBFX05PTkUQABIbChdNQVJCTEVfVEVBTV9UWVBFX1RFQU1fQRAB", - "EhsKF01BUkJMRV9URUFNX1RZUEVfVEVBTV9CEAJCHqoCG0VnZ0xpbmsuRGFu", - "aGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.JOMKPEGEFMP), }, null, null)); - } - #endregion - - } - #region Enums - public enum JOMKPEGEFMP { - [pbr::OriginalName("MARBLE_TEAM_TYPE_NONE")] MarbleTeamTypeNone = 0, - [pbr::OriginalName("MARBLE_TEAM_TYPE_TEAM_A")] MarbleTeamTypeTeamA = 1, - [pbr::OriginalName("MARBLE_TEAM_TYPE_TEAM_B")] MarbleTeamTypeTeamB = 2, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/JoinLineupCsReq.cs b/Proto/JoinLineupCsReq.cs index eb58396c..77632d01 100644 --- a/Proto/JoinLineupCsReq.cs +++ b/Proto/JoinLineupCsReq.cs @@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto { static JoinLineupCsReqReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChVKb2luTGluZXVwQ3NSZXEucHJvdG8aEEF2YXRhclR5cGUucHJvdG8aFUV4", - "dHJhTGluZXVwVHlwZS5wcm90byK7AQoPSm9pbkxpbmV1cENzUmVxEhYKDmJh", + "ChVKb2luTGluZXVwQ3NSZXEucHJvdG8aFUV4dHJhTGluZXVwVHlwZS5wcm90", + "bxoQQXZhdGFyVHlwZS5wcm90byK7AQoPSm9pbkxpbmV1cENzUmVxEhYKDmJh", "c2VfYXZhdGFyX2lkGAUgASgNEisKEWV4dHJhX2xpbmV1cF90eXBlGAIgASgO", "MhAuRXh0cmFMaW5ldXBUeXBlEhIKCmlzX3ZpcnR1YWwYCSABKAgSEAoIcGxh", "bmVfaWQYBiABKA0SIAoLYXZhdGFyX3R5cGUYAyABKA4yCy5BdmF0YXJUeXBl", "EgwKBHNsb3QYCiABKA0SDQoFaW5kZXgYBCABKA1CHqoCG0VnZ0xpbmsuRGFu", "aGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AvatarTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.ExtraLineupTypeReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ExtraLineupTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.AvatarTypeReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.JoinLineupCsReq), global::EggLink.DanhengServer.Proto.JoinLineupCsReq.Parser, new[]{ "BaseAvatarId", "ExtraLineupType", "IsVirtual", "PlaneId", "AvatarType", "Slot", "Index" }, null, null, null, null) })); diff --git a/Proto/KAOAHKAOHFI.cs b/Proto/KAOAHKAOHFI.cs index 897aef21..8e5ef8d5 100644 --- a/Proto/KAOAHKAOHFI.cs +++ b/Proto/KAOAHKAOHFI.cs @@ -24,16 +24,16 @@ namespace EggLink.DanhengServer.Proto { static KAOAHKAOHFIReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFLQU9BSEtBT0hGSS5wcm90bxocUHVua0xvcmRBdHRhY2tlclN0YXR1cy5w", - "cm90bxoeUHVua0xvcmRNb25zdGVyQmFzaWNJbmZvLnByb3RvGh5QdW5rTG9y", - "ZEJhdHRsZVJlY29yZExpc3QucHJvdG8irwEKC0tBT0FIS0FPSEZJEhMKC0NP", + "ChFLQU9BSEtBT0hGSS5wcm90bxoeUHVua0xvcmRCYXR0bGVSZWNvcmRMaXN0", + "LnByb3RvGhxQdW5rTG9yZEF0dGFja2VyU3RhdHVzLnByb3RvGh5QdW5rTG9y", + "ZE1vbnN0ZXJCYXNpY0luZm8ucHJvdG8irwEKC0tBT0FIS0FPSEZJEhMKC0NP", "SktFSUZKTkVLGA4gASgNEi0KCmJhc2ljX2luZm8YCCABKAsyGS5QdW5rTG9y", "ZE1vbnN0ZXJCYXNpY0luZm8SLgoLREhMUEtNSUhETk0YCyABKAsyGS5QdW5r", "TG9yZEJhdHRsZVJlY29yZExpc3QSLAoLRUtLSkxBT0tJSkkYASABKA4yFy5Q", "dW5rTG9yZEF0dGFja2VyU3RhdHVzQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2", "ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PunkLordAttackerStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.PunkLordMonsterBasicInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.PunkLordBattleRecordListReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PunkLordBattleRecordListReflection.Descriptor, global::EggLink.DanhengServer.Proto.PunkLordAttackerStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.PunkLordMonsterBasicInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.KAOAHKAOHFI), global::EggLink.DanhengServer.Proto.KAOAHKAOHFI.Parser, new[]{ "COJKEIFJNEK", "BasicInfo", "DHLPKMIHDNM", "EKKJLAOKIJI" }, null, null, null, null) })); diff --git a/Proto/KCPBMCNDJKE.cs b/Proto/KCPBMCNDJKE.cs deleted file mode 100644 index 6810b8f8..00000000 --- a/Proto/KCPBMCNDJKE.cs +++ /dev/null @@ -1,271 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: KCPBMCNDJKE.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from KCPBMCNDJKE.proto - public static partial class KCPBMCNDJKEReflection { - - #region Descriptor - /// File descriptor for KCPBMCNDJKE.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static KCPBMCNDJKEReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFLQ1BCTUNOREpLRS5wcm90byI3CgtLQ1BCTUNOREpLRRITCgtKSkNNRktK", - "SENGQRgPIAEoDRITCgtNQkJETkxOQ0VKRBgDIAEoDEIeqgIbRWdnTGluay5E", - "YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.KCPBMCNDJKE), global::EggLink.DanhengServer.Proto.KCPBMCNDJKE.Parser, new[]{ "JJCMFKJHCFA", "MBBDNLNCEJD" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class KCPBMCNDJKE : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new KCPBMCNDJKE()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.KCPBMCNDJKEReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public KCPBMCNDJKE() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public KCPBMCNDJKE(KCPBMCNDJKE other) : this() { - jJCMFKJHCFA_ = other.jJCMFKJHCFA_; - mBBDNLNCEJD_ = other.mBBDNLNCEJD_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public KCPBMCNDJKE Clone() { - return new KCPBMCNDJKE(this); - } - - /// Field number for the "JJCMFKJHCFA" field. - public const int JJCMFKJHCFAFieldNumber = 15; - private uint jJCMFKJHCFA_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint JJCMFKJHCFA { - get { return jJCMFKJHCFA_; } - set { - jJCMFKJHCFA_ = value; - } - } - - /// Field number for the "MBBDNLNCEJD" field. - public const int MBBDNLNCEJDFieldNumber = 3; - private pb::ByteString mBBDNLNCEJD_ = pb::ByteString.Empty; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pb::ByteString MBBDNLNCEJD { - get { return mBBDNLNCEJD_; } - set { - mBBDNLNCEJD_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as KCPBMCNDJKE); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(KCPBMCNDJKE other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (JJCMFKJHCFA != other.JJCMFKJHCFA) return false; - if (MBBDNLNCEJD != other.MBBDNLNCEJD) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (JJCMFKJHCFA != 0) hash ^= JJCMFKJHCFA.GetHashCode(); - if (MBBDNLNCEJD.Length != 0) hash ^= MBBDNLNCEJD.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (MBBDNLNCEJD.Length != 0) { - output.WriteRawTag(26); - output.WriteBytes(MBBDNLNCEJD); - } - if (JJCMFKJHCFA != 0) { - output.WriteRawTag(120); - output.WriteUInt32(JJCMFKJHCFA); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (MBBDNLNCEJD.Length != 0) { - output.WriteRawTag(26); - output.WriteBytes(MBBDNLNCEJD); - } - if (JJCMFKJHCFA != 0) { - output.WriteRawTag(120); - output.WriteUInt32(JJCMFKJHCFA); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (JJCMFKJHCFA != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JJCMFKJHCFA); - } - if (MBBDNLNCEJD.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeBytesSize(MBBDNLNCEJD); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(KCPBMCNDJKE other) { - if (other == null) { - return; - } - if (other.JJCMFKJHCFA != 0) { - JJCMFKJHCFA = other.JJCMFKJHCFA; - } - if (other.MBBDNLNCEJD.Length != 0) { - MBBDNLNCEJD = other.MBBDNLNCEJD; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 26: { - MBBDNLNCEJD = input.ReadBytes(); - break; - } - case 120: { - JJCMFKJHCFA = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 26: { - MBBDNLNCEJD = input.ReadBytes(); - break; - } - case 120: { - JJCMFKJHCFA = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/KEIONFFFLCO.cs b/Proto/KEIONFFFLCO.cs deleted file mode 100644 index ba7881d1..00000000 --- a/Proto/KEIONFFFLCO.cs +++ /dev/null @@ -1,225 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: KEIONFFFLCO.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from KEIONFFFLCO.proto - public static partial class KEIONFFFLCOReflection { - - #region Descriptor - /// File descriptor for KEIONFFFLCO.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static KEIONFFFLCOReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFLRUlPTkZGRkxDTy5wcm90byIiCgtLRUlPTkZGRkxDTxITCgtDTUFHR05G", - "REtBRxgOIAMoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", - "cm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.KEIONFFFLCO), global::EggLink.DanhengServer.Proto.KEIONFFFLCO.Parser, new[]{ "CMAGGNFDKAG" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class KEIONFFFLCO : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new KEIONFFFLCO()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.KEIONFFFLCOReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public KEIONFFFLCO() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public KEIONFFFLCO(KEIONFFFLCO other) : this() { - cMAGGNFDKAG_ = other.cMAGGNFDKAG_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public KEIONFFFLCO Clone() { - return new KEIONFFFLCO(this); - } - - /// Field number for the "CMAGGNFDKAG" field. - public const int CMAGGNFDKAGFieldNumber = 14; - private static readonly pb::FieldCodec _repeated_cMAGGNFDKAG_codec - = pb::FieldCodec.ForUInt32(114); - private readonly pbc::RepeatedField cMAGGNFDKAG_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField CMAGGNFDKAG { - get { return cMAGGNFDKAG_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as KEIONFFFLCO); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(KEIONFFFLCO other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if(!cMAGGNFDKAG_.Equals(other.cMAGGNFDKAG_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - hash ^= cMAGGNFDKAG_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - cMAGGNFDKAG_.WriteTo(output, _repeated_cMAGGNFDKAG_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - cMAGGNFDKAG_.WriteTo(ref output, _repeated_cMAGGNFDKAG_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - size += cMAGGNFDKAG_.CalculateSize(_repeated_cMAGGNFDKAG_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(KEIONFFFLCO other) { - if (other == null) { - return; - } - cMAGGNFDKAG_.Add(other.cMAGGNFDKAG_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 114: - case 112: { - cMAGGNFDKAG_.AddEntriesFrom(input, _repeated_cMAGGNFDKAG_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 114: - case 112: { - cMAGGNFDKAG_.AddEntriesFrom(ref input, _repeated_cMAGGNFDKAG_codec); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/KFEJFBBGIAD.cs b/Proto/KFEJFBBGIAD.cs deleted file mode 100644 index 89c8759a..00000000 --- a/Proto/KFEJFBBGIAD.cs +++ /dev/null @@ -1,270 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: KFEJFBBGIAD.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from KFEJFBBGIAD.proto - public static partial class KFEJFBBGIADReflection { - - #region Descriptor - /// File descriptor for KFEJFBBGIAD.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static KFEJFBBGIADReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFLRkVKRkJCR0lBRC5wcm90bxoPUm9ndWVCdWZmLnByb3RvIlEKC0tGRUpG", - "QkJHSUFEEiEKDWdldF9idWZmX2xpc3QYCiABKAsyCi5Sb2d1ZUJ1ZmYSHwoL", - "S01QTURMREhBQk4YByADKAsyCi5Sb2d1ZUJ1ZmZCHqoCG0VnZ0xpbmsuRGFu", - "aGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueBuffReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.KFEJFBBGIAD), global::EggLink.DanhengServer.Proto.KFEJFBBGIAD.Parser, new[]{ "GetBuffList", "KMPMDLDHABN" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class KFEJFBBGIAD : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new KFEJFBBGIAD()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.KFEJFBBGIADReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public KFEJFBBGIAD() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public KFEJFBBGIAD(KFEJFBBGIAD other) : this() { - getBuffList_ = other.getBuffList_ != null ? other.getBuffList_.Clone() : null; - kMPMDLDHABN_ = other.kMPMDLDHABN_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public KFEJFBBGIAD Clone() { - return new KFEJFBBGIAD(this); - } - - /// Field number for the "get_buff_list" field. - public const int GetBuffListFieldNumber = 10; - private global::EggLink.DanhengServer.Proto.RogueBuff getBuffList_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.RogueBuff GetBuffList { - get { return getBuffList_; } - set { - getBuffList_ = value; - } - } - - /// Field number for the "KMPMDLDHABN" field. - public const int KMPMDLDHABNFieldNumber = 7; - private static readonly pb::FieldCodec _repeated_kMPMDLDHABN_codec - = pb::FieldCodec.ForMessage(58, global::EggLink.DanhengServer.Proto.RogueBuff.Parser); - private readonly pbc::RepeatedField kMPMDLDHABN_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField KMPMDLDHABN { - get { return kMPMDLDHABN_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as KFEJFBBGIAD); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(KFEJFBBGIAD other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (!object.Equals(GetBuffList, other.GetBuffList)) return false; - if(!kMPMDLDHABN_.Equals(other.kMPMDLDHABN_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (getBuffList_ != null) hash ^= GetBuffList.GetHashCode(); - hash ^= kMPMDLDHABN_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - kMPMDLDHABN_.WriteTo(output, _repeated_kMPMDLDHABN_codec); - if (getBuffList_ != null) { - output.WriteRawTag(82); - output.WriteMessage(GetBuffList); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - kMPMDLDHABN_.WriteTo(ref output, _repeated_kMPMDLDHABN_codec); - if (getBuffList_ != null) { - output.WriteRawTag(82); - output.WriteMessage(GetBuffList); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (getBuffList_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(GetBuffList); - } - size += kMPMDLDHABN_.CalculateSize(_repeated_kMPMDLDHABN_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(KFEJFBBGIAD other) { - if (other == null) { - return; - } - if (other.getBuffList_ != null) { - if (getBuffList_ == null) { - GetBuffList = new global::EggLink.DanhengServer.Proto.RogueBuff(); - } - GetBuffList.MergeFrom(other.GetBuffList); - } - kMPMDLDHABN_.Add(other.kMPMDLDHABN_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 58: { - kMPMDLDHABN_.AddEntriesFrom(input, _repeated_kMPMDLDHABN_codec); - break; - } - case 82: { - if (getBuffList_ == null) { - GetBuffList = new global::EggLink.DanhengServer.Proto.RogueBuff(); - } - input.ReadMessage(GetBuffList); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 58: { - kMPMDLDHABN_.AddEntriesFrom(ref input, _repeated_kMPMDLDHABN_codec); - break; - } - case 82: { - if (getBuffList_ == null) { - GetBuffList = new global::EggLink.DanhengServer.Proto.RogueBuff(); - } - input.ReadMessage(GetBuffList); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/KHMJBJLOBPG.cs b/Proto/KHMJBJLOBPG.cs deleted file mode 100644 index 962ef5ad..00000000 --- a/Proto/KHMJBJLOBPG.cs +++ /dev/null @@ -1,234 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: KHMJBJLOBPG.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from KHMJBJLOBPG.proto - public static partial class KHMJBJLOBPGReflection { - - #region Descriptor - /// File descriptor for KHMJBJLOBPG.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static KHMJBJLOBPGReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFLSE1KQkpMT0JQRy5wcm90byIiCgtLSE1KQkpMT0JQRxITCgtDUE9DTkdF", - "S0lJQhgKIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", - "cm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.KHMJBJLOBPG), global::EggLink.DanhengServer.Proto.KHMJBJLOBPG.Parser, new[]{ "CPOCNGEKIIB" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class KHMJBJLOBPG : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new KHMJBJLOBPG()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.KHMJBJLOBPGReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public KHMJBJLOBPG() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public KHMJBJLOBPG(KHMJBJLOBPG other) : this() { - cPOCNGEKIIB_ = other.cPOCNGEKIIB_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public KHMJBJLOBPG Clone() { - return new KHMJBJLOBPG(this); - } - - /// Field number for the "CPOCNGEKIIB" field. - public const int CPOCNGEKIIBFieldNumber = 10; - private uint cPOCNGEKIIB_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint CPOCNGEKIIB { - get { return cPOCNGEKIIB_; } - set { - cPOCNGEKIIB_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as KHMJBJLOBPG); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(KHMJBJLOBPG other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (CPOCNGEKIIB != other.CPOCNGEKIIB) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (CPOCNGEKIIB != 0) hash ^= CPOCNGEKIIB.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (CPOCNGEKIIB != 0) { - output.WriteRawTag(80); - output.WriteUInt32(CPOCNGEKIIB); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (CPOCNGEKIIB != 0) { - output.WriteRawTag(80); - output.WriteUInt32(CPOCNGEKIIB); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (CPOCNGEKIIB != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CPOCNGEKIIB); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(KHMJBJLOBPG other) { - if (other == null) { - return; - } - if (other.CPOCNGEKIIB != 0) { - CPOCNGEKIIB = other.CPOCNGEKIIB; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 80: { - CPOCNGEKIIB = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 80: { - CPOCNGEKIIB = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/KIHFHLJNJIG.cs b/Proto/KIHFHLJNJIG.cs deleted file mode 100644 index c228ef17..00000000 --- a/Proto/KIHFHLJNJIG.cs +++ /dev/null @@ -1,271 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: KIHFHLJNJIG.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from KIHFHLJNJIG.proto - public static partial class KIHFHLJNJIGReflection { - - #region Descriptor - /// File descriptor for KIHFHLJNJIG.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static KIHFHLJNJIGReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFLSUhGSExKTkpJRy5wcm90byI1CgtLSUhGSExKTkpJRxIRCglhdmF0YXJf", - "aWQYBCABKA0SEwoLQU9QSUtIS0tHTE0YDCABKA1CHqoCG0VnZ0xpbmsuRGFu", - "aGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.KIHFHLJNJIG), global::EggLink.DanhengServer.Proto.KIHFHLJNJIG.Parser, new[]{ "AvatarId", "AOPIKHKKGLM" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class KIHFHLJNJIG : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new KIHFHLJNJIG()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.KIHFHLJNJIGReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public KIHFHLJNJIG() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public KIHFHLJNJIG(KIHFHLJNJIG other) : this() { - avatarId_ = other.avatarId_; - aOPIKHKKGLM_ = other.aOPIKHKKGLM_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public KIHFHLJNJIG Clone() { - return new KIHFHLJNJIG(this); - } - - /// Field number for the "avatar_id" field. - public const int AvatarIdFieldNumber = 4; - private uint avatarId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint AvatarId { - get { return avatarId_; } - set { - avatarId_ = value; - } - } - - /// Field number for the "AOPIKHKKGLM" field. - public const int AOPIKHKKGLMFieldNumber = 12; - private uint aOPIKHKKGLM_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint AOPIKHKKGLM { - get { return aOPIKHKKGLM_; } - set { - aOPIKHKKGLM_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as KIHFHLJNJIG); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(KIHFHLJNJIG other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (AvatarId != other.AvatarId) return false; - if (AOPIKHKKGLM != other.AOPIKHKKGLM) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (AvatarId != 0) hash ^= AvatarId.GetHashCode(); - if (AOPIKHKKGLM != 0) hash ^= AOPIKHKKGLM.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (AvatarId != 0) { - output.WriteRawTag(32); - output.WriteUInt32(AvatarId); - } - if (AOPIKHKKGLM != 0) { - output.WriteRawTag(96); - output.WriteUInt32(AOPIKHKKGLM); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (AvatarId != 0) { - output.WriteRawTag(32); - output.WriteUInt32(AvatarId); - } - if (AOPIKHKKGLM != 0) { - output.WriteRawTag(96); - output.WriteUInt32(AOPIKHKKGLM); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (AvatarId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AvatarId); - } - if (AOPIKHKKGLM != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AOPIKHKKGLM); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(KIHFHLJNJIG other) { - if (other == null) { - return; - } - if (other.AvatarId != 0) { - AvatarId = other.AvatarId; - } - if (other.AOPIKHKKGLM != 0) { - AOPIKHKKGLM = other.AOPIKHKKGLM; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 32: { - AvatarId = input.ReadUInt32(); - break; - } - case 96: { - AOPIKHKKGLM = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 32: { - AvatarId = input.ReadUInt32(); - break; - } - case 96: { - AOPIKHKKGLM = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/KJHEBGGHEOJ.cs b/Proto/KJHEBGGHEOJ.cs deleted file mode 100644 index 04f7e995..00000000 --- a/Proto/KJHEBGGHEOJ.cs +++ /dev/null @@ -1,234 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: KJHEBGGHEOJ.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from KJHEBGGHEOJ.proto - public static partial class KJHEBGGHEOJReflection { - - #region Descriptor - /// File descriptor for KJHEBGGHEOJ.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static KJHEBGGHEOJReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFLSkhFQkdHSEVPSi5wcm90byIiCgtLSkhFQkdHSEVPShITCgtITEtQTkVD", - "QU1CTBgHIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", - "cm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.KJHEBGGHEOJ), global::EggLink.DanhengServer.Proto.KJHEBGGHEOJ.Parser, new[]{ "HLKPNECAMBL" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class KJHEBGGHEOJ : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new KJHEBGGHEOJ()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.KJHEBGGHEOJReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public KJHEBGGHEOJ() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public KJHEBGGHEOJ(KJHEBGGHEOJ other) : this() { - hLKPNECAMBL_ = other.hLKPNECAMBL_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public KJHEBGGHEOJ Clone() { - return new KJHEBGGHEOJ(this); - } - - /// Field number for the "HLKPNECAMBL" field. - public const int HLKPNECAMBLFieldNumber = 7; - private uint hLKPNECAMBL_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint HLKPNECAMBL { - get { return hLKPNECAMBL_; } - set { - hLKPNECAMBL_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as KJHEBGGHEOJ); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(KJHEBGGHEOJ other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (HLKPNECAMBL != other.HLKPNECAMBL) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (HLKPNECAMBL != 0) hash ^= HLKPNECAMBL.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (HLKPNECAMBL != 0) { - output.WriteRawTag(56); - output.WriteUInt32(HLKPNECAMBL); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (HLKPNECAMBL != 0) { - output.WriteRawTag(56); - output.WriteUInt32(HLKPNECAMBL); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (HLKPNECAMBL != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HLKPNECAMBL); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(KJHEBGGHEOJ other) { - if (other == null) { - return; - } - if (other.HLKPNECAMBL != 0) { - HLKPNECAMBL = other.HLKPNECAMBL; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 56: { - HLKPNECAMBL = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 56: { - HLKPNECAMBL = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/KLDMJEMIMCN.cs b/Proto/KLDMJEMIMCN.cs index 92bf1019..7f6e92a3 100644 --- a/Proto/KLDMJEMIMCN.cs +++ b/Proto/KLDMJEMIMCN.cs @@ -24,8 +24,8 @@ namespace EggLink.DanhengServer.Proto { static KLDMJEMIMCNReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFLTERNSkVNSU1DTi5wcm90bxoRTURPSEFGQkVFUEsucHJvdG8aEU1FS0RO", - "SUtGRE5BLnByb3RvGhFER0ZDQk9GQU9JQS5wcm90byLKAQoLS0xETUpFTUlN", + "ChFLTERNSkVNSU1DTi5wcm90bxoRTURPSEFGQkVFUEsucHJvdG8aEURHRkNC", + "T0ZBT0lBLnByb3RvGhFNRUtETklLRkROQS5wcm90byLKAQoLS0xETUpFTUlN", "Q04SEwoLSEJBTkNDT0tPRkMYCCADKA0SIQoLQ1BLUElOQ0NFSVAYDiADKAsy", "DC5NRUtETklLRkROQRITCgtNQ09LSEhGUEJQShgCIAEoBBITCgtIQ0JCSENL", "Sk5KSRgEIAEoBRIhCgtKR0lCSEZKTU9CRRgMIAEoDjIMLkRHRkNCT0ZBT0lB", @@ -33,7 +33,7 @@ namespace EggLink.DanhengServer.Proto { "T0pMSk4YBSABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG", "cHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MDOHAFBEEPKReflection.Descriptor, global::EggLink.DanhengServer.Proto.MEKDNIKFDNAReflection.Descriptor, global::EggLink.DanhengServer.Proto.DGFCBOFAOIAReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MDOHAFBEEPKReflection.Descriptor, global::EggLink.DanhengServer.Proto.DGFCBOFAOIAReflection.Descriptor, global::EggLink.DanhengServer.Proto.MEKDNIKFDNAReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.KLDMJEMIMCN), global::EggLink.DanhengServer.Proto.KLDMJEMIMCN.Parser, new[]{ "HBANCCOKOFC", "CPKPINCCEIP", "MCOKHHFPBPJ", "HCBBHCKJNJI", "JGIBHFJMOBE", "MEJDMJIKIMO", "DANCCAOJLJN" }, null, null, null, null) })); diff --git a/Proto/BigDataAllRelicAvatar.cs b/Proto/KNNFPFKCABE.cs similarity index 86% rename from Proto/BigDataAllRelicAvatar.cs rename to Proto/KNNFPFKCABE.cs index 8b1b5f82..ba567c9d 100644 --- a/Proto/BigDataAllRelicAvatar.cs +++ b/Proto/KNNFPFKCABE.cs @@ -1,6 +1,6 @@ // // Generated by the protocol buffer compiler. DO NOT EDIT! -// source: BigDataAllRelicAvatar.proto +// source: KNNFPFKCABE.proto // #pragma warning disable 1591, 0612, 3021, 8981 #region Designer generated code @@ -11,27 +11,27 @@ using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; namespace EggLink.DanhengServer.Proto { - /// Holder for reflection information generated from BigDataAllRelicAvatar.proto - public static partial class BigDataAllRelicAvatarReflection { + /// Holder for reflection information generated from KNNFPFKCABE.proto + public static partial class KNNFPFKCABEReflection { #region Descriptor - /// File descriptor for BigDataAllRelicAvatar.proto + /// File descriptor for KNNFPFKCABE.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; - static BigDataAllRelicAvatarReflection() { + static KNNFPFKCABEReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChtCaWdEYXRhQWxsUmVsaWNBdmF0YXIucHJvdG8iWQoVQmlnRGF0YUFsbFJl", - "bGljQXZhdGFyEhYKDmF2YXRhcl9pZF9saXN0GAMgAygNEhMKC0NGSVBIRkhP", - "SkZQGAggASgNEhMKC0RISkhJQkNETkJBGAUgASgNQh6qAhtFZ2dMaW5rLkRh", - "bmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "ChFLTk5GUEZLQ0FCRS5wcm90byJPCgtLTk5GUEZLQ0FCRRIWCg5hdmF0YXJf", + "aWRfbGlzdBgDIAMoDRITCgtDRklQSEZIT0pGUBgIIAEoDRITCgtESEpISUJD", + "RE5CQRgFIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", + "cm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BigDataAllRelicAvatar), global::EggLink.DanhengServer.Proto.BigDataAllRelicAvatar.Parser, new[]{ "AvatarIdList", "CFIPHFHOJFP", "DHJHIBCDNBA" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.KNNFPFKCABE), global::EggLink.DanhengServer.Proto.KNNFPFKCABE.Parser, new[]{ "AvatarIdList", "CFIPHFHOJFP", "DHJHIBCDNBA" }, null, null, null, null) })); } #endregion @@ -39,21 +39,21 @@ namespace EggLink.DanhengServer.Proto { } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class BigDataAllRelicAvatar : pb::IMessage + public sealed partial class KNNFPFKCABE : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BigDataAllRelicAvatar()); + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new KNNFPFKCABE()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } + public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.BigDataAllRelicAvatarReflection.Descriptor.MessageTypes[0]; } + get { return global::EggLink.DanhengServer.Proto.KNNFPFKCABEReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -64,7 +64,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BigDataAllRelicAvatar() { + public KNNFPFKCABE() { OnConstruction(); } @@ -72,7 +72,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BigDataAllRelicAvatar(BigDataAllRelicAvatar other) : this() { + public KNNFPFKCABE(KNNFPFKCABE other) : this() { avatarIdList_ = other.avatarIdList_.Clone(); cFIPHFHOJFP_ = other.cFIPHFHOJFP_; dHJHIBCDNBA_ = other.dHJHIBCDNBA_; @@ -81,8 +81,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BigDataAllRelicAvatar Clone() { - return new BigDataAllRelicAvatar(this); + public KNNFPFKCABE Clone() { + return new KNNFPFKCABE(this); } /// Field number for the "avatar_id_list" field. @@ -123,12 +123,12 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { - return Equals(other as BigDataAllRelicAvatar); + return Equals(other as KNNFPFKCABE); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(BigDataAllRelicAvatar other) { + public bool Equals(KNNFPFKCABE other) { if (ReferenceEquals(other, null)) { return false; } @@ -219,7 +219,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(BigDataAllRelicAvatar other) { + public void MergeFrom(KNNFPFKCABE other) { if (other == null) { return; } diff --git a/Proto/KPBFCKNEEIA.cs b/Proto/KPBFCKNEEIA.cs deleted file mode 100644 index 5d84bffb..00000000 --- a/Proto/KPBFCKNEEIA.cs +++ /dev/null @@ -1,309 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: KPBFCKNEEIA.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from KPBFCKNEEIA.proto - public static partial class KPBFCKNEEIAReflection { - - #region Descriptor - /// File descriptor for KPBFCKNEEIA.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static KPBFCKNEEIAReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFLUEJGQ0tORUVJQS5wcm90bxoRRkZKUFBOR0dMRkYucHJvdG8iWgoLS1BC", - "RkNLTkVFSUESIQoLT0lMUENIQklKTk8YCCABKA4yDC5GRkpQUE5HR0xGRhIT", - "CgtMRE5CRUlESkJISRgLIAEoBBITCgtCTEdOTUFMQk9MTxgNIAEoBUIeqgIb", - "RWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FFJPPNGGLFFReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.KPBFCKNEEIA), global::EggLink.DanhengServer.Proto.KPBFCKNEEIA.Parser, new[]{ "OILPCHBIJNO", "LDNBEIDJBHI", "BLGNMALBOLO" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class KPBFCKNEEIA : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new KPBFCKNEEIA()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.KPBFCKNEEIAReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public KPBFCKNEEIA() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public KPBFCKNEEIA(KPBFCKNEEIA other) : this() { - oILPCHBIJNO_ = other.oILPCHBIJNO_; - lDNBEIDJBHI_ = other.lDNBEIDJBHI_; - bLGNMALBOLO_ = other.bLGNMALBOLO_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public KPBFCKNEEIA Clone() { - return new KPBFCKNEEIA(this); - } - - /// Field number for the "OILPCHBIJNO" field. - public const int OILPCHBIJNOFieldNumber = 8; - private global::EggLink.DanhengServer.Proto.FFJPPNGGLFF oILPCHBIJNO_ = global::EggLink.DanhengServer.Proto.FFJPPNGGLFF.FightPlayerResultNone; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.FFJPPNGGLFF OILPCHBIJNO { - get { return oILPCHBIJNO_; } - set { - oILPCHBIJNO_ = value; - } - } - - /// Field number for the "LDNBEIDJBHI" field. - public const int LDNBEIDJBHIFieldNumber = 11; - private ulong lDNBEIDJBHI_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ulong LDNBEIDJBHI { - get { return lDNBEIDJBHI_; } - set { - lDNBEIDJBHI_ = value; - } - } - - /// Field number for the "BLGNMALBOLO" field. - public const int BLGNMALBOLOFieldNumber = 13; - private int bLGNMALBOLO_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int BLGNMALBOLO { - get { return bLGNMALBOLO_; } - set { - bLGNMALBOLO_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as KPBFCKNEEIA); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(KPBFCKNEEIA other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (OILPCHBIJNO != other.OILPCHBIJNO) return false; - if (LDNBEIDJBHI != other.LDNBEIDJBHI) return false; - if (BLGNMALBOLO != other.BLGNMALBOLO) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (OILPCHBIJNO != global::EggLink.DanhengServer.Proto.FFJPPNGGLFF.FightPlayerResultNone) hash ^= OILPCHBIJNO.GetHashCode(); - if (LDNBEIDJBHI != 0UL) hash ^= LDNBEIDJBHI.GetHashCode(); - if (BLGNMALBOLO != 0) hash ^= BLGNMALBOLO.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (OILPCHBIJNO != global::EggLink.DanhengServer.Proto.FFJPPNGGLFF.FightPlayerResultNone) { - output.WriteRawTag(64); - output.WriteEnum((int) OILPCHBIJNO); - } - if (LDNBEIDJBHI != 0UL) { - output.WriteRawTag(88); - output.WriteUInt64(LDNBEIDJBHI); - } - if (BLGNMALBOLO != 0) { - output.WriteRawTag(104); - output.WriteInt32(BLGNMALBOLO); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (OILPCHBIJNO != global::EggLink.DanhengServer.Proto.FFJPPNGGLFF.FightPlayerResultNone) { - output.WriteRawTag(64); - output.WriteEnum((int) OILPCHBIJNO); - } - if (LDNBEIDJBHI != 0UL) { - output.WriteRawTag(88); - output.WriteUInt64(LDNBEIDJBHI); - } - if (BLGNMALBOLO != 0) { - output.WriteRawTag(104); - output.WriteInt32(BLGNMALBOLO); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (OILPCHBIJNO != global::EggLink.DanhengServer.Proto.FFJPPNGGLFF.FightPlayerResultNone) { - size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) OILPCHBIJNO); - } - if (LDNBEIDJBHI != 0UL) { - size += 1 + pb::CodedOutputStream.ComputeUInt64Size(LDNBEIDJBHI); - } - if (BLGNMALBOLO != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(BLGNMALBOLO); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(KPBFCKNEEIA other) { - if (other == null) { - return; - } - if (other.OILPCHBIJNO != global::EggLink.DanhengServer.Proto.FFJPPNGGLFF.FightPlayerResultNone) { - OILPCHBIJNO = other.OILPCHBIJNO; - } - if (other.LDNBEIDJBHI != 0UL) { - LDNBEIDJBHI = other.LDNBEIDJBHI; - } - if (other.BLGNMALBOLO != 0) { - BLGNMALBOLO = other.BLGNMALBOLO; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 64: { - OILPCHBIJNO = (global::EggLink.DanhengServer.Proto.FFJPPNGGLFF) input.ReadEnum(); - break; - } - case 88: { - LDNBEIDJBHI = input.ReadUInt64(); - break; - } - case 104: { - BLGNMALBOLO = input.ReadInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 64: { - OILPCHBIJNO = (global::EggLink.DanhengServer.Proto.FFJPPNGGLFF) input.ReadEnum(); - break; - } - case 88: { - LDNBEIDJBHI = input.ReadUInt64(); - break; - } - case 104: { - BLGNMALBOLO = input.ReadInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/AOPKIFDMADI.cs b/Proto/KickType.cs similarity index 50% rename from Proto/AOPKIFDMADI.cs rename to Proto/KickType.cs index c9364f68..c5bd858e 100644 --- a/Proto/AOPKIFDMADI.cs +++ b/Proto/KickType.cs @@ -1,6 +1,6 @@ // // Generated by the protocol buffer compiler. DO NOT EDIT! -// source: AOPKIFDMADI.proto +// source: KickType.proto // #pragma warning disable 1591, 0612, 3021, 8981 #region Designer generated code @@ -11,36 +11,39 @@ using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; namespace EggLink.DanhengServer.Proto { - /// Holder for reflection information generated from AOPKIFDMADI.proto - public static partial class AOPKIFDMADIReflection { + /// Holder for reflection information generated from KickType.proto + public static partial class KickTypeReflection { #region Descriptor - /// File descriptor for AOPKIFDMADI.proto + /// File descriptor for KickType.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; - static AOPKIFDMADIReflection() { + static KickTypeReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFBT1BLSUZETUFESS5wcm90byqQAQoLQU9QS0lGRE1BREkSKQolUExBTkVU", - "X0ZFU19MQVJHRV9CT05VU19JTlRFUkFDVF9TVEFSVBAAEioKJlBMQU5FVF9G", - "RVNfTEFSR0VfQk9OVVNfSU5URVJBQ1RfUkVQT1JUEAESKgomUExBTkVUX0ZF", - "U19MQVJHRV9CT05VU19JTlRFUkFDVF9GSU5JU0gQAkIeqgIbRWdnTGluay5E", - "YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "Cg5LaWNrVHlwZS5wcm90byqLAQoIS2lja1R5cGUSEQoNS0lDS19TUVVFRVpF", + "RBAAEg4KCktJQ0tfQkxBQ0sQARITCg9LSUNLX0NIQU5HRV9QV0QQAhIcChhL", + "SUNLX0xPR0lOX1dISVRFX1RJTUVPVVQQAxIZChVLSUNLX0FDRV9BTlRJX0NI", + "RUFURVIQBBIOCgpLSUNLX0JZX0dNEAVCHqoCG0VnZ0xpbmsuRGFuaGVuZ1Nl", + "cnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.AOPKIFDMADI), }, null, null)); + new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.KickType), }, null, null)); } #endregion } #region Enums - public enum AOPKIFDMADI { - [pbr::OriginalName("PLANET_FES_LARGE_BONUS_INTERACT_START")] PlanetFesLargeBonusInteractStart = 0, - [pbr::OriginalName("PLANET_FES_LARGE_BONUS_INTERACT_REPORT")] PlanetFesLargeBonusInteractReport = 1, - [pbr::OriginalName("PLANET_FES_LARGE_BONUS_INTERACT_FINISH")] PlanetFesLargeBonusInteractFinish = 2, + public enum KickType { + [pbr::OriginalName("KICK_SQUEEZED")] KickSqueezed = 0, + [pbr::OriginalName("KICK_BLACK")] KickBlack = 1, + [pbr::OriginalName("KICK_CHANGE_PWD")] KickChangePwd = 2, + [pbr::OriginalName("KICK_LOGIN_WHITE_TIMEOUT")] KickLoginWhiteTimeout = 3, + [pbr::OriginalName("KICK_ACE_ANTI_CHEATER")] KickAceAntiCheater = 4, + [pbr::OriginalName("KICK_BY_GM")] KickByGm = 5, } #endregion diff --git a/Proto/LAEAAHOIMHE.cs b/Proto/LAEAAHOIMHE.cs deleted file mode 100644 index f4973d5a..00000000 --- a/Proto/LAEAAHOIMHE.cs +++ /dev/null @@ -1,271 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: LAEAAHOIMHE.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from LAEAAHOIMHE.proto - public static partial class LAEAAHOIMHEReflection { - - #region Descriptor - /// File descriptor for LAEAAHOIMHE.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static LAEAAHOIMHEReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFMQUVBQUhPSU1IRS5wcm90byI1CgtMQUVBQUhPSU1IRRIRCgljb2Nvb25f", - "aWQYDyABKA0SEwoLd29ybGRfbGV2ZWwYByABKA1CHqoCG0VnZ0xpbmsuRGFu", - "aGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.LAEAAHOIMHE), global::EggLink.DanhengServer.Proto.LAEAAHOIMHE.Parser, new[]{ "CocoonId", "WorldLevel" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class LAEAAHOIMHE : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new LAEAAHOIMHE()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.LAEAAHOIMHEReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public LAEAAHOIMHE() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public LAEAAHOIMHE(LAEAAHOIMHE other) : this() { - cocoonId_ = other.cocoonId_; - worldLevel_ = other.worldLevel_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public LAEAAHOIMHE Clone() { - return new LAEAAHOIMHE(this); - } - - /// Field number for the "cocoon_id" field. - public const int CocoonIdFieldNumber = 15; - private uint cocoonId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint CocoonId { - get { return cocoonId_; } - set { - cocoonId_ = value; - } - } - - /// Field number for the "world_level" field. - public const int WorldLevelFieldNumber = 7; - private uint worldLevel_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint WorldLevel { - get { return worldLevel_; } - set { - worldLevel_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as LAEAAHOIMHE); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(LAEAAHOIMHE other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (CocoonId != other.CocoonId) return false; - if (WorldLevel != other.WorldLevel) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (CocoonId != 0) hash ^= CocoonId.GetHashCode(); - if (WorldLevel != 0) hash ^= WorldLevel.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (WorldLevel != 0) { - output.WriteRawTag(56); - output.WriteUInt32(WorldLevel); - } - if (CocoonId != 0) { - output.WriteRawTag(120); - output.WriteUInt32(CocoonId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (WorldLevel != 0) { - output.WriteRawTag(56); - output.WriteUInt32(WorldLevel); - } - if (CocoonId != 0) { - output.WriteRawTag(120); - output.WriteUInt32(CocoonId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (CocoonId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CocoonId); - } - if (WorldLevel != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(WorldLevel); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(LAEAAHOIMHE other) { - if (other == null) { - return; - } - if (other.CocoonId != 0) { - CocoonId = other.CocoonId; - } - if (other.WorldLevel != 0) { - WorldLevel = other.WorldLevel; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 56: { - WorldLevel = input.ReadUInt32(); - break; - } - case 120: { - CocoonId = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 56: { - WorldLevel = input.ReadUInt32(); - break; - } - case 120: { - CocoonId = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/LAJBHGHNBAC.cs b/Proto/LAJBHGHNBAC.cs deleted file mode 100644 index 7f4f1b86..00000000 --- a/Proto/LAJBHGHNBAC.cs +++ /dev/null @@ -1,318 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: LAJBHGHNBAC.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from LAJBHGHNBAC.proto - public static partial class LAJBHGHNBACReflection { - - #region Descriptor - /// File descriptor for LAJBHGHNBAC.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static LAJBHGHNBACReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFMQUpCSEdITkJBQy5wcm90bxoWR2FtZVJvZ3VlTWlyYWNsZS5wcm90byJf", - "CgtMQUpCSEdITkJBQxITCgtCRU1DRUVEQUJGRBgJIAEoDRITCgtHQU5IS0xO", - "UEFQSRgLIAEoCBImCgtKQUxBTU9QTERITxgHIAEoCzIRLkdhbWVSb2d1ZU1p", - "cmFjbGVCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GameRogueMiracleReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.LAJBHGHNBAC), global::EggLink.DanhengServer.Proto.LAJBHGHNBAC.Parser, new[]{ "BEMCEEDABFD", "GANHKLNPAPI", "JALAMOPLDHO" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class LAJBHGHNBAC : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new LAJBHGHNBAC()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.LAJBHGHNBACReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public LAJBHGHNBAC() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public LAJBHGHNBAC(LAJBHGHNBAC other) : this() { - bEMCEEDABFD_ = other.bEMCEEDABFD_; - gANHKLNPAPI_ = other.gANHKLNPAPI_; - jALAMOPLDHO_ = other.jALAMOPLDHO_ != null ? other.jALAMOPLDHO_.Clone() : null; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public LAJBHGHNBAC Clone() { - return new LAJBHGHNBAC(this); - } - - /// Field number for the "BEMCEEDABFD" field. - public const int BEMCEEDABFDFieldNumber = 9; - private uint bEMCEEDABFD_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint BEMCEEDABFD { - get { return bEMCEEDABFD_; } - set { - bEMCEEDABFD_ = value; - } - } - - /// Field number for the "GANHKLNPAPI" field. - public const int GANHKLNPAPIFieldNumber = 11; - private bool gANHKLNPAPI_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool GANHKLNPAPI { - get { return gANHKLNPAPI_; } - set { - gANHKLNPAPI_ = value; - } - } - - /// Field number for the "JALAMOPLDHO" field. - public const int JALAMOPLDHOFieldNumber = 7; - private global::EggLink.DanhengServer.Proto.GameRogueMiracle jALAMOPLDHO_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.GameRogueMiracle JALAMOPLDHO { - get { return jALAMOPLDHO_; } - set { - jALAMOPLDHO_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as LAJBHGHNBAC); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(LAJBHGHNBAC other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (BEMCEEDABFD != other.BEMCEEDABFD) return false; - if (GANHKLNPAPI != other.GANHKLNPAPI) return false; - if (!object.Equals(JALAMOPLDHO, other.JALAMOPLDHO)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (BEMCEEDABFD != 0) hash ^= BEMCEEDABFD.GetHashCode(); - if (GANHKLNPAPI != false) hash ^= GANHKLNPAPI.GetHashCode(); - if (jALAMOPLDHO_ != null) hash ^= JALAMOPLDHO.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (jALAMOPLDHO_ != null) { - output.WriteRawTag(58); - output.WriteMessage(JALAMOPLDHO); - } - if (BEMCEEDABFD != 0) { - output.WriteRawTag(72); - output.WriteUInt32(BEMCEEDABFD); - } - if (GANHKLNPAPI != false) { - output.WriteRawTag(88); - output.WriteBool(GANHKLNPAPI); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (jALAMOPLDHO_ != null) { - output.WriteRawTag(58); - output.WriteMessage(JALAMOPLDHO); - } - if (BEMCEEDABFD != 0) { - output.WriteRawTag(72); - output.WriteUInt32(BEMCEEDABFD); - } - if (GANHKLNPAPI != false) { - output.WriteRawTag(88); - output.WriteBool(GANHKLNPAPI); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (BEMCEEDABFD != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BEMCEEDABFD); - } - if (GANHKLNPAPI != false) { - size += 1 + 1; - } - if (jALAMOPLDHO_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(JALAMOPLDHO); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(LAJBHGHNBAC other) { - if (other == null) { - return; - } - if (other.BEMCEEDABFD != 0) { - BEMCEEDABFD = other.BEMCEEDABFD; - } - if (other.GANHKLNPAPI != false) { - GANHKLNPAPI = other.GANHKLNPAPI; - } - if (other.jALAMOPLDHO_ != null) { - if (jALAMOPLDHO_ == null) { - JALAMOPLDHO = new global::EggLink.DanhengServer.Proto.GameRogueMiracle(); - } - JALAMOPLDHO.MergeFrom(other.JALAMOPLDHO); - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 58: { - if (jALAMOPLDHO_ == null) { - JALAMOPLDHO = new global::EggLink.DanhengServer.Proto.GameRogueMiracle(); - } - input.ReadMessage(JALAMOPLDHO); - break; - } - case 72: { - BEMCEEDABFD = input.ReadUInt32(); - break; - } - case 88: { - GANHKLNPAPI = input.ReadBool(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 58: { - if (jALAMOPLDHO_ == null) { - JALAMOPLDHO = new global::EggLink.DanhengServer.Proto.GameRogueMiracle(); - } - input.ReadMessage(JALAMOPLDHO); - break; - } - case 72: { - BEMCEEDABFD = input.ReadUInt32(); - break; - } - case 88: { - GANHKLNPAPI = input.ReadBool(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/LBAOGIBPJOP.cs b/Proto/LBAOGIBPJOP.cs deleted file mode 100644 index d136aced..00000000 --- a/Proto/LBAOGIBPJOP.cs +++ /dev/null @@ -1,768 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: LBAOGIBPJOP.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from LBAOGIBPJOP.proto - public static partial class LBAOGIBPJOPReflection { - - #region Descriptor - /// File descriptor for LBAOGIBPJOP.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static LBAOGIBPJOPReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFMQkFPR0lCUEpPUC5wcm90bxoRSk9NS1BFR0VGTVAucHJvdG8aEUNCQkRJ", - "T01JRkhELnByb3RvIoYDCgtMQkFPR0lCUEpPUBITCgtKSUpIQUFJSE5DThgL", - "IAEoDRITCgtLSENNT0ZQRk9BSxgHIAEoDRITCgtFSUdBQkNLRUROUBgDIAEo", - "DRITCgtKSkVGQlBLUEtCSxgBIAMoDRITCgtES1BORU5CSEVMSBgPIAEoDRIT", - "CgtKSUtFSUdCQ0FCQhgIIAEoCBITCgtNT0RES0xOREFNSxgMIAEoDRIQCghs", - "ZXZlbF9pZBgCIAEoDRIhCgtISkVGT0xLR0FFSRgOIAEoDjIMLkpPTUtQRUdF", - "Rk1QEiIKC0xJUEpESlBNT0tCGKcLIAMoCzIMLkNCQkRJT01JRkhEEhMKC0xJ", - "S0hDTFBNSEpLGAogASgIEhMKC1BDTUdBR0FIQkxLGA0gAygNEhMKC1BCRkFJ", - "T0pKR05MGAkgASgNEhMKC0JCRE9QTEVLSUFDGAYgASgNEhQKDG1hcmJsZV9s", - "ZXZlbBgFIAEoDRIhCgtDRUlGS0pJRUFKRRgEIAEoDjIMLkpPTUtQRUdFRk1Q", - "Qh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.JOMKPEGEFMPReflection.Descriptor, global::EggLink.DanhengServer.Proto.CBBDIOMIFHDReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.LBAOGIBPJOP), global::EggLink.DanhengServer.Proto.LBAOGIBPJOP.Parser, new[]{ "JIJHAAIHNCN", "KHCMOFPFOAK", "EIGABCKEDNP", "JJEFBPKPKBK", "DKPNENBHELH", "JIKEIGBCABB", "MODDKLNDAMK", "LevelId", "HJEFOLKGAEI", "LIPJDJPMOKB", "LIKHCLPMHJK", "PCMGAGAHBLK", "PBFAIOJJGNL", "BBDOPLEKIAC", "MarbleLevel", "CEIFKJIEAJE" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class LBAOGIBPJOP : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new LBAOGIBPJOP()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.LBAOGIBPJOPReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public LBAOGIBPJOP() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public LBAOGIBPJOP(LBAOGIBPJOP other) : this() { - jIJHAAIHNCN_ = other.jIJHAAIHNCN_; - kHCMOFPFOAK_ = other.kHCMOFPFOAK_; - eIGABCKEDNP_ = other.eIGABCKEDNP_; - jJEFBPKPKBK_ = other.jJEFBPKPKBK_.Clone(); - dKPNENBHELH_ = other.dKPNENBHELH_; - jIKEIGBCABB_ = other.jIKEIGBCABB_; - mODDKLNDAMK_ = other.mODDKLNDAMK_; - levelId_ = other.levelId_; - hJEFOLKGAEI_ = other.hJEFOLKGAEI_; - lIPJDJPMOKB_ = other.lIPJDJPMOKB_.Clone(); - lIKHCLPMHJK_ = other.lIKHCLPMHJK_; - pCMGAGAHBLK_ = other.pCMGAGAHBLK_.Clone(); - pBFAIOJJGNL_ = other.pBFAIOJJGNL_; - bBDOPLEKIAC_ = other.bBDOPLEKIAC_; - marbleLevel_ = other.marbleLevel_; - cEIFKJIEAJE_ = other.cEIFKJIEAJE_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public LBAOGIBPJOP Clone() { - return new LBAOGIBPJOP(this); - } - - /// Field number for the "JIJHAAIHNCN" field. - public const int JIJHAAIHNCNFieldNumber = 11; - private uint jIJHAAIHNCN_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint JIJHAAIHNCN { - get { return jIJHAAIHNCN_; } - set { - jIJHAAIHNCN_ = value; - } - } - - /// Field number for the "KHCMOFPFOAK" field. - public const int KHCMOFPFOAKFieldNumber = 7; - private uint kHCMOFPFOAK_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint KHCMOFPFOAK { - get { return kHCMOFPFOAK_; } - set { - kHCMOFPFOAK_ = value; - } - } - - /// Field number for the "EIGABCKEDNP" field. - public const int EIGABCKEDNPFieldNumber = 3; - private uint eIGABCKEDNP_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint EIGABCKEDNP { - get { return eIGABCKEDNP_; } - set { - eIGABCKEDNP_ = value; - } - } - - /// Field number for the "JJEFBPKPKBK" field. - public const int JJEFBPKPKBKFieldNumber = 1; - private static readonly pb::FieldCodec _repeated_jJEFBPKPKBK_codec - = pb::FieldCodec.ForUInt32(10); - private readonly pbc::RepeatedField jJEFBPKPKBK_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField JJEFBPKPKBK { - get { return jJEFBPKPKBK_; } - } - - /// Field number for the "DKPNENBHELH" field. - public const int DKPNENBHELHFieldNumber = 15; - private uint dKPNENBHELH_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint DKPNENBHELH { - get { return dKPNENBHELH_; } - set { - dKPNENBHELH_ = value; - } - } - - /// Field number for the "JIKEIGBCABB" field. - public const int JIKEIGBCABBFieldNumber = 8; - private bool jIKEIGBCABB_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool JIKEIGBCABB { - get { return jIKEIGBCABB_; } - set { - jIKEIGBCABB_ = value; - } - } - - /// Field number for the "MODDKLNDAMK" field. - public const int MODDKLNDAMKFieldNumber = 12; - private uint mODDKLNDAMK_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint MODDKLNDAMK { - get { return mODDKLNDAMK_; } - set { - mODDKLNDAMK_ = value; - } - } - - /// Field number for the "level_id" field. - public const int LevelIdFieldNumber = 2; - private uint levelId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint LevelId { - get { return levelId_; } - set { - levelId_ = value; - } - } - - /// Field number for the "HJEFOLKGAEI" field. - public const int HJEFOLKGAEIFieldNumber = 14; - private global::EggLink.DanhengServer.Proto.JOMKPEGEFMP hJEFOLKGAEI_ = global::EggLink.DanhengServer.Proto.JOMKPEGEFMP.MarbleTeamTypeNone; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.JOMKPEGEFMP HJEFOLKGAEI { - get { return hJEFOLKGAEI_; } - set { - hJEFOLKGAEI_ = value; - } - } - - /// Field number for the "LIPJDJPMOKB" field. - public const int LIPJDJPMOKBFieldNumber = 1447; - private static readonly pb::FieldCodec _repeated_lIPJDJPMOKB_codec - = pb::FieldCodec.ForMessage(11578, global::EggLink.DanhengServer.Proto.CBBDIOMIFHD.Parser); - private readonly pbc::RepeatedField lIPJDJPMOKB_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField LIPJDJPMOKB { - get { return lIPJDJPMOKB_; } - } - - /// Field number for the "LIKHCLPMHJK" field. - public const int LIKHCLPMHJKFieldNumber = 10; - private bool lIKHCLPMHJK_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool LIKHCLPMHJK { - get { return lIKHCLPMHJK_; } - set { - lIKHCLPMHJK_ = value; - } - } - - /// Field number for the "PCMGAGAHBLK" field. - public const int PCMGAGAHBLKFieldNumber = 13; - private static readonly pb::FieldCodec _repeated_pCMGAGAHBLK_codec - = pb::FieldCodec.ForUInt32(106); - private readonly pbc::RepeatedField pCMGAGAHBLK_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField PCMGAGAHBLK { - get { return pCMGAGAHBLK_; } - } - - /// Field number for the "PBFAIOJJGNL" field. - public const int PBFAIOJJGNLFieldNumber = 9; - private uint pBFAIOJJGNL_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint PBFAIOJJGNL { - get { return pBFAIOJJGNL_; } - set { - pBFAIOJJGNL_ = value; - } - } - - /// Field number for the "BBDOPLEKIAC" field. - public const int BBDOPLEKIACFieldNumber = 6; - private uint bBDOPLEKIAC_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint BBDOPLEKIAC { - get { return bBDOPLEKIAC_; } - set { - bBDOPLEKIAC_ = value; - } - } - - /// Field number for the "marble_level" field. - public const int MarbleLevelFieldNumber = 5; - private uint marbleLevel_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint MarbleLevel { - get { return marbleLevel_; } - set { - marbleLevel_ = value; - } - } - - /// Field number for the "CEIFKJIEAJE" field. - public const int CEIFKJIEAJEFieldNumber = 4; - private global::EggLink.DanhengServer.Proto.JOMKPEGEFMP cEIFKJIEAJE_ = global::EggLink.DanhengServer.Proto.JOMKPEGEFMP.MarbleTeamTypeNone; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.JOMKPEGEFMP CEIFKJIEAJE { - get { return cEIFKJIEAJE_; } - set { - cEIFKJIEAJE_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as LBAOGIBPJOP); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(LBAOGIBPJOP other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (JIJHAAIHNCN != other.JIJHAAIHNCN) return false; - if (KHCMOFPFOAK != other.KHCMOFPFOAK) return false; - if (EIGABCKEDNP != other.EIGABCKEDNP) return false; - if(!jJEFBPKPKBK_.Equals(other.jJEFBPKPKBK_)) return false; - if (DKPNENBHELH != other.DKPNENBHELH) return false; - if (JIKEIGBCABB != other.JIKEIGBCABB) return false; - if (MODDKLNDAMK != other.MODDKLNDAMK) return false; - if (LevelId != other.LevelId) return false; - if (HJEFOLKGAEI != other.HJEFOLKGAEI) return false; - if(!lIPJDJPMOKB_.Equals(other.lIPJDJPMOKB_)) return false; - if (LIKHCLPMHJK != other.LIKHCLPMHJK) return false; - if(!pCMGAGAHBLK_.Equals(other.pCMGAGAHBLK_)) return false; - if (PBFAIOJJGNL != other.PBFAIOJJGNL) return false; - if (BBDOPLEKIAC != other.BBDOPLEKIAC) return false; - if (MarbleLevel != other.MarbleLevel) return false; - if (CEIFKJIEAJE != other.CEIFKJIEAJE) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (JIJHAAIHNCN != 0) hash ^= JIJHAAIHNCN.GetHashCode(); - if (KHCMOFPFOAK != 0) hash ^= KHCMOFPFOAK.GetHashCode(); - if (EIGABCKEDNP != 0) hash ^= EIGABCKEDNP.GetHashCode(); - hash ^= jJEFBPKPKBK_.GetHashCode(); - if (DKPNENBHELH != 0) hash ^= DKPNENBHELH.GetHashCode(); - if (JIKEIGBCABB != false) hash ^= JIKEIGBCABB.GetHashCode(); - if (MODDKLNDAMK != 0) hash ^= MODDKLNDAMK.GetHashCode(); - if (LevelId != 0) hash ^= LevelId.GetHashCode(); - if (HJEFOLKGAEI != global::EggLink.DanhengServer.Proto.JOMKPEGEFMP.MarbleTeamTypeNone) hash ^= HJEFOLKGAEI.GetHashCode(); - hash ^= lIPJDJPMOKB_.GetHashCode(); - if (LIKHCLPMHJK != false) hash ^= LIKHCLPMHJK.GetHashCode(); - hash ^= pCMGAGAHBLK_.GetHashCode(); - if (PBFAIOJJGNL != 0) hash ^= PBFAIOJJGNL.GetHashCode(); - if (BBDOPLEKIAC != 0) hash ^= BBDOPLEKIAC.GetHashCode(); - if (MarbleLevel != 0) hash ^= MarbleLevel.GetHashCode(); - if (CEIFKJIEAJE != global::EggLink.DanhengServer.Proto.JOMKPEGEFMP.MarbleTeamTypeNone) hash ^= CEIFKJIEAJE.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - jJEFBPKPKBK_.WriteTo(output, _repeated_jJEFBPKPKBK_codec); - if (LevelId != 0) { - output.WriteRawTag(16); - output.WriteUInt32(LevelId); - } - if (EIGABCKEDNP != 0) { - output.WriteRawTag(24); - output.WriteUInt32(EIGABCKEDNP); - } - if (CEIFKJIEAJE != global::EggLink.DanhengServer.Proto.JOMKPEGEFMP.MarbleTeamTypeNone) { - output.WriteRawTag(32); - output.WriteEnum((int) CEIFKJIEAJE); - } - if (MarbleLevel != 0) { - output.WriteRawTag(40); - output.WriteUInt32(MarbleLevel); - } - if (BBDOPLEKIAC != 0) { - output.WriteRawTag(48); - output.WriteUInt32(BBDOPLEKIAC); - } - if (KHCMOFPFOAK != 0) { - output.WriteRawTag(56); - output.WriteUInt32(KHCMOFPFOAK); - } - if (JIKEIGBCABB != false) { - output.WriteRawTag(64); - output.WriteBool(JIKEIGBCABB); - } - if (PBFAIOJJGNL != 0) { - output.WriteRawTag(72); - output.WriteUInt32(PBFAIOJJGNL); - } - if (LIKHCLPMHJK != false) { - output.WriteRawTag(80); - output.WriteBool(LIKHCLPMHJK); - } - if (JIJHAAIHNCN != 0) { - output.WriteRawTag(88); - output.WriteUInt32(JIJHAAIHNCN); - } - if (MODDKLNDAMK != 0) { - output.WriteRawTag(96); - output.WriteUInt32(MODDKLNDAMK); - } - pCMGAGAHBLK_.WriteTo(output, _repeated_pCMGAGAHBLK_codec); - if (HJEFOLKGAEI != global::EggLink.DanhengServer.Proto.JOMKPEGEFMP.MarbleTeamTypeNone) { - output.WriteRawTag(112); - output.WriteEnum((int) HJEFOLKGAEI); - } - if (DKPNENBHELH != 0) { - output.WriteRawTag(120); - output.WriteUInt32(DKPNENBHELH); - } - lIPJDJPMOKB_.WriteTo(output, _repeated_lIPJDJPMOKB_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - jJEFBPKPKBK_.WriteTo(ref output, _repeated_jJEFBPKPKBK_codec); - if (LevelId != 0) { - output.WriteRawTag(16); - output.WriteUInt32(LevelId); - } - if (EIGABCKEDNP != 0) { - output.WriteRawTag(24); - output.WriteUInt32(EIGABCKEDNP); - } - if (CEIFKJIEAJE != global::EggLink.DanhengServer.Proto.JOMKPEGEFMP.MarbleTeamTypeNone) { - output.WriteRawTag(32); - output.WriteEnum((int) CEIFKJIEAJE); - } - if (MarbleLevel != 0) { - output.WriteRawTag(40); - output.WriteUInt32(MarbleLevel); - } - if (BBDOPLEKIAC != 0) { - output.WriteRawTag(48); - output.WriteUInt32(BBDOPLEKIAC); - } - if (KHCMOFPFOAK != 0) { - output.WriteRawTag(56); - output.WriteUInt32(KHCMOFPFOAK); - } - if (JIKEIGBCABB != false) { - output.WriteRawTag(64); - output.WriteBool(JIKEIGBCABB); - } - if (PBFAIOJJGNL != 0) { - output.WriteRawTag(72); - output.WriteUInt32(PBFAIOJJGNL); - } - if (LIKHCLPMHJK != false) { - output.WriteRawTag(80); - output.WriteBool(LIKHCLPMHJK); - } - if (JIJHAAIHNCN != 0) { - output.WriteRawTag(88); - output.WriteUInt32(JIJHAAIHNCN); - } - if (MODDKLNDAMK != 0) { - output.WriteRawTag(96); - output.WriteUInt32(MODDKLNDAMK); - } - pCMGAGAHBLK_.WriteTo(ref output, _repeated_pCMGAGAHBLK_codec); - if (HJEFOLKGAEI != global::EggLink.DanhengServer.Proto.JOMKPEGEFMP.MarbleTeamTypeNone) { - output.WriteRawTag(112); - output.WriteEnum((int) HJEFOLKGAEI); - } - if (DKPNENBHELH != 0) { - output.WriteRawTag(120); - output.WriteUInt32(DKPNENBHELH); - } - lIPJDJPMOKB_.WriteTo(ref output, _repeated_lIPJDJPMOKB_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (JIJHAAIHNCN != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JIJHAAIHNCN); - } - if (KHCMOFPFOAK != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KHCMOFPFOAK); - } - if (EIGABCKEDNP != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EIGABCKEDNP); - } - size += jJEFBPKPKBK_.CalculateSize(_repeated_jJEFBPKPKBK_codec); - if (DKPNENBHELH != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DKPNENBHELH); - } - if (JIKEIGBCABB != false) { - size += 1 + 1; - } - if (MODDKLNDAMK != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MODDKLNDAMK); - } - if (LevelId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LevelId); - } - if (HJEFOLKGAEI != global::EggLink.DanhengServer.Proto.JOMKPEGEFMP.MarbleTeamTypeNone) { - size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) HJEFOLKGAEI); - } - size += lIPJDJPMOKB_.CalculateSize(_repeated_lIPJDJPMOKB_codec); - if (LIKHCLPMHJK != false) { - size += 1 + 1; - } - size += pCMGAGAHBLK_.CalculateSize(_repeated_pCMGAGAHBLK_codec); - if (PBFAIOJJGNL != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PBFAIOJJGNL); - } - if (BBDOPLEKIAC != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BBDOPLEKIAC); - } - if (MarbleLevel != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MarbleLevel); - } - if (CEIFKJIEAJE != global::EggLink.DanhengServer.Proto.JOMKPEGEFMP.MarbleTeamTypeNone) { - size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) CEIFKJIEAJE); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(LBAOGIBPJOP other) { - if (other == null) { - return; - } - if (other.JIJHAAIHNCN != 0) { - JIJHAAIHNCN = other.JIJHAAIHNCN; - } - if (other.KHCMOFPFOAK != 0) { - KHCMOFPFOAK = other.KHCMOFPFOAK; - } - if (other.EIGABCKEDNP != 0) { - EIGABCKEDNP = other.EIGABCKEDNP; - } - jJEFBPKPKBK_.Add(other.jJEFBPKPKBK_); - if (other.DKPNENBHELH != 0) { - DKPNENBHELH = other.DKPNENBHELH; - } - if (other.JIKEIGBCABB != false) { - JIKEIGBCABB = other.JIKEIGBCABB; - } - if (other.MODDKLNDAMK != 0) { - MODDKLNDAMK = other.MODDKLNDAMK; - } - if (other.LevelId != 0) { - LevelId = other.LevelId; - } - if (other.HJEFOLKGAEI != global::EggLink.DanhengServer.Proto.JOMKPEGEFMP.MarbleTeamTypeNone) { - HJEFOLKGAEI = other.HJEFOLKGAEI; - } - lIPJDJPMOKB_.Add(other.lIPJDJPMOKB_); - if (other.LIKHCLPMHJK != false) { - LIKHCLPMHJK = other.LIKHCLPMHJK; - } - pCMGAGAHBLK_.Add(other.pCMGAGAHBLK_); - if (other.PBFAIOJJGNL != 0) { - PBFAIOJJGNL = other.PBFAIOJJGNL; - } - if (other.BBDOPLEKIAC != 0) { - BBDOPLEKIAC = other.BBDOPLEKIAC; - } - if (other.MarbleLevel != 0) { - MarbleLevel = other.MarbleLevel; - } - if (other.CEIFKJIEAJE != global::EggLink.DanhengServer.Proto.JOMKPEGEFMP.MarbleTeamTypeNone) { - CEIFKJIEAJE = other.CEIFKJIEAJE; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: - case 8: { - jJEFBPKPKBK_.AddEntriesFrom(input, _repeated_jJEFBPKPKBK_codec); - break; - } - case 16: { - LevelId = input.ReadUInt32(); - break; - } - case 24: { - EIGABCKEDNP = input.ReadUInt32(); - break; - } - case 32: { - CEIFKJIEAJE = (global::EggLink.DanhengServer.Proto.JOMKPEGEFMP) input.ReadEnum(); - break; - } - case 40: { - MarbleLevel = input.ReadUInt32(); - break; - } - case 48: { - BBDOPLEKIAC = input.ReadUInt32(); - break; - } - case 56: { - KHCMOFPFOAK = input.ReadUInt32(); - break; - } - case 64: { - JIKEIGBCABB = input.ReadBool(); - break; - } - case 72: { - PBFAIOJJGNL = input.ReadUInt32(); - break; - } - case 80: { - LIKHCLPMHJK = input.ReadBool(); - break; - } - case 88: { - JIJHAAIHNCN = input.ReadUInt32(); - break; - } - case 96: { - MODDKLNDAMK = input.ReadUInt32(); - break; - } - case 106: - case 104: { - pCMGAGAHBLK_.AddEntriesFrom(input, _repeated_pCMGAGAHBLK_codec); - break; - } - case 112: { - HJEFOLKGAEI = (global::EggLink.DanhengServer.Proto.JOMKPEGEFMP) input.ReadEnum(); - break; - } - case 120: { - DKPNENBHELH = input.ReadUInt32(); - break; - } - case 11578: { - lIPJDJPMOKB_.AddEntriesFrom(input, _repeated_lIPJDJPMOKB_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 10: - case 8: { - jJEFBPKPKBK_.AddEntriesFrom(ref input, _repeated_jJEFBPKPKBK_codec); - break; - } - case 16: { - LevelId = input.ReadUInt32(); - break; - } - case 24: { - EIGABCKEDNP = input.ReadUInt32(); - break; - } - case 32: { - CEIFKJIEAJE = (global::EggLink.DanhengServer.Proto.JOMKPEGEFMP) input.ReadEnum(); - break; - } - case 40: { - MarbleLevel = input.ReadUInt32(); - break; - } - case 48: { - BBDOPLEKIAC = input.ReadUInt32(); - break; - } - case 56: { - KHCMOFPFOAK = input.ReadUInt32(); - break; - } - case 64: { - JIKEIGBCABB = input.ReadBool(); - break; - } - case 72: { - PBFAIOJJGNL = input.ReadUInt32(); - break; - } - case 80: { - LIKHCLPMHJK = input.ReadBool(); - break; - } - case 88: { - JIJHAAIHNCN = input.ReadUInt32(); - break; - } - case 96: { - MODDKLNDAMK = input.ReadUInt32(); - break; - } - case 106: - case 104: { - pCMGAGAHBLK_.AddEntriesFrom(ref input, _repeated_pCMGAGAHBLK_codec); - break; - } - case 112: { - HJEFOLKGAEI = (global::EggLink.DanhengServer.Proto.JOMKPEGEFMP) input.ReadEnum(); - break; - } - case 120: { - DKPNENBHELH = input.ReadUInt32(); - break; - } - case 11578: { - lIPJDJPMOKB_.AddEntriesFrom(ref input, _repeated_lIPJDJPMOKB_codec); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/LBENAAHCPEO.cs b/Proto/LBENAAHCPEO.cs index d1824b4d..637cda3c 100644 --- a/Proto/LBENAAHCPEO.cs +++ b/Proto/LBENAAHCPEO.cs @@ -24,24 +24,23 @@ namespace EggLink.DanhengServer.Proto { static LBENAAHCPEOReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFMQkVOQUFIQ1BFTy5wcm90bxoRTkFMUEpNTEpQTlAucHJvdG8aEUNPTUVP", - "TEdMTktPLnByb3RvGhFBQUlCQUtFQ0hDRS5wcm90bxoRSVBPTkZLQUpFTkou", - "cHJvdG8aEU9ITkJDSExPRUJMLnByb3RvGhFCTE1KTkZGUE1DTi5wcm90bxoR", - "UEJMQ0VKSFBPUE8ucHJvdG8aEUxJSE9DRUhFUERCLnByb3RvGhFGR09ORk5J", - "RE9ISi5wcm90byL+AgoLTEJFTkFBSENQRU8SIwoLUEVDQklNS09PQUgYASAB", - "KAsyDC5DT01FT0xHTE5LT0gAEiMKC0VNTE5OTUxHTktIGAIgASgLMgwuUEJM", - "Q0VKSFBPUE9IABIjCgtKQkpMRFBQREJCQxgJIAEoCzIMLkxJSE9DRUhFUERC", - "SAASIwoLRUNPSUZOTkpEQVAYBSABKAsyDC5BQUlCQUtFQ0hDRUgAEiMKC05C", - "SklDREFKREdGGAwgASgLMgwuRkdPTkZOSURPSEpIABIjCgtHQUpCRlBDUElH", - "TRgEIAEoCzIMLklQT05GS0FKRU5KSAASIwoLSk9QUEFFTVBQRkgYDSABKAsy", - "DC5OQUxQSk1MSlBOUEgAEiMKC0pPQURIQkxESU1GGAogASgLMgwuT0hOQkNI", - "TE9FQkxIABIjCgtJRUZPR0hOR0NNQxgDIAEoCzIMLkJMTUpORkZQTUNOSAAS", - "EwoLT0tETE1FSlBDSEUYBiABKA1CDQoLRURBUENISU9KTURCHqoCG0VnZ0xp", - "bmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); + "ChFMQkVOQUFIQ1BFTy5wcm90bxoRUEJMQ0VKSFBPUE8ucHJvdG8aEUlQT05G", + "S0FKRU5KLnByb3RvGhFOQUxQSk1MSlBOUC5wcm90bxoRQUFJQkFLRUNIQ0Uu", + "cHJvdG8aEUxJSE9DRUhFUERCLnByb3RvGhFDT01FT0xHTE5LTy5wcm90bxoR", + "RkdPTkZOSURPSEoucHJvdG8aEU9ITkJDSExPRUJMLnByb3RvItkCCgtMQkVO", + "QUFIQ1BFTxITCgtPS0RMTUVKUENIRRgGIAEoDRIjCgtQRUNCSU1LT09BSBgB", + "IAEoCzIMLkNPTUVPTEdMTktPSAASIwoLRU1MTk5NTEdOS0gYAiABKAsyDC5Q", + "QkxDRUpIUE9QT0gAEiMKC0pCSkxEUFBEQkJDGAkgASgLMgwuTElIT0NFSEVQ", + "REJIABIjCgtFQ09JRk5OSkRBUBgFIAEoCzIMLkFBSUJBS0VDSENFSAASIwoL", + "TkJKSUNEQUpER0YYDCABKAsyDC5GR09ORk5JRE9ISkgAEiMKC0dBSkJGUENQ", + "SUdNGAQgASgLMgwuSVBPTkZLQUpFTkpIABIjCgtKT1BQQUVNUFBGSBgNIAEo", + "CzIMLk5BTFBKTUxKUE5QSAASIwoLSk9BREhCTERJTUYYCiABKAsyDC5PSE5C", + "Q0hMT0VCTEgAQg0KC0RBSEJCRk9LQk9NQh6qAhtFZ2dMaW5rLkRhbmhlbmdT", + "ZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.NALPJMLJPNPReflection.Descriptor, global::EggLink.DanhengServer.Proto.COMEOLGLNKOReflection.Descriptor, global::EggLink.DanhengServer.Proto.AAIBAKECHCEReflection.Descriptor, global::EggLink.DanhengServer.Proto.IPONFKAJENJReflection.Descriptor, global::EggLink.DanhengServer.Proto.OHNBCHLOEBLReflection.Descriptor, global::EggLink.DanhengServer.Proto.BLMJNFFPMCNReflection.Descriptor, global::EggLink.DanhengServer.Proto.PBLCEJHPOPOReflection.Descriptor, global::EggLink.DanhengServer.Proto.LIHOCEHEPDBReflection.Descriptor, global::EggLink.DanhengServer.Proto.FGONFNIDOHJReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PBLCEJHPOPOReflection.Descriptor, global::EggLink.DanhengServer.Proto.IPONFKAJENJReflection.Descriptor, global::EggLink.DanhengServer.Proto.NALPJMLJPNPReflection.Descriptor, global::EggLink.DanhengServer.Proto.AAIBAKECHCEReflection.Descriptor, global::EggLink.DanhengServer.Proto.LIHOCEHEPDBReflection.Descriptor, global::EggLink.DanhengServer.Proto.COMEOLGLNKOReflection.Descriptor, global::EggLink.DanhengServer.Proto.FGONFNIDOHJReflection.Descriptor, global::EggLink.DanhengServer.Proto.OHNBCHLOEBLReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.LBENAAHCPEO), global::EggLink.DanhengServer.Proto.LBENAAHCPEO.Parser, new[]{ "PECBIMKOOAH", "EMLNNMLGNKH", "JBJLDPPDBBC", "ECOIFNNJDAP", "NBJICDAJDGF", "GAJBFPCPIGM", "JOPPAEMPPFH", "JOADHBLDIMF", "IEFOGHNGCMC", "OKDLMEJPCHE" }, new[]{ "EDAPCHIOJMD" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.LBENAAHCPEO), global::EggLink.DanhengServer.Proto.LBENAAHCPEO.Parser, new[]{ "OKDLMEJPCHE", "PECBIMKOOAH", "EMLNNMLGNKH", "JBJLDPPDBBC", "ECOIFNNJDAP", "NBJICDAJDGF", "GAJBFPCPIGM", "JOPPAEMPPFH", "JOADHBLDIMF" }, new[]{ "DAHBBFOKBOM" }, null, null, null) })); } #endregion @@ -84,34 +83,31 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public LBENAAHCPEO(LBENAAHCPEO other) : this() { oKDLMEJPCHE_ = other.oKDLMEJPCHE_; - switch (other.EDAPCHIOJMDCase) { - case EDAPCHIOJMDOneofCase.PECBIMKOOAH: + switch (other.DAHBBFOKBOMCase) { + case DAHBBFOKBOMOneofCase.PECBIMKOOAH: PECBIMKOOAH = other.PECBIMKOOAH.Clone(); break; - case EDAPCHIOJMDOneofCase.EMLNNMLGNKH: + case DAHBBFOKBOMOneofCase.EMLNNMLGNKH: EMLNNMLGNKH = other.EMLNNMLGNKH.Clone(); break; - case EDAPCHIOJMDOneofCase.JBJLDPPDBBC: + case DAHBBFOKBOMOneofCase.JBJLDPPDBBC: JBJLDPPDBBC = other.JBJLDPPDBBC.Clone(); break; - case EDAPCHIOJMDOneofCase.ECOIFNNJDAP: + case DAHBBFOKBOMOneofCase.ECOIFNNJDAP: ECOIFNNJDAP = other.ECOIFNNJDAP.Clone(); break; - case EDAPCHIOJMDOneofCase.NBJICDAJDGF: + case DAHBBFOKBOMOneofCase.NBJICDAJDGF: NBJICDAJDGF = other.NBJICDAJDGF.Clone(); break; - case EDAPCHIOJMDOneofCase.GAJBFPCPIGM: + case DAHBBFOKBOMOneofCase.GAJBFPCPIGM: GAJBFPCPIGM = other.GAJBFPCPIGM.Clone(); break; - case EDAPCHIOJMDOneofCase.JOPPAEMPPFH: + case DAHBBFOKBOMOneofCase.JOPPAEMPPFH: JOPPAEMPPFH = other.JOPPAEMPPFH.Clone(); break; - case EDAPCHIOJMDOneofCase.JOADHBLDIMF: + case DAHBBFOKBOMOneofCase.JOADHBLDIMF: JOADHBLDIMF = other.JOADHBLDIMF.Clone(); break; - case EDAPCHIOJMDOneofCase.IEFOGHNGCMC: - IEFOGHNGCMC = other.IEFOGHNGCMC.Clone(); - break; } _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); @@ -123,114 +119,6 @@ namespace EggLink.DanhengServer.Proto { return new LBENAAHCPEO(this); } - /// Field number for the "PECBIMKOOAH" field. - public const int PECBIMKOOAHFieldNumber = 1; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.COMEOLGLNKO PECBIMKOOAH { - get { return eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.PECBIMKOOAH ? (global::EggLink.DanhengServer.Proto.COMEOLGLNKO) eDAPCHIOJMD_ : null; } - set { - eDAPCHIOJMD_ = value; - eDAPCHIOJMDCase_ = value == null ? EDAPCHIOJMDOneofCase.None : EDAPCHIOJMDOneofCase.PECBIMKOOAH; - } - } - - /// Field number for the "EMLNNMLGNKH" field. - public const int EMLNNMLGNKHFieldNumber = 2; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.PBLCEJHPOPO EMLNNMLGNKH { - get { return eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.EMLNNMLGNKH ? (global::EggLink.DanhengServer.Proto.PBLCEJHPOPO) eDAPCHIOJMD_ : null; } - set { - eDAPCHIOJMD_ = value; - eDAPCHIOJMDCase_ = value == null ? EDAPCHIOJMDOneofCase.None : EDAPCHIOJMDOneofCase.EMLNNMLGNKH; - } - } - - /// Field number for the "JBJLDPPDBBC" field. - public const int JBJLDPPDBBCFieldNumber = 9; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.LIHOCEHEPDB JBJLDPPDBBC { - get { return eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.JBJLDPPDBBC ? (global::EggLink.DanhengServer.Proto.LIHOCEHEPDB) eDAPCHIOJMD_ : null; } - set { - eDAPCHIOJMD_ = value; - eDAPCHIOJMDCase_ = value == null ? EDAPCHIOJMDOneofCase.None : EDAPCHIOJMDOneofCase.JBJLDPPDBBC; - } - } - - /// Field number for the "ECOIFNNJDAP" field. - public const int ECOIFNNJDAPFieldNumber = 5; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.AAIBAKECHCE ECOIFNNJDAP { - get { return eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.ECOIFNNJDAP ? (global::EggLink.DanhengServer.Proto.AAIBAKECHCE) eDAPCHIOJMD_ : null; } - set { - eDAPCHIOJMD_ = value; - eDAPCHIOJMDCase_ = value == null ? EDAPCHIOJMDOneofCase.None : EDAPCHIOJMDOneofCase.ECOIFNNJDAP; - } - } - - /// Field number for the "NBJICDAJDGF" field. - public const int NBJICDAJDGFFieldNumber = 12; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.FGONFNIDOHJ NBJICDAJDGF { - get { return eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.NBJICDAJDGF ? (global::EggLink.DanhengServer.Proto.FGONFNIDOHJ) eDAPCHIOJMD_ : null; } - set { - eDAPCHIOJMD_ = value; - eDAPCHIOJMDCase_ = value == null ? EDAPCHIOJMDOneofCase.None : EDAPCHIOJMDOneofCase.NBJICDAJDGF; - } - } - - /// Field number for the "GAJBFPCPIGM" field. - public const int GAJBFPCPIGMFieldNumber = 4; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.IPONFKAJENJ GAJBFPCPIGM { - get { return eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.GAJBFPCPIGM ? (global::EggLink.DanhengServer.Proto.IPONFKAJENJ) eDAPCHIOJMD_ : null; } - set { - eDAPCHIOJMD_ = value; - eDAPCHIOJMDCase_ = value == null ? EDAPCHIOJMDOneofCase.None : EDAPCHIOJMDOneofCase.GAJBFPCPIGM; - } - } - - /// Field number for the "JOPPAEMPPFH" field. - public const int JOPPAEMPPFHFieldNumber = 13; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.NALPJMLJPNP JOPPAEMPPFH { - get { return eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.JOPPAEMPPFH ? (global::EggLink.DanhengServer.Proto.NALPJMLJPNP) eDAPCHIOJMD_ : null; } - set { - eDAPCHIOJMD_ = value; - eDAPCHIOJMDCase_ = value == null ? EDAPCHIOJMDOneofCase.None : EDAPCHIOJMDOneofCase.JOPPAEMPPFH; - } - } - - /// Field number for the "JOADHBLDIMF" field. - public const int JOADHBLDIMFFieldNumber = 10; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.OHNBCHLOEBL JOADHBLDIMF { - get { return eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.JOADHBLDIMF ? (global::EggLink.DanhengServer.Proto.OHNBCHLOEBL) eDAPCHIOJMD_ : null; } - set { - eDAPCHIOJMD_ = value; - eDAPCHIOJMDCase_ = value == null ? EDAPCHIOJMDOneofCase.None : EDAPCHIOJMDOneofCase.JOADHBLDIMF; - } - } - - /// Field number for the "IEFOGHNGCMC" field. - public const int IEFOGHNGCMCFieldNumber = 3; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.BLMJNFFPMCN IEFOGHNGCMC { - get { return eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.IEFOGHNGCMC ? (global::EggLink.DanhengServer.Proto.BLMJNFFPMCN) eDAPCHIOJMD_ : null; } - set { - eDAPCHIOJMD_ = value; - eDAPCHIOJMDCase_ = value == null ? EDAPCHIOJMDOneofCase.None : EDAPCHIOJMDOneofCase.IEFOGHNGCMC; - } - } - /// Field number for the "OKDLMEJPCHE" field. public const int OKDLMEJPCHEFieldNumber = 6; private uint oKDLMEJPCHE_; @@ -243,9 +131,108 @@ namespace EggLink.DanhengServer.Proto { } } - private object eDAPCHIOJMD_; - /// Enum of possible cases for the "EDAPCHIOJMD" oneof. - public enum EDAPCHIOJMDOneofCase { + /// Field number for the "PECBIMKOOAH" field. + public const int PECBIMKOOAHFieldNumber = 1; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.COMEOLGLNKO PECBIMKOOAH { + get { return dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.PECBIMKOOAH ? (global::EggLink.DanhengServer.Proto.COMEOLGLNKO) dAHBBFOKBOM_ : null; } + set { + dAHBBFOKBOM_ = value; + dAHBBFOKBOMCase_ = value == null ? DAHBBFOKBOMOneofCase.None : DAHBBFOKBOMOneofCase.PECBIMKOOAH; + } + } + + /// Field number for the "EMLNNMLGNKH" field. + public const int EMLNNMLGNKHFieldNumber = 2; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.PBLCEJHPOPO EMLNNMLGNKH { + get { return dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.EMLNNMLGNKH ? (global::EggLink.DanhengServer.Proto.PBLCEJHPOPO) dAHBBFOKBOM_ : null; } + set { + dAHBBFOKBOM_ = value; + dAHBBFOKBOMCase_ = value == null ? DAHBBFOKBOMOneofCase.None : DAHBBFOKBOMOneofCase.EMLNNMLGNKH; + } + } + + /// Field number for the "JBJLDPPDBBC" field. + public const int JBJLDPPDBBCFieldNumber = 9; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.LIHOCEHEPDB JBJLDPPDBBC { + get { return dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.JBJLDPPDBBC ? (global::EggLink.DanhengServer.Proto.LIHOCEHEPDB) dAHBBFOKBOM_ : null; } + set { + dAHBBFOKBOM_ = value; + dAHBBFOKBOMCase_ = value == null ? DAHBBFOKBOMOneofCase.None : DAHBBFOKBOMOneofCase.JBJLDPPDBBC; + } + } + + /// Field number for the "ECOIFNNJDAP" field. + public const int ECOIFNNJDAPFieldNumber = 5; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.AAIBAKECHCE ECOIFNNJDAP { + get { return dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.ECOIFNNJDAP ? (global::EggLink.DanhengServer.Proto.AAIBAKECHCE) dAHBBFOKBOM_ : null; } + set { + dAHBBFOKBOM_ = value; + dAHBBFOKBOMCase_ = value == null ? DAHBBFOKBOMOneofCase.None : DAHBBFOKBOMOneofCase.ECOIFNNJDAP; + } + } + + /// Field number for the "NBJICDAJDGF" field. + public const int NBJICDAJDGFFieldNumber = 12; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.FGONFNIDOHJ NBJICDAJDGF { + get { return dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.NBJICDAJDGF ? (global::EggLink.DanhengServer.Proto.FGONFNIDOHJ) dAHBBFOKBOM_ : null; } + set { + dAHBBFOKBOM_ = value; + dAHBBFOKBOMCase_ = value == null ? DAHBBFOKBOMOneofCase.None : DAHBBFOKBOMOneofCase.NBJICDAJDGF; + } + } + + /// Field number for the "GAJBFPCPIGM" field. + public const int GAJBFPCPIGMFieldNumber = 4; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.IPONFKAJENJ GAJBFPCPIGM { + get { return dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.GAJBFPCPIGM ? (global::EggLink.DanhengServer.Proto.IPONFKAJENJ) dAHBBFOKBOM_ : null; } + set { + dAHBBFOKBOM_ = value; + dAHBBFOKBOMCase_ = value == null ? DAHBBFOKBOMOneofCase.None : DAHBBFOKBOMOneofCase.GAJBFPCPIGM; + } + } + + /// Field number for the "JOPPAEMPPFH" field. + public const int JOPPAEMPPFHFieldNumber = 13; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.NALPJMLJPNP JOPPAEMPPFH { + get { return dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.JOPPAEMPPFH ? (global::EggLink.DanhengServer.Proto.NALPJMLJPNP) dAHBBFOKBOM_ : null; } + set { + dAHBBFOKBOM_ = value; + dAHBBFOKBOMCase_ = value == null ? DAHBBFOKBOMOneofCase.None : DAHBBFOKBOMOneofCase.JOPPAEMPPFH; + } + } + + /// Field number for the "JOADHBLDIMF" field. + public const int JOADHBLDIMFFieldNumber = 10; + /// + ///BLMJNFFPMCN IEFOGHNGCMC = 3; + /// + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.OHNBCHLOEBL JOADHBLDIMF { + get { return dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.JOADHBLDIMF ? (global::EggLink.DanhengServer.Proto.OHNBCHLOEBL) dAHBBFOKBOM_ : null; } + set { + dAHBBFOKBOM_ = value; + dAHBBFOKBOMCase_ = value == null ? DAHBBFOKBOMOneofCase.None : DAHBBFOKBOMOneofCase.JOADHBLDIMF; + } + } + + private object dAHBBFOKBOM_; + /// Enum of possible cases for the "DAHBBFOKBOM" oneof. + public enum DAHBBFOKBOMOneofCase { None = 0, PECBIMKOOAH = 1, EMLNNMLGNKH = 2, @@ -255,20 +242,19 @@ namespace EggLink.DanhengServer.Proto { GAJBFPCPIGM = 4, JOPPAEMPPFH = 13, JOADHBLDIMF = 10, - IEFOGHNGCMC = 3, } - private EDAPCHIOJMDOneofCase eDAPCHIOJMDCase_ = EDAPCHIOJMDOneofCase.None; + private DAHBBFOKBOMOneofCase dAHBBFOKBOMCase_ = DAHBBFOKBOMOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public EDAPCHIOJMDOneofCase EDAPCHIOJMDCase { - get { return eDAPCHIOJMDCase_; } + public DAHBBFOKBOMOneofCase DAHBBFOKBOMCase { + get { return dAHBBFOKBOMCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearEDAPCHIOJMD() { - eDAPCHIOJMDCase_ = EDAPCHIOJMDOneofCase.None; - eDAPCHIOJMD_ = null; + public void ClearDAHBBFOKBOM() { + dAHBBFOKBOMCase_ = DAHBBFOKBOMOneofCase.None; + dAHBBFOKBOM_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -286,6 +272,7 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } + if (OKDLMEJPCHE != other.OKDLMEJPCHE) return false; if (!object.Equals(PECBIMKOOAH, other.PECBIMKOOAH)) return false; if (!object.Equals(EMLNNMLGNKH, other.EMLNNMLGNKH)) return false; if (!object.Equals(JBJLDPPDBBC, other.JBJLDPPDBBC)) return false; @@ -294,9 +281,7 @@ namespace EggLink.DanhengServer.Proto { if (!object.Equals(GAJBFPCPIGM, other.GAJBFPCPIGM)) return false; if (!object.Equals(JOPPAEMPPFH, other.JOPPAEMPPFH)) return false; if (!object.Equals(JOADHBLDIMF, other.JOADHBLDIMF)) return false; - if (!object.Equals(IEFOGHNGCMC, other.IEFOGHNGCMC)) return false; - if (OKDLMEJPCHE != other.OKDLMEJPCHE) return false; - if (EDAPCHIOJMDCase != other.EDAPCHIOJMDCase) return false; + if (DAHBBFOKBOMCase != other.DAHBBFOKBOMCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -304,17 +289,16 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.PECBIMKOOAH) hash ^= PECBIMKOOAH.GetHashCode(); - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.EMLNNMLGNKH) hash ^= EMLNNMLGNKH.GetHashCode(); - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.JBJLDPPDBBC) hash ^= JBJLDPPDBBC.GetHashCode(); - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.ECOIFNNJDAP) hash ^= ECOIFNNJDAP.GetHashCode(); - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.NBJICDAJDGF) hash ^= NBJICDAJDGF.GetHashCode(); - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.GAJBFPCPIGM) hash ^= GAJBFPCPIGM.GetHashCode(); - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.JOPPAEMPPFH) hash ^= JOPPAEMPPFH.GetHashCode(); - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.JOADHBLDIMF) hash ^= JOADHBLDIMF.GetHashCode(); - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.IEFOGHNGCMC) hash ^= IEFOGHNGCMC.GetHashCode(); if (OKDLMEJPCHE != 0) hash ^= OKDLMEJPCHE.GetHashCode(); - hash ^= (int) eDAPCHIOJMDCase_; + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.PECBIMKOOAH) hash ^= PECBIMKOOAH.GetHashCode(); + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.EMLNNMLGNKH) hash ^= EMLNNMLGNKH.GetHashCode(); + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.JBJLDPPDBBC) hash ^= JBJLDPPDBBC.GetHashCode(); + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.ECOIFNNJDAP) hash ^= ECOIFNNJDAP.GetHashCode(); + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.NBJICDAJDGF) hash ^= NBJICDAJDGF.GetHashCode(); + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.GAJBFPCPIGM) hash ^= GAJBFPCPIGM.GetHashCode(); + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.JOPPAEMPPFH) hash ^= JOPPAEMPPFH.GetHashCode(); + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.JOADHBLDIMF) hash ^= JOADHBLDIMF.GetHashCode(); + hash ^= (int) dAHBBFOKBOMCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -333,23 +317,19 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.PECBIMKOOAH) { + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.PECBIMKOOAH) { output.WriteRawTag(10); output.WriteMessage(PECBIMKOOAH); } - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.EMLNNMLGNKH) { + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.EMLNNMLGNKH) { output.WriteRawTag(18); output.WriteMessage(EMLNNMLGNKH); } - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.IEFOGHNGCMC) { - output.WriteRawTag(26); - output.WriteMessage(IEFOGHNGCMC); - } - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.GAJBFPCPIGM) { + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.GAJBFPCPIGM) { output.WriteRawTag(34); output.WriteMessage(GAJBFPCPIGM); } - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.ECOIFNNJDAP) { + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.ECOIFNNJDAP) { output.WriteRawTag(42); output.WriteMessage(ECOIFNNJDAP); } @@ -357,19 +337,19 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(48); output.WriteUInt32(OKDLMEJPCHE); } - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.JBJLDPPDBBC) { + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.JBJLDPPDBBC) { output.WriteRawTag(74); output.WriteMessage(JBJLDPPDBBC); } - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.JOADHBLDIMF) { + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.JOADHBLDIMF) { output.WriteRawTag(82); output.WriteMessage(JOADHBLDIMF); } - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.NBJICDAJDGF) { + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.NBJICDAJDGF) { output.WriteRawTag(98); output.WriteMessage(NBJICDAJDGF); } - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.JOPPAEMPPFH) { + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.JOPPAEMPPFH) { output.WriteRawTag(106); output.WriteMessage(JOPPAEMPPFH); } @@ -383,23 +363,19 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.PECBIMKOOAH) { + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.PECBIMKOOAH) { output.WriteRawTag(10); output.WriteMessage(PECBIMKOOAH); } - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.EMLNNMLGNKH) { + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.EMLNNMLGNKH) { output.WriteRawTag(18); output.WriteMessage(EMLNNMLGNKH); } - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.IEFOGHNGCMC) { - output.WriteRawTag(26); - output.WriteMessage(IEFOGHNGCMC); - } - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.GAJBFPCPIGM) { + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.GAJBFPCPIGM) { output.WriteRawTag(34); output.WriteMessage(GAJBFPCPIGM); } - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.ECOIFNNJDAP) { + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.ECOIFNNJDAP) { output.WriteRawTag(42); output.WriteMessage(ECOIFNNJDAP); } @@ -407,19 +383,19 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(48); output.WriteUInt32(OKDLMEJPCHE); } - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.JBJLDPPDBBC) { + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.JBJLDPPDBBC) { output.WriteRawTag(74); output.WriteMessage(JBJLDPPDBBC); } - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.JOADHBLDIMF) { + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.JOADHBLDIMF) { output.WriteRawTag(82); output.WriteMessage(JOADHBLDIMF); } - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.NBJICDAJDGF) { + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.NBJICDAJDGF) { output.WriteRawTag(98); output.WriteMessage(NBJICDAJDGF); } - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.JOPPAEMPPFH) { + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.JOPPAEMPPFH) { output.WriteRawTag(106); output.WriteMessage(JOPPAEMPPFH); } @@ -433,36 +409,33 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.PECBIMKOOAH) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(PECBIMKOOAH); - } - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.EMLNNMLGNKH) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(EMLNNMLGNKH); - } - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.JBJLDPPDBBC) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(JBJLDPPDBBC); - } - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.ECOIFNNJDAP) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(ECOIFNNJDAP); - } - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.NBJICDAJDGF) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(NBJICDAJDGF); - } - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.GAJBFPCPIGM) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(GAJBFPCPIGM); - } - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.JOPPAEMPPFH) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(JOPPAEMPPFH); - } - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.JOADHBLDIMF) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(JOADHBLDIMF); - } - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.IEFOGHNGCMC) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(IEFOGHNGCMC); - } if (OKDLMEJPCHE != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OKDLMEJPCHE); } + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.PECBIMKOOAH) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(PECBIMKOOAH); + } + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.EMLNNMLGNKH) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(EMLNNMLGNKH); + } + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.JBJLDPPDBBC) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(JBJLDPPDBBC); + } + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.ECOIFNNJDAP) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(ECOIFNNJDAP); + } + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.NBJICDAJDGF) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(NBJICDAJDGF); + } + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.GAJBFPCPIGM) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(GAJBFPCPIGM); + } + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.JOPPAEMPPFH) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(JOPPAEMPPFH); + } + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.JOADHBLDIMF) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(JOADHBLDIMF); + } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -478,61 +451,55 @@ namespace EggLink.DanhengServer.Proto { if (other.OKDLMEJPCHE != 0) { OKDLMEJPCHE = other.OKDLMEJPCHE; } - switch (other.EDAPCHIOJMDCase) { - case EDAPCHIOJMDOneofCase.PECBIMKOOAH: + switch (other.DAHBBFOKBOMCase) { + case DAHBBFOKBOMOneofCase.PECBIMKOOAH: if (PECBIMKOOAH == null) { PECBIMKOOAH = new global::EggLink.DanhengServer.Proto.COMEOLGLNKO(); } PECBIMKOOAH.MergeFrom(other.PECBIMKOOAH); break; - case EDAPCHIOJMDOneofCase.EMLNNMLGNKH: + case DAHBBFOKBOMOneofCase.EMLNNMLGNKH: if (EMLNNMLGNKH == null) { EMLNNMLGNKH = new global::EggLink.DanhengServer.Proto.PBLCEJHPOPO(); } EMLNNMLGNKH.MergeFrom(other.EMLNNMLGNKH); break; - case EDAPCHIOJMDOneofCase.JBJLDPPDBBC: + case DAHBBFOKBOMOneofCase.JBJLDPPDBBC: if (JBJLDPPDBBC == null) { JBJLDPPDBBC = new global::EggLink.DanhengServer.Proto.LIHOCEHEPDB(); } JBJLDPPDBBC.MergeFrom(other.JBJLDPPDBBC); break; - case EDAPCHIOJMDOneofCase.ECOIFNNJDAP: + case DAHBBFOKBOMOneofCase.ECOIFNNJDAP: if (ECOIFNNJDAP == null) { ECOIFNNJDAP = new global::EggLink.DanhengServer.Proto.AAIBAKECHCE(); } ECOIFNNJDAP.MergeFrom(other.ECOIFNNJDAP); break; - case EDAPCHIOJMDOneofCase.NBJICDAJDGF: + case DAHBBFOKBOMOneofCase.NBJICDAJDGF: if (NBJICDAJDGF == null) { NBJICDAJDGF = new global::EggLink.DanhengServer.Proto.FGONFNIDOHJ(); } NBJICDAJDGF.MergeFrom(other.NBJICDAJDGF); break; - case EDAPCHIOJMDOneofCase.GAJBFPCPIGM: + case DAHBBFOKBOMOneofCase.GAJBFPCPIGM: if (GAJBFPCPIGM == null) { GAJBFPCPIGM = new global::EggLink.DanhengServer.Proto.IPONFKAJENJ(); } GAJBFPCPIGM.MergeFrom(other.GAJBFPCPIGM); break; - case EDAPCHIOJMDOneofCase.JOPPAEMPPFH: + case DAHBBFOKBOMOneofCase.JOPPAEMPPFH: if (JOPPAEMPPFH == null) { JOPPAEMPPFH = new global::EggLink.DanhengServer.Proto.NALPJMLJPNP(); } JOPPAEMPPFH.MergeFrom(other.JOPPAEMPPFH); break; - case EDAPCHIOJMDOneofCase.JOADHBLDIMF: + case DAHBBFOKBOMOneofCase.JOADHBLDIMF: if (JOADHBLDIMF == null) { JOADHBLDIMF = new global::EggLink.DanhengServer.Proto.OHNBCHLOEBL(); } JOADHBLDIMF.MergeFrom(other.JOADHBLDIMF); break; - case EDAPCHIOJMDOneofCase.IEFOGHNGCMC: - if (IEFOGHNGCMC == null) { - IEFOGHNGCMC = new global::EggLink.DanhengServer.Proto.BLMJNFFPMCN(); - } - IEFOGHNGCMC.MergeFrom(other.IEFOGHNGCMC); - break; } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); @@ -552,7 +519,7 @@ namespace EggLink.DanhengServer.Proto { break; case 10: { global::EggLink.DanhengServer.Proto.COMEOLGLNKO subBuilder = new global::EggLink.DanhengServer.Proto.COMEOLGLNKO(); - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.PECBIMKOOAH) { + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.PECBIMKOOAH) { subBuilder.MergeFrom(PECBIMKOOAH); } input.ReadMessage(subBuilder); @@ -561,25 +528,16 @@ namespace EggLink.DanhengServer.Proto { } case 18: { global::EggLink.DanhengServer.Proto.PBLCEJHPOPO subBuilder = new global::EggLink.DanhengServer.Proto.PBLCEJHPOPO(); - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.EMLNNMLGNKH) { + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.EMLNNMLGNKH) { subBuilder.MergeFrom(EMLNNMLGNKH); } input.ReadMessage(subBuilder); EMLNNMLGNKH = subBuilder; break; } - case 26: { - global::EggLink.DanhengServer.Proto.BLMJNFFPMCN subBuilder = new global::EggLink.DanhengServer.Proto.BLMJNFFPMCN(); - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.IEFOGHNGCMC) { - subBuilder.MergeFrom(IEFOGHNGCMC); - } - input.ReadMessage(subBuilder); - IEFOGHNGCMC = subBuilder; - break; - } case 34: { global::EggLink.DanhengServer.Proto.IPONFKAJENJ subBuilder = new global::EggLink.DanhengServer.Proto.IPONFKAJENJ(); - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.GAJBFPCPIGM) { + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.GAJBFPCPIGM) { subBuilder.MergeFrom(GAJBFPCPIGM); } input.ReadMessage(subBuilder); @@ -588,7 +546,7 @@ namespace EggLink.DanhengServer.Proto { } case 42: { global::EggLink.DanhengServer.Proto.AAIBAKECHCE subBuilder = new global::EggLink.DanhengServer.Proto.AAIBAKECHCE(); - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.ECOIFNNJDAP) { + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.ECOIFNNJDAP) { subBuilder.MergeFrom(ECOIFNNJDAP); } input.ReadMessage(subBuilder); @@ -601,7 +559,7 @@ namespace EggLink.DanhengServer.Proto { } case 74: { global::EggLink.DanhengServer.Proto.LIHOCEHEPDB subBuilder = new global::EggLink.DanhengServer.Proto.LIHOCEHEPDB(); - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.JBJLDPPDBBC) { + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.JBJLDPPDBBC) { subBuilder.MergeFrom(JBJLDPPDBBC); } input.ReadMessage(subBuilder); @@ -610,7 +568,7 @@ namespace EggLink.DanhengServer.Proto { } case 82: { global::EggLink.DanhengServer.Proto.OHNBCHLOEBL subBuilder = new global::EggLink.DanhengServer.Proto.OHNBCHLOEBL(); - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.JOADHBLDIMF) { + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.JOADHBLDIMF) { subBuilder.MergeFrom(JOADHBLDIMF); } input.ReadMessage(subBuilder); @@ -619,7 +577,7 @@ namespace EggLink.DanhengServer.Proto { } case 98: { global::EggLink.DanhengServer.Proto.FGONFNIDOHJ subBuilder = new global::EggLink.DanhengServer.Proto.FGONFNIDOHJ(); - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.NBJICDAJDGF) { + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.NBJICDAJDGF) { subBuilder.MergeFrom(NBJICDAJDGF); } input.ReadMessage(subBuilder); @@ -628,7 +586,7 @@ namespace EggLink.DanhengServer.Proto { } case 106: { global::EggLink.DanhengServer.Proto.NALPJMLJPNP subBuilder = new global::EggLink.DanhengServer.Proto.NALPJMLJPNP(); - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.JOPPAEMPPFH) { + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.JOPPAEMPPFH) { subBuilder.MergeFrom(JOPPAEMPPFH); } input.ReadMessage(subBuilder); @@ -652,7 +610,7 @@ namespace EggLink.DanhengServer.Proto { break; case 10: { global::EggLink.DanhengServer.Proto.COMEOLGLNKO subBuilder = new global::EggLink.DanhengServer.Proto.COMEOLGLNKO(); - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.PECBIMKOOAH) { + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.PECBIMKOOAH) { subBuilder.MergeFrom(PECBIMKOOAH); } input.ReadMessage(subBuilder); @@ -661,25 +619,16 @@ namespace EggLink.DanhengServer.Proto { } case 18: { global::EggLink.DanhengServer.Proto.PBLCEJHPOPO subBuilder = new global::EggLink.DanhengServer.Proto.PBLCEJHPOPO(); - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.EMLNNMLGNKH) { + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.EMLNNMLGNKH) { subBuilder.MergeFrom(EMLNNMLGNKH); } input.ReadMessage(subBuilder); EMLNNMLGNKH = subBuilder; break; } - case 26: { - global::EggLink.DanhengServer.Proto.BLMJNFFPMCN subBuilder = new global::EggLink.DanhengServer.Proto.BLMJNFFPMCN(); - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.IEFOGHNGCMC) { - subBuilder.MergeFrom(IEFOGHNGCMC); - } - input.ReadMessage(subBuilder); - IEFOGHNGCMC = subBuilder; - break; - } case 34: { global::EggLink.DanhengServer.Proto.IPONFKAJENJ subBuilder = new global::EggLink.DanhengServer.Proto.IPONFKAJENJ(); - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.GAJBFPCPIGM) { + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.GAJBFPCPIGM) { subBuilder.MergeFrom(GAJBFPCPIGM); } input.ReadMessage(subBuilder); @@ -688,7 +637,7 @@ namespace EggLink.DanhengServer.Proto { } case 42: { global::EggLink.DanhengServer.Proto.AAIBAKECHCE subBuilder = new global::EggLink.DanhengServer.Proto.AAIBAKECHCE(); - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.ECOIFNNJDAP) { + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.ECOIFNNJDAP) { subBuilder.MergeFrom(ECOIFNNJDAP); } input.ReadMessage(subBuilder); @@ -701,7 +650,7 @@ namespace EggLink.DanhengServer.Proto { } case 74: { global::EggLink.DanhengServer.Proto.LIHOCEHEPDB subBuilder = new global::EggLink.DanhengServer.Proto.LIHOCEHEPDB(); - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.JBJLDPPDBBC) { + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.JBJLDPPDBBC) { subBuilder.MergeFrom(JBJLDPPDBBC); } input.ReadMessage(subBuilder); @@ -710,7 +659,7 @@ namespace EggLink.DanhengServer.Proto { } case 82: { global::EggLink.DanhengServer.Proto.OHNBCHLOEBL subBuilder = new global::EggLink.DanhengServer.Proto.OHNBCHLOEBL(); - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.JOADHBLDIMF) { + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.JOADHBLDIMF) { subBuilder.MergeFrom(JOADHBLDIMF); } input.ReadMessage(subBuilder); @@ -719,7 +668,7 @@ namespace EggLink.DanhengServer.Proto { } case 98: { global::EggLink.DanhengServer.Proto.FGONFNIDOHJ subBuilder = new global::EggLink.DanhengServer.Proto.FGONFNIDOHJ(); - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.NBJICDAJDGF) { + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.NBJICDAJDGF) { subBuilder.MergeFrom(NBJICDAJDGF); } input.ReadMessage(subBuilder); @@ -728,7 +677,7 @@ namespace EggLink.DanhengServer.Proto { } case 106: { global::EggLink.DanhengServer.Proto.NALPJMLJPNP subBuilder = new global::EggLink.DanhengServer.Proto.NALPJMLJPNP(); - if (eDAPCHIOJMDCase_ == EDAPCHIOJMDOneofCase.JOPPAEMPPFH) { + if (dAHBBFOKBOMCase_ == DAHBBFOKBOMOneofCase.JOPPAEMPPFH) { subBuilder.MergeFrom(JOPPAEMPPFH); } input.ReadMessage(subBuilder); diff --git a/Proto/LCIKAFGBDLH.cs b/Proto/LCIKAFGBDLH.cs deleted file mode 100644 index 07fae56b..00000000 --- a/Proto/LCIKAFGBDLH.cs +++ /dev/null @@ -1,271 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: LCIKAFGBDLH.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from LCIKAFGBDLH.proto - public static partial class LCIKAFGBDLHReflection { - - #region Descriptor - /// File descriptor for LCIKAFGBDLH.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static LCIKAFGBDLHReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFMQ0lLQUZHQkRMSC5wcm90byI3CgtMQ0lLQUZHQkRMSBITCgtOTkdPUEFL", - "SklDQxgHIAEoDRITCgtMRUNESEREQ0VJQRgPIAEoCEIeqgIbRWdnTGluay5E", - "YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.LCIKAFGBDLH), global::EggLink.DanhengServer.Proto.LCIKAFGBDLH.Parser, new[]{ "NNGOPAKJICC", "LECDHDDCEIA" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class LCIKAFGBDLH : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new LCIKAFGBDLH()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.LCIKAFGBDLHReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public LCIKAFGBDLH() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public LCIKAFGBDLH(LCIKAFGBDLH other) : this() { - nNGOPAKJICC_ = other.nNGOPAKJICC_; - lECDHDDCEIA_ = other.lECDHDDCEIA_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public LCIKAFGBDLH Clone() { - return new LCIKAFGBDLH(this); - } - - /// Field number for the "NNGOPAKJICC" field. - public const int NNGOPAKJICCFieldNumber = 7; - private uint nNGOPAKJICC_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint NNGOPAKJICC { - get { return nNGOPAKJICC_; } - set { - nNGOPAKJICC_ = value; - } - } - - /// Field number for the "LECDHDDCEIA" field. - public const int LECDHDDCEIAFieldNumber = 15; - private bool lECDHDDCEIA_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool LECDHDDCEIA { - get { return lECDHDDCEIA_; } - set { - lECDHDDCEIA_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as LCIKAFGBDLH); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(LCIKAFGBDLH other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (NNGOPAKJICC != other.NNGOPAKJICC) return false; - if (LECDHDDCEIA != other.LECDHDDCEIA) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (NNGOPAKJICC != 0) hash ^= NNGOPAKJICC.GetHashCode(); - if (LECDHDDCEIA != false) hash ^= LECDHDDCEIA.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (NNGOPAKJICC != 0) { - output.WriteRawTag(56); - output.WriteUInt32(NNGOPAKJICC); - } - if (LECDHDDCEIA != false) { - output.WriteRawTag(120); - output.WriteBool(LECDHDDCEIA); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (NNGOPAKJICC != 0) { - output.WriteRawTag(56); - output.WriteUInt32(NNGOPAKJICC); - } - if (LECDHDDCEIA != false) { - output.WriteRawTag(120); - output.WriteBool(LECDHDDCEIA); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (NNGOPAKJICC != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NNGOPAKJICC); - } - if (LECDHDDCEIA != false) { - size += 1 + 1; - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(LCIKAFGBDLH other) { - if (other == null) { - return; - } - if (other.NNGOPAKJICC != 0) { - NNGOPAKJICC = other.NNGOPAKJICC; - } - if (other.LECDHDDCEIA != false) { - LECDHDDCEIA = other.LECDHDDCEIA; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 56: { - NNGOPAKJICC = input.ReadUInt32(); - break; - } - case 120: { - LECDHDDCEIA = input.ReadBool(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 56: { - NNGOPAKJICC = input.ReadUInt32(); - break; - } - case 120: { - LECDHDDCEIA = input.ReadBool(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/LGJMDNNMPPE.cs b/Proto/LGJMDNNMPPE.cs index 32691214..775a68b0 100644 --- a/Proto/LGJMDNNMPPE.cs +++ b/Proto/LGJMDNNMPPE.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static LGJMDNNMPPEReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFMR0pNRE5OTVBQRS5wcm90bxoRUExHRENGSVBFQUEucHJvdG8aEUlMQUVL", - "SkNORU1GLnByb3RvGhFNQVBPTU9JTEdFSC5wcm90byJ2CgtMR0pNRE5OTVBQ", + "ChFMR0pNRE5OTVBQRS5wcm90bxoRTUFQT01PSUxHRUgucHJvdG8aEVBMR0RD", + "RklQRUFBLnByb3RvGhFJTEFFS0pDTkVNRi5wcm90byJ2CgtMR0pNRE5OTVBQ", "RRIhCgtOT0xIR05IQUVNQRgIIAEoCzIMLklMQUVLSkNORU1GEiEKC0tKS0JL", "RUdJR0hLGAUgASgLMgwuUExHRENGSVBFQUESIQoLT05HUEpPR0tLSk4YDSAB", "KAsyDC5NQVBPTU9JTEdFSEIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlBy", "b3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PLGDCFIPEAAReflection.Descriptor, global::EggLink.DanhengServer.Proto.ILAEKJCNEMFReflection.Descriptor, global::EggLink.DanhengServer.Proto.MAPOMOILGEHReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MAPOMOILGEHReflection.Descriptor, global::EggLink.DanhengServer.Proto.PLGDCFIPEAAReflection.Descriptor, global::EggLink.DanhengServer.Proto.ILAEKJCNEMFReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.LGJMDNNMPPE), global::EggLink.DanhengServer.Proto.LGJMDNNMPPE.Parser, new[]{ "NOLHGNHAEMA", "KJKBKEGIGHK", "ONGPJOGKKJN" }, null, null, null, null) })); diff --git a/Proto/LHBDNBMDMLD.cs b/Proto/LHBDNBMDMLD.cs deleted file mode 100644 index dedfd537..00000000 --- a/Proto/LHBDNBMDMLD.cs +++ /dev/null @@ -1,234 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: LHBDNBMDMLD.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from LHBDNBMDMLD.proto - public static partial class LHBDNBMDMLDReflection { - - #region Descriptor - /// File descriptor for LHBDNBMDMLD.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static LHBDNBMDMLDReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFMSEJETkJNRE1MRC5wcm90byIiCgtMSEJETkJNRE1MRBITCgtIQ0ZQT0ZN", - "REdLThgJIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", - "cm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.LHBDNBMDMLD), global::EggLink.DanhengServer.Proto.LHBDNBMDMLD.Parser, new[]{ "HCFPOFMDGKN" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class LHBDNBMDMLD : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new LHBDNBMDMLD()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.LHBDNBMDMLDReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public LHBDNBMDMLD() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public LHBDNBMDMLD(LHBDNBMDMLD other) : this() { - hCFPOFMDGKN_ = other.hCFPOFMDGKN_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public LHBDNBMDMLD Clone() { - return new LHBDNBMDMLD(this); - } - - /// Field number for the "HCFPOFMDGKN" field. - public const int HCFPOFMDGKNFieldNumber = 9; - private uint hCFPOFMDGKN_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint HCFPOFMDGKN { - get { return hCFPOFMDGKN_; } - set { - hCFPOFMDGKN_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as LHBDNBMDMLD); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(LHBDNBMDMLD other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (HCFPOFMDGKN != other.HCFPOFMDGKN) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (HCFPOFMDGKN != 0) hash ^= HCFPOFMDGKN.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (HCFPOFMDGKN != 0) { - output.WriteRawTag(72); - output.WriteUInt32(HCFPOFMDGKN); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (HCFPOFMDGKN != 0) { - output.WriteRawTag(72); - output.WriteUInt32(HCFPOFMDGKN); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (HCFPOFMDGKN != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HCFPOFMDGKN); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(LHBDNBMDMLD other) { - if (other == null) { - return; - } - if (other.HCFPOFMDGKN != 0) { - HCFPOFMDGKN = other.HCFPOFMDGKN; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 72: { - HCFPOFMDGKN = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 72: { - HCFPOFMDGKN = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/LHLEEHCBMOL.cs b/Proto/LHLEEHCBMOL.cs index 7430ddde..6df8b715 100644 --- a/Proto/LHLEEHCBMOL.cs +++ b/Proto/LHLEEHCBMOL.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static LHLEEHCBMOLReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFMSExFRUhDQk1PTC5wcm90bxoRR09DS0JMTkpJQkcucHJvdG8aEU1BT05O", - "TkVMR0NDLnByb3RvIqQBCgtMSExFRUhDQk1PTBIhCgtLQkdEQ0VISUZGShgG", + "ChFMSExFRUhDQk1PTC5wcm90bxoRTUFPTk5ORUxHQ0MucHJvdG8aEUdPQ0tC", + "TE5KSUJHLnByb3RvIqQBCgtMSExFRUhDQk1PTBIhCgtLQkdEQ0VISUZGShgG", "IAMoCzIMLk1BT05OTkVMR0NDEhEKCWN1cl9pbmRleBgFIAEoDRIgCgpza2ls", "bF9saXN0GAcgAygLMgwuR09DS0JMTkpJQkcSEwoLUEtJREJER1BJTE8YCSAB", "KA0SEwoLQ0ZLUEFJQ0RKUEoYCCADKA0SEwoLT0FGQUFFRU1ORkIYAyABKA1C", "HqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GOCKBLNJIBGReflection.Descriptor, global::EggLink.DanhengServer.Proto.MAONNNELGCCReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MAONNNELGCCReflection.Descriptor, global::EggLink.DanhengServer.Proto.GOCKBLNJIBGReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.LHLEEHCBMOL), global::EggLink.DanhengServer.Proto.LHLEEHCBMOL.Parser, new[]{ "KBGDCEHIFFJ", "CurIndex", "SkillList", "PKIDBDGPILO", "CFKPAICDJPJ", "OAFAAEEMNFB" }, null, null, null, null) })); diff --git a/Proto/LJNPGKDOJHO.cs b/Proto/LJNPGKDOJHO.cs deleted file mode 100644 index bca6f667..00000000 --- a/Proto/LJNPGKDOJHO.cs +++ /dev/null @@ -1,512 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: LJNPGKDOJHO.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from LJNPGKDOJHO.proto - public static partial class LJNPGKDOJHOReflection { - - #region Descriptor - /// File descriptor for LJNPGKDOJHO.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static LJNPGKDOJHOReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFMSk5QR0tET0pITy5wcm90bxoRSENKSk9PRktDSkgucHJvdG8i5QEKC0xK", - "TlBHS0RPSkhPEhsKE21vbnN0ZXJfYmF0dGxlX3R5cGUYASABKA0SEwoLREJB", - "RExORk9QQU8YAiABKAQSEAoIbGV2ZWxfaWQYAyABKA0SFAoMbWFyYmxlX2xl", - "dmVsGAQgASgNEiEKC0JJRUNHRklNQ0ZCGAUgAygLMgwuSENKSk9PRktDSkgS", - "DAoEcmFuaxgGIAEoDRITCgtFS0xEUEFMTkxEQxgHIAEoBBIhCgtGRkZHRkNQ", - "SEJQThgIIAMoCzIMLkhDSkpPT0ZLQ0pIEhMKC0pCTE1HTlBNQURNGAkgASgN", - "Qh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.HCJJOOFKCJHReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.LJNPGKDOJHO), global::EggLink.DanhengServer.Proto.LJNPGKDOJHO.Parser, new[]{ "MonsterBattleType", "DBADLNFOPAO", "LevelId", "MarbleLevel", "BIECGFIMCFB", "Rank", "EKLDPALNLDC", "FFFGFCPHBPN", "JBLMGNPMADM" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class LJNPGKDOJHO : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new LJNPGKDOJHO()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.LJNPGKDOJHOReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public LJNPGKDOJHO() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public LJNPGKDOJHO(LJNPGKDOJHO other) : this() { - monsterBattleType_ = other.monsterBattleType_; - dBADLNFOPAO_ = other.dBADLNFOPAO_; - levelId_ = other.levelId_; - marbleLevel_ = other.marbleLevel_; - bIECGFIMCFB_ = other.bIECGFIMCFB_.Clone(); - rank_ = other.rank_; - eKLDPALNLDC_ = other.eKLDPALNLDC_; - fFFGFCPHBPN_ = other.fFFGFCPHBPN_.Clone(); - jBLMGNPMADM_ = other.jBLMGNPMADM_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public LJNPGKDOJHO Clone() { - return new LJNPGKDOJHO(this); - } - - /// Field number for the "monster_battle_type" field. - public const int MonsterBattleTypeFieldNumber = 1; - private uint monsterBattleType_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint MonsterBattleType { - get { return monsterBattleType_; } - set { - monsterBattleType_ = value; - } - } - - /// Field number for the "DBADLNFOPAO" field. - public const int DBADLNFOPAOFieldNumber = 2; - private ulong dBADLNFOPAO_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ulong DBADLNFOPAO { - get { return dBADLNFOPAO_; } - set { - dBADLNFOPAO_ = value; - } - } - - /// Field number for the "level_id" field. - public const int LevelIdFieldNumber = 3; - private uint levelId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint LevelId { - get { return levelId_; } - set { - levelId_ = value; - } - } - - /// Field number for the "marble_level" field. - public const int MarbleLevelFieldNumber = 4; - private uint marbleLevel_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint MarbleLevel { - get { return marbleLevel_; } - set { - marbleLevel_ = value; - } - } - - /// Field number for the "BIECGFIMCFB" field. - public const int BIECGFIMCFBFieldNumber = 5; - private static readonly pb::FieldCodec _repeated_bIECGFIMCFB_codec - = pb::FieldCodec.ForMessage(42, global::EggLink.DanhengServer.Proto.HCJJOOFKCJH.Parser); - private readonly pbc::RepeatedField bIECGFIMCFB_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField BIECGFIMCFB { - get { return bIECGFIMCFB_; } - } - - /// Field number for the "rank" field. - public const int RankFieldNumber = 6; - private uint rank_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint Rank { - get { return rank_; } - set { - rank_ = value; - } - } - - /// Field number for the "EKLDPALNLDC" field. - public const int EKLDPALNLDCFieldNumber = 7; - private ulong eKLDPALNLDC_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ulong EKLDPALNLDC { - get { return eKLDPALNLDC_; } - set { - eKLDPALNLDC_ = value; - } - } - - /// Field number for the "FFFGFCPHBPN" field. - public const int FFFGFCPHBPNFieldNumber = 8; - private static readonly pb::FieldCodec _repeated_fFFGFCPHBPN_codec - = pb::FieldCodec.ForMessage(66, global::EggLink.DanhengServer.Proto.HCJJOOFKCJH.Parser); - private readonly pbc::RepeatedField fFFGFCPHBPN_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField FFFGFCPHBPN { - get { return fFFGFCPHBPN_; } - } - - /// Field number for the "JBLMGNPMADM" field. - public const int JBLMGNPMADMFieldNumber = 9; - private uint jBLMGNPMADM_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint JBLMGNPMADM { - get { return jBLMGNPMADM_; } - set { - jBLMGNPMADM_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as LJNPGKDOJHO); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(LJNPGKDOJHO other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (MonsterBattleType != other.MonsterBattleType) return false; - if (DBADLNFOPAO != other.DBADLNFOPAO) return false; - if (LevelId != other.LevelId) return false; - if (MarbleLevel != other.MarbleLevel) return false; - if(!bIECGFIMCFB_.Equals(other.bIECGFIMCFB_)) return false; - if (Rank != other.Rank) return false; - if (EKLDPALNLDC != other.EKLDPALNLDC) return false; - if(!fFFGFCPHBPN_.Equals(other.fFFGFCPHBPN_)) return false; - if (JBLMGNPMADM != other.JBLMGNPMADM) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (MonsterBattleType != 0) hash ^= MonsterBattleType.GetHashCode(); - if (DBADLNFOPAO != 0UL) hash ^= DBADLNFOPAO.GetHashCode(); - if (LevelId != 0) hash ^= LevelId.GetHashCode(); - if (MarbleLevel != 0) hash ^= MarbleLevel.GetHashCode(); - hash ^= bIECGFIMCFB_.GetHashCode(); - if (Rank != 0) hash ^= Rank.GetHashCode(); - if (EKLDPALNLDC != 0UL) hash ^= EKLDPALNLDC.GetHashCode(); - hash ^= fFFGFCPHBPN_.GetHashCode(); - if (JBLMGNPMADM != 0) hash ^= JBLMGNPMADM.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (MonsterBattleType != 0) { - output.WriteRawTag(8); - output.WriteUInt32(MonsterBattleType); - } - if (DBADLNFOPAO != 0UL) { - output.WriteRawTag(16); - output.WriteUInt64(DBADLNFOPAO); - } - if (LevelId != 0) { - output.WriteRawTag(24); - output.WriteUInt32(LevelId); - } - if (MarbleLevel != 0) { - output.WriteRawTag(32); - output.WriteUInt32(MarbleLevel); - } - bIECGFIMCFB_.WriteTo(output, _repeated_bIECGFIMCFB_codec); - if (Rank != 0) { - output.WriteRawTag(48); - output.WriteUInt32(Rank); - } - if (EKLDPALNLDC != 0UL) { - output.WriteRawTag(56); - output.WriteUInt64(EKLDPALNLDC); - } - fFFGFCPHBPN_.WriteTo(output, _repeated_fFFGFCPHBPN_codec); - if (JBLMGNPMADM != 0) { - output.WriteRawTag(72); - output.WriteUInt32(JBLMGNPMADM); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (MonsterBattleType != 0) { - output.WriteRawTag(8); - output.WriteUInt32(MonsterBattleType); - } - if (DBADLNFOPAO != 0UL) { - output.WriteRawTag(16); - output.WriteUInt64(DBADLNFOPAO); - } - if (LevelId != 0) { - output.WriteRawTag(24); - output.WriteUInt32(LevelId); - } - if (MarbleLevel != 0) { - output.WriteRawTag(32); - output.WriteUInt32(MarbleLevel); - } - bIECGFIMCFB_.WriteTo(ref output, _repeated_bIECGFIMCFB_codec); - if (Rank != 0) { - output.WriteRawTag(48); - output.WriteUInt32(Rank); - } - if (EKLDPALNLDC != 0UL) { - output.WriteRawTag(56); - output.WriteUInt64(EKLDPALNLDC); - } - fFFGFCPHBPN_.WriteTo(ref output, _repeated_fFFGFCPHBPN_codec); - if (JBLMGNPMADM != 0) { - output.WriteRawTag(72); - output.WriteUInt32(JBLMGNPMADM); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (MonsterBattleType != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MonsterBattleType); - } - if (DBADLNFOPAO != 0UL) { - size += 1 + pb::CodedOutputStream.ComputeUInt64Size(DBADLNFOPAO); - } - if (LevelId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LevelId); - } - if (MarbleLevel != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MarbleLevel); - } - size += bIECGFIMCFB_.CalculateSize(_repeated_bIECGFIMCFB_codec); - if (Rank != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Rank); - } - if (EKLDPALNLDC != 0UL) { - size += 1 + pb::CodedOutputStream.ComputeUInt64Size(EKLDPALNLDC); - } - size += fFFGFCPHBPN_.CalculateSize(_repeated_fFFGFCPHBPN_codec); - if (JBLMGNPMADM != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JBLMGNPMADM); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(LJNPGKDOJHO other) { - if (other == null) { - return; - } - if (other.MonsterBattleType != 0) { - MonsterBattleType = other.MonsterBattleType; - } - if (other.DBADLNFOPAO != 0UL) { - DBADLNFOPAO = other.DBADLNFOPAO; - } - if (other.LevelId != 0) { - LevelId = other.LevelId; - } - if (other.MarbleLevel != 0) { - MarbleLevel = other.MarbleLevel; - } - bIECGFIMCFB_.Add(other.bIECGFIMCFB_); - if (other.Rank != 0) { - Rank = other.Rank; - } - if (other.EKLDPALNLDC != 0UL) { - EKLDPALNLDC = other.EKLDPALNLDC; - } - fFFGFCPHBPN_.Add(other.fFFGFCPHBPN_); - if (other.JBLMGNPMADM != 0) { - JBLMGNPMADM = other.JBLMGNPMADM; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - MonsterBattleType = input.ReadUInt32(); - break; - } - case 16: { - DBADLNFOPAO = input.ReadUInt64(); - break; - } - case 24: { - LevelId = input.ReadUInt32(); - break; - } - case 32: { - MarbleLevel = input.ReadUInt32(); - break; - } - case 42: { - bIECGFIMCFB_.AddEntriesFrom(input, _repeated_bIECGFIMCFB_codec); - break; - } - case 48: { - Rank = input.ReadUInt32(); - break; - } - case 56: { - EKLDPALNLDC = input.ReadUInt64(); - break; - } - case 66: { - fFFGFCPHBPN_.AddEntriesFrom(input, _repeated_fFFGFCPHBPN_codec); - break; - } - case 72: { - JBLMGNPMADM = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - MonsterBattleType = input.ReadUInt32(); - break; - } - case 16: { - DBADLNFOPAO = input.ReadUInt64(); - break; - } - case 24: { - LevelId = input.ReadUInt32(); - break; - } - case 32: { - MarbleLevel = input.ReadUInt32(); - break; - } - case 42: { - bIECGFIMCFB_.AddEntriesFrom(ref input, _repeated_bIECGFIMCFB_codec); - break; - } - case 48: { - Rank = input.ReadUInt32(); - break; - } - case 56: { - EKLDPALNLDC = input.ReadUInt64(); - break; - } - case 66: { - fFFGFCPHBPN_.AddEntriesFrom(ref input, _repeated_fFFGFCPHBPN_codec); - break; - } - case 72: { - JBLMGNPMADM = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/LKAPFHAHNEM.cs b/Proto/LKAPFHAHNEM.cs index 747e6aec..e2ac5e3e 100644 --- a/Proto/LKAPFHAHNEM.cs +++ b/Proto/LKAPFHAHNEM.cs @@ -24,14 +24,13 @@ namespace EggLink.DanhengServer.Proto { static LKAPFHAHNEMReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFMS0FQRkhBSE5FTS5wcm90byJTCgtMS0FQRkhBSE5FTRIQCghwYW5lbF9p", - "ZBgBIAEoDRIdChVtb2RpZmllcl9jb250ZW50X3R5cGUYAiABKA0SEwoLQ0ZE", - "QU5NT01IUEkYAyABKARCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90", - "b2IGcHJvdG8z")); + "ChFMS0FQRkhBSE5FTS5wcm90byI+CgtMS0FQRkhBSE5FTRIQCghwYW5lbF9p", + "ZBgBIAEoDRIdChVtb2RpZmllcl9jb250ZW50X3R5cGUYAiABKA1CHqoCG0Vn", + "Z0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.LKAPFHAHNEM), global::EggLink.DanhengServer.Proto.LKAPFHAHNEM.Parser, new[]{ "PanelId", "ModifierContentType", "CFDANMOMHPI" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.LKAPFHAHNEM), global::EggLink.DanhengServer.Proto.LKAPFHAHNEM.Parser, new[]{ "PanelId", "ModifierContentType" }, null, null, null, null) })); } #endregion @@ -75,7 +74,6 @@ namespace EggLink.DanhengServer.Proto { public LKAPFHAHNEM(LKAPFHAHNEM other) : this() { panelId_ = other.panelId_; modifierContentType_ = other.modifierContentType_; - cFDANMOMHPI_ = other.cFDANMOMHPI_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -109,18 +107,6 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "CFDANMOMHPI" field. - public const int CFDANMOMHPIFieldNumber = 3; - private ulong cFDANMOMHPI_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ulong CFDANMOMHPI { - get { return cFDANMOMHPI_; } - set { - cFDANMOMHPI_ = value; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { @@ -138,7 +124,6 @@ namespace EggLink.DanhengServer.Proto { } if (PanelId != other.PanelId) return false; if (ModifierContentType != other.ModifierContentType) return false; - if (CFDANMOMHPI != other.CFDANMOMHPI) return false; return Equals(_unknownFields, other._unknownFields); } @@ -148,7 +133,6 @@ namespace EggLink.DanhengServer.Proto { int hash = 1; if (PanelId != 0) hash ^= PanelId.GetHashCode(); if (ModifierContentType != 0) hash ^= ModifierContentType.GetHashCode(); - if (CFDANMOMHPI != 0UL) hash ^= CFDANMOMHPI.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -175,10 +159,6 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(16); output.WriteUInt32(ModifierContentType); } - if (CFDANMOMHPI != 0UL) { - output.WriteRawTag(24); - output.WriteUInt64(CFDANMOMHPI); - } if (_unknownFields != null) { _unknownFields.WriteTo(output); } @@ -197,10 +177,6 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(16); output.WriteUInt32(ModifierContentType); } - if (CFDANMOMHPI != 0UL) { - output.WriteRawTag(24); - output.WriteUInt64(CFDANMOMHPI); - } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); } @@ -217,9 +193,6 @@ namespace EggLink.DanhengServer.Proto { if (ModifierContentType != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ModifierContentType); } - if (CFDANMOMHPI != 0UL) { - size += 1 + pb::CodedOutputStream.ComputeUInt64Size(CFDANMOMHPI); - } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -238,9 +211,6 @@ namespace EggLink.DanhengServer.Proto { if (other.ModifierContentType != 0) { ModifierContentType = other.ModifierContentType; } - if (other.CFDANMOMHPI != 0UL) { - CFDANMOMHPI = other.CFDANMOMHPI; - } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -264,10 +234,6 @@ namespace EggLink.DanhengServer.Proto { ModifierContentType = input.ReadUInt32(); break; } - case 24: { - CFDANMOMHPI = input.ReadUInt64(); - break; - } } } #endif @@ -291,10 +257,6 @@ namespace EggLink.DanhengServer.Proto { ModifierContentType = input.ReadUInt32(); break; } - case 24: { - CFDANMOMHPI = input.ReadUInt64(); - break; - } } } } diff --git a/Proto/LKBBKOJDDPD.cs b/Proto/LKBBKOJDDPD.cs index 52b01d41..03da3293 100644 --- a/Proto/LKBBKOJDDPD.cs +++ b/Proto/LKBBKOJDDPD.cs @@ -24,22 +24,22 @@ namespace EggLink.DanhengServer.Proto { static LKBBKOJDDPDReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFMS0JCS09KRERQRC5wcm90bxoRTk5DQ0ZQT09DS0gucHJvdG8aEU1BQ0hO", - "REhBTU5NLnByb3RvGhFBTkJBTktNTENMSC5wcm90bxoRSUZCREJEQ0NPUE8u", - "cHJvdG8aEUVQUE5LR09MQUFQLnByb3RvGhFMTklISkRBSUxESi5wcm90bxoR", - "R0xJSktMT09BUEEucHJvdG8iywIKC0xLQkJLT0pERFBEEiMKC1BOSU1QSkZJ", - "TEdGGAkgASgLMgwuTE5JSEpEQUlMREpIABIjCgtESExFRUpNSUlNTxgIIAEo", - "CzIMLk5OQ0NGUE9PQ0tISAASIwoLT0VPRk5OQkxKSUsYAiABKAsyDC5NQUNI", - "TkRIQU1OTUgAEiMKC0dQQkdEQ01KSExOGA0gASgLMgwuSUZCREJEQ0NPUE9I", - "ABIjCgtMTktQR0dHS01OSxgFIAEoCzIMLkdMSUpLTE9PQVBBSAASIwoLQUVO", - "RUZNQ0JGR00YBCABKAsyDC5BTkJBTktNTENMSEgAEiMKC0JDSUlHSElPQVBM", - "GAcgASgLMgwuRVBQTktHT0xBQVBIABIVCgtHTkVPT0FJRktJQhgMIAEoCEgA", - "EhMKC0FISURKQkpHR1BQGAEgASgNQg0KC05LUE5LR0lBSElQQh6qAhtFZ2dM", + "ChFMS0JCS09KRERQRC5wcm90bxoRTUFDSE5ESEFNTk0ucHJvdG8aEUdMSUpL", + "TE9PQVBBLnByb3RvGhFBTkJBTktNTENMSC5wcm90bxoRTk5DQ0ZQT09DS0gu", + "cHJvdG8aEUlGQkRCRENDT1BPLnByb3RvGhFFUFBOS0dPTEFBUC5wcm90bxoR", + "TE5JSEpEQUlMREoucHJvdG8iywIKC0xLQkJLT0pERFBEEhMKC0FISURKQkpH", + "R1BQGAEgASgNEiMKC1BOSU1QSkZJTEdGGAkgASgLMgwuTE5JSEpEQUlMREpI", + "ABIjCgtESExFRUpNSUlNTxgIIAEoCzIMLk5OQ0NGUE9PQ0tISAASIwoLT0VP", + "Rk5OQkxKSUsYAiABKAsyDC5NQUNITkRIQU1OTUgAEiMKC0dQQkdEQ01KSExO", + "GA0gASgLMgwuSUZCREJEQ0NPUE9IABIjCgtMTktQR0dHS01OSxgFIAEoCzIM", + "LkdMSUpLTE9PQVBBSAASIwoLQUVORUZNQ0JGR00YBCABKAsyDC5BTkJBTktN", + "TENMSEgAEiMKC0JDSUlHSElPQVBMGAcgASgLMgwuRVBQTktHT0xBQVBIABIV", + "CgtHTkVPT0FJRktJQhgMIAEoCEgAQg0KC0VLS0RGSUlFSkFOQh6qAhtFZ2dM", "aW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.NNCCFPOOCKHReflection.Descriptor, global::EggLink.DanhengServer.Proto.MACHNDHAMNMReflection.Descriptor, global::EggLink.DanhengServer.Proto.ANBANKMLCLHReflection.Descriptor, global::EggLink.DanhengServer.Proto.IFBDBDCCOPOReflection.Descriptor, global::EggLink.DanhengServer.Proto.EPPNKGOLAAPReflection.Descriptor, global::EggLink.DanhengServer.Proto.LNIHJDAILDJReflection.Descriptor, global::EggLink.DanhengServer.Proto.GLIJKLOOAPAReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MACHNDHAMNMReflection.Descriptor, global::EggLink.DanhengServer.Proto.GLIJKLOOAPAReflection.Descriptor, global::EggLink.DanhengServer.Proto.ANBANKMLCLHReflection.Descriptor, global::EggLink.DanhengServer.Proto.NNCCFPOOCKHReflection.Descriptor, global::EggLink.DanhengServer.Proto.IFBDBDCCOPOReflection.Descriptor, global::EggLink.DanhengServer.Proto.EPPNKGOLAAPReflection.Descriptor, global::EggLink.DanhengServer.Proto.LNIHJDAILDJReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.LKBBKOJDDPD), global::EggLink.DanhengServer.Proto.LKBBKOJDDPD.Parser, new[]{ "PNIMPJFILGF", "DHLEEJMIIMO", "OEOFNNBLJIK", "GPBGDCMJHLN", "LNKPGGGKMNK", "AENEFMCBFGM", "BCIIGHIOAPL", "GNEOOAIFKIB", "AHIDJBJGGPP" }, new[]{ "NKPNKGIAHIP" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.LKBBKOJDDPD), global::EggLink.DanhengServer.Proto.LKBBKOJDDPD.Parser, new[]{ "AHIDJBJGGPP", "PNIMPJFILGF", "DHLEEJMIIMO", "OEOFNNBLJIK", "GPBGDCMJHLN", "LNKPGGGKMNK", "AENEFMCBFGM", "BCIIGHIOAPL", "GNEOOAIFKIB" }, new[]{ "EKKDFIIEJAN" }, null, null, null) })); } #endregion @@ -82,29 +82,29 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public LKBBKOJDDPD(LKBBKOJDDPD other) : this() { aHIDJBJGGPP_ = other.aHIDJBJGGPP_; - switch (other.NKPNKGIAHIPCase) { - case NKPNKGIAHIPOneofCase.PNIMPJFILGF: + switch (other.EKKDFIIEJANCase) { + case EKKDFIIEJANOneofCase.PNIMPJFILGF: PNIMPJFILGF = other.PNIMPJFILGF.Clone(); break; - case NKPNKGIAHIPOneofCase.DHLEEJMIIMO: + case EKKDFIIEJANOneofCase.DHLEEJMIIMO: DHLEEJMIIMO = other.DHLEEJMIIMO.Clone(); break; - case NKPNKGIAHIPOneofCase.OEOFNNBLJIK: + case EKKDFIIEJANOneofCase.OEOFNNBLJIK: OEOFNNBLJIK = other.OEOFNNBLJIK.Clone(); break; - case NKPNKGIAHIPOneofCase.GPBGDCMJHLN: + case EKKDFIIEJANOneofCase.GPBGDCMJHLN: GPBGDCMJHLN = other.GPBGDCMJHLN.Clone(); break; - case NKPNKGIAHIPOneofCase.LNKPGGGKMNK: + case EKKDFIIEJANOneofCase.LNKPGGGKMNK: LNKPGGGKMNK = other.LNKPGGGKMNK.Clone(); break; - case NKPNKGIAHIPOneofCase.AENEFMCBFGM: + case EKKDFIIEJANOneofCase.AENEFMCBFGM: AENEFMCBFGM = other.AENEFMCBFGM.Clone(); break; - case NKPNKGIAHIPOneofCase.BCIIGHIOAPL: + case EKKDFIIEJANOneofCase.BCIIGHIOAPL: BCIIGHIOAPL = other.BCIIGHIOAPL.Clone(); break; - case NKPNKGIAHIPOneofCase.GNEOOAIFKIB: + case EKKDFIIEJANOneofCase.GNEOOAIFKIB: GNEOOAIFKIB = other.GNEOOAIFKIB; break; } @@ -118,116 +118,6 @@ namespace EggLink.DanhengServer.Proto { return new LKBBKOJDDPD(this); } - /// Field number for the "PNIMPJFILGF" field. - public const int PNIMPJFILGFFieldNumber = 9; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.LNIHJDAILDJ PNIMPJFILGF { - get { return nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.PNIMPJFILGF ? (global::EggLink.DanhengServer.Proto.LNIHJDAILDJ) nKPNKGIAHIP_ : null; } - set { - nKPNKGIAHIP_ = value; - nKPNKGIAHIPCase_ = value == null ? NKPNKGIAHIPOneofCase.None : NKPNKGIAHIPOneofCase.PNIMPJFILGF; - } - } - - /// Field number for the "DHLEEJMIIMO" field. - public const int DHLEEJMIIMOFieldNumber = 8; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.NNCCFPOOCKH DHLEEJMIIMO { - get { return nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.DHLEEJMIIMO ? (global::EggLink.DanhengServer.Proto.NNCCFPOOCKH) nKPNKGIAHIP_ : null; } - set { - nKPNKGIAHIP_ = value; - nKPNKGIAHIPCase_ = value == null ? NKPNKGIAHIPOneofCase.None : NKPNKGIAHIPOneofCase.DHLEEJMIIMO; - } - } - - /// Field number for the "OEOFNNBLJIK" field. - public const int OEOFNNBLJIKFieldNumber = 2; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.MACHNDHAMNM OEOFNNBLJIK { - get { return nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.OEOFNNBLJIK ? (global::EggLink.DanhengServer.Proto.MACHNDHAMNM) nKPNKGIAHIP_ : null; } - set { - nKPNKGIAHIP_ = value; - nKPNKGIAHIPCase_ = value == null ? NKPNKGIAHIPOneofCase.None : NKPNKGIAHIPOneofCase.OEOFNNBLJIK; - } - } - - /// Field number for the "GPBGDCMJHLN" field. - public const int GPBGDCMJHLNFieldNumber = 13; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.IFBDBDCCOPO GPBGDCMJHLN { - get { return nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.GPBGDCMJHLN ? (global::EggLink.DanhengServer.Proto.IFBDBDCCOPO) nKPNKGIAHIP_ : null; } - set { - nKPNKGIAHIP_ = value; - nKPNKGIAHIPCase_ = value == null ? NKPNKGIAHIPOneofCase.None : NKPNKGIAHIPOneofCase.GPBGDCMJHLN; - } - } - - /// Field number for the "LNKPGGGKMNK" field. - public const int LNKPGGGKMNKFieldNumber = 5; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.GLIJKLOOAPA LNKPGGGKMNK { - get { return nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.LNKPGGGKMNK ? (global::EggLink.DanhengServer.Proto.GLIJKLOOAPA) nKPNKGIAHIP_ : null; } - set { - nKPNKGIAHIP_ = value; - nKPNKGIAHIPCase_ = value == null ? NKPNKGIAHIPOneofCase.None : NKPNKGIAHIPOneofCase.LNKPGGGKMNK; - } - } - - /// Field number for the "AENEFMCBFGM" field. - public const int AENEFMCBFGMFieldNumber = 4; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.ANBANKMLCLH AENEFMCBFGM { - get { return nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.AENEFMCBFGM ? (global::EggLink.DanhengServer.Proto.ANBANKMLCLH) nKPNKGIAHIP_ : null; } - set { - nKPNKGIAHIP_ = value; - nKPNKGIAHIPCase_ = value == null ? NKPNKGIAHIPOneofCase.None : NKPNKGIAHIPOneofCase.AENEFMCBFGM; - } - } - - /// Field number for the "BCIIGHIOAPL" field. - public const int BCIIGHIOAPLFieldNumber = 7; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.EPPNKGOLAAP BCIIGHIOAPL { - get { return nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.BCIIGHIOAPL ? (global::EggLink.DanhengServer.Proto.EPPNKGOLAAP) nKPNKGIAHIP_ : null; } - set { - nKPNKGIAHIP_ = value; - nKPNKGIAHIPCase_ = value == null ? NKPNKGIAHIPOneofCase.None : NKPNKGIAHIPOneofCase.BCIIGHIOAPL; - } - } - - /// Field number for the "GNEOOAIFKIB" field. - public const int GNEOOAIFKIBFieldNumber = 12; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool GNEOOAIFKIB { - get { return HasGNEOOAIFKIB ? (bool) nKPNKGIAHIP_ : false; } - set { - nKPNKGIAHIP_ = value; - nKPNKGIAHIPCase_ = NKPNKGIAHIPOneofCase.GNEOOAIFKIB; - } - } - /// Gets whether the "GNEOOAIFKIB" field is set - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool HasGNEOOAIFKIB { - get { return nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.GNEOOAIFKIB; } - } - /// Clears the value of the oneof if it's currently set to "GNEOOAIFKIB" - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearGNEOOAIFKIB() { - if (HasGNEOOAIFKIB) { - ClearNKPNKGIAHIP(); - } - } - /// Field number for the "AHIDJBJGGPP" field. public const int AHIDJBJGGPPFieldNumber = 1; private uint aHIDJBJGGPP_; @@ -240,9 +130,119 @@ namespace EggLink.DanhengServer.Proto { } } - private object nKPNKGIAHIP_; - /// Enum of possible cases for the "NKPNKGIAHIP" oneof. - public enum NKPNKGIAHIPOneofCase { + /// Field number for the "PNIMPJFILGF" field. + public const int PNIMPJFILGFFieldNumber = 9; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.LNIHJDAILDJ PNIMPJFILGF { + get { return eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.PNIMPJFILGF ? (global::EggLink.DanhengServer.Proto.LNIHJDAILDJ) eKKDFIIEJAN_ : null; } + set { + eKKDFIIEJAN_ = value; + eKKDFIIEJANCase_ = value == null ? EKKDFIIEJANOneofCase.None : EKKDFIIEJANOneofCase.PNIMPJFILGF; + } + } + + /// Field number for the "DHLEEJMIIMO" field. + public const int DHLEEJMIIMOFieldNumber = 8; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.NNCCFPOOCKH DHLEEJMIIMO { + get { return eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.DHLEEJMIIMO ? (global::EggLink.DanhengServer.Proto.NNCCFPOOCKH) eKKDFIIEJAN_ : null; } + set { + eKKDFIIEJAN_ = value; + eKKDFIIEJANCase_ = value == null ? EKKDFIIEJANOneofCase.None : EKKDFIIEJANOneofCase.DHLEEJMIIMO; + } + } + + /// Field number for the "OEOFNNBLJIK" field. + public const int OEOFNNBLJIKFieldNumber = 2; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.MACHNDHAMNM OEOFNNBLJIK { + get { return eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.OEOFNNBLJIK ? (global::EggLink.DanhengServer.Proto.MACHNDHAMNM) eKKDFIIEJAN_ : null; } + set { + eKKDFIIEJAN_ = value; + eKKDFIIEJANCase_ = value == null ? EKKDFIIEJANOneofCase.None : EKKDFIIEJANOneofCase.OEOFNNBLJIK; + } + } + + /// Field number for the "GPBGDCMJHLN" field. + public const int GPBGDCMJHLNFieldNumber = 13; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.IFBDBDCCOPO GPBGDCMJHLN { + get { return eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.GPBGDCMJHLN ? (global::EggLink.DanhengServer.Proto.IFBDBDCCOPO) eKKDFIIEJAN_ : null; } + set { + eKKDFIIEJAN_ = value; + eKKDFIIEJANCase_ = value == null ? EKKDFIIEJANOneofCase.None : EKKDFIIEJANOneofCase.GPBGDCMJHLN; + } + } + + /// Field number for the "LNKPGGGKMNK" field. + public const int LNKPGGGKMNKFieldNumber = 5; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.GLIJKLOOAPA LNKPGGGKMNK { + get { return eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.LNKPGGGKMNK ? (global::EggLink.DanhengServer.Proto.GLIJKLOOAPA) eKKDFIIEJAN_ : null; } + set { + eKKDFIIEJAN_ = value; + eKKDFIIEJANCase_ = value == null ? EKKDFIIEJANOneofCase.None : EKKDFIIEJANOneofCase.LNKPGGGKMNK; + } + } + + /// Field number for the "AENEFMCBFGM" field. + public const int AENEFMCBFGMFieldNumber = 4; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.ANBANKMLCLH AENEFMCBFGM { + get { return eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.AENEFMCBFGM ? (global::EggLink.DanhengServer.Proto.ANBANKMLCLH) eKKDFIIEJAN_ : null; } + set { + eKKDFIIEJAN_ = value; + eKKDFIIEJANCase_ = value == null ? EKKDFIIEJANOneofCase.None : EKKDFIIEJANOneofCase.AENEFMCBFGM; + } + } + + /// Field number for the "BCIIGHIOAPL" field. + public const int BCIIGHIOAPLFieldNumber = 7; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.EPPNKGOLAAP BCIIGHIOAPL { + get { return eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.BCIIGHIOAPL ? (global::EggLink.DanhengServer.Proto.EPPNKGOLAAP) eKKDFIIEJAN_ : null; } + set { + eKKDFIIEJAN_ = value; + eKKDFIIEJANCase_ = value == null ? EKKDFIIEJANOneofCase.None : EKKDFIIEJANOneofCase.BCIIGHIOAPL; + } + } + + /// Field number for the "GNEOOAIFKIB" field. + public const int GNEOOAIFKIBFieldNumber = 12; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool GNEOOAIFKIB { + get { return HasGNEOOAIFKIB ? (bool) eKKDFIIEJAN_ : false; } + set { + eKKDFIIEJAN_ = value; + eKKDFIIEJANCase_ = EKKDFIIEJANOneofCase.GNEOOAIFKIB; + } + } + /// Gets whether the "GNEOOAIFKIB" field is set + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool HasGNEOOAIFKIB { + get { return eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.GNEOOAIFKIB; } + } + /// Clears the value of the oneof if it's currently set to "GNEOOAIFKIB" + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void ClearGNEOOAIFKIB() { + if (HasGNEOOAIFKIB) { + ClearEKKDFIIEJAN(); + } + } + + private object eKKDFIIEJAN_; + /// Enum of possible cases for the "EKKDFIIEJAN" oneof. + public enum EKKDFIIEJANOneofCase { None = 0, PNIMPJFILGF = 9, DHLEEJMIIMO = 8, @@ -253,18 +253,18 @@ namespace EggLink.DanhengServer.Proto { BCIIGHIOAPL = 7, GNEOOAIFKIB = 12, } - private NKPNKGIAHIPOneofCase nKPNKGIAHIPCase_ = NKPNKGIAHIPOneofCase.None; + private EKKDFIIEJANOneofCase eKKDFIIEJANCase_ = EKKDFIIEJANOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public NKPNKGIAHIPOneofCase NKPNKGIAHIPCase { - get { return nKPNKGIAHIPCase_; } + public EKKDFIIEJANOneofCase EKKDFIIEJANCase { + get { return eKKDFIIEJANCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearNKPNKGIAHIP() { - nKPNKGIAHIPCase_ = NKPNKGIAHIPOneofCase.None; - nKPNKGIAHIP_ = null; + public void ClearEKKDFIIEJAN() { + eKKDFIIEJANCase_ = EKKDFIIEJANOneofCase.None; + eKKDFIIEJAN_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -282,6 +282,7 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } + if (AHIDJBJGGPP != other.AHIDJBJGGPP) return false; if (!object.Equals(PNIMPJFILGF, other.PNIMPJFILGF)) return false; if (!object.Equals(DHLEEJMIIMO, other.DHLEEJMIIMO)) return false; if (!object.Equals(OEOFNNBLJIK, other.OEOFNNBLJIK)) return false; @@ -290,8 +291,7 @@ namespace EggLink.DanhengServer.Proto { if (!object.Equals(AENEFMCBFGM, other.AENEFMCBFGM)) return false; if (!object.Equals(BCIIGHIOAPL, other.BCIIGHIOAPL)) return false; if (GNEOOAIFKIB != other.GNEOOAIFKIB) return false; - if (AHIDJBJGGPP != other.AHIDJBJGGPP) return false; - if (NKPNKGIAHIPCase != other.NKPNKGIAHIPCase) return false; + if (EKKDFIIEJANCase != other.EKKDFIIEJANCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -299,16 +299,16 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.PNIMPJFILGF) hash ^= PNIMPJFILGF.GetHashCode(); - if (nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.DHLEEJMIIMO) hash ^= DHLEEJMIIMO.GetHashCode(); - if (nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.OEOFNNBLJIK) hash ^= OEOFNNBLJIK.GetHashCode(); - if (nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.GPBGDCMJHLN) hash ^= GPBGDCMJHLN.GetHashCode(); - if (nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.LNKPGGGKMNK) hash ^= LNKPGGGKMNK.GetHashCode(); - if (nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.AENEFMCBFGM) hash ^= AENEFMCBFGM.GetHashCode(); - if (nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.BCIIGHIOAPL) hash ^= BCIIGHIOAPL.GetHashCode(); - if (HasGNEOOAIFKIB) hash ^= GNEOOAIFKIB.GetHashCode(); if (AHIDJBJGGPP != 0) hash ^= AHIDJBJGGPP.GetHashCode(); - hash ^= (int) nKPNKGIAHIPCase_; + if (eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.PNIMPJFILGF) hash ^= PNIMPJFILGF.GetHashCode(); + if (eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.DHLEEJMIIMO) hash ^= DHLEEJMIIMO.GetHashCode(); + if (eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.OEOFNNBLJIK) hash ^= OEOFNNBLJIK.GetHashCode(); + if (eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.GPBGDCMJHLN) hash ^= GPBGDCMJHLN.GetHashCode(); + if (eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.LNKPGGGKMNK) hash ^= LNKPGGGKMNK.GetHashCode(); + if (eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.AENEFMCBFGM) hash ^= AENEFMCBFGM.GetHashCode(); + if (eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.BCIIGHIOAPL) hash ^= BCIIGHIOAPL.GetHashCode(); + if (HasGNEOOAIFKIB) hash ^= GNEOOAIFKIB.GetHashCode(); + hash ^= (int) eKKDFIIEJANCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -331,27 +331,27 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(8); output.WriteUInt32(AHIDJBJGGPP); } - if (nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.OEOFNNBLJIK) { + if (eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.OEOFNNBLJIK) { output.WriteRawTag(18); output.WriteMessage(OEOFNNBLJIK); } - if (nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.AENEFMCBFGM) { + if (eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.AENEFMCBFGM) { output.WriteRawTag(34); output.WriteMessage(AENEFMCBFGM); } - if (nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.LNKPGGGKMNK) { + if (eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.LNKPGGGKMNK) { output.WriteRawTag(42); output.WriteMessage(LNKPGGGKMNK); } - if (nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.BCIIGHIOAPL) { + if (eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.BCIIGHIOAPL) { output.WriteRawTag(58); output.WriteMessage(BCIIGHIOAPL); } - if (nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.DHLEEJMIIMO) { + if (eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.DHLEEJMIIMO) { output.WriteRawTag(66); output.WriteMessage(DHLEEJMIIMO); } - if (nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.PNIMPJFILGF) { + if (eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.PNIMPJFILGF) { output.WriteRawTag(74); output.WriteMessage(PNIMPJFILGF); } @@ -359,7 +359,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(96); output.WriteBool(GNEOOAIFKIB); } - if (nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.GPBGDCMJHLN) { + if (eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.GPBGDCMJHLN) { output.WriteRawTag(106); output.WriteMessage(GPBGDCMJHLN); } @@ -377,27 +377,27 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(8); output.WriteUInt32(AHIDJBJGGPP); } - if (nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.OEOFNNBLJIK) { + if (eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.OEOFNNBLJIK) { output.WriteRawTag(18); output.WriteMessage(OEOFNNBLJIK); } - if (nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.AENEFMCBFGM) { + if (eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.AENEFMCBFGM) { output.WriteRawTag(34); output.WriteMessage(AENEFMCBFGM); } - if (nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.LNKPGGGKMNK) { + if (eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.LNKPGGGKMNK) { output.WriteRawTag(42); output.WriteMessage(LNKPGGGKMNK); } - if (nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.BCIIGHIOAPL) { + if (eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.BCIIGHIOAPL) { output.WriteRawTag(58); output.WriteMessage(BCIIGHIOAPL); } - if (nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.DHLEEJMIIMO) { + if (eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.DHLEEJMIIMO) { output.WriteRawTag(66); output.WriteMessage(DHLEEJMIIMO); } - if (nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.PNIMPJFILGF) { + if (eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.PNIMPJFILGF) { output.WriteRawTag(74); output.WriteMessage(PNIMPJFILGF); } @@ -405,7 +405,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(96); output.WriteBool(GNEOOAIFKIB); } - if (nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.GPBGDCMJHLN) { + if (eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.GPBGDCMJHLN) { output.WriteRawTag(106); output.WriteMessage(GPBGDCMJHLN); } @@ -419,33 +419,33 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.PNIMPJFILGF) { + if (AHIDJBJGGPP != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AHIDJBJGGPP); + } + if (eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.PNIMPJFILGF) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(PNIMPJFILGF); } - if (nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.DHLEEJMIIMO) { + if (eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.DHLEEJMIIMO) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(DHLEEJMIIMO); } - if (nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.OEOFNNBLJIK) { + if (eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.OEOFNNBLJIK) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(OEOFNNBLJIK); } - if (nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.GPBGDCMJHLN) { + if (eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.GPBGDCMJHLN) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(GPBGDCMJHLN); } - if (nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.LNKPGGGKMNK) { + if (eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.LNKPGGGKMNK) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(LNKPGGGKMNK); } - if (nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.AENEFMCBFGM) { + if (eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.AENEFMCBFGM) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(AENEFMCBFGM); } - if (nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.BCIIGHIOAPL) { + if (eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.BCIIGHIOAPL) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(BCIIGHIOAPL); } if (HasGNEOOAIFKIB) { size += 1 + 1; } - if (AHIDJBJGGPP != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AHIDJBJGGPP); - } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -461,50 +461,50 @@ namespace EggLink.DanhengServer.Proto { if (other.AHIDJBJGGPP != 0) { AHIDJBJGGPP = other.AHIDJBJGGPP; } - switch (other.NKPNKGIAHIPCase) { - case NKPNKGIAHIPOneofCase.PNIMPJFILGF: + switch (other.EKKDFIIEJANCase) { + case EKKDFIIEJANOneofCase.PNIMPJFILGF: if (PNIMPJFILGF == null) { PNIMPJFILGF = new global::EggLink.DanhengServer.Proto.LNIHJDAILDJ(); } PNIMPJFILGF.MergeFrom(other.PNIMPJFILGF); break; - case NKPNKGIAHIPOneofCase.DHLEEJMIIMO: + case EKKDFIIEJANOneofCase.DHLEEJMIIMO: if (DHLEEJMIIMO == null) { DHLEEJMIIMO = new global::EggLink.DanhengServer.Proto.NNCCFPOOCKH(); } DHLEEJMIIMO.MergeFrom(other.DHLEEJMIIMO); break; - case NKPNKGIAHIPOneofCase.OEOFNNBLJIK: + case EKKDFIIEJANOneofCase.OEOFNNBLJIK: if (OEOFNNBLJIK == null) { OEOFNNBLJIK = new global::EggLink.DanhengServer.Proto.MACHNDHAMNM(); } OEOFNNBLJIK.MergeFrom(other.OEOFNNBLJIK); break; - case NKPNKGIAHIPOneofCase.GPBGDCMJHLN: + case EKKDFIIEJANOneofCase.GPBGDCMJHLN: if (GPBGDCMJHLN == null) { GPBGDCMJHLN = new global::EggLink.DanhengServer.Proto.IFBDBDCCOPO(); } GPBGDCMJHLN.MergeFrom(other.GPBGDCMJHLN); break; - case NKPNKGIAHIPOneofCase.LNKPGGGKMNK: + case EKKDFIIEJANOneofCase.LNKPGGGKMNK: if (LNKPGGGKMNK == null) { LNKPGGGKMNK = new global::EggLink.DanhengServer.Proto.GLIJKLOOAPA(); } LNKPGGGKMNK.MergeFrom(other.LNKPGGGKMNK); break; - case NKPNKGIAHIPOneofCase.AENEFMCBFGM: + case EKKDFIIEJANOneofCase.AENEFMCBFGM: if (AENEFMCBFGM == null) { AENEFMCBFGM = new global::EggLink.DanhengServer.Proto.ANBANKMLCLH(); } AENEFMCBFGM.MergeFrom(other.AENEFMCBFGM); break; - case NKPNKGIAHIPOneofCase.BCIIGHIOAPL: + case EKKDFIIEJANOneofCase.BCIIGHIOAPL: if (BCIIGHIOAPL == null) { BCIIGHIOAPL = new global::EggLink.DanhengServer.Proto.EPPNKGOLAAP(); } BCIIGHIOAPL.MergeFrom(other.BCIIGHIOAPL); break; - case NKPNKGIAHIPOneofCase.GNEOOAIFKIB: + case EKKDFIIEJANOneofCase.GNEOOAIFKIB: GNEOOAIFKIB = other.GNEOOAIFKIB; break; } @@ -530,7 +530,7 @@ namespace EggLink.DanhengServer.Proto { } case 18: { global::EggLink.DanhengServer.Proto.MACHNDHAMNM subBuilder = new global::EggLink.DanhengServer.Proto.MACHNDHAMNM(); - if (nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.OEOFNNBLJIK) { + if (eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.OEOFNNBLJIK) { subBuilder.MergeFrom(OEOFNNBLJIK); } input.ReadMessage(subBuilder); @@ -539,7 +539,7 @@ namespace EggLink.DanhengServer.Proto { } case 34: { global::EggLink.DanhengServer.Proto.ANBANKMLCLH subBuilder = new global::EggLink.DanhengServer.Proto.ANBANKMLCLH(); - if (nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.AENEFMCBFGM) { + if (eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.AENEFMCBFGM) { subBuilder.MergeFrom(AENEFMCBFGM); } input.ReadMessage(subBuilder); @@ -548,7 +548,7 @@ namespace EggLink.DanhengServer.Proto { } case 42: { global::EggLink.DanhengServer.Proto.GLIJKLOOAPA subBuilder = new global::EggLink.DanhengServer.Proto.GLIJKLOOAPA(); - if (nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.LNKPGGGKMNK) { + if (eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.LNKPGGGKMNK) { subBuilder.MergeFrom(LNKPGGGKMNK); } input.ReadMessage(subBuilder); @@ -557,7 +557,7 @@ namespace EggLink.DanhengServer.Proto { } case 58: { global::EggLink.DanhengServer.Proto.EPPNKGOLAAP subBuilder = new global::EggLink.DanhengServer.Proto.EPPNKGOLAAP(); - if (nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.BCIIGHIOAPL) { + if (eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.BCIIGHIOAPL) { subBuilder.MergeFrom(BCIIGHIOAPL); } input.ReadMessage(subBuilder); @@ -566,7 +566,7 @@ namespace EggLink.DanhengServer.Proto { } case 66: { global::EggLink.DanhengServer.Proto.NNCCFPOOCKH subBuilder = new global::EggLink.DanhengServer.Proto.NNCCFPOOCKH(); - if (nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.DHLEEJMIIMO) { + if (eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.DHLEEJMIIMO) { subBuilder.MergeFrom(DHLEEJMIIMO); } input.ReadMessage(subBuilder); @@ -575,7 +575,7 @@ namespace EggLink.DanhengServer.Proto { } case 74: { global::EggLink.DanhengServer.Proto.LNIHJDAILDJ subBuilder = new global::EggLink.DanhengServer.Proto.LNIHJDAILDJ(); - if (nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.PNIMPJFILGF) { + if (eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.PNIMPJFILGF) { subBuilder.MergeFrom(PNIMPJFILGF); } input.ReadMessage(subBuilder); @@ -588,7 +588,7 @@ namespace EggLink.DanhengServer.Proto { } case 106: { global::EggLink.DanhengServer.Proto.IFBDBDCCOPO subBuilder = new global::EggLink.DanhengServer.Proto.IFBDBDCCOPO(); - if (nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.GPBGDCMJHLN) { + if (eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.GPBGDCMJHLN) { subBuilder.MergeFrom(GPBGDCMJHLN); } input.ReadMessage(subBuilder); @@ -616,7 +616,7 @@ namespace EggLink.DanhengServer.Proto { } case 18: { global::EggLink.DanhengServer.Proto.MACHNDHAMNM subBuilder = new global::EggLink.DanhengServer.Proto.MACHNDHAMNM(); - if (nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.OEOFNNBLJIK) { + if (eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.OEOFNNBLJIK) { subBuilder.MergeFrom(OEOFNNBLJIK); } input.ReadMessage(subBuilder); @@ -625,7 +625,7 @@ namespace EggLink.DanhengServer.Proto { } case 34: { global::EggLink.DanhengServer.Proto.ANBANKMLCLH subBuilder = new global::EggLink.DanhengServer.Proto.ANBANKMLCLH(); - if (nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.AENEFMCBFGM) { + if (eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.AENEFMCBFGM) { subBuilder.MergeFrom(AENEFMCBFGM); } input.ReadMessage(subBuilder); @@ -634,7 +634,7 @@ namespace EggLink.DanhengServer.Proto { } case 42: { global::EggLink.DanhengServer.Proto.GLIJKLOOAPA subBuilder = new global::EggLink.DanhengServer.Proto.GLIJKLOOAPA(); - if (nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.LNKPGGGKMNK) { + if (eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.LNKPGGGKMNK) { subBuilder.MergeFrom(LNKPGGGKMNK); } input.ReadMessage(subBuilder); @@ -643,7 +643,7 @@ namespace EggLink.DanhengServer.Proto { } case 58: { global::EggLink.DanhengServer.Proto.EPPNKGOLAAP subBuilder = new global::EggLink.DanhengServer.Proto.EPPNKGOLAAP(); - if (nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.BCIIGHIOAPL) { + if (eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.BCIIGHIOAPL) { subBuilder.MergeFrom(BCIIGHIOAPL); } input.ReadMessage(subBuilder); @@ -652,7 +652,7 @@ namespace EggLink.DanhengServer.Proto { } case 66: { global::EggLink.DanhengServer.Proto.NNCCFPOOCKH subBuilder = new global::EggLink.DanhengServer.Proto.NNCCFPOOCKH(); - if (nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.DHLEEJMIIMO) { + if (eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.DHLEEJMIIMO) { subBuilder.MergeFrom(DHLEEJMIIMO); } input.ReadMessage(subBuilder); @@ -661,7 +661,7 @@ namespace EggLink.DanhengServer.Proto { } case 74: { global::EggLink.DanhengServer.Proto.LNIHJDAILDJ subBuilder = new global::EggLink.DanhengServer.Proto.LNIHJDAILDJ(); - if (nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.PNIMPJFILGF) { + if (eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.PNIMPJFILGF) { subBuilder.MergeFrom(PNIMPJFILGF); } input.ReadMessage(subBuilder); @@ -674,7 +674,7 @@ namespace EggLink.DanhengServer.Proto { } case 106: { global::EggLink.DanhengServer.Proto.IFBDBDCCOPO subBuilder = new global::EggLink.DanhengServer.Proto.IFBDBDCCOPO(); - if (nKPNKGIAHIPCase_ == NKPNKGIAHIPOneofCase.GPBGDCMJHLN) { + if (eKKDFIIEJANCase_ == EKKDFIIEJANOneofCase.GPBGDCMJHLN) { subBuilder.MergeFrom(GPBGDCMJHLN); } input.ReadMessage(subBuilder); diff --git a/Proto/LKKAJCACIJI.cs b/Proto/LKKAJCACIJI.cs deleted file mode 100644 index b70767e9..00000000 --- a/Proto/LKKAJCACIJI.cs +++ /dev/null @@ -1,53 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: LKKAJCACIJI.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from LKKAJCACIJI.proto - public static partial class LKKAJCACIJIReflection { - - #region Descriptor - /// File descriptor for LKKAJCACIJI.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static LKKAJCACIJIReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFMS0tBSkNBQ0lKSS5wcm90byqkAQoLTEtLQUpDQUNJSkkSHAoYTUFSQkxF", - "X0ZBQ1RJT05fVFlQRV9OT05FEAASGwoXTUFSQkxFX0ZBQ1RJT05fVFlQRV9B", - "TEwQARIdChlNQVJCTEVfRkFDVElPTl9UWVBFX0VORU1ZEAISHAoYTUFSQkxF", - "X0ZBQ1RJT05fVFlQRV9BTExZEAMSHQoZTUFSQkxFX0ZBQ1RJT05fVFlQRV9G", - "SUVMRBAEQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3Rv", - "Mw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.LKKAJCACIJI), }, null, null)); - } - #endregion - - } - #region Enums - public enum LKKAJCACIJI { - [pbr::OriginalName("MARBLE_FACTION_TYPE_NONE")] MarbleFactionTypeNone = 0, - [pbr::OriginalName("MARBLE_FACTION_TYPE_ALL")] MarbleFactionTypeAll = 1, - [pbr::OriginalName("MARBLE_FACTION_TYPE_ENEMY")] MarbleFactionTypeEnemy = 2, - [pbr::OriginalName("MARBLE_FACTION_TYPE_ALLY")] MarbleFactionTypeAlly = 3, - [pbr::OriginalName("MARBLE_FACTION_TYPE_FIELD")] MarbleFactionTypeField = 4, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/LLPNBNEJKII.cs b/Proto/LLPNBNEJKII.cs index aea19bd5..08182cbe 100644 --- a/Proto/LLPNBNEJKII.cs +++ b/Proto/LLPNBNEJKII.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static LLPNBNEJKIIReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFMTFBOQk5FSktJSS5wcm90bxoYUm9ndWVNYXBSb3RhdGVJbmZvLnByb3Rv", - "Gg9TY2VuZUluZm8ucHJvdG8aEExpbmV1cEluZm8ucHJvdG8ibwoLTExQTkJO", + "ChFMTFBOQk5FSktJSS5wcm90bxoQTGluZXVwSW5mby5wcm90bxoYUm9ndWVN", + "YXBSb3RhdGVJbmZvLnByb3RvGg9TY2VuZUluZm8ucHJvdG8ibwoLTExQTkJO", "RUpLSUkSGQoFc2NlbmUYCyABKAsyCi5TY2VuZUluZm8SGwoGbGluZXVwGAwg", "ASgLMgsuTGluZXVwSW5mbxIoCgtyb3RhdGVfaW5mbxgNIAEoCzITLlJvZ3Vl", "TWFwUm90YXRlSW5mb0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv", "YgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueMapRotateInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMapRotateInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.LLPNBNEJKII), global::EggLink.DanhengServer.Proto.LLPNBNEJKII.Parser, new[]{ "Scene", "Lineup", "RotateInfo" }, null, null, null, null) })); diff --git a/Proto/LMIPMHHPFHN.cs b/Proto/LMIPMHHPFHN.cs deleted file mode 100644 index e1ab8bff..00000000 --- a/Proto/LMIPMHHPFHN.cs +++ /dev/null @@ -1,196 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: LMIPMHHPFHN.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from LMIPMHHPFHN.proto - public static partial class LMIPMHHPFHNReflection { - - #region Descriptor - /// File descriptor for LMIPMHHPFHN.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static LMIPMHHPFHNReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFMTUlQTUhIUEZITi5wcm90byINCgtMTUlQTUhIUEZITkIeqgIbRWdnTGlu", - "ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.LMIPMHHPFHN), global::EggLink.DanhengServer.Proto.LMIPMHHPFHN.Parser, null, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class LMIPMHHPFHN : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new LMIPMHHPFHN()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.LMIPMHHPFHNReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public LMIPMHHPFHN() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public LMIPMHHPFHN(LMIPMHHPFHN other) : this() { - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public LMIPMHHPFHN Clone() { - return new LMIPMHHPFHN(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as LMIPMHHPFHN); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(LMIPMHHPFHN other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(LMIPMHHPFHN other) { - if (other == null) { - return; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/LNGMDMIPCKL.cs b/Proto/LNGMDMIPCKL.cs deleted file mode 100644 index c1cf5a02..00000000 --- a/Proto/LNGMDMIPCKL.cs +++ /dev/null @@ -1,271 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: LNGMDMIPCKL.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from LNGMDMIPCKL.proto - public static partial class LNGMDMIPCKLReflection { - - #region Descriptor - /// File descriptor for LNGMDMIPCKL.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static LNGMDMIPCKLReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFMTkdNRE1JUENLTC5wcm90byI3CgtMTkdNRE1JUENLTBITCgtMUERCUEtL", - "QURHRxgBIAEoDRITCgtKT0pBSElBRk5MSxgCIAEoDUIeqgIbRWdnTGluay5E", - "YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.LNGMDMIPCKL), global::EggLink.DanhengServer.Proto.LNGMDMIPCKL.Parser, new[]{ "LPDBPKKADGG", "JOJAHIAFNLK" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class LNGMDMIPCKL : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new LNGMDMIPCKL()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.LNGMDMIPCKLReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public LNGMDMIPCKL() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public LNGMDMIPCKL(LNGMDMIPCKL other) : this() { - lPDBPKKADGG_ = other.lPDBPKKADGG_; - jOJAHIAFNLK_ = other.jOJAHIAFNLK_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public LNGMDMIPCKL Clone() { - return new LNGMDMIPCKL(this); - } - - /// Field number for the "LPDBPKKADGG" field. - public const int LPDBPKKADGGFieldNumber = 1; - private uint lPDBPKKADGG_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint LPDBPKKADGG { - get { return lPDBPKKADGG_; } - set { - lPDBPKKADGG_ = value; - } - } - - /// Field number for the "JOJAHIAFNLK" field. - public const int JOJAHIAFNLKFieldNumber = 2; - private uint jOJAHIAFNLK_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint JOJAHIAFNLK { - get { return jOJAHIAFNLK_; } - set { - jOJAHIAFNLK_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as LNGMDMIPCKL); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(LNGMDMIPCKL other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (LPDBPKKADGG != other.LPDBPKKADGG) return false; - if (JOJAHIAFNLK != other.JOJAHIAFNLK) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (LPDBPKKADGG != 0) hash ^= LPDBPKKADGG.GetHashCode(); - if (JOJAHIAFNLK != 0) hash ^= JOJAHIAFNLK.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (LPDBPKKADGG != 0) { - output.WriteRawTag(8); - output.WriteUInt32(LPDBPKKADGG); - } - if (JOJAHIAFNLK != 0) { - output.WriteRawTag(16); - output.WriteUInt32(JOJAHIAFNLK); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (LPDBPKKADGG != 0) { - output.WriteRawTag(8); - output.WriteUInt32(LPDBPKKADGG); - } - if (JOJAHIAFNLK != 0) { - output.WriteRawTag(16); - output.WriteUInt32(JOJAHIAFNLK); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (LPDBPKKADGG != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LPDBPKKADGG); - } - if (JOJAHIAFNLK != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JOJAHIAFNLK); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(LNGMDMIPCKL other) { - if (other == null) { - return; - } - if (other.LPDBPKKADGG != 0) { - LPDBPKKADGG = other.LPDBPKKADGG; - } - if (other.JOJAHIAFNLK != 0) { - JOJAHIAFNLK = other.JOJAHIAFNLK; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - LPDBPKKADGG = input.ReadUInt32(); - break; - } - case 16: { - JOJAHIAFNLK = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - LPDBPKKADGG = input.ReadUInt32(); - break; - } - case 16: { - JOJAHIAFNLK = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/LNKFBAEDODI.cs b/Proto/LNKFBAEDODI.cs deleted file mode 100644 index 33120992..00000000 --- a/Proto/LNKFBAEDODI.cs +++ /dev/null @@ -1,683 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: LNKFBAEDODI.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from LNKFBAEDODI.proto - public static partial class LNKFBAEDODIReflection { - - #region Descriptor - /// File descriptor for LNKFBAEDODI.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static LNKFBAEDODIReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFMTktGQkFFRE9ESS5wcm90byKVAgoLTE5LRkJBRURPREkSEwoLREdITkdC", - "TEhBSUwYASABKA0SEwoLYXV0aGtleV92ZXIYAiABKA0SEwoLR0tKS0tEQU9Q", - "QU0YAyABKA0SEwoLT0xDQ0lNTE1NQUQYBCABKA0SEwoLRUxIRVBNTkxBUEcY", - "BSABKA0SEwoLUElBTUxGQklIUEkYBiABKA0SEwoLQ0ZDQUpFTURGS0oYByAB", - "KA0SEwoLRkVQSEhLSUdPT1AYCCABKA0SEwoLTU9QREhORU5DUEMYCSABKA0S", - "EwoLRURGUENPTklLREMYCiABKA0SCgoCaWQYCyABKA0SEwoLSE9HSExCRUVE", - "R0EYDCABKA0SEwoLQklQRklGQ0pDQk4YDSABKA1CHqoCG0VnZ0xpbmsuRGFu", - "aGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.LNKFBAEDODI), global::EggLink.DanhengServer.Proto.LNKFBAEDODI.Parser, new[]{ "DGHNGBLHAIL", "AuthkeyVer", "GKJKKDAOPAM", "OLCCIMLMMAD", "ELHEPMNLAPG", "PIAMLFBIHPI", "CFCAJEMDFKJ", "FEPHHKIGOOP", "MOPDHNENCPC", "EDFPCONIKDC", "Id", "HOGHLBEEDGA", "BIPFIFCJCBN" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class LNKFBAEDODI : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new LNKFBAEDODI()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.LNKFBAEDODIReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public LNKFBAEDODI() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public LNKFBAEDODI(LNKFBAEDODI other) : this() { - dGHNGBLHAIL_ = other.dGHNGBLHAIL_; - authkeyVer_ = other.authkeyVer_; - gKJKKDAOPAM_ = other.gKJKKDAOPAM_; - oLCCIMLMMAD_ = other.oLCCIMLMMAD_; - eLHEPMNLAPG_ = other.eLHEPMNLAPG_; - pIAMLFBIHPI_ = other.pIAMLFBIHPI_; - cFCAJEMDFKJ_ = other.cFCAJEMDFKJ_; - fEPHHKIGOOP_ = other.fEPHHKIGOOP_; - mOPDHNENCPC_ = other.mOPDHNENCPC_; - eDFPCONIKDC_ = other.eDFPCONIKDC_; - id_ = other.id_; - hOGHLBEEDGA_ = other.hOGHLBEEDGA_; - bIPFIFCJCBN_ = other.bIPFIFCJCBN_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public LNKFBAEDODI Clone() { - return new LNKFBAEDODI(this); - } - - /// Field number for the "DGHNGBLHAIL" field. - public const int DGHNGBLHAILFieldNumber = 1; - private uint dGHNGBLHAIL_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint DGHNGBLHAIL { - get { return dGHNGBLHAIL_; } - set { - dGHNGBLHAIL_ = value; - } - } - - /// Field number for the "authkey_ver" field. - public const int AuthkeyVerFieldNumber = 2; - private uint authkeyVer_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint AuthkeyVer { - get { return authkeyVer_; } - set { - authkeyVer_ = value; - } - } - - /// Field number for the "GKJKKDAOPAM" field. - public const int GKJKKDAOPAMFieldNumber = 3; - private uint gKJKKDAOPAM_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint GKJKKDAOPAM { - get { return gKJKKDAOPAM_; } - set { - gKJKKDAOPAM_ = value; - } - } - - /// Field number for the "OLCCIMLMMAD" field. - public const int OLCCIMLMMADFieldNumber = 4; - private uint oLCCIMLMMAD_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint OLCCIMLMMAD { - get { return oLCCIMLMMAD_; } - set { - oLCCIMLMMAD_ = value; - } - } - - /// Field number for the "ELHEPMNLAPG" field. - public const int ELHEPMNLAPGFieldNumber = 5; - private uint eLHEPMNLAPG_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint ELHEPMNLAPG { - get { return eLHEPMNLAPG_; } - set { - eLHEPMNLAPG_ = value; - } - } - - /// Field number for the "PIAMLFBIHPI" field. - public const int PIAMLFBIHPIFieldNumber = 6; - private uint pIAMLFBIHPI_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint PIAMLFBIHPI { - get { return pIAMLFBIHPI_; } - set { - pIAMLFBIHPI_ = value; - } - } - - /// Field number for the "CFCAJEMDFKJ" field. - public const int CFCAJEMDFKJFieldNumber = 7; - private uint cFCAJEMDFKJ_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint CFCAJEMDFKJ { - get { return cFCAJEMDFKJ_; } - set { - cFCAJEMDFKJ_ = value; - } - } - - /// Field number for the "FEPHHKIGOOP" field. - public const int FEPHHKIGOOPFieldNumber = 8; - private uint fEPHHKIGOOP_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint FEPHHKIGOOP { - get { return fEPHHKIGOOP_; } - set { - fEPHHKIGOOP_ = value; - } - } - - /// Field number for the "MOPDHNENCPC" field. - public const int MOPDHNENCPCFieldNumber = 9; - private uint mOPDHNENCPC_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint MOPDHNENCPC { - get { return mOPDHNENCPC_; } - set { - mOPDHNENCPC_ = value; - } - } - - /// Field number for the "EDFPCONIKDC" field. - public const int EDFPCONIKDCFieldNumber = 10; - private uint eDFPCONIKDC_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint EDFPCONIKDC { - get { return eDFPCONIKDC_; } - set { - eDFPCONIKDC_ = value; - } - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 11; - private uint id_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint Id { - get { return id_; } - set { - id_ = value; - } - } - - /// Field number for the "HOGHLBEEDGA" field. - public const int HOGHLBEEDGAFieldNumber = 12; - private uint hOGHLBEEDGA_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint HOGHLBEEDGA { - get { return hOGHLBEEDGA_; } - set { - hOGHLBEEDGA_ = value; - } - } - - /// Field number for the "BIPFIFCJCBN" field. - public const int BIPFIFCJCBNFieldNumber = 13; - private uint bIPFIFCJCBN_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint BIPFIFCJCBN { - get { return bIPFIFCJCBN_; } - set { - bIPFIFCJCBN_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as LNKFBAEDODI); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(LNKFBAEDODI other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (DGHNGBLHAIL != other.DGHNGBLHAIL) return false; - if (AuthkeyVer != other.AuthkeyVer) return false; - if (GKJKKDAOPAM != other.GKJKKDAOPAM) return false; - if (OLCCIMLMMAD != other.OLCCIMLMMAD) return false; - if (ELHEPMNLAPG != other.ELHEPMNLAPG) return false; - if (PIAMLFBIHPI != other.PIAMLFBIHPI) return false; - if (CFCAJEMDFKJ != other.CFCAJEMDFKJ) return false; - if (FEPHHKIGOOP != other.FEPHHKIGOOP) return false; - if (MOPDHNENCPC != other.MOPDHNENCPC) return false; - if (EDFPCONIKDC != other.EDFPCONIKDC) return false; - if (Id != other.Id) return false; - if (HOGHLBEEDGA != other.HOGHLBEEDGA) return false; - if (BIPFIFCJCBN != other.BIPFIFCJCBN) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (DGHNGBLHAIL != 0) hash ^= DGHNGBLHAIL.GetHashCode(); - if (AuthkeyVer != 0) hash ^= AuthkeyVer.GetHashCode(); - if (GKJKKDAOPAM != 0) hash ^= GKJKKDAOPAM.GetHashCode(); - if (OLCCIMLMMAD != 0) hash ^= OLCCIMLMMAD.GetHashCode(); - if (ELHEPMNLAPG != 0) hash ^= ELHEPMNLAPG.GetHashCode(); - if (PIAMLFBIHPI != 0) hash ^= PIAMLFBIHPI.GetHashCode(); - if (CFCAJEMDFKJ != 0) hash ^= CFCAJEMDFKJ.GetHashCode(); - if (FEPHHKIGOOP != 0) hash ^= FEPHHKIGOOP.GetHashCode(); - if (MOPDHNENCPC != 0) hash ^= MOPDHNENCPC.GetHashCode(); - if (EDFPCONIKDC != 0) hash ^= EDFPCONIKDC.GetHashCode(); - if (Id != 0) hash ^= Id.GetHashCode(); - if (HOGHLBEEDGA != 0) hash ^= HOGHLBEEDGA.GetHashCode(); - if (BIPFIFCJCBN != 0) hash ^= BIPFIFCJCBN.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (DGHNGBLHAIL != 0) { - output.WriteRawTag(8); - output.WriteUInt32(DGHNGBLHAIL); - } - if (AuthkeyVer != 0) { - output.WriteRawTag(16); - output.WriteUInt32(AuthkeyVer); - } - if (GKJKKDAOPAM != 0) { - output.WriteRawTag(24); - output.WriteUInt32(GKJKKDAOPAM); - } - if (OLCCIMLMMAD != 0) { - output.WriteRawTag(32); - output.WriteUInt32(OLCCIMLMMAD); - } - if (ELHEPMNLAPG != 0) { - output.WriteRawTag(40); - output.WriteUInt32(ELHEPMNLAPG); - } - if (PIAMLFBIHPI != 0) { - output.WriteRawTag(48); - output.WriteUInt32(PIAMLFBIHPI); - } - if (CFCAJEMDFKJ != 0) { - output.WriteRawTag(56); - output.WriteUInt32(CFCAJEMDFKJ); - } - if (FEPHHKIGOOP != 0) { - output.WriteRawTag(64); - output.WriteUInt32(FEPHHKIGOOP); - } - if (MOPDHNENCPC != 0) { - output.WriteRawTag(72); - output.WriteUInt32(MOPDHNENCPC); - } - if (EDFPCONIKDC != 0) { - output.WriteRawTag(80); - output.WriteUInt32(EDFPCONIKDC); - } - if (Id != 0) { - output.WriteRawTag(88); - output.WriteUInt32(Id); - } - if (HOGHLBEEDGA != 0) { - output.WriteRawTag(96); - output.WriteUInt32(HOGHLBEEDGA); - } - if (BIPFIFCJCBN != 0) { - output.WriteRawTag(104); - output.WriteUInt32(BIPFIFCJCBN); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (DGHNGBLHAIL != 0) { - output.WriteRawTag(8); - output.WriteUInt32(DGHNGBLHAIL); - } - if (AuthkeyVer != 0) { - output.WriteRawTag(16); - output.WriteUInt32(AuthkeyVer); - } - if (GKJKKDAOPAM != 0) { - output.WriteRawTag(24); - output.WriteUInt32(GKJKKDAOPAM); - } - if (OLCCIMLMMAD != 0) { - output.WriteRawTag(32); - output.WriteUInt32(OLCCIMLMMAD); - } - if (ELHEPMNLAPG != 0) { - output.WriteRawTag(40); - output.WriteUInt32(ELHEPMNLAPG); - } - if (PIAMLFBIHPI != 0) { - output.WriteRawTag(48); - output.WriteUInt32(PIAMLFBIHPI); - } - if (CFCAJEMDFKJ != 0) { - output.WriteRawTag(56); - output.WriteUInt32(CFCAJEMDFKJ); - } - if (FEPHHKIGOOP != 0) { - output.WriteRawTag(64); - output.WriteUInt32(FEPHHKIGOOP); - } - if (MOPDHNENCPC != 0) { - output.WriteRawTag(72); - output.WriteUInt32(MOPDHNENCPC); - } - if (EDFPCONIKDC != 0) { - output.WriteRawTag(80); - output.WriteUInt32(EDFPCONIKDC); - } - if (Id != 0) { - output.WriteRawTag(88); - output.WriteUInt32(Id); - } - if (HOGHLBEEDGA != 0) { - output.WriteRawTag(96); - output.WriteUInt32(HOGHLBEEDGA); - } - if (BIPFIFCJCBN != 0) { - output.WriteRawTag(104); - output.WriteUInt32(BIPFIFCJCBN); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (DGHNGBLHAIL != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DGHNGBLHAIL); - } - if (AuthkeyVer != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AuthkeyVer); - } - if (GKJKKDAOPAM != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GKJKKDAOPAM); - } - if (OLCCIMLMMAD != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OLCCIMLMMAD); - } - if (ELHEPMNLAPG != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ELHEPMNLAPG); - } - if (PIAMLFBIHPI != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PIAMLFBIHPI); - } - if (CFCAJEMDFKJ != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CFCAJEMDFKJ); - } - if (FEPHHKIGOOP != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FEPHHKIGOOP); - } - if (MOPDHNENCPC != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MOPDHNENCPC); - } - if (EDFPCONIKDC != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EDFPCONIKDC); - } - if (Id != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Id); - } - if (HOGHLBEEDGA != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HOGHLBEEDGA); - } - if (BIPFIFCJCBN != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BIPFIFCJCBN); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(LNKFBAEDODI other) { - if (other == null) { - return; - } - if (other.DGHNGBLHAIL != 0) { - DGHNGBLHAIL = other.DGHNGBLHAIL; - } - if (other.AuthkeyVer != 0) { - AuthkeyVer = other.AuthkeyVer; - } - if (other.GKJKKDAOPAM != 0) { - GKJKKDAOPAM = other.GKJKKDAOPAM; - } - if (other.OLCCIMLMMAD != 0) { - OLCCIMLMMAD = other.OLCCIMLMMAD; - } - if (other.ELHEPMNLAPG != 0) { - ELHEPMNLAPG = other.ELHEPMNLAPG; - } - if (other.PIAMLFBIHPI != 0) { - PIAMLFBIHPI = other.PIAMLFBIHPI; - } - if (other.CFCAJEMDFKJ != 0) { - CFCAJEMDFKJ = other.CFCAJEMDFKJ; - } - if (other.FEPHHKIGOOP != 0) { - FEPHHKIGOOP = other.FEPHHKIGOOP; - } - if (other.MOPDHNENCPC != 0) { - MOPDHNENCPC = other.MOPDHNENCPC; - } - if (other.EDFPCONIKDC != 0) { - EDFPCONIKDC = other.EDFPCONIKDC; - } - if (other.Id != 0) { - Id = other.Id; - } - if (other.HOGHLBEEDGA != 0) { - HOGHLBEEDGA = other.HOGHLBEEDGA; - } - if (other.BIPFIFCJCBN != 0) { - BIPFIFCJCBN = other.BIPFIFCJCBN; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - DGHNGBLHAIL = input.ReadUInt32(); - break; - } - case 16: { - AuthkeyVer = input.ReadUInt32(); - break; - } - case 24: { - GKJKKDAOPAM = input.ReadUInt32(); - break; - } - case 32: { - OLCCIMLMMAD = input.ReadUInt32(); - break; - } - case 40: { - ELHEPMNLAPG = input.ReadUInt32(); - break; - } - case 48: { - PIAMLFBIHPI = input.ReadUInt32(); - break; - } - case 56: { - CFCAJEMDFKJ = input.ReadUInt32(); - break; - } - case 64: { - FEPHHKIGOOP = input.ReadUInt32(); - break; - } - case 72: { - MOPDHNENCPC = input.ReadUInt32(); - break; - } - case 80: { - EDFPCONIKDC = input.ReadUInt32(); - break; - } - case 88: { - Id = input.ReadUInt32(); - break; - } - case 96: { - HOGHLBEEDGA = input.ReadUInt32(); - break; - } - case 104: { - BIPFIFCJCBN = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - DGHNGBLHAIL = input.ReadUInt32(); - break; - } - case 16: { - AuthkeyVer = input.ReadUInt32(); - break; - } - case 24: { - GKJKKDAOPAM = input.ReadUInt32(); - break; - } - case 32: { - OLCCIMLMMAD = input.ReadUInt32(); - break; - } - case 40: { - ELHEPMNLAPG = input.ReadUInt32(); - break; - } - case 48: { - PIAMLFBIHPI = input.ReadUInt32(); - break; - } - case 56: { - CFCAJEMDFKJ = input.ReadUInt32(); - break; - } - case 64: { - FEPHHKIGOOP = input.ReadUInt32(); - break; - } - case 72: { - MOPDHNENCPC = input.ReadUInt32(); - break; - } - case 80: { - EDFPCONIKDC = input.ReadUInt32(); - break; - } - case 88: { - Id = input.ReadUInt32(); - break; - } - case 96: { - HOGHLBEEDGA = input.ReadUInt32(); - break; - } - case 104: { - BIPFIFCJCBN = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/LOPDJAHFPHN.cs b/Proto/LOPDJAHFPHN.cs index ee44778c..db95a287 100644 --- a/Proto/LOPDJAHFPHN.cs +++ b/Proto/LOPDJAHFPHN.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static LOPDJAHFPHNReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFMT1BESkFIRlBITi5wcm90byJhCgtMT1BESkFIRlBIThITCgtDSERPSUJG", - "RUhMUBgEIAEoDRITCgtJSU5DREpQT09NQxgGIAEoDRITCgtKSUdPTkVBTENQ", - "QxgPIAMoDRITCgtETEFCRE5QSUhGRhgJIAMoDUIeqgIbRWdnTGluay5EYW5o", - "ZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "ChFMT1BESkFIRlBITi5wcm90byJMCgtMT1BESkFIRlBIThITCgtKSUdPTkVB", + "TENQQxgEIAMoDRITCgtETEFCRE5QSUhGRhgPIAMoDRITCgtDSERPSUJGRUhM", + "UBgGIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90", + "bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.LOPDJAHFPHN), global::EggLink.DanhengServer.Proto.LOPDJAHFPHN.Parser, new[]{ "CHDOIBFEHLP", "IINCDJPOOMC", "JIGONEALCPC", "DLABDNPIHFF" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.LOPDJAHFPHN), global::EggLink.DanhengServer.Proto.LOPDJAHFPHN.Parser, new[]{ "JIGONEALCPC", "DLABDNPIHFF", "CHDOIBFEHLP" }, null, null, null, null) })); } #endregion @@ -73,10 +73,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public LOPDJAHFPHN(LOPDJAHFPHN other) : this() { - cHDOIBFEHLP_ = other.cHDOIBFEHLP_; - iINCDJPOOMC_ = other.iINCDJPOOMC_; jIGONEALCPC_ = other.jIGONEALCPC_.Clone(); dLABDNPIHFF_ = other.dLABDNPIHFF_.Clone(); + cHDOIBFEHLP_ = other.cHDOIBFEHLP_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -86,34 +85,10 @@ namespace EggLink.DanhengServer.Proto { return new LOPDJAHFPHN(this); } - /// Field number for the "CHDOIBFEHLP" field. - public const int CHDOIBFEHLPFieldNumber = 4; - private uint cHDOIBFEHLP_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint CHDOIBFEHLP { - get { return cHDOIBFEHLP_; } - set { - cHDOIBFEHLP_ = value; - } - } - - /// Field number for the "IINCDJPOOMC" field. - public const int IINCDJPOOMCFieldNumber = 6; - private uint iINCDJPOOMC_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint IINCDJPOOMC { - get { return iINCDJPOOMC_; } - set { - iINCDJPOOMC_ = value; - } - } - /// Field number for the "JIGONEALCPC" field. - public const int JIGONEALCPCFieldNumber = 15; + public const int JIGONEALCPCFieldNumber = 4; private static readonly pb::FieldCodec _repeated_jIGONEALCPC_codec - = pb::FieldCodec.ForUInt32(122); + = pb::FieldCodec.ForUInt32(34); private readonly pbc::RepeatedField jIGONEALCPC_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] @@ -122,9 +97,9 @@ namespace EggLink.DanhengServer.Proto { } /// Field number for the "DLABDNPIHFF" field. - public const int DLABDNPIHFFFieldNumber = 9; + public const int DLABDNPIHFFFieldNumber = 15; private static readonly pb::FieldCodec _repeated_dLABDNPIHFF_codec - = pb::FieldCodec.ForUInt32(74); + = pb::FieldCodec.ForUInt32(122); private readonly pbc::RepeatedField dLABDNPIHFF_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] @@ -132,6 +107,18 @@ namespace EggLink.DanhengServer.Proto { get { return dLABDNPIHFF_; } } + /// Field number for the "CHDOIBFEHLP" field. + public const int CHDOIBFEHLPFieldNumber = 6; + private uint cHDOIBFEHLP_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public uint CHDOIBFEHLP { + get { return cHDOIBFEHLP_; } + set { + cHDOIBFEHLP_ = value; + } + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { @@ -147,10 +134,9 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (CHDOIBFEHLP != other.CHDOIBFEHLP) return false; - if (IINCDJPOOMC != other.IINCDJPOOMC) return false; if(!jIGONEALCPC_.Equals(other.jIGONEALCPC_)) return false; if(!dLABDNPIHFF_.Equals(other.dLABDNPIHFF_)) return false; + if (CHDOIBFEHLP != other.CHDOIBFEHLP) return false; return Equals(_unknownFields, other._unknownFields); } @@ -158,10 +144,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (CHDOIBFEHLP != 0) hash ^= CHDOIBFEHLP.GetHashCode(); - if (IINCDJPOOMC != 0) hash ^= IINCDJPOOMC.GetHashCode(); hash ^= jIGONEALCPC_.GetHashCode(); hash ^= dLABDNPIHFF_.GetHashCode(); + if (CHDOIBFEHLP != 0) hash ^= CHDOIBFEHLP.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -180,16 +165,12 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else + jIGONEALCPC_.WriteTo(output, _repeated_jIGONEALCPC_codec); if (CHDOIBFEHLP != 0) { - output.WriteRawTag(32); + output.WriteRawTag(48); output.WriteUInt32(CHDOIBFEHLP); } - if (IINCDJPOOMC != 0) { - output.WriteRawTag(48); - output.WriteUInt32(IINCDJPOOMC); - } dLABDNPIHFF_.WriteTo(output, _repeated_dLABDNPIHFF_codec); - jIGONEALCPC_.WriteTo(output, _repeated_jIGONEALCPC_codec); if (_unknownFields != null) { _unknownFields.WriteTo(output); } @@ -200,16 +181,12 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { + jIGONEALCPC_.WriteTo(ref output, _repeated_jIGONEALCPC_codec); if (CHDOIBFEHLP != 0) { - output.WriteRawTag(32); + output.WriteRawTag(48); output.WriteUInt32(CHDOIBFEHLP); } - if (IINCDJPOOMC != 0) { - output.WriteRawTag(48); - output.WriteUInt32(IINCDJPOOMC); - } dLABDNPIHFF_.WriteTo(ref output, _repeated_dLABDNPIHFF_codec); - jIGONEALCPC_.WriteTo(ref output, _repeated_jIGONEALCPC_codec); if (_unknownFields != null) { _unknownFields.WriteTo(ref output); } @@ -220,14 +197,11 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; + size += jIGONEALCPC_.CalculateSize(_repeated_jIGONEALCPC_codec); + size += dLABDNPIHFF_.CalculateSize(_repeated_dLABDNPIHFF_codec); if (CHDOIBFEHLP != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CHDOIBFEHLP); } - if (IINCDJPOOMC != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IINCDJPOOMC); - } - size += jIGONEALCPC_.CalculateSize(_repeated_jIGONEALCPC_codec); - size += dLABDNPIHFF_.CalculateSize(_repeated_dLABDNPIHFF_codec); if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -240,14 +214,11 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } + jIGONEALCPC_.Add(other.jIGONEALCPC_); + dLABDNPIHFF_.Add(other.dLABDNPIHFF_); if (other.CHDOIBFEHLP != 0) { CHDOIBFEHLP = other.CHDOIBFEHLP; } - if (other.IINCDJPOOMC != 0) { - IINCDJPOOMC = other.IINCDJPOOMC; - } - jIGONEALCPC_.Add(other.jIGONEALCPC_); - dLABDNPIHFF_.Add(other.dLABDNPIHFF_); _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -263,22 +234,18 @@ namespace EggLink.DanhengServer.Proto { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; + case 34: case 32: { - CHDOIBFEHLP = input.ReadUInt32(); + jIGONEALCPC_.AddEntriesFrom(input, _repeated_jIGONEALCPC_codec); break; } case 48: { - IINCDJPOOMC = input.ReadUInt32(); - break; - } - case 74: - case 72: { - dLABDNPIHFF_.AddEntriesFrom(input, _repeated_dLABDNPIHFF_codec); + CHDOIBFEHLP = input.ReadUInt32(); break; } case 122: case 120: { - jIGONEALCPC_.AddEntriesFrom(input, _repeated_jIGONEALCPC_codec); + dLABDNPIHFF_.AddEntriesFrom(input, _repeated_dLABDNPIHFF_codec); break; } } @@ -296,22 +263,18 @@ namespace EggLink.DanhengServer.Proto { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; + case 34: case 32: { - CHDOIBFEHLP = input.ReadUInt32(); + jIGONEALCPC_.AddEntriesFrom(ref input, _repeated_jIGONEALCPC_codec); break; } case 48: { - IINCDJPOOMC = input.ReadUInt32(); - break; - } - case 74: - case 72: { - dLABDNPIHFF_.AddEntriesFrom(ref input, _repeated_dLABDNPIHFF_codec); + CHDOIBFEHLP = input.ReadUInt32(); break; } case 122: case 120: { - jIGONEALCPC_.AddEntriesFrom(ref input, _repeated_jIGONEALCPC_codec); + dLABDNPIHFF_.AddEntriesFrom(ref input, _repeated_dLABDNPIHFF_codec); break; } } diff --git a/Proto/LeaveRogueScRsp.cs b/Proto/LeaveRogueScRsp.cs index e36c5c90..fd9bb2ce 100644 --- a/Proto/LeaveRogueScRsp.cs +++ b/Proto/LeaveRogueScRsp.cs @@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto { static LeaveRogueScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChVMZWF2ZVJvZ3VlU2NSc3AucHJvdG8aGFJvZ3VlTWFwUm90YXRlSW5mby5w", - "cm90bxoPU2NlbmVJbmZvLnByb3RvGhBMaW5ldXBJbmZvLnByb3RvGg9Sb2d1", + "ChVMZWF2ZVJvZ3VlU2NSc3AucHJvdG8aD1JvZ3VlSW5mby5wcm90bxoQTGlu", + "ZXVwSW5mby5wcm90bxoYUm9ndWVNYXBSb3RhdGVJbmZvLnByb3RvGg9TY2Vu", "ZUluZm8ucHJvdG8iqQEKD0xlYXZlUm9ndWVTY1JzcBIZCgVzY2VuZRgDIAEo", "CzIKLlNjZW5lSW5mbxIPCgdyZXRjb2RlGA8gASgNEiMKD3JvZ3VlX2dhbWVf", "aW5mbxgOIAEoCzIKLlJvZ3VlSW5mbxIoCgtyb3RhdGVfaW5mbxgNIAEoCzIT", "LlJvZ3VlTWFwUm90YXRlSW5mbxIbCgZsaW5ldXAYCCABKAsyCy5MaW5ldXBJ", "bmZvQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueMapRotateInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMapRotateInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.LeaveRogueScRsp), global::EggLink.DanhengServer.Proto.LeaveRogueScRsp.Parser, new[]{ "Scene", "Retcode", "RogueGameInfo", "RotateInfo", "Lineup" }, null, null, null, null) })); diff --git a/Proto/LineupAvatar.cs b/Proto/LineupAvatar.cs index dd189b09..2c0e0d81 100644 --- a/Proto/LineupAvatar.cs +++ b/Proto/LineupAvatar.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static LineupAvatarReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChJMaW5ldXBBdmF0YXIucHJvdG8aEEF2YXRhclR5cGUucHJvdG8aD1NwQmFy", - "SW5mby5wcm90byKDAQoMTGluZXVwQXZhdGFyEiAKC2F2YXRhcl90eXBlGAYg", + "ChJMaW5ldXBBdmF0YXIucHJvdG8aD1NwQmFySW5mby5wcm90bxoQQXZhdGFy", + "VHlwZS5wcm90byKDAQoMTGluZXVwQXZhdGFyEiAKC2F2YXRhcl90eXBlGAYg", "ASgOMgsuQXZhdGFyVHlwZRIMCgRzbG90GAQgASgNEg8KB3NhdGlldHkYASAB", "KA0SCgoCaWQYCiABKA0SCgoCaHAYDiABKA0SGgoGc3BfYmFyGAkgASgLMgou", "U3BCYXJJbmZvQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy", "b3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AvatarTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.SpBarInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.SpBarInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.AvatarTypeReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.LineupAvatar), global::EggLink.DanhengServer.Proto.LineupAvatar.Parser, new[]{ "AvatarType", "Slot", "Satiety", "Id", "Hp", "SpBar" }, null, null, null, null) })); diff --git a/Proto/LobbyCreateScRsp.cs b/Proto/LobbyCreateScRsp.cs index 057533f0..2e6e55a4 100644 --- a/Proto/LobbyCreateScRsp.cs +++ b/Proto/LobbyCreateScRsp.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static LobbyCreateScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChZMb2JieUNyZWF0ZVNjUnNwLnByb3RvGhNGaWdodEdhbWVNb2RlLnByb3Rv", - "GhFDQkJESU9NSUZIRC5wcm90byKRAQoQTG9iYnlDcmVhdGVTY1JzcBIPCgdy", + "ChZMb2JieUNyZWF0ZVNjUnNwLnByb3RvGhFDQkJESU9NSUZIRC5wcm90bxoT", + "RmlnaHRHYW1lTW9kZS5wcm90byKRAQoQTG9iYnlDcmVhdGVTY1JzcBIPCgdy", "b29tX2lkGA8gASgEEg8KB3JldGNvZGUYDiABKA0SEwoLTkVQT0RET0pKRkUY", "CSABKA0SIwoLTkJETFBHQklETEMYBSABKA4yDi5GaWdodEdhbWVNb2RlEiEK", "C0xJUEpESlBNT0tCGAQgAygLMgwuQ0JCRElPTUlGSERCHqoCG0VnZ0xpbmsu", "RGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FightGameModeReflection.Descriptor, global::EggLink.DanhengServer.Proto.CBBDIOMIFHDReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CBBDIOMIFHDReflection.Descriptor, global::EggLink.DanhengServer.Proto.FightGameModeReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.LobbyCreateScRsp), global::EggLink.DanhengServer.Proto.LobbyCreateScRsp.Parser, new[]{ "RoomId", "Retcode", "NEPODDOJJFE", "NBDLPGBIDLC", "LIPJDJPMOKB" }, null, null, null, null) })); diff --git a/Proto/LobbyGetInfoScRsp.cs b/Proto/LobbyGetInfoScRsp.cs index 1ba60422..b876c3c7 100644 --- a/Proto/LobbyGetInfoScRsp.cs +++ b/Proto/LobbyGetInfoScRsp.cs @@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto { static LobbyGetInfoScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChdMb2JieUdldEluZm9TY1JzcC5wcm90bxoTRmlnaHRHYW1lTW9kZS5wcm90", - "bxoRQ0JCRElPTUlGSEQucHJvdG8ipwEKEUxvYmJ5R2V0SW5mb1NjUnNwEhMK", + "ChdMb2JieUdldEluZm9TY1JzcC5wcm90bxoRQ0JCRElPTUlGSEQucHJvdG8a", + "E0ZpZ2h0R2FtZU1vZGUucHJvdG8ipwEKEUxvYmJ5R2V0SW5mb1NjUnNwEhMK", "C05FUE9ERE9KSkZFGAYgASgNEiEKC0xJUEpESlBNT0tCGAUgAygLMgwuQ0JC", "RElPTUlGSEQSDwoHcmV0Y29kZRgJIAEoDRIjCgtOQkRMUEdCSURMQxgHIAEo", "DjIOLkZpZ2h0R2FtZU1vZGUSDwoHcm9vbV9pZBgMIAEoBBITCgtOT0dGRUVN", "TkhQQxgLIAEoBEIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", "cm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FightGameModeReflection.Descriptor, global::EggLink.DanhengServer.Proto.CBBDIOMIFHDReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CBBDIOMIFHDReflection.Descriptor, global::EggLink.DanhengServer.Proto.FightGameModeReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.LobbyGetInfoScRsp), global::EggLink.DanhengServer.Proto.LobbyGetInfoScRsp.Parser, new[]{ "NEPODDOJJFE", "LIPJDJPMOKB", "Retcode", "NBDLPGBIDLC", "RoomId", "NOGFEEMNHPC" }, null, null, null, null) })); diff --git a/Proto/LobbyInteractCsReq.cs b/Proto/LobbyInteractCsReq.cs deleted file mode 100644 index ccfc7285..00000000 --- a/Proto/LobbyInteractCsReq.cs +++ /dev/null @@ -1,272 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: LobbyInteractCsReq.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from LobbyInteractCsReq.proto - public static partial class LobbyInteractCsReqReflection { - - #region Descriptor - /// File descriptor for LobbyInteractCsReq.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static LobbyInteractCsReqReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChhMb2JieUludGVyYWN0Q3NSZXEucHJvdG8aEUlNQU9OTUhJTE5FLnByb3Rv", - "IkwKEkxvYmJ5SW50ZXJhY3RDc1JlcRIhCgtJSENJTE5IS0xNQxgFIAEoDjIM", - "LklNQU9OTUhJTE5FEhMKC0NCRUdOQktNSENEGAIgASgNQh6qAhtFZ2dMaW5r", - "LkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.IMAONMHILNEReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.LobbyInteractCsReq), global::EggLink.DanhengServer.Proto.LobbyInteractCsReq.Parser, new[]{ "IHCILNHKLMC", "CBEGNBKMHCD" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class LobbyInteractCsReq : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new LobbyInteractCsReq()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.LobbyInteractCsReqReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public LobbyInteractCsReq() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public LobbyInteractCsReq(LobbyInteractCsReq other) : this() { - iHCILNHKLMC_ = other.iHCILNHKLMC_; - cBEGNBKMHCD_ = other.cBEGNBKMHCD_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public LobbyInteractCsReq Clone() { - return new LobbyInteractCsReq(this); - } - - /// Field number for the "IHCILNHKLMC" field. - public const int IHCILNHKLMCFieldNumber = 5; - private global::EggLink.DanhengServer.Proto.IMAONMHILNE iHCILNHKLMC_ = global::EggLink.DanhengServer.Proto.IMAONMHILNE.LobbyInteractTypeNone; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.IMAONMHILNE IHCILNHKLMC { - get { return iHCILNHKLMC_; } - set { - iHCILNHKLMC_ = value; - } - } - - /// Field number for the "CBEGNBKMHCD" field. - public const int CBEGNBKMHCDFieldNumber = 2; - private uint cBEGNBKMHCD_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint CBEGNBKMHCD { - get { return cBEGNBKMHCD_; } - set { - cBEGNBKMHCD_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as LobbyInteractCsReq); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(LobbyInteractCsReq other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (IHCILNHKLMC != other.IHCILNHKLMC) return false; - if (CBEGNBKMHCD != other.CBEGNBKMHCD) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (IHCILNHKLMC != global::EggLink.DanhengServer.Proto.IMAONMHILNE.LobbyInteractTypeNone) hash ^= IHCILNHKLMC.GetHashCode(); - if (CBEGNBKMHCD != 0) hash ^= CBEGNBKMHCD.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (CBEGNBKMHCD != 0) { - output.WriteRawTag(16); - output.WriteUInt32(CBEGNBKMHCD); - } - if (IHCILNHKLMC != global::EggLink.DanhengServer.Proto.IMAONMHILNE.LobbyInteractTypeNone) { - output.WriteRawTag(40); - output.WriteEnum((int) IHCILNHKLMC); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (CBEGNBKMHCD != 0) { - output.WriteRawTag(16); - output.WriteUInt32(CBEGNBKMHCD); - } - if (IHCILNHKLMC != global::EggLink.DanhengServer.Proto.IMAONMHILNE.LobbyInteractTypeNone) { - output.WriteRawTag(40); - output.WriteEnum((int) IHCILNHKLMC); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (IHCILNHKLMC != global::EggLink.DanhengServer.Proto.IMAONMHILNE.LobbyInteractTypeNone) { - size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) IHCILNHKLMC); - } - if (CBEGNBKMHCD != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CBEGNBKMHCD); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(LobbyInteractCsReq other) { - if (other == null) { - return; - } - if (other.IHCILNHKLMC != global::EggLink.DanhengServer.Proto.IMAONMHILNE.LobbyInteractTypeNone) { - IHCILNHKLMC = other.IHCILNHKLMC; - } - if (other.CBEGNBKMHCD != 0) { - CBEGNBKMHCD = other.CBEGNBKMHCD; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 16: { - CBEGNBKMHCD = input.ReadUInt32(); - break; - } - case 40: { - IHCILNHKLMC = (global::EggLink.DanhengServer.Proto.IMAONMHILNE) input.ReadEnum(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 16: { - CBEGNBKMHCD = input.ReadUInt32(); - break; - } - case 40: { - IHCILNHKLMC = (global::EggLink.DanhengServer.Proto.IMAONMHILNE) input.ReadEnum(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/LobbyJoinScRsp.cs b/Proto/LobbyJoinScRsp.cs index aed864aa..af27dafd 100644 --- a/Proto/LobbyJoinScRsp.cs +++ b/Proto/LobbyJoinScRsp.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static LobbyJoinScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChRMb2JieUpvaW5TY1JzcC5wcm90bxoTRmlnaHRHYW1lTW9kZS5wcm90bxoR", - "Q0JCRElPTUlGSEQucHJvdG8ijwEKDkxvYmJ5Sm9pblNjUnNwEhMKC05FUE9E", + "ChRMb2JieUpvaW5TY1JzcC5wcm90bxoRQ0JCRElPTUlGSEQucHJvdG8aE0Zp", + "Z2h0R2FtZU1vZGUucHJvdG8ijwEKDkxvYmJ5Sm9pblNjUnNwEhMKC05FUE9E", "RE9KSkZFGAcgASgNEiEKC0xJUEpESlBNT0tCGAQgAygLMgwuQ0JCRElPTUlG", "SEQSIwoLTkJETFBHQklETEMYCiABKA4yDi5GaWdodEdhbWVNb2RlEg8KB3Jv", "b21faWQYCSABKAQSDwoHcmV0Y29kZRgGIAEoDUIeqgIbRWdnTGluay5EYW5o", "ZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FightGameModeReflection.Descriptor, global::EggLink.DanhengServer.Proto.CBBDIOMIFHDReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CBBDIOMIFHDReflection.Descriptor, global::EggLink.DanhengServer.Proto.FightGameModeReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.LobbyJoinScRsp), global::EggLink.DanhengServer.Proto.LobbyJoinScRsp.Parser, new[]{ "NEPODDOJJFE", "LIPJDJPMOKB", "NBDLPGBIDLC", "RoomId", "Retcode" }, null, null, null, null) })); diff --git a/Proto/LobbyStartFightCsReq.cs b/Proto/LobbyStartFightCsReq.cs deleted file mode 100644 index d09aa893..00000000 --- a/Proto/LobbyStartFightCsReq.cs +++ /dev/null @@ -1,197 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: LobbyStartFightCsReq.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from LobbyStartFightCsReq.proto - public static partial class LobbyStartFightCsReqReflection { - - #region Descriptor - /// File descriptor for LobbyStartFightCsReq.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static LobbyStartFightCsReqReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChpMb2JieVN0YXJ0RmlnaHRDc1JlcS5wcm90byIWChRMb2JieVN0YXJ0Rmln", - "aHRDc1JlcUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90", - "bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.LobbyStartFightCsReq), global::EggLink.DanhengServer.Proto.LobbyStartFightCsReq.Parser, null, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class LobbyStartFightCsReq : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new LobbyStartFightCsReq()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.LobbyStartFightCsReqReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public LobbyStartFightCsReq() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public LobbyStartFightCsReq(LobbyStartFightCsReq other) : this() { - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public LobbyStartFightCsReq Clone() { - return new LobbyStartFightCsReq(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as LobbyStartFightCsReq); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(LobbyStartFightCsReq other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(LobbyStartFightCsReq other) { - if (other == null) { - return; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/LobbySyncInfoScNotify.cs b/Proto/LobbySyncInfoScNotify.cs index 4e75dc2f..45380f5f 100644 --- a/Proto/LobbySyncInfoScNotify.cs +++ b/Proto/LobbySyncInfoScNotify.cs @@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto { static LobbySyncInfoScNotifyReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChtMb2JieVN5bmNJbmZvU2NOb3RpZnkucHJvdG8aFUxvYmJ5TW9kaWZ5VHlw", - "ZS5wcm90bxoRQ0JCRElPTUlGSEQucHJvdG8iZwoVTG9iYnlTeW5jSW5mb1Nj", + "ChtMb2JieVN5bmNJbmZvU2NOb3RpZnkucHJvdG8aEUNCQkRJT01JRkhELnBy", + "b3RvGhVMb2JieU1vZGlmeVR5cGUucHJvdG8iZwoVTG9iYnlTeW5jSW5mb1Nj", "Tm90aWZ5EgsKA3VpZBgBIAEoDRIhCgtMSVBKREpQTU9LQhgLIAMoCzIMLkNC", "QkRJT01JRkhEEh4KBHR5cGUYCSABKA4yEC5Mb2JieU1vZGlmeVR5cGVCHqoC", "G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LobbyModifyTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.CBBDIOMIFHDReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CBBDIOMIFHDReflection.Descriptor, global::EggLink.DanhengServer.Proto.LobbyModifyTypeReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.LobbySyncInfoScNotify), global::EggLink.DanhengServer.Proto.LobbySyncInfoScNotify.Parser, new[]{ "Uid", "LIPJDJPMOKB", "Type" }, null, null, null, null) })); diff --git a/Proto/LockEquipmentCsReq.cs b/Proto/LockEquipmentCsReq.cs index 92e4fb0a..5851708d 100644 --- a/Proto/LockEquipmentCsReq.cs +++ b/Proto/LockEquipmentCsReq.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static LockEquipmentCsReqReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChhMb2NrRXF1aXBtZW50Q3NSZXEucHJvdG8iSQoSTG9ja0VxdWlwbWVudENz", - "UmVxEhEKCWlzX2xvY2tlZBgLIAEoCBIgChhlcXVpcG1lbnRfdW5pcXVlX2lk", - "X2xpc3QYCiADKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG", - "cHJvdG8z")); + "ChhMb2NrRXF1aXBtZW50Q3NSZXEucHJvdG8iRQoSTG9ja0VxdWlwbWVudENz", + "UmVxEhQKDGlzX3Byb3RlY3RlZBgLIAEoCBIZChFlcXVpcG1lbnRfaWRfbGlz", + "dBgKIAMoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90", + "bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.LockEquipmentCsReq), global::EggLink.DanhengServer.Proto.LockEquipmentCsReq.Parser, new[]{ "IsLocked", "EquipmentUniqueIdList" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.LockEquipmentCsReq), global::EggLink.DanhengServer.Proto.LockEquipmentCsReq.Parser, new[]{ "IsProtected", "EquipmentIdList" }, null, null, null, null) })); } #endregion @@ -73,8 +73,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public LockEquipmentCsReq(LockEquipmentCsReq other) : this() { - isLocked_ = other.isLocked_; - equipmentUniqueIdList_ = other.equipmentUniqueIdList_.Clone(); + isProtected_ = other.isProtected_; + equipmentIdList_ = other.equipmentIdList_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -84,27 +84,27 @@ namespace EggLink.DanhengServer.Proto { return new LockEquipmentCsReq(this); } - /// Field number for the "is_locked" field. - public const int IsLockedFieldNumber = 11; - private bool isLocked_; + /// Field number for the "is_protected" field. + public const int IsProtectedFieldNumber = 11; + private bool isProtected_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool IsLocked { - get { return isLocked_; } + public bool IsProtected { + get { return isProtected_; } set { - isLocked_ = value; + isProtected_ = value; } } - /// Field number for the "equipment_unique_id_list" field. - public const int EquipmentUniqueIdListFieldNumber = 10; - private static readonly pb::FieldCodec _repeated_equipmentUniqueIdList_codec + /// Field number for the "equipment_id_list" field. + public const int EquipmentIdListFieldNumber = 10; + private static readonly pb::FieldCodec _repeated_equipmentIdList_codec = pb::FieldCodec.ForUInt32(82); - private readonly pbc::RepeatedField equipmentUniqueIdList_ = new pbc::RepeatedField(); + private readonly pbc::RepeatedField equipmentIdList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField EquipmentUniqueIdList { - get { return equipmentUniqueIdList_; } + public pbc::RepeatedField EquipmentIdList { + get { return equipmentIdList_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -122,8 +122,8 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (IsLocked != other.IsLocked) return false; - if(!equipmentUniqueIdList_.Equals(other.equipmentUniqueIdList_)) return false; + if (IsProtected != other.IsProtected) return false; + if(!equipmentIdList_.Equals(other.equipmentIdList_)) return false; return Equals(_unknownFields, other._unknownFields); } @@ -131,8 +131,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (IsLocked != false) hash ^= IsLocked.GetHashCode(); - hash ^= equipmentUniqueIdList_.GetHashCode(); + if (IsProtected != false) hash ^= IsProtected.GetHashCode(); + hash ^= equipmentIdList_.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -151,10 +151,10 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - equipmentUniqueIdList_.WriteTo(output, _repeated_equipmentUniqueIdList_codec); - if (IsLocked != false) { + equipmentIdList_.WriteTo(output, _repeated_equipmentIdList_codec); + if (IsProtected != false) { output.WriteRawTag(88); - output.WriteBool(IsLocked); + output.WriteBool(IsProtected); } if (_unknownFields != null) { _unknownFields.WriteTo(output); @@ -166,10 +166,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - equipmentUniqueIdList_.WriteTo(ref output, _repeated_equipmentUniqueIdList_codec); - if (IsLocked != false) { + equipmentIdList_.WriteTo(ref output, _repeated_equipmentIdList_codec); + if (IsProtected != false) { output.WriteRawTag(88); - output.WriteBool(IsLocked); + output.WriteBool(IsProtected); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); @@ -181,10 +181,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (IsLocked != false) { + if (IsProtected != false) { size += 1 + 1; } - size += equipmentUniqueIdList_.CalculateSize(_repeated_equipmentUniqueIdList_codec); + size += equipmentIdList_.CalculateSize(_repeated_equipmentIdList_codec); if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -197,10 +197,10 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - if (other.IsLocked != false) { - IsLocked = other.IsLocked; + if (other.IsProtected != false) { + IsProtected = other.IsProtected; } - equipmentUniqueIdList_.Add(other.equipmentUniqueIdList_); + equipmentIdList_.Add(other.equipmentIdList_); _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -218,11 +218,11 @@ namespace EggLink.DanhengServer.Proto { break; case 82: case 80: { - equipmentUniqueIdList_.AddEntriesFrom(input, _repeated_equipmentUniqueIdList_codec); + equipmentIdList_.AddEntriesFrom(input, _repeated_equipmentIdList_codec); break; } case 88: { - IsLocked = input.ReadBool(); + IsProtected = input.ReadBool(); break; } } @@ -242,11 +242,11 @@ namespace EggLink.DanhengServer.Proto { break; case 82: case 80: { - equipmentUniqueIdList_.AddEntriesFrom(ref input, _repeated_equipmentUniqueIdList_codec); + equipmentIdList_.AddEntriesFrom(ref input, _repeated_equipmentIdList_codec); break; } case 88: { - IsLocked = input.ReadBool(); + IsProtected = input.ReadBool(); break; } } diff --git a/Proto/LockRelicCsReq.cs b/Proto/LockRelicCsReq.cs index 5efda00e..e3ddc568 100644 --- a/Proto/LockRelicCsReq.cs +++ b/Proto/LockRelicCsReq.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static LockRelicCsReqReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChRMb2NrUmVsaWNDc1JlcS5wcm90byJWCg5Mb2NrUmVsaWNDc1JlcRIRCglp", - "c19sb2NrZWQYASABKAgSHAoUcmVsaWNfdW5pcXVlX2lkX2xpc3QYCiADKA0S", - "EwoLSUVNTlBHT01KQ08YBSABKAhCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZl", - "ci5Qcm90b2IGcHJvdG8z")); + "ChRMb2NrUmVsaWNDc1JlcS5wcm90byJZCg5Mb2NrUmVsaWNDc1JlcRIUCgxp", + "c19wcm90ZWN0ZWQYASABKAgSHAoUcmVsaWNfdW5pcXVlX2lkX2xpc3QYCiAD", + "KA0SEwoLSUVNTlBHT01KQ08YBSABKAhCHqoCG0VnZ0xpbmsuRGFuaGVuZ1Nl", + "cnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.LockRelicCsReq), global::EggLink.DanhengServer.Proto.LockRelicCsReq.Parser, new[]{ "IsLocked", "RelicUniqueIdList", "IEMNPGOMJCO" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.LockRelicCsReq), global::EggLink.DanhengServer.Proto.LockRelicCsReq.Parser, new[]{ "IsProtected", "RelicUniqueIdList", "IEMNPGOMJCO" }, null, null, null, null) })); } #endregion @@ -73,7 +73,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public LockRelicCsReq(LockRelicCsReq other) : this() { - isLocked_ = other.isLocked_; + isProtected_ = other.isProtected_; relicUniqueIdList_ = other.relicUniqueIdList_.Clone(); iEMNPGOMJCO_ = other.iEMNPGOMJCO_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); @@ -85,15 +85,15 @@ namespace EggLink.DanhengServer.Proto { return new LockRelicCsReq(this); } - /// Field number for the "is_locked" field. - public const int IsLockedFieldNumber = 1; - private bool isLocked_; + /// Field number for the "is_protected" field. + public const int IsProtectedFieldNumber = 1; + private bool isProtected_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool IsLocked { - get { return isLocked_; } + public bool IsProtected { + get { return isProtected_; } set { - isLocked_ = value; + isProtected_ = value; } } @@ -135,7 +135,7 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (IsLocked != other.IsLocked) return false; + if (IsProtected != other.IsProtected) return false; if(!relicUniqueIdList_.Equals(other.relicUniqueIdList_)) return false; if (IEMNPGOMJCO != other.IEMNPGOMJCO) return false; return Equals(_unknownFields, other._unknownFields); @@ -145,7 +145,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (IsLocked != false) hash ^= IsLocked.GetHashCode(); + if (IsProtected != false) hash ^= IsProtected.GetHashCode(); hash ^= relicUniqueIdList_.GetHashCode(); if (IEMNPGOMJCO != false) hash ^= IEMNPGOMJCO.GetHashCode(); if (_unknownFields != null) { @@ -166,9 +166,9 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (IsLocked != false) { + if (IsProtected != false) { output.WriteRawTag(8); - output.WriteBool(IsLocked); + output.WriteBool(IsProtected); } if (IEMNPGOMJCO != false) { output.WriteRawTag(40); @@ -185,9 +185,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (IsLocked != false) { + if (IsProtected != false) { output.WriteRawTag(8); - output.WriteBool(IsLocked); + output.WriteBool(IsProtected); } if (IEMNPGOMJCO != false) { output.WriteRawTag(40); @@ -204,7 +204,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (IsLocked != false) { + if (IsProtected != false) { size += 1 + 1; } size += relicUniqueIdList_.CalculateSize(_repeated_relicUniqueIdList_codec); @@ -223,8 +223,8 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - if (other.IsLocked != false) { - IsLocked = other.IsLocked; + if (other.IsProtected != false) { + IsProtected = other.IsProtected; } relicUniqueIdList_.Add(other.relicUniqueIdList_); if (other.IEMNPGOMJCO != false) { @@ -246,7 +246,7 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 8: { - IsLocked = input.ReadBool(); + IsProtected = input.ReadBool(); break; } case 40: { @@ -274,7 +274,7 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 8: { - IsLocked = input.ReadBool(); + IsProtected = input.ReadBool(); break; } case 40: { diff --git a/Proto/LogisticsScore.cs b/Proto/LogisticsScore.cs index 5cbf6ba5..2b372a71 100644 --- a/Proto/LogisticsScore.cs +++ b/Proto/LogisticsScore.cs @@ -24,12 +24,12 @@ namespace EggLink.DanhengServer.Proto { static LogisticsScoreReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChRMb2dpc3RpY3NTY29yZS5wcm90bxoOSXRlbUxpc3QucHJvdG8inAEKDkxv", - "Z2lzdGljc1Njb3JlEhQKDExhc3RNYXhTY29yZRgPIAEoDRINCgVNYXBJZBgG", - "IAEoDRIZCgZSZXdhcmQYCiABKAsyCS5JdGVtTGlzdBIRCglMYXN0TGV2ZWwY", - "AiABKA0SEAoITWF4U2NvcmUYCyABKA0SEwoLVW5sb2NrTGV2ZWwYASABKA0S", - "EAoIQ3VyU2NvcmUYAyABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Q", - "cm90b2IGcHJvdG8z")); + "ChRMb2dpc3RpY3NTY29yZS5wcm90bxoOSXRlbUxpc3QucHJvdG8iowEKDkxv", + "Z2lzdGljc1Njb3JlEhYKDmxhc3RfbWF4X3Njb3JlGA8gASgNEg4KBm1hcF9p", + "ZBgGIAEoDRIZCgZyZXdhcmQYCiABKAsyCS5JdGVtTGlzdBISCgpsYXN0X2xl", + "dmVsGAIgASgNEhEKCW1heF9zY29yZRgLIAEoDRIUCgx1bmxvY2tfbGV2ZWwY", + "ASABKA0SEQoJY3VyX3Njb3JlGAMgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdT", + "ZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -91,7 +91,7 @@ namespace EggLink.DanhengServer.Proto { return new LogisticsScore(this); } - /// Field number for the "LastMaxScore" field. + /// Field number for the "last_max_score" field. public const int LastMaxScoreFieldNumber = 15; private uint lastMaxScore_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -103,7 +103,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "MapId" field. + /// Field number for the "map_id" field. public const int MapIdFieldNumber = 6; private uint mapId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -115,7 +115,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Reward" field. + /// Field number for the "reward" field. public const int RewardFieldNumber = 10; private global::EggLink.DanhengServer.Proto.ItemList reward_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -127,7 +127,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "LastLevel" field. + /// Field number for the "last_level" field. public const int LastLevelFieldNumber = 2; private uint lastLevel_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -139,7 +139,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "MaxScore" field. + /// Field number for the "max_score" field. public const int MaxScoreFieldNumber = 11; private uint maxScore_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -151,7 +151,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "UnlockLevel" field. + /// Field number for the "unlock_level" field. public const int UnlockLevelFieldNumber = 1; private uint unlockLevel_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -163,7 +163,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "CurScore" field. + /// Field number for the "cur_score" field. public const int CurScoreFieldNumber = 3; private uint curScore_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/LuckyKoiInfo.cs b/Proto/LuckyKoiInfo.cs index 239664d3..dd2ddc38 100644 --- a/Proto/LuckyKoiInfo.cs +++ b/Proto/LuckyKoiInfo.cs @@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto { static LuckyKoiInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChJMdWNreUtvaUluZm8ucHJvdG8iQQoMTHVja3lLb2lJbmZvEhAKCEhlYWRJ", - "Y29uGAUgASgNEg8KB05hbWVTdHIYASABKAkSDgoGVWlkU3RyGA0gASgJQh6q", - "AhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "ChJMdWNreUtvaUluZm8ucHJvdG8iRAoMTHVja3lLb2lJbmZvEhEKCWhlYWRf", + "aWNvbhgFIAEoDRIQCghuYW1lX3N0chgBIAEoCRIPCgd1aWRfc3RyGA0gASgJ", + "Qh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -84,7 +84,7 @@ namespace EggLink.DanhengServer.Proto { return new LuckyKoiInfo(this); } - /// Field number for the "HeadIcon" field. + /// Field number for the "head_icon" field. public const int HeadIconFieldNumber = 5; private uint headIcon_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -96,7 +96,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "NameStr" field. + /// Field number for the "name_str" field. public const int NameStrFieldNumber = 1; private string nameStr_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -108,7 +108,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "UidStr" field. + /// Field number for the "uid_str" field. public const int UidStrFieldNumber = 13; private string uidStr_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/MAOGFDKDCKM.cs b/Proto/MAOGFDKDCKM.cs deleted file mode 100644 index d48bc1b1..00000000 --- a/Proto/MAOGFDKDCKM.cs +++ /dev/null @@ -1,645 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: MAOGFDKDCKM.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from MAOGFDKDCKM.proto - public static partial class MAOGFDKDCKMReflection { - - #region Descriptor - /// File descriptor for MAOGFDKDCKM.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static MAOGFDKDCKMReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFNQU9HRkRLRENLTS5wcm90bxoRRU9KTE5HRERMTk4ucHJvdG8aEUhCR0hB", - "T1BCS0pQLnByb3RvGhFMQkFPR0lCUEpPUC5wcm90bxoRUFBJRkZLSkVKSkEu", - "cHJvdG8i1wIKC01BT0dGREtEQ0tNEhMKC0RQTEdDRUtKQUNLGA0gASgCEhMK", - "C0tOQ0hFSElJSk5OGAwgAygNEhsKBXBoYXNlGA4gASgOMgwuUFBJRkZLSkVK", - "SkESIQoLTEdQSUVNRExISk0YAiABKAsyDC5MQkFPR0lCUEpPUBITCgtPTUtL", - "UEdGSkhGRRgEIAEoCBIhCgtPTEtNQ0JKRkxFShgJIAMoCzIMLkhCR0hBT1BC", - "S0pQEhMKC0lFSEZIS01EQUdDGAMgASgNEhMKC0NITExNRkpHUFBBGAUgASgN", - "EiEKC0JCRE9QTEVLSUFDGA8gASgLMgwuRU9KTE5HRERMTk4SIQoLRElCUEdH", - "T09HUEsYBiADKAsyDC5IQkdIQU9QQktKUBIhCgtLSENNT0ZQRk9BSxgLIAEo", - "CzIMLkVPSkxOR0RETE5OEhMKC0hNRkZIR0JLT0dMGAcgASgNQh6qAhtFZ2dM", - "aW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EOJLNGDDLNNReflection.Descriptor, global::EggLink.DanhengServer.Proto.HBGHAOPBKJPReflection.Descriptor, global::EggLink.DanhengServer.Proto.LBAOGIBPJOPReflection.Descriptor, global::EggLink.DanhengServer.Proto.PPIFFKJEJJAReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MAOGFDKDCKM), global::EggLink.DanhengServer.Proto.MAOGFDKDCKM.Parser, new[]{ "DPLGCEKJACK", "KNCHEHIIJNN", "Phase", "LGPIEMDLHJM", "OMKKPGFJHFE", "OLKMCBJFLEJ", "IEHFHKMDAGC", "CHLLMFJGPPA", "BBDOPLEKIAC", "DIBPGGOOGPK", "KHCMOFPFOAK", "HMFFHGBKOGL" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class MAOGFDKDCKM : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new MAOGFDKDCKM()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.MAOGFDKDCKMReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public MAOGFDKDCKM() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public MAOGFDKDCKM(MAOGFDKDCKM other) : this() { - dPLGCEKJACK_ = other.dPLGCEKJACK_; - kNCHEHIIJNN_ = other.kNCHEHIIJNN_.Clone(); - phase_ = other.phase_; - lGPIEMDLHJM_ = other.lGPIEMDLHJM_ != null ? other.lGPIEMDLHJM_.Clone() : null; - oMKKPGFJHFE_ = other.oMKKPGFJHFE_; - oLKMCBJFLEJ_ = other.oLKMCBJFLEJ_.Clone(); - iEHFHKMDAGC_ = other.iEHFHKMDAGC_; - cHLLMFJGPPA_ = other.cHLLMFJGPPA_; - bBDOPLEKIAC_ = other.bBDOPLEKIAC_ != null ? other.bBDOPLEKIAC_.Clone() : null; - dIBPGGOOGPK_ = other.dIBPGGOOGPK_.Clone(); - kHCMOFPFOAK_ = other.kHCMOFPFOAK_ != null ? other.kHCMOFPFOAK_.Clone() : null; - hMFFHGBKOGL_ = other.hMFFHGBKOGL_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public MAOGFDKDCKM Clone() { - return new MAOGFDKDCKM(this); - } - - /// Field number for the "DPLGCEKJACK" field. - public const int DPLGCEKJACKFieldNumber = 13; - private float dPLGCEKJACK_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public float DPLGCEKJACK { - get { return dPLGCEKJACK_; } - set { - dPLGCEKJACK_ = value; - } - } - - /// Field number for the "KNCHEHIIJNN" field. - public const int KNCHEHIIJNNFieldNumber = 12; - private static readonly pb::FieldCodec _repeated_kNCHEHIIJNN_codec - = pb::FieldCodec.ForUInt32(98); - private readonly pbc::RepeatedField kNCHEHIIJNN_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField KNCHEHIIJNN { - get { return kNCHEHIIJNN_; } - } - - /// Field number for the "phase" field. - public const int PhaseFieldNumber = 14; - private global::EggLink.DanhengServer.Proto.PPIFFKJEJJA phase_ = global::EggLink.DanhengServer.Proto.PPIFFKJEJJA.MarbleGamePhaseNone; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.PPIFFKJEJJA Phase { - get { return phase_; } - set { - phase_ = value; - } - } - - /// Field number for the "LGPIEMDLHJM" field. - public const int LGPIEMDLHJMFieldNumber = 2; - private global::EggLink.DanhengServer.Proto.LBAOGIBPJOP lGPIEMDLHJM_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.LBAOGIBPJOP LGPIEMDLHJM { - get { return lGPIEMDLHJM_; } - set { - lGPIEMDLHJM_ = value; - } - } - - /// Field number for the "OMKKPGFJHFE" field. - public const int OMKKPGFJHFEFieldNumber = 4; - private bool oMKKPGFJHFE_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool OMKKPGFJHFE { - get { return oMKKPGFJHFE_; } - set { - oMKKPGFJHFE_ = value; - } - } - - /// Field number for the "OLKMCBJFLEJ" field. - public const int OLKMCBJFLEJFieldNumber = 9; - private static readonly pb::FieldCodec _repeated_oLKMCBJFLEJ_codec - = pb::FieldCodec.ForMessage(74, global::EggLink.DanhengServer.Proto.HBGHAOPBKJP.Parser); - private readonly pbc::RepeatedField oLKMCBJFLEJ_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField OLKMCBJFLEJ { - get { return oLKMCBJFLEJ_; } - } - - /// Field number for the "IEHFHKMDAGC" field. - public const int IEHFHKMDAGCFieldNumber = 3; - private uint iEHFHKMDAGC_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint IEHFHKMDAGC { - get { return iEHFHKMDAGC_; } - set { - iEHFHKMDAGC_ = value; - } - } - - /// Field number for the "CHLLMFJGPPA" field. - public const int CHLLMFJGPPAFieldNumber = 5; - private uint cHLLMFJGPPA_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint CHLLMFJGPPA { - get { return cHLLMFJGPPA_; } - set { - cHLLMFJGPPA_ = value; - } - } - - /// Field number for the "BBDOPLEKIAC" field. - public const int BBDOPLEKIACFieldNumber = 15; - private global::EggLink.DanhengServer.Proto.EOJLNGDDLNN bBDOPLEKIAC_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.EOJLNGDDLNN BBDOPLEKIAC { - get { return bBDOPLEKIAC_; } - set { - bBDOPLEKIAC_ = value; - } - } - - /// Field number for the "DIBPGGOOGPK" field. - public const int DIBPGGOOGPKFieldNumber = 6; - private static readonly pb::FieldCodec _repeated_dIBPGGOOGPK_codec - = pb::FieldCodec.ForMessage(50, global::EggLink.DanhengServer.Proto.HBGHAOPBKJP.Parser); - private readonly pbc::RepeatedField dIBPGGOOGPK_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField DIBPGGOOGPK { - get { return dIBPGGOOGPK_; } - } - - /// Field number for the "KHCMOFPFOAK" field. - public const int KHCMOFPFOAKFieldNumber = 11; - private global::EggLink.DanhengServer.Proto.EOJLNGDDLNN kHCMOFPFOAK_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.EOJLNGDDLNN KHCMOFPFOAK { - get { return kHCMOFPFOAK_; } - set { - kHCMOFPFOAK_ = value; - } - } - - /// Field number for the "HMFFHGBKOGL" field. - public const int HMFFHGBKOGLFieldNumber = 7; - private uint hMFFHGBKOGL_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint HMFFHGBKOGL { - get { return hMFFHGBKOGL_; } - set { - hMFFHGBKOGL_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as MAOGFDKDCKM); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(MAOGFDKDCKM other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(DPLGCEKJACK, other.DPLGCEKJACK)) return false; - if(!kNCHEHIIJNN_.Equals(other.kNCHEHIIJNN_)) return false; - if (Phase != other.Phase) return false; - if (!object.Equals(LGPIEMDLHJM, other.LGPIEMDLHJM)) return false; - if (OMKKPGFJHFE != other.OMKKPGFJHFE) return false; - if(!oLKMCBJFLEJ_.Equals(other.oLKMCBJFLEJ_)) return false; - if (IEHFHKMDAGC != other.IEHFHKMDAGC) return false; - if (CHLLMFJGPPA != other.CHLLMFJGPPA) return false; - if (!object.Equals(BBDOPLEKIAC, other.BBDOPLEKIAC)) return false; - if(!dIBPGGOOGPK_.Equals(other.dIBPGGOOGPK_)) return false; - if (!object.Equals(KHCMOFPFOAK, other.KHCMOFPFOAK)) return false; - if (HMFFHGBKOGL != other.HMFFHGBKOGL) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (DPLGCEKJACK != 0F) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(DPLGCEKJACK); - hash ^= kNCHEHIIJNN_.GetHashCode(); - if (Phase != global::EggLink.DanhengServer.Proto.PPIFFKJEJJA.MarbleGamePhaseNone) hash ^= Phase.GetHashCode(); - if (lGPIEMDLHJM_ != null) hash ^= LGPIEMDLHJM.GetHashCode(); - if (OMKKPGFJHFE != false) hash ^= OMKKPGFJHFE.GetHashCode(); - hash ^= oLKMCBJFLEJ_.GetHashCode(); - if (IEHFHKMDAGC != 0) hash ^= IEHFHKMDAGC.GetHashCode(); - if (CHLLMFJGPPA != 0) hash ^= CHLLMFJGPPA.GetHashCode(); - if (bBDOPLEKIAC_ != null) hash ^= BBDOPLEKIAC.GetHashCode(); - hash ^= dIBPGGOOGPK_.GetHashCode(); - if (kHCMOFPFOAK_ != null) hash ^= KHCMOFPFOAK.GetHashCode(); - if (HMFFHGBKOGL != 0) hash ^= HMFFHGBKOGL.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (lGPIEMDLHJM_ != null) { - output.WriteRawTag(18); - output.WriteMessage(LGPIEMDLHJM); - } - if (IEHFHKMDAGC != 0) { - output.WriteRawTag(24); - output.WriteUInt32(IEHFHKMDAGC); - } - if (OMKKPGFJHFE != false) { - output.WriteRawTag(32); - output.WriteBool(OMKKPGFJHFE); - } - if (CHLLMFJGPPA != 0) { - output.WriteRawTag(40); - output.WriteUInt32(CHLLMFJGPPA); - } - dIBPGGOOGPK_.WriteTo(output, _repeated_dIBPGGOOGPK_codec); - if (HMFFHGBKOGL != 0) { - output.WriteRawTag(56); - output.WriteUInt32(HMFFHGBKOGL); - } - oLKMCBJFLEJ_.WriteTo(output, _repeated_oLKMCBJFLEJ_codec); - if (kHCMOFPFOAK_ != null) { - output.WriteRawTag(90); - output.WriteMessage(KHCMOFPFOAK); - } - kNCHEHIIJNN_.WriteTo(output, _repeated_kNCHEHIIJNN_codec); - if (DPLGCEKJACK != 0F) { - output.WriteRawTag(109); - output.WriteFloat(DPLGCEKJACK); - } - if (Phase != global::EggLink.DanhengServer.Proto.PPIFFKJEJJA.MarbleGamePhaseNone) { - output.WriteRawTag(112); - output.WriteEnum((int) Phase); - } - if (bBDOPLEKIAC_ != null) { - output.WriteRawTag(122); - output.WriteMessage(BBDOPLEKIAC); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (lGPIEMDLHJM_ != null) { - output.WriteRawTag(18); - output.WriteMessage(LGPIEMDLHJM); - } - if (IEHFHKMDAGC != 0) { - output.WriteRawTag(24); - output.WriteUInt32(IEHFHKMDAGC); - } - if (OMKKPGFJHFE != false) { - output.WriteRawTag(32); - output.WriteBool(OMKKPGFJHFE); - } - if (CHLLMFJGPPA != 0) { - output.WriteRawTag(40); - output.WriteUInt32(CHLLMFJGPPA); - } - dIBPGGOOGPK_.WriteTo(ref output, _repeated_dIBPGGOOGPK_codec); - if (HMFFHGBKOGL != 0) { - output.WriteRawTag(56); - output.WriteUInt32(HMFFHGBKOGL); - } - oLKMCBJFLEJ_.WriteTo(ref output, _repeated_oLKMCBJFLEJ_codec); - if (kHCMOFPFOAK_ != null) { - output.WriteRawTag(90); - output.WriteMessage(KHCMOFPFOAK); - } - kNCHEHIIJNN_.WriteTo(ref output, _repeated_kNCHEHIIJNN_codec); - if (DPLGCEKJACK != 0F) { - output.WriteRawTag(109); - output.WriteFloat(DPLGCEKJACK); - } - if (Phase != global::EggLink.DanhengServer.Proto.PPIFFKJEJJA.MarbleGamePhaseNone) { - output.WriteRawTag(112); - output.WriteEnum((int) Phase); - } - if (bBDOPLEKIAC_ != null) { - output.WriteRawTag(122); - output.WriteMessage(BBDOPLEKIAC); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (DPLGCEKJACK != 0F) { - size += 1 + 4; - } - size += kNCHEHIIJNN_.CalculateSize(_repeated_kNCHEHIIJNN_codec); - if (Phase != global::EggLink.DanhengServer.Proto.PPIFFKJEJJA.MarbleGamePhaseNone) { - size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Phase); - } - if (lGPIEMDLHJM_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(LGPIEMDLHJM); - } - if (OMKKPGFJHFE != false) { - size += 1 + 1; - } - size += oLKMCBJFLEJ_.CalculateSize(_repeated_oLKMCBJFLEJ_codec); - if (IEHFHKMDAGC != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IEHFHKMDAGC); - } - if (CHLLMFJGPPA != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CHLLMFJGPPA); - } - if (bBDOPLEKIAC_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(BBDOPLEKIAC); - } - size += dIBPGGOOGPK_.CalculateSize(_repeated_dIBPGGOOGPK_codec); - if (kHCMOFPFOAK_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(KHCMOFPFOAK); - } - if (HMFFHGBKOGL != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HMFFHGBKOGL); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(MAOGFDKDCKM other) { - if (other == null) { - return; - } - if (other.DPLGCEKJACK != 0F) { - DPLGCEKJACK = other.DPLGCEKJACK; - } - kNCHEHIIJNN_.Add(other.kNCHEHIIJNN_); - if (other.Phase != global::EggLink.DanhengServer.Proto.PPIFFKJEJJA.MarbleGamePhaseNone) { - Phase = other.Phase; - } - if (other.lGPIEMDLHJM_ != null) { - if (lGPIEMDLHJM_ == null) { - LGPIEMDLHJM = new global::EggLink.DanhengServer.Proto.LBAOGIBPJOP(); - } - LGPIEMDLHJM.MergeFrom(other.LGPIEMDLHJM); - } - if (other.OMKKPGFJHFE != false) { - OMKKPGFJHFE = other.OMKKPGFJHFE; - } - oLKMCBJFLEJ_.Add(other.oLKMCBJFLEJ_); - if (other.IEHFHKMDAGC != 0) { - IEHFHKMDAGC = other.IEHFHKMDAGC; - } - if (other.CHLLMFJGPPA != 0) { - CHLLMFJGPPA = other.CHLLMFJGPPA; - } - if (other.bBDOPLEKIAC_ != null) { - if (bBDOPLEKIAC_ == null) { - BBDOPLEKIAC = new global::EggLink.DanhengServer.Proto.EOJLNGDDLNN(); - } - BBDOPLEKIAC.MergeFrom(other.BBDOPLEKIAC); - } - dIBPGGOOGPK_.Add(other.dIBPGGOOGPK_); - if (other.kHCMOFPFOAK_ != null) { - if (kHCMOFPFOAK_ == null) { - KHCMOFPFOAK = new global::EggLink.DanhengServer.Proto.EOJLNGDDLNN(); - } - KHCMOFPFOAK.MergeFrom(other.KHCMOFPFOAK); - } - if (other.HMFFHGBKOGL != 0) { - HMFFHGBKOGL = other.HMFFHGBKOGL; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 18: { - if (lGPIEMDLHJM_ == null) { - LGPIEMDLHJM = new global::EggLink.DanhengServer.Proto.LBAOGIBPJOP(); - } - input.ReadMessage(LGPIEMDLHJM); - break; - } - case 24: { - IEHFHKMDAGC = input.ReadUInt32(); - break; - } - case 32: { - OMKKPGFJHFE = input.ReadBool(); - break; - } - case 40: { - CHLLMFJGPPA = input.ReadUInt32(); - break; - } - case 50: { - dIBPGGOOGPK_.AddEntriesFrom(input, _repeated_dIBPGGOOGPK_codec); - break; - } - case 56: { - HMFFHGBKOGL = input.ReadUInt32(); - break; - } - case 74: { - oLKMCBJFLEJ_.AddEntriesFrom(input, _repeated_oLKMCBJFLEJ_codec); - break; - } - case 90: { - if (kHCMOFPFOAK_ == null) { - KHCMOFPFOAK = new global::EggLink.DanhengServer.Proto.EOJLNGDDLNN(); - } - input.ReadMessage(KHCMOFPFOAK); - break; - } - case 98: - case 96: { - kNCHEHIIJNN_.AddEntriesFrom(input, _repeated_kNCHEHIIJNN_codec); - break; - } - case 109: { - DPLGCEKJACK = input.ReadFloat(); - break; - } - case 112: { - Phase = (global::EggLink.DanhengServer.Proto.PPIFFKJEJJA) input.ReadEnum(); - break; - } - case 122: { - if (bBDOPLEKIAC_ == null) { - BBDOPLEKIAC = new global::EggLink.DanhengServer.Proto.EOJLNGDDLNN(); - } - input.ReadMessage(BBDOPLEKIAC); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 18: { - if (lGPIEMDLHJM_ == null) { - LGPIEMDLHJM = new global::EggLink.DanhengServer.Proto.LBAOGIBPJOP(); - } - input.ReadMessage(LGPIEMDLHJM); - break; - } - case 24: { - IEHFHKMDAGC = input.ReadUInt32(); - break; - } - case 32: { - OMKKPGFJHFE = input.ReadBool(); - break; - } - case 40: { - CHLLMFJGPPA = input.ReadUInt32(); - break; - } - case 50: { - dIBPGGOOGPK_.AddEntriesFrom(ref input, _repeated_dIBPGGOOGPK_codec); - break; - } - case 56: { - HMFFHGBKOGL = input.ReadUInt32(); - break; - } - case 74: { - oLKMCBJFLEJ_.AddEntriesFrom(ref input, _repeated_oLKMCBJFLEJ_codec); - break; - } - case 90: { - if (kHCMOFPFOAK_ == null) { - KHCMOFPFOAK = new global::EggLink.DanhengServer.Proto.EOJLNGDDLNN(); - } - input.ReadMessage(KHCMOFPFOAK); - break; - } - case 98: - case 96: { - kNCHEHIIJNN_.AddEntriesFrom(ref input, _repeated_kNCHEHIIJNN_codec); - break; - } - case 109: { - DPLGCEKJACK = input.ReadFloat(); - break; - } - case 112: { - Phase = (global::EggLink.DanhengServer.Proto.PPIFFKJEJJA) input.ReadEnum(); - break; - } - case 122: { - if (bBDOPLEKIAC_ == null) { - BBDOPLEKIAC = new global::EggLink.DanhengServer.Proto.EOJLNGDDLNN(); - } - input.ReadMessage(BBDOPLEKIAC); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/MBMCFOLIOLO.cs b/Proto/MBMCFOLIOLO.cs deleted file mode 100644 index a9e1f079..00000000 --- a/Proto/MBMCFOLIOLO.cs +++ /dev/null @@ -1,300 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: MBMCFOLIOLO.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from MBMCFOLIOLO.proto - public static partial class MBMCFOLIOLOReflection { - - #region Descriptor - /// File descriptor for MBMCFOLIOLO.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static MBMCFOLIOLOReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFNQk1DRk9MSU9MTy5wcm90bxoRREtGTEFMSkRJRkwucHJvdG8irQEKC01C", - "TUNGT0xJT0xPEhMKC0NETk9KQ0FDRUxKGAEgASgIEjIKC0hBTkVHSU5MQU5J", - "GAIgAygLMh0uTUJNQ0ZPTElPTE8uSEFORUdJTkxBTklFbnRyeRITCgtDSktN", - "R0VOT0pCRRgDIAEoDBpAChBIQU5FR0lOTEFOSUVudHJ5EgsKA2tleRgBIAEo", - "CRIbCgV2YWx1ZRgCIAEoCzIMLkRLRkxBTEpESUZMOgI4AUIeqgIbRWdnTGlu", - "ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DKFLALJDIFLReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MBMCFOLIOLO), global::EggLink.DanhengServer.Proto.MBMCFOLIOLO.Parser, new[]{ "CDNOJCACELJ", "HANEGINLANI", "CJKMGENOJBE" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, }) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class MBMCFOLIOLO : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new MBMCFOLIOLO()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.MBMCFOLIOLOReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public MBMCFOLIOLO() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public MBMCFOLIOLO(MBMCFOLIOLO other) : this() { - cDNOJCACELJ_ = other.cDNOJCACELJ_; - hANEGINLANI_ = other.hANEGINLANI_.Clone(); - cJKMGENOJBE_ = other.cJKMGENOJBE_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public MBMCFOLIOLO Clone() { - return new MBMCFOLIOLO(this); - } - - /// Field number for the "CDNOJCACELJ" field. - public const int CDNOJCACELJFieldNumber = 1; - private bool cDNOJCACELJ_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool CDNOJCACELJ { - get { return cDNOJCACELJ_; } - set { - cDNOJCACELJ_ = value; - } - } - - /// Field number for the "HANEGINLANI" field. - public const int HANEGINLANIFieldNumber = 2; - private static readonly pbc::MapField.Codec _map_hANEGINLANI_codec - = new pbc::MapField.Codec(pb::FieldCodec.ForString(10, ""), pb::FieldCodec.ForMessage(18, global::EggLink.DanhengServer.Proto.DKFLALJDIFL.Parser), 18); - private readonly pbc::MapField hANEGINLANI_ = new pbc::MapField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::MapField HANEGINLANI { - get { return hANEGINLANI_; } - } - - /// Field number for the "CJKMGENOJBE" field. - public const int CJKMGENOJBEFieldNumber = 3; - private pb::ByteString cJKMGENOJBE_ = pb::ByteString.Empty; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pb::ByteString CJKMGENOJBE { - get { return cJKMGENOJBE_; } - set { - cJKMGENOJBE_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as MBMCFOLIOLO); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(MBMCFOLIOLO other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (CDNOJCACELJ != other.CDNOJCACELJ) return false; - if (!HANEGINLANI.Equals(other.HANEGINLANI)) return false; - if (CJKMGENOJBE != other.CJKMGENOJBE) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (CDNOJCACELJ != false) hash ^= CDNOJCACELJ.GetHashCode(); - hash ^= HANEGINLANI.GetHashCode(); - if (CJKMGENOJBE.Length != 0) hash ^= CJKMGENOJBE.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (CDNOJCACELJ != false) { - output.WriteRawTag(8); - output.WriteBool(CDNOJCACELJ); - } - hANEGINLANI_.WriteTo(output, _map_hANEGINLANI_codec); - if (CJKMGENOJBE.Length != 0) { - output.WriteRawTag(26); - output.WriteBytes(CJKMGENOJBE); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (CDNOJCACELJ != false) { - output.WriteRawTag(8); - output.WriteBool(CDNOJCACELJ); - } - hANEGINLANI_.WriteTo(ref output, _map_hANEGINLANI_codec); - if (CJKMGENOJBE.Length != 0) { - output.WriteRawTag(26); - output.WriteBytes(CJKMGENOJBE); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (CDNOJCACELJ != false) { - size += 1 + 1; - } - size += hANEGINLANI_.CalculateSize(_map_hANEGINLANI_codec); - if (CJKMGENOJBE.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeBytesSize(CJKMGENOJBE); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(MBMCFOLIOLO other) { - if (other == null) { - return; - } - if (other.CDNOJCACELJ != false) { - CDNOJCACELJ = other.CDNOJCACELJ; - } - hANEGINLANI_.MergeFrom(other.hANEGINLANI_); - if (other.CJKMGENOJBE.Length != 0) { - CJKMGENOJBE = other.CJKMGENOJBE; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - CDNOJCACELJ = input.ReadBool(); - break; - } - case 18: { - hANEGINLANI_.AddEntriesFrom(input, _map_hANEGINLANI_codec); - break; - } - case 26: { - CJKMGENOJBE = input.ReadBytes(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - CDNOJCACELJ = input.ReadBool(); - break; - } - case 18: { - hANEGINLANI_.AddEntriesFrom(ref input, _map_hANEGINLANI_codec); - break; - } - case 26: { - CJKMGENOJBE = input.ReadBytes(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/MDBJBIEKKEE.cs b/Proto/MDBJBIEKKEE.cs deleted file mode 100644 index a13a7851..00000000 --- a/Proto/MDBJBIEKKEE.cs +++ /dev/null @@ -1,234 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: MDBJBIEKKEE.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from MDBJBIEKKEE.proto - public static partial class MDBJBIEKKEEReflection { - - #region Descriptor - /// File descriptor for MDBJBIEKKEE.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static MDBJBIEKKEEReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFNREJKQklFS0tFRS5wcm90byIiCgtNREJKQklFS0tFRRITCgtMSVBBUE9N", - "SE1DRRgFIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", - "cm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MDBJBIEKKEE), global::EggLink.DanhengServer.Proto.MDBJBIEKKEE.Parser, new[]{ "LIPAPOMHMCE" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class MDBJBIEKKEE : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new MDBJBIEKKEE()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.MDBJBIEKKEEReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public MDBJBIEKKEE() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public MDBJBIEKKEE(MDBJBIEKKEE other) : this() { - lIPAPOMHMCE_ = other.lIPAPOMHMCE_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public MDBJBIEKKEE Clone() { - return new MDBJBIEKKEE(this); - } - - /// Field number for the "LIPAPOMHMCE" field. - public const int LIPAPOMHMCEFieldNumber = 5; - private uint lIPAPOMHMCE_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint LIPAPOMHMCE { - get { return lIPAPOMHMCE_; } - set { - lIPAPOMHMCE_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as MDBJBIEKKEE); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(MDBJBIEKKEE other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (LIPAPOMHMCE != other.LIPAPOMHMCE) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (LIPAPOMHMCE != 0) hash ^= LIPAPOMHMCE.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (LIPAPOMHMCE != 0) { - output.WriteRawTag(40); - output.WriteUInt32(LIPAPOMHMCE); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (LIPAPOMHMCE != 0) { - output.WriteRawTag(40); - output.WriteUInt32(LIPAPOMHMCE); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (LIPAPOMHMCE != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LIPAPOMHMCE); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(MDBJBIEKKEE other) { - if (other == null) { - return; - } - if (other.LIPAPOMHMCE != 0) { - LIPAPOMHMCE = other.LIPAPOMHMCE; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 40: { - LIPAPOMHMCE = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 40: { - LIPAPOMHMCE = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/MDILHLHLHKI.cs b/Proto/MDILHLHLHKI.cs deleted file mode 100644 index 7dbec241..00000000 --- a/Proto/MDILHLHLHKI.cs +++ /dev/null @@ -1,271 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: MDILHLHLHKI.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from MDILHLHLHKI.proto - public static partial class MDILHLHLHKIReflection { - - #region Descriptor - /// File descriptor for MDILHLHLHKI.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static MDILHLHLHKIReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFNRElMSExITEhLSS5wcm90byI0CgtNRElMSExITEhLSRIQCghza2lsbF9p", - "ZBgMIAEoDRITCgtMRE5KRUFDRkJKRRgBIAEoDUIeqgIbRWdnTGluay5EYW5o", - "ZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MDILHLHLHKI), global::EggLink.DanhengServer.Proto.MDILHLHLHKI.Parser, new[]{ "SkillId", "LDNJEACFBJE" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class MDILHLHLHKI : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new MDILHLHLHKI()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.MDILHLHLHKIReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public MDILHLHLHKI() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public MDILHLHLHKI(MDILHLHLHKI other) : this() { - skillId_ = other.skillId_; - lDNJEACFBJE_ = other.lDNJEACFBJE_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public MDILHLHLHKI Clone() { - return new MDILHLHLHKI(this); - } - - /// Field number for the "skill_id" field. - public const int SkillIdFieldNumber = 12; - private uint skillId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint SkillId { - get { return skillId_; } - set { - skillId_ = value; - } - } - - /// Field number for the "LDNJEACFBJE" field. - public const int LDNJEACFBJEFieldNumber = 1; - private uint lDNJEACFBJE_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint LDNJEACFBJE { - get { return lDNJEACFBJE_; } - set { - lDNJEACFBJE_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as MDILHLHLHKI); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(MDILHLHLHKI other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (SkillId != other.SkillId) return false; - if (LDNJEACFBJE != other.LDNJEACFBJE) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (SkillId != 0) hash ^= SkillId.GetHashCode(); - if (LDNJEACFBJE != 0) hash ^= LDNJEACFBJE.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (LDNJEACFBJE != 0) { - output.WriteRawTag(8); - output.WriteUInt32(LDNJEACFBJE); - } - if (SkillId != 0) { - output.WriteRawTag(96); - output.WriteUInt32(SkillId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (LDNJEACFBJE != 0) { - output.WriteRawTag(8); - output.WriteUInt32(LDNJEACFBJE); - } - if (SkillId != 0) { - output.WriteRawTag(96); - output.WriteUInt32(SkillId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (SkillId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SkillId); - } - if (LDNJEACFBJE != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LDNJEACFBJE); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(MDILHLHLHKI other) { - if (other == null) { - return; - } - if (other.SkillId != 0) { - SkillId = other.SkillId; - } - if (other.LDNJEACFBJE != 0) { - LDNJEACFBJE = other.LDNJEACFBJE; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - LDNJEACFBJE = input.ReadUInt32(); - break; - } - case 96: { - SkillId = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - LDNJEACFBJE = input.ReadUInt32(); - break; - } - case 96: { - SkillId = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/MDOHAFBEEPK.cs b/Proto/MDOHAFBEEPK.cs index 339cace3..30af373b 100644 --- a/Proto/MDOHAFBEEPK.cs +++ b/Proto/MDOHAFBEEPK.cs @@ -24,8 +24,8 @@ namespace EggLink.DanhengServer.Proto { static MDOHAFBEEPKReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFNRE9IQUZCRUVQSy5wcm90bxoRTlBQTkZQUEVOTUMucHJvdG8aEUNESU1F", - "TUZKSkZQLnByb3RvIogCCgtNRE9IQUZCRUVQSxIOCgZjdXJfaHAYDCABKA0S", + "ChFNRE9IQUZCRUVQSy5wcm90bxoRQ0RJTUVNRkpKRlAucHJvdG8aEU5QUE5G", + "UFBFTk1DLnByb3RvIogCCgtNRE9IQUZCRUVQSxIOCgZjdXJfaHAYDCABKA0S", "EwoLTUlERUpOSkNBSUEYCCABKA0SEwoLTkFKTFBOTE5PSkUYASABKA0SIQoL", "TklBRUdISkxOTUIYAyABKAsyDC5DRElNRU1GSkpGUBITCgtlbmVyZ3lfaW5m", "bxgOIAEoDRITCgtHREZORFBNSkRBRhgJIAEoDRITCgtBTkhGSktFUENHRhgF", @@ -34,7 +34,7 @@ namespace EggLink.DanhengServer.Proto { "UE5GUFBFTk1DQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy", "b3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.NPPNFPPENMCReflection.Descriptor, global::EggLink.DanhengServer.Proto.CDIMEMFJJFPReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CDIMEMFJJFPReflection.Descriptor, global::EggLink.DanhengServer.Proto.NPPNFPPENMCReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MDOHAFBEEPK), global::EggLink.DanhengServer.Proto.MDOHAFBEEPK.Parser, new[]{ "CurHp", "MIDEJNJCAIA", "NAJLPNLNOJE", "NIAEGHJLNMB", "EnergyInfo", "GDFNDPMJDAF", "ANHFJKEPCGF", "AIHMGHAJGKJ", "ScoreId", "PKDPIEMGIBE", "KJPMOHFIILO" }, null, null, null, null) })); diff --git a/Proto/MGECFLOEOEG.cs b/Proto/MGECFLOEOEG.cs deleted file mode 100644 index d974e853..00000000 --- a/Proto/MGECFLOEOEG.cs +++ /dev/null @@ -1,50 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: MGECFLOEOEG.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from MGECFLOEOEG.proto - public static partial class MGECFLOEOEGReflection { - - #region Descriptor - /// File descriptor for MGECFLOEOEG.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static MGECFLOEOEGReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFNR0VDRkxPRU9FRy5wcm90byqbAQoLTUdFQ0ZMT0VPRUcSMQotUExBTkVU", - "X0ZFU19DQVJEX1BJRUNFX0FQUExZX1BFUk1JU1NJT05fUkVWSUVXEAASLwor", - "UExBTkVUX0ZFU19DQVJEX1BJRUNFX0FQUExZX1BFUk1JU1NJT05fRlJFRRAB", - "EigKJFBMQU5FVF9GRVNfQ0FSRF9QSUVDRV9QRVJNSVNTSU9OX0JBThACQh6q", - "AhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.MGECFLOEOEG), }, null, null)); - } - #endregion - - } - #region Enums - public enum MGECFLOEOEG { - [pbr::OriginalName("PLANET_FES_CARD_PIECE_APPLY_PERMISSION_REVIEW")] PlanetFesCardPieceApplyPermissionReview = 0, - [pbr::OriginalName("PLANET_FES_CARD_PIECE_APPLY_PERMISSION_FREE")] PlanetFesCardPieceApplyPermissionFree = 1, - [pbr::OriginalName("PLANET_FES_CARD_PIECE_PERMISSION_BAN")] PlanetFesCardPiecePermissionBan = 2, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/MHHLJFEJGNM.cs b/Proto/MHHLJFEJGNM.cs deleted file mode 100644 index 02cfa4d3..00000000 --- a/Proto/MHHLJFEJGNM.cs +++ /dev/null @@ -1,49 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: MHHLJFEJGNM.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from MHHLJFEJGNM.proto - public static partial class MHHLJFEJGNMReflection { - - #region Descriptor - /// File descriptor for MHHLJFEJGNM.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static MHHLJFEJGNMReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFNSEhMSkZFSkdOTS5wcm90bypWCgtNSEhMSkZFSkdOTRIWChJXQVlQT0lO", - "VF9UWVBFX05PTkUQABIXChNXQVlQT0lOVF9UWVBFX1NUQUdFEAESFgoSV0FZ", - "UE9JTlRfVFlQRV9QTE9UEAJCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Q", - "cm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.MHHLJFEJGNM), }, null, null)); - } - #endregion - - } - #region Enums - public enum MHHLJFEJGNM { - [pbr::OriginalName("WAYPOINT_TYPE_NONE")] WaypointTypeNone = 0, - [pbr::OriginalName("WAYPOINT_TYPE_STAGE")] WaypointTypeStage = 1, - [pbr::OriginalName("WAYPOINT_TYPE_PLOT")] WaypointTypePlot = 2, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/MIAIDAILDKM.cs b/Proto/MIAIDAILDKM.cs deleted file mode 100644 index a69424d0..00000000 --- a/Proto/MIAIDAILDKM.cs +++ /dev/null @@ -1,523 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: MIAIDAILDKM.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from MIAIDAILDKM.proto - public static partial class MIAIDAILDKMReflection { - - #region Descriptor - /// File descriptor for MIAIDAILDKM.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static MIAIDAILDKMReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFNSUFJREFJTERLTS5wcm90bxoRTUJNQ0ZPTElPTE8ucHJvdG8aHEJhdHRs", - "ZVJlcGxheVN0cmluZ0hhc2gucHJvdG8aGENsaWVudFR1cm5TbmFwc2hvdC5w", - "cm90byKFAgoLTUlBSURBSUxES00SKAoLRUVGTEdIQ09CTUwYASADKAsyEy5D", - "bGllbnRUdXJuU25hcHNob3QSEwoLS0dCSEVISEZNUEkYAiABKAkSGAoQZGVi", - "dWdfZXh0cmFfaW5mbxgDIAEoCRIsCgtITEFHSU1FTkJKRxgEIAMoCzIXLkJh", - "dHRsZVJlcGxheVN0cmluZ0hhc2gSEAoIcGxhbmVfaWQYBSABKA0SEAoIZmxv", - "b3JfaWQYBiABKA0SEwoLRUJITEZBRUdMQ0QYByABKA0SEwoLQk5KTU1MS09G", - "Q1AYCCABKA0SIQoLRURIQkdERUlDTkMYCSABKAsyDC5NQk1DRk9MSU9MT0Ie", - "qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MBMCFOLIOLOReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleReplayStringHashReflection.Descriptor, global::EggLink.DanhengServer.Proto.ClientTurnSnapshotReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MIAIDAILDKM), global::EggLink.DanhengServer.Proto.MIAIDAILDKM.Parser, new[]{ "EEFLGHCOBML", "KGBHEHHFMPI", "DebugExtraInfo", "HLAGIMENBJG", "PlaneId", "FloorId", "EBHLFAEGLCD", "BNJMMLKOFCP", "EDHBGDEICNC" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class MIAIDAILDKM : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new MIAIDAILDKM()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.MIAIDAILDKMReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public MIAIDAILDKM() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public MIAIDAILDKM(MIAIDAILDKM other) : this() { - eEFLGHCOBML_ = other.eEFLGHCOBML_.Clone(); - kGBHEHHFMPI_ = other.kGBHEHHFMPI_; - debugExtraInfo_ = other.debugExtraInfo_; - hLAGIMENBJG_ = other.hLAGIMENBJG_.Clone(); - planeId_ = other.planeId_; - floorId_ = other.floorId_; - eBHLFAEGLCD_ = other.eBHLFAEGLCD_; - bNJMMLKOFCP_ = other.bNJMMLKOFCP_; - eDHBGDEICNC_ = other.eDHBGDEICNC_ != null ? other.eDHBGDEICNC_.Clone() : null; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public MIAIDAILDKM Clone() { - return new MIAIDAILDKM(this); - } - - /// Field number for the "EEFLGHCOBML" field. - public const int EEFLGHCOBMLFieldNumber = 1; - private static readonly pb::FieldCodec _repeated_eEFLGHCOBML_codec - = pb::FieldCodec.ForMessage(10, global::EggLink.DanhengServer.Proto.ClientTurnSnapshot.Parser); - private readonly pbc::RepeatedField eEFLGHCOBML_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField EEFLGHCOBML { - get { return eEFLGHCOBML_; } - } - - /// Field number for the "KGBHEHHFMPI" field. - public const int KGBHEHHFMPIFieldNumber = 2; - private string kGBHEHHFMPI_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string KGBHEHHFMPI { - get { return kGBHEHHFMPI_; } - set { - kGBHEHHFMPI_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "debug_extra_info" field. - public const int DebugExtraInfoFieldNumber = 3; - private string debugExtraInfo_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string DebugExtraInfo { - get { return debugExtraInfo_; } - set { - debugExtraInfo_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "HLAGIMENBJG" field. - public const int HLAGIMENBJGFieldNumber = 4; - private static readonly pb::FieldCodec _repeated_hLAGIMENBJG_codec - = pb::FieldCodec.ForMessage(34, global::EggLink.DanhengServer.Proto.BattleReplayStringHash.Parser); - private readonly pbc::RepeatedField hLAGIMENBJG_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField HLAGIMENBJG { - get { return hLAGIMENBJG_; } - } - - /// Field number for the "plane_id" field. - public const int PlaneIdFieldNumber = 5; - private uint planeId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint PlaneId { - get { return planeId_; } - set { - planeId_ = value; - } - } - - /// Field number for the "floor_id" field. - public const int FloorIdFieldNumber = 6; - private uint floorId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint FloorId { - get { return floorId_; } - set { - floorId_ = value; - } - } - - /// Field number for the "EBHLFAEGLCD" field. - public const int EBHLFAEGLCDFieldNumber = 7; - private uint eBHLFAEGLCD_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint EBHLFAEGLCD { - get { return eBHLFAEGLCD_; } - set { - eBHLFAEGLCD_ = value; - } - } - - /// Field number for the "BNJMMLKOFCP" field. - public const int BNJMMLKOFCPFieldNumber = 8; - private uint bNJMMLKOFCP_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint BNJMMLKOFCP { - get { return bNJMMLKOFCP_; } - set { - bNJMMLKOFCP_ = value; - } - } - - /// Field number for the "EDHBGDEICNC" field. - public const int EDHBGDEICNCFieldNumber = 9; - private global::EggLink.DanhengServer.Proto.MBMCFOLIOLO eDHBGDEICNC_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.MBMCFOLIOLO EDHBGDEICNC { - get { return eDHBGDEICNC_; } - set { - eDHBGDEICNC_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as MIAIDAILDKM); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(MIAIDAILDKM other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if(!eEFLGHCOBML_.Equals(other.eEFLGHCOBML_)) return false; - if (KGBHEHHFMPI != other.KGBHEHHFMPI) return false; - if (DebugExtraInfo != other.DebugExtraInfo) return false; - if(!hLAGIMENBJG_.Equals(other.hLAGIMENBJG_)) return false; - if (PlaneId != other.PlaneId) return false; - if (FloorId != other.FloorId) return false; - if (EBHLFAEGLCD != other.EBHLFAEGLCD) return false; - if (BNJMMLKOFCP != other.BNJMMLKOFCP) return false; - if (!object.Equals(EDHBGDEICNC, other.EDHBGDEICNC)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - hash ^= eEFLGHCOBML_.GetHashCode(); - if (KGBHEHHFMPI.Length != 0) hash ^= KGBHEHHFMPI.GetHashCode(); - if (DebugExtraInfo.Length != 0) hash ^= DebugExtraInfo.GetHashCode(); - hash ^= hLAGIMENBJG_.GetHashCode(); - if (PlaneId != 0) hash ^= PlaneId.GetHashCode(); - if (FloorId != 0) hash ^= FloorId.GetHashCode(); - if (EBHLFAEGLCD != 0) hash ^= EBHLFAEGLCD.GetHashCode(); - if (BNJMMLKOFCP != 0) hash ^= BNJMMLKOFCP.GetHashCode(); - if (eDHBGDEICNC_ != null) hash ^= EDHBGDEICNC.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - eEFLGHCOBML_.WriteTo(output, _repeated_eEFLGHCOBML_codec); - if (KGBHEHHFMPI.Length != 0) { - output.WriteRawTag(18); - output.WriteString(KGBHEHHFMPI); - } - if (DebugExtraInfo.Length != 0) { - output.WriteRawTag(26); - output.WriteString(DebugExtraInfo); - } - hLAGIMENBJG_.WriteTo(output, _repeated_hLAGIMENBJG_codec); - if (PlaneId != 0) { - output.WriteRawTag(40); - output.WriteUInt32(PlaneId); - } - if (FloorId != 0) { - output.WriteRawTag(48); - output.WriteUInt32(FloorId); - } - if (EBHLFAEGLCD != 0) { - output.WriteRawTag(56); - output.WriteUInt32(EBHLFAEGLCD); - } - if (BNJMMLKOFCP != 0) { - output.WriteRawTag(64); - output.WriteUInt32(BNJMMLKOFCP); - } - if (eDHBGDEICNC_ != null) { - output.WriteRawTag(74); - output.WriteMessage(EDHBGDEICNC); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - eEFLGHCOBML_.WriteTo(ref output, _repeated_eEFLGHCOBML_codec); - if (KGBHEHHFMPI.Length != 0) { - output.WriteRawTag(18); - output.WriteString(KGBHEHHFMPI); - } - if (DebugExtraInfo.Length != 0) { - output.WriteRawTag(26); - output.WriteString(DebugExtraInfo); - } - hLAGIMENBJG_.WriteTo(ref output, _repeated_hLAGIMENBJG_codec); - if (PlaneId != 0) { - output.WriteRawTag(40); - output.WriteUInt32(PlaneId); - } - if (FloorId != 0) { - output.WriteRawTag(48); - output.WriteUInt32(FloorId); - } - if (EBHLFAEGLCD != 0) { - output.WriteRawTag(56); - output.WriteUInt32(EBHLFAEGLCD); - } - if (BNJMMLKOFCP != 0) { - output.WriteRawTag(64); - output.WriteUInt32(BNJMMLKOFCP); - } - if (eDHBGDEICNC_ != null) { - output.WriteRawTag(74); - output.WriteMessage(EDHBGDEICNC); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - size += eEFLGHCOBML_.CalculateSize(_repeated_eEFLGHCOBML_codec); - if (KGBHEHHFMPI.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(KGBHEHHFMPI); - } - if (DebugExtraInfo.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(DebugExtraInfo); - } - size += hLAGIMENBJG_.CalculateSize(_repeated_hLAGIMENBJG_codec); - if (PlaneId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PlaneId); - } - if (FloorId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FloorId); - } - if (EBHLFAEGLCD != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EBHLFAEGLCD); - } - if (BNJMMLKOFCP != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BNJMMLKOFCP); - } - if (eDHBGDEICNC_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(EDHBGDEICNC); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(MIAIDAILDKM other) { - if (other == null) { - return; - } - eEFLGHCOBML_.Add(other.eEFLGHCOBML_); - if (other.KGBHEHHFMPI.Length != 0) { - KGBHEHHFMPI = other.KGBHEHHFMPI; - } - if (other.DebugExtraInfo.Length != 0) { - DebugExtraInfo = other.DebugExtraInfo; - } - hLAGIMENBJG_.Add(other.hLAGIMENBJG_); - if (other.PlaneId != 0) { - PlaneId = other.PlaneId; - } - if (other.FloorId != 0) { - FloorId = other.FloorId; - } - if (other.EBHLFAEGLCD != 0) { - EBHLFAEGLCD = other.EBHLFAEGLCD; - } - if (other.BNJMMLKOFCP != 0) { - BNJMMLKOFCP = other.BNJMMLKOFCP; - } - if (other.eDHBGDEICNC_ != null) { - if (eDHBGDEICNC_ == null) { - EDHBGDEICNC = new global::EggLink.DanhengServer.Proto.MBMCFOLIOLO(); - } - EDHBGDEICNC.MergeFrom(other.EDHBGDEICNC); - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - eEFLGHCOBML_.AddEntriesFrom(input, _repeated_eEFLGHCOBML_codec); - break; - } - case 18: { - KGBHEHHFMPI = input.ReadString(); - break; - } - case 26: { - DebugExtraInfo = input.ReadString(); - break; - } - case 34: { - hLAGIMENBJG_.AddEntriesFrom(input, _repeated_hLAGIMENBJG_codec); - break; - } - case 40: { - PlaneId = input.ReadUInt32(); - break; - } - case 48: { - FloorId = input.ReadUInt32(); - break; - } - case 56: { - EBHLFAEGLCD = input.ReadUInt32(); - break; - } - case 64: { - BNJMMLKOFCP = input.ReadUInt32(); - break; - } - case 74: { - if (eDHBGDEICNC_ == null) { - EDHBGDEICNC = new global::EggLink.DanhengServer.Proto.MBMCFOLIOLO(); - } - input.ReadMessage(EDHBGDEICNC); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 10: { - eEFLGHCOBML_.AddEntriesFrom(ref input, _repeated_eEFLGHCOBML_codec); - break; - } - case 18: { - KGBHEHHFMPI = input.ReadString(); - break; - } - case 26: { - DebugExtraInfo = input.ReadString(); - break; - } - case 34: { - hLAGIMENBJG_.AddEntriesFrom(ref input, _repeated_hLAGIMENBJG_codec); - break; - } - case 40: { - PlaneId = input.ReadUInt32(); - break; - } - case 48: { - FloorId = input.ReadUInt32(); - break; - } - case 56: { - EBHLFAEGLCD = input.ReadUInt32(); - break; - } - case 64: { - BNJMMLKOFCP = input.ReadUInt32(); - break; - } - case 74: { - if (eDHBGDEICNC_ == null) { - EDHBGDEICNC = new global::EggLink.DanhengServer.Proto.MBMCFOLIOLO(); - } - input.ReadMessage(EDHBGDEICNC); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/MJBIKBCPKAI.cs b/Proto/MJBIKBCPKAI.cs deleted file mode 100644 index 31809992..00000000 --- a/Proto/MJBIKBCPKAI.cs +++ /dev/null @@ -1,49 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: MJBIKBCPKAI.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from MJBIKBCPKAI.proto - public static partial class MJBIKBCPKAIReflection { - - #region Descriptor - /// File descriptor for MJBIKBCPKAI.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static MJBIKBCPKAIReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFNSkJJS0JDUEtBSS5wcm90bypvCgtNSkJJS0JDUEtBSRIcChhGaWdodE1h", - "cmJsZUV2ZW50VHlwZU5vbmUQABIhCh1GaWdodE1hcmJsZUV2ZW50VHlwZVBs", - "YXllckVuZBABEh8KG0ZpZ2h0TWFyYmxlRXZlbnRUeXBlR2FtZUVuZBACQh6q", - "AhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.MJBIKBCPKAI), }, null, null)); - } - #endregion - - } - #region Enums - public enum MJBIKBCPKAI { - [pbr::OriginalName("FightMarbleEventTypeNone")] FightMarbleEventTypeNone = 0, - [pbr::OriginalName("FightMarbleEventTypePlayerEnd")] FightMarbleEventTypePlayerEnd = 1, - [pbr::OriginalName("FightMarbleEventTypeGameEnd")] FightMarbleEventTypeGameEnd = 2, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/AIDOADPOOFG.cs b/Proto/MKJALMKMPGL.cs similarity index 74% rename from Proto/AIDOADPOOFG.cs rename to Proto/MKJALMKMPGL.cs index d49f3b4f..d597a749 100644 --- a/Proto/AIDOADPOOFG.cs +++ b/Proto/MKJALMKMPGL.cs @@ -1,6 +1,6 @@ // // Generated by the protocol buffer compiler. DO NOT EDIT! -// source: AIDOADPOOFG.proto +// source: MKJALMKMPGL.proto // #pragma warning disable 1591, 0612, 3021, 8981 #region Designer generated code @@ -11,26 +11,26 @@ using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; namespace EggLink.DanhengServer.Proto { - /// Holder for reflection information generated from AIDOADPOOFG.proto - public static partial class AIDOADPOOFGReflection { + /// Holder for reflection information generated from MKJALMKMPGL.proto + public static partial class MKJALMKMPGLReflection { #region Descriptor - /// File descriptor for AIDOADPOOFG.proto + /// File descriptor for MKJALMKMPGL.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; - static AIDOADPOOFGReflection() { + static MKJALMKMPGLReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFBSURPQURQT09GRy5wcm90bxoRQ0JCRElPTUlGSEQucHJvdG8iMAoLQUlE", - "T0FEUE9PRkcSIQoLTElQSkRKUE1PS0IYCyADKAsyDC5DQkJESU9NSUZIREIe", + "ChFNS0pBTE1LTVBHTC5wcm90bxoRT0ZOR1BMSktMT0oucHJvdG8iMAoLTUtK", + "QUxNS01QR0wSIQoLQkZETUdJTkJPSUIYDiADKAsyDC5PRk5HUExKS0xPSkIe", "qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CBBDIOMIFHDReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.OFNGPLJKLOJReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AIDOADPOOFG), global::EggLink.DanhengServer.Proto.AIDOADPOOFG.Parser, new[]{ "LIPJDJPMOKB" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MKJALMKMPGL), global::EggLink.DanhengServer.Proto.MKJALMKMPGL.Parser, new[]{ "BFDMGINBOIB" }, null, null, null, null) })); } #endregion @@ -38,21 +38,21 @@ namespace EggLink.DanhengServer.Proto { } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class AIDOADPOOFG : pb::IMessage + public sealed partial class MKJALMKMPGL : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new AIDOADPOOFG()); + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new MKJALMKMPGL()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } + public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.AIDOADPOOFGReflection.Descriptor.MessageTypes[0]; } + get { return global::EggLink.DanhengServer.Proto.MKJALMKMPGLReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -63,7 +63,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public AIDOADPOOFG() { + public MKJALMKMPGL() { OnConstruction(); } @@ -71,44 +71,44 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public AIDOADPOOFG(AIDOADPOOFG other) : this() { - lIPJDJPMOKB_ = other.lIPJDJPMOKB_.Clone(); + public MKJALMKMPGL(MKJALMKMPGL other) : this() { + bFDMGINBOIB_ = other.bFDMGINBOIB_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public AIDOADPOOFG Clone() { - return new AIDOADPOOFG(this); + public MKJALMKMPGL Clone() { + return new MKJALMKMPGL(this); } - /// Field number for the "LIPJDJPMOKB" field. - public const int LIPJDJPMOKBFieldNumber = 11; - private static readonly pb::FieldCodec _repeated_lIPJDJPMOKB_codec - = pb::FieldCodec.ForMessage(90, global::EggLink.DanhengServer.Proto.CBBDIOMIFHD.Parser); - private readonly pbc::RepeatedField lIPJDJPMOKB_ = new pbc::RepeatedField(); + /// Field number for the "BFDMGINBOIB" field. + public const int BFDMGINBOIBFieldNumber = 14; + private static readonly pb::FieldCodec _repeated_bFDMGINBOIB_codec + = pb::FieldCodec.ForMessage(114, global::EggLink.DanhengServer.Proto.OFNGPLJKLOJ.Parser); + private readonly pbc::RepeatedField bFDMGINBOIB_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField LIPJDJPMOKB { - get { return lIPJDJPMOKB_; } + public pbc::RepeatedField BFDMGINBOIB { + get { return bFDMGINBOIB_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { - return Equals(other as AIDOADPOOFG); + return Equals(other as MKJALMKMPGL); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(AIDOADPOOFG other) { + public bool Equals(MKJALMKMPGL other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } - if(!lIPJDJPMOKB_.Equals(other.lIPJDJPMOKB_)) return false; + if(!bFDMGINBOIB_.Equals(other.bFDMGINBOIB_)) return false; return Equals(_unknownFields, other._unknownFields); } @@ -116,7 +116,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - hash ^= lIPJDJPMOKB_.GetHashCode(); + hash ^= bFDMGINBOIB_.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -135,7 +135,7 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - lIPJDJPMOKB_.WriteTo(output, _repeated_lIPJDJPMOKB_codec); + bFDMGINBOIB_.WriteTo(output, _repeated_bFDMGINBOIB_codec); if (_unknownFields != null) { _unknownFields.WriteTo(output); } @@ -146,7 +146,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - lIPJDJPMOKB_.WriteTo(ref output, _repeated_lIPJDJPMOKB_codec); + bFDMGINBOIB_.WriteTo(ref output, _repeated_bFDMGINBOIB_codec); if (_unknownFields != null) { _unknownFields.WriteTo(ref output); } @@ -157,7 +157,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - size += lIPJDJPMOKB_.CalculateSize(_repeated_lIPJDJPMOKB_codec); + size += bFDMGINBOIB_.CalculateSize(_repeated_bFDMGINBOIB_codec); if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -166,11 +166,11 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(AIDOADPOOFG other) { + public void MergeFrom(MKJALMKMPGL other) { if (other == null) { return; } - lIPJDJPMOKB_.Add(other.lIPJDJPMOKB_); + bFDMGINBOIB_.Add(other.bFDMGINBOIB_); _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -186,8 +186,8 @@ namespace EggLink.DanhengServer.Proto { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; - case 90: { - lIPJDJPMOKB_.AddEntriesFrom(input, _repeated_lIPJDJPMOKB_codec); + case 114: { + bFDMGINBOIB_.AddEntriesFrom(input, _repeated_bFDMGINBOIB_codec); break; } } @@ -205,8 +205,8 @@ namespace EggLink.DanhengServer.Proto { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; - case 90: { - lIPJDJPMOKB_.AddEntriesFrom(ref input, _repeated_lIPJDJPMOKB_codec); + case 114: { + bFDMGINBOIB_.AddEntriesFrom(ref input, _repeated_bFDMGINBOIB_codec); break; } } diff --git a/Proto/MMMNFDNLJMD.cs b/Proto/MMMNFDNLJMD.cs deleted file mode 100644 index 29528d67..00000000 --- a/Proto/MMMNFDNLJMD.cs +++ /dev/null @@ -1,517 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: MMMNFDNLJMD.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from MMMNFDNLJMD.proto - public static partial class MMMNFDNLJMDReflection { - - #region Descriptor - /// File descriptor for MMMNFDNLJMD.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static MMMNFDNLJMDReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFNTU1ORkROTEpNRC5wcm90byKyAQoLTU1NTkZETkxKTUQSGQoPTWFyYmxl", - "R2FtZUJlZ2luGGUgASgFSAASFwoNTWFyYmxlR2FtZUVuZBhmIAEoBUgAEhkK", - "D01hcmJsZUdhbWVSb3VuZBhnIAEoBUgAEhgKDk1hcmJsZUdhbWVUdXJuGGgg", - "ASgFSAASFgoOcXVldWVfcG9zaXRpb24YASABKA0SEwoLR1BKR0dLTk9BRkQY", - "AiABKA1CDQoLSUxBQUtPTUNBTElCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZl", - "ci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MMMNFDNLJMD), global::EggLink.DanhengServer.Proto.MMMNFDNLJMD.Parser, new[]{ "MarbleGameBegin", "MarbleGameEnd", "MarbleGameRound", "MarbleGameTurn", "QueuePosition", "GPJGGKNOAFD" }, new[]{ "ILAAKOMCALI" }, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class MMMNFDNLJMD : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new MMMNFDNLJMD()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.MMMNFDNLJMDReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public MMMNFDNLJMD() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public MMMNFDNLJMD(MMMNFDNLJMD other) : this() { - queuePosition_ = other.queuePosition_; - gPJGGKNOAFD_ = other.gPJGGKNOAFD_; - switch (other.ILAAKOMCALICase) { - case ILAAKOMCALIOneofCase.MarbleGameBegin: - MarbleGameBegin = other.MarbleGameBegin; - break; - case ILAAKOMCALIOneofCase.MarbleGameEnd: - MarbleGameEnd = other.MarbleGameEnd; - break; - case ILAAKOMCALIOneofCase.MarbleGameRound: - MarbleGameRound = other.MarbleGameRound; - break; - case ILAAKOMCALIOneofCase.MarbleGameTurn: - MarbleGameTurn = other.MarbleGameTurn; - break; - } - - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public MMMNFDNLJMD Clone() { - return new MMMNFDNLJMD(this); - } - - /// Field number for the "MarbleGameBegin" field. - public const int MarbleGameBeginFieldNumber = 101; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int MarbleGameBegin { - get { return HasMarbleGameBegin ? (int) iLAAKOMCALI_ : 0; } - set { - iLAAKOMCALI_ = value; - iLAAKOMCALICase_ = ILAAKOMCALIOneofCase.MarbleGameBegin; - } - } - /// Gets whether the "MarbleGameBegin" field is set - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool HasMarbleGameBegin { - get { return iLAAKOMCALICase_ == ILAAKOMCALIOneofCase.MarbleGameBegin; } - } - /// Clears the value of the oneof if it's currently set to "MarbleGameBegin" - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearMarbleGameBegin() { - if (HasMarbleGameBegin) { - ClearILAAKOMCALI(); - } - } - - /// Field number for the "MarbleGameEnd" field. - public const int MarbleGameEndFieldNumber = 102; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int MarbleGameEnd { - get { return HasMarbleGameEnd ? (int) iLAAKOMCALI_ : 0; } - set { - iLAAKOMCALI_ = value; - iLAAKOMCALICase_ = ILAAKOMCALIOneofCase.MarbleGameEnd; - } - } - /// Gets whether the "MarbleGameEnd" field is set - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool HasMarbleGameEnd { - get { return iLAAKOMCALICase_ == ILAAKOMCALIOneofCase.MarbleGameEnd; } - } - /// Clears the value of the oneof if it's currently set to "MarbleGameEnd" - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearMarbleGameEnd() { - if (HasMarbleGameEnd) { - ClearILAAKOMCALI(); - } - } - - /// Field number for the "MarbleGameRound" field. - public const int MarbleGameRoundFieldNumber = 103; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int MarbleGameRound { - get { return HasMarbleGameRound ? (int) iLAAKOMCALI_ : 0; } - set { - iLAAKOMCALI_ = value; - iLAAKOMCALICase_ = ILAAKOMCALIOneofCase.MarbleGameRound; - } - } - /// Gets whether the "MarbleGameRound" field is set - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool HasMarbleGameRound { - get { return iLAAKOMCALICase_ == ILAAKOMCALIOneofCase.MarbleGameRound; } - } - /// Clears the value of the oneof if it's currently set to "MarbleGameRound" - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearMarbleGameRound() { - if (HasMarbleGameRound) { - ClearILAAKOMCALI(); - } - } - - /// Field number for the "MarbleGameTurn" field. - public const int MarbleGameTurnFieldNumber = 104; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int MarbleGameTurn { - get { return HasMarbleGameTurn ? (int) iLAAKOMCALI_ : 0; } - set { - iLAAKOMCALI_ = value; - iLAAKOMCALICase_ = ILAAKOMCALIOneofCase.MarbleGameTurn; - } - } - /// Gets whether the "MarbleGameTurn" field is set - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool HasMarbleGameTurn { - get { return iLAAKOMCALICase_ == ILAAKOMCALIOneofCase.MarbleGameTurn; } - } - /// Clears the value of the oneof if it's currently set to "MarbleGameTurn" - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearMarbleGameTurn() { - if (HasMarbleGameTurn) { - ClearILAAKOMCALI(); - } - } - - /// Field number for the "queue_position" field. - public const int QueuePositionFieldNumber = 1; - private uint queuePosition_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint QueuePosition { - get { return queuePosition_; } - set { - queuePosition_ = value; - } - } - - /// Field number for the "GPJGGKNOAFD" field. - public const int GPJGGKNOAFDFieldNumber = 2; - private uint gPJGGKNOAFD_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint GPJGGKNOAFD { - get { return gPJGGKNOAFD_; } - set { - gPJGGKNOAFD_ = value; - } - } - - private object iLAAKOMCALI_; - /// Enum of possible cases for the "ILAAKOMCALI" oneof. - public enum ILAAKOMCALIOneofCase { - None = 0, - MarbleGameBegin = 101, - MarbleGameEnd = 102, - MarbleGameRound = 103, - MarbleGameTurn = 104, - } - private ILAAKOMCALIOneofCase iLAAKOMCALICase_ = ILAAKOMCALIOneofCase.None; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ILAAKOMCALIOneofCase ILAAKOMCALICase { - get { return iLAAKOMCALICase_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearILAAKOMCALI() { - iLAAKOMCALICase_ = ILAAKOMCALIOneofCase.None; - iLAAKOMCALI_ = null; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as MMMNFDNLJMD); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(MMMNFDNLJMD other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (MarbleGameBegin != other.MarbleGameBegin) return false; - if (MarbleGameEnd != other.MarbleGameEnd) return false; - if (MarbleGameRound != other.MarbleGameRound) return false; - if (MarbleGameTurn != other.MarbleGameTurn) return false; - if (QueuePosition != other.QueuePosition) return false; - if (GPJGGKNOAFD != other.GPJGGKNOAFD) return false; - if (ILAAKOMCALICase != other.ILAAKOMCALICase) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (HasMarbleGameBegin) hash ^= MarbleGameBegin.GetHashCode(); - if (HasMarbleGameEnd) hash ^= MarbleGameEnd.GetHashCode(); - if (HasMarbleGameRound) hash ^= MarbleGameRound.GetHashCode(); - if (HasMarbleGameTurn) hash ^= MarbleGameTurn.GetHashCode(); - if (QueuePosition != 0) hash ^= QueuePosition.GetHashCode(); - if (GPJGGKNOAFD != 0) hash ^= GPJGGKNOAFD.GetHashCode(); - hash ^= (int) iLAAKOMCALICase_; - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (QueuePosition != 0) { - output.WriteRawTag(8); - output.WriteUInt32(QueuePosition); - } - if (GPJGGKNOAFD != 0) { - output.WriteRawTag(16); - output.WriteUInt32(GPJGGKNOAFD); - } - if (HasMarbleGameBegin) { - output.WriteRawTag(168, 6); - output.WriteInt32(MarbleGameBegin); - } - if (HasMarbleGameEnd) { - output.WriteRawTag(176, 6); - output.WriteInt32(MarbleGameEnd); - } - if (HasMarbleGameRound) { - output.WriteRawTag(184, 6); - output.WriteInt32(MarbleGameRound); - } - if (HasMarbleGameTurn) { - output.WriteRawTag(192, 6); - output.WriteInt32(MarbleGameTurn); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (QueuePosition != 0) { - output.WriteRawTag(8); - output.WriteUInt32(QueuePosition); - } - if (GPJGGKNOAFD != 0) { - output.WriteRawTag(16); - output.WriteUInt32(GPJGGKNOAFD); - } - if (HasMarbleGameBegin) { - output.WriteRawTag(168, 6); - output.WriteInt32(MarbleGameBegin); - } - if (HasMarbleGameEnd) { - output.WriteRawTag(176, 6); - output.WriteInt32(MarbleGameEnd); - } - if (HasMarbleGameRound) { - output.WriteRawTag(184, 6); - output.WriteInt32(MarbleGameRound); - } - if (HasMarbleGameTurn) { - output.WriteRawTag(192, 6); - output.WriteInt32(MarbleGameTurn); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (HasMarbleGameBegin) { - size += 2 + pb::CodedOutputStream.ComputeInt32Size(MarbleGameBegin); - } - if (HasMarbleGameEnd) { - size += 2 + pb::CodedOutputStream.ComputeInt32Size(MarbleGameEnd); - } - if (HasMarbleGameRound) { - size += 2 + pb::CodedOutputStream.ComputeInt32Size(MarbleGameRound); - } - if (HasMarbleGameTurn) { - size += 2 + pb::CodedOutputStream.ComputeInt32Size(MarbleGameTurn); - } - if (QueuePosition != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(QueuePosition); - } - if (GPJGGKNOAFD != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GPJGGKNOAFD); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(MMMNFDNLJMD other) { - if (other == null) { - return; - } - if (other.QueuePosition != 0) { - QueuePosition = other.QueuePosition; - } - if (other.GPJGGKNOAFD != 0) { - GPJGGKNOAFD = other.GPJGGKNOAFD; - } - switch (other.ILAAKOMCALICase) { - case ILAAKOMCALIOneofCase.MarbleGameBegin: - MarbleGameBegin = other.MarbleGameBegin; - break; - case ILAAKOMCALIOneofCase.MarbleGameEnd: - MarbleGameEnd = other.MarbleGameEnd; - break; - case ILAAKOMCALIOneofCase.MarbleGameRound: - MarbleGameRound = other.MarbleGameRound; - break; - case ILAAKOMCALIOneofCase.MarbleGameTurn: - MarbleGameTurn = other.MarbleGameTurn; - break; - } - - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - QueuePosition = input.ReadUInt32(); - break; - } - case 16: { - GPJGGKNOAFD = input.ReadUInt32(); - break; - } - case 808: { - MarbleGameBegin = input.ReadInt32(); - break; - } - case 816: { - MarbleGameEnd = input.ReadInt32(); - break; - } - case 824: { - MarbleGameRound = input.ReadInt32(); - break; - } - case 832: { - MarbleGameTurn = input.ReadInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - QueuePosition = input.ReadUInt32(); - break; - } - case 16: { - GPJGGKNOAFD = input.ReadUInt32(); - break; - } - case 808: { - MarbleGameBegin = input.ReadInt32(); - break; - } - case 816: { - MarbleGameEnd = input.ReadInt32(); - break; - } - case 824: { - MarbleGameRound = input.ReadInt32(); - break; - } - case 832: { - MarbleGameTurn = input.ReadInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/MPDFLMMAPDE.cs b/Proto/MPDFLMMAPDE.cs deleted file mode 100644 index 0292e36f..00000000 --- a/Proto/MPDFLMMAPDE.cs +++ /dev/null @@ -1,337 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: MPDFLMMAPDE.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from MPDFLMMAPDE.proto - public static partial class MPDFLMMAPDEReflection { - - #region Descriptor - /// File descriptor for MPDFLMMAPDE.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static MPDFLMMAPDEReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFNUERGTE1NQVBERS5wcm90byJhCgtNUERGTE1NQVBERRITCgtETEhCQ09L", - "Q0lEUBgHIAMoDRITCgtPRkdGSENMRE9CRxgLIAEoDRITCgtNREFQQ0ZIRUxK", - "TBgKIAEoCBITCgtQTkFLSE5CREpBRRgDIAEoDUIeqgIbRWdnTGluay5EYW5o", - "ZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MPDFLMMAPDE), global::EggLink.DanhengServer.Proto.MPDFLMMAPDE.Parser, new[]{ "DLHBCOKCIDP", "OFGFHCLDOBG", "MDAPCFHELJL", "PNAKHNBDJAE" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class MPDFLMMAPDE : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new MPDFLMMAPDE()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.MPDFLMMAPDEReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public MPDFLMMAPDE() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public MPDFLMMAPDE(MPDFLMMAPDE other) : this() { - dLHBCOKCIDP_ = other.dLHBCOKCIDP_.Clone(); - oFGFHCLDOBG_ = other.oFGFHCLDOBG_; - mDAPCFHELJL_ = other.mDAPCFHELJL_; - pNAKHNBDJAE_ = other.pNAKHNBDJAE_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public MPDFLMMAPDE Clone() { - return new MPDFLMMAPDE(this); - } - - /// Field number for the "DLHBCOKCIDP" field. - public const int DLHBCOKCIDPFieldNumber = 7; - private static readonly pb::FieldCodec _repeated_dLHBCOKCIDP_codec - = pb::FieldCodec.ForUInt32(58); - private readonly pbc::RepeatedField dLHBCOKCIDP_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField DLHBCOKCIDP { - get { return dLHBCOKCIDP_; } - } - - /// Field number for the "OFGFHCLDOBG" field. - public const int OFGFHCLDOBGFieldNumber = 11; - private uint oFGFHCLDOBG_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint OFGFHCLDOBG { - get { return oFGFHCLDOBG_; } - set { - oFGFHCLDOBG_ = value; - } - } - - /// Field number for the "MDAPCFHELJL" field. - public const int MDAPCFHELJLFieldNumber = 10; - private bool mDAPCFHELJL_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool MDAPCFHELJL { - get { return mDAPCFHELJL_; } - set { - mDAPCFHELJL_ = value; - } - } - - /// Field number for the "PNAKHNBDJAE" field. - public const int PNAKHNBDJAEFieldNumber = 3; - private uint pNAKHNBDJAE_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint PNAKHNBDJAE { - get { return pNAKHNBDJAE_; } - set { - pNAKHNBDJAE_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as MPDFLMMAPDE); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(MPDFLMMAPDE other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if(!dLHBCOKCIDP_.Equals(other.dLHBCOKCIDP_)) return false; - if (OFGFHCLDOBG != other.OFGFHCLDOBG) return false; - if (MDAPCFHELJL != other.MDAPCFHELJL) return false; - if (PNAKHNBDJAE != other.PNAKHNBDJAE) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - hash ^= dLHBCOKCIDP_.GetHashCode(); - if (OFGFHCLDOBG != 0) hash ^= OFGFHCLDOBG.GetHashCode(); - if (MDAPCFHELJL != false) hash ^= MDAPCFHELJL.GetHashCode(); - if (PNAKHNBDJAE != 0) hash ^= PNAKHNBDJAE.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (PNAKHNBDJAE != 0) { - output.WriteRawTag(24); - output.WriteUInt32(PNAKHNBDJAE); - } - dLHBCOKCIDP_.WriteTo(output, _repeated_dLHBCOKCIDP_codec); - if (MDAPCFHELJL != false) { - output.WriteRawTag(80); - output.WriteBool(MDAPCFHELJL); - } - if (OFGFHCLDOBG != 0) { - output.WriteRawTag(88); - output.WriteUInt32(OFGFHCLDOBG); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (PNAKHNBDJAE != 0) { - output.WriteRawTag(24); - output.WriteUInt32(PNAKHNBDJAE); - } - dLHBCOKCIDP_.WriteTo(ref output, _repeated_dLHBCOKCIDP_codec); - if (MDAPCFHELJL != false) { - output.WriteRawTag(80); - output.WriteBool(MDAPCFHELJL); - } - if (OFGFHCLDOBG != 0) { - output.WriteRawTag(88); - output.WriteUInt32(OFGFHCLDOBG); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - size += dLHBCOKCIDP_.CalculateSize(_repeated_dLHBCOKCIDP_codec); - if (OFGFHCLDOBG != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OFGFHCLDOBG); - } - if (MDAPCFHELJL != false) { - size += 1 + 1; - } - if (PNAKHNBDJAE != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PNAKHNBDJAE); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(MPDFLMMAPDE other) { - if (other == null) { - return; - } - dLHBCOKCIDP_.Add(other.dLHBCOKCIDP_); - if (other.OFGFHCLDOBG != 0) { - OFGFHCLDOBG = other.OFGFHCLDOBG; - } - if (other.MDAPCFHELJL != false) { - MDAPCFHELJL = other.MDAPCFHELJL; - } - if (other.PNAKHNBDJAE != 0) { - PNAKHNBDJAE = other.PNAKHNBDJAE; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 24: { - PNAKHNBDJAE = input.ReadUInt32(); - break; - } - case 58: - case 56: { - dLHBCOKCIDP_.AddEntriesFrom(input, _repeated_dLHBCOKCIDP_codec); - break; - } - case 80: { - MDAPCFHELJL = input.ReadBool(); - break; - } - case 88: { - OFGFHCLDOBG = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 24: { - PNAKHNBDJAE = input.ReadUInt32(); - break; - } - case 58: - case 56: { - dLHBCOKCIDP_.AddEntriesFrom(ref input, _repeated_dLHBCOKCIDP_codec); - break; - } - case 80: { - MDAPCFHELJL = input.ReadBool(); - break; - } - case 88: { - OFGFHCLDOBG = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/MainMission.cs b/Proto/MainMission.cs index 03214bd5..c380ad88 100644 --- a/Proto/MainMission.cs +++ b/Proto/MainMission.cs @@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto { static MainMissionReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFNYWluTWlzc2lvbi5wcm90bxoTTWlzc2lvblN0YXR1cy5wcm90bxoYTWlz", - "c2lvbkN1c3RvbVZhbHVlLnByb3RvImkKC01haW5NaXNzaW9uEi4KEWN1c3Rv", + "ChFNYWluTWlzc2lvbi5wcm90bxoYTWlzc2lvbkN1c3RvbVZhbHVlLnByb3Rv", + "GhNNaXNzaW9uU3RhdHVzLnByb3RvImkKC01haW5NaXNzaW9uEi4KEWN1c3Rv", "bV92YWx1ZV9saXN0GAIgAygLMhMuTWlzc2lvbkN1c3RvbVZhbHVlEh4KBnN0", "YXR1cxgIIAEoDjIOLk1pc3Npb25TdGF0dXMSCgoCaWQYCSABKA1CHqoCG0Vn", "Z0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MissionStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.MissionCustomValueReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MissionCustomValueReflection.Descriptor, global::EggLink.DanhengServer.Proto.MissionStatusReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MainMission), global::EggLink.DanhengServer.Proto.MainMission.Parser, new[]{ "CustomValueList", "Status", "Id" }, null, null, null, null) })); diff --git a/Proto/MakeDrinkScRsp.cs b/Proto/MakeDrinkScRsp.cs index b2d21ba9..3e44011a 100644 --- a/Proto/MakeDrinkScRsp.cs +++ b/Proto/MakeDrinkScRsp.cs @@ -24,9 +24,10 @@ namespace EggLink.DanhengServer.Proto { static MakeDrinkScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChRNYWtlRHJpbmtTY1JzcC5wcm90byJFCg5NYWtlRHJpbmtTY1JzcBIOCgZJ", - "c1N1Y2MYASABKAgSEgoKTmV4dENoYXRJZBgDIAEoDRIPCgdSZXRjb2RlGAcg", - "ASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "ChRNYWtlRHJpbmtTY1JzcC5wcm90byJICg5NYWtlRHJpbmtTY1JzcBIPCgdp", + "c19zdWNjGAEgASgIEhQKDG5leHRfY2hhdF9pZBgDIAEoDRIPCgdyZXRjb2Rl", + "GAcgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3Rv", + "Mw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -84,7 +85,7 @@ namespace EggLink.DanhengServer.Proto { return new MakeDrinkScRsp(this); } - /// Field number for the "IsSucc" field. + /// Field number for the "is_succ" field. public const int IsSuccFieldNumber = 1; private bool isSucc_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -96,7 +97,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "NextChatId" field. + /// Field number for the "next_chat_id" field. public const int NextChatIdFieldNumber = 3; private uint nextChatId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -108,7 +109,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Retcode" field. + /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 7; private uint retcode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/MakeMissionDrinkScRsp.cs b/Proto/MakeMissionDrinkScRsp.cs index 6cfcae7a..72114183 100644 --- a/Proto/MakeMissionDrinkScRsp.cs +++ b/Proto/MakeMissionDrinkScRsp.cs @@ -25,10 +25,10 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChtNYWtlTWlzc2lvbkRyaW5rU2NSc3AucHJvdG8aEUVFS0ZFQ0RJSEpFLnBy", - "b3RvImsKFU1ha2VNaXNzaW9uRHJpbmtTY1JzcBIhCgtDdXN0b21EcmluaxgI", - "IAEoCzIMLkVFS0ZFQ0RJSEpFEg4KBklzU3VjYxgJIAEoCBIOCgZJc1NhdmUY", - "ByABKAgSDwoHUmV0Y29kZRgGIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2Vy", - "dmVyLlByb3RvYgZwcm90bzM=")); + "b3RvIm4KFU1ha2VNaXNzaW9uRHJpbmtTY1JzcBIiCgxjdXN0b21fZHJpbmsY", + "CCABKAsyDC5FRUtGRUNESUhKRRIPCgdpc19zdWNjGAkgASgIEg8KB2lzX3Nh", + "dmUYByABKAgSDwoHcmV0Y29kZRgGIAEoDUIeqgIbRWdnTGluay5EYW5oZW5n", + "U2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EEKFECDIHJEReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -87,7 +87,7 @@ namespace EggLink.DanhengServer.Proto { return new MakeMissionDrinkScRsp(this); } - /// Field number for the "CustomDrink" field. + /// Field number for the "custom_drink" field. public const int CustomDrinkFieldNumber = 8; private global::EggLink.DanhengServer.Proto.EEKFECDIHJE customDrink_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -99,7 +99,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "IsSucc" field. + /// Field number for the "is_succ" field. public const int IsSuccFieldNumber = 9; private bool isSucc_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -111,7 +111,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "IsSave" field. + /// Field number for the "is_save" field. public const int IsSaveFieldNumber = 7; private bool isSave_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -123,7 +123,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Retcode" field. + /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 6; private uint retcode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/MarbleGetDataCsReq.cs b/Proto/MarbleGetDataCsReq.cs deleted file mode 100644 index 9c97b1fa..00000000 --- a/Proto/MarbleGetDataCsReq.cs +++ /dev/null @@ -1,196 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: MarbleGetDataCsReq.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from MarbleGetDataCsReq.proto - public static partial class MarbleGetDataCsReqReflection { - - #region Descriptor - /// File descriptor for MarbleGetDataCsReq.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static MarbleGetDataCsReqReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChhNYXJibGVHZXREYXRhQ3NSZXEucHJvdG8iFAoSTWFyYmxlR2V0RGF0YUNz", - "UmVxQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MarbleGetDataCsReq), global::EggLink.DanhengServer.Proto.MarbleGetDataCsReq.Parser, null, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class MarbleGetDataCsReq : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new MarbleGetDataCsReq()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.MarbleGetDataCsReqReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public MarbleGetDataCsReq() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public MarbleGetDataCsReq(MarbleGetDataCsReq other) : this() { - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public MarbleGetDataCsReq Clone() { - return new MarbleGetDataCsReq(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as MarbleGetDataCsReq); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(MarbleGetDataCsReq other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(MarbleGetDataCsReq other) { - if (other == null) { - return; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/MarbleGetDataScRsp.cs b/Proto/MarbleGetDataScRsp.cs index 3a2641df..bd74407a 100644 --- a/Proto/MarbleGetDataScRsp.cs +++ b/Proto/MarbleGetDataScRsp.cs @@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto { static MarbleGetDataScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChhNYXJibGVHZXREYXRhU2NSc3AucHJvdG8ieAoSTWFyYmxlR2V0RGF0YVNj", + "ChhNYXJibGVHZXREYXRhU2NSc3AucHJvdG8idgoSTWFyYmxlR2V0RGF0YVNj", "UnNwEhMKC0lPR0RLR0ZERlBDGAEgAygNEhMKC09KTlBHSUxKSUVOGAQgAygN", - "Eg8KB3JldGNvZGUYCCABKA0SEAoIc2NvcmVfaWQYCiABKAUSFQoNY3VyX3Nl", - "YWxfbGlzdBgPIAMoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv", - "YgZwcm90bzM=")); + "Eg8KB3JldGNvZGUYCCABKA0SEAoIc2NvcmVfaWQYCiABKAUSEwoLTVBCTVBG", + "RkdJQk8YDyADKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG", + "cHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MarbleGetDataScRsp), global::EggLink.DanhengServer.Proto.MarbleGetDataScRsp.Parser, new[]{ "IOGDKGFDFPC", "OJNPGILJIEN", "Retcode", "ScoreId", "CurSealList" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MarbleGetDataScRsp), global::EggLink.DanhengServer.Proto.MarbleGetDataScRsp.Parser, new[]{ "IOGDKGFDFPC", "OJNPGILJIEN", "Retcode", "ScoreId", "MPBMPFFGIBO" }, null, null, null, null) })); } #endregion @@ -78,7 +78,7 @@ namespace EggLink.DanhengServer.Proto { oJNPGILJIEN_ = other.oJNPGILJIEN_.Clone(); retcode_ = other.retcode_; scoreId_ = other.scoreId_; - curSealList_ = other.curSealList_.Clone(); + mPBMPFFGIBO_ = other.mPBMPFFGIBO_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -134,15 +134,15 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "cur_seal_list" field. - public const int CurSealListFieldNumber = 15; - private static readonly pb::FieldCodec _repeated_curSealList_codec + /// Field number for the "MPBMPFFGIBO" field. + public const int MPBMPFFGIBOFieldNumber = 15; + private static readonly pb::FieldCodec _repeated_mPBMPFFGIBO_codec = pb::FieldCodec.ForUInt32(122); - private readonly pbc::RepeatedField curSealList_ = new pbc::RepeatedField(); + private readonly pbc::RepeatedField mPBMPFFGIBO_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField CurSealList { - get { return curSealList_; } + public pbc::RepeatedField MPBMPFFGIBO { + get { return mPBMPFFGIBO_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -164,7 +164,7 @@ namespace EggLink.DanhengServer.Proto { if(!oJNPGILJIEN_.Equals(other.oJNPGILJIEN_)) return false; if (Retcode != other.Retcode) return false; if (ScoreId != other.ScoreId) return false; - if(!curSealList_.Equals(other.curSealList_)) return false; + if(!mPBMPFFGIBO_.Equals(other.mPBMPFFGIBO_)) return false; return Equals(_unknownFields, other._unknownFields); } @@ -176,7 +176,7 @@ namespace EggLink.DanhengServer.Proto { hash ^= oJNPGILJIEN_.GetHashCode(); if (Retcode != 0) hash ^= Retcode.GetHashCode(); if (ScoreId != 0) hash ^= ScoreId.GetHashCode(); - hash ^= curSealList_.GetHashCode(); + hash ^= mPBMPFFGIBO_.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -205,7 +205,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(80); output.WriteInt32(ScoreId); } - curSealList_.WriteTo(output, _repeated_curSealList_codec); + mPBMPFFGIBO_.WriteTo(output, _repeated_mPBMPFFGIBO_codec); if (_unknownFields != null) { _unknownFields.WriteTo(output); } @@ -226,7 +226,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(80); output.WriteInt32(ScoreId); } - curSealList_.WriteTo(ref output, _repeated_curSealList_codec); + mPBMPFFGIBO_.WriteTo(ref output, _repeated_mPBMPFFGIBO_codec); if (_unknownFields != null) { _unknownFields.WriteTo(ref output); } @@ -245,7 +245,7 @@ namespace EggLink.DanhengServer.Proto { if (ScoreId != 0) { size += 1 + pb::CodedOutputStream.ComputeInt32Size(ScoreId); } - size += curSealList_.CalculateSize(_repeated_curSealList_codec); + size += mPBMPFFGIBO_.CalculateSize(_repeated_mPBMPFFGIBO_codec); if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -266,7 +266,7 @@ namespace EggLink.DanhengServer.Proto { if (other.ScoreId != 0) { ScoreId = other.ScoreId; } - curSealList_.Add(other.curSealList_); + mPBMPFFGIBO_.Add(other.mPBMPFFGIBO_); _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -302,7 +302,7 @@ namespace EggLink.DanhengServer.Proto { } case 122: case 120: { - curSealList_.AddEntriesFrom(input, _repeated_curSealList_codec); + mPBMPFFGIBO_.AddEntriesFrom(input, _repeated_mPBMPFFGIBO_codec); break; } } @@ -340,7 +340,7 @@ namespace EggLink.DanhengServer.Proto { } case 122: case 120: { - curSealList_.AddEntriesFrom(ref input, _repeated_curSealList_codec); + mPBMPFFGIBO_.AddEntriesFrom(ref input, _repeated_mPBMPFFGIBO_codec); break; } } diff --git a/Proto/MarbleLevelFinishCsReq.cs b/Proto/MarbleLevelFinishCsReq.cs deleted file mode 100644 index 0cbbd30b..00000000 --- a/Proto/MarbleLevelFinishCsReq.cs +++ /dev/null @@ -1,263 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: MarbleLevelFinishCsReq.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from MarbleLevelFinishCsReq.proto - public static partial class MarbleLevelFinishCsReqReflection { - - #region Descriptor - /// File descriptor for MarbleLevelFinishCsReq.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static MarbleLevelFinishCsReqReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChxNYXJibGVMZXZlbEZpbmlzaENzUmVxLnByb3RvIkEKFk1hcmJsZUxldmVs", - "RmluaXNoQ3NSZXESFAoMbWFyYmxlX2xldmVsGAQgASgNEhEKCXNlYWxfbGlz", - "dBgMIAMoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90", - "bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MarbleLevelFinishCsReq), global::EggLink.DanhengServer.Proto.MarbleLevelFinishCsReq.Parser, new[]{ "MarbleLevel", "SealList" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class MarbleLevelFinishCsReq : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new MarbleLevelFinishCsReq()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.MarbleLevelFinishCsReqReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public MarbleLevelFinishCsReq() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public MarbleLevelFinishCsReq(MarbleLevelFinishCsReq other) : this() { - marbleLevel_ = other.marbleLevel_; - sealList_ = other.sealList_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public MarbleLevelFinishCsReq Clone() { - return new MarbleLevelFinishCsReq(this); - } - - /// Field number for the "marble_level" field. - public const int MarbleLevelFieldNumber = 4; - private uint marbleLevel_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint MarbleLevel { - get { return marbleLevel_; } - set { - marbleLevel_ = value; - } - } - - /// Field number for the "seal_list" field. - public const int SealListFieldNumber = 12; - private static readonly pb::FieldCodec _repeated_sealList_codec - = pb::FieldCodec.ForUInt32(98); - private readonly pbc::RepeatedField sealList_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField SealList { - get { return sealList_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as MarbleLevelFinishCsReq); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(MarbleLevelFinishCsReq other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (MarbleLevel != other.MarbleLevel) return false; - if(!sealList_.Equals(other.sealList_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (MarbleLevel != 0) hash ^= MarbleLevel.GetHashCode(); - hash ^= sealList_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (MarbleLevel != 0) { - output.WriteRawTag(32); - output.WriteUInt32(MarbleLevel); - } - sealList_.WriteTo(output, _repeated_sealList_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (MarbleLevel != 0) { - output.WriteRawTag(32); - output.WriteUInt32(MarbleLevel); - } - sealList_.WriteTo(ref output, _repeated_sealList_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (MarbleLevel != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MarbleLevel); - } - size += sealList_.CalculateSize(_repeated_sealList_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(MarbleLevelFinishCsReq other) { - if (other == null) { - return; - } - if (other.MarbleLevel != 0) { - MarbleLevel = other.MarbleLevel; - } - sealList_.Add(other.sealList_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 32: { - MarbleLevel = input.ReadUInt32(); - break; - } - case 98: - case 96: { - sealList_.AddEntriesFrom(input, _repeated_sealList_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 32: { - MarbleLevel = input.ReadUInt32(); - break; - } - case 98: - case 96: { - sealList_.AddEntriesFrom(ref input, _repeated_sealList_codec); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/MarbleLevelFinishScRsp.cs b/Proto/MarbleLevelFinishScRsp.cs index d34456b8..33676fdd 100644 --- a/Proto/MarbleLevelFinishScRsp.cs +++ b/Proto/MarbleLevelFinishScRsp.cs @@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto { static MarbleLevelFinishScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChxNYXJibGVMZXZlbEZpbmlzaFNjUnNwLnByb3RvIj8KFk1hcmJsZUxldmVs", - "RmluaXNoU2NSc3ASFAoMbWFyYmxlX2xldmVsGAUgASgNEg8KB3JldGNvZGUY", - "ASABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); + "ChxNYXJibGVMZXZlbEZpbmlzaFNjUnNwLnByb3RvIj4KFk1hcmJsZUxldmVs", + "RmluaXNoU2NSc3ASEwoLTkxJQktBQkZHQ0MYBSABKA0SDwoHcmV0Y29kZRgB", + "IAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MarbleLevelFinishScRsp), global::EggLink.DanhengServer.Proto.MarbleLevelFinishScRsp.Parser, new[]{ "MarbleLevel", "Retcode" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MarbleLevelFinishScRsp), global::EggLink.DanhengServer.Proto.MarbleLevelFinishScRsp.Parser, new[]{ "NLIBKABFGCC", "Retcode" }, null, null, null, null) })); } #endregion @@ -72,7 +72,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public MarbleLevelFinishScRsp(MarbleLevelFinishScRsp other) : this() { - marbleLevel_ = other.marbleLevel_; + nLIBKABFGCC_ = other.nLIBKABFGCC_; retcode_ = other.retcode_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -83,15 +83,15 @@ namespace EggLink.DanhengServer.Proto { return new MarbleLevelFinishScRsp(this); } - /// Field number for the "marble_level" field. - public const int MarbleLevelFieldNumber = 5; - private uint marbleLevel_; + /// Field number for the "NLIBKABFGCC" field. + public const int NLIBKABFGCCFieldNumber = 5; + private uint nLIBKABFGCC_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint MarbleLevel { - get { return marbleLevel_; } + public uint NLIBKABFGCC { + get { return nLIBKABFGCC_; } set { - marbleLevel_ = value; + nLIBKABFGCC_ = value; } } @@ -122,7 +122,7 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (MarbleLevel != other.MarbleLevel) return false; + if (NLIBKABFGCC != other.NLIBKABFGCC) return false; if (Retcode != other.Retcode) return false; return Equals(_unknownFields, other._unknownFields); } @@ -131,7 +131,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (MarbleLevel != 0) hash ^= MarbleLevel.GetHashCode(); + if (NLIBKABFGCC != 0) hash ^= NLIBKABFGCC.GetHashCode(); if (Retcode != 0) hash ^= Retcode.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); @@ -155,9 +155,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(8); output.WriteUInt32(Retcode); } - if (MarbleLevel != 0) { + if (NLIBKABFGCC != 0) { output.WriteRawTag(40); - output.WriteUInt32(MarbleLevel); + output.WriteUInt32(NLIBKABFGCC); } if (_unknownFields != null) { _unknownFields.WriteTo(output); @@ -173,9 +173,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(8); output.WriteUInt32(Retcode); } - if (MarbleLevel != 0) { + if (NLIBKABFGCC != 0) { output.WriteRawTag(40); - output.WriteUInt32(MarbleLevel); + output.WriteUInt32(NLIBKABFGCC); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); @@ -187,8 +187,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (MarbleLevel != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MarbleLevel); + if (NLIBKABFGCC != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NLIBKABFGCC); } if (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); @@ -205,8 +205,8 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - if (other.MarbleLevel != 0) { - MarbleLevel = other.MarbleLevel; + if (other.NLIBKABFGCC != 0) { + NLIBKABFGCC = other.NLIBKABFGCC; } if (other.Retcode != 0) { Retcode = other.Retcode; @@ -231,7 +231,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 40: { - MarbleLevel = input.ReadUInt32(); + NLIBKABFGCC = input.ReadUInt32(); break; } } @@ -254,7 +254,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 40: { - MarbleLevel = input.ReadUInt32(); + NLIBKABFGCC = input.ReadUInt32(); break; } } diff --git a/Proto/MarbleShopBuyCsReq.cs b/Proto/MarbleShopBuyCsReq.cs deleted file mode 100644 index 125fb61b..00000000 --- a/Proto/MarbleShopBuyCsReq.cs +++ /dev/null @@ -1,225 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: MarbleShopBuyCsReq.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from MarbleShopBuyCsReq.proto - public static partial class MarbleShopBuyCsReqReflection { - - #region Descriptor - /// File descriptor for MarbleShopBuyCsReq.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static MarbleShopBuyCsReqReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChhNYXJibGVTaG9wQnV5Q3NSZXEucHJvdG8iJwoSTWFyYmxlU2hvcEJ1eUNz", - "UmVxEhEKCXNlYWxfbGlzdBgKIAMoDUIeqgIbRWdnTGluay5EYW5oZW5nU2Vy", - "dmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MarbleShopBuyCsReq), global::EggLink.DanhengServer.Proto.MarbleShopBuyCsReq.Parser, new[]{ "SealList" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class MarbleShopBuyCsReq : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new MarbleShopBuyCsReq()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.MarbleShopBuyCsReqReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public MarbleShopBuyCsReq() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public MarbleShopBuyCsReq(MarbleShopBuyCsReq other) : this() { - sealList_ = other.sealList_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public MarbleShopBuyCsReq Clone() { - return new MarbleShopBuyCsReq(this); - } - - /// Field number for the "seal_list" field. - public const int SealListFieldNumber = 10; - private static readonly pb::FieldCodec _repeated_sealList_codec - = pb::FieldCodec.ForUInt32(82); - private readonly pbc::RepeatedField sealList_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField SealList { - get { return sealList_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as MarbleShopBuyCsReq); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(MarbleShopBuyCsReq other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if(!sealList_.Equals(other.sealList_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - hash ^= sealList_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - sealList_.WriteTo(output, _repeated_sealList_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - sealList_.WriteTo(ref output, _repeated_sealList_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - size += sealList_.CalculateSize(_repeated_sealList_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(MarbleShopBuyCsReq other) { - if (other == null) { - return; - } - sealList_.Add(other.sealList_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 82: - case 80: { - sealList_.AddEntriesFrom(input, _repeated_sealList_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 82: - case 80: { - sealList_.AddEntriesFrom(ref input, _repeated_sealList_codec); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/MarbleShopBuyScRsp.cs b/Proto/MarbleShopBuyScRsp.cs index 992893d0..2b2f0ad5 100644 --- a/Proto/MarbleShopBuyScRsp.cs +++ b/Proto/MarbleShopBuyScRsp.cs @@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto { static MarbleShopBuyScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChhNYXJibGVTaG9wQnV5U2NSc3AucHJvdG8iOAoSTWFyYmxlU2hvcEJ1eVNj", - "UnNwEhEKCXNlYWxfbGlzdBgBIAMoDRIPCgdyZXRjb2RlGA4gASgNQh6qAhtF", - "Z2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "ChhNYXJibGVTaG9wQnV5U2NSc3AucHJvdG8iOgoSTWFyYmxlU2hvcEJ1eVNj", + "UnNwEhMKC1BNS0FOR0RGTEtJGAEgAygNEg8KB3JldGNvZGUYDiABKA1CHqoC", + "G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MarbleShopBuyScRsp), global::EggLink.DanhengServer.Proto.MarbleShopBuyScRsp.Parser, new[]{ "SealList", "Retcode" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MarbleShopBuyScRsp), global::EggLink.DanhengServer.Proto.MarbleShopBuyScRsp.Parser, new[]{ "PMKANGDFLKI", "Retcode" }, null, null, null, null) })); } #endregion @@ -72,7 +72,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public MarbleShopBuyScRsp(MarbleShopBuyScRsp other) : this() { - sealList_ = other.sealList_.Clone(); + pMKANGDFLKI_ = other.pMKANGDFLKI_.Clone(); retcode_ = other.retcode_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -83,15 +83,15 @@ namespace EggLink.DanhengServer.Proto { return new MarbleShopBuyScRsp(this); } - /// Field number for the "seal_list" field. - public const int SealListFieldNumber = 1; - private static readonly pb::FieldCodec _repeated_sealList_codec + /// Field number for the "PMKANGDFLKI" field. + public const int PMKANGDFLKIFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_pMKANGDFLKI_codec = pb::FieldCodec.ForUInt32(10); - private readonly pbc::RepeatedField sealList_ = new pbc::RepeatedField(); + private readonly pbc::RepeatedField pMKANGDFLKI_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField SealList { - get { return sealList_; } + public pbc::RepeatedField PMKANGDFLKI { + get { return pMKANGDFLKI_; } } /// Field number for the "retcode" field. @@ -121,7 +121,7 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if(!sealList_.Equals(other.sealList_)) return false; + if(!pMKANGDFLKI_.Equals(other.pMKANGDFLKI_)) return false; if (Retcode != other.Retcode) return false; return Equals(_unknownFields, other._unknownFields); } @@ -130,7 +130,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - hash ^= sealList_.GetHashCode(); + hash ^= pMKANGDFLKI_.GetHashCode(); if (Retcode != 0) hash ^= Retcode.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); @@ -150,7 +150,7 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - sealList_.WriteTo(output, _repeated_sealList_codec); + pMKANGDFLKI_.WriteTo(output, _repeated_pMKANGDFLKI_codec); if (Retcode != 0) { output.WriteRawTag(112); output.WriteUInt32(Retcode); @@ -165,7 +165,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - sealList_.WriteTo(ref output, _repeated_sealList_codec); + pMKANGDFLKI_.WriteTo(ref output, _repeated_pMKANGDFLKI_codec); if (Retcode != 0) { output.WriteRawTag(112); output.WriteUInt32(Retcode); @@ -180,7 +180,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - size += sealList_.CalculateSize(_repeated_sealList_codec); + size += pMKANGDFLKI_.CalculateSize(_repeated_pMKANGDFLKI_codec); if (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); } @@ -196,7 +196,7 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - sealList_.Add(other.sealList_); + pMKANGDFLKI_.Add(other.pMKANGDFLKI_); if (other.Retcode != 0) { Retcode = other.Retcode; } @@ -217,7 +217,7 @@ namespace EggLink.DanhengServer.Proto { break; case 10: case 8: { - sealList_.AddEntriesFrom(input, _repeated_sealList_codec); + pMKANGDFLKI_.AddEntriesFrom(input, _repeated_pMKANGDFLKI_codec); break; } case 112: { @@ -241,7 +241,7 @@ namespace EggLink.DanhengServer.Proto { break; case 10: case 8: { - sealList_.AddEntriesFrom(ref input, _repeated_sealList_codec); + pMKANGDFLKI_.AddEntriesFrom(ref input, _repeated_pMKANGDFLKI_codec); break; } case 112: { diff --git a/Proto/MarbleUnlockSealScNotify.cs b/Proto/MarbleUnlockSealScNotify.cs index f477c133..233c36e4 100644 --- a/Proto/MarbleUnlockSealScNotify.cs +++ b/Proto/MarbleUnlockSealScNotify.cs @@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto { static MarbleUnlockSealScNotifyReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Ch5NYXJibGVVbmxvY2tTZWFsU2NOb3RpZnkucHJvdG8iLQoYTWFyYmxlVW5s", - "b2NrU2VhbFNjTm90aWZ5EhEKCXNlYWxfbGlzdBgEIAMoDUIeqgIbRWdnTGlu", - "ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "Ch5NYXJibGVVbmxvY2tTZWFsU2NOb3RpZnkucHJvdG8iLwoYTWFyYmxlVW5s", + "b2NrU2VhbFNjTm90aWZ5EhMKC1BNS0FOR0RGTEtJGAQgAygNQh6qAhtFZ2dM", + "aW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MarbleUnlockSealScNotify), global::EggLink.DanhengServer.Proto.MarbleUnlockSealScNotify.Parser, new[]{ "SealList" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MarbleUnlockSealScNotify), global::EggLink.DanhengServer.Proto.MarbleUnlockSealScNotify.Parser, new[]{ "PMKANGDFLKI" }, null, null, null, null) })); } #endregion @@ -72,7 +72,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public MarbleUnlockSealScNotify(MarbleUnlockSealScNotify other) : this() { - sealList_ = other.sealList_.Clone(); + pMKANGDFLKI_ = other.pMKANGDFLKI_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -82,15 +82,15 @@ namespace EggLink.DanhengServer.Proto { return new MarbleUnlockSealScNotify(this); } - /// Field number for the "seal_list" field. - public const int SealListFieldNumber = 4; - private static readonly pb::FieldCodec _repeated_sealList_codec + /// Field number for the "PMKANGDFLKI" field. + public const int PMKANGDFLKIFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_pMKANGDFLKI_codec = pb::FieldCodec.ForUInt32(34); - private readonly pbc::RepeatedField sealList_ = new pbc::RepeatedField(); + private readonly pbc::RepeatedField pMKANGDFLKI_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField SealList { - get { return sealList_; } + public pbc::RepeatedField PMKANGDFLKI { + get { return pMKANGDFLKI_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -108,7 +108,7 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if(!sealList_.Equals(other.sealList_)) return false; + if(!pMKANGDFLKI_.Equals(other.pMKANGDFLKI_)) return false; return Equals(_unknownFields, other._unknownFields); } @@ -116,7 +116,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - hash ^= sealList_.GetHashCode(); + hash ^= pMKANGDFLKI_.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -135,7 +135,7 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - sealList_.WriteTo(output, _repeated_sealList_codec); + pMKANGDFLKI_.WriteTo(output, _repeated_pMKANGDFLKI_codec); if (_unknownFields != null) { _unknownFields.WriteTo(output); } @@ -146,7 +146,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - sealList_.WriteTo(ref output, _repeated_sealList_codec); + pMKANGDFLKI_.WriteTo(ref output, _repeated_pMKANGDFLKI_codec); if (_unknownFields != null) { _unknownFields.WriteTo(ref output); } @@ -157,7 +157,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - size += sealList_.CalculateSize(_repeated_sealList_codec); + size += pMKANGDFLKI_.CalculateSize(_repeated_pMKANGDFLKI_codec); if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -170,7 +170,7 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - sealList_.Add(other.sealList_); + pMKANGDFLKI_.Add(other.pMKANGDFLKI_); _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -188,7 +188,7 @@ namespace EggLink.DanhengServer.Proto { break; case 34: case 32: { - sealList_.AddEntriesFrom(input, _repeated_sealList_codec); + pMKANGDFLKI_.AddEntriesFrom(input, _repeated_pMKANGDFLKI_codec); break; } } @@ -208,7 +208,7 @@ namespace EggLink.DanhengServer.Proto { break; case 34: case 32: { - sealList_.AddEntriesFrom(ref input, _repeated_sealList_codec); + pMKANGDFLKI_.AddEntriesFrom(ref input, _repeated_pMKANGDFLKI_codec); break; } } diff --git a/Proto/MarbleUpdateShownSealCsReq.cs b/Proto/MarbleUpdateShownSealCsReq.cs deleted file mode 100644 index a93e1cf7..00000000 --- a/Proto/MarbleUpdateShownSealCsReq.cs +++ /dev/null @@ -1,225 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: MarbleUpdateShownSealCsReq.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from MarbleUpdateShownSealCsReq.proto - public static partial class MarbleUpdateShownSealCsReqReflection { - - #region Descriptor - /// File descriptor for MarbleUpdateShownSealCsReq.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static MarbleUpdateShownSealCsReqReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "CiBNYXJibGVVcGRhdGVTaG93blNlYWxDc1JlcS5wcm90byI0ChpNYXJibGVV", - "cGRhdGVTaG93blNlYWxDc1JlcRIWCg5zaG93X3NlYWxfbGlzdBgBIAMoDUIe", - "qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MarbleUpdateShownSealCsReq), global::EggLink.DanhengServer.Proto.MarbleUpdateShownSealCsReq.Parser, new[]{ "ShowSealList" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class MarbleUpdateShownSealCsReq : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new MarbleUpdateShownSealCsReq()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.MarbleUpdateShownSealCsReqReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public MarbleUpdateShownSealCsReq() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public MarbleUpdateShownSealCsReq(MarbleUpdateShownSealCsReq other) : this() { - showSealList_ = other.showSealList_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public MarbleUpdateShownSealCsReq Clone() { - return new MarbleUpdateShownSealCsReq(this); - } - - /// Field number for the "show_seal_list" field. - public const int ShowSealListFieldNumber = 1; - private static readonly pb::FieldCodec _repeated_showSealList_codec - = pb::FieldCodec.ForUInt32(10); - private readonly pbc::RepeatedField showSealList_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField ShowSealList { - get { return showSealList_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as MarbleUpdateShownSealCsReq); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(MarbleUpdateShownSealCsReq other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if(!showSealList_.Equals(other.showSealList_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - hash ^= showSealList_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - showSealList_.WriteTo(output, _repeated_showSealList_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - showSealList_.WriteTo(ref output, _repeated_showSealList_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - size += showSealList_.CalculateSize(_repeated_showSealList_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(MarbleUpdateShownSealCsReq other) { - if (other == null) { - return; - } - showSealList_.Add(other.showSealList_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: - case 8: { - showSealList_.AddEntriesFrom(input, _repeated_showSealList_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 10: - case 8: { - showSealList_.AddEntriesFrom(ref input, _repeated_showSealList_codec); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/MarbleUpdateShownSealScRsp.cs b/Proto/MarbleUpdateShownSealScRsp.cs index d3f2a855..51a14467 100644 --- a/Proto/MarbleUpdateShownSealScRsp.cs +++ b/Proto/MarbleUpdateShownSealScRsp.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static MarbleUpdateShownSealScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiBNYXJibGVVcGRhdGVTaG93blNlYWxTY1JzcC5wcm90byJFChpNYXJibGVV", - "cGRhdGVTaG93blNlYWxTY1JzcBIWCg5zaG93X3NlYWxfbGlzdBgKIAMoDRIP", - "CgdyZXRjb2RlGAEgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJv", - "dG9iBnByb3RvMw==")); + "CiBNYXJibGVVcGRhdGVTaG93blNlYWxTY1JzcC5wcm90byJCChpNYXJibGVV", + "cGRhdGVTaG93blNlYWxTY1JzcBITCgtFSEVOS1BMQ1BDSBgKIAMoDRIPCgdy", + "ZXRjb2RlGAEgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9i", + "BnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MarbleUpdateShownSealScRsp), global::EggLink.DanhengServer.Proto.MarbleUpdateShownSealScRsp.Parser, new[]{ "ShowSealList", "Retcode" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MarbleUpdateShownSealScRsp), global::EggLink.DanhengServer.Proto.MarbleUpdateShownSealScRsp.Parser, new[]{ "EHENKPLCPCH", "Retcode" }, null, null, null, null) })); } #endregion @@ -73,7 +73,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public MarbleUpdateShownSealScRsp(MarbleUpdateShownSealScRsp other) : this() { - showSealList_ = other.showSealList_.Clone(); + eHENKPLCPCH_ = other.eHENKPLCPCH_.Clone(); retcode_ = other.retcode_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -84,15 +84,15 @@ namespace EggLink.DanhengServer.Proto { return new MarbleUpdateShownSealScRsp(this); } - /// Field number for the "show_seal_list" field. - public const int ShowSealListFieldNumber = 10; - private static readonly pb::FieldCodec _repeated_showSealList_codec + /// Field number for the "EHENKPLCPCH" field. + public const int EHENKPLCPCHFieldNumber = 10; + private static readonly pb::FieldCodec _repeated_eHENKPLCPCH_codec = pb::FieldCodec.ForUInt32(82); - private readonly pbc::RepeatedField showSealList_ = new pbc::RepeatedField(); + private readonly pbc::RepeatedField eHENKPLCPCH_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField ShowSealList { - get { return showSealList_; } + public pbc::RepeatedField EHENKPLCPCH { + get { return eHENKPLCPCH_; } } /// Field number for the "retcode" field. @@ -122,7 +122,7 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if(!showSealList_.Equals(other.showSealList_)) return false; + if(!eHENKPLCPCH_.Equals(other.eHENKPLCPCH_)) return false; if (Retcode != other.Retcode) return false; return Equals(_unknownFields, other._unknownFields); } @@ -131,7 +131,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - hash ^= showSealList_.GetHashCode(); + hash ^= eHENKPLCPCH_.GetHashCode(); if (Retcode != 0) hash ^= Retcode.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); @@ -155,7 +155,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(8); output.WriteUInt32(Retcode); } - showSealList_.WriteTo(output, _repeated_showSealList_codec); + eHENKPLCPCH_.WriteTo(output, _repeated_eHENKPLCPCH_codec); if (_unknownFields != null) { _unknownFields.WriteTo(output); } @@ -170,7 +170,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(8); output.WriteUInt32(Retcode); } - showSealList_.WriteTo(ref output, _repeated_showSealList_codec); + eHENKPLCPCH_.WriteTo(ref output, _repeated_eHENKPLCPCH_codec); if (_unknownFields != null) { _unknownFields.WriteTo(ref output); } @@ -181,7 +181,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - size += showSealList_.CalculateSize(_repeated_showSealList_codec); + size += eHENKPLCPCH_.CalculateSize(_repeated_eHENKPLCPCH_codec); if (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); } @@ -197,7 +197,7 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - showSealList_.Add(other.showSealList_); + eHENKPLCPCH_.Add(other.eHENKPLCPCH_); if (other.Retcode != 0) { Retcode = other.Retcode; } @@ -222,7 +222,7 @@ namespace EggLink.DanhengServer.Proto { } case 82: case 80: { - showSealList_.AddEntriesFrom(input, _repeated_showSealList_codec); + eHENKPLCPCH_.AddEntriesFrom(input, _repeated_eHENKPLCPCH_codec); break; } } @@ -246,7 +246,7 @@ namespace EggLink.DanhengServer.Proto { } case 82: case 80: { - showSealList_.AddEntriesFrom(ref input, _repeated_showSealList_codec); + eHENKPLCPCH_.AddEntriesFrom(ref input, _repeated_eHENKPLCPCH_codec); break; } } diff --git a/Proto/MarkRelicFilterPlanCsReq.cs b/Proto/MarkRelicFilterPlanCsReq.cs index bf356355..a3875914 100644 --- a/Proto/MarkRelicFilterPlanCsReq.cs +++ b/Proto/MarkRelicFilterPlanCsReq.cs @@ -24,10 +24,10 @@ namespace EggLink.DanhengServer.Proto { static MarkRelicFilterPlanCsReqReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Ch5NYXJrUmVsaWNGaWx0ZXJQbGFuQ3NSZXEucHJvdG8iVAoYTWFya1JlbGlj", - "RmlsdGVyUGxhbkNzUmVxEg4KBklzTWFyaxgDIAEoCBIVCg1TbG90SW5kZXhM", - "aXN0GAsgAygNEhEKCUlzQmF0Y2hPcBgJIAEoCEIeqgIbRWdnTGluay5EYW5o", - "ZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "Ch5NYXJrUmVsaWNGaWx0ZXJQbGFuQ3NSZXEucHJvdG8iWQoYTWFya1JlbGlj", + "RmlsdGVyUGxhbkNzUmVxEg8KB2lzX21hcmsYAyABKAgSFwoPc2xvdF9pbmRl", + "eF9saXN0GAsgAygNEhMKC2lzX2JhdGNoX29wGAkgASgIQh6qAhtFZ2dMaW5r", + "LkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -85,7 +85,7 @@ namespace EggLink.DanhengServer.Proto { return new MarkRelicFilterPlanCsReq(this); } - /// Field number for the "IsMark" field. + /// Field number for the "is_mark" field. public const int IsMarkFieldNumber = 3; private bool isMark_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -97,7 +97,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "SlotIndexList" field. + /// Field number for the "slot_index_list" field. public const int SlotIndexListFieldNumber = 11; private static readonly pb::FieldCodec _repeated_slotIndexList_codec = pb::FieldCodec.ForUInt32(90); @@ -108,7 +108,7 @@ namespace EggLink.DanhengServer.Proto { get { return slotIndexList_; } } - /// Field number for the "IsBatchOp" field. + /// Field number for the "is_batch_op" field. public const int IsBatchOpFieldNumber = 9; private bool isBatchOp_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/MarkRelicFilterPlanScRsp.cs b/Proto/MarkRelicFilterPlanScRsp.cs index b7dc7dfb..b2c8f724 100644 --- a/Proto/MarkRelicFilterPlanScRsp.cs +++ b/Proto/MarkRelicFilterPlanScRsp.cs @@ -24,10 +24,10 @@ namespace EggLink.DanhengServer.Proto { static MarkRelicFilterPlanScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Ch5NYXJrUmVsaWNGaWx0ZXJQbGFuU2NSc3AucHJvdG8iZQoYTWFya1JlbGlj", - "RmlsdGVyUGxhblNjUnNwEg4KBklzTWFyaxgEIAEoCBIVCg1TbG90SW5kZXhM", - "aXN0GA0gAygNEhEKCUlzQmF0Y2hPcBgCIAEoCBIPCgdSZXRjb2RlGAEgASgN", - "Qh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "Ch5NYXJrUmVsaWNGaWx0ZXJQbGFuU2NSc3AucHJvdG8iagoYTWFya1JlbGlj", + "RmlsdGVyUGxhblNjUnNwEg8KB2lzX21hcmsYBCABKAgSFwoPc2xvdF9pbmRl", + "eF9saXN0GA0gAygNEhMKC2lzX2JhdGNoX29wGAIgASgIEg8KB3JldGNvZGUY", + "ASABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -86,7 +86,7 @@ namespace EggLink.DanhengServer.Proto { return new MarkRelicFilterPlanScRsp(this); } - /// Field number for the "IsMark" field. + /// Field number for the "is_mark" field. public const int IsMarkFieldNumber = 4; private bool isMark_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -98,7 +98,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "SlotIndexList" field. + /// Field number for the "slot_index_list" field. public const int SlotIndexListFieldNumber = 13; private static readonly pb::FieldCodec _repeated_slotIndexList_codec = pb::FieldCodec.ForUInt32(106); @@ -109,7 +109,7 @@ namespace EggLink.DanhengServer.Proto { get { return slotIndexList_; } } - /// Field number for the "IsBatchOp" field. + /// Field number for the "is_batch_op" field. public const int IsBatchOpFieldNumber = 2; private bool isBatchOp_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -121,7 +121,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Retcode" field. + /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 1; private uint retcode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/MatchRoomCharacterStatus.cs b/Proto/MatchRoomCharacterStatus.cs deleted file mode 100644 index c9bd1b4d..00000000 --- a/Proto/MatchRoomCharacterStatus.cs +++ /dev/null @@ -1,56 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: MatchRoomCharacterStatus.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from MatchRoomCharacterStatus.proto - public static partial class MatchRoomCharacterStatusReflection { - - #region Descriptor - /// File descriptor for MatchRoomCharacterStatus.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static MatchRoomCharacterStatusReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Ch5NYXRjaFJvb21DaGFyYWN0ZXJTdGF0dXMucHJvdG8q+gEKGE1hdGNoUm9v", - "bUNoYXJhY3RlclN0YXR1cxIhCh1NYXRjaFJvb21DaGFyYWN0ZXJTdGF0dXNf", - "Tm9uZRAAEiEKHU1hdGNoUm9vbUNoYXJhY3RlclN0YXR1c19JZGxlEAESJgoi", - "TWF0Y2hSb29tQ2hhcmFjdGVyU3RhdHVzX09wZXJhdGluZxACEiIKHk1hdGNo", - "Um9vbUNoYXJhY3RlclN0YXR1c19SZWFkeRADEiUKIU1hdGNoUm9vbUNoYXJh", - "Y3RlclN0YXR1c19GaWdodGluZxAEEiUKIU1hdGNoUm9vbUNoYXJhY3RlclN0", - "YXR1c19XYXRjaGluZxAFQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJv", - "dG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.MatchRoomCharacterStatus), }, null, null)); - } - #endregion - - } - #region Enums - public enum MatchRoomCharacterStatus { - [pbr::OriginalName("MatchRoomCharacterStatus_None")] None = 0, - [pbr::OriginalName("MatchRoomCharacterStatus_Idle")] Idle = 1, - [pbr::OriginalName("MatchRoomCharacterStatus_Operating")] Operating = 2, - [pbr::OriginalName("MatchRoomCharacterStatus_Ready")] Ready = 3, - [pbr::OriginalName("MatchRoomCharacterStatus_Fighting")] Fighting = 4, - [pbr::OriginalName("MatchRoomCharacterStatus_Watching")] Watching = 5, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/MatchRoomCharacterType.cs b/Proto/MatchRoomCharacterType.cs deleted file mode 100644 index de19031a..00000000 --- a/Proto/MatchRoomCharacterType.cs +++ /dev/null @@ -1,51 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: MatchRoomCharacterType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from MatchRoomCharacterType.proto - public static partial class MatchRoomCharacterTypeReflection { - - #region Descriptor - /// File descriptor for MatchRoomCharacterType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static MatchRoomCharacterTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChxNYXRjaFJvb21DaGFyYWN0ZXJUeXBlLnByb3RvKpMBChZNYXRjaFJvb21D", - "aGFyYWN0ZXJUeXBlEhsKF01hdGNoUm9vbUNoYXJhY3Rlcl9Ob25lEAASHQoZ", - "TWF0Y2hSb29tQ2hhcmFjdGVyX0xlYWRlchABEh0KGU1hdGNoUm9vbUNoYXJh", - "Y3Rlcl9NZW1iZXIQAhIeChpNYXRjaFJvb21DaGFyYWN0ZXJfV2F0Y2hlchAD", - "Qh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.MatchRoomCharacterType), }, null, null)); - } - #endregion - - } - #region Enums - public enum MatchRoomCharacterType { - [pbr::OriginalName("MatchRoomCharacter_None")] MatchRoomCharacterNone = 0, - [pbr::OriginalName("MatchRoomCharacter_Leader")] MatchRoomCharacterLeader = 1, - [pbr::OriginalName("MatchRoomCharacter_Member")] MatchRoomCharacterMember = 2, - [pbr::OriginalName("MatchRoomCharacter_Watcher")] MatchRoomCharacterWatcher = 3, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/DHONNIHMACI.cs b/Proto/MatchThreeBirdInfo.cs similarity index 73% rename from Proto/DHONNIHMACI.cs rename to Proto/MatchThreeBirdInfo.cs index 0df2ec96..d2e98211 100644 --- a/Proto/DHONNIHMACI.cs +++ b/Proto/MatchThreeBirdInfo.cs @@ -1,6 +1,6 @@ // // Generated by the protocol buffer compiler. DO NOT EDIT! -// source: DHONNIHMACI.proto +// source: MatchThreeBirdInfo.proto // #pragma warning disable 1591, 0612, 3021, 8981 #region Designer generated code @@ -11,27 +11,27 @@ using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; namespace EggLink.DanhengServer.Proto { - /// Holder for reflection information generated from DHONNIHMACI.proto - public static partial class DHONNIHMACIReflection { + /// Holder for reflection information generated from MatchThreeBirdInfo.proto + public static partial class MatchThreeBirdInfoReflection { #region Descriptor - /// File descriptor for DHONNIHMACI.proto + /// File descriptor for MatchThreeBirdInfo.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; - static DHONNIHMACIReflection() { + static MatchThreeBirdInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFESE9OTklITUFDSS5wcm90byJTCgtESE9OTklITUFDSRITCgtCS01QRkVP", - "Q0ZJQhgPIAEoDRILCgNwb3MYCSABKA0SDQoFY291bnQYDSABKA0SEwoLRk1L", - "S0FCTURJTkoYCyABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90", - "b2IGcHJvdG8z")); + "ChhNYXRjaFRocmVlQmlyZEluZm8ucHJvdG8iWQoSTWF0Y2hUaHJlZUJpcmRJ", + "bmZvEg8KB2JpcmRfaWQYDyABKA0SCwoDcG9zGAkgASgNEg0KBWNvdW50GA0g", + "ASgNEhYKDmJpcmRfdG9wX3Njb3JlGAsgASgNQh6qAhtFZ2dMaW5rLkRhbmhl", + "bmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DHONNIHMACI), global::EggLink.DanhengServer.Proto.DHONNIHMACI.Parser, new[]{ "BKMPFEOCFIB", "Pos", "Count", "FMKKABMDINJ" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MatchThreeBirdInfo), global::EggLink.DanhengServer.Proto.MatchThreeBirdInfo.Parser, new[]{ "BirdId", "Pos", "Count", "BirdTopScore" }, null, null, null, null) })); } #endregion @@ -39,21 +39,21 @@ namespace EggLink.DanhengServer.Proto { } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class DHONNIHMACI : pb::IMessage + public sealed partial class MatchThreeBirdInfo : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new DHONNIHMACI()); + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new MatchThreeBirdInfo()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } + public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.DHONNIHMACIReflection.Descriptor.MessageTypes[0]; } + get { return global::EggLink.DanhengServer.Proto.MatchThreeBirdInfoReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -64,7 +64,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public DHONNIHMACI() { + public MatchThreeBirdInfo() { OnConstruction(); } @@ -72,29 +72,29 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public DHONNIHMACI(DHONNIHMACI other) : this() { - bKMPFEOCFIB_ = other.bKMPFEOCFIB_; + public MatchThreeBirdInfo(MatchThreeBirdInfo other) : this() { + birdId_ = other.birdId_; pos_ = other.pos_; count_ = other.count_; - fMKKABMDINJ_ = other.fMKKABMDINJ_; + birdTopScore_ = other.birdTopScore_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public DHONNIHMACI Clone() { - return new DHONNIHMACI(this); + public MatchThreeBirdInfo Clone() { + return new MatchThreeBirdInfo(this); } - /// Field number for the "BKMPFEOCFIB" field. - public const int BKMPFEOCFIBFieldNumber = 15; - private uint bKMPFEOCFIB_; + /// Field number for the "bird_id" field. + public const int BirdIdFieldNumber = 15; + private uint birdId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint BKMPFEOCFIB { - get { return bKMPFEOCFIB_; } + public uint BirdId { + get { return birdId_; } set { - bKMPFEOCFIB_ = value; + birdId_ = value; } } @@ -122,37 +122,37 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "FMKKABMDINJ" field. - public const int FMKKABMDINJFieldNumber = 11; - private uint fMKKABMDINJ_; + /// Field number for the "bird_top_score" field. + public const int BirdTopScoreFieldNumber = 11; + private uint birdTopScore_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint FMKKABMDINJ { - get { return fMKKABMDINJ_; } + public uint BirdTopScore { + get { return birdTopScore_; } set { - fMKKABMDINJ_ = value; + birdTopScore_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { - return Equals(other as DHONNIHMACI); + return Equals(other as MatchThreeBirdInfo); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(DHONNIHMACI other) { + public bool Equals(MatchThreeBirdInfo other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } - if (BKMPFEOCFIB != other.BKMPFEOCFIB) return false; + if (BirdId != other.BirdId) return false; if (Pos != other.Pos) return false; if (Count != other.Count) return false; - if (FMKKABMDINJ != other.FMKKABMDINJ) return false; + if (BirdTopScore != other.BirdTopScore) return false; return Equals(_unknownFields, other._unknownFields); } @@ -160,10 +160,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (BKMPFEOCFIB != 0) hash ^= BKMPFEOCFIB.GetHashCode(); + if (BirdId != 0) hash ^= BirdId.GetHashCode(); if (Pos != 0) hash ^= Pos.GetHashCode(); if (Count != 0) hash ^= Count.GetHashCode(); - if (FMKKABMDINJ != 0) hash ^= FMKKABMDINJ.GetHashCode(); + if (BirdTopScore != 0) hash ^= BirdTopScore.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -186,17 +186,17 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(72); output.WriteUInt32(Pos); } - if (FMKKABMDINJ != 0) { + if (BirdTopScore != 0) { output.WriteRawTag(88); - output.WriteUInt32(FMKKABMDINJ); + output.WriteUInt32(BirdTopScore); } if (Count != 0) { output.WriteRawTag(104); output.WriteUInt32(Count); } - if (BKMPFEOCFIB != 0) { + if (BirdId != 0) { output.WriteRawTag(120); - output.WriteUInt32(BKMPFEOCFIB); + output.WriteUInt32(BirdId); } if (_unknownFields != null) { _unknownFields.WriteTo(output); @@ -212,17 +212,17 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(72); output.WriteUInt32(Pos); } - if (FMKKABMDINJ != 0) { + if (BirdTopScore != 0) { output.WriteRawTag(88); - output.WriteUInt32(FMKKABMDINJ); + output.WriteUInt32(BirdTopScore); } if (Count != 0) { output.WriteRawTag(104); output.WriteUInt32(Count); } - if (BKMPFEOCFIB != 0) { + if (BirdId != 0) { output.WriteRawTag(120); - output.WriteUInt32(BKMPFEOCFIB); + output.WriteUInt32(BirdId); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); @@ -234,8 +234,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (BKMPFEOCFIB != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BKMPFEOCFIB); + if (BirdId != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BirdId); } if (Pos != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Pos); @@ -243,8 +243,8 @@ namespace EggLink.DanhengServer.Proto { if (Count != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Count); } - if (FMKKABMDINJ != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FMKKABMDINJ); + if (BirdTopScore != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BirdTopScore); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); @@ -254,12 +254,12 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(DHONNIHMACI other) { + public void MergeFrom(MatchThreeBirdInfo other) { if (other == null) { return; } - if (other.BKMPFEOCFIB != 0) { - BKMPFEOCFIB = other.BKMPFEOCFIB; + if (other.BirdId != 0) { + BirdId = other.BirdId; } if (other.Pos != 0) { Pos = other.Pos; @@ -267,8 +267,8 @@ namespace EggLink.DanhengServer.Proto { if (other.Count != 0) { Count = other.Count; } - if (other.FMKKABMDINJ != 0) { - FMKKABMDINJ = other.FMKKABMDINJ; + if (other.BirdTopScore != 0) { + BirdTopScore = other.BirdTopScore; } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -290,7 +290,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 88: { - FMKKABMDINJ = input.ReadUInt32(); + BirdTopScore = input.ReadUInt32(); break; } case 104: { @@ -298,7 +298,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 120: { - BKMPFEOCFIB = input.ReadUInt32(); + BirdId = input.ReadUInt32(); break; } } @@ -321,7 +321,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 88: { - FMKKABMDINJ = input.ReadUInt32(); + BirdTopScore = input.ReadUInt32(); break; } case 104: { @@ -329,7 +329,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 120: { - BKMPFEOCFIB = input.ReadUInt32(); + BirdId = input.ReadUInt32(); break; } } diff --git a/Proto/ABGEJNBCDJK.cs b/Proto/MatchThreeData.cs similarity index 68% rename from Proto/ABGEJNBCDJK.cs rename to Proto/MatchThreeData.cs index 0e7ef7a4..bb9d5918 100644 --- a/Proto/ABGEJNBCDJK.cs +++ b/Proto/MatchThreeData.cs @@ -1,6 +1,6 @@ // // Generated by the protocol buffer compiler. DO NOT EDIT! -// source: ABGEJNBCDJK.proto +// source: MatchThreeData.proto // #pragma warning disable 1591, 0612, 3021, 8981 #region Designer generated code @@ -11,32 +11,34 @@ using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; namespace EggLink.DanhengServer.Proto { - /// Holder for reflection information generated from ABGEJNBCDJK.proto - public static partial class ABGEJNBCDJKReflection { + /// Holder for reflection information generated from MatchThreeData.proto + public static partial class MatchThreeDataReflection { #region Descriptor - /// File descriptor for ABGEJNBCDJK.proto + /// File descriptor for MatchThreeData.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; - static ABGEJNBCDJKReflection() { + static MatchThreeDataReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFBQkdFSk5CQ0RKSy5wcm90bxoRREhPTk5JSE1BQ0kucHJvdG8aEUxNUElF", - "Q0ZNRk9JLnByb3RvIqMCCgtBQkdFSk5CQ0RKSxIyCgtJTEJIRExNTE1DSxgL", - "IAMoCzIdLkFCR0VKTkJDREpLLklMQkhETE1MTUNLRW50cnkSIQoLQkdBRkNP", - "Qk5MUE0YAyADKAsyDC5ESE9OTklITUFDSRIhCgtKTUJDSUNMQ0hLRBgPIAMo", - "CzIMLkxNUElFQ0ZNRk9JEjIKC0JFR01GSUFQSExNGAEgAygLMh0uQUJHRUpO", - "QkNESksuQkVHTUZJQVBITE1FbnRyeRoyChBJTEJIRExNTE1DS0VudHJ5EgsK", - "A2tleRgBIAEoDRINCgV2YWx1ZRgCIAEoDToCOAEaMgoQQkVHTUZJQVBITE1F", - "bnRyeRILCgNrZXkYASABKA0SDQoFdmFsdWUYAiABKA06AjgBQh6qAhtFZ2dM", - "aW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "ChRNYXRjaFRocmVlRGF0YS5wcm90bxoiTWF0Y2hUaHJlZUZpbmlzaGVkTGV2", + "ZWxJbmZvcy5wcm90bxoYTWF0Y2hUaHJlZUJpcmRJbmZvLnByb3RvIs4CCg5N", + "YXRjaFRocmVlRGF0YRI1CgtJTEJIRExNTE1DSxgLIAMoCzIgLk1hdGNoVGhy", + "ZWVEYXRhLklMQkhETE1MTUNLRW50cnkSLgoRYmlyZF9yZWNvcmRfaW5mb3MY", + "AyADKAsyEy5NYXRjaFRocmVlQmlyZEluZm8SNgoPZmluaXNoZWRfbGV2ZWxz", + "GA8gAygLMh0uTWF0Y2hUaHJlZUZpbmlzaGVkTGV2ZWxJbmZvcxI1CgtCRUdN", + "RklBUEhMTRgBIAMoCzIgLk1hdGNoVGhyZWVEYXRhLkJFR01GSUFQSExNRW50", + "cnkaMgoQSUxCSERMTUxNQ0tFbnRyeRILCgNrZXkYASABKA0SDQoFdmFsdWUY", + "AiABKA06AjgBGjIKEEJFR01GSUFQSExNRW50cnkSCwoDa2V5GAEgASgNEg0K", + "BXZhbHVlGAIgASgNOgI4AUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlBy", + "b3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DHONNIHMACIReflection.Descriptor, global::EggLink.DanhengServer.Proto.LMPIECFMFOIReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MatchThreeFinishedLevelInfosReflection.Descriptor, global::EggLink.DanhengServer.Proto.MatchThreeBirdInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ABGEJNBCDJK), global::EggLink.DanhengServer.Proto.ABGEJNBCDJK.Parser, new[]{ "ILBHDLMLMCK", "BGAFCOBNLPM", "JMBCICLCHKD", "BEGMFIAPHLM" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, null, }) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MatchThreeData), global::EggLink.DanhengServer.Proto.MatchThreeData.Parser, new[]{ "ILBHDLMLMCK", "BirdRecordInfos", "FinishedLevels", "BEGMFIAPHLM" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, null, }) })); } #endregion @@ -44,21 +46,21 @@ namespace EggLink.DanhengServer.Proto { } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class ABGEJNBCDJK : pb::IMessage + public sealed partial class MatchThreeData : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ABGEJNBCDJK()); + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new MatchThreeData()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } + public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.ABGEJNBCDJKReflection.Descriptor.MessageTypes[0]; } + get { return global::EggLink.DanhengServer.Proto.MatchThreeDataReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -69,7 +71,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ABGEJNBCDJK() { + public MatchThreeData() { OnConstruction(); } @@ -77,18 +79,18 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ABGEJNBCDJK(ABGEJNBCDJK other) : this() { + public MatchThreeData(MatchThreeData other) : this() { iLBHDLMLMCK_ = other.iLBHDLMLMCK_.Clone(); - bGAFCOBNLPM_ = other.bGAFCOBNLPM_.Clone(); - jMBCICLCHKD_ = other.jMBCICLCHKD_.Clone(); + birdRecordInfos_ = other.birdRecordInfos_.Clone(); + finishedLevels_ = other.finishedLevels_.Clone(); bEGMFIAPHLM_ = other.bEGMFIAPHLM_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ABGEJNBCDJK Clone() { - return new ABGEJNBCDJK(this); + public MatchThreeData Clone() { + return new MatchThreeData(this); } /// Field number for the "ILBHDLMLMCK" field. @@ -102,26 +104,26 @@ namespace EggLink.DanhengServer.Proto { get { return iLBHDLMLMCK_; } } - /// Field number for the "BGAFCOBNLPM" field. - public const int BGAFCOBNLPMFieldNumber = 3; - private static readonly pb::FieldCodec _repeated_bGAFCOBNLPM_codec - = pb::FieldCodec.ForMessage(26, global::EggLink.DanhengServer.Proto.DHONNIHMACI.Parser); - private readonly pbc::RepeatedField bGAFCOBNLPM_ = new pbc::RepeatedField(); + /// Field number for the "bird_record_infos" field. + public const int BirdRecordInfosFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_birdRecordInfos_codec + = pb::FieldCodec.ForMessage(26, global::EggLink.DanhengServer.Proto.MatchThreeBirdInfo.Parser); + private readonly pbc::RepeatedField birdRecordInfos_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField BGAFCOBNLPM { - get { return bGAFCOBNLPM_; } + public pbc::RepeatedField BirdRecordInfos { + get { return birdRecordInfos_; } } - /// Field number for the "JMBCICLCHKD" field. - public const int JMBCICLCHKDFieldNumber = 15; - private static readonly pb::FieldCodec _repeated_jMBCICLCHKD_codec - = pb::FieldCodec.ForMessage(122, global::EggLink.DanhengServer.Proto.LMPIECFMFOI.Parser); - private readonly pbc::RepeatedField jMBCICLCHKD_ = new pbc::RepeatedField(); + /// Field number for the "finished_levels" field. + public const int FinishedLevelsFieldNumber = 15; + private static readonly pb::FieldCodec _repeated_finishedLevels_codec + = pb::FieldCodec.ForMessage(122, global::EggLink.DanhengServer.Proto.MatchThreeFinishedLevelInfos.Parser); + private readonly pbc::RepeatedField finishedLevels_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField JMBCICLCHKD { - get { return jMBCICLCHKD_; } + public pbc::RepeatedField FinishedLevels { + get { return finishedLevels_; } } /// Field number for the "BEGMFIAPHLM" field. @@ -138,12 +140,12 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { - return Equals(other as ABGEJNBCDJK); + return Equals(other as MatchThreeData); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(ABGEJNBCDJK other) { + public bool Equals(MatchThreeData other) { if (ReferenceEquals(other, null)) { return false; } @@ -151,8 +153,8 @@ namespace EggLink.DanhengServer.Proto { return true; } if (!ILBHDLMLMCK.Equals(other.ILBHDLMLMCK)) return false; - if(!bGAFCOBNLPM_.Equals(other.bGAFCOBNLPM_)) return false; - if(!jMBCICLCHKD_.Equals(other.jMBCICLCHKD_)) return false; + if(!birdRecordInfos_.Equals(other.birdRecordInfos_)) return false; + if(!finishedLevels_.Equals(other.finishedLevels_)) return false; if (!BEGMFIAPHLM.Equals(other.BEGMFIAPHLM)) return false; return Equals(_unknownFields, other._unknownFields); } @@ -162,8 +164,8 @@ namespace EggLink.DanhengServer.Proto { public override int GetHashCode() { int hash = 1; hash ^= ILBHDLMLMCK.GetHashCode(); - hash ^= bGAFCOBNLPM_.GetHashCode(); - hash ^= jMBCICLCHKD_.GetHashCode(); + hash ^= birdRecordInfos_.GetHashCode(); + hash ^= finishedLevels_.GetHashCode(); hash ^= BEGMFIAPHLM.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); @@ -184,9 +186,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawMessage(this); #else bEGMFIAPHLM_.WriteTo(output, _map_bEGMFIAPHLM_codec); - bGAFCOBNLPM_.WriteTo(output, _repeated_bGAFCOBNLPM_codec); + birdRecordInfos_.WriteTo(output, _repeated_birdRecordInfos_codec); iLBHDLMLMCK_.WriteTo(output, _map_iLBHDLMLMCK_codec); - jMBCICLCHKD_.WriteTo(output, _repeated_jMBCICLCHKD_codec); + finishedLevels_.WriteTo(output, _repeated_finishedLevels_codec); if (_unknownFields != null) { _unknownFields.WriteTo(output); } @@ -198,9 +200,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { bEGMFIAPHLM_.WriteTo(ref output, _map_bEGMFIAPHLM_codec); - bGAFCOBNLPM_.WriteTo(ref output, _repeated_bGAFCOBNLPM_codec); + birdRecordInfos_.WriteTo(ref output, _repeated_birdRecordInfos_codec); iLBHDLMLMCK_.WriteTo(ref output, _map_iLBHDLMLMCK_codec); - jMBCICLCHKD_.WriteTo(ref output, _repeated_jMBCICLCHKD_codec); + finishedLevels_.WriteTo(ref output, _repeated_finishedLevels_codec); if (_unknownFields != null) { _unknownFields.WriteTo(ref output); } @@ -212,8 +214,8 @@ namespace EggLink.DanhengServer.Proto { public int CalculateSize() { int size = 0; size += iLBHDLMLMCK_.CalculateSize(_map_iLBHDLMLMCK_codec); - size += bGAFCOBNLPM_.CalculateSize(_repeated_bGAFCOBNLPM_codec); - size += jMBCICLCHKD_.CalculateSize(_repeated_jMBCICLCHKD_codec); + size += birdRecordInfos_.CalculateSize(_repeated_birdRecordInfos_codec); + size += finishedLevels_.CalculateSize(_repeated_finishedLevels_codec); size += bEGMFIAPHLM_.CalculateSize(_map_bEGMFIAPHLM_codec); if (_unknownFields != null) { size += _unknownFields.CalculateSize(); @@ -223,13 +225,13 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(ABGEJNBCDJK other) { + public void MergeFrom(MatchThreeData other) { if (other == null) { return; } iLBHDLMLMCK_.MergeFrom(other.iLBHDLMLMCK_); - bGAFCOBNLPM_.Add(other.bGAFCOBNLPM_); - jMBCICLCHKD_.Add(other.jMBCICLCHKD_); + birdRecordInfos_.Add(other.birdRecordInfos_); + finishedLevels_.Add(other.finishedLevels_); bEGMFIAPHLM_.MergeFrom(other.bEGMFIAPHLM_); _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -251,7 +253,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 26: { - bGAFCOBNLPM_.AddEntriesFrom(input, _repeated_bGAFCOBNLPM_codec); + birdRecordInfos_.AddEntriesFrom(input, _repeated_birdRecordInfos_codec); break; } case 90: { @@ -259,7 +261,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 122: { - jMBCICLCHKD_.AddEntriesFrom(input, _repeated_jMBCICLCHKD_codec); + finishedLevels_.AddEntriesFrom(input, _repeated_finishedLevels_codec); break; } } @@ -282,7 +284,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 26: { - bGAFCOBNLPM_.AddEntriesFrom(ref input, _repeated_bGAFCOBNLPM_codec); + birdRecordInfos_.AddEntriesFrom(ref input, _repeated_birdRecordInfos_codec); break; } case 90: { @@ -290,7 +292,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 122: { - jMBCICLCHKD_.AddEntriesFrom(ref input, _repeated_jMBCICLCHKD_codec); + finishedLevels_.AddEntriesFrom(ref input, _repeated_finishedLevels_codec); break; } } diff --git a/Proto/LMPIECFMFOI.cs b/Proto/MatchThreeFinishedLevelInfos.cs similarity index 75% rename from Proto/LMPIECFMFOI.cs rename to Proto/MatchThreeFinishedLevelInfos.cs index 28f6f81e..4cba7ed1 100644 --- a/Proto/LMPIECFMFOI.cs +++ b/Proto/MatchThreeFinishedLevelInfos.cs @@ -1,6 +1,6 @@ // // Generated by the protocol buffer compiler. DO NOT EDIT! -// source: LMPIECFMFOI.proto +// source: MatchThreeFinishedLevelInfos.proto // #pragma warning disable 1591, 0612, 3021, 8981 #region Designer generated code @@ -11,26 +11,27 @@ using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; namespace EggLink.DanhengServer.Proto { - /// Holder for reflection information generated from LMPIECFMFOI.proto - public static partial class LMPIECFMFOIReflection { + /// Holder for reflection information generated from MatchThreeFinishedLevelInfos.proto + public static partial class MatchThreeFinishedLevelInfosReflection { #region Descriptor - /// File descriptor for LMPIECFMFOI.proto + /// File descriptor for MatchThreeFinishedLevelInfos.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; - static LMPIECFMFOIReflection() { + static MatchThreeFinishedLevelInfosReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFMTVBJRUNGTUZPSS5wcm90byI0CgtMTVBJRUNGTUZPSRIQCghsZXZlbF9p", - "ZBgFIAEoDRITCgtFQkdNQkRNUEVHTRgOIAEoDUIeqgIbRWdnTGluay5EYW5o", - "ZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "CiJNYXRjaFRocmVlRmluaXNoZWRMZXZlbEluZm9zLnByb3RvIkEKHE1hdGNo", + "VGhyZWVGaW5pc2hlZExldmVsSW5mb3MSEAoIbGV2ZWxfaWQYBSABKA0SDwoH", + "bW9kZV9pZBgOIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv", + "YgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.LMPIECFMFOI), global::EggLink.DanhengServer.Proto.LMPIECFMFOI.Parser, new[]{ "LevelId", "EBGMBDMPEGM" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MatchThreeFinishedLevelInfos), global::EggLink.DanhengServer.Proto.MatchThreeFinishedLevelInfos.Parser, new[]{ "LevelId", "ModeId" }, null, null, null, null) })); } #endregion @@ -38,21 +39,21 @@ namespace EggLink.DanhengServer.Proto { } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class LMPIECFMFOI : pb::IMessage + public sealed partial class MatchThreeFinishedLevelInfos : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new LMPIECFMFOI()); + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new MatchThreeFinishedLevelInfos()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } + public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.LMPIECFMFOIReflection.Descriptor.MessageTypes[0]; } + get { return global::EggLink.DanhengServer.Proto.MatchThreeFinishedLevelInfosReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -63,7 +64,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public LMPIECFMFOI() { + public MatchThreeFinishedLevelInfos() { OnConstruction(); } @@ -71,16 +72,16 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public LMPIECFMFOI(LMPIECFMFOI other) : this() { + public MatchThreeFinishedLevelInfos(MatchThreeFinishedLevelInfos other) : this() { levelId_ = other.levelId_; - eBGMBDMPEGM_ = other.eBGMBDMPEGM_; + modeId_ = other.modeId_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public LMPIECFMFOI Clone() { - return new LMPIECFMFOI(this); + public MatchThreeFinishedLevelInfos Clone() { + return new MatchThreeFinishedLevelInfos(this); } /// Field number for the "level_id" field. @@ -95,27 +96,27 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "EBGMBDMPEGM" field. - public const int EBGMBDMPEGMFieldNumber = 14; - private uint eBGMBDMPEGM_; + /// Field number for the "mode_id" field. + public const int ModeIdFieldNumber = 14; + private uint modeId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint EBGMBDMPEGM { - get { return eBGMBDMPEGM_; } + public uint ModeId { + get { return modeId_; } set { - eBGMBDMPEGM_ = value; + modeId_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { - return Equals(other as LMPIECFMFOI); + return Equals(other as MatchThreeFinishedLevelInfos); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(LMPIECFMFOI other) { + public bool Equals(MatchThreeFinishedLevelInfos other) { if (ReferenceEquals(other, null)) { return false; } @@ -123,7 +124,7 @@ namespace EggLink.DanhengServer.Proto { return true; } if (LevelId != other.LevelId) return false; - if (EBGMBDMPEGM != other.EBGMBDMPEGM) return false; + if (ModeId != other.ModeId) return false; return Equals(_unknownFields, other._unknownFields); } @@ -132,7 +133,7 @@ namespace EggLink.DanhengServer.Proto { public override int GetHashCode() { int hash = 1; if (LevelId != 0) hash ^= LevelId.GetHashCode(); - if (EBGMBDMPEGM != 0) hash ^= EBGMBDMPEGM.GetHashCode(); + if (ModeId != 0) hash ^= ModeId.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -155,9 +156,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(40); output.WriteUInt32(LevelId); } - if (EBGMBDMPEGM != 0) { + if (ModeId != 0) { output.WriteRawTag(112); - output.WriteUInt32(EBGMBDMPEGM); + output.WriteUInt32(ModeId); } if (_unknownFields != null) { _unknownFields.WriteTo(output); @@ -173,9 +174,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(40); output.WriteUInt32(LevelId); } - if (EBGMBDMPEGM != 0) { + if (ModeId != 0) { output.WriteRawTag(112); - output.WriteUInt32(EBGMBDMPEGM); + output.WriteUInt32(ModeId); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); @@ -190,8 +191,8 @@ namespace EggLink.DanhengServer.Proto { if (LevelId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LevelId); } - if (EBGMBDMPEGM != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EBGMBDMPEGM); + if (ModeId != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ModeId); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); @@ -201,15 +202,15 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(LMPIECFMFOI other) { + public void MergeFrom(MatchThreeFinishedLevelInfos other) { if (other == null) { return; } if (other.LevelId != 0) { LevelId = other.LevelId; } - if (other.EBGMBDMPEGM != 0) { - EBGMBDMPEGM = other.EBGMBDMPEGM; + if (other.ModeId != 0) { + ModeId = other.ModeId; } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -231,7 +232,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 112: { - EBGMBDMPEGM = input.ReadUInt32(); + ModeId = input.ReadUInt32(); break; } } @@ -254,7 +255,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 112: { - EBGMBDMPEGM = input.ReadUInt32(); + ModeId = input.ReadUInt32(); break; } } diff --git a/Proto/MatchThreeGetDataScRsp.cs b/Proto/MatchThreeGetDataScRsp.cs index 7da58d1d..571d198b 100644 --- a/Proto/MatchThreeGetDataScRsp.cs +++ b/Proto/MatchThreeGetDataScRsp.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static MatchThreeGetDataScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChxNYXRjaFRocmVlR2V0RGF0YVNjUnNwLnByb3RvGhFBQkdFSk5CQ0RKSy5w", - "cm90byJMChZNYXRjaFRocmVlR2V0RGF0YVNjUnNwEiEKC01GS0pET0VCTElN", - "GAcgASgLMgwuQUJHRUpOQkNESksSDwoHcmV0Y29kZRgJIAEoDUIeqgIbRWdn", - "TGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "ChxNYXRjaFRocmVlR2V0RGF0YVNjUnNwLnByb3RvGhRNYXRjaFRocmVlRGF0", + "YS5wcm90byJUChZNYXRjaFRocmVlR2V0RGF0YVNjUnNwEikKEG1hdGNoX3Ro", + "cmVlX2RhdGEYByABKAsyDy5NYXRjaFRocmVlRGF0YRIPCgdyZXRjb2RlGAkg", + "ASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ABGEJNBCDJKReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MatchThreeDataReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MatchThreeGetDataScRsp), global::EggLink.DanhengServer.Proto.MatchThreeGetDataScRsp.Parser, new[]{ "MFKJDOEBLIM", "Retcode" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MatchThreeGetDataScRsp), global::EggLink.DanhengServer.Proto.MatchThreeGetDataScRsp.Parser, new[]{ "MatchThreeData", "Retcode" }, null, null, null, null) })); } #endregion @@ -73,7 +73,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public MatchThreeGetDataScRsp(MatchThreeGetDataScRsp other) : this() { - mFKJDOEBLIM_ = other.mFKJDOEBLIM_ != null ? other.mFKJDOEBLIM_.Clone() : null; + matchThreeData_ = other.matchThreeData_ != null ? other.matchThreeData_.Clone() : null; retcode_ = other.retcode_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -84,15 +84,15 @@ namespace EggLink.DanhengServer.Proto { return new MatchThreeGetDataScRsp(this); } - /// Field number for the "MFKJDOEBLIM" field. - public const int MFKJDOEBLIMFieldNumber = 7; - private global::EggLink.DanhengServer.Proto.ABGEJNBCDJK mFKJDOEBLIM_; + /// Field number for the "match_three_data" field. + public const int MatchThreeDataFieldNumber = 7; + private global::EggLink.DanhengServer.Proto.MatchThreeData matchThreeData_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.ABGEJNBCDJK MFKJDOEBLIM { - get { return mFKJDOEBLIM_; } + public global::EggLink.DanhengServer.Proto.MatchThreeData MatchThreeData { + get { return matchThreeData_; } set { - mFKJDOEBLIM_ = value; + matchThreeData_ = value; } } @@ -123,7 +123,7 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (!object.Equals(MFKJDOEBLIM, other.MFKJDOEBLIM)) return false; + if (!object.Equals(MatchThreeData, other.MatchThreeData)) return false; if (Retcode != other.Retcode) return false; return Equals(_unknownFields, other._unknownFields); } @@ -132,7 +132,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (mFKJDOEBLIM_ != null) hash ^= MFKJDOEBLIM.GetHashCode(); + if (matchThreeData_ != null) hash ^= MatchThreeData.GetHashCode(); if (Retcode != 0) hash ^= Retcode.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); @@ -152,9 +152,9 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (mFKJDOEBLIM_ != null) { + if (matchThreeData_ != null) { output.WriteRawTag(58); - output.WriteMessage(MFKJDOEBLIM); + output.WriteMessage(MatchThreeData); } if (Retcode != 0) { output.WriteRawTag(72); @@ -170,9 +170,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (mFKJDOEBLIM_ != null) { + if (matchThreeData_ != null) { output.WriteRawTag(58); - output.WriteMessage(MFKJDOEBLIM); + output.WriteMessage(MatchThreeData); } if (Retcode != 0) { output.WriteRawTag(72); @@ -188,8 +188,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (mFKJDOEBLIM_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(MFKJDOEBLIM); + if (matchThreeData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(MatchThreeData); } if (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); @@ -206,11 +206,11 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - if (other.mFKJDOEBLIM_ != null) { - if (mFKJDOEBLIM_ == null) { - MFKJDOEBLIM = new global::EggLink.DanhengServer.Proto.ABGEJNBCDJK(); + if (other.matchThreeData_ != null) { + if (matchThreeData_ == null) { + MatchThreeData = new global::EggLink.DanhengServer.Proto.MatchThreeData(); } - MFKJDOEBLIM.MergeFrom(other.MFKJDOEBLIM); + MatchThreeData.MergeFrom(other.MatchThreeData); } if (other.Retcode != 0) { Retcode = other.Retcode; @@ -231,10 +231,10 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 58: { - if (mFKJDOEBLIM_ == null) { - MFKJDOEBLIM = new global::EggLink.DanhengServer.Proto.ABGEJNBCDJK(); + if (matchThreeData_ == null) { + MatchThreeData = new global::EggLink.DanhengServer.Proto.MatchThreeData(); } - input.ReadMessage(MFKJDOEBLIM); + input.ReadMessage(MatchThreeData); break; } case 72: { @@ -257,10 +257,10 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 58: { - if (mFKJDOEBLIM_ == null) { - MFKJDOEBLIM = new global::EggLink.DanhengServer.Proto.ABGEJNBCDJK(); + if (matchThreeData_ == null) { + MatchThreeData = new global::EggLink.DanhengServer.Proto.MatchThreeData(); } - input.ReadMessage(MFKJDOEBLIM); + input.ReadMessage(MatchThreeData); break; } case 72: { diff --git a/Proto/MatchThreeLevelEndCsReq.cs b/Proto/MatchThreeLevelEndCsReq.cs index 5a853ad7..70da4323 100644 --- a/Proto/MatchThreeLevelEndCsReq.cs +++ b/Proto/MatchThreeLevelEndCsReq.cs @@ -24,18 +24,18 @@ namespace EggLink.DanhengServer.Proto { static MatchThreeLevelEndCsReqReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Ch1NYXRjaFRocmVlTGV2ZWxFbmRDc1JlcS5wcm90byKBAgoXTWF0Y2hUaHJl", - "ZUxldmVsRW5kQ3NSZXESEwoLRUJHTUJETVBFR00YAyABKA0SEwoLRk1LS0FC", - "TURJTkoYCCABKA0SEwoLSkVQUEZESU5CTkIYDCADKA0SDAoEdXVpZBgLIAEo", - "CRITCgtCS01QRkVPQ0ZJQhgEIAEoDRI+CgtJTEJIRExNTE1DSxgKIAMoCzIp", - "Lk1hdGNoVGhyZWVMZXZlbEVuZENzUmVxLklMQkhETE1MTUNLRW50cnkSEAoI", - "bGV2ZWxfaWQYDiABKA0aMgoQSUxCSERMTUxNQ0tFbnRyeRILCgNrZXkYASAB", - "KA0SDQoFdmFsdWUYAiABKA06AjgBQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2", - "ZXIuUHJvdG9iBnByb3RvMw==")); + "Ch1NYXRjaFRocmVlTGV2ZWxFbmRDc1JlcS5wcm90byL8AQoXTWF0Y2hUaHJl", + "ZUxldmVsRW5kQ3NSZXESDwoHbW9kZV9pZBgDIAEoDRIWCg5iaXJkX3RvcF9z", + "Y29yZRgIIAEoDRITCgtKRVBQRkRJTkJOQhgMIAMoDRIMCgR1dWlkGAsgASgJ", + "Eg8KB2JpcmRfaWQYBCABKA0SPgoLSUxCSERMTUxNQ0sYCiADKAsyKS5NYXRj", + "aFRocmVlTGV2ZWxFbmRDc1JlcS5JTEJIRExNTE1DS0VudHJ5EhAKCGxldmVs", + "X2lkGA4gASgNGjIKEElMQkhETE1MTUNLRW50cnkSCwoDa2V5GAEgASgNEg0K", + "BXZhbHVlGAIgASgNOgI4AUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlBy", + "b3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MatchThreeLevelEndCsReq), global::EggLink.DanhengServer.Proto.MatchThreeLevelEndCsReq.Parser, new[]{ "EBGMBDMPEGM", "FMKKABMDINJ", "JEPPFDINBNB", "Uuid", "BKMPFEOCFIB", "ILBHDLMLMCK", "LevelId" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, }) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MatchThreeLevelEndCsReq), global::EggLink.DanhengServer.Proto.MatchThreeLevelEndCsReq.Parser, new[]{ "ModeId", "BirdTopScore", "JEPPFDINBNB", "Uuid", "BirdId", "ILBHDLMLMCK", "LevelId" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, }) })); } #endregion @@ -77,11 +77,11 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public MatchThreeLevelEndCsReq(MatchThreeLevelEndCsReq other) : this() { - eBGMBDMPEGM_ = other.eBGMBDMPEGM_; - fMKKABMDINJ_ = other.fMKKABMDINJ_; + modeId_ = other.modeId_; + birdTopScore_ = other.birdTopScore_; jEPPFDINBNB_ = other.jEPPFDINBNB_.Clone(); uuid_ = other.uuid_; - bKMPFEOCFIB_ = other.bKMPFEOCFIB_; + birdId_ = other.birdId_; iLBHDLMLMCK_ = other.iLBHDLMLMCK_.Clone(); levelId_ = other.levelId_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); @@ -93,27 +93,27 @@ namespace EggLink.DanhengServer.Proto { return new MatchThreeLevelEndCsReq(this); } - /// Field number for the "EBGMBDMPEGM" field. - public const int EBGMBDMPEGMFieldNumber = 3; - private uint eBGMBDMPEGM_; + /// Field number for the "mode_id" field. + public const int ModeIdFieldNumber = 3; + private uint modeId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint EBGMBDMPEGM { - get { return eBGMBDMPEGM_; } + public uint ModeId { + get { return modeId_; } set { - eBGMBDMPEGM_ = value; + modeId_ = value; } } - /// Field number for the "FMKKABMDINJ" field. - public const int FMKKABMDINJFieldNumber = 8; - private uint fMKKABMDINJ_; + /// Field number for the "bird_top_score" field. + public const int BirdTopScoreFieldNumber = 8; + private uint birdTopScore_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint FMKKABMDINJ { - get { return fMKKABMDINJ_; } + public uint BirdTopScore { + get { return birdTopScore_; } set { - fMKKABMDINJ_ = value; + birdTopScore_ = value; } } @@ -140,15 +140,15 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "BKMPFEOCFIB" field. - public const int BKMPFEOCFIBFieldNumber = 4; - private uint bKMPFEOCFIB_; + /// Field number for the "bird_id" field. + public const int BirdIdFieldNumber = 4; + private uint birdId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint BKMPFEOCFIB { - get { return bKMPFEOCFIB_; } + public uint BirdId { + get { return birdId_; } set { - bKMPFEOCFIB_ = value; + birdId_ = value; } } @@ -190,11 +190,11 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (EBGMBDMPEGM != other.EBGMBDMPEGM) return false; - if (FMKKABMDINJ != other.FMKKABMDINJ) return false; + if (ModeId != other.ModeId) return false; + if (BirdTopScore != other.BirdTopScore) return false; if(!jEPPFDINBNB_.Equals(other.jEPPFDINBNB_)) return false; if (Uuid != other.Uuid) return false; - if (BKMPFEOCFIB != other.BKMPFEOCFIB) return false; + if (BirdId != other.BirdId) return false; if (!ILBHDLMLMCK.Equals(other.ILBHDLMLMCK)) return false; if (LevelId != other.LevelId) return false; return Equals(_unknownFields, other._unknownFields); @@ -204,11 +204,11 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (EBGMBDMPEGM != 0) hash ^= EBGMBDMPEGM.GetHashCode(); - if (FMKKABMDINJ != 0) hash ^= FMKKABMDINJ.GetHashCode(); + if (ModeId != 0) hash ^= ModeId.GetHashCode(); + if (BirdTopScore != 0) hash ^= BirdTopScore.GetHashCode(); hash ^= jEPPFDINBNB_.GetHashCode(); if (Uuid.Length != 0) hash ^= Uuid.GetHashCode(); - if (BKMPFEOCFIB != 0) hash ^= BKMPFEOCFIB.GetHashCode(); + if (BirdId != 0) hash ^= BirdId.GetHashCode(); hash ^= ILBHDLMLMCK.GetHashCode(); if (LevelId != 0) hash ^= LevelId.GetHashCode(); if (_unknownFields != null) { @@ -229,17 +229,17 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (EBGMBDMPEGM != 0) { + if (ModeId != 0) { output.WriteRawTag(24); - output.WriteUInt32(EBGMBDMPEGM); + output.WriteUInt32(ModeId); } - if (BKMPFEOCFIB != 0) { + if (BirdId != 0) { output.WriteRawTag(32); - output.WriteUInt32(BKMPFEOCFIB); + output.WriteUInt32(BirdId); } - if (FMKKABMDINJ != 0) { + if (BirdTopScore != 0) { output.WriteRawTag(64); - output.WriteUInt32(FMKKABMDINJ); + output.WriteUInt32(BirdTopScore); } iLBHDLMLMCK_.WriteTo(output, _map_iLBHDLMLMCK_codec); if (Uuid.Length != 0) { @@ -261,17 +261,17 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (EBGMBDMPEGM != 0) { + if (ModeId != 0) { output.WriteRawTag(24); - output.WriteUInt32(EBGMBDMPEGM); + output.WriteUInt32(ModeId); } - if (BKMPFEOCFIB != 0) { + if (BirdId != 0) { output.WriteRawTag(32); - output.WriteUInt32(BKMPFEOCFIB); + output.WriteUInt32(BirdId); } - if (FMKKABMDINJ != 0) { + if (BirdTopScore != 0) { output.WriteRawTag(64); - output.WriteUInt32(FMKKABMDINJ); + output.WriteUInt32(BirdTopScore); } iLBHDLMLMCK_.WriteTo(ref output, _map_iLBHDLMLMCK_codec); if (Uuid.Length != 0) { @@ -293,18 +293,18 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (EBGMBDMPEGM != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EBGMBDMPEGM); + if (ModeId != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ModeId); } - if (FMKKABMDINJ != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FMKKABMDINJ); + if (BirdTopScore != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BirdTopScore); } size += jEPPFDINBNB_.CalculateSize(_repeated_jEPPFDINBNB_codec); if (Uuid.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(Uuid); } - if (BKMPFEOCFIB != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BKMPFEOCFIB); + if (BirdId != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BirdId); } size += iLBHDLMLMCK_.CalculateSize(_map_iLBHDLMLMCK_codec); if (LevelId != 0) { @@ -322,18 +322,18 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - if (other.EBGMBDMPEGM != 0) { - EBGMBDMPEGM = other.EBGMBDMPEGM; + if (other.ModeId != 0) { + ModeId = other.ModeId; } - if (other.FMKKABMDINJ != 0) { - FMKKABMDINJ = other.FMKKABMDINJ; + if (other.BirdTopScore != 0) { + BirdTopScore = other.BirdTopScore; } jEPPFDINBNB_.Add(other.jEPPFDINBNB_); if (other.Uuid.Length != 0) { Uuid = other.Uuid; } - if (other.BKMPFEOCFIB != 0) { - BKMPFEOCFIB = other.BKMPFEOCFIB; + if (other.BirdId != 0) { + BirdId = other.BirdId; } iLBHDLMLMCK_.MergeFrom(other.iLBHDLMLMCK_); if (other.LevelId != 0) { @@ -355,15 +355,15 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 24: { - EBGMBDMPEGM = input.ReadUInt32(); + ModeId = input.ReadUInt32(); break; } case 32: { - BKMPFEOCFIB = input.ReadUInt32(); + BirdId = input.ReadUInt32(); break; } case 64: { - FMKKABMDINJ = input.ReadUInt32(); + BirdTopScore = input.ReadUInt32(); break; } case 82: { @@ -399,15 +399,15 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 24: { - EBGMBDMPEGM = input.ReadUInt32(); + ModeId = input.ReadUInt32(); break; } case 32: { - BKMPFEOCFIB = input.ReadUInt32(); + BirdId = input.ReadUInt32(); break; } case 64: { - FMKKABMDINJ = input.ReadUInt32(); + BirdTopScore = input.ReadUInt32(); break; } case 82: { diff --git a/Proto/MatchThreeLevelEndScRsp.cs b/Proto/MatchThreeLevelEndScRsp.cs index 1603f7f6..6563bda8 100644 --- a/Proto/MatchThreeLevelEndScRsp.cs +++ b/Proto/MatchThreeLevelEndScRsp.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static MatchThreeLevelEndScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Ch1NYXRjaFRocmVlTGV2ZWxFbmRTY1JzcC5wcm90byJRChdNYXRjaFRocmVl", - "TGV2ZWxFbmRTY1JzcBIPCgdyZXRjb2RlGAggASgNEhMKC0VCR01CRE1QRUdN", - "GA4gASgNEhAKCGxldmVsX2lkGAsgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdT", - "ZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "Ch1NYXRjaFRocmVlTGV2ZWxFbmRTY1JzcC5wcm90byJNChdNYXRjaFRocmVl", + "TGV2ZWxFbmRTY1JzcBIPCgdyZXRjb2RlGAggASgNEg8KB21vZGVfaWQYDiAB", + "KA0SEAoIbGV2ZWxfaWQYCyABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZl", + "ci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MatchThreeLevelEndScRsp), global::EggLink.DanhengServer.Proto.MatchThreeLevelEndScRsp.Parser, new[]{ "Retcode", "EBGMBDMPEGM", "LevelId" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MatchThreeLevelEndScRsp), global::EggLink.DanhengServer.Proto.MatchThreeLevelEndScRsp.Parser, new[]{ "Retcode", "ModeId", "LevelId" }, null, null, null, null) })); } #endregion @@ -74,7 +74,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public MatchThreeLevelEndScRsp(MatchThreeLevelEndScRsp other) : this() { retcode_ = other.retcode_; - eBGMBDMPEGM_ = other.eBGMBDMPEGM_; + modeId_ = other.modeId_; levelId_ = other.levelId_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -97,15 +97,15 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "EBGMBDMPEGM" field. - public const int EBGMBDMPEGMFieldNumber = 14; - private uint eBGMBDMPEGM_; + /// Field number for the "mode_id" field. + public const int ModeIdFieldNumber = 14; + private uint modeId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint EBGMBDMPEGM { - get { return eBGMBDMPEGM_; } + public uint ModeId { + get { return modeId_; } set { - eBGMBDMPEGM_ = value; + modeId_ = value; } } @@ -137,7 +137,7 @@ namespace EggLink.DanhengServer.Proto { return true; } if (Retcode != other.Retcode) return false; - if (EBGMBDMPEGM != other.EBGMBDMPEGM) return false; + if (ModeId != other.ModeId) return false; if (LevelId != other.LevelId) return false; return Equals(_unknownFields, other._unknownFields); } @@ -147,7 +147,7 @@ namespace EggLink.DanhengServer.Proto { public override int GetHashCode() { int hash = 1; if (Retcode != 0) hash ^= Retcode.GetHashCode(); - if (EBGMBDMPEGM != 0) hash ^= EBGMBDMPEGM.GetHashCode(); + if (ModeId != 0) hash ^= ModeId.GetHashCode(); if (LevelId != 0) hash ^= LevelId.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); @@ -175,9 +175,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(88); output.WriteUInt32(LevelId); } - if (EBGMBDMPEGM != 0) { + if (ModeId != 0) { output.WriteRawTag(112); - output.WriteUInt32(EBGMBDMPEGM); + output.WriteUInt32(ModeId); } if (_unknownFields != null) { _unknownFields.WriteTo(output); @@ -197,9 +197,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(88); output.WriteUInt32(LevelId); } - if (EBGMBDMPEGM != 0) { + if (ModeId != 0) { output.WriteRawTag(112); - output.WriteUInt32(EBGMBDMPEGM); + output.WriteUInt32(ModeId); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); @@ -214,8 +214,8 @@ namespace EggLink.DanhengServer.Proto { if (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); } - if (EBGMBDMPEGM != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EBGMBDMPEGM); + if (ModeId != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ModeId); } if (LevelId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LevelId); @@ -235,8 +235,8 @@ namespace EggLink.DanhengServer.Proto { if (other.Retcode != 0) { Retcode = other.Retcode; } - if (other.EBGMBDMPEGM != 0) { - EBGMBDMPEGM = other.EBGMBDMPEGM; + if (other.ModeId != 0) { + ModeId = other.ModeId; } if (other.LevelId != 0) { LevelId = other.LevelId; @@ -265,7 +265,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 112: { - EBGMBDMPEGM = input.ReadUInt32(); + ModeId = input.ReadUInt32(); break; } } @@ -292,7 +292,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 112: { - EBGMBDMPEGM = input.ReadUInt32(); + ModeId = input.ReadUInt32(); break; } } diff --git a/Proto/MatchThreeSetBirdPosCsReq.cs b/Proto/MatchThreeSetBirdPosCsReq.cs index 2045522c..2d2a9395 100644 --- a/Proto/MatchThreeSetBirdPosCsReq.cs +++ b/Proto/MatchThreeSetBirdPosCsReq.cs @@ -24,14 +24,13 @@ namespace EggLink.DanhengServer.Proto { static MatchThreeSetBirdPosCsReqReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Ch9NYXRjaFRocmVlU2V0QmlyZFBvc0NzUmVxLnByb3RvIj0KGU1hdGNoVGhy", - "ZWVTZXRCaXJkUG9zQ3NSZXESEwoLQktNUEZFT0NGSUIYAiABKA0SCwoDcG9z", - "GA8gASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3Rv", - "Mw==")); + "Ch9NYXRjaFRocmVlU2V0QmlyZFBvc0NzUmVxLnByb3RvIjkKGU1hdGNoVGhy", + "ZWVTZXRCaXJkUG9zQ3NSZXESDwoHYmlyZF9pZBgCIAEoDRILCgNwb3MYDyAB", + "KA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MatchThreeSetBirdPosCsReq), global::EggLink.DanhengServer.Proto.MatchThreeSetBirdPosCsReq.Parser, new[]{ "BKMPFEOCFIB", "Pos" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MatchThreeSetBirdPosCsReq), global::EggLink.DanhengServer.Proto.MatchThreeSetBirdPosCsReq.Parser, new[]{ "BirdId", "Pos" }, null, null, null, null) })); } #endregion @@ -73,7 +72,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public MatchThreeSetBirdPosCsReq(MatchThreeSetBirdPosCsReq other) : this() { - bKMPFEOCFIB_ = other.bKMPFEOCFIB_; + birdId_ = other.birdId_; pos_ = other.pos_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -84,15 +83,15 @@ namespace EggLink.DanhengServer.Proto { return new MatchThreeSetBirdPosCsReq(this); } - /// Field number for the "BKMPFEOCFIB" field. - public const int BKMPFEOCFIBFieldNumber = 2; - private uint bKMPFEOCFIB_; + /// Field number for the "bird_id" field. + public const int BirdIdFieldNumber = 2; + private uint birdId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint BKMPFEOCFIB { - get { return bKMPFEOCFIB_; } + public uint BirdId { + get { return birdId_; } set { - bKMPFEOCFIB_ = value; + birdId_ = value; } } @@ -123,7 +122,7 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (BKMPFEOCFIB != other.BKMPFEOCFIB) return false; + if (BirdId != other.BirdId) return false; if (Pos != other.Pos) return false; return Equals(_unknownFields, other._unknownFields); } @@ -132,7 +131,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (BKMPFEOCFIB != 0) hash ^= BKMPFEOCFIB.GetHashCode(); + if (BirdId != 0) hash ^= BirdId.GetHashCode(); if (Pos != 0) hash ^= Pos.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); @@ -152,9 +151,9 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (BKMPFEOCFIB != 0) { + if (BirdId != 0) { output.WriteRawTag(16); - output.WriteUInt32(BKMPFEOCFIB); + output.WriteUInt32(BirdId); } if (Pos != 0) { output.WriteRawTag(120); @@ -170,9 +169,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (BKMPFEOCFIB != 0) { + if (BirdId != 0) { output.WriteRawTag(16); - output.WriteUInt32(BKMPFEOCFIB); + output.WriteUInt32(BirdId); } if (Pos != 0) { output.WriteRawTag(120); @@ -188,8 +187,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (BKMPFEOCFIB != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BKMPFEOCFIB); + if (BirdId != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BirdId); } if (Pos != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Pos); @@ -206,8 +205,8 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - if (other.BKMPFEOCFIB != 0) { - BKMPFEOCFIB = other.BKMPFEOCFIB; + if (other.BirdId != 0) { + BirdId = other.BirdId; } if (other.Pos != 0) { Pos = other.Pos; @@ -228,7 +227,7 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 16: { - BKMPFEOCFIB = input.ReadUInt32(); + BirdId = input.ReadUInt32(); break; } case 120: { @@ -251,7 +250,7 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 16: { - BKMPFEOCFIB = input.ReadUInt32(); + BirdId = input.ReadUInt32(); break; } case 120: { diff --git a/Proto/MatchThreeSetBirdPosScRsp.cs b/Proto/MatchThreeSetBirdPosScRsp.cs index dc0f7b80..1e11792c 100644 --- a/Proto/MatchThreeSetBirdPosScRsp.cs +++ b/Proto/MatchThreeSetBirdPosScRsp.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static MatchThreeSetBirdPosScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Ch9NYXRjaFRocmVlU2V0QmlyZFBvc1NjUnNwLnByb3RvIk4KGU1hdGNoVGhy", + "Ch9NYXRjaFRocmVlU2V0QmlyZFBvc1NjUnNwLnByb3RvIkoKGU1hdGNoVGhy", "ZWVTZXRCaXJkUG9zU2NSc3ASDwoHcmV0Y29kZRgHIAEoDRILCgNwb3MYCyAB", - "KA0SEwoLQktNUEZFT0NGSUIYASABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1Nl", - "cnZlci5Qcm90b2IGcHJvdG8z")); + "KA0SDwoHYmlyZF9pZBgBIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy", + "LlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MatchThreeSetBirdPosScRsp), global::EggLink.DanhengServer.Proto.MatchThreeSetBirdPosScRsp.Parser, new[]{ "Retcode", "Pos", "BKMPFEOCFIB" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MatchThreeSetBirdPosScRsp), global::EggLink.DanhengServer.Proto.MatchThreeSetBirdPosScRsp.Parser, new[]{ "Retcode", "Pos", "BirdId" }, null, null, null, null) })); } #endregion @@ -75,7 +75,7 @@ namespace EggLink.DanhengServer.Proto { public MatchThreeSetBirdPosScRsp(MatchThreeSetBirdPosScRsp other) : this() { retcode_ = other.retcode_; pos_ = other.pos_; - bKMPFEOCFIB_ = other.bKMPFEOCFIB_; + birdId_ = other.birdId_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -109,15 +109,15 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "BKMPFEOCFIB" field. - public const int BKMPFEOCFIBFieldNumber = 1; - private uint bKMPFEOCFIB_; + /// Field number for the "bird_id" field. + public const int BirdIdFieldNumber = 1; + private uint birdId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint BKMPFEOCFIB { - get { return bKMPFEOCFIB_; } + public uint BirdId { + get { return birdId_; } set { - bKMPFEOCFIB_ = value; + birdId_ = value; } } @@ -138,7 +138,7 @@ namespace EggLink.DanhengServer.Proto { } if (Retcode != other.Retcode) return false; if (Pos != other.Pos) return false; - if (BKMPFEOCFIB != other.BKMPFEOCFIB) return false; + if (BirdId != other.BirdId) return false; return Equals(_unknownFields, other._unknownFields); } @@ -148,7 +148,7 @@ namespace EggLink.DanhengServer.Proto { int hash = 1; if (Retcode != 0) hash ^= Retcode.GetHashCode(); if (Pos != 0) hash ^= Pos.GetHashCode(); - if (BKMPFEOCFIB != 0) hash ^= BKMPFEOCFIB.GetHashCode(); + if (BirdId != 0) hash ^= BirdId.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -167,9 +167,9 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (BKMPFEOCFIB != 0) { + if (BirdId != 0) { output.WriteRawTag(8); - output.WriteUInt32(BKMPFEOCFIB); + output.WriteUInt32(BirdId); } if (Retcode != 0) { output.WriteRawTag(56); @@ -189,9 +189,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (BKMPFEOCFIB != 0) { + if (BirdId != 0) { output.WriteRawTag(8); - output.WriteUInt32(BKMPFEOCFIB); + output.WriteUInt32(BirdId); } if (Retcode != 0) { output.WriteRawTag(56); @@ -217,8 +217,8 @@ namespace EggLink.DanhengServer.Proto { if (Pos != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Pos); } - if (BKMPFEOCFIB != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BKMPFEOCFIB); + if (BirdId != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BirdId); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); @@ -238,8 +238,8 @@ namespace EggLink.DanhengServer.Proto { if (other.Pos != 0) { Pos = other.Pos; } - if (other.BKMPFEOCFIB != 0) { - BKMPFEOCFIB = other.BKMPFEOCFIB; + if (other.BirdId != 0) { + BirdId = other.BirdId; } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -257,7 +257,7 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 8: { - BKMPFEOCFIB = input.ReadUInt32(); + BirdId = input.ReadUInt32(); break; } case 56: { @@ -284,7 +284,7 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 8: { - BKMPFEOCFIB = input.ReadUInt32(); + BirdId = input.ReadUInt32(); break; } case 56: { diff --git a/Proto/MatchThreeStatisticsType.cs b/Proto/MatchThreeStatisticsType.cs deleted file mode 100644 index 841c8f9d..00000000 --- a/Proto/MatchThreeStatisticsType.cs +++ /dev/null @@ -1,64 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: MatchThreeStatisticsType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from MatchThreeStatisticsType.proto - public static partial class MatchThreeStatisticsTypeReflection { - - #region Descriptor - /// File descriptor for MatchThreeStatisticsType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static MatchThreeStatisticsTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Ch5NYXRjaFRocmVlU3RhdGlzdGljc1R5cGUucHJvdG8q/wIKGE1hdGNoVGhy", - "ZWVTdGF0aXN0aWNzVHlwZRIdChlNYXRjaFRocmVlU3RhdGlzdGljc19Ob25l", - "EAASHgoaTWF0Y2hUaHJlZVN0YXRpc3RpY3NfRmlyc3QQARIfChtNYXRjaFRo", - "cmVlU3RhdGlzdGljc19TZWNvbmQQAhIeChpNYXRjaFRocmVlU3RhdGlzdGlj", - "c19UaGlyZBADEh4KGk1hdGNoVGhyZWVTdGF0aXN0aWNzX0ZydWl0EAQSHgoa", - "TWF0Y2hUaHJlZVN0YXRpc3RpY3NfU2tpbGwQBRIfChtNYXRjaFRocmVlU3Rh", - "dGlzdGljc19EZWZlYXQQBhIdChlNYXRjaFRocmVlU3RhdGlzdGljc19Cb21i", - "EAcSHwobTWF0Y2hUaHJlZVN0YXRpc3RpY3NfRGFtYWdlEAgSHwobTWF0Y2hU", - "aHJlZVN0YXRpc3RpY3NfRW5lcmd5EAkSIQodTWF0Y2hUaHJlZVN0YXRpc3Rp", - "Y3NfU3dhcEJvbWIQCkIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv", - "YgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.MatchThreeStatisticsType), }, null, null)); - } - #endregion - - } - #region Enums - public enum MatchThreeStatisticsType { - [pbr::OriginalName("MatchThreeStatistics_None")] MatchThreeStatisticsNone = 0, - [pbr::OriginalName("MatchThreeStatistics_First")] MatchThreeStatisticsFirst = 1, - [pbr::OriginalName("MatchThreeStatistics_Second")] MatchThreeStatisticsSecond = 2, - [pbr::OriginalName("MatchThreeStatistics_Third")] MatchThreeStatisticsThird = 3, - [pbr::OriginalName("MatchThreeStatistics_Fruit")] MatchThreeStatisticsFruit = 4, - [pbr::OriginalName("MatchThreeStatistics_Skill")] MatchThreeStatisticsSkill = 5, - [pbr::OriginalName("MatchThreeStatistics_Defeat")] MatchThreeStatisticsDefeat = 6, - [pbr::OriginalName("MatchThreeStatistics_Bomb")] MatchThreeStatisticsBomb = 7, - [pbr::OriginalName("MatchThreeStatistics_Damage")] MatchThreeStatisticsDamage = 8, - [pbr::OriginalName("MatchThreeStatistics_Energy")] MatchThreeStatisticsEnergy = 9, - [pbr::OriginalName("MatchThreeStatistics_SwapBomb")] MatchThreeStatisticsSwapBomb = 10, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/MatchThreeSyncDataScNotify.cs b/Proto/MatchThreeSyncDataScNotify.cs index 7bc17ad7..93dcc855 100644 --- a/Proto/MatchThreeSyncDataScNotify.cs +++ b/Proto/MatchThreeSyncDataScNotify.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static MatchThreeSyncDataScNotifyReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiBNYXRjaFRocmVlU3luY0RhdGFTY05vdGlmeS5wcm90bxoRQUJHRUpOQkNE", - "SksucHJvdG8iPwoaTWF0Y2hUaHJlZVN5bmNEYXRhU2NOb3RpZnkSIQoLTUZL", - "SkRPRUJMSU0YCCABKAsyDC5BQkdFSk5CQ0RKS0IeqgIbRWdnTGluay5EYW5o", - "ZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "CiBNYXRjaFRocmVlU3luY0RhdGFTY05vdGlmeS5wcm90bxoUTWF0Y2hUaHJl", + "ZURhdGEucHJvdG8iRwoaTWF0Y2hUaHJlZVN5bmNEYXRhU2NOb3RpZnkSKQoQ", + "bWF0Y2hfdGhyZWVfZGF0YRgIIAEoCzIPLk1hdGNoVGhyZWVEYXRhQh6qAhtF", + "Z2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ABGEJNBCDJKReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MatchThreeDataReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MatchThreeSyncDataScNotify), global::EggLink.DanhengServer.Proto.MatchThreeSyncDataScNotify.Parser, new[]{ "MFKJDOEBLIM" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MatchThreeSyncDataScNotify), global::EggLink.DanhengServer.Proto.MatchThreeSyncDataScNotify.Parser, new[]{ "MatchThreeData" }, null, null, null, null) })); } #endregion @@ -73,7 +73,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public MatchThreeSyncDataScNotify(MatchThreeSyncDataScNotify other) : this() { - mFKJDOEBLIM_ = other.mFKJDOEBLIM_ != null ? other.mFKJDOEBLIM_.Clone() : null; + matchThreeData_ = other.matchThreeData_ != null ? other.matchThreeData_.Clone() : null; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -83,15 +83,15 @@ namespace EggLink.DanhengServer.Proto { return new MatchThreeSyncDataScNotify(this); } - /// Field number for the "MFKJDOEBLIM" field. - public const int MFKJDOEBLIMFieldNumber = 8; - private global::EggLink.DanhengServer.Proto.ABGEJNBCDJK mFKJDOEBLIM_; + /// Field number for the "match_three_data" field. + public const int MatchThreeDataFieldNumber = 8; + private global::EggLink.DanhengServer.Proto.MatchThreeData matchThreeData_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.ABGEJNBCDJK MFKJDOEBLIM { - get { return mFKJDOEBLIM_; } + public global::EggLink.DanhengServer.Proto.MatchThreeData MatchThreeData { + get { return matchThreeData_; } set { - mFKJDOEBLIM_ = value; + matchThreeData_ = value; } } @@ -110,7 +110,7 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (!object.Equals(MFKJDOEBLIM, other.MFKJDOEBLIM)) return false; + if (!object.Equals(MatchThreeData, other.MatchThreeData)) return false; return Equals(_unknownFields, other._unknownFields); } @@ -118,7 +118,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (mFKJDOEBLIM_ != null) hash ^= MFKJDOEBLIM.GetHashCode(); + if (matchThreeData_ != null) hash ^= MatchThreeData.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -137,9 +137,9 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (mFKJDOEBLIM_ != null) { + if (matchThreeData_ != null) { output.WriteRawTag(66); - output.WriteMessage(MFKJDOEBLIM); + output.WriteMessage(MatchThreeData); } if (_unknownFields != null) { _unknownFields.WriteTo(output); @@ -151,9 +151,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (mFKJDOEBLIM_ != null) { + if (matchThreeData_ != null) { output.WriteRawTag(66); - output.WriteMessage(MFKJDOEBLIM); + output.WriteMessage(MatchThreeData); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); @@ -165,8 +165,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (mFKJDOEBLIM_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(MFKJDOEBLIM); + if (matchThreeData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(MatchThreeData); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); @@ -180,11 +180,11 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - if (other.mFKJDOEBLIM_ != null) { - if (mFKJDOEBLIM_ == null) { - MFKJDOEBLIM = new global::EggLink.DanhengServer.Proto.ABGEJNBCDJK(); + if (other.matchThreeData_ != null) { + if (matchThreeData_ == null) { + MatchThreeData = new global::EggLink.DanhengServer.Proto.MatchThreeData(); } - MFKJDOEBLIM.MergeFrom(other.MFKJDOEBLIM); + MatchThreeData.MergeFrom(other.MatchThreeData); } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -202,10 +202,10 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 66: { - if (mFKJDOEBLIM_ == null) { - MFKJDOEBLIM = new global::EggLink.DanhengServer.Proto.ABGEJNBCDJK(); + if (matchThreeData_ == null) { + MatchThreeData = new global::EggLink.DanhengServer.Proto.MatchThreeData(); } - input.ReadMessage(MFKJDOEBLIM); + input.ReadMessage(MatchThreeData); break; } } @@ -224,10 +224,10 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 66: { - if (mFKJDOEBLIM_ == null) { - MFKJDOEBLIM = new global::EggLink.DanhengServer.Proto.ABGEJNBCDJK(); + if (matchThreeData_ == null) { + MatchThreeData = new global::EggLink.DanhengServer.Proto.MatchThreeData(); } - input.ReadMessage(MFKJDOEBLIM); + input.ReadMessage(MatchThreeData); break; } } diff --git a/Proto/MatchUnitType.cs b/Proto/MatchUnitType.cs deleted file mode 100644 index f37284ce..00000000 --- a/Proto/MatchUnitType.cs +++ /dev/null @@ -1,51 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: MatchUnitType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from MatchUnitType.proto - public static partial class MatchUnitTypeReflection { - - #region Descriptor - /// File descriptor for MatchUnitType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static MatchUnitTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChNNYXRjaFVuaXRUeXBlLnByb3RvKngKDU1hdGNoVW5pdFR5cGUSGAoUTUFU", - "Q0hfVU5JVF9UWVBFX05PTkUQABIaChZNQVRDSF9VTklUX1RZUEVfTk9STUFM", - "EAESGQoVTUFUQ0hfVU5JVF9UWVBFX1JPQk9UEAISFgoSTUFUQ0hfVU5JVF9U", - "WVBFX0dNEANCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv", - "dG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.MatchUnitType), }, null, null)); - } - #endregion - - } - #region Enums - public enum MatchUnitType { - [pbr::OriginalName("MATCH_UNIT_TYPE_NONE")] None = 0, - [pbr::OriginalName("MATCH_UNIT_TYPE_NORMAL")] Normal = 1, - [pbr::OriginalName("MATCH_UNIT_TYPE_ROBOT")] Robot = 2, - [pbr::OriginalName("MATCH_UNIT_TYPE_GM")] Gm = 3, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/ModifyRelicFilterPlanCsReq.cs b/Proto/ModifyRelicFilterPlanCsReq.cs index 81e0f7ef..b86e3352 100644 --- a/Proto/ModifyRelicFilterPlanCsReq.cs +++ b/Proto/ModifyRelicFilterPlanCsReq.cs @@ -26,15 +26,15 @@ namespace EggLink.DanhengServer.Proto { string.Concat( "CiBNb2RpZnlSZWxpY0ZpbHRlclBsYW5Dc1JlcS5wcm90bxodUmVsaWNGaWx0", "ZXJQbGFuU2V0dGluZ3MucHJvdG8aGVJlbGljRmlsdGVyUGxhbkljb24ucHJv", - "dG8ioAEKGk1vZGlmeVJlbGljRmlsdGVyUGxhbkNzUmVxEg4KBE5hbWUYAiAB", - "KAlIABIkCgRJY29uGAkgASgLMhQuUmVsaWNGaWx0ZXJQbGFuSWNvbkgAEiwK", - "CFNldHRpbmdzGA8gASgLMhguUmVsaWNGaWx0ZXJQbGFuU2V0dGluZ3NIABIR", - "CglTbG90SW5kZXgYCiABKA1CCwoJaW5mb0Nhc2VfQh6qAhtFZ2dMaW5rLkRh", - "bmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "dG8ipQEKGk1vZGlmeVJlbGljRmlsdGVyUGxhbkNzUmVxEhIKCnNsb3RfaW5k", + "ZXgYCiABKA0SDgoEbmFtZRgCIAEoCUgAEiQKBGljb24YCSABKAsyFC5SZWxp", + "Y0ZpbHRlclBsYW5JY29uSAASLAoIc2V0dGluZ3MYDyABKAsyGC5SZWxpY0Zp", + "bHRlclBsYW5TZXR0aW5nc0gAQg8KDUluZm9PbmVvZkNhc2VCHqoCG0VnZ0xp", + "bmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RelicFilterPlanSettingsReflection.Descriptor, global::EggLink.DanhengServer.Proto.RelicFilterPlanIconReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ModifyRelicFilterPlanCsReq), global::EggLink.DanhengServer.Proto.ModifyRelicFilterPlanCsReq.Parser, new[]{ "Name", "Icon", "Settings", "SlotIndex" }, new[]{ "InfoCase" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ModifyRelicFilterPlanCsReq), global::EggLink.DanhengServer.Proto.ModifyRelicFilterPlanCsReq.Parser, new[]{ "SlotIndex", "Name", "Icon", "Settings" }, new[]{ "InfoOneofCase" }, null, null, null) })); } #endregion @@ -77,14 +77,14 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public ModifyRelicFilterPlanCsReq(ModifyRelicFilterPlanCsReq other) : this() { slotIndex_ = other.slotIndex_; - switch (other.InfoCaseCase) { - case InfoCaseOneofCase.Name: + switch (other.InfoOneofCaseCase) { + case InfoOneofCaseOneofCase.Name: Name = other.Name; break; - case InfoCaseOneofCase.Icon: + case InfoOneofCaseOneofCase.Icon: Icon = other.Icon.Clone(); break; - case InfoCaseOneofCase.Settings: + case InfoOneofCaseOneofCase.Settings: Settings = other.Settings.Clone(); break; } @@ -98,57 +98,7 @@ namespace EggLink.DanhengServer.Proto { return new ModifyRelicFilterPlanCsReq(this); } - /// Field number for the "Name" field. - public const int NameFieldNumber = 2; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Name { - get { return HasName ? (string) infoCase_ : ""; } - set { - infoCase_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - infoCaseCase_ = InfoCaseOneofCase.Name; - } - } - /// Gets whether the "Name" field is set - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool HasName { - get { return infoCaseCase_ == InfoCaseOneofCase.Name; } - } - /// Clears the value of the oneof if it's currently set to "Name" - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearName() { - if (HasName) { - ClearInfoCase(); - } - } - - /// Field number for the "Icon" field. - public const int IconFieldNumber = 9; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.RelicFilterPlanIcon Icon { - get { return infoCaseCase_ == InfoCaseOneofCase.Icon ? (global::EggLink.DanhengServer.Proto.RelicFilterPlanIcon) infoCase_ : null; } - set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.Icon; - } - } - - /// Field number for the "Settings" field. - public const int SettingsFieldNumber = 15; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.RelicFilterPlanSettings Settings { - get { return infoCaseCase_ == InfoCaseOneofCase.Settings ? (global::EggLink.DanhengServer.Proto.RelicFilterPlanSettings) infoCase_ : null; } - set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.Settings; - } - } - - /// Field number for the "SlotIndex" field. + /// Field number for the "slot_index" field. public const int SlotIndexFieldNumber = 10; private uint slotIndex_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -160,26 +110,76 @@ namespace EggLink.DanhengServer.Proto { } } - private object infoCase_; - /// Enum of possible cases for the "infoCase_" oneof. - public enum InfoCaseOneofCase { + /// Field number for the "name" field. + public const int NameFieldNumber = 2; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Name { + get { return HasName ? (string) infoOneofCase_ : ""; } + set { + infoOneofCase_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + infoOneofCaseCase_ = InfoOneofCaseOneofCase.Name; + } + } + /// Gets whether the "name" field is set + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool HasName { + get { return infoOneofCaseCase_ == InfoOneofCaseOneofCase.Name; } + } + /// Clears the value of the oneof if it's currently set to "name" + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void ClearName() { + if (HasName) { + ClearInfoOneofCase(); + } + } + + /// Field number for the "icon" field. + public const int IconFieldNumber = 9; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.RelicFilterPlanIcon Icon { + get { return infoOneofCaseCase_ == InfoOneofCaseOneofCase.Icon ? (global::EggLink.DanhengServer.Proto.RelicFilterPlanIcon) infoOneofCase_ : null; } + set { + infoOneofCase_ = value; + infoOneofCaseCase_ = value == null ? InfoOneofCaseOneofCase.None : InfoOneofCaseOneofCase.Icon; + } + } + + /// Field number for the "settings" field. + public const int SettingsFieldNumber = 15; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.RelicFilterPlanSettings Settings { + get { return infoOneofCaseCase_ == InfoOneofCaseOneofCase.Settings ? (global::EggLink.DanhengServer.Proto.RelicFilterPlanSettings) infoOneofCase_ : null; } + set { + infoOneofCase_ = value; + infoOneofCaseCase_ = value == null ? InfoOneofCaseOneofCase.None : InfoOneofCaseOneofCase.Settings; + } + } + + private object infoOneofCase_; + /// Enum of possible cases for the "InfoOneofCase" oneof. + public enum InfoOneofCaseOneofCase { None = 0, Name = 2, Icon = 9, Settings = 15, } - private InfoCaseOneofCase infoCaseCase_ = InfoCaseOneofCase.None; + private InfoOneofCaseOneofCase infoOneofCaseCase_ = InfoOneofCaseOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public InfoCaseOneofCase InfoCaseCase { - get { return infoCaseCase_; } + public InfoOneofCaseOneofCase InfoOneofCaseCase { + get { return infoOneofCaseCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearInfoCase() { - infoCaseCase_ = InfoCaseOneofCase.None; - infoCase_ = null; + public void ClearInfoOneofCase() { + infoOneofCaseCase_ = InfoOneofCaseOneofCase.None; + infoOneofCase_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -197,11 +197,11 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } + if (SlotIndex != other.SlotIndex) return false; if (Name != other.Name) return false; if (!object.Equals(Icon, other.Icon)) return false; if (!object.Equals(Settings, other.Settings)) return false; - if (SlotIndex != other.SlotIndex) return false; - if (InfoCaseCase != other.InfoCaseCase) return false; + if (InfoOneofCaseCase != other.InfoOneofCaseCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -209,11 +209,11 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (HasName) hash ^= Name.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.Icon) hash ^= Icon.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.Settings) hash ^= Settings.GetHashCode(); if (SlotIndex != 0) hash ^= SlotIndex.GetHashCode(); - hash ^= (int) infoCaseCase_; + if (HasName) hash ^= Name.GetHashCode(); + if (infoOneofCaseCase_ == InfoOneofCaseOneofCase.Icon) hash ^= Icon.GetHashCode(); + if (infoOneofCaseCase_ == InfoOneofCaseOneofCase.Settings) hash ^= Settings.GetHashCode(); + hash ^= (int) infoOneofCaseCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -236,7 +236,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(18); output.WriteString(Name); } - if (infoCaseCase_ == InfoCaseOneofCase.Icon) { + if (infoOneofCaseCase_ == InfoOneofCaseOneofCase.Icon) { output.WriteRawTag(74); output.WriteMessage(Icon); } @@ -244,7 +244,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(80); output.WriteUInt32(SlotIndex); } - if (infoCaseCase_ == InfoCaseOneofCase.Settings) { + if (infoOneofCaseCase_ == InfoOneofCaseOneofCase.Settings) { output.WriteRawTag(122); output.WriteMessage(Settings); } @@ -262,7 +262,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(18); output.WriteString(Name); } - if (infoCaseCase_ == InfoCaseOneofCase.Icon) { + if (infoOneofCaseCase_ == InfoOneofCaseOneofCase.Icon) { output.WriteRawTag(74); output.WriteMessage(Icon); } @@ -270,7 +270,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(80); output.WriteUInt32(SlotIndex); } - if (infoCaseCase_ == InfoCaseOneofCase.Settings) { + if (infoOneofCaseCase_ == InfoOneofCaseOneofCase.Settings) { output.WriteRawTag(122); output.WriteMessage(Settings); } @@ -284,18 +284,18 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; + if (SlotIndex != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SlotIndex); + } if (HasName) { size += 1 + pb::CodedOutputStream.ComputeStringSize(Name); } - if (infoCaseCase_ == InfoCaseOneofCase.Icon) { + if (infoOneofCaseCase_ == InfoOneofCaseOneofCase.Icon) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(Icon); } - if (infoCaseCase_ == InfoCaseOneofCase.Settings) { + if (infoOneofCaseCase_ == InfoOneofCaseOneofCase.Settings) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(Settings); } - if (SlotIndex != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SlotIndex); - } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -311,17 +311,17 @@ namespace EggLink.DanhengServer.Proto { if (other.SlotIndex != 0) { SlotIndex = other.SlotIndex; } - switch (other.InfoCaseCase) { - case InfoCaseOneofCase.Name: + switch (other.InfoOneofCaseCase) { + case InfoOneofCaseOneofCase.Name: Name = other.Name; break; - case InfoCaseOneofCase.Icon: + case InfoOneofCaseOneofCase.Icon: if (Icon == null) { Icon = new global::EggLink.DanhengServer.Proto.RelicFilterPlanIcon(); } Icon.MergeFrom(other.Icon); break; - case InfoCaseOneofCase.Settings: + case InfoOneofCaseOneofCase.Settings: if (Settings == null) { Settings = new global::EggLink.DanhengServer.Proto.RelicFilterPlanSettings(); } @@ -350,7 +350,7 @@ namespace EggLink.DanhengServer.Proto { } case 74: { global::EggLink.DanhengServer.Proto.RelicFilterPlanIcon subBuilder = new global::EggLink.DanhengServer.Proto.RelicFilterPlanIcon(); - if (infoCaseCase_ == InfoCaseOneofCase.Icon) { + if (infoOneofCaseCase_ == InfoOneofCaseOneofCase.Icon) { subBuilder.MergeFrom(Icon); } input.ReadMessage(subBuilder); @@ -363,7 +363,7 @@ namespace EggLink.DanhengServer.Proto { } case 122: { global::EggLink.DanhengServer.Proto.RelicFilterPlanSettings subBuilder = new global::EggLink.DanhengServer.Proto.RelicFilterPlanSettings(); - if (infoCaseCase_ == InfoCaseOneofCase.Settings) { + if (infoOneofCaseCase_ == InfoOneofCaseOneofCase.Settings) { subBuilder.MergeFrom(Settings); } input.ReadMessage(subBuilder); @@ -391,7 +391,7 @@ namespace EggLink.DanhengServer.Proto { } case 74: { global::EggLink.DanhengServer.Proto.RelicFilterPlanIcon subBuilder = new global::EggLink.DanhengServer.Proto.RelicFilterPlanIcon(); - if (infoCaseCase_ == InfoCaseOneofCase.Icon) { + if (infoOneofCaseCase_ == InfoOneofCaseOneofCase.Icon) { subBuilder.MergeFrom(Icon); } input.ReadMessage(subBuilder); @@ -404,7 +404,7 @@ namespace EggLink.DanhengServer.Proto { } case 122: { global::EggLink.DanhengServer.Proto.RelicFilterPlanSettings subBuilder = new global::EggLink.DanhengServer.Proto.RelicFilterPlanSettings(); - if (infoCaseCase_ == InfoCaseOneofCase.Settings) { + if (infoOneofCaseCase_ == InfoOneofCaseOneofCase.Settings) { subBuilder.MergeFrom(Settings); } input.ReadMessage(subBuilder); diff --git a/Proto/ModifyRelicFilterPlanScRsp.cs b/Proto/ModifyRelicFilterPlanScRsp.cs index d4044685..d98d9623 100644 --- a/Proto/ModifyRelicFilterPlanScRsp.cs +++ b/Proto/ModifyRelicFilterPlanScRsp.cs @@ -26,16 +26,16 @@ namespace EggLink.DanhengServer.Proto { string.Concat( "CiBNb2RpZnlSZWxpY0ZpbHRlclBsYW5TY1JzcC5wcm90bxodUmVsaWNGaWx0", "ZXJQbGFuU2V0dGluZ3MucHJvdG8aGVJlbGljRmlsdGVyUGxhbkljb24ucHJv", - "dG8iygEKGk1vZGlmeVJlbGljRmlsdGVyUGxhblNjUnNwEg4KBE5hbWUYDyAB", - "KAlIABIkCgRJY29uGAIgASgLMhQuUmVsaWNGaWx0ZXJQbGFuSWNvbkgAEiwK", - "CFNldHRpbmdzGA4gASgLMhguUmVsaWNGaWx0ZXJQbGFuU2V0dGluZ3NIABIX", - "Cg9VcGRhdGVUaW1lc3RhbXAYCiABKAMSEQoJU2xvdEluZGV4GAcgASgNEg8K", - "B1JldGNvZGUYCyABKA1CCwoJaW5mb0Nhc2VfQh6qAhtFZ2dMaW5rLkRhbmhl", - "bmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "dG8i0AEKGk1vZGlmeVJlbGljRmlsdGVyUGxhblNjUnNwEhgKEHVwZGF0ZV90", + "aW1lc3RhbXAYCiABKAMSEgoKc2xvdF9pbmRleBgHIAEoDRIPCgdyZXRjb2Rl", + "GAsgASgNEg4KBG5hbWUYDyABKAlIABIkCgRpY29uGAIgASgLMhQuUmVsaWNG", + "aWx0ZXJQbGFuSWNvbkgAEiwKCHNldHRpbmdzGA4gASgLMhguUmVsaWNGaWx0", + "ZXJQbGFuU2V0dGluZ3NIAEIPCg1JbmZvT25lb2ZDYXNlQh6qAhtFZ2dMaW5r", + "LkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RelicFilterPlanSettingsReflection.Descriptor, global::EggLink.DanhengServer.Proto.RelicFilterPlanIconReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ModifyRelicFilterPlanScRsp), global::EggLink.DanhengServer.Proto.ModifyRelicFilterPlanScRsp.Parser, new[]{ "Name", "Icon", "Settings", "UpdateTimestamp", "SlotIndex", "Retcode" }, new[]{ "InfoCase" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ModifyRelicFilterPlanScRsp), global::EggLink.DanhengServer.Proto.ModifyRelicFilterPlanScRsp.Parser, new[]{ "UpdateTimestamp", "SlotIndex", "Retcode", "Name", "Icon", "Settings" }, new[]{ "InfoOneofCase" }, null, null, null) })); } #endregion @@ -80,14 +80,14 @@ namespace EggLink.DanhengServer.Proto { updateTimestamp_ = other.updateTimestamp_; slotIndex_ = other.slotIndex_; retcode_ = other.retcode_; - switch (other.InfoCaseCase) { - case InfoCaseOneofCase.Name: + switch (other.InfoOneofCaseCase) { + case InfoOneofCaseOneofCase.Name: Name = other.Name; break; - case InfoCaseOneofCase.Icon: + case InfoOneofCaseOneofCase.Icon: Icon = other.Icon.Clone(); break; - case InfoCaseOneofCase.Settings: + case InfoOneofCaseOneofCase.Settings: Settings = other.Settings.Clone(); break; } @@ -101,57 +101,7 @@ namespace EggLink.DanhengServer.Proto { return new ModifyRelicFilterPlanScRsp(this); } - /// Field number for the "Name" field. - public const int NameFieldNumber = 15; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public string Name { - get { return HasName ? (string) infoCase_ : ""; } - set { - infoCase_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - infoCaseCase_ = InfoCaseOneofCase.Name; - } - } - /// Gets whether the "Name" field is set - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool HasName { - get { return infoCaseCase_ == InfoCaseOneofCase.Name; } - } - /// Clears the value of the oneof if it's currently set to "Name" - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearName() { - if (HasName) { - ClearInfoCase(); - } - } - - /// Field number for the "Icon" field. - public const int IconFieldNumber = 2; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.RelicFilterPlanIcon Icon { - get { return infoCaseCase_ == InfoCaseOneofCase.Icon ? (global::EggLink.DanhengServer.Proto.RelicFilterPlanIcon) infoCase_ : null; } - set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.Icon; - } - } - - /// Field number for the "Settings" field. - public const int SettingsFieldNumber = 14; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.RelicFilterPlanSettings Settings { - get { return infoCaseCase_ == InfoCaseOneofCase.Settings ? (global::EggLink.DanhengServer.Proto.RelicFilterPlanSettings) infoCase_ : null; } - set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.Settings; - } - } - - /// Field number for the "UpdateTimestamp" field. + /// Field number for the "update_timestamp" field. public const int UpdateTimestampFieldNumber = 10; private long updateTimestamp_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -163,7 +113,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "SlotIndex" field. + /// Field number for the "slot_index" field. public const int SlotIndexFieldNumber = 7; private uint slotIndex_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -175,7 +125,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Retcode" field. + /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 11; private uint retcode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -187,26 +137,76 @@ namespace EggLink.DanhengServer.Proto { } } - private object infoCase_; - /// Enum of possible cases for the "infoCase_" oneof. - public enum InfoCaseOneofCase { + /// Field number for the "name" field. + public const int NameFieldNumber = 15; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Name { + get { return HasName ? (string) infoOneofCase_ : ""; } + set { + infoOneofCase_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + infoOneofCaseCase_ = InfoOneofCaseOneofCase.Name; + } + } + /// Gets whether the "name" field is set + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool HasName { + get { return infoOneofCaseCase_ == InfoOneofCaseOneofCase.Name; } + } + /// Clears the value of the oneof if it's currently set to "name" + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void ClearName() { + if (HasName) { + ClearInfoOneofCase(); + } + } + + /// Field number for the "icon" field. + public const int IconFieldNumber = 2; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.RelicFilterPlanIcon Icon { + get { return infoOneofCaseCase_ == InfoOneofCaseOneofCase.Icon ? (global::EggLink.DanhengServer.Proto.RelicFilterPlanIcon) infoOneofCase_ : null; } + set { + infoOneofCase_ = value; + infoOneofCaseCase_ = value == null ? InfoOneofCaseOneofCase.None : InfoOneofCaseOneofCase.Icon; + } + } + + /// Field number for the "settings" field. + public const int SettingsFieldNumber = 14; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.RelicFilterPlanSettings Settings { + get { return infoOneofCaseCase_ == InfoOneofCaseOneofCase.Settings ? (global::EggLink.DanhengServer.Proto.RelicFilterPlanSettings) infoOneofCase_ : null; } + set { + infoOneofCase_ = value; + infoOneofCaseCase_ = value == null ? InfoOneofCaseOneofCase.None : InfoOneofCaseOneofCase.Settings; + } + } + + private object infoOneofCase_; + /// Enum of possible cases for the "InfoOneofCase" oneof. + public enum InfoOneofCaseOneofCase { None = 0, Name = 15, Icon = 2, Settings = 14, } - private InfoCaseOneofCase infoCaseCase_ = InfoCaseOneofCase.None; + private InfoOneofCaseOneofCase infoOneofCaseCase_ = InfoOneofCaseOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public InfoCaseOneofCase InfoCaseCase { - get { return infoCaseCase_; } + public InfoOneofCaseOneofCase InfoOneofCaseCase { + get { return infoOneofCaseCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearInfoCase() { - infoCaseCase_ = InfoCaseOneofCase.None; - infoCase_ = null; + public void ClearInfoOneofCase() { + infoOneofCaseCase_ = InfoOneofCaseOneofCase.None; + infoOneofCase_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -224,13 +224,13 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (Name != other.Name) return false; - if (!object.Equals(Icon, other.Icon)) return false; - if (!object.Equals(Settings, other.Settings)) return false; if (UpdateTimestamp != other.UpdateTimestamp) return false; if (SlotIndex != other.SlotIndex) return false; if (Retcode != other.Retcode) return false; - if (InfoCaseCase != other.InfoCaseCase) return false; + if (Name != other.Name) return false; + if (!object.Equals(Icon, other.Icon)) return false; + if (!object.Equals(Settings, other.Settings)) return false; + if (InfoOneofCaseCase != other.InfoOneofCaseCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -238,13 +238,13 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (HasName) hash ^= Name.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.Icon) hash ^= Icon.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.Settings) hash ^= Settings.GetHashCode(); if (UpdateTimestamp != 0L) hash ^= UpdateTimestamp.GetHashCode(); if (SlotIndex != 0) hash ^= SlotIndex.GetHashCode(); if (Retcode != 0) hash ^= Retcode.GetHashCode(); - hash ^= (int) infoCaseCase_; + if (HasName) hash ^= Name.GetHashCode(); + if (infoOneofCaseCase_ == InfoOneofCaseOneofCase.Icon) hash ^= Icon.GetHashCode(); + if (infoOneofCaseCase_ == InfoOneofCaseOneofCase.Settings) hash ^= Settings.GetHashCode(); + hash ^= (int) infoOneofCaseCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -263,7 +263,7 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (infoCaseCase_ == InfoCaseOneofCase.Icon) { + if (infoOneofCaseCase_ == InfoOneofCaseOneofCase.Icon) { output.WriteRawTag(18); output.WriteMessage(Icon); } @@ -279,7 +279,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(88); output.WriteUInt32(Retcode); } - if (infoCaseCase_ == InfoCaseOneofCase.Settings) { + if (infoOneofCaseCase_ == InfoOneofCaseOneofCase.Settings) { output.WriteRawTag(114); output.WriteMessage(Settings); } @@ -297,7 +297,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (infoCaseCase_ == InfoCaseOneofCase.Icon) { + if (infoOneofCaseCase_ == InfoOneofCaseOneofCase.Icon) { output.WriteRawTag(18); output.WriteMessage(Icon); } @@ -313,7 +313,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(88); output.WriteUInt32(Retcode); } - if (infoCaseCase_ == InfoCaseOneofCase.Settings) { + if (infoOneofCaseCase_ == InfoOneofCaseOneofCase.Settings) { output.WriteRawTag(114); output.WriteMessage(Settings); } @@ -331,15 +331,6 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (HasName) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Name); - } - if (infoCaseCase_ == InfoCaseOneofCase.Icon) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(Icon); - } - if (infoCaseCase_ == InfoCaseOneofCase.Settings) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(Settings); - } if (UpdateTimestamp != 0L) { size += 1 + pb::CodedOutputStream.ComputeInt64Size(UpdateTimestamp); } @@ -349,6 +340,15 @@ namespace EggLink.DanhengServer.Proto { if (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); } + if (HasName) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Name); + } + if (infoOneofCaseCase_ == InfoOneofCaseOneofCase.Icon) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Icon); + } + if (infoOneofCaseCase_ == InfoOneofCaseOneofCase.Settings) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Settings); + } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -370,17 +370,17 @@ namespace EggLink.DanhengServer.Proto { if (other.Retcode != 0) { Retcode = other.Retcode; } - switch (other.InfoCaseCase) { - case InfoCaseOneofCase.Name: + switch (other.InfoOneofCaseCase) { + case InfoOneofCaseOneofCase.Name: Name = other.Name; break; - case InfoCaseOneofCase.Icon: + case InfoOneofCaseOneofCase.Icon: if (Icon == null) { Icon = new global::EggLink.DanhengServer.Proto.RelicFilterPlanIcon(); } Icon.MergeFrom(other.Icon); break; - case InfoCaseOneofCase.Settings: + case InfoOneofCaseOneofCase.Settings: if (Settings == null) { Settings = new global::EggLink.DanhengServer.Proto.RelicFilterPlanSettings(); } @@ -405,7 +405,7 @@ namespace EggLink.DanhengServer.Proto { break; case 18: { global::EggLink.DanhengServer.Proto.RelicFilterPlanIcon subBuilder = new global::EggLink.DanhengServer.Proto.RelicFilterPlanIcon(); - if (infoCaseCase_ == InfoCaseOneofCase.Icon) { + if (infoOneofCaseCase_ == InfoOneofCaseOneofCase.Icon) { subBuilder.MergeFrom(Icon); } input.ReadMessage(subBuilder); @@ -426,7 +426,7 @@ namespace EggLink.DanhengServer.Proto { } case 114: { global::EggLink.DanhengServer.Proto.RelicFilterPlanSettings subBuilder = new global::EggLink.DanhengServer.Proto.RelicFilterPlanSettings(); - if (infoCaseCase_ == InfoCaseOneofCase.Settings) { + if (infoOneofCaseCase_ == InfoOneofCaseOneofCase.Settings) { subBuilder.MergeFrom(Settings); } input.ReadMessage(subBuilder); @@ -454,7 +454,7 @@ namespace EggLink.DanhengServer.Proto { break; case 18: { global::EggLink.DanhengServer.Proto.RelicFilterPlanIcon subBuilder = new global::EggLink.DanhengServer.Proto.RelicFilterPlanIcon(); - if (infoCaseCase_ == InfoCaseOneofCase.Icon) { + if (infoOneofCaseCase_ == InfoOneofCaseOneofCase.Icon) { subBuilder.MergeFrom(Icon); } input.ReadMessage(subBuilder); @@ -475,7 +475,7 @@ namespace EggLink.DanhengServer.Proto { } case 114: { global::EggLink.DanhengServer.Proto.RelicFilterPlanSettings subBuilder = new global::EggLink.DanhengServer.Proto.RelicFilterPlanSettings(); - if (infoCaseCase_ == InfoCaseOneofCase.Settings) { + if (infoOneofCaseCase_ == InfoOneofCaseOneofCase.Settings) { subBuilder.MergeFrom(Settings); } input.ReadMessage(subBuilder); diff --git a/Proto/MonopolyActionResult.cs b/Proto/MonopolyActionResult.cs index 57a1f54b..474d19ab 100644 --- a/Proto/MonopolyActionResult.cs +++ b/Proto/MonopolyActionResult.cs @@ -25,12 +25,12 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChpNb25vcG9seUFjdGlvblJlc3VsdC5wcm90bxoRR0tFSkZLQUtFTk0ucHJv", - "dG8aEU5JQkpBTUZNRUZELnByb3RvIsABChRNb25vcG9seUFjdGlvblJlc3Vs", - "dBITCgtDbGlja0NlbGxJZBgGIAEoDRISCgpDbGlja01hcElkGAcgASgNEhwK", - "BkRldGFpbBgLIAEoCzIMLk5JQkpBTUZNRUZEEhUKDVRyaWdnZXJDZWxsSWQY", - "DSABKA0SIAoKU291cmNlVHlwZRgOIAEoDjIMLkdLRUpGS0FLRU5NEhIKCkVm", - "ZmVjdFR5cGUYAiABKA0SFAoMVHJpZ2dlck1hcElkGAMgASgNQh6qAhtFZ2dM", - "aW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "dG8aEU5JQkpBTUZNRUZELnByb3RvIsoBChRNb25vcG9seUFjdGlvblJlc3Vs", + "dBIVCg1jbGlja19jZWxsX2lkGAYgASgNEhQKDGNsaWNrX21hcF9pZBgHIAEo", + "DRIcCgZkZXRhaWwYCyABKAsyDC5OSUJKQU1GTUVGRBIXCg90cmlnZ2VyX2Nl", + "bGxfaWQYDSABKA0SIQoLc291cmNlX3R5cGUYDiABKA4yDC5HS0VKRktBS0VO", + "TRITCgtlZmZlY3RfdHlwZRgCIAEoDRIWCg50cmlnZ2VyX21hcF9pZBgDIAEo", + "DUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GKEJFKAKENMReflection.Descriptor, global::EggLink.DanhengServer.Proto.NIBJAMFMEFDReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -92,7 +92,7 @@ namespace EggLink.DanhengServer.Proto { return new MonopolyActionResult(this); } - /// Field number for the "ClickCellId" field. + /// Field number for the "click_cell_id" field. public const int ClickCellIdFieldNumber = 6; private uint clickCellId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -104,7 +104,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "ClickMapId" field. + /// Field number for the "click_map_id" field. public const int ClickMapIdFieldNumber = 7; private uint clickMapId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -116,7 +116,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Detail" field. + /// Field number for the "detail" field. public const int DetailFieldNumber = 11; private global::EggLink.DanhengServer.Proto.NIBJAMFMEFD detail_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -128,7 +128,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "TriggerCellId" field. + /// Field number for the "trigger_cell_id" field. public const int TriggerCellIdFieldNumber = 13; private uint triggerCellId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -140,7 +140,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "SourceType" field. + /// Field number for the "source_type" field. public const int SourceTypeFieldNumber = 14; private global::EggLink.DanhengServer.Proto.GKEJFKAKENM sourceType_ = global::EggLink.DanhengServer.Proto.GKEJFKAKENM.MonopolyActionResultSourceTypeNone; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -152,7 +152,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "EffectType" field. + /// Field number for the "effect_type" field. public const int EffectTypeFieldNumber = 2; private uint effectType_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -164,7 +164,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "TriggerMapId" field. + /// Field number for the "trigger_map_id" field. public const int TriggerMapIdFieldNumber = 3; private uint triggerMapId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/MonopolyGameCreateScNotify.cs b/Proto/MonopolyGameCreateScNotify.cs index 4b03b8fb..e016faa5 100644 --- a/Proto/MonopolyGameCreateScNotify.cs +++ b/Proto/MonopolyGameCreateScNotify.cs @@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto { static MonopolyGameCreateScNotifyReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiBNb25vcG9seUdhbWVDcmVhdGVTY05vdGlmeS5wcm90bxoRTE1NRUJNQkdM", - "RE4ucHJvdG8aEUhBS05PRkRQQk9ELnByb3RvImIKGk1vbm9wb2x5R2FtZUNy", + "CiBNb25vcG9seUdhbWVDcmVhdGVTY05vdGlmeS5wcm90bxoRSEFLTk9GRFBC", + "T0QucHJvdG8aEUxNTUVCTUJHTEROLnByb3RvImIKGk1vbm9wb2x5R2FtZUNy", "ZWF0ZVNjTm90aWZ5EiEKC05QT0lHSlBDR0ZCGAYgASgLMgwuTE1NRUJNQkdM", "RE4SIQoLR0FKQkZQQ1BJR00YCyABKAsyDC5IQUtOT0ZEUEJPREIeqgIbRWdn", "TGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LMMEBMBGLDNReflection.Descriptor, global::EggLink.DanhengServer.Proto.HAKNOFDPBODReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.HAKNOFDPBODReflection.Descriptor, global::EggLink.DanhengServer.Proto.LMMEBMBGLDNReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MonopolyGameCreateScNotify), global::EggLink.DanhengServer.Proto.MonopolyGameCreateScNotify.Parser, new[]{ "NPOIGJPCGFB", "GAJBFPCPIGM" }, null, null, null, null) })); diff --git a/Proto/MonopolyGameGachaScRsp.cs b/Proto/MonopolyGameGachaScRsp.cs index c40e9068..860a6540 100644 --- a/Proto/MonopolyGameGachaScRsp.cs +++ b/Proto/MonopolyGameGachaScRsp.cs @@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto { static MonopolyGameGachaScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChxNb25vcG9seUdhbWVHYWNoYVNjUnNwLnByb3RvIj0KFk1vbm9wb2x5R2Ft", - "ZUdhY2hhU2NSc3ASEgoKUmVzdWx0TGlzdBgMIAMoDRIPCgdSZXRjb2RlGAUg", - "ASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "ChxNb25vcG9seUdhbWVHYWNoYVNjUnNwLnByb3RvIj4KFk1vbm9wb2x5R2Ft", + "ZUdhY2hhU2NSc3ASEwoLcmVzdWx0X2xpc3QYDCADKA0SDwoHcmV0Y29kZRgF", + "IAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -83,7 +83,7 @@ namespace EggLink.DanhengServer.Proto { return new MonopolyGameGachaScRsp(this); } - /// Field number for the "ResultList" field. + /// Field number for the "result_list" field. public const int ResultListFieldNumber = 12; private static readonly pb::FieldCodec _repeated_resultList_codec = pb::FieldCodec.ForUInt32(98); @@ -94,7 +94,7 @@ namespace EggLink.DanhengServer.Proto { get { return resultList_; } } - /// Field number for the "Retcode" field. + /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 5; private uint retcode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/MonopolyGameRaiseRatioScRsp.cs b/Proto/MonopolyGameRaiseRatioScRsp.cs index caf828e5..69c4874f 100644 --- a/Proto/MonopolyGameRaiseRatioScRsp.cs +++ b/Proto/MonopolyGameRaiseRatioScRsp.cs @@ -25,7 +25,7 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CiFNb25vcG9seUdhbWVSYWlzZVJhdGlvU2NSc3AucHJvdG8iPQobTW9ub3Bv", - "bHlHYW1lUmFpc2VSYXRpb1NjUnNwEg8KB1JldGNvZGUYAiABKA0SDQoFUmF0", + "bHlHYW1lUmFpc2VSYXRpb1NjUnNwEg8KB3JldGNvZGUYAiABKA0SDQoFcmF0", "aW8YCSABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv", "dG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, @@ -84,7 +84,7 @@ namespace EggLink.DanhengServer.Proto { return new MonopolyGameRaiseRatioScRsp(this); } - /// Field number for the "Retcode" field. + /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 2; private uint retcode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -96,7 +96,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Ratio" field. + /// Field number for the "ratio" field. public const int RatioFieldNumber = 9; private uint ratio_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/MonopolySelectOptionScRsp.cs b/Proto/MonopolySelectOptionScRsp.cs index a5fe66ab..50c1ba31 100644 --- a/Proto/MonopolySelectOptionScRsp.cs +++ b/Proto/MonopolySelectOptionScRsp.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static MonopolySelectOptionScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Ch9Nb25vcG9seVNlbGVjdE9wdGlvblNjUnNwLnByb3RvGhFMQkVOQUFIQ1BF", - "Ty5wcm90bxoRRERDRUxDT0pHTlAucHJvdG8ilwEKGU1vbm9wb2x5U2VsZWN0", + "Ch9Nb25vcG9seVNlbGVjdE9wdGlvblNjUnNwLnByb3RvGhFERENFTENPSkdO", + "UC5wcm90bxoRTEJFTkFBSENQRU8ucHJvdG8ilwEKGU1vbm9wb2x5U2VsZWN0", "T3B0aW9uU2NSc3ASIQoLQUJOT0lOTE9LTE4YByADKAsyDC5ERENFTENPSkdO", "UBIPCgdyZXRjb2RlGAEgASgNEiEKC0dQRkdET0tOR0VMGAMgASgLMgwuTEJF", "TkFBSENQRU8SEQoJb3B0aW9uX2lkGA4gASgNEhAKCGV2ZW50X2lkGAQgASgN", "Qh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LBENAAHCPEOReflection.Descriptor, global::EggLink.DanhengServer.Proto.DDCELCOJGNPReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DDCELCOJGNPReflection.Descriptor, global::EggLink.DanhengServer.Proto.LBENAAHCPEOReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MonopolySelectOptionScRsp), global::EggLink.DanhengServer.Proto.MonopolySelectOptionScRsp.Parser, new[]{ "ABNOINLOKLN", "Retcode", "GPFGDOKNGEL", "OptionId", "EventId" }, null, null, null, null) })); diff --git a/Proto/MonsterBattleInfo.cs b/Proto/MonsterBattleInfo.cs index 4d1449cf..f0173f5a 100644 --- a/Proto/MonsterBattleInfo.cs +++ b/Proto/MonsterBattleInfo.cs @@ -24,11 +24,11 @@ namespace EggLink.DanhengServer.Proto { static MonsterBattleInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChdNb25zdGVyQmF0dGxlSW5mby5wcm90bxoaQXR0YWNrRGFtYWdlUHJvcGVy", - "dHkucHJvdG8aEUdBQUdFSEFCSU5NLnByb3RvGhFIRU1CTkRKQUZEQS5wcm90", - "bxoRRGVhdGhTb3VyY2UucHJvdG8aFU1vbnN0ZXJQcm9wZXJ0eS5wcm90bxoP", - "QmF0dGxlVGFnLnByb3RvGhZTa2lsbFVzZVByb3BlcnR5LnByb3RvGhVNb25z", - "dGVyUGhhc2VTdHQucHJvdG8ioQYKEU1vbnN0ZXJCYXR0bGVJbmZvEhEKCWVu", + "ChdNb25zdGVyQmF0dGxlSW5mby5wcm90bxoRR0FBR0VIQUJJTk0ucHJvdG8a", + "FU1vbnN0ZXJQcm9wZXJ0eS5wcm90bxoaQXR0YWNrRGFtYWdlUHJvcGVydHku", + "cHJvdG8aEURlYXRoU291cmNlLnByb3RvGhFIRU1CTkRKQUZEQS5wcm90bxoV", + "TW9uc3RlclBoYXNlU3R0LnByb3RvGhZTa2lsbFVzZVByb3BlcnR5LnByb3Rv", + "Gg9CYXR0bGVUYWcucHJvdG8ioQYKEU1vbnN0ZXJCYXR0bGVJbmZvEhEKCWVu", "dGl0eV9pZBgBIAEoDRISCgptb25zdGVyX2lkGAIgASgNEhMKC09BS0lMRkdE", "QUNKGAMgASgNEhMKC0JGUEFPQU5CSk9OGAQgASgNEiUKC05LQ01DTUhBRkFG", "GAUgASgLMhAuTW9uc3RlclByb3BlcnR5EhMKC3RvdGFsX3R1cm5zGAYgASgN", @@ -49,7 +49,7 @@ namespace EggLink.DanhengServer.Proto { "SEVNQk5ESkFGREFCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG", "cHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AttackDamagePropertyReflection.Descriptor, global::EggLink.DanhengServer.Proto.GAAGEHABINMReflection.Descriptor, global::EggLink.DanhengServer.Proto.HEMBNDJAFDAReflection.Descriptor, global::EggLink.DanhengServer.Proto.DeathSourceReflection.Descriptor, global::EggLink.DanhengServer.Proto.MonsterPropertyReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleTagReflection.Descriptor, global::EggLink.DanhengServer.Proto.SkillUsePropertyReflection.Descriptor, global::EggLink.DanhengServer.Proto.MonsterPhaseSttReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GAAGEHABINMReflection.Descriptor, global::EggLink.DanhengServer.Proto.MonsterPropertyReflection.Descriptor, global::EggLink.DanhengServer.Proto.AttackDamagePropertyReflection.Descriptor, global::EggLink.DanhengServer.Proto.DeathSourceReflection.Descriptor, global::EggLink.DanhengServer.Proto.HEMBNDJAFDAReflection.Descriptor, global::EggLink.DanhengServer.Proto.MonsterPhaseSttReflection.Descriptor, global::EggLink.DanhengServer.Proto.SkillUsePropertyReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleTagReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MonsterBattleInfo), global::EggLink.DanhengServer.Proto.MonsterBattleInfo.Parser, new[]{ "EntityId", "MonsterId", "OAKILFGDACJ", "BFPAOANBJON", "NKCMCMHAFAF", "TotalTurns", "TotalDamage", "TotalHeal", "TotalDamageTaken", "AKGFCPFAOLP", "TotalHpRecover", "StageId", "BattleId", "JBCDLFJJJDG", "AttackTypeDamage", "SkillTimes", "StageType", "ACOFIPPJKBI", "DelayCumulate", "FIEDKNKIEBH", "Wave", "JHAOGJJDBHL", "Phase", "DCMOHECBOLK", "JEDAHLGBIEM", "SkillInfo", "LANFCLOLBOF", "KFGJBILJGDP", "FPKONIKLICA", "JEEMGAEIFAE", "HBOFDAJJJME" }, null, null, null, null) })); diff --git a/Proto/MultiPath.cs b/Proto/MultiPath.cs deleted file mode 100644 index a71bdeaf..00000000 --- a/Proto/MultiPath.cs +++ /dev/null @@ -1,308 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: MultiPath.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from MultiPath.proto - public static partial class MultiPathReflection { - - #region Descriptor - /// File descriptor for MultiPath.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static MultiPathReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Cg9NdWx0aVBhdGgucHJvdG8iQAoJTXVsdGlQYXRoEhcKD211bHRpX3BhdGhf", - "dHlwZRgBIAEoDRINCgVsZXZlbBgCIAEoDRILCgNleHAYAyABKA1CHqoCG0Vn", - "Z0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MultiPath), global::EggLink.DanhengServer.Proto.MultiPath.Parser, new[]{ "MultiPathType", "Level", "Exp" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class MultiPath : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new MultiPath()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.MultiPathReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public MultiPath() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public MultiPath(MultiPath other) : this() { - multiPathType_ = other.multiPathType_; - level_ = other.level_; - exp_ = other.exp_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public MultiPath Clone() { - return new MultiPath(this); - } - - /// Field number for the "multi_path_type" field. - public const int MultiPathTypeFieldNumber = 1; - private uint multiPathType_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint MultiPathType { - get { return multiPathType_; } - set { - multiPathType_ = value; - } - } - - /// Field number for the "level" field. - public const int LevelFieldNumber = 2; - private uint level_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint Level { - get { return level_; } - set { - level_ = value; - } - } - - /// Field number for the "exp" field. - public const int ExpFieldNumber = 3; - private uint exp_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint Exp { - get { return exp_; } - set { - exp_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as MultiPath); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(MultiPath other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (MultiPathType != other.MultiPathType) return false; - if (Level != other.Level) return false; - if (Exp != other.Exp) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (MultiPathType != 0) hash ^= MultiPathType.GetHashCode(); - if (Level != 0) hash ^= Level.GetHashCode(); - if (Exp != 0) hash ^= Exp.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (MultiPathType != 0) { - output.WriteRawTag(8); - output.WriteUInt32(MultiPathType); - } - if (Level != 0) { - output.WriteRawTag(16); - output.WriteUInt32(Level); - } - if (Exp != 0) { - output.WriteRawTag(24); - output.WriteUInt32(Exp); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (MultiPathType != 0) { - output.WriteRawTag(8); - output.WriteUInt32(MultiPathType); - } - if (Level != 0) { - output.WriteRawTag(16); - output.WriteUInt32(Level); - } - if (Exp != 0) { - output.WriteRawTag(24); - output.WriteUInt32(Exp); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (MultiPathType != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MultiPathType); - } - if (Level != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Level); - } - if (Exp != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Exp); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(MultiPath other) { - if (other == null) { - return; - } - if (other.MultiPathType != 0) { - MultiPathType = other.MultiPathType; - } - if (other.Level != 0) { - Level = other.Level; - } - if (other.Exp != 0) { - Exp = other.Exp; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - MultiPathType = input.ReadUInt32(); - break; - } - case 16: { - Level = input.ReadUInt32(); - break; - } - case 24: { - Exp = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - MultiPathType = input.ReadUInt32(); - break; - } - case 16: { - Level = input.ReadUInt32(); - break; - } - case 24: { - Exp = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/MultiPathAvatarInfo.cs b/Proto/MultiPathAvatarInfo.cs index 6a5d3b1a..97fd7c3b 100644 --- a/Proto/MultiPathAvatarInfo.cs +++ b/Proto/MultiPathAvatarInfo.cs @@ -24,8 +24,8 @@ namespace EggLink.DanhengServer.Proto { static MultiPathAvatarInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChlNdWx0aVBhdGhBdmF0YXJJbmZvLnByb3RvGhVBdmF0YXJTa2lsbFRyZWUu", - "cHJvdG8aEEVxdWlwUmVsaWMucHJvdG8aGU11bHRpUGF0aEF2YXRhclR5cGUu", + "ChlNdWx0aVBhdGhBdmF0YXJJbmZvLnByb3RvGhBFcXVpcFJlbGljLnByb3Rv", + "GhlNdWx0aVBhdGhBdmF0YXJUeXBlLnByb3RvGhVBdmF0YXJTa2lsbFRyZWUu", "cHJvdG8i2AEKE011bHRpUGF0aEF2YXRhckluZm8SJQoQZXF1aXBfcmVsaWNf", "bGlzdBgLIAMoCzILLkVxdWlwUmVsaWMSDAoEcmFuaxgEIAEoDRIvChVtdWx0", "aV9wYXRoX3NraWxsX3RyZWUYAiADKAsyEC5BdmF0YXJTa2lsbFRyZWUSJwoJ", @@ -33,7 +33,7 @@ namespace EggLink.DanhengServer.Proto { "X2VxdWlwbWVudF9pZBgFIAEoDRIXCg9kcmVzc2VkX3NraW5faWQYBiABKA1C", "HqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AvatarSkillTreeReflection.Descriptor, global::EggLink.DanhengServer.Proto.EquipRelicReflection.Descriptor, global::EggLink.DanhengServer.Proto.MultiPathAvatarTypeReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EquipRelicReflection.Descriptor, global::EggLink.DanhengServer.Proto.MultiPathAvatarTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.AvatarSkillTreeReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MultiPathAvatarInfo), global::EggLink.DanhengServer.Proto.MultiPathAvatarInfo.Parser, new[]{ "EquipRelicList", "Rank", "MultiPathSkillTree", "AvatarId", "PathEquipmentId", "DressedSkinId" }, null, null, null, null) })); diff --git a/Proto/MultiplayerFightGameStartScNotify.cs b/Proto/MultiplayerFightGameStartScNotify.cs index 5b016d7e..2ef8c747 100644 --- a/Proto/MultiplayerFightGameStartScNotify.cs +++ b/Proto/MultiplayerFightGameStartScNotify.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static MultiplayerFightGameStartScNotifyReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CidNdWx0aXBsYXllckZpZ2h0R2FtZVN0YXJ0U2NOb3RpZnkucHJvdG8aEVBQ", - "R0dLTURBT0VBLnByb3RvGhFDQkJESU9NSUZIRC5wcm90byJpCiFNdWx0aXBs", + "CidNdWx0aXBsYXllckZpZ2h0R2FtZVN0YXJ0U2NOb3RpZnkucHJvdG8aEUNC", + "QkRJT01JRkhELnByb3RvGhFQUEdHS01EQU9FQS5wcm90byJpCiFNdWx0aXBs", "YXllckZpZ2h0R2FtZVN0YXJ0U2NOb3RpZnkSIQoLTElQSkRKUE1PS0IYAiAD", "KAsyDC5DQkJESU9NSUZIRBIhCgtQRkZGSk5HTlBPTRgJIAEoCzIMLlBQR0dL", "TURBT0VBQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3Rv", "Mw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PPGGKMDAOEAReflection.Descriptor, global::EggLink.DanhengServer.Proto.CBBDIOMIFHDReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CBBDIOMIFHDReflection.Descriptor, global::EggLink.DanhengServer.Proto.PPGGKMDAOEAReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MultiplayerFightGameStartScNotify), global::EggLink.DanhengServer.Proto.MultiplayerFightGameStartScNotify.Parser, new[]{ "LIPJDJPMOKB", "PFFFJNGNPOM" }, null, null, null, null) })); diff --git a/Proto/MultiplayerFightGameStateScRsp.cs b/Proto/MultiplayerFightGameStateScRsp.cs index 57671681..1b7a6d00 100644 --- a/Proto/MultiplayerFightGameStateScRsp.cs +++ b/Proto/MultiplayerFightGameStateScRsp.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static MultiplayerFightGameStateScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiRNdWx0aXBsYXllckZpZ2h0R2FtZVN0YXRlU2NSc3AucHJvdG8aEUNCQkRJ", - "T01JRkhELnByb3RvGhFQUEdHS01EQU9FQS5wcm90byJ3Ch5NdWx0aXBsYXll", + "CiRNdWx0aXBsYXllckZpZ2h0R2FtZVN0YXRlU2NSc3AucHJvdG8aEVBQR0dL", + "TURBT0VBLnByb3RvGhFDQkJESU9NSUZIRC5wcm90byJ3Ch5NdWx0aXBsYXll", "ckZpZ2h0R2FtZVN0YXRlU2NSc3ASIQoLUEZGRkpOR05QT00YCCABKAsyDC5Q", "UEdHS01EQU9FQRIPCgdyZXRjb2RlGAMgASgNEiEKC0xJUEpESlBNT0tCGA4g", "AygLMgwuQ0JCRElPTUlGSERCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Q", "cm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CBBDIOMIFHDReflection.Descriptor, global::EggLink.DanhengServer.Proto.PPGGKMDAOEAReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PPGGKMDAOEAReflection.Descriptor, global::EggLink.DanhengServer.Proto.CBBDIOMIFHDReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MultiplayerFightGameStateScRsp), global::EggLink.DanhengServer.Proto.MultiplayerFightGameStateScRsp.Parser, new[]{ "PFFFJNGNPOM", "Retcode", "LIPJDJPMOKB" }, null, null, null, null) })); diff --git a/Proto/MultiplayerMatch3FinishScNotify.cs b/Proto/MultiplayerMatch3FinishScNotify.cs index e663a7be..4a40cd94 100644 --- a/Proto/MultiplayerMatch3FinishScNotify.cs +++ b/Proto/MultiplayerMatch3FinishScNotify.cs @@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto { static MultiplayerMatch3FinishScNotifyReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiVNdWx0aXBsYXllck1hdGNoM0ZpbmlzaFNjTm90aWZ5LnByb3RvGhhNYXRj", - "aDNGaW5pc2hSZWFzb24ucHJvdG8aEUNESU1FTUZKSkZQLnByb3RvIpMBCh9N", + "CiVNdWx0aXBsYXllck1hdGNoM0ZpbmlzaFNjTm90aWZ5LnByb3RvGhFDRElN", + "RU1GSkpGUC5wcm90bxoYTWF0Y2gzRmluaXNoUmVhc29uLnByb3RvIpMBCh9N", "dWx0aXBsYXllck1hdGNoM0ZpbmlzaFNjTm90aWZ5EiEKC05JQUVHSEpMTk1C", "GAUgASgLMgwuQ0RJTUVNRkpKRlASEwoLRkRHRE9LQUZCREgYDCABKA0SIwoG", "cmVhc29uGAcgASgOMhMuTWF0Y2gzRmluaXNoUmVhc29uEhMKC0tPSklISklI", "S0lBGA8gASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy", "b3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.Match3FinishReasonReflection.Descriptor, global::EggLink.DanhengServer.Proto.CDIMEMFJJFPReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CDIMEMFJJFPReflection.Descriptor, global::EggLink.DanhengServer.Proto.Match3FinishReasonReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MultiplayerMatch3FinishScNotify), global::EggLink.DanhengServer.Proto.MultiplayerMatch3FinishScNotify.Parser, new[]{ "NIAEGHJLNMB", "FDGDOKAFBDH", "Reason", "KOJIHJIHKIA" }, null, null, null, null) })); diff --git a/Proto/MultipleDropInfoNotify.cs b/Proto/MultipleDropInfoNotify.cs index 4e167672..88731a70 100644 --- a/Proto/MultipleDropInfoNotify.cs +++ b/Proto/MultipleDropInfoNotify.cs @@ -25,13 +25,13 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChxNdWx0aXBsZURyb3BJbmZvTm90aWZ5LnByb3RvGhFFQ0NOTk9OS0ZDQS5w", - "cm90bxoRSkJGSVBJSkpJREwucHJvdG8aEU9IRE5DSEZHRk1BLnByb3RvIoEB", + "cm90bxoRT0hETkNIRkdGTUEucHJvdG8aEUpCRklQSUpKSURMLnByb3RvIoEB", "ChZNdWx0aXBsZURyb3BJbmZvTm90aWZ5EiEKC0xKQ1BETU5LSklGGAwgAygL", "MgwuRUNDTk5PTktGQ0ESIQoLRkNITk5LRUtGQ0wYCSADKAsyDC5PSEROQ0hG", "R0ZNQRIhCgtQT05KSk5EREtCSBgEIAMoCzIMLkpCRklQSUpKSURMQh6qAhtF", "Z2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ECCNNONKFCAReflection.Descriptor, global::EggLink.DanhengServer.Proto.JBFIPIJJIDLReflection.Descriptor, global::EggLink.DanhengServer.Proto.OHDNCHFGFMAReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ECCNNONKFCAReflection.Descriptor, global::EggLink.DanhengServer.Proto.OHDNCHFGFMAReflection.Descriptor, global::EggLink.DanhengServer.Proto.JBFIPIJJIDLReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MultipleDropInfoNotify), global::EggLink.DanhengServer.Proto.MultipleDropInfoNotify.Parser, new[]{ "LJCPDMNKJIF", "FCHNNKEKFCL", "PONJJNDDKBH" }, null, null, null, null) })); diff --git a/Proto/MuseumInfoChangedScNotify.cs b/Proto/MuseumInfoChangedScNotify.cs index 085d888c..749bcbea 100644 --- a/Proto/MuseumInfoChangedScNotify.cs +++ b/Proto/MuseumInfoChangedScNotify.cs @@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto { static MuseumInfoChangedScNotifyReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Ch9NdXNldW1JbmZvQ2hhbmdlZFNjTm90aWZ5LnByb3RvGhFKTkJDUE5DTk9I", - "Ty5wcm90bxoRSk1FQU9DUEZFT0wucHJvdG8aEURPTEdGTkxIRUFFLnByb3Rv", - "GhFPTEtNTEZFRUZDSi5wcm90byLRAgoZTXVzZXVtSW5mb0NoYW5nZWRTY05v", + "Ch9NdXNldW1JbmZvQ2hhbmdlZFNjTm90aWZ5LnByb3RvGhFKTUVBT0NQRkVP", + "TC5wcm90bxoRRE9MR0ZOTEhFQUUucHJvdG8aEU9MS01MRkVFRkNKLnByb3Rv", + "GhFKTkJDUE5DTk9ITy5wcm90byLRAgoZTXVzZXVtSW5mb0NoYW5nZWRTY05v", "dGlmeRITCgtLTkRKQVBOUEFQSxgMIAMoDRITCgtKQkpMRFBQREJCQxgLIAEo", "DRITCgtFSktHSEJFTU9PQhgCIAEoDRIQCghjdXJfZnVuZBgDIAEoDRIhCgtF", "S0tPTENDQ05OSxgEIAEoCzIMLkpOQkNQTkNOT0hPEhMKC0hQTk1QRE9DSk1B", @@ -36,7 +36,7 @@ namespace EggLink.DanhengServer.Proto { "T0xLTUxGRUVGQ0oSHwoJYXJlYV9saXN0GA4gAygLMgwuSk1FQU9DUEZFT0xC", "HqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.JNBCPNCNOHOReflection.Descriptor, global::EggLink.DanhengServer.Proto.JMEAOCPFEOLReflection.Descriptor, global::EggLink.DanhengServer.Proto.DOLGFNLHEAEReflection.Descriptor, global::EggLink.DanhengServer.Proto.OLKMLFEEFCJReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.JMEAOCPFEOLReflection.Descriptor, global::EggLink.DanhengServer.Proto.DOLGFNLHEAEReflection.Descriptor, global::EggLink.DanhengServer.Proto.OLKMLFEEFCJReflection.Descriptor, global::EggLink.DanhengServer.Proto.JNBCPNCNOHOReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MuseumInfoChangedScNotify), global::EggLink.DanhengServer.Proto.MuseumInfoChangedScNotify.Parser, new[]{ "KNDJAPNPAPK", "JBJLDPPDBBC", "EJKGHBEMOOB", "CurFund", "EKKOLCCCNNK", "HPNMPDOCJMA", "Exp", "KNDMDPEFADC", "EJNKMKFFCCL", "Level", "JPIBMBBKGND", "BOJMNAFDJKH", "AreaList" }, null, null, null, null) })); diff --git a/Proto/MusicRhythmDataScRsp.cs b/Proto/MusicRhythmDataScRsp.cs index 4dcda658..39509dff 100644 --- a/Proto/MusicRhythmDataScRsp.cs +++ b/Proto/MusicRhythmDataScRsp.cs @@ -24,8 +24,8 @@ namespace EggLink.DanhengServer.Proto { static MusicRhythmDataScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChpNdXNpY1JoeXRobURhdGFTY1JzcC5wcm90bxoWTXVzaWNSaHl0aG1MZXZl", - "bC5wcm90bxoWTXVzaWNSaHl0aG1Hcm91cC5wcm90byKFAgoUTXVzaWNSaHl0", + "ChpNdXNpY1JoeXRobURhdGFTY1JzcC5wcm90bxoWTXVzaWNSaHl0aG1Hcm91", + "cC5wcm90bxoWTXVzaWNSaHl0aG1MZXZlbC5wcm90byKFAgoUTXVzaWNSaHl0", "aG1EYXRhU2NSc3ASGQoRdW5sb2NrX3RyYWNrX2xpc3QYDCADKA0SGAoQdW5s", "b2NrX3NvbmdfbGlzdBgJIAMoDRIRCglzaG93X2hpbnQYDSABKAgSJgoLbXVz", "aWNfZ3JvdXAYCiADKAsyES5NdXNpY1JoeXRobUdyb3VwEhkKEXVubG9ja19w", @@ -34,7 +34,7 @@ namespace EggLink.DanhengServer.Proto { "ASgNEhQKDGN1cl9sZXZlbF9pZBgDIAEoDUIeqgIbRWdnTGluay5EYW5oZW5n", "U2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MusicRhythmLevelReflection.Descriptor, global::EggLink.DanhengServer.Proto.MusicRhythmGroupReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MusicRhythmGroupReflection.Descriptor, global::EggLink.DanhengServer.Proto.MusicRhythmLevelReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MusicRhythmDataScRsp), global::EggLink.DanhengServer.Proto.MusicRhythmDataScRsp.Parser, new[]{ "UnlockTrackList", "UnlockSongList", "ShowHint", "MusicGroup", "UnlockPhaseList", "CurSongId", "MusicLevel", "Retcode", "CurLevelId" }, null, null, null, null) })); diff --git a/Proto/NCLCBOPCEJG.cs b/Proto/NCLCBOPCEJG.cs deleted file mode 100644 index c6c8027f..00000000 --- a/Proto/NCLCBOPCEJG.cs +++ /dev/null @@ -1,243 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: NCLCBOPCEJG.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from NCLCBOPCEJG.proto - public static partial class NCLCBOPCEJGReflection { - - #region Descriptor - /// File descriptor for NCLCBOPCEJG.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static NCLCBOPCEJGReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFOQ0xDQk9QQ0VKRy5wcm90bxoRRlBMTURFTE1KS0IucHJvdG8iMAoLTkNM", - "Q0JPUENFSkcSIQoLSE1GRkhCSEFMR0UYAiABKAsyDC5GUExNREVMTUpLQkIe", - "qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FPLMDELMJKBReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.NCLCBOPCEJG), global::EggLink.DanhengServer.Proto.NCLCBOPCEJG.Parser, new[]{ "HMFFHBHALGE" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class NCLCBOPCEJG : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NCLCBOPCEJG()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.NCLCBOPCEJGReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public NCLCBOPCEJG() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public NCLCBOPCEJG(NCLCBOPCEJG other) : this() { - hMFFHBHALGE_ = other.hMFFHBHALGE_ != null ? other.hMFFHBHALGE_.Clone() : null; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public NCLCBOPCEJG Clone() { - return new NCLCBOPCEJG(this); - } - - /// Field number for the "HMFFHBHALGE" field. - public const int HMFFHBHALGEFieldNumber = 2; - private global::EggLink.DanhengServer.Proto.FPLMDELMJKB hMFFHBHALGE_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.FPLMDELMJKB HMFFHBHALGE { - get { return hMFFHBHALGE_; } - set { - hMFFHBHALGE_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as NCLCBOPCEJG); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(NCLCBOPCEJG other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (!object.Equals(HMFFHBHALGE, other.HMFFHBHALGE)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (hMFFHBHALGE_ != null) hash ^= HMFFHBHALGE.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (hMFFHBHALGE_ != null) { - output.WriteRawTag(18); - output.WriteMessage(HMFFHBHALGE); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (hMFFHBHALGE_ != null) { - output.WriteRawTag(18); - output.WriteMessage(HMFFHBHALGE); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (hMFFHBHALGE_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(HMFFHBHALGE); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(NCLCBOPCEJG other) { - if (other == null) { - return; - } - if (other.hMFFHBHALGE_ != null) { - if (hMFFHBHALGE_ == null) { - HMFFHBHALGE = new global::EggLink.DanhengServer.Proto.FPLMDELMJKB(); - } - HMFFHBHALGE.MergeFrom(other.HMFFHBHALGE); - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 18: { - if (hMFFHBHALGE_ == null) { - HMFFHBHALGE = new global::EggLink.DanhengServer.Proto.FPLMDELMJKB(); - } - input.ReadMessage(HMFFHBHALGE); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 18: { - if (hMFFHBHALGE_ == null) { - HMFFHBHALGE = new global::EggLink.DanhengServer.Proto.FPLMDELMJKB(); - } - input.ReadMessage(HMFFHBHALGE); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/NDGLJKNKEFK.cs b/Proto/NDGLJKNKEFK.cs deleted file mode 100644 index b8a197f8..00000000 --- a/Proto/NDGLJKNKEFK.cs +++ /dev/null @@ -1,234 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: NDGLJKNKEFK.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from NDGLJKNKEFK.proto - public static partial class NDGLJKNKEFKReflection { - - #region Descriptor - /// File descriptor for NDGLJKNKEFK.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static NDGLJKNKEFKReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFOREdMSktOS0VGSy5wcm90byIjCgtOREdMSktOS0VGSxIUCgxtYXplX2J1", - "ZmZfaWQYAiABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG", - "cHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.NDGLJKNKEFK), global::EggLink.DanhengServer.Proto.NDGLJKNKEFK.Parser, new[]{ "MazeBuffId" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class NDGLJKNKEFK : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NDGLJKNKEFK()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.NDGLJKNKEFKReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public NDGLJKNKEFK() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public NDGLJKNKEFK(NDGLJKNKEFK other) : this() { - mazeBuffId_ = other.mazeBuffId_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public NDGLJKNKEFK Clone() { - return new NDGLJKNKEFK(this); - } - - /// Field number for the "maze_buff_id" field. - public const int MazeBuffIdFieldNumber = 2; - private uint mazeBuffId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint MazeBuffId { - get { return mazeBuffId_; } - set { - mazeBuffId_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as NDGLJKNKEFK); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(NDGLJKNKEFK other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (MazeBuffId != other.MazeBuffId) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (MazeBuffId != 0) hash ^= MazeBuffId.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (MazeBuffId != 0) { - output.WriteRawTag(16); - output.WriteUInt32(MazeBuffId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (MazeBuffId != 0) { - output.WriteRawTag(16); - output.WriteUInt32(MazeBuffId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (MazeBuffId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MazeBuffId); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(NDGLJKNKEFK other) { - if (other == null) { - return; - } - if (other.MazeBuffId != 0) { - MazeBuffId = other.MazeBuffId; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 16: { - MazeBuffId = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 16: { - MazeBuffId = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/NDHOPEDOFOC.cs b/Proto/NDHOPEDOFOC.cs index 4ebb2661..0e33e9cd 100644 --- a/Proto/NDHOPEDOFOC.cs +++ b/Proto/NDHOPEDOFOC.cs @@ -28,12 +28,12 @@ namespace EggLink.DanhengServer.Proto { "REVDQVBFLnByb3RvGhFBS0NQQUxHRU1PTC5wcm90byKLAQoLTkRIT1BFRE9G", "T0MSIwoLT0VLSE5HRkZHS0IYByABKAsyDC5JRUtISkRFQ0FQRUgAEiMKC0FE", "RU9JR0VCTURGGAggASgLMgwuQUtDUEFMR0VNT0xIABIjCgtGSEdBRkNKQ0FP", - "QRgJIAEoCzIMLk5IREJPRkNGQ0pNSABCDQoLTEFHTk9CQU9MSUpCHqoCG0Vn", + "QRgJIAEoCzIMLk5IREJPRkNGQ0pNSABCDQoLT0hNSEtLTE1LSERCHqoCG0Vn", "Z0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.NHDBOFCFCJMReflection.Descriptor, global::EggLink.DanhengServer.Proto.IEKHJDECAPEReflection.Descriptor, global::EggLink.DanhengServer.Proto.AKCPALGEMOLReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.NDHOPEDOFOC), global::EggLink.DanhengServer.Proto.NDHOPEDOFOC.Parser, new[]{ "OEKHNGFFGKB", "ADEOIGEBMDF", "FHGAFCJCAOA" }, new[]{ "LAGNOBAOLIJ" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.NDHOPEDOFOC), global::EggLink.DanhengServer.Proto.NDHOPEDOFOC.Parser, new[]{ "OEKHNGFFGKB", "ADEOIGEBMDF", "FHGAFCJCAOA" }, new[]{ "OHMHKKLMKHD" }, null, null, null) })); } #endregion @@ -75,14 +75,14 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public NDHOPEDOFOC(NDHOPEDOFOC other) : this() { - switch (other.LAGNOBAOLIJCase) { - case LAGNOBAOLIJOneofCase.OEKHNGFFGKB: + switch (other.OHMHKKLMKHDCase) { + case OHMHKKLMKHDOneofCase.OEKHNGFFGKB: OEKHNGFFGKB = other.OEKHNGFFGKB.Clone(); break; - case LAGNOBAOLIJOneofCase.ADEOIGEBMDF: + case OHMHKKLMKHDOneofCase.ADEOIGEBMDF: ADEOIGEBMDF = other.ADEOIGEBMDF.Clone(); break; - case LAGNOBAOLIJOneofCase.FHGAFCJCAOA: + case OHMHKKLMKHDOneofCase.FHGAFCJCAOA: FHGAFCJCAOA = other.FHGAFCJCAOA.Clone(); break; } @@ -101,10 +101,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.IEKHJDECAPE OEKHNGFFGKB { - get { return lAGNOBAOLIJCase_ == LAGNOBAOLIJOneofCase.OEKHNGFFGKB ? (global::EggLink.DanhengServer.Proto.IEKHJDECAPE) lAGNOBAOLIJ_ : null; } + get { return oHMHKKLMKHDCase_ == OHMHKKLMKHDOneofCase.OEKHNGFFGKB ? (global::EggLink.DanhengServer.Proto.IEKHJDECAPE) oHMHKKLMKHD_ : null; } set { - lAGNOBAOLIJ_ = value; - lAGNOBAOLIJCase_ = value == null ? LAGNOBAOLIJOneofCase.None : LAGNOBAOLIJOneofCase.OEKHNGFFGKB; + oHMHKKLMKHD_ = value; + oHMHKKLMKHDCase_ = value == null ? OHMHKKLMKHDOneofCase.None : OHMHKKLMKHDOneofCase.OEKHNGFFGKB; } } @@ -113,10 +113,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.AKCPALGEMOL ADEOIGEBMDF { - get { return lAGNOBAOLIJCase_ == LAGNOBAOLIJOneofCase.ADEOIGEBMDF ? (global::EggLink.DanhengServer.Proto.AKCPALGEMOL) lAGNOBAOLIJ_ : null; } + get { return oHMHKKLMKHDCase_ == OHMHKKLMKHDOneofCase.ADEOIGEBMDF ? (global::EggLink.DanhengServer.Proto.AKCPALGEMOL) oHMHKKLMKHD_ : null; } set { - lAGNOBAOLIJ_ = value; - lAGNOBAOLIJCase_ = value == null ? LAGNOBAOLIJOneofCase.None : LAGNOBAOLIJOneofCase.ADEOIGEBMDF; + oHMHKKLMKHD_ = value; + oHMHKKLMKHDCase_ = value == null ? OHMHKKLMKHDOneofCase.None : OHMHKKLMKHDOneofCase.ADEOIGEBMDF; } } @@ -125,33 +125,33 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.NHDBOFCFCJM FHGAFCJCAOA { - get { return lAGNOBAOLIJCase_ == LAGNOBAOLIJOneofCase.FHGAFCJCAOA ? (global::EggLink.DanhengServer.Proto.NHDBOFCFCJM) lAGNOBAOLIJ_ : null; } + get { return oHMHKKLMKHDCase_ == OHMHKKLMKHDOneofCase.FHGAFCJCAOA ? (global::EggLink.DanhengServer.Proto.NHDBOFCFCJM) oHMHKKLMKHD_ : null; } set { - lAGNOBAOLIJ_ = value; - lAGNOBAOLIJCase_ = value == null ? LAGNOBAOLIJOneofCase.None : LAGNOBAOLIJOneofCase.FHGAFCJCAOA; + oHMHKKLMKHD_ = value; + oHMHKKLMKHDCase_ = value == null ? OHMHKKLMKHDOneofCase.None : OHMHKKLMKHDOneofCase.FHGAFCJCAOA; } } - private object lAGNOBAOLIJ_; - /// Enum of possible cases for the "LAGNOBAOLIJ" oneof. - public enum LAGNOBAOLIJOneofCase { + private object oHMHKKLMKHD_; + /// Enum of possible cases for the "OHMHKKLMKHD" oneof. + public enum OHMHKKLMKHDOneofCase { None = 0, OEKHNGFFGKB = 7, ADEOIGEBMDF = 8, FHGAFCJCAOA = 9, } - private LAGNOBAOLIJOneofCase lAGNOBAOLIJCase_ = LAGNOBAOLIJOneofCase.None; + private OHMHKKLMKHDOneofCase oHMHKKLMKHDCase_ = OHMHKKLMKHDOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public LAGNOBAOLIJOneofCase LAGNOBAOLIJCase { - get { return lAGNOBAOLIJCase_; } + public OHMHKKLMKHDOneofCase OHMHKKLMKHDCase { + get { return oHMHKKLMKHDCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearLAGNOBAOLIJ() { - lAGNOBAOLIJCase_ = LAGNOBAOLIJOneofCase.None; - lAGNOBAOLIJ_ = null; + public void ClearOHMHKKLMKHD() { + oHMHKKLMKHDCase_ = OHMHKKLMKHDOneofCase.None; + oHMHKKLMKHD_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -172,7 +172,7 @@ namespace EggLink.DanhengServer.Proto { if (!object.Equals(OEKHNGFFGKB, other.OEKHNGFFGKB)) return false; if (!object.Equals(ADEOIGEBMDF, other.ADEOIGEBMDF)) return false; if (!object.Equals(FHGAFCJCAOA, other.FHGAFCJCAOA)) return false; - if (LAGNOBAOLIJCase != other.LAGNOBAOLIJCase) return false; + if (OHMHKKLMKHDCase != other.OHMHKKLMKHDCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -180,10 +180,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (lAGNOBAOLIJCase_ == LAGNOBAOLIJOneofCase.OEKHNGFFGKB) hash ^= OEKHNGFFGKB.GetHashCode(); - if (lAGNOBAOLIJCase_ == LAGNOBAOLIJOneofCase.ADEOIGEBMDF) hash ^= ADEOIGEBMDF.GetHashCode(); - if (lAGNOBAOLIJCase_ == LAGNOBAOLIJOneofCase.FHGAFCJCAOA) hash ^= FHGAFCJCAOA.GetHashCode(); - hash ^= (int) lAGNOBAOLIJCase_; + if (oHMHKKLMKHDCase_ == OHMHKKLMKHDOneofCase.OEKHNGFFGKB) hash ^= OEKHNGFFGKB.GetHashCode(); + if (oHMHKKLMKHDCase_ == OHMHKKLMKHDOneofCase.ADEOIGEBMDF) hash ^= ADEOIGEBMDF.GetHashCode(); + if (oHMHKKLMKHDCase_ == OHMHKKLMKHDOneofCase.FHGAFCJCAOA) hash ^= FHGAFCJCAOA.GetHashCode(); + hash ^= (int) oHMHKKLMKHDCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -202,15 +202,15 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (lAGNOBAOLIJCase_ == LAGNOBAOLIJOneofCase.OEKHNGFFGKB) { + if (oHMHKKLMKHDCase_ == OHMHKKLMKHDOneofCase.OEKHNGFFGKB) { output.WriteRawTag(58); output.WriteMessage(OEKHNGFFGKB); } - if (lAGNOBAOLIJCase_ == LAGNOBAOLIJOneofCase.ADEOIGEBMDF) { + if (oHMHKKLMKHDCase_ == OHMHKKLMKHDOneofCase.ADEOIGEBMDF) { output.WriteRawTag(66); output.WriteMessage(ADEOIGEBMDF); } - if (lAGNOBAOLIJCase_ == LAGNOBAOLIJOneofCase.FHGAFCJCAOA) { + if (oHMHKKLMKHDCase_ == OHMHKKLMKHDOneofCase.FHGAFCJCAOA) { output.WriteRawTag(74); output.WriteMessage(FHGAFCJCAOA); } @@ -224,15 +224,15 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (lAGNOBAOLIJCase_ == LAGNOBAOLIJOneofCase.OEKHNGFFGKB) { + if (oHMHKKLMKHDCase_ == OHMHKKLMKHDOneofCase.OEKHNGFFGKB) { output.WriteRawTag(58); output.WriteMessage(OEKHNGFFGKB); } - if (lAGNOBAOLIJCase_ == LAGNOBAOLIJOneofCase.ADEOIGEBMDF) { + if (oHMHKKLMKHDCase_ == OHMHKKLMKHDOneofCase.ADEOIGEBMDF) { output.WriteRawTag(66); output.WriteMessage(ADEOIGEBMDF); } - if (lAGNOBAOLIJCase_ == LAGNOBAOLIJOneofCase.FHGAFCJCAOA) { + if (oHMHKKLMKHDCase_ == OHMHKKLMKHDOneofCase.FHGAFCJCAOA) { output.WriteRawTag(74); output.WriteMessage(FHGAFCJCAOA); } @@ -246,13 +246,13 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (lAGNOBAOLIJCase_ == LAGNOBAOLIJOneofCase.OEKHNGFFGKB) { + if (oHMHKKLMKHDCase_ == OHMHKKLMKHDOneofCase.OEKHNGFFGKB) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(OEKHNGFFGKB); } - if (lAGNOBAOLIJCase_ == LAGNOBAOLIJOneofCase.ADEOIGEBMDF) { + if (oHMHKKLMKHDCase_ == OHMHKKLMKHDOneofCase.ADEOIGEBMDF) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(ADEOIGEBMDF); } - if (lAGNOBAOLIJCase_ == LAGNOBAOLIJOneofCase.FHGAFCJCAOA) { + if (oHMHKKLMKHDCase_ == OHMHKKLMKHDOneofCase.FHGAFCJCAOA) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(FHGAFCJCAOA); } if (_unknownFields != null) { @@ -267,20 +267,20 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - switch (other.LAGNOBAOLIJCase) { - case LAGNOBAOLIJOneofCase.OEKHNGFFGKB: + switch (other.OHMHKKLMKHDCase) { + case OHMHKKLMKHDOneofCase.OEKHNGFFGKB: if (OEKHNGFFGKB == null) { OEKHNGFFGKB = new global::EggLink.DanhengServer.Proto.IEKHJDECAPE(); } OEKHNGFFGKB.MergeFrom(other.OEKHNGFFGKB); break; - case LAGNOBAOLIJOneofCase.ADEOIGEBMDF: + case OHMHKKLMKHDOneofCase.ADEOIGEBMDF: if (ADEOIGEBMDF == null) { ADEOIGEBMDF = new global::EggLink.DanhengServer.Proto.AKCPALGEMOL(); } ADEOIGEBMDF.MergeFrom(other.ADEOIGEBMDF); break; - case LAGNOBAOLIJOneofCase.FHGAFCJCAOA: + case OHMHKKLMKHDOneofCase.FHGAFCJCAOA: if (FHGAFCJCAOA == null) { FHGAFCJCAOA = new global::EggLink.DanhengServer.Proto.NHDBOFCFCJM(); } @@ -305,7 +305,7 @@ namespace EggLink.DanhengServer.Proto { break; case 58: { global::EggLink.DanhengServer.Proto.IEKHJDECAPE subBuilder = new global::EggLink.DanhengServer.Proto.IEKHJDECAPE(); - if (lAGNOBAOLIJCase_ == LAGNOBAOLIJOneofCase.OEKHNGFFGKB) { + if (oHMHKKLMKHDCase_ == OHMHKKLMKHDOneofCase.OEKHNGFFGKB) { subBuilder.MergeFrom(OEKHNGFFGKB); } input.ReadMessage(subBuilder); @@ -314,7 +314,7 @@ namespace EggLink.DanhengServer.Proto { } case 66: { global::EggLink.DanhengServer.Proto.AKCPALGEMOL subBuilder = new global::EggLink.DanhengServer.Proto.AKCPALGEMOL(); - if (lAGNOBAOLIJCase_ == LAGNOBAOLIJOneofCase.ADEOIGEBMDF) { + if (oHMHKKLMKHDCase_ == OHMHKKLMKHDOneofCase.ADEOIGEBMDF) { subBuilder.MergeFrom(ADEOIGEBMDF); } input.ReadMessage(subBuilder); @@ -323,7 +323,7 @@ namespace EggLink.DanhengServer.Proto { } case 74: { global::EggLink.DanhengServer.Proto.NHDBOFCFCJM subBuilder = new global::EggLink.DanhengServer.Proto.NHDBOFCFCJM(); - if (lAGNOBAOLIJCase_ == LAGNOBAOLIJOneofCase.FHGAFCJCAOA) { + if (oHMHKKLMKHDCase_ == OHMHKKLMKHDOneofCase.FHGAFCJCAOA) { subBuilder.MergeFrom(FHGAFCJCAOA); } input.ReadMessage(subBuilder); @@ -347,7 +347,7 @@ namespace EggLink.DanhengServer.Proto { break; case 58: { global::EggLink.DanhengServer.Proto.IEKHJDECAPE subBuilder = new global::EggLink.DanhengServer.Proto.IEKHJDECAPE(); - if (lAGNOBAOLIJCase_ == LAGNOBAOLIJOneofCase.OEKHNGFFGKB) { + if (oHMHKKLMKHDCase_ == OHMHKKLMKHDOneofCase.OEKHNGFFGKB) { subBuilder.MergeFrom(OEKHNGFFGKB); } input.ReadMessage(subBuilder); @@ -356,7 +356,7 @@ namespace EggLink.DanhengServer.Proto { } case 66: { global::EggLink.DanhengServer.Proto.AKCPALGEMOL subBuilder = new global::EggLink.DanhengServer.Proto.AKCPALGEMOL(); - if (lAGNOBAOLIJCase_ == LAGNOBAOLIJOneofCase.ADEOIGEBMDF) { + if (oHMHKKLMKHDCase_ == OHMHKKLMKHDOneofCase.ADEOIGEBMDF) { subBuilder.MergeFrom(ADEOIGEBMDF); } input.ReadMessage(subBuilder); @@ -365,7 +365,7 @@ namespace EggLink.DanhengServer.Proto { } case 74: { global::EggLink.DanhengServer.Proto.NHDBOFCFCJM subBuilder = new global::EggLink.DanhengServer.Proto.NHDBOFCFCJM(); - if (lAGNOBAOLIJCase_ == LAGNOBAOLIJOneofCase.FHGAFCJCAOA) { + if (oHMHKKLMKHDCase_ == OHMHKKLMKHDOneofCase.FHGAFCJCAOA) { subBuilder.MergeFrom(FHGAFCJCAOA); } input.ReadMessage(subBuilder); diff --git a/Proto/NGFFCEICACD.cs b/Proto/NGFFCEICACD.cs deleted file mode 100644 index 95bc5ec9..00000000 --- a/Proto/NGFFCEICACD.cs +++ /dev/null @@ -1,369 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: NGFFCEICACD.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from NGFFCEICACD.proto - public static partial class NGFFCEICACDReflection { - - #region Descriptor - /// File descriptor for NGFFCEICACD.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static NGFFCEICACDReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFOR0ZGQ0VJQ0FDRC5wcm90bxoOSXRlbUxpc3QucHJvdG8aE1JvZ3VlQnVm", - "Zkxpc3QucHJvdG8ifQoLTkdGRkNFSUNBQ0QSIAoLSkRJSktFR0NJQlAYDSAB", - "KAsyCS5JdGVtTGlzdEgAEigKDmJ1ZmZfaW5mb19saXN0GAsgASgLMg4uUm9n", - "dWVCdWZmTGlzdEgAEhMKC0VCTlBPQ0lEUEtFGAogASgNQg0KC0NDUEZBQkFO", - "Q05OQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueBuffListReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.NGFFCEICACD), global::EggLink.DanhengServer.Proto.NGFFCEICACD.Parser, new[]{ "JDIJKEGCIBP", "BuffInfoList", "EBNPOCIDPKE" }, new[]{ "CCPFABANCNN" }, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class NGFFCEICACD : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NGFFCEICACD()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.NGFFCEICACDReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public NGFFCEICACD() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public NGFFCEICACD(NGFFCEICACD other) : this() { - eBNPOCIDPKE_ = other.eBNPOCIDPKE_; - switch (other.CCPFABANCNNCase) { - case CCPFABANCNNOneofCase.JDIJKEGCIBP: - JDIJKEGCIBP = other.JDIJKEGCIBP.Clone(); - break; - case CCPFABANCNNOneofCase.BuffInfoList: - BuffInfoList = other.BuffInfoList.Clone(); - break; - } - - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public NGFFCEICACD Clone() { - return new NGFFCEICACD(this); - } - - /// Field number for the "JDIJKEGCIBP" field. - public const int JDIJKEGCIBPFieldNumber = 13; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.ItemList JDIJKEGCIBP { - get { return cCPFABANCNNCase_ == CCPFABANCNNOneofCase.JDIJKEGCIBP ? (global::EggLink.DanhengServer.Proto.ItemList) cCPFABANCNN_ : null; } - set { - cCPFABANCNN_ = value; - cCPFABANCNNCase_ = value == null ? CCPFABANCNNOneofCase.None : CCPFABANCNNOneofCase.JDIJKEGCIBP; - } - } - - /// Field number for the "buff_info_list" field. - public const int BuffInfoListFieldNumber = 11; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.RogueBuffList BuffInfoList { - get { return cCPFABANCNNCase_ == CCPFABANCNNOneofCase.BuffInfoList ? (global::EggLink.DanhengServer.Proto.RogueBuffList) cCPFABANCNN_ : null; } - set { - cCPFABANCNN_ = value; - cCPFABANCNNCase_ = value == null ? CCPFABANCNNOneofCase.None : CCPFABANCNNOneofCase.BuffInfoList; - } - } - - /// Field number for the "EBNPOCIDPKE" field. - public const int EBNPOCIDPKEFieldNumber = 10; - private uint eBNPOCIDPKE_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint EBNPOCIDPKE { - get { return eBNPOCIDPKE_; } - set { - eBNPOCIDPKE_ = value; - } - } - - private object cCPFABANCNN_; - /// Enum of possible cases for the "CCPFABANCNN" oneof. - public enum CCPFABANCNNOneofCase { - None = 0, - JDIJKEGCIBP = 13, - BuffInfoList = 11, - } - private CCPFABANCNNOneofCase cCPFABANCNNCase_ = CCPFABANCNNOneofCase.None; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CCPFABANCNNOneofCase CCPFABANCNNCase { - get { return cCPFABANCNNCase_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearCCPFABANCNN() { - cCPFABANCNNCase_ = CCPFABANCNNOneofCase.None; - cCPFABANCNN_ = null; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as NGFFCEICACD); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(NGFFCEICACD other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (!object.Equals(JDIJKEGCIBP, other.JDIJKEGCIBP)) return false; - if (!object.Equals(BuffInfoList, other.BuffInfoList)) return false; - if (EBNPOCIDPKE != other.EBNPOCIDPKE) return false; - if (CCPFABANCNNCase != other.CCPFABANCNNCase) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (cCPFABANCNNCase_ == CCPFABANCNNOneofCase.JDIJKEGCIBP) hash ^= JDIJKEGCIBP.GetHashCode(); - if (cCPFABANCNNCase_ == CCPFABANCNNOneofCase.BuffInfoList) hash ^= BuffInfoList.GetHashCode(); - if (EBNPOCIDPKE != 0) hash ^= EBNPOCIDPKE.GetHashCode(); - hash ^= (int) cCPFABANCNNCase_; - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (EBNPOCIDPKE != 0) { - output.WriteRawTag(80); - output.WriteUInt32(EBNPOCIDPKE); - } - if (cCPFABANCNNCase_ == CCPFABANCNNOneofCase.BuffInfoList) { - output.WriteRawTag(90); - output.WriteMessage(BuffInfoList); - } - if (cCPFABANCNNCase_ == CCPFABANCNNOneofCase.JDIJKEGCIBP) { - output.WriteRawTag(106); - output.WriteMessage(JDIJKEGCIBP); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (EBNPOCIDPKE != 0) { - output.WriteRawTag(80); - output.WriteUInt32(EBNPOCIDPKE); - } - if (cCPFABANCNNCase_ == CCPFABANCNNOneofCase.BuffInfoList) { - output.WriteRawTag(90); - output.WriteMessage(BuffInfoList); - } - if (cCPFABANCNNCase_ == CCPFABANCNNOneofCase.JDIJKEGCIBP) { - output.WriteRawTag(106); - output.WriteMessage(JDIJKEGCIBP); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (cCPFABANCNNCase_ == CCPFABANCNNOneofCase.JDIJKEGCIBP) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(JDIJKEGCIBP); - } - if (cCPFABANCNNCase_ == CCPFABANCNNOneofCase.BuffInfoList) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(BuffInfoList); - } - if (EBNPOCIDPKE != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EBNPOCIDPKE); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(NGFFCEICACD other) { - if (other == null) { - return; - } - if (other.EBNPOCIDPKE != 0) { - EBNPOCIDPKE = other.EBNPOCIDPKE; - } - switch (other.CCPFABANCNNCase) { - case CCPFABANCNNOneofCase.JDIJKEGCIBP: - if (JDIJKEGCIBP == null) { - JDIJKEGCIBP = new global::EggLink.DanhengServer.Proto.ItemList(); - } - JDIJKEGCIBP.MergeFrom(other.JDIJKEGCIBP); - break; - case CCPFABANCNNOneofCase.BuffInfoList: - if (BuffInfoList == null) { - BuffInfoList = new global::EggLink.DanhengServer.Proto.RogueBuffList(); - } - BuffInfoList.MergeFrom(other.BuffInfoList); - break; - } - - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 80: { - EBNPOCIDPKE = input.ReadUInt32(); - break; - } - case 90: { - global::EggLink.DanhengServer.Proto.RogueBuffList subBuilder = new global::EggLink.DanhengServer.Proto.RogueBuffList(); - if (cCPFABANCNNCase_ == CCPFABANCNNOneofCase.BuffInfoList) { - subBuilder.MergeFrom(BuffInfoList); - } - input.ReadMessage(subBuilder); - BuffInfoList = subBuilder; - break; - } - case 106: { - global::EggLink.DanhengServer.Proto.ItemList subBuilder = new global::EggLink.DanhengServer.Proto.ItemList(); - if (cCPFABANCNNCase_ == CCPFABANCNNOneofCase.JDIJKEGCIBP) { - subBuilder.MergeFrom(JDIJKEGCIBP); - } - input.ReadMessage(subBuilder); - JDIJKEGCIBP = subBuilder; - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 80: { - EBNPOCIDPKE = input.ReadUInt32(); - break; - } - case 90: { - global::EggLink.DanhengServer.Proto.RogueBuffList subBuilder = new global::EggLink.DanhengServer.Proto.RogueBuffList(); - if (cCPFABANCNNCase_ == CCPFABANCNNOneofCase.BuffInfoList) { - subBuilder.MergeFrom(BuffInfoList); - } - input.ReadMessage(subBuilder); - BuffInfoList = subBuilder; - break; - } - case 106: { - global::EggLink.DanhengServer.Proto.ItemList subBuilder = new global::EggLink.DanhengServer.Proto.ItemList(); - if (cCPFABANCNNCase_ == CCPFABANCNNOneofCase.JDIJKEGCIBP) { - subBuilder.MergeFrom(JDIJKEGCIBP); - } - input.ReadMessage(subBuilder); - JDIJKEGCIBP = subBuilder; - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/NHCKHPLKLIO.cs b/Proto/NHCKHPLKLIO.cs deleted file mode 100644 index debb91e1..00000000 --- a/Proto/NHCKHPLKLIO.cs +++ /dev/null @@ -1,234 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: NHCKHPLKLIO.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from NHCKHPLKLIO.proto - public static partial class NHCKHPLKLIOReflection { - - #region Descriptor - /// File descriptor for NHCKHPLKLIO.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static NHCKHPLKLIOReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFOSENLSFBMS0xJTy5wcm90byIiCgtOSENLSFBMS0xJTxITCgtJQkVNT0pH", - "QUxMSxgPIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", - "cm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.NHCKHPLKLIO), global::EggLink.DanhengServer.Proto.NHCKHPLKLIO.Parser, new[]{ "IBEMOJGALLK" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class NHCKHPLKLIO : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NHCKHPLKLIO()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.NHCKHPLKLIOReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public NHCKHPLKLIO() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public NHCKHPLKLIO(NHCKHPLKLIO other) : this() { - iBEMOJGALLK_ = other.iBEMOJGALLK_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public NHCKHPLKLIO Clone() { - return new NHCKHPLKLIO(this); - } - - /// Field number for the "IBEMOJGALLK" field. - public const int IBEMOJGALLKFieldNumber = 15; - private uint iBEMOJGALLK_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint IBEMOJGALLK { - get { return iBEMOJGALLK_; } - set { - iBEMOJGALLK_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as NHCKHPLKLIO); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(NHCKHPLKLIO other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (IBEMOJGALLK != other.IBEMOJGALLK) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (IBEMOJGALLK != 0) hash ^= IBEMOJGALLK.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (IBEMOJGALLK != 0) { - output.WriteRawTag(120); - output.WriteUInt32(IBEMOJGALLK); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (IBEMOJGALLK != 0) { - output.WriteRawTag(120); - output.WriteUInt32(IBEMOJGALLK); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (IBEMOJGALLK != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IBEMOJGALLK); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(NHCKHPLKLIO other) { - if (other == null) { - return; - } - if (other.IBEMOJGALLK != 0) { - IBEMOJGALLK = other.IBEMOJGALLK; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 120: { - IBEMOJGALLK = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 120: { - IBEMOJGALLK = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/NIBJAMFMEFD.cs b/Proto/NIBJAMFMEFD.cs index 354c54cc..18a98de9 100644 --- a/Proto/NIBJAMFMEFD.cs +++ b/Proto/NIBJAMFMEFD.cs @@ -24,10 +24,10 @@ namespace EggLink.DanhengServer.Proto { static NIBJAMFMEFDReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFOSUJKQU1GTUVGRC5wcm90bxoRQUlERkJCSUFQRVAucHJvdG8aEU5NR0hG", - "T0xLRkFKLnByb3RvGhFMTktNS05CUElKSC5wcm90bxoRTE1LQUFFRlBGRk8u", - "cHJvdG8aEUxNTUVCTUJHTEROLnByb3RvGhFMUEJBTU9LS0pDTS5wcm90bxoR", - "Qk1QTEZKS0VPTEYucHJvdG8ihAQKC05JQkpBTUZNRUZEEiMKC01FQ0xMQ0RB", + "ChFOSUJKQU1GTUVGRC5wcm90bxoRTFBCQU1PS0tKQ00ucHJvdG8aEUxNS0FB", + "RUZQRkZPLnByb3RvGhFCTVBMRkpLRU9MRi5wcm90bxoRTE5LTUtOQlBJSkgu", + "cHJvdG8aEU5NR0hGT0xLRkFKLnByb3RvGhFBSURGQkJJQVBFUC5wcm90bxoR", + "TE1NRUJNQkdMRE4ucHJvdG8ihAQKC05JQkpBTUZNRUZEEiMKC01FQ0xMQ0RB", "Qk5PGAQgASgLMgwuTE1LQUFFRlBGRk9IABIjCgtGRklQS01IQ0tIShgGIAEo", "CzIMLkxNS0FBRUZQRkZPSAASIwoLTkZCQ0dLTk9QREEYByABKAsyDC5BSURG", "QkJJQVBFUEgAEiMKC0RBQ0hBTkhQUEJHGAMgASgLMgwuQUlERkJCSUFQRVBI", @@ -38,12 +38,12 @@ namespace EggLink.DanhengServer.Proto { "TE1NRUJNQkdMRE5IABIjCgtIQU5PR0FDSlBLQhgNIAEoCzIMLkxQQkFNT0tL", "SkNNSAASIwoLT01GRUNJTUxBREMYASABKAsyDC5CTVBMRkpLRU9MRkgAEiMK", "C05HT05DQ0JMQU9MGA8gASgLMgwuTE5LTUtOQlBJSkhIABIjCgtGSkdITkxO", - "SkxQSBgMIAEoCzIMLk5NR0hGT0xLRkFKSABCDQoLUEZBQkxCQkZPSkZCHqoC", + "SkxQSBgMIAEoCzIMLk5NR0hGT0xLRkFKSABCDQoLSEhHREdNQUxBRkxCHqoC", "G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AIDFBBIAPEPReflection.Descriptor, global::EggLink.DanhengServer.Proto.NMGHFOLKFAJReflection.Descriptor, global::EggLink.DanhengServer.Proto.LNKMKNBPIJHReflection.Descriptor, global::EggLink.DanhengServer.Proto.LMKAAEFPFFOReflection.Descriptor, global::EggLink.DanhengServer.Proto.LMMEBMBGLDNReflection.Descriptor, global::EggLink.DanhengServer.Proto.LPBAMOKKJCMReflection.Descriptor, global::EggLink.DanhengServer.Proto.BMPLFJKEOLFReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LPBAMOKKJCMReflection.Descriptor, global::EggLink.DanhengServer.Proto.LMKAAEFPFFOReflection.Descriptor, global::EggLink.DanhengServer.Proto.BMPLFJKEOLFReflection.Descriptor, global::EggLink.DanhengServer.Proto.LNKMKNBPIJHReflection.Descriptor, global::EggLink.DanhengServer.Proto.NMGHFOLKFAJReflection.Descriptor, global::EggLink.DanhengServer.Proto.AIDFBBIAPEPReflection.Descriptor, global::EggLink.DanhengServer.Proto.LMMEBMBGLDNReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.NIBJAMFMEFD), global::EggLink.DanhengServer.Proto.NIBJAMFMEFD.Parser, new[]{ "MECLLCDABNO", "FFIPKMHCKHJ", "NFBCGKNOPDA", "DACHANHPPBG", "GetBuffList", "RemoveBuffList", "DMDPCOOAFJK", "HHIBFNAGKFF", "NKCMGBCPJGG", "HANOGACJPKB", "OMFECIMLADC", "NGONCCBLAOL", "FJGHNLNJLPH" }, new[]{ "PFABLBBFOJF" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.NIBJAMFMEFD), global::EggLink.DanhengServer.Proto.NIBJAMFMEFD.Parser, new[]{ "MECLLCDABNO", "FFIPKMHCKHJ", "NFBCGKNOPDA", "DACHANHPPBG", "GetBuffList", "RemoveBuffList", "DMDPCOOAFJK", "HHIBFNAGKFF", "NKCMGBCPJGG", "HANOGACJPKB", "OMFECIMLADC", "NGONCCBLAOL", "FJGHNLNJLPH" }, new[]{ "HHGDGMALAFL" }, null, null, null) })); } #endregion @@ -85,44 +85,44 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public NIBJAMFMEFD(NIBJAMFMEFD other) : this() { - switch (other.PFABLBBFOJFCase) { - case PFABLBBFOJFOneofCase.MECLLCDABNO: + switch (other.HHGDGMALAFLCase) { + case HHGDGMALAFLOneofCase.MECLLCDABNO: MECLLCDABNO = other.MECLLCDABNO.Clone(); break; - case PFABLBBFOJFOneofCase.FFIPKMHCKHJ: + case HHGDGMALAFLOneofCase.FFIPKMHCKHJ: FFIPKMHCKHJ = other.FFIPKMHCKHJ.Clone(); break; - case PFABLBBFOJFOneofCase.NFBCGKNOPDA: + case HHGDGMALAFLOneofCase.NFBCGKNOPDA: NFBCGKNOPDA = other.NFBCGKNOPDA.Clone(); break; - case PFABLBBFOJFOneofCase.DACHANHPPBG: + case HHGDGMALAFLOneofCase.DACHANHPPBG: DACHANHPPBG = other.DACHANHPPBG.Clone(); break; - case PFABLBBFOJFOneofCase.GetBuffList: + case HHGDGMALAFLOneofCase.GetBuffList: GetBuffList = other.GetBuffList.Clone(); break; - case PFABLBBFOJFOneofCase.RemoveBuffList: + case HHGDGMALAFLOneofCase.RemoveBuffList: RemoveBuffList = other.RemoveBuffList.Clone(); break; - case PFABLBBFOJFOneofCase.DMDPCOOAFJK: + case HHGDGMALAFLOneofCase.DMDPCOOAFJK: DMDPCOOAFJK = other.DMDPCOOAFJK.Clone(); break; - case PFABLBBFOJFOneofCase.HHIBFNAGKFF: + case HHGDGMALAFLOneofCase.HHIBFNAGKFF: HHIBFNAGKFF = other.HHIBFNAGKFF.Clone(); break; - case PFABLBBFOJFOneofCase.NKCMGBCPJGG: + case HHGDGMALAFLOneofCase.NKCMGBCPJGG: NKCMGBCPJGG = other.NKCMGBCPJGG.Clone(); break; - case PFABLBBFOJFOneofCase.HANOGACJPKB: + case HHGDGMALAFLOneofCase.HANOGACJPKB: HANOGACJPKB = other.HANOGACJPKB.Clone(); break; - case PFABLBBFOJFOneofCase.OMFECIMLADC: + case HHGDGMALAFLOneofCase.OMFECIMLADC: OMFECIMLADC = other.OMFECIMLADC.Clone(); break; - case PFABLBBFOJFOneofCase.NGONCCBLAOL: + case HHGDGMALAFLOneofCase.NGONCCBLAOL: NGONCCBLAOL = other.NGONCCBLAOL.Clone(); break; - case PFABLBBFOJFOneofCase.FJGHNLNJLPH: + case HHGDGMALAFLOneofCase.FJGHNLNJLPH: FJGHNLNJLPH = other.FJGHNLNJLPH.Clone(); break; } @@ -141,10 +141,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.LMKAAEFPFFO MECLLCDABNO { - get { return pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.MECLLCDABNO ? (global::EggLink.DanhengServer.Proto.LMKAAEFPFFO) pFABLBBFOJF_ : null; } + get { return hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.MECLLCDABNO ? (global::EggLink.DanhengServer.Proto.LMKAAEFPFFO) hHGDGMALAFL_ : null; } set { - pFABLBBFOJF_ = value; - pFABLBBFOJFCase_ = value == null ? PFABLBBFOJFOneofCase.None : PFABLBBFOJFOneofCase.MECLLCDABNO; + hHGDGMALAFL_ = value; + hHGDGMALAFLCase_ = value == null ? HHGDGMALAFLOneofCase.None : HHGDGMALAFLOneofCase.MECLLCDABNO; } } @@ -153,10 +153,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.LMKAAEFPFFO FFIPKMHCKHJ { - get { return pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.FFIPKMHCKHJ ? (global::EggLink.DanhengServer.Proto.LMKAAEFPFFO) pFABLBBFOJF_ : null; } + get { return hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.FFIPKMHCKHJ ? (global::EggLink.DanhengServer.Proto.LMKAAEFPFFO) hHGDGMALAFL_ : null; } set { - pFABLBBFOJF_ = value; - pFABLBBFOJFCase_ = value == null ? PFABLBBFOJFOneofCase.None : PFABLBBFOJFOneofCase.FFIPKMHCKHJ; + hHGDGMALAFL_ = value; + hHGDGMALAFLCase_ = value == null ? HHGDGMALAFLOneofCase.None : HHGDGMALAFLOneofCase.FFIPKMHCKHJ; } } @@ -165,10 +165,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.AIDFBBIAPEP NFBCGKNOPDA { - get { return pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.NFBCGKNOPDA ? (global::EggLink.DanhengServer.Proto.AIDFBBIAPEP) pFABLBBFOJF_ : null; } + get { return hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.NFBCGKNOPDA ? (global::EggLink.DanhengServer.Proto.AIDFBBIAPEP) hHGDGMALAFL_ : null; } set { - pFABLBBFOJF_ = value; - pFABLBBFOJFCase_ = value == null ? PFABLBBFOJFOneofCase.None : PFABLBBFOJFOneofCase.NFBCGKNOPDA; + hHGDGMALAFL_ = value; + hHGDGMALAFLCase_ = value == null ? HHGDGMALAFLOneofCase.None : HHGDGMALAFLOneofCase.NFBCGKNOPDA; } } @@ -177,10 +177,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.AIDFBBIAPEP DACHANHPPBG { - get { return pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.DACHANHPPBG ? (global::EggLink.DanhengServer.Proto.AIDFBBIAPEP) pFABLBBFOJF_ : null; } + get { return hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.DACHANHPPBG ? (global::EggLink.DanhengServer.Proto.AIDFBBIAPEP) hHGDGMALAFL_ : null; } set { - pFABLBBFOJF_ = value; - pFABLBBFOJFCase_ = value == null ? PFABLBBFOJFOneofCase.None : PFABLBBFOJFOneofCase.DACHANHPPBG; + hHGDGMALAFL_ = value; + hHGDGMALAFLCase_ = value == null ? HHGDGMALAFLOneofCase.None : HHGDGMALAFLOneofCase.DACHANHPPBG; } } @@ -189,10 +189,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.BMPLFJKEOLF GetBuffList { - get { return pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.GetBuffList ? (global::EggLink.DanhengServer.Proto.BMPLFJKEOLF) pFABLBBFOJF_ : null; } + get { return hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.GetBuffList ? (global::EggLink.DanhengServer.Proto.BMPLFJKEOLF) hHGDGMALAFL_ : null; } set { - pFABLBBFOJF_ = value; - pFABLBBFOJFCase_ = value == null ? PFABLBBFOJFOneofCase.None : PFABLBBFOJFOneofCase.GetBuffList; + hHGDGMALAFL_ = value; + hHGDGMALAFLCase_ = value == null ? HHGDGMALAFLOneofCase.None : HHGDGMALAFLOneofCase.GetBuffList; } } @@ -201,10 +201,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.BMPLFJKEOLF RemoveBuffList { - get { return pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.RemoveBuffList ? (global::EggLink.DanhengServer.Proto.BMPLFJKEOLF) pFABLBBFOJF_ : null; } + get { return hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.RemoveBuffList ? (global::EggLink.DanhengServer.Proto.BMPLFJKEOLF) hHGDGMALAFL_ : null; } set { - pFABLBBFOJF_ = value; - pFABLBBFOJFCase_ = value == null ? PFABLBBFOJFOneofCase.None : PFABLBBFOJFOneofCase.RemoveBuffList; + hHGDGMALAFL_ = value; + hHGDGMALAFLCase_ = value == null ? HHGDGMALAFLOneofCase.None : HHGDGMALAFLOneofCase.RemoveBuffList; } } @@ -213,10 +213,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.LNKMKNBPIJH DMDPCOOAFJK { - get { return pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.DMDPCOOAFJK ? (global::EggLink.DanhengServer.Proto.LNKMKNBPIJH) pFABLBBFOJF_ : null; } + get { return hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.DMDPCOOAFJK ? (global::EggLink.DanhengServer.Proto.LNKMKNBPIJH) hHGDGMALAFL_ : null; } set { - pFABLBBFOJF_ = value; - pFABLBBFOJFCase_ = value == null ? PFABLBBFOJFOneofCase.None : PFABLBBFOJFOneofCase.DMDPCOOAFJK; + hHGDGMALAFL_ = value; + hHGDGMALAFLCase_ = value == null ? HHGDGMALAFLOneofCase.None : HHGDGMALAFLOneofCase.DMDPCOOAFJK; } } @@ -225,10 +225,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.LNKMKNBPIJH HHIBFNAGKFF { - get { return pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.HHIBFNAGKFF ? (global::EggLink.DanhengServer.Proto.LNKMKNBPIJH) pFABLBBFOJF_ : null; } + get { return hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.HHIBFNAGKFF ? (global::EggLink.DanhengServer.Proto.LNKMKNBPIJH) hHGDGMALAFL_ : null; } set { - pFABLBBFOJF_ = value; - pFABLBBFOJFCase_ = value == null ? PFABLBBFOJFOneofCase.None : PFABLBBFOJFOneofCase.HHIBFNAGKFF; + hHGDGMALAFL_ = value; + hHGDGMALAFLCase_ = value == null ? HHGDGMALAFLOneofCase.None : HHGDGMALAFLOneofCase.HHIBFNAGKFF; } } @@ -237,10 +237,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.LMMEBMBGLDN NKCMGBCPJGG { - get { return pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.NKCMGBCPJGG ? (global::EggLink.DanhengServer.Proto.LMMEBMBGLDN) pFABLBBFOJF_ : null; } + get { return hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.NKCMGBCPJGG ? (global::EggLink.DanhengServer.Proto.LMMEBMBGLDN) hHGDGMALAFL_ : null; } set { - pFABLBBFOJF_ = value; - pFABLBBFOJFCase_ = value == null ? PFABLBBFOJFOneofCase.None : PFABLBBFOJFOneofCase.NKCMGBCPJGG; + hHGDGMALAFL_ = value; + hHGDGMALAFLCase_ = value == null ? HHGDGMALAFLOneofCase.None : HHGDGMALAFLOneofCase.NKCMGBCPJGG; } } @@ -249,10 +249,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.LPBAMOKKJCM HANOGACJPKB { - get { return pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.HANOGACJPKB ? (global::EggLink.DanhengServer.Proto.LPBAMOKKJCM) pFABLBBFOJF_ : null; } + get { return hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.HANOGACJPKB ? (global::EggLink.DanhengServer.Proto.LPBAMOKKJCM) hHGDGMALAFL_ : null; } set { - pFABLBBFOJF_ = value; - pFABLBBFOJFCase_ = value == null ? PFABLBBFOJFOneofCase.None : PFABLBBFOJFOneofCase.HANOGACJPKB; + hHGDGMALAFL_ = value; + hHGDGMALAFLCase_ = value == null ? HHGDGMALAFLOneofCase.None : HHGDGMALAFLOneofCase.HANOGACJPKB; } } @@ -261,10 +261,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.BMPLFJKEOLF OMFECIMLADC { - get { return pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.OMFECIMLADC ? (global::EggLink.DanhengServer.Proto.BMPLFJKEOLF) pFABLBBFOJF_ : null; } + get { return hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.OMFECIMLADC ? (global::EggLink.DanhengServer.Proto.BMPLFJKEOLF) hHGDGMALAFL_ : null; } set { - pFABLBBFOJF_ = value; - pFABLBBFOJFCase_ = value == null ? PFABLBBFOJFOneofCase.None : PFABLBBFOJFOneofCase.OMFECIMLADC; + hHGDGMALAFL_ = value; + hHGDGMALAFLCase_ = value == null ? HHGDGMALAFLOneofCase.None : HHGDGMALAFLOneofCase.OMFECIMLADC; } } @@ -273,10 +273,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.LNKMKNBPIJH NGONCCBLAOL { - get { return pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.NGONCCBLAOL ? (global::EggLink.DanhengServer.Proto.LNKMKNBPIJH) pFABLBBFOJF_ : null; } + get { return hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.NGONCCBLAOL ? (global::EggLink.DanhengServer.Proto.LNKMKNBPIJH) hHGDGMALAFL_ : null; } set { - pFABLBBFOJF_ = value; - pFABLBBFOJFCase_ = value == null ? PFABLBBFOJFOneofCase.None : PFABLBBFOJFOneofCase.NGONCCBLAOL; + hHGDGMALAFL_ = value; + hHGDGMALAFLCase_ = value == null ? HHGDGMALAFLOneofCase.None : HHGDGMALAFLOneofCase.NGONCCBLAOL; } } @@ -285,16 +285,16 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.NMGHFOLKFAJ FJGHNLNJLPH { - get { return pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.FJGHNLNJLPH ? (global::EggLink.DanhengServer.Proto.NMGHFOLKFAJ) pFABLBBFOJF_ : null; } + get { return hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.FJGHNLNJLPH ? (global::EggLink.DanhengServer.Proto.NMGHFOLKFAJ) hHGDGMALAFL_ : null; } set { - pFABLBBFOJF_ = value; - pFABLBBFOJFCase_ = value == null ? PFABLBBFOJFOneofCase.None : PFABLBBFOJFOneofCase.FJGHNLNJLPH; + hHGDGMALAFL_ = value; + hHGDGMALAFLCase_ = value == null ? HHGDGMALAFLOneofCase.None : HHGDGMALAFLOneofCase.FJGHNLNJLPH; } } - private object pFABLBBFOJF_; - /// Enum of possible cases for the "PFABLBBFOJF" oneof. - public enum PFABLBBFOJFOneofCase { + private object hHGDGMALAFL_; + /// Enum of possible cases for the "HHGDGMALAFL" oneof. + public enum HHGDGMALAFLOneofCase { None = 0, MECLLCDABNO = 4, FFIPKMHCKHJ = 6, @@ -310,18 +310,18 @@ namespace EggLink.DanhengServer.Proto { NGONCCBLAOL = 15, FJGHNLNJLPH = 12, } - private PFABLBBFOJFOneofCase pFABLBBFOJFCase_ = PFABLBBFOJFOneofCase.None; + private HHGDGMALAFLOneofCase hHGDGMALAFLCase_ = HHGDGMALAFLOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PFABLBBFOJFOneofCase PFABLBBFOJFCase { - get { return pFABLBBFOJFCase_; } + public HHGDGMALAFLOneofCase HHGDGMALAFLCase { + get { return hHGDGMALAFLCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearPFABLBBFOJF() { - pFABLBBFOJFCase_ = PFABLBBFOJFOneofCase.None; - pFABLBBFOJF_ = null; + public void ClearHHGDGMALAFL() { + hHGDGMALAFLCase_ = HHGDGMALAFLOneofCase.None; + hHGDGMALAFL_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -352,7 +352,7 @@ namespace EggLink.DanhengServer.Proto { if (!object.Equals(OMFECIMLADC, other.OMFECIMLADC)) return false; if (!object.Equals(NGONCCBLAOL, other.NGONCCBLAOL)) return false; if (!object.Equals(FJGHNLNJLPH, other.FJGHNLNJLPH)) return false; - if (PFABLBBFOJFCase != other.PFABLBBFOJFCase) return false; + if (HHGDGMALAFLCase != other.HHGDGMALAFLCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -360,20 +360,20 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.MECLLCDABNO) hash ^= MECLLCDABNO.GetHashCode(); - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.FFIPKMHCKHJ) hash ^= FFIPKMHCKHJ.GetHashCode(); - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.NFBCGKNOPDA) hash ^= NFBCGKNOPDA.GetHashCode(); - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.DACHANHPPBG) hash ^= DACHANHPPBG.GetHashCode(); - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.GetBuffList) hash ^= GetBuffList.GetHashCode(); - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.RemoveBuffList) hash ^= RemoveBuffList.GetHashCode(); - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.DMDPCOOAFJK) hash ^= DMDPCOOAFJK.GetHashCode(); - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.HHIBFNAGKFF) hash ^= HHIBFNAGKFF.GetHashCode(); - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.NKCMGBCPJGG) hash ^= NKCMGBCPJGG.GetHashCode(); - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.HANOGACJPKB) hash ^= HANOGACJPKB.GetHashCode(); - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.OMFECIMLADC) hash ^= OMFECIMLADC.GetHashCode(); - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.NGONCCBLAOL) hash ^= NGONCCBLAOL.GetHashCode(); - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.FJGHNLNJLPH) hash ^= FJGHNLNJLPH.GetHashCode(); - hash ^= (int) pFABLBBFOJFCase_; + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.MECLLCDABNO) hash ^= MECLLCDABNO.GetHashCode(); + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.FFIPKMHCKHJ) hash ^= FFIPKMHCKHJ.GetHashCode(); + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.NFBCGKNOPDA) hash ^= NFBCGKNOPDA.GetHashCode(); + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.DACHANHPPBG) hash ^= DACHANHPPBG.GetHashCode(); + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.GetBuffList) hash ^= GetBuffList.GetHashCode(); + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.RemoveBuffList) hash ^= RemoveBuffList.GetHashCode(); + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.DMDPCOOAFJK) hash ^= DMDPCOOAFJK.GetHashCode(); + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.HHIBFNAGKFF) hash ^= HHIBFNAGKFF.GetHashCode(); + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.NKCMGBCPJGG) hash ^= NKCMGBCPJGG.GetHashCode(); + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.HANOGACJPKB) hash ^= HANOGACJPKB.GetHashCode(); + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.OMFECIMLADC) hash ^= OMFECIMLADC.GetHashCode(); + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.NGONCCBLAOL) hash ^= NGONCCBLAOL.GetHashCode(); + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.FJGHNLNJLPH) hash ^= FJGHNLNJLPH.GetHashCode(); + hash ^= (int) hHGDGMALAFLCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -392,55 +392,55 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.OMFECIMLADC) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.OMFECIMLADC) { output.WriteRawTag(10); output.WriteMessage(OMFECIMLADC); } - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.HHIBFNAGKFF) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.HHIBFNAGKFF) { output.WriteRawTag(18); output.WriteMessage(HHIBFNAGKFF); } - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.DACHANHPPBG) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.DACHANHPPBG) { output.WriteRawTag(26); output.WriteMessage(DACHANHPPBG); } - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.MECLLCDABNO) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.MECLLCDABNO) { output.WriteRawTag(34); output.WriteMessage(MECLLCDABNO); } - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.FFIPKMHCKHJ) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.FFIPKMHCKHJ) { output.WriteRawTag(50); output.WriteMessage(FFIPKMHCKHJ); } - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.NFBCGKNOPDA) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.NFBCGKNOPDA) { output.WriteRawTag(58); output.WriteMessage(NFBCGKNOPDA); } - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.GetBuffList) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.GetBuffList) { output.WriteRawTag(66); output.WriteMessage(GetBuffList); } - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.DMDPCOOAFJK) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.DMDPCOOAFJK) { output.WriteRawTag(74); output.WriteMessage(DMDPCOOAFJK); } - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.NKCMGBCPJGG) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.NKCMGBCPJGG) { output.WriteRawTag(82); output.WriteMessage(NKCMGBCPJGG); } - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.FJGHNLNJLPH) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.FJGHNLNJLPH) { output.WriteRawTag(98); output.WriteMessage(FJGHNLNJLPH); } - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.HANOGACJPKB) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.HANOGACJPKB) { output.WriteRawTag(106); output.WriteMessage(HANOGACJPKB); } - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.RemoveBuffList) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.RemoveBuffList) { output.WriteRawTag(114); output.WriteMessage(RemoveBuffList); } - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.NGONCCBLAOL) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.NGONCCBLAOL) { output.WriteRawTag(122); output.WriteMessage(NGONCCBLAOL); } @@ -454,55 +454,55 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.OMFECIMLADC) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.OMFECIMLADC) { output.WriteRawTag(10); output.WriteMessage(OMFECIMLADC); } - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.HHIBFNAGKFF) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.HHIBFNAGKFF) { output.WriteRawTag(18); output.WriteMessage(HHIBFNAGKFF); } - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.DACHANHPPBG) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.DACHANHPPBG) { output.WriteRawTag(26); output.WriteMessage(DACHANHPPBG); } - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.MECLLCDABNO) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.MECLLCDABNO) { output.WriteRawTag(34); output.WriteMessage(MECLLCDABNO); } - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.FFIPKMHCKHJ) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.FFIPKMHCKHJ) { output.WriteRawTag(50); output.WriteMessage(FFIPKMHCKHJ); } - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.NFBCGKNOPDA) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.NFBCGKNOPDA) { output.WriteRawTag(58); output.WriteMessage(NFBCGKNOPDA); } - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.GetBuffList) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.GetBuffList) { output.WriteRawTag(66); output.WriteMessage(GetBuffList); } - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.DMDPCOOAFJK) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.DMDPCOOAFJK) { output.WriteRawTag(74); output.WriteMessage(DMDPCOOAFJK); } - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.NKCMGBCPJGG) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.NKCMGBCPJGG) { output.WriteRawTag(82); output.WriteMessage(NKCMGBCPJGG); } - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.FJGHNLNJLPH) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.FJGHNLNJLPH) { output.WriteRawTag(98); output.WriteMessage(FJGHNLNJLPH); } - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.HANOGACJPKB) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.HANOGACJPKB) { output.WriteRawTag(106); output.WriteMessage(HANOGACJPKB); } - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.RemoveBuffList) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.RemoveBuffList) { output.WriteRawTag(114); output.WriteMessage(RemoveBuffList); } - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.NGONCCBLAOL) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.NGONCCBLAOL) { output.WriteRawTag(122); output.WriteMessage(NGONCCBLAOL); } @@ -516,43 +516,43 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.MECLLCDABNO) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.MECLLCDABNO) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(MECLLCDABNO); } - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.FFIPKMHCKHJ) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.FFIPKMHCKHJ) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(FFIPKMHCKHJ); } - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.NFBCGKNOPDA) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.NFBCGKNOPDA) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(NFBCGKNOPDA); } - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.DACHANHPPBG) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.DACHANHPPBG) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(DACHANHPPBG); } - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.GetBuffList) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.GetBuffList) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(GetBuffList); } - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.RemoveBuffList) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.RemoveBuffList) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(RemoveBuffList); } - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.DMDPCOOAFJK) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.DMDPCOOAFJK) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(DMDPCOOAFJK); } - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.HHIBFNAGKFF) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.HHIBFNAGKFF) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(HHIBFNAGKFF); } - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.NKCMGBCPJGG) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.NKCMGBCPJGG) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(NKCMGBCPJGG); } - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.HANOGACJPKB) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.HANOGACJPKB) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(HANOGACJPKB); } - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.OMFECIMLADC) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.OMFECIMLADC) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(OMFECIMLADC); } - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.NGONCCBLAOL) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.NGONCCBLAOL) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(NGONCCBLAOL); } - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.FJGHNLNJLPH) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.FJGHNLNJLPH) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(FJGHNLNJLPH); } if (_unknownFields != null) { @@ -567,80 +567,80 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - switch (other.PFABLBBFOJFCase) { - case PFABLBBFOJFOneofCase.MECLLCDABNO: + switch (other.HHGDGMALAFLCase) { + case HHGDGMALAFLOneofCase.MECLLCDABNO: if (MECLLCDABNO == null) { MECLLCDABNO = new global::EggLink.DanhengServer.Proto.LMKAAEFPFFO(); } MECLLCDABNO.MergeFrom(other.MECLLCDABNO); break; - case PFABLBBFOJFOneofCase.FFIPKMHCKHJ: + case HHGDGMALAFLOneofCase.FFIPKMHCKHJ: if (FFIPKMHCKHJ == null) { FFIPKMHCKHJ = new global::EggLink.DanhengServer.Proto.LMKAAEFPFFO(); } FFIPKMHCKHJ.MergeFrom(other.FFIPKMHCKHJ); break; - case PFABLBBFOJFOneofCase.NFBCGKNOPDA: + case HHGDGMALAFLOneofCase.NFBCGKNOPDA: if (NFBCGKNOPDA == null) { NFBCGKNOPDA = new global::EggLink.DanhengServer.Proto.AIDFBBIAPEP(); } NFBCGKNOPDA.MergeFrom(other.NFBCGKNOPDA); break; - case PFABLBBFOJFOneofCase.DACHANHPPBG: + case HHGDGMALAFLOneofCase.DACHANHPPBG: if (DACHANHPPBG == null) { DACHANHPPBG = new global::EggLink.DanhengServer.Proto.AIDFBBIAPEP(); } DACHANHPPBG.MergeFrom(other.DACHANHPPBG); break; - case PFABLBBFOJFOneofCase.GetBuffList: + case HHGDGMALAFLOneofCase.GetBuffList: if (GetBuffList == null) { GetBuffList = new global::EggLink.DanhengServer.Proto.BMPLFJKEOLF(); } GetBuffList.MergeFrom(other.GetBuffList); break; - case PFABLBBFOJFOneofCase.RemoveBuffList: + case HHGDGMALAFLOneofCase.RemoveBuffList: if (RemoveBuffList == null) { RemoveBuffList = new global::EggLink.DanhengServer.Proto.BMPLFJKEOLF(); } RemoveBuffList.MergeFrom(other.RemoveBuffList); break; - case PFABLBBFOJFOneofCase.DMDPCOOAFJK: + case HHGDGMALAFLOneofCase.DMDPCOOAFJK: if (DMDPCOOAFJK == null) { DMDPCOOAFJK = new global::EggLink.DanhengServer.Proto.LNKMKNBPIJH(); } DMDPCOOAFJK.MergeFrom(other.DMDPCOOAFJK); break; - case PFABLBBFOJFOneofCase.HHIBFNAGKFF: + case HHGDGMALAFLOneofCase.HHIBFNAGKFF: if (HHIBFNAGKFF == null) { HHIBFNAGKFF = new global::EggLink.DanhengServer.Proto.LNKMKNBPIJH(); } HHIBFNAGKFF.MergeFrom(other.HHIBFNAGKFF); break; - case PFABLBBFOJFOneofCase.NKCMGBCPJGG: + case HHGDGMALAFLOneofCase.NKCMGBCPJGG: if (NKCMGBCPJGG == null) { NKCMGBCPJGG = new global::EggLink.DanhengServer.Proto.LMMEBMBGLDN(); } NKCMGBCPJGG.MergeFrom(other.NKCMGBCPJGG); break; - case PFABLBBFOJFOneofCase.HANOGACJPKB: + case HHGDGMALAFLOneofCase.HANOGACJPKB: if (HANOGACJPKB == null) { HANOGACJPKB = new global::EggLink.DanhengServer.Proto.LPBAMOKKJCM(); } HANOGACJPKB.MergeFrom(other.HANOGACJPKB); break; - case PFABLBBFOJFOneofCase.OMFECIMLADC: + case HHGDGMALAFLOneofCase.OMFECIMLADC: if (OMFECIMLADC == null) { OMFECIMLADC = new global::EggLink.DanhengServer.Proto.BMPLFJKEOLF(); } OMFECIMLADC.MergeFrom(other.OMFECIMLADC); break; - case PFABLBBFOJFOneofCase.NGONCCBLAOL: + case HHGDGMALAFLOneofCase.NGONCCBLAOL: if (NGONCCBLAOL == null) { NGONCCBLAOL = new global::EggLink.DanhengServer.Proto.LNKMKNBPIJH(); } NGONCCBLAOL.MergeFrom(other.NGONCCBLAOL); break; - case PFABLBBFOJFOneofCase.FJGHNLNJLPH: + case HHGDGMALAFLOneofCase.FJGHNLNJLPH: if (FJGHNLNJLPH == null) { FJGHNLNJLPH = new global::EggLink.DanhengServer.Proto.NMGHFOLKFAJ(); } @@ -665,7 +665,7 @@ namespace EggLink.DanhengServer.Proto { break; case 10: { global::EggLink.DanhengServer.Proto.BMPLFJKEOLF subBuilder = new global::EggLink.DanhengServer.Proto.BMPLFJKEOLF(); - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.OMFECIMLADC) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.OMFECIMLADC) { subBuilder.MergeFrom(OMFECIMLADC); } input.ReadMessage(subBuilder); @@ -674,7 +674,7 @@ namespace EggLink.DanhengServer.Proto { } case 18: { global::EggLink.DanhengServer.Proto.LNKMKNBPIJH subBuilder = new global::EggLink.DanhengServer.Proto.LNKMKNBPIJH(); - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.HHIBFNAGKFF) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.HHIBFNAGKFF) { subBuilder.MergeFrom(HHIBFNAGKFF); } input.ReadMessage(subBuilder); @@ -683,7 +683,7 @@ namespace EggLink.DanhengServer.Proto { } case 26: { global::EggLink.DanhengServer.Proto.AIDFBBIAPEP subBuilder = new global::EggLink.DanhengServer.Proto.AIDFBBIAPEP(); - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.DACHANHPPBG) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.DACHANHPPBG) { subBuilder.MergeFrom(DACHANHPPBG); } input.ReadMessage(subBuilder); @@ -692,7 +692,7 @@ namespace EggLink.DanhengServer.Proto { } case 34: { global::EggLink.DanhengServer.Proto.LMKAAEFPFFO subBuilder = new global::EggLink.DanhengServer.Proto.LMKAAEFPFFO(); - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.MECLLCDABNO) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.MECLLCDABNO) { subBuilder.MergeFrom(MECLLCDABNO); } input.ReadMessage(subBuilder); @@ -701,7 +701,7 @@ namespace EggLink.DanhengServer.Proto { } case 50: { global::EggLink.DanhengServer.Proto.LMKAAEFPFFO subBuilder = new global::EggLink.DanhengServer.Proto.LMKAAEFPFFO(); - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.FFIPKMHCKHJ) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.FFIPKMHCKHJ) { subBuilder.MergeFrom(FFIPKMHCKHJ); } input.ReadMessage(subBuilder); @@ -710,7 +710,7 @@ namespace EggLink.DanhengServer.Proto { } case 58: { global::EggLink.DanhengServer.Proto.AIDFBBIAPEP subBuilder = new global::EggLink.DanhengServer.Proto.AIDFBBIAPEP(); - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.NFBCGKNOPDA) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.NFBCGKNOPDA) { subBuilder.MergeFrom(NFBCGKNOPDA); } input.ReadMessage(subBuilder); @@ -719,7 +719,7 @@ namespace EggLink.DanhengServer.Proto { } case 66: { global::EggLink.DanhengServer.Proto.BMPLFJKEOLF subBuilder = new global::EggLink.DanhengServer.Proto.BMPLFJKEOLF(); - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.GetBuffList) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.GetBuffList) { subBuilder.MergeFrom(GetBuffList); } input.ReadMessage(subBuilder); @@ -728,7 +728,7 @@ namespace EggLink.DanhengServer.Proto { } case 74: { global::EggLink.DanhengServer.Proto.LNKMKNBPIJH subBuilder = new global::EggLink.DanhengServer.Proto.LNKMKNBPIJH(); - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.DMDPCOOAFJK) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.DMDPCOOAFJK) { subBuilder.MergeFrom(DMDPCOOAFJK); } input.ReadMessage(subBuilder); @@ -737,7 +737,7 @@ namespace EggLink.DanhengServer.Proto { } case 82: { global::EggLink.DanhengServer.Proto.LMMEBMBGLDN subBuilder = new global::EggLink.DanhengServer.Proto.LMMEBMBGLDN(); - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.NKCMGBCPJGG) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.NKCMGBCPJGG) { subBuilder.MergeFrom(NKCMGBCPJGG); } input.ReadMessage(subBuilder); @@ -746,7 +746,7 @@ namespace EggLink.DanhengServer.Proto { } case 98: { global::EggLink.DanhengServer.Proto.NMGHFOLKFAJ subBuilder = new global::EggLink.DanhengServer.Proto.NMGHFOLKFAJ(); - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.FJGHNLNJLPH) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.FJGHNLNJLPH) { subBuilder.MergeFrom(FJGHNLNJLPH); } input.ReadMessage(subBuilder); @@ -755,7 +755,7 @@ namespace EggLink.DanhengServer.Proto { } case 106: { global::EggLink.DanhengServer.Proto.LPBAMOKKJCM subBuilder = new global::EggLink.DanhengServer.Proto.LPBAMOKKJCM(); - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.HANOGACJPKB) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.HANOGACJPKB) { subBuilder.MergeFrom(HANOGACJPKB); } input.ReadMessage(subBuilder); @@ -764,7 +764,7 @@ namespace EggLink.DanhengServer.Proto { } case 114: { global::EggLink.DanhengServer.Proto.BMPLFJKEOLF subBuilder = new global::EggLink.DanhengServer.Proto.BMPLFJKEOLF(); - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.RemoveBuffList) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.RemoveBuffList) { subBuilder.MergeFrom(RemoveBuffList); } input.ReadMessage(subBuilder); @@ -773,7 +773,7 @@ namespace EggLink.DanhengServer.Proto { } case 122: { global::EggLink.DanhengServer.Proto.LNKMKNBPIJH subBuilder = new global::EggLink.DanhengServer.Proto.LNKMKNBPIJH(); - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.NGONCCBLAOL) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.NGONCCBLAOL) { subBuilder.MergeFrom(NGONCCBLAOL); } input.ReadMessage(subBuilder); @@ -797,7 +797,7 @@ namespace EggLink.DanhengServer.Proto { break; case 10: { global::EggLink.DanhengServer.Proto.BMPLFJKEOLF subBuilder = new global::EggLink.DanhengServer.Proto.BMPLFJKEOLF(); - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.OMFECIMLADC) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.OMFECIMLADC) { subBuilder.MergeFrom(OMFECIMLADC); } input.ReadMessage(subBuilder); @@ -806,7 +806,7 @@ namespace EggLink.DanhengServer.Proto { } case 18: { global::EggLink.DanhengServer.Proto.LNKMKNBPIJH subBuilder = new global::EggLink.DanhengServer.Proto.LNKMKNBPIJH(); - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.HHIBFNAGKFF) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.HHIBFNAGKFF) { subBuilder.MergeFrom(HHIBFNAGKFF); } input.ReadMessage(subBuilder); @@ -815,7 +815,7 @@ namespace EggLink.DanhengServer.Proto { } case 26: { global::EggLink.DanhengServer.Proto.AIDFBBIAPEP subBuilder = new global::EggLink.DanhengServer.Proto.AIDFBBIAPEP(); - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.DACHANHPPBG) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.DACHANHPPBG) { subBuilder.MergeFrom(DACHANHPPBG); } input.ReadMessage(subBuilder); @@ -824,7 +824,7 @@ namespace EggLink.DanhengServer.Proto { } case 34: { global::EggLink.DanhengServer.Proto.LMKAAEFPFFO subBuilder = new global::EggLink.DanhengServer.Proto.LMKAAEFPFFO(); - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.MECLLCDABNO) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.MECLLCDABNO) { subBuilder.MergeFrom(MECLLCDABNO); } input.ReadMessage(subBuilder); @@ -833,7 +833,7 @@ namespace EggLink.DanhengServer.Proto { } case 50: { global::EggLink.DanhengServer.Proto.LMKAAEFPFFO subBuilder = new global::EggLink.DanhengServer.Proto.LMKAAEFPFFO(); - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.FFIPKMHCKHJ) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.FFIPKMHCKHJ) { subBuilder.MergeFrom(FFIPKMHCKHJ); } input.ReadMessage(subBuilder); @@ -842,7 +842,7 @@ namespace EggLink.DanhengServer.Proto { } case 58: { global::EggLink.DanhengServer.Proto.AIDFBBIAPEP subBuilder = new global::EggLink.DanhengServer.Proto.AIDFBBIAPEP(); - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.NFBCGKNOPDA) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.NFBCGKNOPDA) { subBuilder.MergeFrom(NFBCGKNOPDA); } input.ReadMessage(subBuilder); @@ -851,7 +851,7 @@ namespace EggLink.DanhengServer.Proto { } case 66: { global::EggLink.DanhengServer.Proto.BMPLFJKEOLF subBuilder = new global::EggLink.DanhengServer.Proto.BMPLFJKEOLF(); - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.GetBuffList) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.GetBuffList) { subBuilder.MergeFrom(GetBuffList); } input.ReadMessage(subBuilder); @@ -860,7 +860,7 @@ namespace EggLink.DanhengServer.Proto { } case 74: { global::EggLink.DanhengServer.Proto.LNKMKNBPIJH subBuilder = new global::EggLink.DanhengServer.Proto.LNKMKNBPIJH(); - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.DMDPCOOAFJK) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.DMDPCOOAFJK) { subBuilder.MergeFrom(DMDPCOOAFJK); } input.ReadMessage(subBuilder); @@ -869,7 +869,7 @@ namespace EggLink.DanhengServer.Proto { } case 82: { global::EggLink.DanhengServer.Proto.LMMEBMBGLDN subBuilder = new global::EggLink.DanhengServer.Proto.LMMEBMBGLDN(); - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.NKCMGBCPJGG) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.NKCMGBCPJGG) { subBuilder.MergeFrom(NKCMGBCPJGG); } input.ReadMessage(subBuilder); @@ -878,7 +878,7 @@ namespace EggLink.DanhengServer.Proto { } case 98: { global::EggLink.DanhengServer.Proto.NMGHFOLKFAJ subBuilder = new global::EggLink.DanhengServer.Proto.NMGHFOLKFAJ(); - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.FJGHNLNJLPH) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.FJGHNLNJLPH) { subBuilder.MergeFrom(FJGHNLNJLPH); } input.ReadMessage(subBuilder); @@ -887,7 +887,7 @@ namespace EggLink.DanhengServer.Proto { } case 106: { global::EggLink.DanhengServer.Proto.LPBAMOKKJCM subBuilder = new global::EggLink.DanhengServer.Proto.LPBAMOKKJCM(); - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.HANOGACJPKB) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.HANOGACJPKB) { subBuilder.MergeFrom(HANOGACJPKB); } input.ReadMessage(subBuilder); @@ -896,7 +896,7 @@ namespace EggLink.DanhengServer.Proto { } case 114: { global::EggLink.DanhengServer.Proto.BMPLFJKEOLF subBuilder = new global::EggLink.DanhengServer.Proto.BMPLFJKEOLF(); - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.RemoveBuffList) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.RemoveBuffList) { subBuilder.MergeFrom(RemoveBuffList); } input.ReadMessage(subBuilder); @@ -905,7 +905,7 @@ namespace EggLink.DanhengServer.Proto { } case 122: { global::EggLink.DanhengServer.Proto.LNKMKNBPIJH subBuilder = new global::EggLink.DanhengServer.Proto.LNKMKNBPIJH(); - if (pFABLBBFOJFCase_ == PFABLBBFOJFOneofCase.NGONCCBLAOL) { + if (hHGDGMALAFLCase_ == HHGDGMALAFLOneofCase.NGONCCBLAOL) { subBuilder.MergeFrom(NGONCCBLAOL); } input.ReadMessage(subBuilder); diff --git a/Proto/NJFGJPCANDI.cs b/Proto/NJFGJPCANDI.cs index 57a5a830..e3c9c699 100644 --- a/Proto/NJFGJPCANDI.cs +++ b/Proto/NJFGJPCANDI.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static NJFGJPCANDIReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFOSkZHSlBDQU5ESS5wcm90byJhCgtOSkZHSlBDQU5ESRITCgtCS01QRkVP", - "Q0ZJQhgBIAEoDRITCgtDT0NPTkdBQ0lGShgCIAEoCBITCgtKRUpLSUdBQkVF", - "SxgDIAEoDRITCgtNSUFGUEZQTUFDQRgEIAEoDUIeqgIbRWdnTGluay5EYW5o", - "ZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "ChFOSkZHSlBDQU5ESS5wcm90byJdCgtOSkZHSlBDQU5ESRIPCgdiaXJkX2lk", + "GAEgASgNEhMKC0NPQ09OR0FDSUZKGAIgASgIEhMKC0pFSktJR0FCRUVLGAMg", + "ASgNEhMKC01JQUZQRlBNQUNBGAQgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdT", + "ZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.NJFGJPCANDI), global::EggLink.DanhengServer.Proto.NJFGJPCANDI.Parser, new[]{ "BKMPFEOCFIB", "COCONGACIFJ", "JEJKIGABEEK", "MIAFPFPMACA" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.NJFGJPCANDI), global::EggLink.DanhengServer.Proto.NJFGJPCANDI.Parser, new[]{ "BirdId", "COCONGACIFJ", "JEJKIGABEEK", "MIAFPFPMACA" }, null, null, null, null) })); } #endregion @@ -73,7 +73,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public NJFGJPCANDI(NJFGJPCANDI other) : this() { - bKMPFEOCFIB_ = other.bKMPFEOCFIB_; + birdId_ = other.birdId_; cOCONGACIFJ_ = other.cOCONGACIFJ_; jEJKIGABEEK_ = other.jEJKIGABEEK_; mIAFPFPMACA_ = other.mIAFPFPMACA_; @@ -86,15 +86,15 @@ namespace EggLink.DanhengServer.Proto { return new NJFGJPCANDI(this); } - /// Field number for the "BKMPFEOCFIB" field. - public const int BKMPFEOCFIBFieldNumber = 1; - private uint bKMPFEOCFIB_; + /// Field number for the "bird_id" field. + public const int BirdIdFieldNumber = 1; + private uint birdId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint BKMPFEOCFIB { - get { return bKMPFEOCFIB_; } + public uint BirdId { + get { return birdId_; } set { - bKMPFEOCFIB_ = value; + birdId_ = value; } } @@ -149,7 +149,7 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (BKMPFEOCFIB != other.BKMPFEOCFIB) return false; + if (BirdId != other.BirdId) return false; if (COCONGACIFJ != other.COCONGACIFJ) return false; if (JEJKIGABEEK != other.JEJKIGABEEK) return false; if (MIAFPFPMACA != other.MIAFPFPMACA) return false; @@ -160,7 +160,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (BKMPFEOCFIB != 0) hash ^= BKMPFEOCFIB.GetHashCode(); + if (BirdId != 0) hash ^= BirdId.GetHashCode(); if (COCONGACIFJ != false) hash ^= COCONGACIFJ.GetHashCode(); if (JEJKIGABEEK != 0) hash ^= JEJKIGABEEK.GetHashCode(); if (MIAFPFPMACA != 0) hash ^= MIAFPFPMACA.GetHashCode(); @@ -182,9 +182,9 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (BKMPFEOCFIB != 0) { + if (BirdId != 0) { output.WriteRawTag(8); - output.WriteUInt32(BKMPFEOCFIB); + output.WriteUInt32(BirdId); } if (COCONGACIFJ != false) { output.WriteRawTag(16); @@ -208,9 +208,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (BKMPFEOCFIB != 0) { + if (BirdId != 0) { output.WriteRawTag(8); - output.WriteUInt32(BKMPFEOCFIB); + output.WriteUInt32(BirdId); } if (COCONGACIFJ != false) { output.WriteRawTag(16); @@ -234,8 +234,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (BKMPFEOCFIB != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BKMPFEOCFIB); + if (BirdId != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BirdId); } if (COCONGACIFJ != false) { size += 1 + 1; @@ -258,8 +258,8 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - if (other.BKMPFEOCFIB != 0) { - BKMPFEOCFIB = other.BKMPFEOCFIB; + if (other.BirdId != 0) { + BirdId = other.BirdId; } if (other.COCONGACIFJ != false) { COCONGACIFJ = other.COCONGACIFJ; @@ -286,7 +286,7 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 8: { - BKMPFEOCFIB = input.ReadUInt32(); + BirdId = input.ReadUInt32(); break; } case 16: { @@ -317,7 +317,7 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 8: { - BKMPFEOCFIB = input.ReadUInt32(); + BirdId = input.ReadUInt32(); break; } case 16: { diff --git a/Proto/NJKENNCJLCF.cs b/Proto/NJKENNCJLCF.cs index 14d54f71..b19a6d1f 100644 --- a/Proto/NJKENNCJLCF.cs +++ b/Proto/NJKENNCJLCF.cs @@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto { static NJKENNCJLCFReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFOSktFTk5DSkxDRi5wcm90bxoZVHJhaW5QYXJ0eUV2ZW50VHlwZS5wcm90", - "bxoRSEhQSUFGQkhKQ0YucHJvdG8ibQoLTkpLRU5OQ0pMQ0YSIQoLb3B0aW9u", + "ChFOSktFTk5DSkxDRi5wcm90bxoRSEhQSUFGQkhKQ0YucHJvdG8aGVRyYWlu", + "UGFydHlFdmVudFR5cGUucHJvdG8ibQoLTkpLRU5OQ0pMQ0YSIQoLb3B0aW9u", "X2xpc3QYDCADKAsyDC5ISFBJQUZCSEpDRhIQCghldmVudF9pZBgHIAEoDRIp", "CgtIT0lPS0JLR0ZEThgCIAEoDjIULlRyYWluUGFydHlFdmVudFR5cGVCHqoC", "G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.TrainPartyEventTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.HHPIAFBHJCFReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.HHPIAFBHJCFReflection.Descriptor, global::EggLink.DanhengServer.Proto.TrainPartyEventTypeReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.NJKENNCJLCF), global::EggLink.DanhengServer.Proto.NJKENNCJLCF.Parser, new[]{ "OptionList", "EventId", "HOIOKBKGFDN" }, null, null, null, null) })); diff --git a/Proto/InsideRelic.cs b/Proto/NKGHHAFANHN.cs similarity index 90% rename from Proto/InsideRelic.cs rename to Proto/NKGHHAFANHN.cs index 3012c990..75a403d5 100644 --- a/Proto/InsideRelic.cs +++ b/Proto/NKGHHAFANHN.cs @@ -1,6 +1,6 @@ // // Generated by the protocol buffer compiler. DO NOT EDIT! -// source: InsideRelic.proto +// source: NKGHHAFANHN.proto // #pragma warning disable 1591, 0612, 3021, 8981 #region Designer generated code @@ -11,27 +11,27 @@ using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; namespace EggLink.DanhengServer.Proto { - /// Holder for reflection information generated from InsideRelic.proto - public static partial class InsideRelicReflection { + /// Holder for reflection information generated from NKGHHAFANHN.proto + public static partial class NKGHHAFANHNReflection { #region Descriptor - /// File descriptor for InsideRelic.proto + /// File descriptor for NKGHHAFANHN.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; - static InsideRelicReflection() { + static NKGHHAFANHNReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFJbnNpZGVSZWxpYy5wcm90byJMCgtJbnNpZGVSZWxpYxITCgtLSUNPQk5Q", + "ChFOS0dISEFGQU5ITi5wcm90byJMCgtOS0dISEFGQU5IThITCgtLSUNPQk5Q", "Q0tBRRgKIAEoDRITCgtGTEVFRkpMTkxDSBgIIAEoDRITCgtJSUtHQ0pGSkFE", "RhgJIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90", "bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.InsideRelic), global::EggLink.DanhengServer.Proto.InsideRelic.Parser, new[]{ "KICOBNPCKAE", "FLEEFJLNLCH", "IIKGCJFJADF" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.NKGHHAFANHN), global::EggLink.DanhengServer.Proto.NKGHHAFANHN.Parser, new[]{ "KICOBNPCKAE", "FLEEFJLNLCH", "IIKGCJFJADF" }, null, null, null, null) })); } #endregion @@ -39,21 +39,21 @@ namespace EggLink.DanhengServer.Proto { } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class InsideRelic : pb::IMessage + public sealed partial class NKGHHAFANHN : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new InsideRelic()); + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NKGHHAFANHN()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } + public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.InsideRelicReflection.Descriptor.MessageTypes[0]; } + get { return global::EggLink.DanhengServer.Proto.NKGHHAFANHNReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -64,7 +64,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public InsideRelic() { + public NKGHHAFANHN() { OnConstruction(); } @@ -72,7 +72,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public InsideRelic(InsideRelic other) : this() { + public NKGHHAFANHN(NKGHHAFANHN other) : this() { kICOBNPCKAE_ = other.kICOBNPCKAE_; fLEEFJLNLCH_ = other.fLEEFJLNLCH_; iIKGCJFJADF_ = other.iIKGCJFJADF_; @@ -81,8 +81,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public InsideRelic Clone() { - return new InsideRelic(this); + public NKGHHAFANHN Clone() { + return new NKGHHAFANHN(this); } /// Field number for the "KICOBNPCKAE" field. @@ -124,12 +124,12 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { - return Equals(other as InsideRelic); + return Equals(other as NKGHHAFANHN); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(InsideRelic other) { + public bool Equals(NKGHHAFANHN other) { if (ReferenceEquals(other, null)) { return false; } @@ -228,7 +228,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(InsideRelic other) { + public void MergeFrom(NKGHHAFANHN other) { if (other == null) { return; } diff --git a/Proto/NLBPMNKBMEH.cs b/Proto/NLBPMNKBMEH.cs deleted file mode 100644 index a3cdfb81..00000000 --- a/Proto/NLBPMNKBMEH.cs +++ /dev/null @@ -1,271 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: NLBPMNKBMEH.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from NLBPMNKBMEH.proto - public static partial class NLBPMNKBMEHReflection { - - #region Descriptor - /// File descriptor for NLBPMNKBMEH.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static NLBPMNKBMEHReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFOTEJQTU5LQk1FSC5wcm90byIzCgtOTEJQTU5LQk1FSBIPCgdpdGVtX2lk", - "GAggASgNEhMKC0RJT09LRk9DQ01PGAQgASgNQh6qAhtFZ2dMaW5rLkRhbmhl", - "bmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.NLBPMNKBMEH), global::EggLink.DanhengServer.Proto.NLBPMNKBMEH.Parser, new[]{ "ItemId", "DIOOKFOCCMO" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class NLBPMNKBMEH : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NLBPMNKBMEH()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.NLBPMNKBMEHReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public NLBPMNKBMEH() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public NLBPMNKBMEH(NLBPMNKBMEH other) : this() { - itemId_ = other.itemId_; - dIOOKFOCCMO_ = other.dIOOKFOCCMO_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public NLBPMNKBMEH Clone() { - return new NLBPMNKBMEH(this); - } - - /// Field number for the "item_id" field. - public const int ItemIdFieldNumber = 8; - private uint itemId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint ItemId { - get { return itemId_; } - set { - itemId_ = value; - } - } - - /// Field number for the "DIOOKFOCCMO" field. - public const int DIOOKFOCCMOFieldNumber = 4; - private uint dIOOKFOCCMO_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint DIOOKFOCCMO { - get { return dIOOKFOCCMO_; } - set { - dIOOKFOCCMO_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as NLBPMNKBMEH); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(NLBPMNKBMEH other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (ItemId != other.ItemId) return false; - if (DIOOKFOCCMO != other.DIOOKFOCCMO) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (ItemId != 0) hash ^= ItemId.GetHashCode(); - if (DIOOKFOCCMO != 0) hash ^= DIOOKFOCCMO.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (DIOOKFOCCMO != 0) { - output.WriteRawTag(32); - output.WriteUInt32(DIOOKFOCCMO); - } - if (ItemId != 0) { - output.WriteRawTag(64); - output.WriteUInt32(ItemId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (DIOOKFOCCMO != 0) { - output.WriteRawTag(32); - output.WriteUInt32(DIOOKFOCCMO); - } - if (ItemId != 0) { - output.WriteRawTag(64); - output.WriteUInt32(ItemId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (ItemId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ItemId); - } - if (DIOOKFOCCMO != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DIOOKFOCCMO); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(NLBPMNKBMEH other) { - if (other == null) { - return; - } - if (other.ItemId != 0) { - ItemId = other.ItemId; - } - if (other.DIOOKFOCCMO != 0) { - DIOOKFOCCMO = other.DIOOKFOCCMO; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 32: { - DIOOKFOCCMO = input.ReadUInt32(); - break; - } - case 64: { - ItemId = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 32: { - DIOOKFOCCMO = input.ReadUInt32(); - break; - } - case 64: { - ItemId = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/NLEFPBICECN.cs b/Proto/NLEFPBICECN.cs deleted file mode 100644 index e66d96b2..00000000 --- a/Proto/NLEFPBICECN.cs +++ /dev/null @@ -1,53 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: NLEFPBICECN.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from NLEFPBICECN.proto - public static partial class NLEFPBICECNReflection { - - #region Descriptor - /// File descriptor for NLEFPBICECN.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static NLEFPBICECNReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFOTEVGUEJJQ0VDTi5wcm90byq6AQoLTkxFRlBCSUNFQ04SHAoYUFVOS19M", - "T1JEX09QRVJBVElPTl9OT05FEAASHwobUFVOS19MT1JEX09QRVJBVElPTl9S", - "RUZSRVNIEAESHQoZUFVOS19MT1JEX09QRVJBVElPTl9TSEFSRRACEiIKHlBV", - "TktfTE9SRF9PUEVSQVRJT05fU1RBUlRfUkFJRBADEikKJVBVTktfTE9SRF9P", - "UEVSQVRJT05fR0VUX0JBVFRMRV9SRUNPUkQQBEIeqgIbRWdnTGluay5EYW5o", - "ZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.NLEFPBICECN), }, null, null)); - } - #endregion - - } - #region Enums - public enum NLEFPBICECN { - [pbr::OriginalName("PUNK_LORD_OPERATION_NONE")] PunkLordOperationNone = 0, - [pbr::OriginalName("PUNK_LORD_OPERATION_REFRESH")] PunkLordOperationRefresh = 1, - [pbr::OriginalName("PUNK_LORD_OPERATION_SHARE")] PunkLordOperationShare = 2, - [pbr::OriginalName("PUNK_LORD_OPERATION_START_RAID")] PunkLordOperationStartRaid = 3, - [pbr::OriginalName("PUNK_LORD_OPERATION_GET_BATTLE_RECORD")] PunkLordOperationGetBattleRecord = 4, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/NOOBBIHJKMA.cs b/Proto/NOOBBIHJKMA.cs deleted file mode 100644 index ade1c3b1..00000000 --- a/Proto/NOOBBIHJKMA.cs +++ /dev/null @@ -1,346 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: NOOBBIHJKMA.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from NOOBBIHJKMA.proto - public static partial class NOOBBIHJKMAReflection { - - #region Descriptor - /// File descriptor for NOOBBIHJKMA.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static NOOBBIHJKMAReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFOT09CQklISktNQS5wcm90byJhCgtOT09CQklISktNQRITCgtNRkxFS0hI", - "UElFTxgBIAEoBRITCgtNQUpMR0pDRkdKQRgCIAEoBRITCgtJT0xDRkxPRkFH", - "RhgDIAEoBRITCgtBTUVJSU1GS0JGQRgEIAEoBUIeqgIbRWdnTGluay5EYW5o", - "ZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.NOOBBIHJKMA), global::EggLink.DanhengServer.Proto.NOOBBIHJKMA.Parser, new[]{ "MFLEKHHPIEO", "MAJLGJCFGJA", "IOLCFLOFAGF", "AMEIIMFKBFA" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class NOOBBIHJKMA : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NOOBBIHJKMA()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.NOOBBIHJKMAReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public NOOBBIHJKMA() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public NOOBBIHJKMA(NOOBBIHJKMA other) : this() { - mFLEKHHPIEO_ = other.mFLEKHHPIEO_; - mAJLGJCFGJA_ = other.mAJLGJCFGJA_; - iOLCFLOFAGF_ = other.iOLCFLOFAGF_; - aMEIIMFKBFA_ = other.aMEIIMFKBFA_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public NOOBBIHJKMA Clone() { - return new NOOBBIHJKMA(this); - } - - /// Field number for the "MFLEKHHPIEO" field. - public const int MFLEKHHPIEOFieldNumber = 1; - private int mFLEKHHPIEO_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int MFLEKHHPIEO { - get { return mFLEKHHPIEO_; } - set { - mFLEKHHPIEO_ = value; - } - } - - /// Field number for the "MAJLGJCFGJA" field. - public const int MAJLGJCFGJAFieldNumber = 2; - private int mAJLGJCFGJA_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int MAJLGJCFGJA { - get { return mAJLGJCFGJA_; } - set { - mAJLGJCFGJA_ = value; - } - } - - /// Field number for the "IOLCFLOFAGF" field. - public const int IOLCFLOFAGFFieldNumber = 3; - private int iOLCFLOFAGF_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int IOLCFLOFAGF { - get { return iOLCFLOFAGF_; } - set { - iOLCFLOFAGF_ = value; - } - } - - /// Field number for the "AMEIIMFKBFA" field. - public const int AMEIIMFKBFAFieldNumber = 4; - private int aMEIIMFKBFA_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int AMEIIMFKBFA { - get { return aMEIIMFKBFA_; } - set { - aMEIIMFKBFA_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as NOOBBIHJKMA); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(NOOBBIHJKMA other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (MFLEKHHPIEO != other.MFLEKHHPIEO) return false; - if (MAJLGJCFGJA != other.MAJLGJCFGJA) return false; - if (IOLCFLOFAGF != other.IOLCFLOFAGF) return false; - if (AMEIIMFKBFA != other.AMEIIMFKBFA) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (MFLEKHHPIEO != 0) hash ^= MFLEKHHPIEO.GetHashCode(); - if (MAJLGJCFGJA != 0) hash ^= MAJLGJCFGJA.GetHashCode(); - if (IOLCFLOFAGF != 0) hash ^= IOLCFLOFAGF.GetHashCode(); - if (AMEIIMFKBFA != 0) hash ^= AMEIIMFKBFA.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (MFLEKHHPIEO != 0) { - output.WriteRawTag(8); - output.WriteInt32(MFLEKHHPIEO); - } - if (MAJLGJCFGJA != 0) { - output.WriteRawTag(16); - output.WriteInt32(MAJLGJCFGJA); - } - if (IOLCFLOFAGF != 0) { - output.WriteRawTag(24); - output.WriteInt32(IOLCFLOFAGF); - } - if (AMEIIMFKBFA != 0) { - output.WriteRawTag(32); - output.WriteInt32(AMEIIMFKBFA); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (MFLEKHHPIEO != 0) { - output.WriteRawTag(8); - output.WriteInt32(MFLEKHHPIEO); - } - if (MAJLGJCFGJA != 0) { - output.WriteRawTag(16); - output.WriteInt32(MAJLGJCFGJA); - } - if (IOLCFLOFAGF != 0) { - output.WriteRawTag(24); - output.WriteInt32(IOLCFLOFAGF); - } - if (AMEIIMFKBFA != 0) { - output.WriteRawTag(32); - output.WriteInt32(AMEIIMFKBFA); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (MFLEKHHPIEO != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(MFLEKHHPIEO); - } - if (MAJLGJCFGJA != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(MAJLGJCFGJA); - } - if (IOLCFLOFAGF != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(IOLCFLOFAGF); - } - if (AMEIIMFKBFA != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(AMEIIMFKBFA); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(NOOBBIHJKMA other) { - if (other == null) { - return; - } - if (other.MFLEKHHPIEO != 0) { - MFLEKHHPIEO = other.MFLEKHHPIEO; - } - if (other.MAJLGJCFGJA != 0) { - MAJLGJCFGJA = other.MAJLGJCFGJA; - } - if (other.IOLCFLOFAGF != 0) { - IOLCFLOFAGF = other.IOLCFLOFAGF; - } - if (other.AMEIIMFKBFA != 0) { - AMEIIMFKBFA = other.AMEIIMFKBFA; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - MFLEKHHPIEO = input.ReadInt32(); - break; - } - case 16: { - MAJLGJCFGJA = input.ReadInt32(); - break; - } - case 24: { - IOLCFLOFAGF = input.ReadInt32(); - break; - } - case 32: { - AMEIIMFKBFA = input.ReadInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - MFLEKHHPIEO = input.ReadInt32(); - break; - } - case 16: { - MAJLGJCFGJA = input.ReadInt32(); - break; - } - case 24: { - IOLCFLOFAGF = input.ReadInt32(); - break; - } - case 32: { - AMEIIMFKBFA = input.ReadInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/NPDIPKHDCNF.cs b/Proto/NPDIPKHDCNF.cs deleted file mode 100644 index f03102b8..00000000 --- a/Proto/NPDIPKHDCNF.cs +++ /dev/null @@ -1,337 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: NPDIPKHDCNF.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from NPDIPKHDCNF.proto - public static partial class NPDIPKHDCNFReflection { - - #region Descriptor - /// File descriptor for NPDIPKHDCNF.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static NPDIPKHDCNFReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFOUERJUEtIRENORi5wcm90byJfCgtOUERJUEtIRENORhIWCg5zZWxlY3Rf", - "Y2VsbF9pZBgKIAEoDRIPCgdjb25maXJtGAIgASgIEhMKC05IR09KRE9ER01B", - "GA8gAygNEhIKCmJsb2NrX3R5cGUYCCABKA1CHqoCG0VnZ0xpbmsuRGFuaGVu", - "Z1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.NPDIPKHDCNF), global::EggLink.DanhengServer.Proto.NPDIPKHDCNF.Parser, new[]{ "SelectCellId", "Confirm", "NHGOJDODGMA", "BlockType" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class NPDIPKHDCNF : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NPDIPKHDCNF()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.NPDIPKHDCNFReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public NPDIPKHDCNF() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public NPDIPKHDCNF(NPDIPKHDCNF other) : this() { - selectCellId_ = other.selectCellId_; - confirm_ = other.confirm_; - nHGOJDODGMA_ = other.nHGOJDODGMA_.Clone(); - blockType_ = other.blockType_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public NPDIPKHDCNF Clone() { - return new NPDIPKHDCNF(this); - } - - /// Field number for the "select_cell_id" field. - public const int SelectCellIdFieldNumber = 10; - private uint selectCellId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint SelectCellId { - get { return selectCellId_; } - set { - selectCellId_ = value; - } - } - - /// Field number for the "confirm" field. - public const int ConfirmFieldNumber = 2; - private bool confirm_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Confirm { - get { return confirm_; } - set { - confirm_ = value; - } - } - - /// Field number for the "NHGOJDODGMA" field. - public const int NHGOJDODGMAFieldNumber = 15; - private static readonly pb::FieldCodec _repeated_nHGOJDODGMA_codec - = pb::FieldCodec.ForUInt32(122); - private readonly pbc::RepeatedField nHGOJDODGMA_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField NHGOJDODGMA { - get { return nHGOJDODGMA_; } - } - - /// Field number for the "block_type" field. - public const int BlockTypeFieldNumber = 8; - private uint blockType_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint BlockType { - get { return blockType_; } - set { - blockType_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as NPDIPKHDCNF); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(NPDIPKHDCNF other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (SelectCellId != other.SelectCellId) return false; - if (Confirm != other.Confirm) return false; - if(!nHGOJDODGMA_.Equals(other.nHGOJDODGMA_)) return false; - if (BlockType != other.BlockType) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (SelectCellId != 0) hash ^= SelectCellId.GetHashCode(); - if (Confirm != false) hash ^= Confirm.GetHashCode(); - hash ^= nHGOJDODGMA_.GetHashCode(); - if (BlockType != 0) hash ^= BlockType.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Confirm != false) { - output.WriteRawTag(16); - output.WriteBool(Confirm); - } - if (BlockType != 0) { - output.WriteRawTag(64); - output.WriteUInt32(BlockType); - } - if (SelectCellId != 0) { - output.WriteRawTag(80); - output.WriteUInt32(SelectCellId); - } - nHGOJDODGMA_.WriteTo(output, _repeated_nHGOJDODGMA_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Confirm != false) { - output.WriteRawTag(16); - output.WriteBool(Confirm); - } - if (BlockType != 0) { - output.WriteRawTag(64); - output.WriteUInt32(BlockType); - } - if (SelectCellId != 0) { - output.WriteRawTag(80); - output.WriteUInt32(SelectCellId); - } - nHGOJDODGMA_.WriteTo(ref output, _repeated_nHGOJDODGMA_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (SelectCellId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SelectCellId); - } - if (Confirm != false) { - size += 1 + 1; - } - size += nHGOJDODGMA_.CalculateSize(_repeated_nHGOJDODGMA_codec); - if (BlockType != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BlockType); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(NPDIPKHDCNF other) { - if (other == null) { - return; - } - if (other.SelectCellId != 0) { - SelectCellId = other.SelectCellId; - } - if (other.Confirm != false) { - Confirm = other.Confirm; - } - nHGOJDODGMA_.Add(other.nHGOJDODGMA_); - if (other.BlockType != 0) { - BlockType = other.BlockType; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 16: { - Confirm = input.ReadBool(); - break; - } - case 64: { - BlockType = input.ReadUInt32(); - break; - } - case 80: { - SelectCellId = input.ReadUInt32(); - break; - } - case 122: - case 120: { - nHGOJDODGMA_.AddEntriesFrom(input, _repeated_nHGOJDODGMA_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 16: { - Confirm = input.ReadBool(); - break; - } - case 64: { - BlockType = input.ReadUInt32(); - break; - } - case 80: { - SelectCellId = input.ReadUInt32(); - break; - } - case 122: - case 120: { - nHGOJDODGMA_.AddEntriesFrom(ref input, _repeated_nHGOJDODGMA_codec); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/NPMMPIHFJAJ.cs b/Proto/NPMMPIHFJAJ.cs deleted file mode 100644 index aaed242f..00000000 --- a/Proto/NPMMPIHFJAJ.cs +++ /dev/null @@ -1,234 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: NPMMPIHFJAJ.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from NPMMPIHFJAJ.proto - public static partial class NPMMPIHFJAJReflection { - - #region Descriptor - /// File descriptor for NPMMPIHFJAJ.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static NPMMPIHFJAJReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFOUE1NUElIRkpBSi5wcm90byIiCgtOUE1NUElIRkpBShITCgtNS0JQRFBB", - "RkFQSxgEIAEoCEIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", - "cm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.NPMMPIHFJAJ), global::EggLink.DanhengServer.Proto.NPMMPIHFJAJ.Parser, new[]{ "MKBPDPAFAPK" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class NPMMPIHFJAJ : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NPMMPIHFJAJ()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.NPMMPIHFJAJReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public NPMMPIHFJAJ() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public NPMMPIHFJAJ(NPMMPIHFJAJ other) : this() { - mKBPDPAFAPK_ = other.mKBPDPAFAPK_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public NPMMPIHFJAJ Clone() { - return new NPMMPIHFJAJ(this); - } - - /// Field number for the "MKBPDPAFAPK" field. - public const int MKBPDPAFAPKFieldNumber = 4; - private bool mKBPDPAFAPK_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool MKBPDPAFAPK { - get { return mKBPDPAFAPK_; } - set { - mKBPDPAFAPK_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as NPMMPIHFJAJ); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(NPMMPIHFJAJ other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (MKBPDPAFAPK != other.MKBPDPAFAPK) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (MKBPDPAFAPK != false) hash ^= MKBPDPAFAPK.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (MKBPDPAFAPK != false) { - output.WriteRawTag(32); - output.WriteBool(MKBPDPAFAPK); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (MKBPDPAFAPK != false) { - output.WriteRawTag(32); - output.WriteBool(MKBPDPAFAPK); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (MKBPDPAFAPK != false) { - size += 1 + 1; - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(NPMMPIHFJAJ other) { - if (other == null) { - return; - } - if (other.MKBPDPAFAPK != false) { - MKBPDPAFAPK = other.MKBPDPAFAPK; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 32: { - MKBPDPAFAPK = input.ReadBool(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 32: { - MKBPDPAFAPK = input.ReadBool(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/NewMailScNotify.cs b/Proto/NewMailScNotify.cs index 2a2645c1..4cc0c049 100644 --- a/Proto/NewMailScNotify.cs +++ b/Proto/NewMailScNotify.cs @@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto { static NewMailScNotifyReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChVOZXdNYWlsU2NOb3RpZnkucHJvdG8iJQoPTmV3TWFpbFNjTm90aWZ5EhIK", - "Ck1haWxJZExpc3QYBSADKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Q", - "cm90b2IGcHJvdG8z")); + "ChVOZXdNYWlsU2NOb3RpZnkucHJvdG8iJwoPTmV3TWFpbFNjTm90aWZ5EhQK", + "DG1haWxfaWRfbGlzdBgFIAMoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy", + "LlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -82,7 +82,7 @@ namespace EggLink.DanhengServer.Proto { return new NewMailScNotify(this); } - /// Field number for the "MailIdList" field. + /// Field number for the "mail_id_list" field. public const int MailIdListFieldNumber = 5; private static readonly pb::FieldCodec _repeated_mailIdList_codec = pb::FieldCodec.ForUInt32(42); diff --git a/Proto/NpcExtraInfo.cs b/Proto/NpcExtraInfo.cs index 06c2733f..fe523475 100644 --- a/Proto/NpcExtraInfo.cs +++ b/Proto/NpcExtraInfo.cs @@ -24,17 +24,17 @@ namespace EggLink.DanhengServer.Proto { static NpcExtraInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChJOcGNFeHRyYUluZm8ucHJvdG8aFk5wY1JvZ3VlR2FtZUluZm8ucHJvdG8a", - "EUtLRktLUFBMREFJLnByb3RvGhFDTEZBQ0JDR0lGTC5wcm90byKTAQoMTnBj", + "ChJOcGNFeHRyYUluZm8ucHJvdG8aEUtLRktLUFBMREFJLnByb3RvGhZOcGNS", + "b2d1ZUdhbWVJbmZvLnByb3RvGhFDTEZBQ0JDR0lGTC5wcm90byKVAQoMTnBj", "RXh0cmFJbmZvEiwKD3JvZ3VlX2dhbWVfaW5mbxgDIAEoCzIRLk5wY1JvZ3Vl", "R2FtZUluZm9IABIjCgtKS0pPUE1FRkNCTxgLIAEoCzIMLktLRktLUFBMREFJ", - "SAASIwoLUE5CSkpCSk5NR0wYCiABKAsyDC5DTEZBQ0JDR0lGTEgAQgsKCWlu", - "Zm9fY2FzZUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90", - "bzM=")); + "SAASIwoLUE5CSkpCSk5NR0wYCiABKAsyDC5DTEZBQ0JDR0lGTEgAQg0KC01N", + "QUFCTlBGTEJCQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy", + "b3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.NpcRogueGameInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.KKFKKPPLDAIReflection.Descriptor, global::EggLink.DanhengServer.Proto.CLFACBCGIFLReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.KKFKKPPLDAIReflection.Descriptor, global::EggLink.DanhengServer.Proto.NpcRogueGameInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.CLFACBCGIFLReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.NpcExtraInfo), global::EggLink.DanhengServer.Proto.NpcExtraInfo.Parser, new[]{ "RogueGameInfo", "JKJOPMEFCBO", "PNBJJBJNMGL" }, new[]{ "InfoCase" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.NpcExtraInfo), global::EggLink.DanhengServer.Proto.NpcExtraInfo.Parser, new[]{ "RogueGameInfo", "JKJOPMEFCBO", "PNBJJBJNMGL" }, new[]{ "MMAABNPFLBB" }, null, null, null) })); } #endregion @@ -76,14 +76,14 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public NpcExtraInfo(NpcExtraInfo other) : this() { - switch (other.InfoCaseCase) { - case InfoCaseOneofCase.RogueGameInfo: + switch (other.MMAABNPFLBBCase) { + case MMAABNPFLBBOneofCase.RogueGameInfo: RogueGameInfo = other.RogueGameInfo.Clone(); break; - case InfoCaseOneofCase.JKJOPMEFCBO: + case MMAABNPFLBBOneofCase.JKJOPMEFCBO: JKJOPMEFCBO = other.JKJOPMEFCBO.Clone(); break; - case InfoCaseOneofCase.PNBJJBJNMGL: + case MMAABNPFLBBOneofCase.PNBJJBJNMGL: PNBJJBJNMGL = other.PNBJJBJNMGL.Clone(); break; } @@ -102,10 +102,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.NpcRogueGameInfo RogueGameInfo { - get { return infoCaseCase_ == InfoCaseOneofCase.RogueGameInfo ? (global::EggLink.DanhengServer.Proto.NpcRogueGameInfo) infoCase_ : null; } + get { return mMAABNPFLBBCase_ == MMAABNPFLBBOneofCase.RogueGameInfo ? (global::EggLink.DanhengServer.Proto.NpcRogueGameInfo) mMAABNPFLBB_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.RogueGameInfo; + mMAABNPFLBB_ = value; + mMAABNPFLBBCase_ = value == null ? MMAABNPFLBBOneofCase.None : MMAABNPFLBBOneofCase.RogueGameInfo; } } @@ -114,10 +114,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.KKFKKPPLDAI JKJOPMEFCBO { - get { return infoCaseCase_ == InfoCaseOneofCase.JKJOPMEFCBO ? (global::EggLink.DanhengServer.Proto.KKFKKPPLDAI) infoCase_ : null; } + get { return mMAABNPFLBBCase_ == MMAABNPFLBBOneofCase.JKJOPMEFCBO ? (global::EggLink.DanhengServer.Proto.KKFKKPPLDAI) mMAABNPFLBB_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.JKJOPMEFCBO; + mMAABNPFLBB_ = value; + mMAABNPFLBBCase_ = value == null ? MMAABNPFLBBOneofCase.None : MMAABNPFLBBOneofCase.JKJOPMEFCBO; } } @@ -126,33 +126,33 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.CLFACBCGIFL PNBJJBJNMGL { - get { return infoCaseCase_ == InfoCaseOneofCase.PNBJJBJNMGL ? (global::EggLink.DanhengServer.Proto.CLFACBCGIFL) infoCase_ : null; } + get { return mMAABNPFLBBCase_ == MMAABNPFLBBOneofCase.PNBJJBJNMGL ? (global::EggLink.DanhengServer.Proto.CLFACBCGIFL) mMAABNPFLBB_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.PNBJJBJNMGL; + mMAABNPFLBB_ = value; + mMAABNPFLBBCase_ = value == null ? MMAABNPFLBBOneofCase.None : MMAABNPFLBBOneofCase.PNBJJBJNMGL; } } - private object infoCase_; - /// Enum of possible cases for the "info_case" oneof. - public enum InfoCaseOneofCase { + private object mMAABNPFLBB_; + /// Enum of possible cases for the "MMAABNPFLBB" oneof. + public enum MMAABNPFLBBOneofCase { None = 0, RogueGameInfo = 3, JKJOPMEFCBO = 11, PNBJJBJNMGL = 10, } - private InfoCaseOneofCase infoCaseCase_ = InfoCaseOneofCase.None; + private MMAABNPFLBBOneofCase mMAABNPFLBBCase_ = MMAABNPFLBBOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public InfoCaseOneofCase InfoCaseCase { - get { return infoCaseCase_; } + public MMAABNPFLBBOneofCase MMAABNPFLBBCase { + get { return mMAABNPFLBBCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearInfoCase() { - infoCaseCase_ = InfoCaseOneofCase.None; - infoCase_ = null; + public void ClearMMAABNPFLBB() { + mMAABNPFLBBCase_ = MMAABNPFLBBOneofCase.None; + mMAABNPFLBB_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -173,7 +173,7 @@ namespace EggLink.DanhengServer.Proto { if (!object.Equals(RogueGameInfo, other.RogueGameInfo)) return false; if (!object.Equals(JKJOPMEFCBO, other.JKJOPMEFCBO)) return false; if (!object.Equals(PNBJJBJNMGL, other.PNBJJBJNMGL)) return false; - if (InfoCaseCase != other.InfoCaseCase) return false; + if (MMAABNPFLBBCase != other.MMAABNPFLBBCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -181,10 +181,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (infoCaseCase_ == InfoCaseOneofCase.RogueGameInfo) hash ^= RogueGameInfo.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.JKJOPMEFCBO) hash ^= JKJOPMEFCBO.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.PNBJJBJNMGL) hash ^= PNBJJBJNMGL.GetHashCode(); - hash ^= (int) infoCaseCase_; + if (mMAABNPFLBBCase_ == MMAABNPFLBBOneofCase.RogueGameInfo) hash ^= RogueGameInfo.GetHashCode(); + if (mMAABNPFLBBCase_ == MMAABNPFLBBOneofCase.JKJOPMEFCBO) hash ^= JKJOPMEFCBO.GetHashCode(); + if (mMAABNPFLBBCase_ == MMAABNPFLBBOneofCase.PNBJJBJNMGL) hash ^= PNBJJBJNMGL.GetHashCode(); + hash ^= (int) mMAABNPFLBBCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -203,15 +203,15 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (infoCaseCase_ == InfoCaseOneofCase.RogueGameInfo) { + if (mMAABNPFLBBCase_ == MMAABNPFLBBOneofCase.RogueGameInfo) { output.WriteRawTag(26); output.WriteMessage(RogueGameInfo); } - if (infoCaseCase_ == InfoCaseOneofCase.PNBJJBJNMGL) { + if (mMAABNPFLBBCase_ == MMAABNPFLBBOneofCase.PNBJJBJNMGL) { output.WriteRawTag(82); output.WriteMessage(PNBJJBJNMGL); } - if (infoCaseCase_ == InfoCaseOneofCase.JKJOPMEFCBO) { + if (mMAABNPFLBBCase_ == MMAABNPFLBBOneofCase.JKJOPMEFCBO) { output.WriteRawTag(90); output.WriteMessage(JKJOPMEFCBO); } @@ -225,15 +225,15 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (infoCaseCase_ == InfoCaseOneofCase.RogueGameInfo) { + if (mMAABNPFLBBCase_ == MMAABNPFLBBOneofCase.RogueGameInfo) { output.WriteRawTag(26); output.WriteMessage(RogueGameInfo); } - if (infoCaseCase_ == InfoCaseOneofCase.PNBJJBJNMGL) { + if (mMAABNPFLBBCase_ == MMAABNPFLBBOneofCase.PNBJJBJNMGL) { output.WriteRawTag(82); output.WriteMessage(PNBJJBJNMGL); } - if (infoCaseCase_ == InfoCaseOneofCase.JKJOPMEFCBO) { + if (mMAABNPFLBBCase_ == MMAABNPFLBBOneofCase.JKJOPMEFCBO) { output.WriteRawTag(90); output.WriteMessage(JKJOPMEFCBO); } @@ -247,13 +247,13 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (infoCaseCase_ == InfoCaseOneofCase.RogueGameInfo) { + if (mMAABNPFLBBCase_ == MMAABNPFLBBOneofCase.RogueGameInfo) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(RogueGameInfo); } - if (infoCaseCase_ == InfoCaseOneofCase.JKJOPMEFCBO) { + if (mMAABNPFLBBCase_ == MMAABNPFLBBOneofCase.JKJOPMEFCBO) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(JKJOPMEFCBO); } - if (infoCaseCase_ == InfoCaseOneofCase.PNBJJBJNMGL) { + if (mMAABNPFLBBCase_ == MMAABNPFLBBOneofCase.PNBJJBJNMGL) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(PNBJJBJNMGL); } if (_unknownFields != null) { @@ -268,20 +268,20 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - switch (other.InfoCaseCase) { - case InfoCaseOneofCase.RogueGameInfo: + switch (other.MMAABNPFLBBCase) { + case MMAABNPFLBBOneofCase.RogueGameInfo: if (RogueGameInfo == null) { RogueGameInfo = new global::EggLink.DanhengServer.Proto.NpcRogueGameInfo(); } RogueGameInfo.MergeFrom(other.RogueGameInfo); break; - case InfoCaseOneofCase.JKJOPMEFCBO: + case MMAABNPFLBBOneofCase.JKJOPMEFCBO: if (JKJOPMEFCBO == null) { JKJOPMEFCBO = new global::EggLink.DanhengServer.Proto.KKFKKPPLDAI(); } JKJOPMEFCBO.MergeFrom(other.JKJOPMEFCBO); break; - case InfoCaseOneofCase.PNBJJBJNMGL: + case MMAABNPFLBBOneofCase.PNBJJBJNMGL: if (PNBJJBJNMGL == null) { PNBJJBJNMGL = new global::EggLink.DanhengServer.Proto.CLFACBCGIFL(); } @@ -306,7 +306,7 @@ namespace EggLink.DanhengServer.Proto { break; case 26: { global::EggLink.DanhengServer.Proto.NpcRogueGameInfo subBuilder = new global::EggLink.DanhengServer.Proto.NpcRogueGameInfo(); - if (infoCaseCase_ == InfoCaseOneofCase.RogueGameInfo) { + if (mMAABNPFLBBCase_ == MMAABNPFLBBOneofCase.RogueGameInfo) { subBuilder.MergeFrom(RogueGameInfo); } input.ReadMessage(subBuilder); @@ -315,7 +315,7 @@ namespace EggLink.DanhengServer.Proto { } case 82: { global::EggLink.DanhengServer.Proto.CLFACBCGIFL subBuilder = new global::EggLink.DanhengServer.Proto.CLFACBCGIFL(); - if (infoCaseCase_ == InfoCaseOneofCase.PNBJJBJNMGL) { + if (mMAABNPFLBBCase_ == MMAABNPFLBBOneofCase.PNBJJBJNMGL) { subBuilder.MergeFrom(PNBJJBJNMGL); } input.ReadMessage(subBuilder); @@ -324,7 +324,7 @@ namespace EggLink.DanhengServer.Proto { } case 90: { global::EggLink.DanhengServer.Proto.KKFKKPPLDAI subBuilder = new global::EggLink.DanhengServer.Proto.KKFKKPPLDAI(); - if (infoCaseCase_ == InfoCaseOneofCase.JKJOPMEFCBO) { + if (mMAABNPFLBBCase_ == MMAABNPFLBBOneofCase.JKJOPMEFCBO) { subBuilder.MergeFrom(JKJOPMEFCBO); } input.ReadMessage(subBuilder); @@ -348,7 +348,7 @@ namespace EggLink.DanhengServer.Proto { break; case 26: { global::EggLink.DanhengServer.Proto.NpcRogueGameInfo subBuilder = new global::EggLink.DanhengServer.Proto.NpcRogueGameInfo(); - if (infoCaseCase_ == InfoCaseOneofCase.RogueGameInfo) { + if (mMAABNPFLBBCase_ == MMAABNPFLBBOneofCase.RogueGameInfo) { subBuilder.MergeFrom(RogueGameInfo); } input.ReadMessage(subBuilder); @@ -357,7 +357,7 @@ namespace EggLink.DanhengServer.Proto { } case 82: { global::EggLink.DanhengServer.Proto.CLFACBCGIFL subBuilder = new global::EggLink.DanhengServer.Proto.CLFACBCGIFL(); - if (infoCaseCase_ == InfoCaseOneofCase.PNBJJBJNMGL) { + if (mMAABNPFLBBCase_ == MMAABNPFLBBOneofCase.PNBJJBJNMGL) { subBuilder.MergeFrom(PNBJJBJNMGL); } input.ReadMessage(subBuilder); @@ -366,7 +366,7 @@ namespace EggLink.DanhengServer.Proto { } case 90: { global::EggLink.DanhengServer.Proto.KKFKKPPLDAI subBuilder = new global::EggLink.DanhengServer.Proto.KKFKKPPLDAI(); - if (infoCaseCase_ == InfoCaseOneofCase.JKJOPMEFCBO) { + if (mMAABNPFLBBCase_ == MMAABNPFLBBOneofCase.JKJOPMEFCBO) { subBuilder.MergeFrom(JKJOPMEFCBO); } input.ReadMessage(subBuilder); diff --git a/Proto/NpcMonsterExtraInfo.cs b/Proto/NpcMonsterExtraInfo.cs index 426c8ed3..a0f31806 100644 --- a/Proto/NpcMonsterExtraInfo.cs +++ b/Proto/NpcMonsterExtraInfo.cs @@ -25,13 +25,14 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChlOcGNNb25zdGVyRXh0cmFJbmZvLnByb3RvGhlOcGNNb25zdGVyUm9ndWVJ", - "bmZvLnByb3RvIlMKE05wY01vbnN0ZXJFeHRyYUluZm8SLwoPcm9ndWVfZ2Ft", - "ZV9pbmZvGAsgASgLMhQuTnBjTW9uc3RlclJvZ3VlSW5mb0gAQgsKCWluZm9f", - "Y2FzZUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "bmZvLnByb3RvIlUKE05wY01vbnN0ZXJFeHRyYUluZm8SLwoPcm9ndWVfZ2Ft", + "ZV9pbmZvGAsgASgLMhQuTnBjTW9uc3RlclJvZ3VlSW5mb0gAQg0KC0dKT0pI", + "TEhHRERBQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3Rv", + "Mw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.NpcMonsterRogueInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.NpcMonsterExtraInfo), global::EggLink.DanhengServer.Proto.NpcMonsterExtraInfo.Parser, new[]{ "RogueGameInfo" }, new[]{ "InfoCase" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.NpcMonsterExtraInfo), global::EggLink.DanhengServer.Proto.NpcMonsterExtraInfo.Parser, new[]{ "RogueGameInfo" }, new[]{ "GJOJHLHGDDA" }, null, null, null) })); } #endregion @@ -73,8 +74,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public NpcMonsterExtraInfo(NpcMonsterExtraInfo other) : this() { - switch (other.InfoCaseCase) { - case InfoCaseOneofCase.RogueGameInfo: + switch (other.GJOJHLHGDDACase) { + case GJOJHLHGDDAOneofCase.RogueGameInfo: RogueGameInfo = other.RogueGameInfo.Clone(); break; } @@ -93,31 +94,31 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.NpcMonsterRogueInfo RogueGameInfo { - get { return infoCaseCase_ == InfoCaseOneofCase.RogueGameInfo ? (global::EggLink.DanhengServer.Proto.NpcMonsterRogueInfo) infoCase_ : null; } + get { return gJOJHLHGDDACase_ == GJOJHLHGDDAOneofCase.RogueGameInfo ? (global::EggLink.DanhengServer.Proto.NpcMonsterRogueInfo) gJOJHLHGDDA_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.RogueGameInfo; + gJOJHLHGDDA_ = value; + gJOJHLHGDDACase_ = value == null ? GJOJHLHGDDAOneofCase.None : GJOJHLHGDDAOneofCase.RogueGameInfo; } } - private object infoCase_; - /// Enum of possible cases for the "info_case" oneof. - public enum InfoCaseOneofCase { + private object gJOJHLHGDDA_; + /// Enum of possible cases for the "GJOJHLHGDDA" oneof. + public enum GJOJHLHGDDAOneofCase { None = 0, RogueGameInfo = 11, } - private InfoCaseOneofCase infoCaseCase_ = InfoCaseOneofCase.None; + private GJOJHLHGDDAOneofCase gJOJHLHGDDACase_ = GJOJHLHGDDAOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public InfoCaseOneofCase InfoCaseCase { - get { return infoCaseCase_; } + public GJOJHLHGDDAOneofCase GJOJHLHGDDACase { + get { return gJOJHLHGDDACase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearInfoCase() { - infoCaseCase_ = InfoCaseOneofCase.None; - infoCase_ = null; + public void ClearGJOJHLHGDDA() { + gJOJHLHGDDACase_ = GJOJHLHGDDAOneofCase.None; + gJOJHLHGDDA_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -136,7 +137,7 @@ namespace EggLink.DanhengServer.Proto { return true; } if (!object.Equals(RogueGameInfo, other.RogueGameInfo)) return false; - if (InfoCaseCase != other.InfoCaseCase) return false; + if (GJOJHLHGDDACase != other.GJOJHLHGDDACase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -144,8 +145,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (infoCaseCase_ == InfoCaseOneofCase.RogueGameInfo) hash ^= RogueGameInfo.GetHashCode(); - hash ^= (int) infoCaseCase_; + if (gJOJHLHGDDACase_ == GJOJHLHGDDAOneofCase.RogueGameInfo) hash ^= RogueGameInfo.GetHashCode(); + hash ^= (int) gJOJHLHGDDACase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -164,7 +165,7 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (infoCaseCase_ == InfoCaseOneofCase.RogueGameInfo) { + if (gJOJHLHGDDACase_ == GJOJHLHGDDAOneofCase.RogueGameInfo) { output.WriteRawTag(90); output.WriteMessage(RogueGameInfo); } @@ -178,7 +179,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (infoCaseCase_ == InfoCaseOneofCase.RogueGameInfo) { + if (gJOJHLHGDDACase_ == GJOJHLHGDDAOneofCase.RogueGameInfo) { output.WriteRawTag(90); output.WriteMessage(RogueGameInfo); } @@ -192,7 +193,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (infoCaseCase_ == InfoCaseOneofCase.RogueGameInfo) { + if (gJOJHLHGDDACase_ == GJOJHLHGDDAOneofCase.RogueGameInfo) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(RogueGameInfo); } if (_unknownFields != null) { @@ -207,8 +208,8 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - switch (other.InfoCaseCase) { - case InfoCaseOneofCase.RogueGameInfo: + switch (other.GJOJHLHGDDACase) { + case GJOJHLHGDDAOneofCase.RogueGameInfo: if (RogueGameInfo == null) { RogueGameInfo = new global::EggLink.DanhengServer.Proto.NpcMonsterRogueInfo(); } @@ -233,7 +234,7 @@ namespace EggLink.DanhengServer.Proto { break; case 90: { global::EggLink.DanhengServer.Proto.NpcMonsterRogueInfo subBuilder = new global::EggLink.DanhengServer.Proto.NpcMonsterRogueInfo(); - if (infoCaseCase_ == InfoCaseOneofCase.RogueGameInfo) { + if (gJOJHLHGDDACase_ == GJOJHLHGDDAOneofCase.RogueGameInfo) { subBuilder.MergeFrom(RogueGameInfo); } input.ReadMessage(subBuilder); @@ -257,7 +258,7 @@ namespace EggLink.DanhengServer.Proto { break; case 90: { global::EggLink.DanhengServer.Proto.NpcMonsterRogueInfo subBuilder = new global::EggLink.DanhengServer.Proto.NpcMonsterRogueInfo(); - if (infoCaseCase_ == InfoCaseOneofCase.RogueGameInfo) { + if (gJOJHLHGDDACase_ == GJOJHLHGDDAOneofCase.RogueGameInfo) { subBuilder.MergeFrom(RogueGameInfo); } input.ReadMessage(subBuilder); diff --git a/Proto/NpcRogueGameInfo.cs b/Proto/NpcRogueGameInfo.cs index 3f4329e9..bcbdba37 100644 --- a/Proto/NpcRogueGameInfo.cs +++ b/Proto/NpcRogueGameInfo.cs @@ -28,16 +28,16 @@ namespace EggLink.DanhengServer.Proto { "YW0ucHJvdG8i2wIKEE5wY1JvZ3VlR2FtZUluZm8SGAoQdGFsa19kaWFsb2d1", "ZV9pZBgDIAEoDRI3CgtLSkNCTkVJTkRITBgPIAMoCzIiLk5wY1JvZ3VlR2Ft", "ZUluZm8uS0pDQk5FSU5ESExFbnRyeRIUCgxhZW9uX3RhbGtfaWQYDSABKA0S", - "FwoPZXZlbnRfdW5pcXVlX2lkGAwgASgNEhcKD2ZpbmlzaF9kaWFsb2d1ZRgL", - "IAEoCBITCgtLQVBNS0pHSElFSRgBIAEoDRI5ChlkaWFsb2d1ZV9ldmVudF9w", - "YXJhbV9saXN0GAcgAygLMhYuTnBjRGlhbG9ndWVFdmVudFBhcmFtEhMKC0xP", - "TUlMT01DQU9NGAIgASgIEhMKC0pFTkZIT01CS0tFGAQgASgIGjIKEEtKQ0JO", + "FwoPZXZlbnRfdW5pcXVlX2lkGAwgASgNEhMKC0VDQ0RHTEJLRUpFGAsgASgI", + "EhMKC0tBUE1LSkdISUVJGAEgASgNEjkKGWRpYWxvZ3VlX2V2ZW50X3BhcmFt", + "X2xpc3QYByADKAsyFi5OcGNEaWFsb2d1ZUV2ZW50UGFyYW0SFwoPZmluaXNo", + "X2RpYWxvZ3VlGAIgASgIEhMKC0pFTkZIT01CS0tFGAQgASgIGjIKEEtKQ0JO", "RUlOREhMRW50cnkSCwoDa2V5GAEgASgNEg0KBXZhbHVlGAIgASgNOgI4AUIe", "qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.NpcDialogueEventParamReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.NpcRogueGameInfo), global::EggLink.DanhengServer.Proto.NpcRogueGameInfo.Parser, new[]{ "TalkDialogueId", "KJCBNEINDHL", "AeonTalkId", "EventUniqueId", "FinishDialogue", "KAPMKJGHIEI", "DialogueEventParamList", "LOMILOMCAOM", "JENFHOMBKKE" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, }) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.NpcRogueGameInfo), global::EggLink.DanhengServer.Proto.NpcRogueGameInfo.Parser, new[]{ "TalkDialogueId", "KJCBNEINDHL", "AeonTalkId", "EventUniqueId", "ECCDGLBKEJE", "KAPMKJGHIEI", "DialogueEventParamList", "FinishDialogue", "JENFHOMBKKE" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, }) })); } #endregion @@ -83,10 +83,10 @@ namespace EggLink.DanhengServer.Proto { kJCBNEINDHL_ = other.kJCBNEINDHL_.Clone(); aeonTalkId_ = other.aeonTalkId_; eventUniqueId_ = other.eventUniqueId_; - finishDialogue_ = other.finishDialogue_; + eCCDGLBKEJE_ = other.eCCDGLBKEJE_; kAPMKJGHIEI_ = other.kAPMKJGHIEI_; dialogueEventParamList_ = other.dialogueEventParamList_.Clone(); - lOMILOMCAOM_ = other.lOMILOMCAOM_; + finishDialogue_ = other.finishDialogue_; jENFHOMBKKE_ = other.jENFHOMBKKE_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -144,15 +144,15 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "finish_dialogue" field. - public const int FinishDialogueFieldNumber = 11; - private bool finishDialogue_; + /// Field number for the "ECCDGLBKEJE" field. + public const int ECCDGLBKEJEFieldNumber = 11; + private bool eCCDGLBKEJE_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool FinishDialogue { - get { return finishDialogue_; } + public bool ECCDGLBKEJE { + get { return eCCDGLBKEJE_; } set { - finishDialogue_ = value; + eCCDGLBKEJE_ = value; } } @@ -179,15 +179,15 @@ namespace EggLink.DanhengServer.Proto { get { return dialogueEventParamList_; } } - /// Field number for the "LOMILOMCAOM" field. - public const int LOMILOMCAOMFieldNumber = 2; - private bool lOMILOMCAOM_; + /// Field number for the "finish_dialogue" field. + public const int FinishDialogueFieldNumber = 2; + private bool finishDialogue_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool LOMILOMCAOM { - get { return lOMILOMCAOM_; } + public bool FinishDialogue { + get { return finishDialogue_; } set { - lOMILOMCAOM_ = value; + finishDialogue_ = value; } } @@ -222,10 +222,10 @@ namespace EggLink.DanhengServer.Proto { if (!KJCBNEINDHL.Equals(other.KJCBNEINDHL)) return false; if (AeonTalkId != other.AeonTalkId) return false; if (EventUniqueId != other.EventUniqueId) return false; - if (FinishDialogue != other.FinishDialogue) return false; + if (ECCDGLBKEJE != other.ECCDGLBKEJE) return false; if (KAPMKJGHIEI != other.KAPMKJGHIEI) return false; if(!dialogueEventParamList_.Equals(other.dialogueEventParamList_)) return false; - if (LOMILOMCAOM != other.LOMILOMCAOM) return false; + if (FinishDialogue != other.FinishDialogue) return false; if (JENFHOMBKKE != other.JENFHOMBKKE) return false; return Equals(_unknownFields, other._unknownFields); } @@ -238,10 +238,10 @@ namespace EggLink.DanhengServer.Proto { hash ^= KJCBNEINDHL.GetHashCode(); if (AeonTalkId != 0) hash ^= AeonTalkId.GetHashCode(); if (EventUniqueId != 0) hash ^= EventUniqueId.GetHashCode(); - if (FinishDialogue != false) hash ^= FinishDialogue.GetHashCode(); + if (ECCDGLBKEJE != false) hash ^= ECCDGLBKEJE.GetHashCode(); if (KAPMKJGHIEI != 0) hash ^= KAPMKJGHIEI.GetHashCode(); hash ^= dialogueEventParamList_.GetHashCode(); - if (LOMILOMCAOM != false) hash ^= LOMILOMCAOM.GetHashCode(); + if (FinishDialogue != false) hash ^= FinishDialogue.GetHashCode(); if (JENFHOMBKKE != false) hash ^= JENFHOMBKKE.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); @@ -265,9 +265,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(8); output.WriteUInt32(KAPMKJGHIEI); } - if (LOMILOMCAOM != false) { + if (FinishDialogue != false) { output.WriteRawTag(16); - output.WriteBool(LOMILOMCAOM); + output.WriteBool(FinishDialogue); } if (TalkDialogueId != 0) { output.WriteRawTag(24); @@ -278,9 +278,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteBool(JENFHOMBKKE); } dialogueEventParamList_.WriteTo(output, _repeated_dialogueEventParamList_codec); - if (FinishDialogue != false) { + if (ECCDGLBKEJE != false) { output.WriteRawTag(88); - output.WriteBool(FinishDialogue); + output.WriteBool(ECCDGLBKEJE); } if (EventUniqueId != 0) { output.WriteRawTag(96); @@ -305,9 +305,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(8); output.WriteUInt32(KAPMKJGHIEI); } - if (LOMILOMCAOM != false) { + if (FinishDialogue != false) { output.WriteRawTag(16); - output.WriteBool(LOMILOMCAOM); + output.WriteBool(FinishDialogue); } if (TalkDialogueId != 0) { output.WriteRawTag(24); @@ -318,9 +318,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteBool(JENFHOMBKKE); } dialogueEventParamList_.WriteTo(ref output, _repeated_dialogueEventParamList_codec); - if (FinishDialogue != false) { + if (ECCDGLBKEJE != false) { output.WriteRawTag(88); - output.WriteBool(FinishDialogue); + output.WriteBool(ECCDGLBKEJE); } if (EventUniqueId != 0) { output.WriteRawTag(96); @@ -351,14 +351,14 @@ namespace EggLink.DanhengServer.Proto { if (EventUniqueId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EventUniqueId); } - if (FinishDialogue != false) { + if (ECCDGLBKEJE != false) { size += 1 + 1; } if (KAPMKJGHIEI != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KAPMKJGHIEI); } size += dialogueEventParamList_.CalculateSize(_repeated_dialogueEventParamList_codec); - if (LOMILOMCAOM != false) { + if (FinishDialogue != false) { size += 1 + 1; } if (JENFHOMBKKE != false) { @@ -386,15 +386,15 @@ namespace EggLink.DanhengServer.Proto { if (other.EventUniqueId != 0) { EventUniqueId = other.EventUniqueId; } - if (other.FinishDialogue != false) { - FinishDialogue = other.FinishDialogue; + if (other.ECCDGLBKEJE != false) { + ECCDGLBKEJE = other.ECCDGLBKEJE; } if (other.KAPMKJGHIEI != 0) { KAPMKJGHIEI = other.KAPMKJGHIEI; } dialogueEventParamList_.Add(other.dialogueEventParamList_); - if (other.LOMILOMCAOM != false) { - LOMILOMCAOM = other.LOMILOMCAOM; + if (other.FinishDialogue != false) { + FinishDialogue = other.FinishDialogue; } if (other.JENFHOMBKKE != false) { JENFHOMBKKE = other.JENFHOMBKKE; @@ -419,7 +419,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 16: { - LOMILOMCAOM = input.ReadBool(); + FinishDialogue = input.ReadBool(); break; } case 24: { @@ -435,7 +435,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 88: { - FinishDialogue = input.ReadBool(); + ECCDGLBKEJE = input.ReadBool(); break; } case 96: { @@ -470,7 +470,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 16: { - LOMILOMCAOM = input.ReadBool(); + FinishDialogue = input.ReadBool(); break; } case 24: { @@ -486,7 +486,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 88: { - FinishDialogue = input.ReadBool(); + ECCDGLBKEJE = input.ReadBool(); break; } case 96: { diff --git a/Proto/OAJLGIONPGE.cs b/Proto/OAJLGIONPGE.cs deleted file mode 100644 index 64e3bc90..00000000 --- a/Proto/OAJLGIONPGE.cs +++ /dev/null @@ -1,271 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: OAJLGIONPGE.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from OAJLGIONPGE.proto - public static partial class OAJLGIONPGEReflection { - - #region Descriptor - /// File descriptor for OAJLGIONPGE.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static OAJLGIONPGEReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFPQUpMR0lPTlBHRS5wcm90byItCgtPQUpMR0lPTlBHRRINCgVsZXZlbBgC", - "IAEoDRIPCgdzaG9wX2lkGAYgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2", - "ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.OAJLGIONPGE), global::EggLink.DanhengServer.Proto.OAJLGIONPGE.Parser, new[]{ "Level", "ShopId" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class OAJLGIONPGE : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new OAJLGIONPGE()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.OAJLGIONPGEReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OAJLGIONPGE() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OAJLGIONPGE(OAJLGIONPGE other) : this() { - level_ = other.level_; - shopId_ = other.shopId_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OAJLGIONPGE Clone() { - return new OAJLGIONPGE(this); - } - - /// Field number for the "level" field. - public const int LevelFieldNumber = 2; - private uint level_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint Level { - get { return level_; } - set { - level_ = value; - } - } - - /// Field number for the "shop_id" field. - public const int ShopIdFieldNumber = 6; - private uint shopId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint ShopId { - get { return shopId_; } - set { - shopId_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as OAJLGIONPGE); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(OAJLGIONPGE other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Level != other.Level) return false; - if (ShopId != other.ShopId) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Level != 0) hash ^= Level.GetHashCode(); - if (ShopId != 0) hash ^= ShopId.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Level != 0) { - output.WriteRawTag(16); - output.WriteUInt32(Level); - } - if (ShopId != 0) { - output.WriteRawTag(48); - output.WriteUInt32(ShopId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Level != 0) { - output.WriteRawTag(16); - output.WriteUInt32(Level); - } - if (ShopId != 0) { - output.WriteRawTag(48); - output.WriteUInt32(ShopId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Level != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Level); - } - if (ShopId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ShopId); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(OAJLGIONPGE other) { - if (other == null) { - return; - } - if (other.Level != 0) { - Level = other.Level; - } - if (other.ShopId != 0) { - ShopId = other.ShopId; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 16: { - Level = input.ReadUInt32(); - break; - } - case 48: { - ShopId = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 16: { - Level = input.ReadUInt32(); - break; - } - case 48: { - ShopId = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/OBFAICFOGMP.cs b/Proto/OBFAICFOGMP.cs deleted file mode 100644 index 5ff825f4..00000000 --- a/Proto/OBFAICFOGMP.cs +++ /dev/null @@ -1,49 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: OBFAICFOGMP.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from OBFAICFOGMP.proto - public static partial class OBFAICFOGMPReflection { - - #region Descriptor - /// File descriptor for OBFAICFOGMP.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static OBFAICFOGMPReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFPQkZBSUNGT0dNUC5wcm90bypbCgtPQkZBSUNGT0dNUBIYChRXQVlQT0lO", - "VF9VTkxPQ0tfTk9ORRAAEhcKE1dBWVBPSU5UX1VOTE9DS19QUkUQARIZChVX", - "QVlQT0lOVF9VTkxPQ0tfTEVWRUwQAkIeqgIbRWdnTGluay5EYW5oZW5nU2Vy", - "dmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.OBFAICFOGMP), }, null, null)); - } - #endregion - - } - #region Enums - public enum OBFAICFOGMP { - [pbr::OriginalName("WAYPOINT_UNLOCK_NONE")] WaypointUnlockNone = 0, - [pbr::OriginalName("WAYPOINT_UNLOCK_PRE")] WaypointUnlockPre = 1, - [pbr::OriginalName("WAYPOINT_UNLOCK_LEVEL")] WaypointUnlockLevel = 2, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/OBIHNGMNKEK.cs b/Proto/OBIHNGMNKEK.cs index 9879f33e..2713eb72 100644 --- a/Proto/OBIHNGMNKEK.cs +++ b/Proto/OBIHNGMNKEK.cs @@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto { static OBIHNGMNKEKReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFPQklITkdNTktFSy5wcm90bxoRS1BJR0xPUEVNQ0YucHJvdG8aEUJDUERG", - "SVBPTUFQLnByb3RvImYKC09CSUhOR01OS0VLEiMKC0xPT05FSEZOQVBDGAIg", + "ChFPQklITkdNTktFSy5wcm90bxoRQkNQREZJUE9NQVAucHJvdG8aEUtQSUdM", + "T1BFTUNGLnByb3RvImYKC09CSUhOR01OS0VLEiMKC0xPT05FSEZOQVBDGAIg", "ASgLMgwuS1BJR0xPUEVNQ0ZIABIjCgtEQU9QT0hBTU9NRhgEIAEoCzIMLkJD", - "UERGSVBPTUFQSABCDQoLSE5JT0VIT0hOSkdCHqoCG0VnZ0xpbmsuRGFuaGVu", + "UERGSVBPTUFQSABCDQoLS0hERk5BTEhNRklCHqoCG0VnZ0xpbmsuRGFuaGVu", "Z1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.KPIGLOPEMCFReflection.Descriptor, global::EggLink.DanhengServer.Proto.BCPDFIPOMAPReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BCPDFIPOMAPReflection.Descriptor, global::EggLink.DanhengServer.Proto.KPIGLOPEMCFReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.OBIHNGMNKEK), global::EggLink.DanhengServer.Proto.OBIHNGMNKEK.Parser, new[]{ "LOONEHFNAPC", "DAOPOHAMOMF" }, new[]{ "HNIOEHOHNJG" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.OBIHNGMNKEK), global::EggLink.DanhengServer.Proto.OBIHNGMNKEK.Parser, new[]{ "LOONEHFNAPC", "DAOPOHAMOMF" }, new[]{ "KHDFNALHMFI" }, null, null, null) })); } #endregion @@ -74,11 +74,11 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public OBIHNGMNKEK(OBIHNGMNKEK other) : this() { - switch (other.HNIOEHOHNJGCase) { - case HNIOEHOHNJGOneofCase.LOONEHFNAPC: + switch (other.KHDFNALHMFICase) { + case KHDFNALHMFIOneofCase.LOONEHFNAPC: LOONEHFNAPC = other.LOONEHFNAPC.Clone(); break; - case HNIOEHOHNJGOneofCase.DAOPOHAMOMF: + case KHDFNALHMFIOneofCase.DAOPOHAMOMF: DAOPOHAMOMF = other.DAOPOHAMOMF.Clone(); break; } @@ -97,10 +97,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.KPIGLOPEMCF LOONEHFNAPC { - get { return hNIOEHOHNJGCase_ == HNIOEHOHNJGOneofCase.LOONEHFNAPC ? (global::EggLink.DanhengServer.Proto.KPIGLOPEMCF) hNIOEHOHNJG_ : null; } + get { return kHDFNALHMFICase_ == KHDFNALHMFIOneofCase.LOONEHFNAPC ? (global::EggLink.DanhengServer.Proto.KPIGLOPEMCF) kHDFNALHMFI_ : null; } set { - hNIOEHOHNJG_ = value; - hNIOEHOHNJGCase_ = value == null ? HNIOEHOHNJGOneofCase.None : HNIOEHOHNJGOneofCase.LOONEHFNAPC; + kHDFNALHMFI_ = value; + kHDFNALHMFICase_ = value == null ? KHDFNALHMFIOneofCase.None : KHDFNALHMFIOneofCase.LOONEHFNAPC; } } @@ -109,32 +109,32 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.BCPDFIPOMAP DAOPOHAMOMF { - get { return hNIOEHOHNJGCase_ == HNIOEHOHNJGOneofCase.DAOPOHAMOMF ? (global::EggLink.DanhengServer.Proto.BCPDFIPOMAP) hNIOEHOHNJG_ : null; } + get { return kHDFNALHMFICase_ == KHDFNALHMFIOneofCase.DAOPOHAMOMF ? (global::EggLink.DanhengServer.Proto.BCPDFIPOMAP) kHDFNALHMFI_ : null; } set { - hNIOEHOHNJG_ = value; - hNIOEHOHNJGCase_ = value == null ? HNIOEHOHNJGOneofCase.None : HNIOEHOHNJGOneofCase.DAOPOHAMOMF; + kHDFNALHMFI_ = value; + kHDFNALHMFICase_ = value == null ? KHDFNALHMFIOneofCase.None : KHDFNALHMFIOneofCase.DAOPOHAMOMF; } } - private object hNIOEHOHNJG_; - /// Enum of possible cases for the "HNIOEHOHNJG" oneof. - public enum HNIOEHOHNJGOneofCase { + private object kHDFNALHMFI_; + /// Enum of possible cases for the "KHDFNALHMFI" oneof. + public enum KHDFNALHMFIOneofCase { None = 0, LOONEHFNAPC = 2, DAOPOHAMOMF = 4, } - private HNIOEHOHNJGOneofCase hNIOEHOHNJGCase_ = HNIOEHOHNJGOneofCase.None; + private KHDFNALHMFIOneofCase kHDFNALHMFICase_ = KHDFNALHMFIOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public HNIOEHOHNJGOneofCase HNIOEHOHNJGCase { - get { return hNIOEHOHNJGCase_; } + public KHDFNALHMFIOneofCase KHDFNALHMFICase { + get { return kHDFNALHMFICase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearHNIOEHOHNJG() { - hNIOEHOHNJGCase_ = HNIOEHOHNJGOneofCase.None; - hNIOEHOHNJG_ = null; + public void ClearKHDFNALHMFI() { + kHDFNALHMFICase_ = KHDFNALHMFIOneofCase.None; + kHDFNALHMFI_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -154,7 +154,7 @@ namespace EggLink.DanhengServer.Proto { } if (!object.Equals(LOONEHFNAPC, other.LOONEHFNAPC)) return false; if (!object.Equals(DAOPOHAMOMF, other.DAOPOHAMOMF)) return false; - if (HNIOEHOHNJGCase != other.HNIOEHOHNJGCase) return false; + if (KHDFNALHMFICase != other.KHDFNALHMFICase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -162,9 +162,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (hNIOEHOHNJGCase_ == HNIOEHOHNJGOneofCase.LOONEHFNAPC) hash ^= LOONEHFNAPC.GetHashCode(); - if (hNIOEHOHNJGCase_ == HNIOEHOHNJGOneofCase.DAOPOHAMOMF) hash ^= DAOPOHAMOMF.GetHashCode(); - hash ^= (int) hNIOEHOHNJGCase_; + if (kHDFNALHMFICase_ == KHDFNALHMFIOneofCase.LOONEHFNAPC) hash ^= LOONEHFNAPC.GetHashCode(); + if (kHDFNALHMFICase_ == KHDFNALHMFIOneofCase.DAOPOHAMOMF) hash ^= DAOPOHAMOMF.GetHashCode(); + hash ^= (int) kHDFNALHMFICase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -183,11 +183,11 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (hNIOEHOHNJGCase_ == HNIOEHOHNJGOneofCase.LOONEHFNAPC) { + if (kHDFNALHMFICase_ == KHDFNALHMFIOneofCase.LOONEHFNAPC) { output.WriteRawTag(18); output.WriteMessage(LOONEHFNAPC); } - if (hNIOEHOHNJGCase_ == HNIOEHOHNJGOneofCase.DAOPOHAMOMF) { + if (kHDFNALHMFICase_ == KHDFNALHMFIOneofCase.DAOPOHAMOMF) { output.WriteRawTag(34); output.WriteMessage(DAOPOHAMOMF); } @@ -201,11 +201,11 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (hNIOEHOHNJGCase_ == HNIOEHOHNJGOneofCase.LOONEHFNAPC) { + if (kHDFNALHMFICase_ == KHDFNALHMFIOneofCase.LOONEHFNAPC) { output.WriteRawTag(18); output.WriteMessage(LOONEHFNAPC); } - if (hNIOEHOHNJGCase_ == HNIOEHOHNJGOneofCase.DAOPOHAMOMF) { + if (kHDFNALHMFICase_ == KHDFNALHMFIOneofCase.DAOPOHAMOMF) { output.WriteRawTag(34); output.WriteMessage(DAOPOHAMOMF); } @@ -219,10 +219,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (hNIOEHOHNJGCase_ == HNIOEHOHNJGOneofCase.LOONEHFNAPC) { + if (kHDFNALHMFICase_ == KHDFNALHMFIOneofCase.LOONEHFNAPC) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(LOONEHFNAPC); } - if (hNIOEHOHNJGCase_ == HNIOEHOHNJGOneofCase.DAOPOHAMOMF) { + if (kHDFNALHMFICase_ == KHDFNALHMFIOneofCase.DAOPOHAMOMF) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(DAOPOHAMOMF); } if (_unknownFields != null) { @@ -237,14 +237,14 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - switch (other.HNIOEHOHNJGCase) { - case HNIOEHOHNJGOneofCase.LOONEHFNAPC: + switch (other.KHDFNALHMFICase) { + case KHDFNALHMFIOneofCase.LOONEHFNAPC: if (LOONEHFNAPC == null) { LOONEHFNAPC = new global::EggLink.DanhengServer.Proto.KPIGLOPEMCF(); } LOONEHFNAPC.MergeFrom(other.LOONEHFNAPC); break; - case HNIOEHOHNJGOneofCase.DAOPOHAMOMF: + case KHDFNALHMFIOneofCase.DAOPOHAMOMF: if (DAOPOHAMOMF == null) { DAOPOHAMOMF = new global::EggLink.DanhengServer.Proto.BCPDFIPOMAP(); } @@ -269,7 +269,7 @@ namespace EggLink.DanhengServer.Proto { break; case 18: { global::EggLink.DanhengServer.Proto.KPIGLOPEMCF subBuilder = new global::EggLink.DanhengServer.Proto.KPIGLOPEMCF(); - if (hNIOEHOHNJGCase_ == HNIOEHOHNJGOneofCase.LOONEHFNAPC) { + if (kHDFNALHMFICase_ == KHDFNALHMFIOneofCase.LOONEHFNAPC) { subBuilder.MergeFrom(LOONEHFNAPC); } input.ReadMessage(subBuilder); @@ -278,7 +278,7 @@ namespace EggLink.DanhengServer.Proto { } case 34: { global::EggLink.DanhengServer.Proto.BCPDFIPOMAP subBuilder = new global::EggLink.DanhengServer.Proto.BCPDFIPOMAP(); - if (hNIOEHOHNJGCase_ == HNIOEHOHNJGOneofCase.DAOPOHAMOMF) { + if (kHDFNALHMFICase_ == KHDFNALHMFIOneofCase.DAOPOHAMOMF) { subBuilder.MergeFrom(DAOPOHAMOMF); } input.ReadMessage(subBuilder); @@ -302,7 +302,7 @@ namespace EggLink.DanhengServer.Proto { break; case 18: { global::EggLink.DanhengServer.Proto.KPIGLOPEMCF subBuilder = new global::EggLink.DanhengServer.Proto.KPIGLOPEMCF(); - if (hNIOEHOHNJGCase_ == HNIOEHOHNJGOneofCase.LOONEHFNAPC) { + if (kHDFNALHMFICase_ == KHDFNALHMFIOneofCase.LOONEHFNAPC) { subBuilder.MergeFrom(LOONEHFNAPC); } input.ReadMessage(subBuilder); @@ -311,7 +311,7 @@ namespace EggLink.DanhengServer.Proto { } case 34: { global::EggLink.DanhengServer.Proto.BCPDFIPOMAP subBuilder = new global::EggLink.DanhengServer.Proto.BCPDFIPOMAP(); - if (hNIOEHOHNJGCase_ == HNIOEHOHNJGOneofCase.DAOPOHAMOMF) { + if (kHDFNALHMFICase_ == KHDFNALHMFIOneofCase.DAOPOHAMOMF) { subBuilder.MergeFrom(DAOPOHAMOMF); } input.ReadMessage(subBuilder); diff --git a/Proto/ODAIJIGEAJL.cs b/Proto/ODAIJIGEAJL.cs index 8633cc6f..22856faa 100644 --- a/Proto/ODAIJIGEAJL.cs +++ b/Proto/ODAIJIGEAJL.cs @@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto { static ODAIJIGEAJLReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFPREFJSklHRUFKTC5wcm90byKEAQoLT0RBSUpJR0VBSkwSEwoLRkxKQkpQ", + "ChFPREFJSklHRUFKTC5wcm90byKKAQoLT0RBSUpJR0VBSkwSEwoLRkxKQkpQ", "QUhKSUYYCyABKA0SEwoLSEdNTUNISEJLUEIYBCABKAgSEwoLRUpIRENORUVH", - "TUkYByABKA0SEwoLRU5HSkZJQ0hETUwYCSABKA0SDAoEY29pbhgMIAEoDRIT", - "CgtMSkZHSUZCREFOQxgDIAEoCEIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy", - "LlByb3RvYgZwcm90bzM=")); + "TUkYByABKA0SEwoLRU5HSkZJQ0hETUwYCSABKA0SEgoKaXRlbV92YWx1ZRgM", + "IAEoDRITCgtMSkZHSUZCREFOQxgDIAEoCEIeqgIbRWdnTGluay5EYW5oZW5n", + "U2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ODAIJIGEAJL), global::EggLink.DanhengServer.Proto.ODAIJIGEAJL.Parser, new[]{ "FLJBJPAHJIF", "HGMMCHHBKPB", "EJHDCNEEGMI", "ENGJFICHDML", "Coin", "LJFGIFBDANC" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ODAIJIGEAJL), global::EggLink.DanhengServer.Proto.ODAIJIGEAJL.Parser, new[]{ "FLJBJPAHJIF", "HGMMCHHBKPB", "EJHDCNEEGMI", "ENGJFICHDML", "ItemValue", "LJFGIFBDANC" }, null, null, null, null) })); } #endregion @@ -78,7 +78,7 @@ namespace EggLink.DanhengServer.Proto { hGMMCHHBKPB_ = other.hGMMCHHBKPB_; eJHDCNEEGMI_ = other.eJHDCNEEGMI_; eNGJFICHDML_ = other.eNGJFICHDML_; - coin_ = other.coin_; + itemValue_ = other.itemValue_; lJFGIFBDANC_ = other.lJFGIFBDANC_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -137,15 +137,15 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "coin" field. - public const int CoinFieldNumber = 12; - private uint coin_; + /// Field number for the "item_value" field. + public const int ItemValueFieldNumber = 12; + private uint itemValue_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint Coin { - get { return coin_; } + public uint ItemValue { + get { return itemValue_; } set { - coin_ = value; + itemValue_ = value; } } @@ -180,7 +180,7 @@ namespace EggLink.DanhengServer.Proto { if (HGMMCHHBKPB != other.HGMMCHHBKPB) return false; if (EJHDCNEEGMI != other.EJHDCNEEGMI) return false; if (ENGJFICHDML != other.ENGJFICHDML) return false; - if (Coin != other.Coin) return false; + if (ItemValue != other.ItemValue) return false; if (LJFGIFBDANC != other.LJFGIFBDANC) return false; return Equals(_unknownFields, other._unknownFields); } @@ -193,7 +193,7 @@ namespace EggLink.DanhengServer.Proto { if (HGMMCHHBKPB != false) hash ^= HGMMCHHBKPB.GetHashCode(); if (EJHDCNEEGMI != 0) hash ^= EJHDCNEEGMI.GetHashCode(); if (ENGJFICHDML != 0) hash ^= ENGJFICHDML.GetHashCode(); - if (Coin != 0) hash ^= Coin.GetHashCode(); + if (ItemValue != 0) hash ^= ItemValue.GetHashCode(); if (LJFGIFBDANC != false) hash ^= LJFGIFBDANC.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); @@ -233,9 +233,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(88); output.WriteUInt32(FLJBJPAHJIF); } - if (Coin != 0) { + if (ItemValue != 0) { output.WriteRawTag(96); - output.WriteUInt32(Coin); + output.WriteUInt32(ItemValue); } if (_unknownFields != null) { _unknownFields.WriteTo(output); @@ -267,9 +267,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(88); output.WriteUInt32(FLJBJPAHJIF); } - if (Coin != 0) { + if (ItemValue != 0) { output.WriteRawTag(96); - output.WriteUInt32(Coin); + output.WriteUInt32(ItemValue); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); @@ -293,8 +293,8 @@ namespace EggLink.DanhengServer.Proto { if (ENGJFICHDML != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ENGJFICHDML); } - if (Coin != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Coin); + if (ItemValue != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ItemValue); } if (LJFGIFBDANC != false) { size += 1 + 1; @@ -323,8 +323,8 @@ namespace EggLink.DanhengServer.Proto { if (other.ENGJFICHDML != 0) { ENGJFICHDML = other.ENGJFICHDML; } - if (other.Coin != 0) { - Coin = other.Coin; + if (other.ItemValue != 0) { + ItemValue = other.ItemValue; } if (other.LJFGIFBDANC != false) { LJFGIFBDANC = other.LJFGIFBDANC; @@ -365,7 +365,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 96: { - Coin = input.ReadUInt32(); + ItemValue = input.ReadUInt32(); break; } } @@ -404,7 +404,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 96: { - Coin = input.ReadUInt32(); + ItemValue = input.ReadUInt32(); break; } } diff --git a/Proto/OEDDOIJLGFG.cs b/Proto/OEDDOIJLGFG.cs index ab71bc18..2d6228fc 100644 --- a/Proto/OEDDOIJLGFG.cs +++ b/Proto/OEDDOIJLGFG.cs @@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto { static OEDDOIJLGFGReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFPRURET0lKTEdGRy5wcm90bxoRTENNSkZFSE1DTkYucHJvdG8ibQoLT0VE", + "ChFPRURET0lKTEdGRy5wcm90bxoRTENNSkZFSE1DTkYucHJvdG8ibwoLT0VE", "RE9JSkxHRkcSFQoLRkZCRkNDTE9ES0sYByABKA1IABIVCgtLQUNFTEtHQ05F", "SRgEIAEoDUgAEiMKC0ZBT01GTU1MTUhEGAsgASgLMgwuTENNSkZFSE1DTkZI", - "AEILCglpbmZvX2Nhc2VCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90", - "b2IGcHJvdG8z")); + "AEINCgtFRU9ERExPSE5FREIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlBy", + "b3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LCMJFEHMCNFReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.OEDDOIJLGFG), global::EggLink.DanhengServer.Proto.OEDDOIJLGFG.Parser, new[]{ "FFBFCCLODKK", "KACELKGCNEI", "FAOMFMMLMHD" }, new[]{ "InfoCase" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.OEDDOIJLGFG), global::EggLink.DanhengServer.Proto.OEDDOIJLGFG.Parser, new[]{ "FFBFCCLODKK", "KACELKGCNEI", "FAOMFMMLMHD" }, new[]{ "EEODDLOHNED" }, null, null, null) })); } #endregion @@ -74,14 +74,14 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public OEDDOIJLGFG(OEDDOIJLGFG other) : this() { - switch (other.InfoCaseCase) { - case InfoCaseOneofCase.FFBFCCLODKK: + switch (other.EEODDLOHNEDCase) { + case EEODDLOHNEDOneofCase.FFBFCCLODKK: FFBFCCLODKK = other.FFBFCCLODKK; break; - case InfoCaseOneofCase.KACELKGCNEI: + case EEODDLOHNEDOneofCase.KACELKGCNEI: KACELKGCNEI = other.KACELKGCNEI; break; - case InfoCaseOneofCase.FAOMFMMLMHD: + case EEODDLOHNEDOneofCase.FAOMFMMLMHD: FAOMFMMLMHD = other.FAOMFMMLMHD.Clone(); break; } @@ -100,24 +100,24 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint FFBFCCLODKK { - get { return HasFFBFCCLODKK ? (uint) infoCase_ : 0; } + get { return HasFFBFCCLODKK ? (uint) eEODDLOHNED_ : 0; } set { - infoCase_ = value; - infoCaseCase_ = InfoCaseOneofCase.FFBFCCLODKK; + eEODDLOHNED_ = value; + eEODDLOHNEDCase_ = EEODDLOHNEDOneofCase.FFBFCCLODKK; } } /// Gets whether the "FFBFCCLODKK" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasFFBFCCLODKK { - get { return infoCaseCase_ == InfoCaseOneofCase.FFBFCCLODKK; } + get { return eEODDLOHNEDCase_ == EEODDLOHNEDOneofCase.FFBFCCLODKK; } } /// Clears the value of the oneof if it's currently set to "FFBFCCLODKK" [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearFFBFCCLODKK() { if (HasFFBFCCLODKK) { - ClearInfoCase(); + ClearEEODDLOHNED(); } } @@ -126,24 +126,24 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint KACELKGCNEI { - get { return HasKACELKGCNEI ? (uint) infoCase_ : 0; } + get { return HasKACELKGCNEI ? (uint) eEODDLOHNED_ : 0; } set { - infoCase_ = value; - infoCaseCase_ = InfoCaseOneofCase.KACELKGCNEI; + eEODDLOHNED_ = value; + eEODDLOHNEDCase_ = EEODDLOHNEDOneofCase.KACELKGCNEI; } } /// Gets whether the "KACELKGCNEI" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasKACELKGCNEI { - get { return infoCaseCase_ == InfoCaseOneofCase.KACELKGCNEI; } + get { return eEODDLOHNEDCase_ == EEODDLOHNEDOneofCase.KACELKGCNEI; } } /// Clears the value of the oneof if it's currently set to "KACELKGCNEI" [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearKACELKGCNEI() { if (HasKACELKGCNEI) { - ClearInfoCase(); + ClearEEODDLOHNED(); } } @@ -152,33 +152,33 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.LCMJFEHMCNF FAOMFMMLMHD { - get { return infoCaseCase_ == InfoCaseOneofCase.FAOMFMMLMHD ? (global::EggLink.DanhengServer.Proto.LCMJFEHMCNF) infoCase_ : null; } + get { return eEODDLOHNEDCase_ == EEODDLOHNEDOneofCase.FAOMFMMLMHD ? (global::EggLink.DanhengServer.Proto.LCMJFEHMCNF) eEODDLOHNED_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.FAOMFMMLMHD; + eEODDLOHNED_ = value; + eEODDLOHNEDCase_ = value == null ? EEODDLOHNEDOneofCase.None : EEODDLOHNEDOneofCase.FAOMFMMLMHD; } } - private object infoCase_; - /// Enum of possible cases for the "info_case" oneof. - public enum InfoCaseOneofCase { + private object eEODDLOHNED_; + /// Enum of possible cases for the "EEODDLOHNED" oneof. + public enum EEODDLOHNEDOneofCase { None = 0, FFBFCCLODKK = 7, KACELKGCNEI = 4, FAOMFMMLMHD = 11, } - private InfoCaseOneofCase infoCaseCase_ = InfoCaseOneofCase.None; + private EEODDLOHNEDOneofCase eEODDLOHNEDCase_ = EEODDLOHNEDOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public InfoCaseOneofCase InfoCaseCase { - get { return infoCaseCase_; } + public EEODDLOHNEDOneofCase EEODDLOHNEDCase { + get { return eEODDLOHNEDCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearInfoCase() { - infoCaseCase_ = InfoCaseOneofCase.None; - infoCase_ = null; + public void ClearEEODDLOHNED() { + eEODDLOHNEDCase_ = EEODDLOHNEDOneofCase.None; + eEODDLOHNED_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -199,7 +199,7 @@ namespace EggLink.DanhengServer.Proto { if (FFBFCCLODKK != other.FFBFCCLODKK) return false; if (KACELKGCNEI != other.KACELKGCNEI) return false; if (!object.Equals(FAOMFMMLMHD, other.FAOMFMMLMHD)) return false; - if (InfoCaseCase != other.InfoCaseCase) return false; + if (EEODDLOHNEDCase != other.EEODDLOHNEDCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -209,8 +209,8 @@ namespace EggLink.DanhengServer.Proto { int hash = 1; if (HasFFBFCCLODKK) hash ^= FFBFCCLODKK.GetHashCode(); if (HasKACELKGCNEI) hash ^= KACELKGCNEI.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.FAOMFMMLMHD) hash ^= FAOMFMMLMHD.GetHashCode(); - hash ^= (int) infoCaseCase_; + if (eEODDLOHNEDCase_ == EEODDLOHNEDOneofCase.FAOMFMMLMHD) hash ^= FAOMFMMLMHD.GetHashCode(); + hash ^= (int) eEODDLOHNEDCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -237,7 +237,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(56); output.WriteUInt32(FFBFCCLODKK); } - if (infoCaseCase_ == InfoCaseOneofCase.FAOMFMMLMHD) { + if (eEODDLOHNEDCase_ == EEODDLOHNEDOneofCase.FAOMFMMLMHD) { output.WriteRawTag(90); output.WriteMessage(FAOMFMMLMHD); } @@ -259,7 +259,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(56); output.WriteUInt32(FFBFCCLODKK); } - if (infoCaseCase_ == InfoCaseOneofCase.FAOMFMMLMHD) { + if (eEODDLOHNEDCase_ == EEODDLOHNEDOneofCase.FAOMFMMLMHD) { output.WriteRawTag(90); output.WriteMessage(FAOMFMMLMHD); } @@ -279,7 +279,7 @@ namespace EggLink.DanhengServer.Proto { if (HasKACELKGCNEI) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KACELKGCNEI); } - if (infoCaseCase_ == InfoCaseOneofCase.FAOMFMMLMHD) { + if (eEODDLOHNEDCase_ == EEODDLOHNEDOneofCase.FAOMFMMLMHD) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(FAOMFMMLMHD); } if (_unknownFields != null) { @@ -294,14 +294,14 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - switch (other.InfoCaseCase) { - case InfoCaseOneofCase.FFBFCCLODKK: + switch (other.EEODDLOHNEDCase) { + case EEODDLOHNEDOneofCase.FFBFCCLODKK: FFBFCCLODKK = other.FFBFCCLODKK; break; - case InfoCaseOneofCase.KACELKGCNEI: + case EEODDLOHNEDOneofCase.KACELKGCNEI: KACELKGCNEI = other.KACELKGCNEI; break; - case InfoCaseOneofCase.FAOMFMMLMHD: + case EEODDLOHNEDOneofCase.FAOMFMMLMHD: if (FAOMFMMLMHD == null) { FAOMFMMLMHD = new global::EggLink.DanhengServer.Proto.LCMJFEHMCNF(); } @@ -334,7 +334,7 @@ namespace EggLink.DanhengServer.Proto { } case 90: { global::EggLink.DanhengServer.Proto.LCMJFEHMCNF subBuilder = new global::EggLink.DanhengServer.Proto.LCMJFEHMCNF(); - if (infoCaseCase_ == InfoCaseOneofCase.FAOMFMMLMHD) { + if (eEODDLOHNEDCase_ == EEODDLOHNEDOneofCase.FAOMFMMLMHD) { subBuilder.MergeFrom(FAOMFMMLMHD); } input.ReadMessage(subBuilder); @@ -366,7 +366,7 @@ namespace EggLink.DanhengServer.Proto { } case 90: { global::EggLink.DanhengServer.Proto.LCMJFEHMCNF subBuilder = new global::EggLink.DanhengServer.Proto.LCMJFEHMCNF(); - if (infoCaseCase_ == InfoCaseOneofCase.FAOMFMMLMHD) { + if (eEODDLOHNEDCase_ == EEODDLOHNEDOneofCase.FAOMFMMLMHD) { subBuilder.MergeFrom(FAOMFMMLMHD); } input.ReadMessage(subBuilder); diff --git a/Proto/OFILKJCLEGI.cs b/Proto/OFILKJCLEGI.cs deleted file mode 100644 index 9ac56ea2..00000000 --- a/Proto/OFILKJCLEGI.cs +++ /dev/null @@ -1,637 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: OFILKJCLEGI.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from OFILKJCLEGI.proto - public static partial class OFILKJCLEGIReflection { - - #region Descriptor - /// File descriptor for OFILKJCLEGI.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static OFILKJCLEGIReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFPRklMS0pDTEVHSS5wcm90byKGAgoLT0ZJTEtKQ0xFR0kSGwoTbW9uc3Rl", - "cl9iYXR0bGVfdHlwZRgBIAEoDRITCgtEQkFETE5GT1BBTxgCIAEoBBIQCghs", - "ZXZlbF9pZBgDIAEoDRIUCgxtYXJibGVfbGV2ZWwYBCABKA0SEwoLTkxFQUlK", - "SEFQQVAYBSABKAgSEwoLSUdITEFCR0dJSkUYBiABKA0SDAoEcmFuaxgHIAEo", - "DRITCgtFS0xEUEFMTkxEQxgIIAEoBBITCgtKQkxNR05QTUFETRgJIAEoDRIT", - "CgtDQk9JSUFDQkFLRhgKIAEoDRIRCglidWZmX2xpc3QYCyADKA0SEwoLREpO", - "TUhNUEtLS0IYDCABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90", - "b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.OFILKJCLEGI), global::EggLink.DanhengServer.Proto.OFILKJCLEGI.Parser, new[]{ "MonsterBattleType", "DBADLNFOPAO", "LevelId", "MarbleLevel", "NLEAIJHAPAP", "IGHLABGGIJE", "Rank", "EKLDPALNLDC", "JBLMGNPMADM", "CBOIIACBAKF", "BuffList", "DJNMHMPKKKB" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class OFILKJCLEGI : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new OFILKJCLEGI()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.OFILKJCLEGIReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OFILKJCLEGI() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OFILKJCLEGI(OFILKJCLEGI other) : this() { - monsterBattleType_ = other.monsterBattleType_; - dBADLNFOPAO_ = other.dBADLNFOPAO_; - levelId_ = other.levelId_; - marbleLevel_ = other.marbleLevel_; - nLEAIJHAPAP_ = other.nLEAIJHAPAP_; - iGHLABGGIJE_ = other.iGHLABGGIJE_; - rank_ = other.rank_; - eKLDPALNLDC_ = other.eKLDPALNLDC_; - jBLMGNPMADM_ = other.jBLMGNPMADM_; - cBOIIACBAKF_ = other.cBOIIACBAKF_; - buffList_ = other.buffList_.Clone(); - dJNMHMPKKKB_ = other.dJNMHMPKKKB_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OFILKJCLEGI Clone() { - return new OFILKJCLEGI(this); - } - - /// Field number for the "monster_battle_type" field. - public const int MonsterBattleTypeFieldNumber = 1; - private uint monsterBattleType_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint MonsterBattleType { - get { return monsterBattleType_; } - set { - monsterBattleType_ = value; - } - } - - /// Field number for the "DBADLNFOPAO" field. - public const int DBADLNFOPAOFieldNumber = 2; - private ulong dBADLNFOPAO_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ulong DBADLNFOPAO { - get { return dBADLNFOPAO_; } - set { - dBADLNFOPAO_ = value; - } - } - - /// Field number for the "level_id" field. - public const int LevelIdFieldNumber = 3; - private uint levelId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint LevelId { - get { return levelId_; } - set { - levelId_ = value; - } - } - - /// Field number for the "marble_level" field. - public const int MarbleLevelFieldNumber = 4; - private uint marbleLevel_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint MarbleLevel { - get { return marbleLevel_; } - set { - marbleLevel_ = value; - } - } - - /// Field number for the "NLEAIJHAPAP" field. - public const int NLEAIJHAPAPFieldNumber = 5; - private bool nLEAIJHAPAP_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool NLEAIJHAPAP { - get { return nLEAIJHAPAP_; } - set { - nLEAIJHAPAP_ = value; - } - } - - /// Field number for the "IGHLABGGIJE" field. - public const int IGHLABGGIJEFieldNumber = 6; - private uint iGHLABGGIJE_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint IGHLABGGIJE { - get { return iGHLABGGIJE_; } - set { - iGHLABGGIJE_ = value; - } - } - - /// Field number for the "rank" field. - public const int RankFieldNumber = 7; - private uint rank_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint Rank { - get { return rank_; } - set { - rank_ = value; - } - } - - /// Field number for the "EKLDPALNLDC" field. - public const int EKLDPALNLDCFieldNumber = 8; - private ulong eKLDPALNLDC_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ulong EKLDPALNLDC { - get { return eKLDPALNLDC_; } - set { - eKLDPALNLDC_ = value; - } - } - - /// Field number for the "JBLMGNPMADM" field. - public const int JBLMGNPMADMFieldNumber = 9; - private uint jBLMGNPMADM_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint JBLMGNPMADM { - get { return jBLMGNPMADM_; } - set { - jBLMGNPMADM_ = value; - } - } - - /// Field number for the "CBOIIACBAKF" field. - public const int CBOIIACBAKFFieldNumber = 10; - private uint cBOIIACBAKF_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint CBOIIACBAKF { - get { return cBOIIACBAKF_; } - set { - cBOIIACBAKF_ = value; - } - } - - /// Field number for the "buff_list" field. - public const int BuffListFieldNumber = 11; - private static readonly pb::FieldCodec _repeated_buffList_codec - = pb::FieldCodec.ForUInt32(90); - private readonly pbc::RepeatedField buffList_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField BuffList { - get { return buffList_; } - } - - /// Field number for the "DJNMHMPKKKB" field. - public const int DJNMHMPKKKBFieldNumber = 12; - private uint dJNMHMPKKKB_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint DJNMHMPKKKB { - get { return dJNMHMPKKKB_; } - set { - dJNMHMPKKKB_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as OFILKJCLEGI); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(OFILKJCLEGI other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (MonsterBattleType != other.MonsterBattleType) return false; - if (DBADLNFOPAO != other.DBADLNFOPAO) return false; - if (LevelId != other.LevelId) return false; - if (MarbleLevel != other.MarbleLevel) return false; - if (NLEAIJHAPAP != other.NLEAIJHAPAP) return false; - if (IGHLABGGIJE != other.IGHLABGGIJE) return false; - if (Rank != other.Rank) return false; - if (EKLDPALNLDC != other.EKLDPALNLDC) return false; - if (JBLMGNPMADM != other.JBLMGNPMADM) return false; - if (CBOIIACBAKF != other.CBOIIACBAKF) return false; - if(!buffList_.Equals(other.buffList_)) return false; - if (DJNMHMPKKKB != other.DJNMHMPKKKB) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (MonsterBattleType != 0) hash ^= MonsterBattleType.GetHashCode(); - if (DBADLNFOPAO != 0UL) hash ^= DBADLNFOPAO.GetHashCode(); - if (LevelId != 0) hash ^= LevelId.GetHashCode(); - if (MarbleLevel != 0) hash ^= MarbleLevel.GetHashCode(); - if (NLEAIJHAPAP != false) hash ^= NLEAIJHAPAP.GetHashCode(); - if (IGHLABGGIJE != 0) hash ^= IGHLABGGIJE.GetHashCode(); - if (Rank != 0) hash ^= Rank.GetHashCode(); - if (EKLDPALNLDC != 0UL) hash ^= EKLDPALNLDC.GetHashCode(); - if (JBLMGNPMADM != 0) hash ^= JBLMGNPMADM.GetHashCode(); - if (CBOIIACBAKF != 0) hash ^= CBOIIACBAKF.GetHashCode(); - hash ^= buffList_.GetHashCode(); - if (DJNMHMPKKKB != 0) hash ^= DJNMHMPKKKB.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (MonsterBattleType != 0) { - output.WriteRawTag(8); - output.WriteUInt32(MonsterBattleType); - } - if (DBADLNFOPAO != 0UL) { - output.WriteRawTag(16); - output.WriteUInt64(DBADLNFOPAO); - } - if (LevelId != 0) { - output.WriteRawTag(24); - output.WriteUInt32(LevelId); - } - if (MarbleLevel != 0) { - output.WriteRawTag(32); - output.WriteUInt32(MarbleLevel); - } - if (NLEAIJHAPAP != false) { - output.WriteRawTag(40); - output.WriteBool(NLEAIJHAPAP); - } - if (IGHLABGGIJE != 0) { - output.WriteRawTag(48); - output.WriteUInt32(IGHLABGGIJE); - } - if (Rank != 0) { - output.WriteRawTag(56); - output.WriteUInt32(Rank); - } - if (EKLDPALNLDC != 0UL) { - output.WriteRawTag(64); - output.WriteUInt64(EKLDPALNLDC); - } - if (JBLMGNPMADM != 0) { - output.WriteRawTag(72); - output.WriteUInt32(JBLMGNPMADM); - } - if (CBOIIACBAKF != 0) { - output.WriteRawTag(80); - output.WriteUInt32(CBOIIACBAKF); - } - buffList_.WriteTo(output, _repeated_buffList_codec); - if (DJNMHMPKKKB != 0) { - output.WriteRawTag(96); - output.WriteUInt32(DJNMHMPKKKB); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (MonsterBattleType != 0) { - output.WriteRawTag(8); - output.WriteUInt32(MonsterBattleType); - } - if (DBADLNFOPAO != 0UL) { - output.WriteRawTag(16); - output.WriteUInt64(DBADLNFOPAO); - } - if (LevelId != 0) { - output.WriteRawTag(24); - output.WriteUInt32(LevelId); - } - if (MarbleLevel != 0) { - output.WriteRawTag(32); - output.WriteUInt32(MarbleLevel); - } - if (NLEAIJHAPAP != false) { - output.WriteRawTag(40); - output.WriteBool(NLEAIJHAPAP); - } - if (IGHLABGGIJE != 0) { - output.WriteRawTag(48); - output.WriteUInt32(IGHLABGGIJE); - } - if (Rank != 0) { - output.WriteRawTag(56); - output.WriteUInt32(Rank); - } - if (EKLDPALNLDC != 0UL) { - output.WriteRawTag(64); - output.WriteUInt64(EKLDPALNLDC); - } - if (JBLMGNPMADM != 0) { - output.WriteRawTag(72); - output.WriteUInt32(JBLMGNPMADM); - } - if (CBOIIACBAKF != 0) { - output.WriteRawTag(80); - output.WriteUInt32(CBOIIACBAKF); - } - buffList_.WriteTo(ref output, _repeated_buffList_codec); - if (DJNMHMPKKKB != 0) { - output.WriteRawTag(96); - output.WriteUInt32(DJNMHMPKKKB); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (MonsterBattleType != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MonsterBattleType); - } - if (DBADLNFOPAO != 0UL) { - size += 1 + pb::CodedOutputStream.ComputeUInt64Size(DBADLNFOPAO); - } - if (LevelId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LevelId); - } - if (MarbleLevel != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MarbleLevel); - } - if (NLEAIJHAPAP != false) { - size += 1 + 1; - } - if (IGHLABGGIJE != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IGHLABGGIJE); - } - if (Rank != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Rank); - } - if (EKLDPALNLDC != 0UL) { - size += 1 + pb::CodedOutputStream.ComputeUInt64Size(EKLDPALNLDC); - } - if (JBLMGNPMADM != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JBLMGNPMADM); - } - if (CBOIIACBAKF != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CBOIIACBAKF); - } - size += buffList_.CalculateSize(_repeated_buffList_codec); - if (DJNMHMPKKKB != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DJNMHMPKKKB); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(OFILKJCLEGI other) { - if (other == null) { - return; - } - if (other.MonsterBattleType != 0) { - MonsterBattleType = other.MonsterBattleType; - } - if (other.DBADLNFOPAO != 0UL) { - DBADLNFOPAO = other.DBADLNFOPAO; - } - if (other.LevelId != 0) { - LevelId = other.LevelId; - } - if (other.MarbleLevel != 0) { - MarbleLevel = other.MarbleLevel; - } - if (other.NLEAIJHAPAP != false) { - NLEAIJHAPAP = other.NLEAIJHAPAP; - } - if (other.IGHLABGGIJE != 0) { - IGHLABGGIJE = other.IGHLABGGIJE; - } - if (other.Rank != 0) { - Rank = other.Rank; - } - if (other.EKLDPALNLDC != 0UL) { - EKLDPALNLDC = other.EKLDPALNLDC; - } - if (other.JBLMGNPMADM != 0) { - JBLMGNPMADM = other.JBLMGNPMADM; - } - if (other.CBOIIACBAKF != 0) { - CBOIIACBAKF = other.CBOIIACBAKF; - } - buffList_.Add(other.buffList_); - if (other.DJNMHMPKKKB != 0) { - DJNMHMPKKKB = other.DJNMHMPKKKB; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - MonsterBattleType = input.ReadUInt32(); - break; - } - case 16: { - DBADLNFOPAO = input.ReadUInt64(); - break; - } - case 24: { - LevelId = input.ReadUInt32(); - break; - } - case 32: { - MarbleLevel = input.ReadUInt32(); - break; - } - case 40: { - NLEAIJHAPAP = input.ReadBool(); - break; - } - case 48: { - IGHLABGGIJE = input.ReadUInt32(); - break; - } - case 56: { - Rank = input.ReadUInt32(); - break; - } - case 64: { - EKLDPALNLDC = input.ReadUInt64(); - break; - } - case 72: { - JBLMGNPMADM = input.ReadUInt32(); - break; - } - case 80: { - CBOIIACBAKF = input.ReadUInt32(); - break; - } - case 90: - case 88: { - buffList_.AddEntriesFrom(input, _repeated_buffList_codec); - break; - } - case 96: { - DJNMHMPKKKB = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - MonsterBattleType = input.ReadUInt32(); - break; - } - case 16: { - DBADLNFOPAO = input.ReadUInt64(); - break; - } - case 24: { - LevelId = input.ReadUInt32(); - break; - } - case 32: { - MarbleLevel = input.ReadUInt32(); - break; - } - case 40: { - NLEAIJHAPAP = input.ReadBool(); - break; - } - case 48: { - IGHLABGGIJE = input.ReadUInt32(); - break; - } - case 56: { - Rank = input.ReadUInt32(); - break; - } - case 64: { - EKLDPALNLDC = input.ReadUInt64(); - break; - } - case 72: { - JBLMGNPMADM = input.ReadUInt32(); - break; - } - case 80: { - CBOIIACBAKF = input.ReadUInt32(); - break; - } - case 90: - case 88: { - buffList_.AddEntriesFrom(ref input, _repeated_buffList_codec); - break; - } - case 96: { - DJNMHMPKKKB = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/BigDataAllAvatarRelic.cs b/Proto/OFNGPLJKLOJ.cs similarity index 80% rename from Proto/BigDataAllAvatarRelic.cs rename to Proto/OFNGPLJKLOJ.cs index ac8f4f80..f652ace2 100644 --- a/Proto/BigDataAllAvatarRelic.cs +++ b/Proto/OFNGPLJKLOJ.cs @@ -1,6 +1,6 @@ // // Generated by the protocol buffer compiler. DO NOT EDIT! -// source: BigDataAllAvatarRelic.proto +// source: OFNGPLJKLOJ.proto // #pragma warning disable 1591, 0612, 3021, 8981 #region Designer generated code @@ -11,32 +11,31 @@ using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; namespace EggLink.DanhengServer.Proto { - /// Holder for reflection information generated from BigDataAllAvatarRelic.proto - public static partial class BigDataAllAvatarRelicReflection { + /// Holder for reflection information generated from OFNGPLJKLOJ.proto + public static partial class OFNGPLJKLOJReflection { #region Descriptor - /// File descriptor for BigDataAllAvatarRelic.proto + /// File descriptor for OFNGPLJKLOJ.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; - static BigDataAllAvatarRelicReflection() { + static OFNGPLJKLOJReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChtCaWdEYXRhQWxsQXZhdGFyUmVsaWMucHJvdG8aEk91dHNpZGVSZWxpYy5w", - "cm90bxoRSW5zaWRlUmVsaWMucHJvdG8igAIKFUJpZ0RhdGFBbGxBdmF0YXJS", - "ZWxpYxIiCgtGQkJBSkJJTkdMQhgEIAMoCzINLk91dHNpZGVSZWxpYxIiCgtL", - "S0NNRkdNSElNTxgCIAMoCzINLk91dHNpZGVSZWxpYxIiCgtNUE1GQUhMS0VP", - "QhgDIAMoCzINLk91dHNpZGVSZWxpYxIhCgtQREJITkhQQ05OShgJIAMoCzIM", - "Lkluc2lkZVJlbGljEiIKC0xHRUpKQUpQRURLGAsgAygLMg0uT3V0c2lkZVJl", - "bGljEiEKC05PQk9OQ0NQRU5HGAUgAygLMgwuSW5zaWRlUmVsaWMSEQoJYXZh", - "dGFyX2lkGA8gASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9i", - "BnByb3RvMw==")); + "ChFPRk5HUExKS0xPSi5wcm90bxoRTktHSEhBRkFOSE4ucHJvdG8aEUdITEVE", + "S0ZJSUpILnByb3RvIvIBCgtPRk5HUExKS0xPShIhCgtGQkJBSkJJTkdMQhgE", + "IAMoCzIMLkdITEVES0ZJSUpIEiEKC0tLQ01GR01ISU1PGAIgAygLMgwuR0hM", + "RURLRklJSkgSIQoLTVBNRkFITEtFT0IYAyADKAsyDC5HSExFREtGSUlKSBIh", + "CgtQREJITkhQQ05OShgJIAMoCzIMLk5LR0hIQUZBTkhOEiEKC0xHRUpKQUpQ", + "RURLGAsgAygLMgwuR0hMRURLRklJSkgSIQoLTk9CT05DQ1BFTkcYBSADKAsy", + "DC5OS0dISEFGQU5IThIRCglhdmF0YXJfaWQYDyABKA1CHqoCG0VnZ0xpbmsu", + "RGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.OutsideRelicReflection.Descriptor, global::EggLink.DanhengServer.Proto.InsideRelicReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.NKGHHAFANHNReflection.Descriptor, global::EggLink.DanhengServer.Proto.GHLEDKFIIJHReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BigDataAllAvatarRelic), global::EggLink.DanhengServer.Proto.BigDataAllAvatarRelic.Parser, new[]{ "FBBAJBINGLB", "KKCMFGMHIMO", "MPMFAHLKEOB", "PDBHNHPCNNJ", "LGEJJAJPEDK", "NOBONCCPENG", "AvatarId" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.OFNGPLJKLOJ), global::EggLink.DanhengServer.Proto.OFNGPLJKLOJ.Parser, new[]{ "FBBAJBINGLB", "KKCMFGMHIMO", "MPMFAHLKEOB", "PDBHNHPCNNJ", "LGEJJAJPEDK", "NOBONCCPENG", "AvatarId" }, null, null, null, null) })); } #endregion @@ -44,21 +43,21 @@ namespace EggLink.DanhengServer.Proto { } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class BigDataAllAvatarRelic : pb::IMessage + public sealed partial class OFNGPLJKLOJ : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BigDataAllAvatarRelic()); + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new OFNGPLJKLOJ()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } + public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.BigDataAllAvatarRelicReflection.Descriptor.MessageTypes[0]; } + get { return global::EggLink.DanhengServer.Proto.OFNGPLJKLOJReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -69,7 +68,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BigDataAllAvatarRelic() { + public OFNGPLJKLOJ() { OnConstruction(); } @@ -77,7 +76,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BigDataAllAvatarRelic(BigDataAllAvatarRelic other) : this() { + public OFNGPLJKLOJ(OFNGPLJKLOJ other) : this() { fBBAJBINGLB_ = other.fBBAJBINGLB_.Clone(); kKCMFGMHIMO_ = other.kKCMFGMHIMO_.Clone(); mPMFAHLKEOB_ = other.mPMFAHLKEOB_.Clone(); @@ -90,73 +89,73 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public BigDataAllAvatarRelic Clone() { - return new BigDataAllAvatarRelic(this); + public OFNGPLJKLOJ Clone() { + return new OFNGPLJKLOJ(this); } /// Field number for the "FBBAJBINGLB" field. public const int FBBAJBINGLBFieldNumber = 4; - private static readonly pb::FieldCodec _repeated_fBBAJBINGLB_codec - = pb::FieldCodec.ForMessage(34, global::EggLink.DanhengServer.Proto.OutsideRelic.Parser); - private readonly pbc::RepeatedField fBBAJBINGLB_ = new pbc::RepeatedField(); + private static readonly pb::FieldCodec _repeated_fBBAJBINGLB_codec + = pb::FieldCodec.ForMessage(34, global::EggLink.DanhengServer.Proto.GHLEDKFIIJH.Parser); + private readonly pbc::RepeatedField fBBAJBINGLB_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField FBBAJBINGLB { + public pbc::RepeatedField FBBAJBINGLB { get { return fBBAJBINGLB_; } } /// Field number for the "KKCMFGMHIMO" field. public const int KKCMFGMHIMOFieldNumber = 2; - private static readonly pb::FieldCodec _repeated_kKCMFGMHIMO_codec - = pb::FieldCodec.ForMessage(18, global::EggLink.DanhengServer.Proto.OutsideRelic.Parser); - private readonly pbc::RepeatedField kKCMFGMHIMO_ = new pbc::RepeatedField(); + private static readonly pb::FieldCodec _repeated_kKCMFGMHIMO_codec + = pb::FieldCodec.ForMessage(18, global::EggLink.DanhengServer.Proto.GHLEDKFIIJH.Parser); + private readonly pbc::RepeatedField kKCMFGMHIMO_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField KKCMFGMHIMO { + public pbc::RepeatedField KKCMFGMHIMO { get { return kKCMFGMHIMO_; } } /// Field number for the "MPMFAHLKEOB" field. public const int MPMFAHLKEOBFieldNumber = 3; - private static readonly pb::FieldCodec _repeated_mPMFAHLKEOB_codec - = pb::FieldCodec.ForMessage(26, global::EggLink.DanhengServer.Proto.OutsideRelic.Parser); - private readonly pbc::RepeatedField mPMFAHLKEOB_ = new pbc::RepeatedField(); + private static readonly pb::FieldCodec _repeated_mPMFAHLKEOB_codec + = pb::FieldCodec.ForMessage(26, global::EggLink.DanhengServer.Proto.GHLEDKFIIJH.Parser); + private readonly pbc::RepeatedField mPMFAHLKEOB_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField MPMFAHLKEOB { + public pbc::RepeatedField MPMFAHLKEOB { get { return mPMFAHLKEOB_; } } /// Field number for the "PDBHNHPCNNJ" field. public const int PDBHNHPCNNJFieldNumber = 9; - private static readonly pb::FieldCodec _repeated_pDBHNHPCNNJ_codec - = pb::FieldCodec.ForMessage(74, global::EggLink.DanhengServer.Proto.InsideRelic.Parser); - private readonly pbc::RepeatedField pDBHNHPCNNJ_ = new pbc::RepeatedField(); + private static readonly pb::FieldCodec _repeated_pDBHNHPCNNJ_codec + = pb::FieldCodec.ForMessage(74, global::EggLink.DanhengServer.Proto.NKGHHAFANHN.Parser); + private readonly pbc::RepeatedField pDBHNHPCNNJ_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField PDBHNHPCNNJ { + public pbc::RepeatedField PDBHNHPCNNJ { get { return pDBHNHPCNNJ_; } } /// Field number for the "LGEJJAJPEDK" field. public const int LGEJJAJPEDKFieldNumber = 11; - private static readonly pb::FieldCodec _repeated_lGEJJAJPEDK_codec - = pb::FieldCodec.ForMessage(90, global::EggLink.DanhengServer.Proto.OutsideRelic.Parser); - private readonly pbc::RepeatedField lGEJJAJPEDK_ = new pbc::RepeatedField(); + private static readonly pb::FieldCodec _repeated_lGEJJAJPEDK_codec + = pb::FieldCodec.ForMessage(90, global::EggLink.DanhengServer.Proto.GHLEDKFIIJH.Parser); + private readonly pbc::RepeatedField lGEJJAJPEDK_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField LGEJJAJPEDK { + public pbc::RepeatedField LGEJJAJPEDK { get { return lGEJJAJPEDK_; } } /// Field number for the "NOBONCCPENG" field. public const int NOBONCCPENGFieldNumber = 5; - private static readonly pb::FieldCodec _repeated_nOBONCCPENG_codec - = pb::FieldCodec.ForMessage(42, global::EggLink.DanhengServer.Proto.InsideRelic.Parser); - private readonly pbc::RepeatedField nOBONCCPENG_ = new pbc::RepeatedField(); + private static readonly pb::FieldCodec _repeated_nOBONCCPENG_codec + = pb::FieldCodec.ForMessage(42, global::EggLink.DanhengServer.Proto.NKGHHAFANHN.Parser); + private readonly pbc::RepeatedField nOBONCCPENG_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField NOBONCCPENG { + public pbc::RepeatedField NOBONCCPENG { get { return nOBONCCPENG_; } } @@ -175,12 +174,12 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { - return Equals(other as BigDataAllAvatarRelic); + return Equals(other as OFNGPLJKLOJ); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(BigDataAllAvatarRelic other) { + public bool Equals(OFNGPLJKLOJ other) { if (ReferenceEquals(other, null)) { return false; } @@ -283,7 +282,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(BigDataAllAvatarRelic other) { + public void MergeFrom(OFNGPLJKLOJ other) { if (other == null) { return; } diff --git a/Proto/OIJLBLOOHJG.cs b/Proto/OIJLBLOOHJG.cs deleted file mode 100644 index 39b51024..00000000 --- a/Proto/OIJLBLOOHJG.cs +++ /dev/null @@ -1,52 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: OIJLBLOOHJG.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from OIJLBLOOHJG.proto - public static partial class OIJLBLOOHJGReflection { - - #region Descriptor - /// File descriptor for OIJLBLOOHJG.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static OIJLBLOOHJGReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFPSUpMQkxPT0hKRy5wcm90byqKAQoLT0lKTEJMT09ISkcSFgoSRVZPTFZF", - "X1BFUklPRF9OT05FEAASFwoTRVZPTFZFX1BFUklPRF9GSVJTVBABEhgKFEVW", - "T0xWRV9QRVJJT0RfU0VDT05EEAISFwoTRVZPTFZFX1BFUklPRF9USElSRBAD", - "EhcKE0VWT0xWRV9QRVJJT0RfRVhUUkEQBEIeqgIbRWdnTGluay5EYW5oZW5n", - "U2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.OIJLBLOOHJG), }, null, null)); - } - #endregion - - } - #region Enums - public enum OIJLBLOOHJG { - [pbr::OriginalName("EVOLVE_PERIOD_NONE")] EvolvePeriodNone = 0, - [pbr::OriginalName("EVOLVE_PERIOD_FIRST")] EvolvePeriodFirst = 1, - [pbr::OriginalName("EVOLVE_PERIOD_SECOND")] EvolvePeriodSecond = 2, - [pbr::OriginalName("EVOLVE_PERIOD_THIRD")] EvolvePeriodThird = 3, - [pbr::OriginalName("EVOLVE_PERIOD_EXTRA")] EvolvePeriodExtra = 4, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/OKDBOGBABNI.cs b/Proto/OKDBOGBABNI.cs index 51ed5d26..dd737aaa 100644 --- a/Proto/OKDBOGBABNI.cs +++ b/Proto/OKDBOGBABNI.cs @@ -24,19 +24,19 @@ namespace EggLink.DanhengServer.Proto { static OKDBOGBABNIReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFPS0RCT0dCQUJOSS5wcm90bxoRQU5HT0FNQURPTUEucHJvdG8aEUxGSlBE", - "RENOQktDLnByb3RvGhFHR0tCSEFMUElESy5wcm90bxoRTkhBR1BNTUNEQ0Yu", - "cHJvdG8aEU9HTkxEQURQSkZPLnByb3RvItEBCgtPS0RCT0dCQUJOSRIkCgtF", - "REdGRURKQkFIRhiuDiABKAsyDC5PR05MREFEUEpGT0gAEiQKC09QRlBPTENH", - "TUVEGIoKIAEoCzIMLkFOR09BTUFET01BSAASIQoLQVBNSkZHS0lGT04YCSAB", - "KAsyDC5MRkpQRERDTkJLQxIhCgtQTENDRUhETkFGTBgOIAEoCzIMLkdHS0JI", - "QUxQSURLEiEKC0hETEpCQURFS0ZJGAUgASgLMgwuTkhBR1BNTUNEQ0ZCDQoL", - "TUJMQUdKSk9FRkZCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG", + "ChFPS0RCT0dCQUJOSS5wcm90bxoRR0dLQkhBTFBJREsucHJvdG8aEUxGSlBE", + "RENOQktDLnByb3RvGhFPR05MREFEUEpGTy5wcm90bxoRQU5HT0FNQURPTUEu", + "cHJvdG8aEU5IQUdQTU1DRENGLnByb3RvItEBCgtPS0RCT0dCQUJOSRIhCgtB", + "UE1KRkdLSUZPThgJIAEoCzIMLkxGSlBERENOQktDEiEKC1BMQ0NFSEROQUZM", + "GA4gASgLMgwuR0dLQkhBTFBJREsSIQoLSERMSkJBREVLRkkYBSABKAsyDC5O", + "SEFHUE1NQ0RDRhIkCgtFREdGRURKQkFIRhiuDiABKAsyDC5PR05MREFEUEpG", + "T0gAEiQKC09QRlBPTENHTUVEGIoKIAEoCzIMLkFOR09BTUFET01BSABCDQoL", + "QUFITElJRkNCTURCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG", "cHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ANGOAMADOMAReflection.Descriptor, global::EggLink.DanhengServer.Proto.LFJPDDCNBKCReflection.Descriptor, global::EggLink.DanhengServer.Proto.GGKBHALPIDKReflection.Descriptor, global::EggLink.DanhengServer.Proto.NHAGPMMCDCFReflection.Descriptor, global::EggLink.DanhengServer.Proto.OGNLDADPJFOReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GGKBHALPIDKReflection.Descriptor, global::EggLink.DanhengServer.Proto.LFJPDDCNBKCReflection.Descriptor, global::EggLink.DanhengServer.Proto.OGNLDADPJFOReflection.Descriptor, global::EggLink.DanhengServer.Proto.ANGOAMADOMAReflection.Descriptor, global::EggLink.DanhengServer.Proto.NHAGPMMCDCFReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.OKDBOGBABNI), global::EggLink.DanhengServer.Proto.OKDBOGBABNI.Parser, new[]{ "EDGFEDJBAHF", "OPFPOLCGMED", "APMJFGKIFON", "PLCCEHDNAFL", "HDLJBADEKFI" }, new[]{ "MBLAGJJOEFF" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.OKDBOGBABNI), global::EggLink.DanhengServer.Proto.OKDBOGBABNI.Parser, new[]{ "APMJFGKIFON", "PLCCEHDNAFL", "HDLJBADEKFI", "EDGFEDJBAHF", "OPFPOLCGMED" }, new[]{ "AAHLIIFCBMD" }, null, null, null) })); } #endregion @@ -81,11 +81,11 @@ namespace EggLink.DanhengServer.Proto { aPMJFGKIFON_ = other.aPMJFGKIFON_ != null ? other.aPMJFGKIFON_.Clone() : null; pLCCEHDNAFL_ = other.pLCCEHDNAFL_ != null ? other.pLCCEHDNAFL_.Clone() : null; hDLJBADEKFI_ = other.hDLJBADEKFI_ != null ? other.hDLJBADEKFI_.Clone() : null; - switch (other.MBLAGJJOEFFCase) { - case MBLAGJJOEFFOneofCase.EDGFEDJBAHF: + switch (other.AAHLIIFCBMDCase) { + case AAHLIIFCBMDOneofCase.EDGFEDJBAHF: EDGFEDJBAHF = other.EDGFEDJBAHF.Clone(); break; - case MBLAGJJOEFFOneofCase.OPFPOLCGMED: + case AAHLIIFCBMDOneofCase.OPFPOLCGMED: OPFPOLCGMED = other.OPFPOLCGMED.Clone(); break; } @@ -99,30 +99,6 @@ namespace EggLink.DanhengServer.Proto { return new OKDBOGBABNI(this); } - /// Field number for the "EDGFEDJBAHF" field. - public const int EDGFEDJBAHFFieldNumber = 1838; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.OGNLDADPJFO EDGFEDJBAHF { - get { return mBLAGJJOEFFCase_ == MBLAGJJOEFFOneofCase.EDGFEDJBAHF ? (global::EggLink.DanhengServer.Proto.OGNLDADPJFO) mBLAGJJOEFF_ : null; } - set { - mBLAGJJOEFF_ = value; - mBLAGJJOEFFCase_ = value == null ? MBLAGJJOEFFOneofCase.None : MBLAGJJOEFFOneofCase.EDGFEDJBAHF; - } - } - - /// Field number for the "OPFPOLCGMED" field. - public const int OPFPOLCGMEDFieldNumber = 1290; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.ANGOAMADOMA OPFPOLCGMED { - get { return mBLAGJJOEFFCase_ == MBLAGJJOEFFOneofCase.OPFPOLCGMED ? (global::EggLink.DanhengServer.Proto.ANGOAMADOMA) mBLAGJJOEFF_ : null; } - set { - mBLAGJJOEFF_ = value; - mBLAGJJOEFFCase_ = value == null ? MBLAGJJOEFFOneofCase.None : MBLAGJJOEFFOneofCase.OPFPOLCGMED; - } - } - /// Field number for the "APMJFGKIFON" field. public const int APMJFGKIFONFieldNumber = 9; private global::EggLink.DanhengServer.Proto.LFJPDDCNBKC aPMJFGKIFON_; @@ -159,25 +135,49 @@ namespace EggLink.DanhengServer.Proto { } } - private object mBLAGJJOEFF_; - /// Enum of possible cases for the "MBLAGJJOEFF" oneof. - public enum MBLAGJJOEFFOneofCase { + /// Field number for the "EDGFEDJBAHF" field. + public const int EDGFEDJBAHFFieldNumber = 1838; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.OGNLDADPJFO EDGFEDJBAHF { + get { return aAHLIIFCBMDCase_ == AAHLIIFCBMDOneofCase.EDGFEDJBAHF ? (global::EggLink.DanhengServer.Proto.OGNLDADPJFO) aAHLIIFCBMD_ : null; } + set { + aAHLIIFCBMD_ = value; + aAHLIIFCBMDCase_ = value == null ? AAHLIIFCBMDOneofCase.None : AAHLIIFCBMDOneofCase.EDGFEDJBAHF; + } + } + + /// Field number for the "OPFPOLCGMED" field. + public const int OPFPOLCGMEDFieldNumber = 1290; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.ANGOAMADOMA OPFPOLCGMED { + get { return aAHLIIFCBMDCase_ == AAHLIIFCBMDOneofCase.OPFPOLCGMED ? (global::EggLink.DanhengServer.Proto.ANGOAMADOMA) aAHLIIFCBMD_ : null; } + set { + aAHLIIFCBMD_ = value; + aAHLIIFCBMDCase_ = value == null ? AAHLIIFCBMDOneofCase.None : AAHLIIFCBMDOneofCase.OPFPOLCGMED; + } + } + + private object aAHLIIFCBMD_; + /// Enum of possible cases for the "AAHLIIFCBMD" oneof. + public enum AAHLIIFCBMDOneofCase { None = 0, EDGFEDJBAHF = 1838, OPFPOLCGMED = 1290, } - private MBLAGJJOEFFOneofCase mBLAGJJOEFFCase_ = MBLAGJJOEFFOneofCase.None; + private AAHLIIFCBMDOneofCase aAHLIIFCBMDCase_ = AAHLIIFCBMDOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public MBLAGJJOEFFOneofCase MBLAGJJOEFFCase { - get { return mBLAGJJOEFFCase_; } + public AAHLIIFCBMDOneofCase AAHLIIFCBMDCase { + get { return aAHLIIFCBMDCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearMBLAGJJOEFF() { - mBLAGJJOEFFCase_ = MBLAGJJOEFFOneofCase.None; - mBLAGJJOEFF_ = null; + public void ClearAAHLIIFCBMD() { + aAHLIIFCBMDCase_ = AAHLIIFCBMDOneofCase.None; + aAHLIIFCBMD_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -195,12 +195,12 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (!object.Equals(EDGFEDJBAHF, other.EDGFEDJBAHF)) return false; - if (!object.Equals(OPFPOLCGMED, other.OPFPOLCGMED)) return false; if (!object.Equals(APMJFGKIFON, other.APMJFGKIFON)) return false; if (!object.Equals(PLCCEHDNAFL, other.PLCCEHDNAFL)) return false; if (!object.Equals(HDLJBADEKFI, other.HDLJBADEKFI)) return false; - if (MBLAGJJOEFFCase != other.MBLAGJJOEFFCase) return false; + if (!object.Equals(EDGFEDJBAHF, other.EDGFEDJBAHF)) return false; + if (!object.Equals(OPFPOLCGMED, other.OPFPOLCGMED)) return false; + if (AAHLIIFCBMDCase != other.AAHLIIFCBMDCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -208,12 +208,12 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (mBLAGJJOEFFCase_ == MBLAGJJOEFFOneofCase.EDGFEDJBAHF) hash ^= EDGFEDJBAHF.GetHashCode(); - if (mBLAGJJOEFFCase_ == MBLAGJJOEFFOneofCase.OPFPOLCGMED) hash ^= OPFPOLCGMED.GetHashCode(); if (aPMJFGKIFON_ != null) hash ^= APMJFGKIFON.GetHashCode(); if (pLCCEHDNAFL_ != null) hash ^= PLCCEHDNAFL.GetHashCode(); if (hDLJBADEKFI_ != null) hash ^= HDLJBADEKFI.GetHashCode(); - hash ^= (int) mBLAGJJOEFFCase_; + if (aAHLIIFCBMDCase_ == AAHLIIFCBMDOneofCase.EDGFEDJBAHF) hash ^= EDGFEDJBAHF.GetHashCode(); + if (aAHLIIFCBMDCase_ == AAHLIIFCBMDOneofCase.OPFPOLCGMED) hash ^= OPFPOLCGMED.GetHashCode(); + hash ^= (int) aAHLIIFCBMDCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -244,11 +244,11 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(114); output.WriteMessage(PLCCEHDNAFL); } - if (mBLAGJJOEFFCase_ == MBLAGJJOEFFOneofCase.OPFPOLCGMED) { + if (aAHLIIFCBMDCase_ == AAHLIIFCBMDOneofCase.OPFPOLCGMED) { output.WriteRawTag(210, 80); output.WriteMessage(OPFPOLCGMED); } - if (mBLAGJJOEFFCase_ == MBLAGJJOEFFOneofCase.EDGFEDJBAHF) { + if (aAHLIIFCBMDCase_ == AAHLIIFCBMDOneofCase.EDGFEDJBAHF) { output.WriteRawTag(242, 114); output.WriteMessage(EDGFEDJBAHF); } @@ -274,11 +274,11 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(114); output.WriteMessage(PLCCEHDNAFL); } - if (mBLAGJJOEFFCase_ == MBLAGJJOEFFOneofCase.OPFPOLCGMED) { + if (aAHLIIFCBMDCase_ == AAHLIIFCBMDOneofCase.OPFPOLCGMED) { output.WriteRawTag(210, 80); output.WriteMessage(OPFPOLCGMED); } - if (mBLAGJJOEFFCase_ == MBLAGJJOEFFOneofCase.EDGFEDJBAHF) { + if (aAHLIIFCBMDCase_ == AAHLIIFCBMDOneofCase.EDGFEDJBAHF) { output.WriteRawTag(242, 114); output.WriteMessage(EDGFEDJBAHF); } @@ -292,12 +292,6 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (mBLAGJJOEFFCase_ == MBLAGJJOEFFOneofCase.EDGFEDJBAHF) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(EDGFEDJBAHF); - } - if (mBLAGJJOEFFCase_ == MBLAGJJOEFFOneofCase.OPFPOLCGMED) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(OPFPOLCGMED); - } if (aPMJFGKIFON_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(APMJFGKIFON); } @@ -307,6 +301,12 @@ namespace EggLink.DanhengServer.Proto { if (hDLJBADEKFI_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(HDLJBADEKFI); } + if (aAHLIIFCBMDCase_ == AAHLIIFCBMDOneofCase.EDGFEDJBAHF) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(EDGFEDJBAHF); + } + if (aAHLIIFCBMDCase_ == AAHLIIFCBMDOneofCase.OPFPOLCGMED) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(OPFPOLCGMED); + } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -337,14 +337,14 @@ namespace EggLink.DanhengServer.Proto { } HDLJBADEKFI.MergeFrom(other.HDLJBADEKFI); } - switch (other.MBLAGJJOEFFCase) { - case MBLAGJJOEFFOneofCase.EDGFEDJBAHF: + switch (other.AAHLIIFCBMDCase) { + case AAHLIIFCBMDOneofCase.EDGFEDJBAHF: if (EDGFEDJBAHF == null) { EDGFEDJBAHF = new global::EggLink.DanhengServer.Proto.OGNLDADPJFO(); } EDGFEDJBAHF.MergeFrom(other.EDGFEDJBAHF); break; - case MBLAGJJOEFFOneofCase.OPFPOLCGMED: + case AAHLIIFCBMDOneofCase.OPFPOLCGMED: if (OPFPOLCGMED == null) { OPFPOLCGMED = new global::EggLink.DanhengServer.Proto.ANGOAMADOMA(); } @@ -390,7 +390,7 @@ namespace EggLink.DanhengServer.Proto { } case 10322: { global::EggLink.DanhengServer.Proto.ANGOAMADOMA subBuilder = new global::EggLink.DanhengServer.Proto.ANGOAMADOMA(); - if (mBLAGJJOEFFCase_ == MBLAGJJOEFFOneofCase.OPFPOLCGMED) { + if (aAHLIIFCBMDCase_ == AAHLIIFCBMDOneofCase.OPFPOLCGMED) { subBuilder.MergeFrom(OPFPOLCGMED); } input.ReadMessage(subBuilder); @@ -399,7 +399,7 @@ namespace EggLink.DanhengServer.Proto { } case 14706: { global::EggLink.DanhengServer.Proto.OGNLDADPJFO subBuilder = new global::EggLink.DanhengServer.Proto.OGNLDADPJFO(); - if (mBLAGJJOEFFCase_ == MBLAGJJOEFFOneofCase.EDGFEDJBAHF) { + if (aAHLIIFCBMDCase_ == AAHLIIFCBMDOneofCase.EDGFEDJBAHF) { subBuilder.MergeFrom(EDGFEDJBAHF); } input.ReadMessage(subBuilder); @@ -444,7 +444,7 @@ namespace EggLink.DanhengServer.Proto { } case 10322: { global::EggLink.DanhengServer.Proto.ANGOAMADOMA subBuilder = new global::EggLink.DanhengServer.Proto.ANGOAMADOMA(); - if (mBLAGJJOEFFCase_ == MBLAGJJOEFFOneofCase.OPFPOLCGMED) { + if (aAHLIIFCBMDCase_ == AAHLIIFCBMDOneofCase.OPFPOLCGMED) { subBuilder.MergeFrom(OPFPOLCGMED); } input.ReadMessage(subBuilder); @@ -453,7 +453,7 @@ namespace EggLink.DanhengServer.Proto { } case 14706: { global::EggLink.DanhengServer.Proto.OGNLDADPJFO subBuilder = new global::EggLink.DanhengServer.Proto.OGNLDADPJFO(); - if (mBLAGJJOEFFCase_ == MBLAGJJOEFFOneofCase.EDGFEDJBAHF) { + if (aAHLIIFCBMDCase_ == AAHLIIFCBMDOneofCase.EDGFEDJBAHF) { subBuilder.MergeFrom(EDGFEDJBAHF); } input.ReadMessage(subBuilder); diff --git a/Proto/OKECOPGKLEE.cs b/Proto/OKECOPGKLEE.cs deleted file mode 100644 index bb195bda..00000000 --- a/Proto/OKECOPGKLEE.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: OKECOPGKLEE.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from OKECOPGKLEE.proto - public static partial class OKECOPGKLEEReflection { - - #region Descriptor - /// File descriptor for OKECOPGKLEE.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static OKECOPGKLEEReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFPS0VDT1BHS0xFRS5wcm90bxocUm9ndWVNYWdpY0dhbWVVbml0SW5mby5w", - "cm90byI7CgtPS0VDT1BHS0xFRRIsCgtQTUdKSUNDSEhETBgPIAEoCzIXLlJv", - "Z3VlTWFnaWNHYW1lVW5pdEluZm9CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZl", - "ci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueMagicGameUnitInfoReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.OKECOPGKLEE), global::EggLink.DanhengServer.Proto.OKECOPGKLEE.Parser, new[]{ "PMGJICCHHDL" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class OKECOPGKLEE : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new OKECOPGKLEE()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.OKECOPGKLEEReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OKECOPGKLEE() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OKECOPGKLEE(OKECOPGKLEE other) : this() { - pMGJICCHHDL_ = other.pMGJICCHHDL_ != null ? other.pMGJICCHHDL_.Clone() : null; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OKECOPGKLEE Clone() { - return new OKECOPGKLEE(this); - } - - /// Field number for the "PMGJICCHHDL" field. - public const int PMGJICCHHDLFieldNumber = 15; - private global::EggLink.DanhengServer.Proto.RogueMagicGameUnitInfo pMGJICCHHDL_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.RogueMagicGameUnitInfo PMGJICCHHDL { - get { return pMGJICCHHDL_; } - set { - pMGJICCHHDL_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as OKECOPGKLEE); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(OKECOPGKLEE other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (!object.Equals(PMGJICCHHDL, other.PMGJICCHHDL)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (pMGJICCHHDL_ != null) hash ^= PMGJICCHHDL.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (pMGJICCHHDL_ != null) { - output.WriteRawTag(122); - output.WriteMessage(PMGJICCHHDL); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (pMGJICCHHDL_ != null) { - output.WriteRawTag(122); - output.WriteMessage(PMGJICCHHDL); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (pMGJICCHHDL_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(PMGJICCHHDL); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(OKECOPGKLEE other) { - if (other == null) { - return; - } - if (other.pMGJICCHHDL_ != null) { - if (pMGJICCHHDL_ == null) { - PMGJICCHHDL = new global::EggLink.DanhengServer.Proto.RogueMagicGameUnitInfo(); - } - PMGJICCHHDL.MergeFrom(other.PMGJICCHHDL); - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 122: { - if (pMGJICCHHDL_ == null) { - PMGJICCHHDL = new global::EggLink.DanhengServer.Proto.RogueMagicGameUnitInfo(); - } - input.ReadMessage(PMGJICCHHDL); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 122: { - if (pMGJICCHHDL_ == null) { - PMGJICCHHDL = new global::EggLink.DanhengServer.Proto.RogueMagicGameUnitInfo(); - } - input.ReadMessage(PMGJICCHHDL); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/OKGMDMJHCMK.cs b/Proto/OKGMDMJHCMK.cs deleted file mode 100644 index 1f45e0b7..00000000 --- a/Proto/OKGMDMJHCMK.cs +++ /dev/null @@ -1,234 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: OKGMDMJHCMK.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from OKGMDMJHCMK.proto - public static partial class OKGMDMJHCMKReflection { - - #region Descriptor - /// File descriptor for OKGMDMJHCMK.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static OKGMDMJHCMKReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFPS0dNRE1KSENNSy5wcm90byIiCgtPS0dNRE1KSENNSxITCgtDRUhGSUlM", - "TUpLTRgEIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", - "cm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.OKGMDMJHCMK), global::EggLink.DanhengServer.Proto.OKGMDMJHCMK.Parser, new[]{ "CEHFIILMJKM" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class OKGMDMJHCMK : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new OKGMDMJHCMK()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.OKGMDMJHCMKReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OKGMDMJHCMK() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OKGMDMJHCMK(OKGMDMJHCMK other) : this() { - cEHFIILMJKM_ = other.cEHFIILMJKM_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OKGMDMJHCMK Clone() { - return new OKGMDMJHCMK(this); - } - - /// Field number for the "CEHFIILMJKM" field. - public const int CEHFIILMJKMFieldNumber = 4; - private uint cEHFIILMJKM_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint CEHFIILMJKM { - get { return cEHFIILMJKM_; } - set { - cEHFIILMJKM_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as OKGMDMJHCMK); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(OKGMDMJHCMK other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (CEHFIILMJKM != other.CEHFIILMJKM) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (CEHFIILMJKM != 0) hash ^= CEHFIILMJKM.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (CEHFIILMJKM != 0) { - output.WriteRawTag(32); - output.WriteUInt32(CEHFIILMJKM); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (CEHFIILMJKM != 0) { - output.WriteRawTag(32); - output.WriteUInt32(CEHFIILMJKM); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (CEHFIILMJKM != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CEHFIILMJKM); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(OKGMDMJHCMK other) { - if (other == null) { - return; - } - if (other.CEHFIILMJKM != 0) { - CEHFIILMJKM = other.CEHFIILMJKM; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 32: { - CEHFIILMJKM = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 32: { - CEHFIILMJKM = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/OMJFMBJMFMC.cs b/Proto/OMJFMBJMFMC.cs deleted file mode 100644 index 33a0fcae..00000000 --- a/Proto/OMJFMBJMFMC.cs +++ /dev/null @@ -1,196 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: OMJFMBJMFMC.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from OMJFMBJMFMC.proto - public static partial class OMJFMBJMFMCReflection { - - #region Descriptor - /// File descriptor for OMJFMBJMFMC.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static OMJFMBJMFMCReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFPTUpGTUJKTUZNQy5wcm90byINCgtPTUpGTUJKTUZNQ0IeqgIbRWdnTGlu", - "ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.OMJFMBJMFMC), global::EggLink.DanhengServer.Proto.OMJFMBJMFMC.Parser, null, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class OMJFMBJMFMC : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new OMJFMBJMFMC()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.OMJFMBJMFMCReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OMJFMBJMFMC() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OMJFMBJMFMC(OMJFMBJMFMC other) : this() { - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OMJFMBJMFMC Clone() { - return new OMJFMBJMFMC(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as OMJFMBJMFMC); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(OMJFMBJMFMC other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(OMJFMBJMFMC other) { - if (other == null) { - return; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/OMOGAIEOFAH.cs b/Proto/OMOGAIEOFAH.cs deleted file mode 100644 index 83c436ad..00000000 --- a/Proto/OMOGAIEOFAH.cs +++ /dev/null @@ -1,676 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: OMOGAIEOFAH.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from OMOGAIEOFAH.proto - public static partial class OMOGAIEOFAHReflection { - - #region Descriptor - /// File descriptor for OMOGAIEOFAH.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static OMOGAIEOFAHReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFPTU9HQUlFT0ZBSC5wcm90bxoSSXRlbUNvc3REYXRhLnByb3RvGg9Sb2d1", - "ZUJ1ZmYucHJvdG8aJVJvZ3VlQ29tbW9uQnVmZlNlbGVjdFNvdXJjZVR5cGUu", - "cHJvdG8i5wIKC09NT0dBSUVPRkFIEhMKC0NNT0dCTEhBRkhOGA0gASgNEhMK", - "C0VIUE1DR09FTEdCGAcgASgIEhMKC0JIRUlEUFBGQ0tBGAIgASgNEiIKC0ZQ", - "T0VMUEZDTkJJGAogASgLMg0uSXRlbUNvc3REYXRhEiIKDm1hemVfYnVmZl9s", - "aXN0GAggAygLMgouUm9ndWVCdWZmEhMKC1BESUhJTENMRU5NGA4gAygNEhMK", - "C1BEQVBFSEVBTUJNGA8gASgNEhMKC0lQT0ROQkxKUE9MGAYgASgNEhMKC0VL", - "RkxQTkxBUERGGAkgASgNEhMKC0RKRkNLRkVNR09KGAEgASgNEj4KFG1vZGlm", - "aWVyX3NvdXJjZV90eXBlGAQgASgOMiAuUm9ndWVDb21tb25CdWZmU2VsZWN0", - "U291cmNlVHlwZRITCgtDS0tFS01KTUFCQxgLIAEoDRITCgtJR0NIQlBBS0JD", - "QhgDIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90", - "bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemCostDataReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueBuffReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonBuffSelectSourceTypeReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.OMOGAIEOFAH), global::EggLink.DanhengServer.Proto.OMOGAIEOFAH.Parser, new[]{ "CMOGBLHAFHN", "EHPMCGOELGB", "BHEIDPPFCKA", "FPOELPFCNBI", "MazeBuffList", "PDIHILCLENM", "PDAPEHEAMBM", "IPODNBLJPOL", "EKFLPNLAPDF", "DJFCKFEMGOJ", "ModifierSourceType", "CKKEKMJMABC", "IGCHBPAKBCB" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class OMOGAIEOFAH : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new OMOGAIEOFAH()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.OMOGAIEOFAHReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OMOGAIEOFAH() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OMOGAIEOFAH(OMOGAIEOFAH other) : this() { - cMOGBLHAFHN_ = other.cMOGBLHAFHN_; - eHPMCGOELGB_ = other.eHPMCGOELGB_; - bHEIDPPFCKA_ = other.bHEIDPPFCKA_; - fPOELPFCNBI_ = other.fPOELPFCNBI_ != null ? other.fPOELPFCNBI_.Clone() : null; - mazeBuffList_ = other.mazeBuffList_.Clone(); - pDIHILCLENM_ = other.pDIHILCLENM_.Clone(); - pDAPEHEAMBM_ = other.pDAPEHEAMBM_; - iPODNBLJPOL_ = other.iPODNBLJPOL_; - eKFLPNLAPDF_ = other.eKFLPNLAPDF_; - dJFCKFEMGOJ_ = other.dJFCKFEMGOJ_; - modifierSourceType_ = other.modifierSourceType_; - cKKEKMJMABC_ = other.cKKEKMJMABC_; - iGCHBPAKBCB_ = other.iGCHBPAKBCB_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OMOGAIEOFAH Clone() { - return new OMOGAIEOFAH(this); - } - - /// Field number for the "CMOGBLHAFHN" field. - public const int CMOGBLHAFHNFieldNumber = 13; - private uint cMOGBLHAFHN_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint CMOGBLHAFHN { - get { return cMOGBLHAFHN_; } - set { - cMOGBLHAFHN_ = value; - } - } - - /// Field number for the "EHPMCGOELGB" field. - public const int EHPMCGOELGBFieldNumber = 7; - private bool eHPMCGOELGB_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool EHPMCGOELGB { - get { return eHPMCGOELGB_; } - set { - eHPMCGOELGB_ = value; - } - } - - /// Field number for the "BHEIDPPFCKA" field. - public const int BHEIDPPFCKAFieldNumber = 2; - private uint bHEIDPPFCKA_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint BHEIDPPFCKA { - get { return bHEIDPPFCKA_; } - set { - bHEIDPPFCKA_ = value; - } - } - - /// Field number for the "FPOELPFCNBI" field. - public const int FPOELPFCNBIFieldNumber = 10; - private global::EggLink.DanhengServer.Proto.ItemCostData fPOELPFCNBI_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.ItemCostData FPOELPFCNBI { - get { return fPOELPFCNBI_; } - set { - fPOELPFCNBI_ = value; - } - } - - /// Field number for the "maze_buff_list" field. - public const int MazeBuffListFieldNumber = 8; - private static readonly pb::FieldCodec _repeated_mazeBuffList_codec - = pb::FieldCodec.ForMessage(66, global::EggLink.DanhengServer.Proto.RogueBuff.Parser); - private readonly pbc::RepeatedField mazeBuffList_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField MazeBuffList { - get { return mazeBuffList_; } - } - - /// Field number for the "PDIHILCLENM" field. - public const int PDIHILCLENMFieldNumber = 14; - private static readonly pb::FieldCodec _repeated_pDIHILCLENM_codec - = pb::FieldCodec.ForUInt32(114); - private readonly pbc::RepeatedField pDIHILCLENM_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField PDIHILCLENM { - get { return pDIHILCLENM_; } - } - - /// Field number for the "PDAPEHEAMBM" field. - public const int PDAPEHEAMBMFieldNumber = 15; - private uint pDAPEHEAMBM_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint PDAPEHEAMBM { - get { return pDAPEHEAMBM_; } - set { - pDAPEHEAMBM_ = value; - } - } - - /// Field number for the "IPODNBLJPOL" field. - public const int IPODNBLJPOLFieldNumber = 6; - private uint iPODNBLJPOL_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint IPODNBLJPOL { - get { return iPODNBLJPOL_; } - set { - iPODNBLJPOL_ = value; - } - } - - /// Field number for the "EKFLPNLAPDF" field. - public const int EKFLPNLAPDFFieldNumber = 9; - private uint eKFLPNLAPDF_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint EKFLPNLAPDF { - get { return eKFLPNLAPDF_; } - set { - eKFLPNLAPDF_ = value; - } - } - - /// Field number for the "DJFCKFEMGOJ" field. - public const int DJFCKFEMGOJFieldNumber = 1; - private uint dJFCKFEMGOJ_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint DJFCKFEMGOJ { - get { return dJFCKFEMGOJ_; } - set { - dJFCKFEMGOJ_ = value; - } - } - - /// Field number for the "modifier_source_type" field. - public const int ModifierSourceTypeFieldNumber = 4; - private global::EggLink.DanhengServer.Proto.RogueCommonBuffSelectSourceType modifierSourceType_ = global::EggLink.DanhengServer.Proto.RogueCommonBuffSelectSourceType.None; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.RogueCommonBuffSelectSourceType ModifierSourceType { - get { return modifierSourceType_; } - set { - modifierSourceType_ = value; - } - } - - /// Field number for the "CKKEKMJMABC" field. - public const int CKKEKMJMABCFieldNumber = 11; - private uint cKKEKMJMABC_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint CKKEKMJMABC { - get { return cKKEKMJMABC_; } - set { - cKKEKMJMABC_ = value; - } - } - - /// Field number for the "IGCHBPAKBCB" field. - public const int IGCHBPAKBCBFieldNumber = 3; - private uint iGCHBPAKBCB_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint IGCHBPAKBCB { - get { return iGCHBPAKBCB_; } - set { - iGCHBPAKBCB_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as OMOGAIEOFAH); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(OMOGAIEOFAH other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (CMOGBLHAFHN != other.CMOGBLHAFHN) return false; - if (EHPMCGOELGB != other.EHPMCGOELGB) return false; - if (BHEIDPPFCKA != other.BHEIDPPFCKA) return false; - if (!object.Equals(FPOELPFCNBI, other.FPOELPFCNBI)) return false; - if(!mazeBuffList_.Equals(other.mazeBuffList_)) return false; - if(!pDIHILCLENM_.Equals(other.pDIHILCLENM_)) return false; - if (PDAPEHEAMBM != other.PDAPEHEAMBM) return false; - if (IPODNBLJPOL != other.IPODNBLJPOL) return false; - if (EKFLPNLAPDF != other.EKFLPNLAPDF) return false; - if (DJFCKFEMGOJ != other.DJFCKFEMGOJ) return false; - if (ModifierSourceType != other.ModifierSourceType) return false; - if (CKKEKMJMABC != other.CKKEKMJMABC) return false; - if (IGCHBPAKBCB != other.IGCHBPAKBCB) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (CMOGBLHAFHN != 0) hash ^= CMOGBLHAFHN.GetHashCode(); - if (EHPMCGOELGB != false) hash ^= EHPMCGOELGB.GetHashCode(); - if (BHEIDPPFCKA != 0) hash ^= BHEIDPPFCKA.GetHashCode(); - if (fPOELPFCNBI_ != null) hash ^= FPOELPFCNBI.GetHashCode(); - hash ^= mazeBuffList_.GetHashCode(); - hash ^= pDIHILCLENM_.GetHashCode(); - if (PDAPEHEAMBM != 0) hash ^= PDAPEHEAMBM.GetHashCode(); - if (IPODNBLJPOL != 0) hash ^= IPODNBLJPOL.GetHashCode(); - if (EKFLPNLAPDF != 0) hash ^= EKFLPNLAPDF.GetHashCode(); - if (DJFCKFEMGOJ != 0) hash ^= DJFCKFEMGOJ.GetHashCode(); - if (ModifierSourceType != global::EggLink.DanhengServer.Proto.RogueCommonBuffSelectSourceType.None) hash ^= ModifierSourceType.GetHashCode(); - if (CKKEKMJMABC != 0) hash ^= CKKEKMJMABC.GetHashCode(); - if (IGCHBPAKBCB != 0) hash ^= IGCHBPAKBCB.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (DJFCKFEMGOJ != 0) { - output.WriteRawTag(8); - output.WriteUInt32(DJFCKFEMGOJ); - } - if (BHEIDPPFCKA != 0) { - output.WriteRawTag(16); - output.WriteUInt32(BHEIDPPFCKA); - } - if (IGCHBPAKBCB != 0) { - output.WriteRawTag(24); - output.WriteUInt32(IGCHBPAKBCB); - } - if (ModifierSourceType != global::EggLink.DanhengServer.Proto.RogueCommonBuffSelectSourceType.None) { - output.WriteRawTag(32); - output.WriteEnum((int) ModifierSourceType); - } - if (IPODNBLJPOL != 0) { - output.WriteRawTag(48); - output.WriteUInt32(IPODNBLJPOL); - } - if (EHPMCGOELGB != false) { - output.WriteRawTag(56); - output.WriteBool(EHPMCGOELGB); - } - mazeBuffList_.WriteTo(output, _repeated_mazeBuffList_codec); - if (EKFLPNLAPDF != 0) { - output.WriteRawTag(72); - output.WriteUInt32(EKFLPNLAPDF); - } - if (fPOELPFCNBI_ != null) { - output.WriteRawTag(82); - output.WriteMessage(FPOELPFCNBI); - } - if (CKKEKMJMABC != 0) { - output.WriteRawTag(88); - output.WriteUInt32(CKKEKMJMABC); - } - if (CMOGBLHAFHN != 0) { - output.WriteRawTag(104); - output.WriteUInt32(CMOGBLHAFHN); - } - pDIHILCLENM_.WriteTo(output, _repeated_pDIHILCLENM_codec); - if (PDAPEHEAMBM != 0) { - output.WriteRawTag(120); - output.WriteUInt32(PDAPEHEAMBM); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (DJFCKFEMGOJ != 0) { - output.WriteRawTag(8); - output.WriteUInt32(DJFCKFEMGOJ); - } - if (BHEIDPPFCKA != 0) { - output.WriteRawTag(16); - output.WriteUInt32(BHEIDPPFCKA); - } - if (IGCHBPAKBCB != 0) { - output.WriteRawTag(24); - output.WriteUInt32(IGCHBPAKBCB); - } - if (ModifierSourceType != global::EggLink.DanhengServer.Proto.RogueCommonBuffSelectSourceType.None) { - output.WriteRawTag(32); - output.WriteEnum((int) ModifierSourceType); - } - if (IPODNBLJPOL != 0) { - output.WriteRawTag(48); - output.WriteUInt32(IPODNBLJPOL); - } - if (EHPMCGOELGB != false) { - output.WriteRawTag(56); - output.WriteBool(EHPMCGOELGB); - } - mazeBuffList_.WriteTo(ref output, _repeated_mazeBuffList_codec); - if (EKFLPNLAPDF != 0) { - output.WriteRawTag(72); - output.WriteUInt32(EKFLPNLAPDF); - } - if (fPOELPFCNBI_ != null) { - output.WriteRawTag(82); - output.WriteMessage(FPOELPFCNBI); - } - if (CKKEKMJMABC != 0) { - output.WriteRawTag(88); - output.WriteUInt32(CKKEKMJMABC); - } - if (CMOGBLHAFHN != 0) { - output.WriteRawTag(104); - output.WriteUInt32(CMOGBLHAFHN); - } - pDIHILCLENM_.WriteTo(ref output, _repeated_pDIHILCLENM_codec); - if (PDAPEHEAMBM != 0) { - output.WriteRawTag(120); - output.WriteUInt32(PDAPEHEAMBM); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (CMOGBLHAFHN != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CMOGBLHAFHN); - } - if (EHPMCGOELGB != false) { - size += 1 + 1; - } - if (BHEIDPPFCKA != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BHEIDPPFCKA); - } - if (fPOELPFCNBI_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(FPOELPFCNBI); - } - size += mazeBuffList_.CalculateSize(_repeated_mazeBuffList_codec); - size += pDIHILCLENM_.CalculateSize(_repeated_pDIHILCLENM_codec); - if (PDAPEHEAMBM != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PDAPEHEAMBM); - } - if (IPODNBLJPOL != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IPODNBLJPOL); - } - if (EKFLPNLAPDF != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EKFLPNLAPDF); - } - if (DJFCKFEMGOJ != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DJFCKFEMGOJ); - } - if (ModifierSourceType != global::EggLink.DanhengServer.Proto.RogueCommonBuffSelectSourceType.None) { - size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) ModifierSourceType); - } - if (CKKEKMJMABC != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CKKEKMJMABC); - } - if (IGCHBPAKBCB != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IGCHBPAKBCB); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(OMOGAIEOFAH other) { - if (other == null) { - return; - } - if (other.CMOGBLHAFHN != 0) { - CMOGBLHAFHN = other.CMOGBLHAFHN; - } - if (other.EHPMCGOELGB != false) { - EHPMCGOELGB = other.EHPMCGOELGB; - } - if (other.BHEIDPPFCKA != 0) { - BHEIDPPFCKA = other.BHEIDPPFCKA; - } - if (other.fPOELPFCNBI_ != null) { - if (fPOELPFCNBI_ == null) { - FPOELPFCNBI = new global::EggLink.DanhengServer.Proto.ItemCostData(); - } - FPOELPFCNBI.MergeFrom(other.FPOELPFCNBI); - } - mazeBuffList_.Add(other.mazeBuffList_); - pDIHILCLENM_.Add(other.pDIHILCLENM_); - if (other.PDAPEHEAMBM != 0) { - PDAPEHEAMBM = other.PDAPEHEAMBM; - } - if (other.IPODNBLJPOL != 0) { - IPODNBLJPOL = other.IPODNBLJPOL; - } - if (other.EKFLPNLAPDF != 0) { - EKFLPNLAPDF = other.EKFLPNLAPDF; - } - if (other.DJFCKFEMGOJ != 0) { - DJFCKFEMGOJ = other.DJFCKFEMGOJ; - } - if (other.ModifierSourceType != global::EggLink.DanhengServer.Proto.RogueCommonBuffSelectSourceType.None) { - ModifierSourceType = other.ModifierSourceType; - } - if (other.CKKEKMJMABC != 0) { - CKKEKMJMABC = other.CKKEKMJMABC; - } - if (other.IGCHBPAKBCB != 0) { - IGCHBPAKBCB = other.IGCHBPAKBCB; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - DJFCKFEMGOJ = input.ReadUInt32(); - break; - } - case 16: { - BHEIDPPFCKA = input.ReadUInt32(); - break; - } - case 24: { - IGCHBPAKBCB = input.ReadUInt32(); - break; - } - case 32: { - ModifierSourceType = (global::EggLink.DanhengServer.Proto.RogueCommonBuffSelectSourceType) input.ReadEnum(); - break; - } - case 48: { - IPODNBLJPOL = input.ReadUInt32(); - break; - } - case 56: { - EHPMCGOELGB = input.ReadBool(); - break; - } - case 66: { - mazeBuffList_.AddEntriesFrom(input, _repeated_mazeBuffList_codec); - break; - } - case 72: { - EKFLPNLAPDF = input.ReadUInt32(); - break; - } - case 82: { - if (fPOELPFCNBI_ == null) { - FPOELPFCNBI = new global::EggLink.DanhengServer.Proto.ItemCostData(); - } - input.ReadMessage(FPOELPFCNBI); - break; - } - case 88: { - CKKEKMJMABC = input.ReadUInt32(); - break; - } - case 104: { - CMOGBLHAFHN = input.ReadUInt32(); - break; - } - case 114: - case 112: { - pDIHILCLENM_.AddEntriesFrom(input, _repeated_pDIHILCLENM_codec); - break; - } - case 120: { - PDAPEHEAMBM = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - DJFCKFEMGOJ = input.ReadUInt32(); - break; - } - case 16: { - BHEIDPPFCKA = input.ReadUInt32(); - break; - } - case 24: { - IGCHBPAKBCB = input.ReadUInt32(); - break; - } - case 32: { - ModifierSourceType = (global::EggLink.DanhengServer.Proto.RogueCommonBuffSelectSourceType) input.ReadEnum(); - break; - } - case 48: { - IPODNBLJPOL = input.ReadUInt32(); - break; - } - case 56: { - EHPMCGOELGB = input.ReadBool(); - break; - } - case 66: { - mazeBuffList_.AddEntriesFrom(ref input, _repeated_mazeBuffList_codec); - break; - } - case 72: { - EKFLPNLAPDF = input.ReadUInt32(); - break; - } - case 82: { - if (fPOELPFCNBI_ == null) { - FPOELPFCNBI = new global::EggLink.DanhengServer.Proto.ItemCostData(); - } - input.ReadMessage(FPOELPFCNBI); - break; - } - case 88: { - CKKEKMJMABC = input.ReadUInt32(); - break; - } - case 104: { - CMOGBLHAFHN = input.ReadUInt32(); - break; - } - case 114: - case 112: { - pDIHILCLENM_.AddEntriesFrom(ref input, _repeated_pDIHILCLENM_codec); - break; - } - case 120: { - PDAPEHEAMBM = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/PreAvatarInfo.cs b/Proto/OPPGLJBHKLL.cs similarity index 79% rename from Proto/PreAvatarInfo.cs rename to Proto/OPPGLJBHKLL.cs index ea3202ce..17ce17a5 100644 --- a/Proto/PreAvatarInfo.cs +++ b/Proto/OPPGLJBHKLL.cs @@ -1,6 +1,6 @@ // // Generated by the protocol buffer compiler. DO NOT EDIT! -// source: PreAvatarInfo.proto +// source: OPPGLJBHKLL.proto // #pragma warning disable 1591, 0612, 3021, 8981 #region Designer generated code @@ -11,26 +11,26 @@ using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; namespace EggLink.DanhengServer.Proto { - /// Holder for reflection information generated from PreAvatarInfo.proto - public static partial class PreAvatarInfoReflection { + /// Holder for reflection information generated from OPPGLJBHKLL.proto + public static partial class OPPGLJBHKLLReflection { #region Descriptor - /// File descriptor for PreAvatarInfo.proto + /// File descriptor for OPPGLJBHKLL.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; - static PreAvatarInfoReflection() { + static OPPGLJBHKLLReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChNQcmVBdmF0YXJJbmZvLnByb3RvIkYKDVByZUF2YXRhckluZm8SFQoNcHJl", - "X2F2YXRhcl9pZBgLIAEoDRIMCgR0eXBlGAogASgNEhAKCHBhbmVsX2lkGAQg", - "ASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "ChFPUFBHTEpCSEtMTC5wcm90byJCCgtPUFBHTEpCSEtMTBITCgtLSkFFT0pC", + "Sk9KRBgLIAEoDRIMCgR0eXBlGAogASgNEhAKCHBhbmVsX2lkGAQgASgNQh6q", + "AhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PreAvatarInfo), global::EggLink.DanhengServer.Proto.PreAvatarInfo.Parser, new[]{ "PreAvatarId", "Type", "PanelId" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.OPPGLJBHKLL), global::EggLink.DanhengServer.Proto.OPPGLJBHKLL.Parser, new[]{ "KJAEOJBJOJD", "Type", "PanelId" }, null, null, null, null) })); } #endregion @@ -38,21 +38,21 @@ namespace EggLink.DanhengServer.Proto { } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class PreAvatarInfo : pb::IMessage + public sealed partial class OPPGLJBHKLL : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new PreAvatarInfo()); + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new OPPGLJBHKLL()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } + public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.PreAvatarInfoReflection.Descriptor.MessageTypes[0]; } + get { return global::EggLink.DanhengServer.Proto.OPPGLJBHKLLReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -63,7 +63,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PreAvatarInfo() { + public OPPGLJBHKLL() { OnConstruction(); } @@ -71,8 +71,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PreAvatarInfo(PreAvatarInfo other) : this() { - preAvatarId_ = other.preAvatarId_; + public OPPGLJBHKLL(OPPGLJBHKLL other) : this() { + kJAEOJBJOJD_ = other.kJAEOJBJOJD_; type_ = other.type_; panelId_ = other.panelId_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); @@ -80,19 +80,19 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PreAvatarInfo Clone() { - return new PreAvatarInfo(this); + public OPPGLJBHKLL Clone() { + return new OPPGLJBHKLL(this); } - /// Field number for the "pre_avatar_id" field. - public const int PreAvatarIdFieldNumber = 11; - private uint preAvatarId_; + /// Field number for the "KJAEOJBJOJD" field. + public const int KJAEOJBJOJDFieldNumber = 11; + private uint kJAEOJBJOJD_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint PreAvatarId { - get { return preAvatarId_; } + public uint KJAEOJBJOJD { + get { return kJAEOJBJOJD_; } set { - preAvatarId_ = value; + kJAEOJBJOJD_ = value; } } @@ -123,19 +123,19 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { - return Equals(other as PreAvatarInfo); + return Equals(other as OPPGLJBHKLL); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(PreAvatarInfo other) { + public bool Equals(OPPGLJBHKLL other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } - if (PreAvatarId != other.PreAvatarId) return false; + if (KJAEOJBJOJD != other.KJAEOJBJOJD) return false; if (Type != other.Type) return false; if (PanelId != other.PanelId) return false; return Equals(_unknownFields, other._unknownFields); @@ -145,7 +145,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (PreAvatarId != 0) hash ^= PreAvatarId.GetHashCode(); + if (KJAEOJBJOJD != 0) hash ^= KJAEOJBJOJD.GetHashCode(); if (Type != 0) hash ^= Type.GetHashCode(); if (PanelId != 0) hash ^= PanelId.GetHashCode(); if (_unknownFields != null) { @@ -174,9 +174,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(80); output.WriteUInt32(Type); } - if (PreAvatarId != 0) { + if (KJAEOJBJOJD != 0) { output.WriteRawTag(88); - output.WriteUInt32(PreAvatarId); + output.WriteUInt32(KJAEOJBJOJD); } if (_unknownFields != null) { _unknownFields.WriteTo(output); @@ -196,9 +196,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(80); output.WriteUInt32(Type); } - if (PreAvatarId != 0) { + if (KJAEOJBJOJD != 0) { output.WriteRawTag(88); - output.WriteUInt32(PreAvatarId); + output.WriteUInt32(KJAEOJBJOJD); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); @@ -210,8 +210,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (PreAvatarId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PreAvatarId); + if (KJAEOJBJOJD != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KJAEOJBJOJD); } if (Type != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Type); @@ -227,12 +227,12 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(PreAvatarInfo other) { + public void MergeFrom(OPPGLJBHKLL other) { if (other == null) { return; } - if (other.PreAvatarId != 0) { - PreAvatarId = other.PreAvatarId; + if (other.KJAEOJBJOJD != 0) { + KJAEOJBJOJD = other.KJAEOJBJOJD; } if (other.Type != 0) { Type = other.Type; @@ -264,7 +264,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 88: { - PreAvatarId = input.ReadUInt32(); + KJAEOJBJOJD = input.ReadUInt32(); break; } } @@ -291,7 +291,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 88: { - PreAvatarId = input.ReadUInt32(); + KJAEOJBJOJD = input.ReadUInt32(); break; } } diff --git a/Proto/OptionalReward.cs b/Proto/OptionalReward.cs index 120fda06..4cc292fb 100644 --- a/Proto/OptionalReward.cs +++ b/Proto/OptionalReward.cs @@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto { static OptionalRewardReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChRPcHRpb25hbFJld2FyZC5wcm90byI5Cg5PcHRpb25hbFJld2FyZBINCgVM", - "ZXZlbBgMIAEoDRIYChBPcHRpb25hbFJld2FyZElkGAIgASgNQh6qAhtFZ2dM", - "aW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "ChRPcHRpb25hbFJld2FyZC5wcm90byI7Cg5PcHRpb25hbFJld2FyZBINCgVs", + "ZXZlbBgMIAEoDRIaChJvcHRpb25hbF9yZXdhcmRfaWQYAiABKA1CHqoCG0Vn", + "Z0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -83,7 +83,7 @@ namespace EggLink.DanhengServer.Proto { return new OptionalReward(this); } - /// Field number for the "Level" field. + /// Field number for the "level" field. public const int LevelFieldNumber = 12; private uint level_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -95,7 +95,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "OptionalRewardId" field. + /// Field number for the "optional_reward_id" field. public const int OptionalRewardIdFieldNumber = 2; private uint optionalRewardId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/PAJNHIAGODD.cs b/Proto/PAJNHIAGODD.cs deleted file mode 100644 index 4af5fe4c..00000000 --- a/Proto/PAJNHIAGODD.cs +++ /dev/null @@ -1,91 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: PAJNHIAGODD.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from PAJNHIAGODD.proto - public static partial class PAJNHIAGODDReflection { - - #region Descriptor - /// File descriptor for PAJNHIAGODD.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static PAJNHIAGODDReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFQQUpOSElBR09ERC5wcm90byr3BgoLUEFKTkhJQUdPREQSGgoWTUFSQkxF", - "X0ZSQU1FX1RZUEVfTk9ORRAAEiIKHk1BUkJMRV9GUkFNRV9UWVBFX0FDVElP", - "Tl9TVEFSVBABEiAKHE1BUkJMRV9GUkFNRV9UWVBFX0FDVElPTl9FTkQQAhIh", - "Ch1NQVJCTEVfRlJBTUVfVFlQRV9ST1VORF9TVEFSVBADEh8KG01BUkJMRV9G", - "UkFNRV9UWVBFX1JPVU5EX0VORBAEEhwKGE1BUkJMRV9GUkFNRV9UWVBFX1JF", - "VklWRRAFEh8KG01BUkJMRV9GUkFNRV9UWVBFX0hQX0NIQU5HRRAGEhwKGE1B", - "UkJMRV9GUkFNRV9UWVBFX0xBVU5DSBAHEhoKFk1BUkJMRV9GUkFNRV9UWVBF", - "X1NUT1AQCBIdChlNQVJCTEVfRlJBTUVfVFlQRV9DT0xMSURFEAkSHAoYTUFS", - "QkxFX0ZSQU1FX1RZUEVfRUZGRUNUEAoSHwobTUFSQkxFX0ZSQU1FX1RZUEVf", - "QlVGRl9URVhUEAsSHgoaTUFSQkxFX0ZSQU1FX1RZUEVfU0tJTExfVUkQDBIc", - "ChhNQVJCTEVfRlJBTUVfVFlQRV9BQlNPUkIQDRIiCh5NQVJCTEVfRlJBTUVf", - "VFlQRV9PTl9PRkZfRklFTEQQDhIaChZNQVJCTEVfRlJBTUVfVFlQRV9ERUFE", - "EA8SHgoaTUFSQkxFX0ZSQU1FX1RZUEVfVVNFX1RFQ0gQEBIhCh1NQVJCTEVf", - "RlJBTUVfVFlQRV9URUNIX0FDVElWRRAREiAKHE1BUkJMRV9GUkFNRV9UWVBF", - "X0dIT1NUX0ZJUkUQEhIdChlNQVJCTEVfRlJBTUVfVFlQRV9UUklHR0VSEBMS", - "HQoZTUFSQkxFX0ZSQU1FX1RZUEVfU1dBTExPVxAUEhwKGE1BUkJMRV9GUkFN", - "RV9UWVBFX1JBRElVUxAVEh8KG01BUkJMRV9GUkFNRV9UWVBFX0hJREVfTElO", - "RRAWEiAKHE1BUkJMRV9GUkFNRV9UWVBFX1RFQU1fU0NPUkUQFxIjCh9NQVJC", - "TEVfRlJBTUVfVFlQRV9FTU9KSV9QQUNLQUdFEBgSIgoeTUFSQkxFX0ZSQU1F", - "X1RZUEVfQ0hBTkdFX1NQRUVEEBkSIAocTUFSQkxFX0ZSQU1FX1RZUEVfQURE", - "X1NISUVMRBAaQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy", - "b3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.PAJNHIAGODD), }, null, null)); - } - #endregion - - } - #region Enums - public enum PAJNHIAGODD { - [pbr::OriginalName("MARBLE_FRAME_TYPE_NONE")] MarbleFrameTypeNone = 0, - [pbr::OriginalName("MARBLE_FRAME_TYPE_ACTION_START")] MarbleFrameTypeActionStart = 1, - [pbr::OriginalName("MARBLE_FRAME_TYPE_ACTION_END")] MarbleFrameTypeActionEnd = 2, - [pbr::OriginalName("MARBLE_FRAME_TYPE_ROUND_START")] MarbleFrameTypeRoundStart = 3, - [pbr::OriginalName("MARBLE_FRAME_TYPE_ROUND_END")] MarbleFrameTypeRoundEnd = 4, - [pbr::OriginalName("MARBLE_FRAME_TYPE_REVIVE")] MarbleFrameTypeRevive = 5, - [pbr::OriginalName("MARBLE_FRAME_TYPE_HP_CHANGE")] MarbleFrameTypeHpChange = 6, - [pbr::OriginalName("MARBLE_FRAME_TYPE_LAUNCH")] MarbleFrameTypeLaunch = 7, - [pbr::OriginalName("MARBLE_FRAME_TYPE_STOP")] MarbleFrameTypeStop = 8, - [pbr::OriginalName("MARBLE_FRAME_TYPE_COLLIDE")] MarbleFrameTypeCollide = 9, - [pbr::OriginalName("MARBLE_FRAME_TYPE_EFFECT")] MarbleFrameTypeEffect = 10, - [pbr::OriginalName("MARBLE_FRAME_TYPE_BUFF_TEXT")] MarbleFrameTypeBuffText = 11, - [pbr::OriginalName("MARBLE_FRAME_TYPE_SKILL_UI")] MarbleFrameTypeSkillUi = 12, - [pbr::OriginalName("MARBLE_FRAME_TYPE_ABSORB")] MarbleFrameTypeAbsorb = 13, - [pbr::OriginalName("MARBLE_FRAME_TYPE_ON_OFF_FIELD")] MarbleFrameTypeOnOffField = 14, - [pbr::OriginalName("MARBLE_FRAME_TYPE_DEAD")] MarbleFrameTypeDead = 15, - [pbr::OriginalName("MARBLE_FRAME_TYPE_USE_TECH")] MarbleFrameTypeUseTech = 16, - [pbr::OriginalName("MARBLE_FRAME_TYPE_TECH_ACTIVE")] MarbleFrameTypeTechActive = 17, - [pbr::OriginalName("MARBLE_FRAME_TYPE_GHOST_FIRE")] MarbleFrameTypeGhostFire = 18, - [pbr::OriginalName("MARBLE_FRAME_TYPE_TRIGGER")] MarbleFrameTypeTrigger = 19, - [pbr::OriginalName("MARBLE_FRAME_TYPE_SWALLOW")] MarbleFrameTypeSwallow = 20, - [pbr::OriginalName("MARBLE_FRAME_TYPE_RADIUS")] MarbleFrameTypeRadius = 21, - [pbr::OriginalName("MARBLE_FRAME_TYPE_HIDE_LINE")] MarbleFrameTypeHideLine = 22, - [pbr::OriginalName("MARBLE_FRAME_TYPE_TEAM_SCORE")] MarbleFrameTypeTeamScore = 23, - [pbr::OriginalName("MARBLE_FRAME_TYPE_EMOJI_PACKAGE")] MarbleFrameTypeEmojiPackage = 24, - [pbr::OriginalName("MARBLE_FRAME_TYPE_CHANGE_SPEED")] MarbleFrameTypeChangeSpeed = 25, - [pbr::OriginalName("MARBLE_FRAME_TYPE_ADD_SHIELD")] MarbleFrameTypeAddShield = 26, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/PBPAHLPFNDA.cs b/Proto/PBPAHLPFNDA.cs deleted file mode 100644 index c06035e1..00000000 --- a/Proto/PBPAHLPFNDA.cs +++ /dev/null @@ -1,52 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: PBPAHLPFNDA.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from PBPAHLPFNDA.proto - public static partial class PBPAHLPFNDAReflection { - - #region Descriptor - /// File descriptor for PBPAHLPFNDA.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static PBPAHLPFNDAReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFQQlBBSExQRk5EQS5wcm90byqHAQoLUEJQQUhMUEZOREESFAoQTElORVVQ", - "X1RZUEVfTk9ORRAAEhYKEkxJTkVVUF9UWVBFX1BSRVNFVBABEhcKE0xJTkVV", - "UF9UWVBFX1ZJUlRVQUwQAhIVChFMSU5FVVBfVFlQRV9FWFRSQRADEhoKFkxJ", - "TkVVUF9UWVBFX1NUT1JZX0xJTkUQBEIeqgIbRWdnTGluay5EYW5oZW5nU2Vy", - "dmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.PBPAHLPFNDA), }, null, null)); - } - #endregion - - } - #region Enums - public enum PBPAHLPFNDA { - [pbr::OriginalName("LINEUP_TYPE_NONE")] LineupTypeNone = 0, - [pbr::OriginalName("LINEUP_TYPE_PRESET")] LineupTypePreset = 1, - [pbr::OriginalName("LINEUP_TYPE_VIRTUAL")] LineupTypeVirtual = 2, - [pbr::OriginalName("LINEUP_TYPE_EXTRA")] LineupTypeExtra = 3, - [pbr::OriginalName("LINEUP_TYPE_STORY_LINE")] LineupTypeStoryLine = 4, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/PDICNBBKFNP.cs b/Proto/PDICNBBKFNP.cs index 2c89fcb8..7655178b 100644 --- a/Proto/PDICNBBKFNP.cs +++ b/Proto/PDICNBBKFNP.cs @@ -24,19 +24,19 @@ namespace EggLink.DanhengServer.Proto { static PDICNBBKFNPReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFQRElDTkJCS0ZOUC5wcm90bxoRRUNNTUpMTEhQTUQucHJvdG8aEUNFRU5M", - "QUxQRE1LLnByb3RvGhFJTUdKSUVCRkdQRi5wcm90byL6AQoLUERJQ05CQktG", + "ChFQRElDTkJCS0ZOUC5wcm90bxoRSU1HSklFQkZHUEYucHJvdG8aEUNFRU5M", + "QUxQRE1LLnByb3RvGhFFQ01NSkxMSFBNRC5wcm90byKAAgoLUERJQ05CQktG", "TlASEwoLRU9ER0NOQUZJQUMYDSABKA0SCwoDZXhwGAMgASgNEiEKC0tMR0hF", "Q0NCSENHGAcgAygLMgwuQ0VFTkxBTFBETUsSEwoLRkpPQ0RLSUZQUEMYCyAD", - "KA0SDAoEY29pbhgBIAEoDRITCgtPT0ZISkFIRklESBgMIAEoCBITCgtERUhH", - "SEVESU5JSBgEIAEoCBIhCgtDT0tETlBFRU1BRxgFIAMoCzIMLklNR0pJRUJG", - "R1BGEiEKC0xDSk5OREdLSURQGAIgAygLMgwuRUNNTUpMTEhQTUQSEwoLTE1F", - "TEpDSUZCREYYCiADKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90", - "b2IGcHJvdG8z")); + "KA0SEgoKaXRlbV92YWx1ZRgBIAEoDRITCgtPT0ZISkFIRklESBgMIAEoCBIT", + "CgtERUhHSEVESU5JSBgEIAEoCBIhCgtDT0tETlBFRU1BRxgFIAMoCzIMLklN", + "R0pJRUJGR1BGEiEKC0xDSk5OREdLSURQGAIgAygLMgwuRUNNTUpMTEhQTUQS", + "EwoLTE1FTEpDSUZCREYYCiADKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZl", + "ci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ECMMJLLHPMDReflection.Descriptor, global::EggLink.DanhengServer.Proto.CEENLALPDMKReflection.Descriptor, global::EggLink.DanhengServer.Proto.IMGJIEBFGPFReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.IMGJIEBFGPFReflection.Descriptor, global::EggLink.DanhengServer.Proto.CEENLALPDMKReflection.Descriptor, global::EggLink.DanhengServer.Proto.ECMMJLLHPMDReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PDICNBBKFNP), global::EggLink.DanhengServer.Proto.PDICNBBKFNP.Parser, new[]{ "EODGCNAFIAC", "Exp", "KLGHECCBHCG", "FJOCDKIFPPC", "Coin", "OOFHJAHFIDH", "DEHGHEDINIH", "COKDNPEEMAG", "LCJNNDGKIDP", "LMELJCIFBDF" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PDICNBBKFNP), global::EggLink.DanhengServer.Proto.PDICNBBKFNP.Parser, new[]{ "EODGCNAFIAC", "Exp", "KLGHECCBHCG", "FJOCDKIFPPC", "ItemValue", "OOFHJAHFIDH", "DEHGHEDINIH", "COKDNPEEMAG", "LCJNNDGKIDP", "LMELJCIFBDF" }, null, null, null, null) })); } #endregion @@ -82,7 +82,7 @@ namespace EggLink.DanhengServer.Proto { exp_ = other.exp_; kLGHECCBHCG_ = other.kLGHECCBHCG_.Clone(); fJOCDKIFPPC_ = other.fJOCDKIFPPC_.Clone(); - coin_ = other.coin_; + itemValue_ = other.itemValue_; oOFHJAHFIDH_ = other.oOFHJAHFIDH_; dEHGHEDINIH_ = other.dEHGHEDINIH_; cOKDNPEEMAG_ = other.cOKDNPEEMAG_.Clone(); @@ -143,15 +143,15 @@ namespace EggLink.DanhengServer.Proto { get { return fJOCDKIFPPC_; } } - /// Field number for the "coin" field. - public const int CoinFieldNumber = 1; - private uint coin_; + /// Field number for the "item_value" field. + public const int ItemValueFieldNumber = 1; + private uint itemValue_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint Coin { - get { return coin_; } + public uint ItemValue { + get { return itemValue_; } set { - coin_ = value; + itemValue_ = value; } } @@ -231,7 +231,7 @@ namespace EggLink.DanhengServer.Proto { if (Exp != other.Exp) return false; if(!kLGHECCBHCG_.Equals(other.kLGHECCBHCG_)) return false; if(!fJOCDKIFPPC_.Equals(other.fJOCDKIFPPC_)) return false; - if (Coin != other.Coin) return false; + if (ItemValue != other.ItemValue) return false; if (OOFHJAHFIDH != other.OOFHJAHFIDH) return false; if (DEHGHEDINIH != other.DEHGHEDINIH) return false; if(!cOKDNPEEMAG_.Equals(other.cOKDNPEEMAG_)) return false; @@ -248,7 +248,7 @@ namespace EggLink.DanhengServer.Proto { if (Exp != 0) hash ^= Exp.GetHashCode(); hash ^= kLGHECCBHCG_.GetHashCode(); hash ^= fJOCDKIFPPC_.GetHashCode(); - if (Coin != 0) hash ^= Coin.GetHashCode(); + if (ItemValue != 0) hash ^= ItemValue.GetHashCode(); if (OOFHJAHFIDH != false) hash ^= OOFHJAHFIDH.GetHashCode(); if (DEHGHEDINIH != false) hash ^= DEHGHEDINIH.GetHashCode(); hash ^= cOKDNPEEMAG_.GetHashCode(); @@ -272,9 +272,9 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (Coin != 0) { + if (ItemValue != 0) { output.WriteRawTag(8); - output.WriteUInt32(Coin); + output.WriteUInt32(ItemValue); } lCJNNDGKIDP_.WriteTo(output, _repeated_lCJNNDGKIDP_codec); if (Exp != 0) { @@ -307,9 +307,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Coin != 0) { + if (ItemValue != 0) { output.WriteRawTag(8); - output.WriteUInt32(Coin); + output.WriteUInt32(ItemValue); } lCJNNDGKIDP_.WriteTo(ref output, _repeated_lCJNNDGKIDP_codec); if (Exp != 0) { @@ -350,8 +350,8 @@ namespace EggLink.DanhengServer.Proto { } size += kLGHECCBHCG_.CalculateSize(_repeated_kLGHECCBHCG_codec); size += fJOCDKIFPPC_.CalculateSize(_repeated_fJOCDKIFPPC_codec); - if (Coin != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Coin); + if (ItemValue != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ItemValue); } if (OOFHJAHFIDH != false) { size += 1 + 1; @@ -382,8 +382,8 @@ namespace EggLink.DanhengServer.Proto { } kLGHECCBHCG_.Add(other.kLGHECCBHCG_); fJOCDKIFPPC_.Add(other.fJOCDKIFPPC_); - if (other.Coin != 0) { - Coin = other.Coin; + if (other.ItemValue != 0) { + ItemValue = other.ItemValue; } if (other.OOFHJAHFIDH != false) { OOFHJAHFIDH = other.OOFHJAHFIDH; @@ -410,7 +410,7 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 8: { - Coin = input.ReadUInt32(); + ItemValue = input.ReadUInt32(); break; } case 18: { @@ -467,7 +467,7 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 8: { - Coin = input.ReadUInt32(); + ItemValue = input.ReadUInt32(); break; } case 18: { diff --git a/Proto/PEDLPHDBNAF.cs b/Proto/PEDLPHDBNAF.cs index 7ee2a049..9944ab05 100644 --- a/Proto/PEDLPHDBNAF.cs +++ b/Proto/PEDLPHDBNAF.cs @@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto { static PEDLPHDBNAFReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFQRURMUEhEQk5BRi5wcm90bxoRTEtBUEZIQUhORU0ucHJvdG8aEUlMREhG", - "TUhCS05DLnByb3RvImYKC1BFRExQSERCTkFGEiMKC0xGQ1BIQUpDRUtGGGUg", + "ChFQRURMUEhEQk5BRi5wcm90bxoRSUxESEZNSEJLTkMucHJvdG8aEUxLQVBG", + "SEFITkVNLnByb3RvImYKC1BFRExQSERCTkFGEiMKC0xGQ1BIQUpDRUtGGGUg", "ASgLMgwuSUxESEZNSEJLTkNIABIjCgtDRUxNS09MQkpOThhmIAEoCzIMLkxL", - "QVBGSEFITkVNSABCDQoLR0FITEdMTktBRkNCHqoCG0VnZ0xpbmsuRGFuaGVu", + "QVBGSEFITkVNSABCDQoLRUZLQ05MR09GQk5CHqoCG0VnZ0xpbmsuRGFuaGVu", "Z1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LKAPFHAHNEMReflection.Descriptor, global::EggLink.DanhengServer.Proto.ILDHFMHBKNCReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ILDHFMHBKNCReflection.Descriptor, global::EggLink.DanhengServer.Proto.LKAPFHAHNEMReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PEDLPHDBNAF), global::EggLink.DanhengServer.Proto.PEDLPHDBNAF.Parser, new[]{ "LFCPHAJCEKF", "CELMKOLBJNN" }, new[]{ "GAHLGLNKAFC" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PEDLPHDBNAF), global::EggLink.DanhengServer.Proto.PEDLPHDBNAF.Parser, new[]{ "LFCPHAJCEKF", "CELMKOLBJNN" }, new[]{ "EFKCNLGOFBN" }, null, null, null) })); } #endregion @@ -74,11 +74,11 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public PEDLPHDBNAF(PEDLPHDBNAF other) : this() { - switch (other.GAHLGLNKAFCCase) { - case GAHLGLNKAFCOneofCase.LFCPHAJCEKF: + switch (other.EFKCNLGOFBNCase) { + case EFKCNLGOFBNOneofCase.LFCPHAJCEKF: LFCPHAJCEKF = other.LFCPHAJCEKF.Clone(); break; - case GAHLGLNKAFCOneofCase.CELMKOLBJNN: + case EFKCNLGOFBNOneofCase.CELMKOLBJNN: CELMKOLBJNN = other.CELMKOLBJNN.Clone(); break; } @@ -97,10 +97,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.ILDHFMHBKNC LFCPHAJCEKF { - get { return gAHLGLNKAFCCase_ == GAHLGLNKAFCOneofCase.LFCPHAJCEKF ? (global::EggLink.DanhengServer.Proto.ILDHFMHBKNC) gAHLGLNKAFC_ : null; } + get { return eFKCNLGOFBNCase_ == EFKCNLGOFBNOneofCase.LFCPHAJCEKF ? (global::EggLink.DanhengServer.Proto.ILDHFMHBKNC) eFKCNLGOFBN_ : null; } set { - gAHLGLNKAFC_ = value; - gAHLGLNKAFCCase_ = value == null ? GAHLGLNKAFCOneofCase.None : GAHLGLNKAFCOneofCase.LFCPHAJCEKF; + eFKCNLGOFBN_ = value; + eFKCNLGOFBNCase_ = value == null ? EFKCNLGOFBNOneofCase.None : EFKCNLGOFBNOneofCase.LFCPHAJCEKF; } } @@ -109,32 +109,32 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.LKAPFHAHNEM CELMKOLBJNN { - get { return gAHLGLNKAFCCase_ == GAHLGLNKAFCOneofCase.CELMKOLBJNN ? (global::EggLink.DanhengServer.Proto.LKAPFHAHNEM) gAHLGLNKAFC_ : null; } + get { return eFKCNLGOFBNCase_ == EFKCNLGOFBNOneofCase.CELMKOLBJNN ? (global::EggLink.DanhengServer.Proto.LKAPFHAHNEM) eFKCNLGOFBN_ : null; } set { - gAHLGLNKAFC_ = value; - gAHLGLNKAFCCase_ = value == null ? GAHLGLNKAFCOneofCase.None : GAHLGLNKAFCOneofCase.CELMKOLBJNN; + eFKCNLGOFBN_ = value; + eFKCNLGOFBNCase_ = value == null ? EFKCNLGOFBNOneofCase.None : EFKCNLGOFBNOneofCase.CELMKOLBJNN; } } - private object gAHLGLNKAFC_; - /// Enum of possible cases for the "GAHLGLNKAFC" oneof. - public enum GAHLGLNKAFCOneofCase { + private object eFKCNLGOFBN_; + /// Enum of possible cases for the "EFKCNLGOFBN" oneof. + public enum EFKCNLGOFBNOneofCase { None = 0, LFCPHAJCEKF = 101, CELMKOLBJNN = 102, } - private GAHLGLNKAFCOneofCase gAHLGLNKAFCCase_ = GAHLGLNKAFCOneofCase.None; + private EFKCNLGOFBNOneofCase eFKCNLGOFBNCase_ = EFKCNLGOFBNOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GAHLGLNKAFCOneofCase GAHLGLNKAFCCase { - get { return gAHLGLNKAFCCase_; } + public EFKCNLGOFBNOneofCase EFKCNLGOFBNCase { + get { return eFKCNLGOFBNCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearGAHLGLNKAFC() { - gAHLGLNKAFCCase_ = GAHLGLNKAFCOneofCase.None; - gAHLGLNKAFC_ = null; + public void ClearEFKCNLGOFBN() { + eFKCNLGOFBNCase_ = EFKCNLGOFBNOneofCase.None; + eFKCNLGOFBN_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -154,7 +154,7 @@ namespace EggLink.DanhengServer.Proto { } if (!object.Equals(LFCPHAJCEKF, other.LFCPHAJCEKF)) return false; if (!object.Equals(CELMKOLBJNN, other.CELMKOLBJNN)) return false; - if (GAHLGLNKAFCCase != other.GAHLGLNKAFCCase) return false; + if (EFKCNLGOFBNCase != other.EFKCNLGOFBNCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -162,9 +162,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (gAHLGLNKAFCCase_ == GAHLGLNKAFCOneofCase.LFCPHAJCEKF) hash ^= LFCPHAJCEKF.GetHashCode(); - if (gAHLGLNKAFCCase_ == GAHLGLNKAFCOneofCase.CELMKOLBJNN) hash ^= CELMKOLBJNN.GetHashCode(); - hash ^= (int) gAHLGLNKAFCCase_; + if (eFKCNLGOFBNCase_ == EFKCNLGOFBNOneofCase.LFCPHAJCEKF) hash ^= LFCPHAJCEKF.GetHashCode(); + if (eFKCNLGOFBNCase_ == EFKCNLGOFBNOneofCase.CELMKOLBJNN) hash ^= CELMKOLBJNN.GetHashCode(); + hash ^= (int) eFKCNLGOFBNCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -183,11 +183,11 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (gAHLGLNKAFCCase_ == GAHLGLNKAFCOneofCase.LFCPHAJCEKF) { + if (eFKCNLGOFBNCase_ == EFKCNLGOFBNOneofCase.LFCPHAJCEKF) { output.WriteRawTag(170, 6); output.WriteMessage(LFCPHAJCEKF); } - if (gAHLGLNKAFCCase_ == GAHLGLNKAFCOneofCase.CELMKOLBJNN) { + if (eFKCNLGOFBNCase_ == EFKCNLGOFBNOneofCase.CELMKOLBJNN) { output.WriteRawTag(178, 6); output.WriteMessage(CELMKOLBJNN); } @@ -201,11 +201,11 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (gAHLGLNKAFCCase_ == GAHLGLNKAFCOneofCase.LFCPHAJCEKF) { + if (eFKCNLGOFBNCase_ == EFKCNLGOFBNOneofCase.LFCPHAJCEKF) { output.WriteRawTag(170, 6); output.WriteMessage(LFCPHAJCEKF); } - if (gAHLGLNKAFCCase_ == GAHLGLNKAFCOneofCase.CELMKOLBJNN) { + if (eFKCNLGOFBNCase_ == EFKCNLGOFBNOneofCase.CELMKOLBJNN) { output.WriteRawTag(178, 6); output.WriteMessage(CELMKOLBJNN); } @@ -219,10 +219,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (gAHLGLNKAFCCase_ == GAHLGLNKAFCOneofCase.LFCPHAJCEKF) { + if (eFKCNLGOFBNCase_ == EFKCNLGOFBNOneofCase.LFCPHAJCEKF) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(LFCPHAJCEKF); } - if (gAHLGLNKAFCCase_ == GAHLGLNKAFCOneofCase.CELMKOLBJNN) { + if (eFKCNLGOFBNCase_ == EFKCNLGOFBNOneofCase.CELMKOLBJNN) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(CELMKOLBJNN); } if (_unknownFields != null) { @@ -237,14 +237,14 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - switch (other.GAHLGLNKAFCCase) { - case GAHLGLNKAFCOneofCase.LFCPHAJCEKF: + switch (other.EFKCNLGOFBNCase) { + case EFKCNLGOFBNOneofCase.LFCPHAJCEKF: if (LFCPHAJCEKF == null) { LFCPHAJCEKF = new global::EggLink.DanhengServer.Proto.ILDHFMHBKNC(); } LFCPHAJCEKF.MergeFrom(other.LFCPHAJCEKF); break; - case GAHLGLNKAFCOneofCase.CELMKOLBJNN: + case EFKCNLGOFBNOneofCase.CELMKOLBJNN: if (CELMKOLBJNN == null) { CELMKOLBJNN = new global::EggLink.DanhengServer.Proto.LKAPFHAHNEM(); } @@ -269,7 +269,7 @@ namespace EggLink.DanhengServer.Proto { break; case 810: { global::EggLink.DanhengServer.Proto.ILDHFMHBKNC subBuilder = new global::EggLink.DanhengServer.Proto.ILDHFMHBKNC(); - if (gAHLGLNKAFCCase_ == GAHLGLNKAFCOneofCase.LFCPHAJCEKF) { + if (eFKCNLGOFBNCase_ == EFKCNLGOFBNOneofCase.LFCPHAJCEKF) { subBuilder.MergeFrom(LFCPHAJCEKF); } input.ReadMessage(subBuilder); @@ -278,7 +278,7 @@ namespace EggLink.DanhengServer.Proto { } case 818: { global::EggLink.DanhengServer.Proto.LKAPFHAHNEM subBuilder = new global::EggLink.DanhengServer.Proto.LKAPFHAHNEM(); - if (gAHLGLNKAFCCase_ == GAHLGLNKAFCOneofCase.CELMKOLBJNN) { + if (eFKCNLGOFBNCase_ == EFKCNLGOFBNOneofCase.CELMKOLBJNN) { subBuilder.MergeFrom(CELMKOLBJNN); } input.ReadMessage(subBuilder); @@ -302,7 +302,7 @@ namespace EggLink.DanhengServer.Proto { break; case 810: { global::EggLink.DanhengServer.Proto.ILDHFMHBKNC subBuilder = new global::EggLink.DanhengServer.Proto.ILDHFMHBKNC(); - if (gAHLGLNKAFCCase_ == GAHLGLNKAFCOneofCase.LFCPHAJCEKF) { + if (eFKCNLGOFBNCase_ == EFKCNLGOFBNOneofCase.LFCPHAJCEKF) { subBuilder.MergeFrom(LFCPHAJCEKF); } input.ReadMessage(subBuilder); @@ -311,7 +311,7 @@ namespace EggLink.DanhengServer.Proto { } case 818: { global::EggLink.DanhengServer.Proto.LKAPFHAHNEM subBuilder = new global::EggLink.DanhengServer.Proto.LKAPFHAHNEM(); - if (gAHLGLNKAFCCase_ == GAHLGLNKAFCOneofCase.CELMKOLBJNN) { + if (eFKCNLGOFBNCase_ == EFKCNLGOFBNOneofCase.CELMKOLBJNN) { subBuilder.MergeFrom(CELMKOLBJNN); } input.ReadMessage(subBuilder); diff --git a/Proto/PEJKMMNDPFJ.cs b/Proto/PEJKMMNDPFJ.cs deleted file mode 100644 index 6ef0c91c..00000000 --- a/Proto/PEJKMMNDPFJ.cs +++ /dev/null @@ -1,196 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: PEJKMMNDPFJ.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from PEJKMMNDPFJ.proto - public static partial class PEJKMMNDPFJReflection { - - #region Descriptor - /// File descriptor for PEJKMMNDPFJ.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static PEJKMMNDPFJReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFQRUpLTU1ORFBGSi5wcm90byINCgtQRUpLTU1ORFBGSkIeqgIbRWdnTGlu", - "ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PEJKMMNDPFJ), global::EggLink.DanhengServer.Proto.PEJKMMNDPFJ.Parser, null, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class PEJKMMNDPFJ : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new PEJKMMNDPFJ()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.PEJKMMNDPFJReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PEJKMMNDPFJ() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PEJKMMNDPFJ(PEJKMMNDPFJ other) : this() { - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PEJKMMNDPFJ Clone() { - return new PEJKMMNDPFJ(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as PEJKMMNDPFJ); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(PEJKMMNDPFJ other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(PEJKMMNDPFJ other) { - if (other == null) { - return; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/PFBFIMJFEGI.cs b/Proto/PFBFIMJFEGI.cs deleted file mode 100644 index b84390fd..00000000 --- a/Proto/PFBFIMJFEGI.cs +++ /dev/null @@ -1,271 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: PFBFIMJFEGI.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from PFBFIMJFEGI.proto - public static partial class PFBFIMJFEGIReflection { - - #region Descriptor - /// File descriptor for PFBFIMJFEGI.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static PFBFIMJFEGIReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFQRkJGSU1KRkVHSS5wcm90byI1CgtQRkJGSU1KRkVHSRITCgtER0NGTEhD", - "UEpMThgDIAEoDRIRCglhdmF0YXJfaWQYBCABKA1CHqoCG0VnZ0xpbmsuRGFu", - "aGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PFBFIMJFEGI), global::EggLink.DanhengServer.Proto.PFBFIMJFEGI.Parser, new[]{ "DGCFLHCPJLN", "AvatarId" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class PFBFIMJFEGI : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new PFBFIMJFEGI()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.PFBFIMJFEGIReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PFBFIMJFEGI() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PFBFIMJFEGI(PFBFIMJFEGI other) : this() { - dGCFLHCPJLN_ = other.dGCFLHCPJLN_; - avatarId_ = other.avatarId_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PFBFIMJFEGI Clone() { - return new PFBFIMJFEGI(this); - } - - /// Field number for the "DGCFLHCPJLN" field. - public const int DGCFLHCPJLNFieldNumber = 3; - private uint dGCFLHCPJLN_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint DGCFLHCPJLN { - get { return dGCFLHCPJLN_; } - set { - dGCFLHCPJLN_ = value; - } - } - - /// Field number for the "avatar_id" field. - public const int AvatarIdFieldNumber = 4; - private uint avatarId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint AvatarId { - get { return avatarId_; } - set { - avatarId_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as PFBFIMJFEGI); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(PFBFIMJFEGI other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (DGCFLHCPJLN != other.DGCFLHCPJLN) return false; - if (AvatarId != other.AvatarId) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (DGCFLHCPJLN != 0) hash ^= DGCFLHCPJLN.GetHashCode(); - if (AvatarId != 0) hash ^= AvatarId.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (DGCFLHCPJLN != 0) { - output.WriteRawTag(24); - output.WriteUInt32(DGCFLHCPJLN); - } - if (AvatarId != 0) { - output.WriteRawTag(32); - output.WriteUInt32(AvatarId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (DGCFLHCPJLN != 0) { - output.WriteRawTag(24); - output.WriteUInt32(DGCFLHCPJLN); - } - if (AvatarId != 0) { - output.WriteRawTag(32); - output.WriteUInt32(AvatarId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (DGCFLHCPJLN != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DGCFLHCPJLN); - } - if (AvatarId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AvatarId); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(PFBFIMJFEGI other) { - if (other == null) { - return; - } - if (other.DGCFLHCPJLN != 0) { - DGCFLHCPJLN = other.DGCFLHCPJLN; - } - if (other.AvatarId != 0) { - AvatarId = other.AvatarId; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 24: { - DGCFLHCPJLN = input.ReadUInt32(); - break; - } - case 32: { - AvatarId = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 24: { - DGCFLHCPJLN = input.ReadUInt32(); - break; - } - case 32: { - AvatarId = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/PFGAIEBGHCP.cs b/Proto/PFGAIEBGHCP.cs deleted file mode 100644 index a482e695..00000000 --- a/Proto/PFGAIEBGHCP.cs +++ /dev/null @@ -1,271 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: PFGAIEBGHCP.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from PFGAIEBGHCP.proto - public static partial class PFGAIEBGHCPReflection { - - #region Descriptor - /// File descriptor for PFGAIEBGHCP.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static PFGAIEBGHCPReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFQRkdBSUVCR0hDUC5wcm90byIjCgtQRkdBSUVCR0hDUBIJCgF5GAUgASgC", - "EgkKAXgYAyABKAJCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG", - "cHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PFGAIEBGHCP), global::EggLink.DanhengServer.Proto.PFGAIEBGHCP.Parser, new[]{ "Y", "X" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class PFGAIEBGHCP : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new PFGAIEBGHCP()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.PFGAIEBGHCPReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PFGAIEBGHCP() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PFGAIEBGHCP(PFGAIEBGHCP other) : this() { - y_ = other.y_; - x_ = other.x_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PFGAIEBGHCP Clone() { - return new PFGAIEBGHCP(this); - } - - /// Field number for the "y" field. - public const int YFieldNumber = 5; - private float y_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public float Y { - get { return y_; } - set { - y_ = value; - } - } - - /// Field number for the "x" field. - public const int XFieldNumber = 3; - private float x_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public float X { - get { return x_; } - set { - x_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as PFGAIEBGHCP); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(PFGAIEBGHCP other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(Y, other.Y)) return false; - if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(X, other.X)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Y != 0F) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(Y); - if (X != 0F) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(X); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (X != 0F) { - output.WriteRawTag(29); - output.WriteFloat(X); - } - if (Y != 0F) { - output.WriteRawTag(45); - output.WriteFloat(Y); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (X != 0F) { - output.WriteRawTag(29); - output.WriteFloat(X); - } - if (Y != 0F) { - output.WriteRawTag(45); - output.WriteFloat(Y); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Y != 0F) { - size += 1 + 4; - } - if (X != 0F) { - size += 1 + 4; - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(PFGAIEBGHCP other) { - if (other == null) { - return; - } - if (other.Y != 0F) { - Y = other.Y; - } - if (other.X != 0F) { - X = other.X; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 29: { - X = input.ReadFloat(); - break; - } - case 45: { - Y = input.ReadFloat(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 29: { - X = input.ReadFloat(); - break; - } - case 45: { - Y = input.ReadFloat(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/PGAKDEJBOHF.cs b/Proto/PGAKDEJBOHF.cs deleted file mode 100644 index ddb425ea..00000000 --- a/Proto/PGAKDEJBOHF.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: PGAKDEJBOHF.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from PGAKDEJBOHF.proto - public static partial class PGAKDEJBOHFReflection { - - #region Descriptor - /// File descriptor for PGAKDEJBOHF.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static PGAKDEJBOHFReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFQR0FLREVKQk9IRi5wcm90bxocUm9ndWVNYWdpY0dhbWVVbml0SW5mby5w", - "cm90byI7CgtQR0FLREVKQk9IRhIsCgtKRlBKQkJKTElGSxgPIAEoCzIXLlJv", - "Z3VlTWFnaWNHYW1lVW5pdEluZm9CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZl", - "ci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueMagicGameUnitInfoReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PGAKDEJBOHF), global::EggLink.DanhengServer.Proto.PGAKDEJBOHF.Parser, new[]{ "JFPJBBJLIFK" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class PGAKDEJBOHF : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new PGAKDEJBOHF()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.PGAKDEJBOHFReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PGAKDEJBOHF() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PGAKDEJBOHF(PGAKDEJBOHF other) : this() { - jFPJBBJLIFK_ = other.jFPJBBJLIFK_ != null ? other.jFPJBBJLIFK_.Clone() : null; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PGAKDEJBOHF Clone() { - return new PGAKDEJBOHF(this); - } - - /// Field number for the "JFPJBBJLIFK" field. - public const int JFPJBBJLIFKFieldNumber = 15; - private global::EggLink.DanhengServer.Proto.RogueMagicGameUnitInfo jFPJBBJLIFK_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.RogueMagicGameUnitInfo JFPJBBJLIFK { - get { return jFPJBBJLIFK_; } - set { - jFPJBBJLIFK_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as PGAKDEJBOHF); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(PGAKDEJBOHF other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (!object.Equals(JFPJBBJLIFK, other.JFPJBBJLIFK)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (jFPJBBJLIFK_ != null) hash ^= JFPJBBJLIFK.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (jFPJBBJLIFK_ != null) { - output.WriteRawTag(122); - output.WriteMessage(JFPJBBJLIFK); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (jFPJBBJLIFK_ != null) { - output.WriteRawTag(122); - output.WriteMessage(JFPJBBJLIFK); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (jFPJBBJLIFK_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(JFPJBBJLIFK); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(PGAKDEJBOHF other) { - if (other == null) { - return; - } - if (other.jFPJBBJLIFK_ != null) { - if (jFPJBBJLIFK_ == null) { - JFPJBBJLIFK = new global::EggLink.DanhengServer.Proto.RogueMagicGameUnitInfo(); - } - JFPJBBJLIFK.MergeFrom(other.JFPJBBJLIFK); - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 122: { - if (jFPJBBJLIFK_ == null) { - JFPJBBJLIFK = new global::EggLink.DanhengServer.Proto.RogueMagicGameUnitInfo(); - } - input.ReadMessage(JFPJBBJLIFK); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 122: { - if (jFPJBBJLIFK_ == null) { - JFPJBBJLIFK = new global::EggLink.DanhengServer.Proto.RogueMagicGameUnitInfo(); - } - input.ReadMessage(JFPJBBJLIFK); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/PHGOGJANIDN.cs b/Proto/PHGOGJANIDN.cs deleted file mode 100644 index d9f37735..00000000 --- a/Proto/PHGOGJANIDN.cs +++ /dev/null @@ -1,309 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: PHGOGJANIDN.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from PHGOGJANIDN.proto - public static partial class PHGOGJANIDNReflection { - - #region Descriptor - /// File descriptor for PHGOGJANIDN.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static PHGOGJANIDNReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFQSEdPR0pBTklETi5wcm90byJMCgtQSEdPR0pBTklEThITCgtPT0lPT0tH", - "TUVIUBgFIAEoDRITCgtNT1BGRkJNQUJDRBgMIAEoDRITCgtJSENJTE5IS0xN", - "QxgHIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90", - "bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PHGOGJANIDN), global::EggLink.DanhengServer.Proto.PHGOGJANIDN.Parser, new[]{ "OOIOOKGMEHP", "MOPFFBMABCD", "IHCILNHKLMC" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class PHGOGJANIDN : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new PHGOGJANIDN()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.PHGOGJANIDNReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PHGOGJANIDN() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PHGOGJANIDN(PHGOGJANIDN other) : this() { - oOIOOKGMEHP_ = other.oOIOOKGMEHP_; - mOPFFBMABCD_ = other.mOPFFBMABCD_; - iHCILNHKLMC_ = other.iHCILNHKLMC_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PHGOGJANIDN Clone() { - return new PHGOGJANIDN(this); - } - - /// Field number for the "OOIOOKGMEHP" field. - public const int OOIOOKGMEHPFieldNumber = 5; - private uint oOIOOKGMEHP_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint OOIOOKGMEHP { - get { return oOIOOKGMEHP_; } - set { - oOIOOKGMEHP_ = value; - } - } - - /// Field number for the "MOPFFBMABCD" field. - public const int MOPFFBMABCDFieldNumber = 12; - private uint mOPFFBMABCD_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint MOPFFBMABCD { - get { return mOPFFBMABCD_; } - set { - mOPFFBMABCD_ = value; - } - } - - /// Field number for the "IHCILNHKLMC" field. - public const int IHCILNHKLMCFieldNumber = 7; - private uint iHCILNHKLMC_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint IHCILNHKLMC { - get { return iHCILNHKLMC_; } - set { - iHCILNHKLMC_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as PHGOGJANIDN); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(PHGOGJANIDN other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (OOIOOKGMEHP != other.OOIOOKGMEHP) return false; - if (MOPFFBMABCD != other.MOPFFBMABCD) return false; - if (IHCILNHKLMC != other.IHCILNHKLMC) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (OOIOOKGMEHP != 0) hash ^= OOIOOKGMEHP.GetHashCode(); - if (MOPFFBMABCD != 0) hash ^= MOPFFBMABCD.GetHashCode(); - if (IHCILNHKLMC != 0) hash ^= IHCILNHKLMC.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (OOIOOKGMEHP != 0) { - output.WriteRawTag(40); - output.WriteUInt32(OOIOOKGMEHP); - } - if (IHCILNHKLMC != 0) { - output.WriteRawTag(56); - output.WriteUInt32(IHCILNHKLMC); - } - if (MOPFFBMABCD != 0) { - output.WriteRawTag(96); - output.WriteUInt32(MOPFFBMABCD); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (OOIOOKGMEHP != 0) { - output.WriteRawTag(40); - output.WriteUInt32(OOIOOKGMEHP); - } - if (IHCILNHKLMC != 0) { - output.WriteRawTag(56); - output.WriteUInt32(IHCILNHKLMC); - } - if (MOPFFBMABCD != 0) { - output.WriteRawTag(96); - output.WriteUInt32(MOPFFBMABCD); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (OOIOOKGMEHP != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OOIOOKGMEHP); - } - if (MOPFFBMABCD != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MOPFFBMABCD); - } - if (IHCILNHKLMC != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IHCILNHKLMC); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(PHGOGJANIDN other) { - if (other == null) { - return; - } - if (other.OOIOOKGMEHP != 0) { - OOIOOKGMEHP = other.OOIOOKGMEHP; - } - if (other.MOPFFBMABCD != 0) { - MOPFFBMABCD = other.MOPFFBMABCD; - } - if (other.IHCILNHKLMC != 0) { - IHCILNHKLMC = other.IHCILNHKLMC; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 40: { - OOIOOKGMEHP = input.ReadUInt32(); - break; - } - case 56: { - IHCILNHKLMC = input.ReadUInt32(); - break; - } - case 96: { - MOPFFBMABCD = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 40: { - OOIOOKGMEHP = input.ReadUInt32(); - break; - } - case 56: { - IHCILNHKLMC = input.ReadUInt32(); - break; - } - case 96: { - MOPFFBMABCD = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/NHMBLKBLDOP.cs b/Proto/PIIIPHEFDJO.cs similarity index 74% rename from Proto/NHMBLKBLDOP.cs rename to Proto/PIIIPHEFDJO.cs index b30adc52..2ef58b6d 100644 --- a/Proto/NHMBLKBLDOP.cs +++ b/Proto/PIIIPHEFDJO.cs @@ -1,6 +1,6 @@ // // Generated by the protocol buffer compiler. DO NOT EDIT! -// source: NHMBLKBLDOP.proto +// source: PIIIPHEFDJO.proto // #pragma warning disable 1591, 0612, 3021, 8981 #region Designer generated code @@ -11,26 +11,26 @@ using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; namespace EggLink.DanhengServer.Proto { - /// Holder for reflection information generated from NHMBLKBLDOP.proto - public static partial class NHMBLKBLDOPReflection { + /// Holder for reflection information generated from PIIIPHEFDJO.proto + public static partial class PIIIPHEFDJOReflection { #region Descriptor - /// File descriptor for NHMBLKBLDOP.proto + /// File descriptor for PIIIPHEFDJO.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; - static NHMBLKBLDOPReflection() { + static PIIIPHEFDJOReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFOSE1CTEtCTERPUC5wcm90bxoRUEZCRklNSkZFR0kucHJvdG8iMAoLTkhN", - "QkxLQkxET1ASIQoLS05HUE9GSE5GQUoYCCADKAsyDC5QRkJGSU1KRkVHSUIe", + "ChFQSUlJUEhFRkRKTy5wcm90bxoRS05ORlBGS0NBQkUucHJvdG8iMAoLUElJ", + "SVBIRUZESk8SIQoLQVBGRUNPT1BOS04YByADKAsyDC5LTk5GUEZLQ0FCRUIe", "qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PFBFIMJFEGIReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.KNNFPFKCABEReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.NHMBLKBLDOP), global::EggLink.DanhengServer.Proto.NHMBLKBLDOP.Parser, new[]{ "KNGPOFHNFAJ" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PIIIPHEFDJO), global::EggLink.DanhengServer.Proto.PIIIPHEFDJO.Parser, new[]{ "APFECOOPNKN" }, null, null, null, null) })); } #endregion @@ -38,21 +38,21 @@ namespace EggLink.DanhengServer.Proto { } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class NHMBLKBLDOP : pb::IMessage + public sealed partial class PIIIPHEFDJO : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NHMBLKBLDOP()); + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new PIIIPHEFDJO()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } + public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.NHMBLKBLDOPReflection.Descriptor.MessageTypes[0]; } + get { return global::EggLink.DanhengServer.Proto.PIIIPHEFDJOReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -63,7 +63,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public NHMBLKBLDOP() { + public PIIIPHEFDJO() { OnConstruction(); } @@ -71,44 +71,44 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public NHMBLKBLDOP(NHMBLKBLDOP other) : this() { - kNGPOFHNFAJ_ = other.kNGPOFHNFAJ_.Clone(); + public PIIIPHEFDJO(PIIIPHEFDJO other) : this() { + aPFECOOPNKN_ = other.aPFECOOPNKN_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public NHMBLKBLDOP Clone() { - return new NHMBLKBLDOP(this); + public PIIIPHEFDJO Clone() { + return new PIIIPHEFDJO(this); } - /// Field number for the "KNGPOFHNFAJ" field. - public const int KNGPOFHNFAJFieldNumber = 8; - private static readonly pb::FieldCodec _repeated_kNGPOFHNFAJ_codec - = pb::FieldCodec.ForMessage(66, global::EggLink.DanhengServer.Proto.PFBFIMJFEGI.Parser); - private readonly pbc::RepeatedField kNGPOFHNFAJ_ = new pbc::RepeatedField(); + /// Field number for the "APFECOOPNKN" field. + public const int APFECOOPNKNFieldNumber = 7; + private static readonly pb::FieldCodec _repeated_aPFECOOPNKN_codec + = pb::FieldCodec.ForMessage(58, global::EggLink.DanhengServer.Proto.KNNFPFKCABE.Parser); + private readonly pbc::RepeatedField aPFECOOPNKN_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField KNGPOFHNFAJ { - get { return kNGPOFHNFAJ_; } + public pbc::RepeatedField APFECOOPNKN { + get { return aPFECOOPNKN_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { - return Equals(other as NHMBLKBLDOP); + return Equals(other as PIIIPHEFDJO); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(NHMBLKBLDOP other) { + public bool Equals(PIIIPHEFDJO other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } - if(!kNGPOFHNFAJ_.Equals(other.kNGPOFHNFAJ_)) return false; + if(!aPFECOOPNKN_.Equals(other.aPFECOOPNKN_)) return false; return Equals(_unknownFields, other._unknownFields); } @@ -116,7 +116,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - hash ^= kNGPOFHNFAJ_.GetHashCode(); + hash ^= aPFECOOPNKN_.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -135,7 +135,7 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - kNGPOFHNFAJ_.WriteTo(output, _repeated_kNGPOFHNFAJ_codec); + aPFECOOPNKN_.WriteTo(output, _repeated_aPFECOOPNKN_codec); if (_unknownFields != null) { _unknownFields.WriteTo(output); } @@ -146,7 +146,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - kNGPOFHNFAJ_.WriteTo(ref output, _repeated_kNGPOFHNFAJ_codec); + aPFECOOPNKN_.WriteTo(ref output, _repeated_aPFECOOPNKN_codec); if (_unknownFields != null) { _unknownFields.WriteTo(ref output); } @@ -157,7 +157,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - size += kNGPOFHNFAJ_.CalculateSize(_repeated_kNGPOFHNFAJ_codec); + size += aPFECOOPNKN_.CalculateSize(_repeated_aPFECOOPNKN_codec); if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -166,11 +166,11 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(NHMBLKBLDOP other) { + public void MergeFrom(PIIIPHEFDJO other) { if (other == null) { return; } - kNGPOFHNFAJ_.Add(other.kNGPOFHNFAJ_); + aPFECOOPNKN_.Add(other.aPFECOOPNKN_); _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -186,8 +186,8 @@ namespace EggLink.DanhengServer.Proto { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; - case 66: { - kNGPOFHNFAJ_.AddEntriesFrom(input, _repeated_kNGPOFHNFAJ_codec); + case 58: { + aPFECOOPNKN_.AddEntriesFrom(input, _repeated_aPFECOOPNKN_codec); break; } } @@ -205,8 +205,8 @@ namespace EggLink.DanhengServer.Proto { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; - case 66: { - kNGPOFHNFAJ_.AddEntriesFrom(ref input, _repeated_kNGPOFHNFAJ_codec); + case 58: { + aPFECOOPNKN_.AddEntriesFrom(ref input, _repeated_aPFECOOPNKN_codec); break; } } diff --git a/Proto/PLKCMGDEDCK.cs b/Proto/PLKCMGDEDCK.cs index 4bdac7fa..afe87895 100644 --- a/Proto/PLKCMGDEDCK.cs +++ b/Proto/PLKCMGDEDCK.cs @@ -24,26 +24,26 @@ namespace EggLink.DanhengServer.Proto { static PLKCMGDEDCKReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFQTEtDTUdERURDSy5wcm90bxoRRU5KSERMSEtJTk8ucHJvdG8aEUZOT0dI", - "R0hQSlBELnByb3RvGhFJQk9NSEtIQkFBTy5wcm90bxoTVHJhaW5QYXJ0eVNy", - "Yy5wcm90bxoRSE1PUElCTEZDTE4ucHJvdG8aEUhBS01FQklBSkNGLnByb3Rv", - "GhFIQkNJTklLUEFGSS5wcm90bxoRSkxESENGR0dFQU8ucHJvdG8aEVBGR0lB", - "SEFJRExNLnByb3RvGhFGS0pMQkZOSUdHTS5wcm90bxoRSkhNTkxDT0JKQ0ou", - "cHJvdG8itAMKC1BMS0NNR0RFRENLEiQKC0xOTU1LRk1FQUpNGIIGIAEoCzIM", - "LkhCQ0lOSUtQQUZJSAASIwoLRlBGREpORE5QSU0YZyABKAsyDC5JQk9NSEtI", - "QkFBT0gAEiQKC05KS0pOQkRCT0NBGOYNIAEoCzIMLkVOSkhETEhLSU5PSAAS", - "JAoLTEdKR0JJR0hPTlAYwgogASgLMgwuRk5PR0hHSFBKUERIABIkCgtER05L", - "Qk5HSVBLSRjmDCABKAsyDC5IQUtNRUJJQUpDRkgAEiQKC01LS1BDSEhOSENK", - "GNUJIAEoCzIMLkpMREhDRkdHRUFPSAASJAoLUEtQSkVGR0dCT08Y2gEgASgL", - "MgwuSE1PUElCTEZDTE5IABIkCgtOSEFDTk5KUEFMUBiLBiABKAsyDC5QRkdJ", - "QUhBSURMTUgAEiQKC0FIUERQT09MSkxFGO4IIAEoCzIMLkpITU5MQ09CSkNK", - "SAASJAoLQUZNSUVJQ0RORUEY4QcgASgLMgwuRktKTEJGTklHR01IABIbCgNz", - "cmMYDyABKA4yDi5UcmFpblBhcnR5U3JjQg0KC0xHTkFLTEZNSEZGQh6qAhtF", + "ChFQTEtDTUdERURDSy5wcm90bxoRRU5KSERMSEtJTk8ucHJvdG8aEUpITU5M", + "Q09CSkNKLnByb3RvGhFQRkdJQUhBSURMTS5wcm90bxoRRk5PR0hHSFBKUEQu", + "cHJvdG8aE1RyYWluUGFydHlTcmMucHJvdG8aEUhNT1BJQkxGQ0xOLnByb3Rv", + "GhFJQk9NSEtIQkFBTy5wcm90bxoRSEFLTUVCSUFKQ0YucHJvdG8aEUpMREhD", + "RkdHRUFPLnByb3RvGhFIQkNJTklLUEFGSS5wcm90bxoRRktKTEJGTklHR00u", + "cHJvdG8itAMKC1BMS0NNR0RFRENLEhsKA3NyYxgPIAEoDjIOLlRyYWluUGFy", + "dHlTcmMSJAoLTE5NTUtGTUVBSk0YggYgASgLMgwuSEJDSU5JS1BBRklIABIj", + "CgtGUEZESk5ETlBJTRhnIAEoCzIMLklCT01IS0hCQUFPSAASJAoLTkpLSk5C", + "REJPQ0EY5g0gASgLMgwuRU5KSERMSEtJTk9IABIkCgtMR0pHQklHSE9OUBjC", + "CiABKAsyDC5GTk9HSEdIUEpQREgAEiQKC0RHTktCTkdJUEtJGOYMIAEoCzIM", + "LkhBS01FQklBSkNGSAASJAoLTUtLUENISE5IQ0oY1QkgASgLMgwuSkxESENG", + "R0dFQU9IABIkCgtQS1BKRUZHR0JPTxjaASABKAsyDC5ITU9QSUJMRkNMTkgA", + "EiQKC05IQUNOTkpQQUxQGIsGIAEoCzIMLlBGR0lBSEFJRExNSAASJAoLQUhQ", + "RFBPT0xKTEUY7gggASgLMgwuSkhNTkxDT0JKQ0pIABIkCgtBRk1JRUlDRE5F", + "QRjhByABKAsyDC5GS0pMQkZOSUdHTUgAQg0KC09QR0hFSklLT0NJQh6qAhtF", "Z2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ENJHDLHKINOReflection.Descriptor, global::EggLink.DanhengServer.Proto.FNOGHGHPJPDReflection.Descriptor, global::EggLink.DanhengServer.Proto.IBOMHKHBAAOReflection.Descriptor, global::EggLink.DanhengServer.Proto.TrainPartySrcReflection.Descriptor, global::EggLink.DanhengServer.Proto.HMOPIBLFCLNReflection.Descriptor, global::EggLink.DanhengServer.Proto.HAKMEBIAJCFReflection.Descriptor, global::EggLink.DanhengServer.Proto.HBCINIKPAFIReflection.Descriptor, global::EggLink.DanhengServer.Proto.JLDHCFGGEAOReflection.Descriptor, global::EggLink.DanhengServer.Proto.PFGIAHAIDLMReflection.Descriptor, global::EggLink.DanhengServer.Proto.FKJLBFNIGGMReflection.Descriptor, global::EggLink.DanhengServer.Proto.JHMNLCOBJCJReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ENJHDLHKINOReflection.Descriptor, global::EggLink.DanhengServer.Proto.JHMNLCOBJCJReflection.Descriptor, global::EggLink.DanhengServer.Proto.PFGIAHAIDLMReflection.Descriptor, global::EggLink.DanhengServer.Proto.FNOGHGHPJPDReflection.Descriptor, global::EggLink.DanhengServer.Proto.TrainPartySrcReflection.Descriptor, global::EggLink.DanhengServer.Proto.HMOPIBLFCLNReflection.Descriptor, global::EggLink.DanhengServer.Proto.IBOMHKHBAAOReflection.Descriptor, global::EggLink.DanhengServer.Proto.HAKMEBIAJCFReflection.Descriptor, global::EggLink.DanhengServer.Proto.JLDHCFGGEAOReflection.Descriptor, global::EggLink.DanhengServer.Proto.HBCINIKPAFIReflection.Descriptor, global::EggLink.DanhengServer.Proto.FKJLBFNIGGMReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PLKCMGDEDCK), global::EggLink.DanhengServer.Proto.PLKCMGDEDCK.Parser, new[]{ "LNMMKFMEAJM", "FPFDJNDNPIM", "NJKJNBDBOCA", "LGJGBIGHONP", "DGNKBNGIPKI", "MKKPCHHNHCJ", "PKPJEFGGBOO", "NHACNNJPALP", "AHPDPOOLJLE", "AFMIEICDNEA", "Src" }, new[]{ "LGNAKLFMHFF" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PLKCMGDEDCK), global::EggLink.DanhengServer.Proto.PLKCMGDEDCK.Parser, new[]{ "Src", "LNMMKFMEAJM", "FPFDJNDNPIM", "NJKJNBDBOCA", "LGJGBIGHONP", "DGNKBNGIPKI", "MKKPCHHNHCJ", "PKPJEFGGBOO", "NHACNNJPALP", "AHPDPOOLJLE", "AFMIEICDNEA" }, new[]{ "OPGHEJIKOCI" }, null, null, null) })); } #endregion @@ -86,35 +86,35 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public PLKCMGDEDCK(PLKCMGDEDCK other) : this() { src_ = other.src_; - switch (other.LGNAKLFMHFFCase) { - case LGNAKLFMHFFOneofCase.LNMMKFMEAJM: + switch (other.OPGHEJIKOCICase) { + case OPGHEJIKOCIOneofCase.LNMMKFMEAJM: LNMMKFMEAJM = other.LNMMKFMEAJM.Clone(); break; - case LGNAKLFMHFFOneofCase.FPFDJNDNPIM: + case OPGHEJIKOCIOneofCase.FPFDJNDNPIM: FPFDJNDNPIM = other.FPFDJNDNPIM.Clone(); break; - case LGNAKLFMHFFOneofCase.NJKJNBDBOCA: + case OPGHEJIKOCIOneofCase.NJKJNBDBOCA: NJKJNBDBOCA = other.NJKJNBDBOCA.Clone(); break; - case LGNAKLFMHFFOneofCase.LGJGBIGHONP: + case OPGHEJIKOCIOneofCase.LGJGBIGHONP: LGJGBIGHONP = other.LGJGBIGHONP.Clone(); break; - case LGNAKLFMHFFOneofCase.DGNKBNGIPKI: + case OPGHEJIKOCIOneofCase.DGNKBNGIPKI: DGNKBNGIPKI = other.DGNKBNGIPKI.Clone(); break; - case LGNAKLFMHFFOneofCase.MKKPCHHNHCJ: + case OPGHEJIKOCIOneofCase.MKKPCHHNHCJ: MKKPCHHNHCJ = other.MKKPCHHNHCJ.Clone(); break; - case LGNAKLFMHFFOneofCase.PKPJEFGGBOO: + case OPGHEJIKOCIOneofCase.PKPJEFGGBOO: PKPJEFGGBOO = other.PKPJEFGGBOO.Clone(); break; - case LGNAKLFMHFFOneofCase.NHACNNJPALP: + case OPGHEJIKOCIOneofCase.NHACNNJPALP: NHACNNJPALP = other.NHACNNJPALP.Clone(); break; - case LGNAKLFMHFFOneofCase.AHPDPOOLJLE: + case OPGHEJIKOCIOneofCase.AHPDPOOLJLE: AHPDPOOLJLE = other.AHPDPOOLJLE.Clone(); break; - case LGNAKLFMHFFOneofCase.AFMIEICDNEA: + case OPGHEJIKOCIOneofCase.AFMIEICDNEA: AFMIEICDNEA = other.AFMIEICDNEA.Clone(); break; } @@ -128,126 +128,6 @@ namespace EggLink.DanhengServer.Proto { return new PLKCMGDEDCK(this); } - /// Field number for the "LNMMKFMEAJM" field. - public const int LNMMKFMEAJMFieldNumber = 770; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.HBCINIKPAFI LNMMKFMEAJM { - get { return lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.LNMMKFMEAJM ? (global::EggLink.DanhengServer.Proto.HBCINIKPAFI) lGNAKLFMHFF_ : null; } - set { - lGNAKLFMHFF_ = value; - lGNAKLFMHFFCase_ = value == null ? LGNAKLFMHFFOneofCase.None : LGNAKLFMHFFOneofCase.LNMMKFMEAJM; - } - } - - /// Field number for the "FPFDJNDNPIM" field. - public const int FPFDJNDNPIMFieldNumber = 103; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.IBOMHKHBAAO FPFDJNDNPIM { - get { return lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.FPFDJNDNPIM ? (global::EggLink.DanhengServer.Proto.IBOMHKHBAAO) lGNAKLFMHFF_ : null; } - set { - lGNAKLFMHFF_ = value; - lGNAKLFMHFFCase_ = value == null ? LGNAKLFMHFFOneofCase.None : LGNAKLFMHFFOneofCase.FPFDJNDNPIM; - } - } - - /// Field number for the "NJKJNBDBOCA" field. - public const int NJKJNBDBOCAFieldNumber = 1766; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.ENJHDLHKINO NJKJNBDBOCA { - get { return lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.NJKJNBDBOCA ? (global::EggLink.DanhengServer.Proto.ENJHDLHKINO) lGNAKLFMHFF_ : null; } - set { - lGNAKLFMHFF_ = value; - lGNAKLFMHFFCase_ = value == null ? LGNAKLFMHFFOneofCase.None : LGNAKLFMHFFOneofCase.NJKJNBDBOCA; - } - } - - /// Field number for the "LGJGBIGHONP" field. - public const int LGJGBIGHONPFieldNumber = 1346; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.FNOGHGHPJPD LGJGBIGHONP { - get { return lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.LGJGBIGHONP ? (global::EggLink.DanhengServer.Proto.FNOGHGHPJPD) lGNAKLFMHFF_ : null; } - set { - lGNAKLFMHFF_ = value; - lGNAKLFMHFFCase_ = value == null ? LGNAKLFMHFFOneofCase.None : LGNAKLFMHFFOneofCase.LGJGBIGHONP; - } - } - - /// Field number for the "DGNKBNGIPKI" field. - public const int DGNKBNGIPKIFieldNumber = 1638; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.HAKMEBIAJCF DGNKBNGIPKI { - get { return lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.DGNKBNGIPKI ? (global::EggLink.DanhengServer.Proto.HAKMEBIAJCF) lGNAKLFMHFF_ : null; } - set { - lGNAKLFMHFF_ = value; - lGNAKLFMHFFCase_ = value == null ? LGNAKLFMHFFOneofCase.None : LGNAKLFMHFFOneofCase.DGNKBNGIPKI; - } - } - - /// Field number for the "MKKPCHHNHCJ" field. - public const int MKKPCHHNHCJFieldNumber = 1237; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.JLDHCFGGEAO MKKPCHHNHCJ { - get { return lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.MKKPCHHNHCJ ? (global::EggLink.DanhengServer.Proto.JLDHCFGGEAO) lGNAKLFMHFF_ : null; } - set { - lGNAKLFMHFF_ = value; - lGNAKLFMHFFCase_ = value == null ? LGNAKLFMHFFOneofCase.None : LGNAKLFMHFFOneofCase.MKKPCHHNHCJ; - } - } - - /// Field number for the "PKPJEFGGBOO" field. - public const int PKPJEFGGBOOFieldNumber = 218; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.HMOPIBLFCLN PKPJEFGGBOO { - get { return lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.PKPJEFGGBOO ? (global::EggLink.DanhengServer.Proto.HMOPIBLFCLN) lGNAKLFMHFF_ : null; } - set { - lGNAKLFMHFF_ = value; - lGNAKLFMHFFCase_ = value == null ? LGNAKLFMHFFOneofCase.None : LGNAKLFMHFFOneofCase.PKPJEFGGBOO; - } - } - - /// Field number for the "NHACNNJPALP" field. - public const int NHACNNJPALPFieldNumber = 779; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.PFGIAHAIDLM NHACNNJPALP { - get { return lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.NHACNNJPALP ? (global::EggLink.DanhengServer.Proto.PFGIAHAIDLM) lGNAKLFMHFF_ : null; } - set { - lGNAKLFMHFF_ = value; - lGNAKLFMHFFCase_ = value == null ? LGNAKLFMHFFOneofCase.None : LGNAKLFMHFFOneofCase.NHACNNJPALP; - } - } - - /// Field number for the "AHPDPOOLJLE" field. - public const int AHPDPOOLJLEFieldNumber = 1134; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.JHMNLCOBJCJ AHPDPOOLJLE { - get { return lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.AHPDPOOLJLE ? (global::EggLink.DanhengServer.Proto.JHMNLCOBJCJ) lGNAKLFMHFF_ : null; } - set { - lGNAKLFMHFF_ = value; - lGNAKLFMHFFCase_ = value == null ? LGNAKLFMHFFOneofCase.None : LGNAKLFMHFFOneofCase.AHPDPOOLJLE; - } - } - - /// Field number for the "AFMIEICDNEA" field. - public const int AFMIEICDNEAFieldNumber = 993; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.FKJLBFNIGGM AFMIEICDNEA { - get { return lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.AFMIEICDNEA ? (global::EggLink.DanhengServer.Proto.FKJLBFNIGGM) lGNAKLFMHFF_ : null; } - set { - lGNAKLFMHFF_ = value; - lGNAKLFMHFFCase_ = value == null ? LGNAKLFMHFFOneofCase.None : LGNAKLFMHFFOneofCase.AFMIEICDNEA; - } - } - /// Field number for the "src" field. public const int SrcFieldNumber = 15; private global::EggLink.DanhengServer.Proto.TrainPartySrc src_ = global::EggLink.DanhengServer.Proto.TrainPartySrc.KTrainPartySrcNone; @@ -260,9 +140,129 @@ namespace EggLink.DanhengServer.Proto { } } - private object lGNAKLFMHFF_; - /// Enum of possible cases for the "LGNAKLFMHFF" oneof. - public enum LGNAKLFMHFFOneofCase { + /// Field number for the "LNMMKFMEAJM" field. + public const int LNMMKFMEAJMFieldNumber = 770; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.HBCINIKPAFI LNMMKFMEAJM { + get { return oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.LNMMKFMEAJM ? (global::EggLink.DanhengServer.Proto.HBCINIKPAFI) oPGHEJIKOCI_ : null; } + set { + oPGHEJIKOCI_ = value; + oPGHEJIKOCICase_ = value == null ? OPGHEJIKOCIOneofCase.None : OPGHEJIKOCIOneofCase.LNMMKFMEAJM; + } + } + + /// Field number for the "FPFDJNDNPIM" field. + public const int FPFDJNDNPIMFieldNumber = 103; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.IBOMHKHBAAO FPFDJNDNPIM { + get { return oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.FPFDJNDNPIM ? (global::EggLink.DanhengServer.Proto.IBOMHKHBAAO) oPGHEJIKOCI_ : null; } + set { + oPGHEJIKOCI_ = value; + oPGHEJIKOCICase_ = value == null ? OPGHEJIKOCIOneofCase.None : OPGHEJIKOCIOneofCase.FPFDJNDNPIM; + } + } + + /// Field number for the "NJKJNBDBOCA" field. + public const int NJKJNBDBOCAFieldNumber = 1766; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.ENJHDLHKINO NJKJNBDBOCA { + get { return oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.NJKJNBDBOCA ? (global::EggLink.DanhengServer.Proto.ENJHDLHKINO) oPGHEJIKOCI_ : null; } + set { + oPGHEJIKOCI_ = value; + oPGHEJIKOCICase_ = value == null ? OPGHEJIKOCIOneofCase.None : OPGHEJIKOCIOneofCase.NJKJNBDBOCA; + } + } + + /// Field number for the "LGJGBIGHONP" field. + public const int LGJGBIGHONPFieldNumber = 1346; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.FNOGHGHPJPD LGJGBIGHONP { + get { return oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.LGJGBIGHONP ? (global::EggLink.DanhengServer.Proto.FNOGHGHPJPD) oPGHEJIKOCI_ : null; } + set { + oPGHEJIKOCI_ = value; + oPGHEJIKOCICase_ = value == null ? OPGHEJIKOCIOneofCase.None : OPGHEJIKOCIOneofCase.LGJGBIGHONP; + } + } + + /// Field number for the "DGNKBNGIPKI" field. + public const int DGNKBNGIPKIFieldNumber = 1638; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.HAKMEBIAJCF DGNKBNGIPKI { + get { return oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.DGNKBNGIPKI ? (global::EggLink.DanhengServer.Proto.HAKMEBIAJCF) oPGHEJIKOCI_ : null; } + set { + oPGHEJIKOCI_ = value; + oPGHEJIKOCICase_ = value == null ? OPGHEJIKOCIOneofCase.None : OPGHEJIKOCIOneofCase.DGNKBNGIPKI; + } + } + + /// Field number for the "MKKPCHHNHCJ" field. + public const int MKKPCHHNHCJFieldNumber = 1237; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.JLDHCFGGEAO MKKPCHHNHCJ { + get { return oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.MKKPCHHNHCJ ? (global::EggLink.DanhengServer.Proto.JLDHCFGGEAO) oPGHEJIKOCI_ : null; } + set { + oPGHEJIKOCI_ = value; + oPGHEJIKOCICase_ = value == null ? OPGHEJIKOCIOneofCase.None : OPGHEJIKOCIOneofCase.MKKPCHHNHCJ; + } + } + + /// Field number for the "PKPJEFGGBOO" field. + public const int PKPJEFGGBOOFieldNumber = 218; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.HMOPIBLFCLN PKPJEFGGBOO { + get { return oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.PKPJEFGGBOO ? (global::EggLink.DanhengServer.Proto.HMOPIBLFCLN) oPGHEJIKOCI_ : null; } + set { + oPGHEJIKOCI_ = value; + oPGHEJIKOCICase_ = value == null ? OPGHEJIKOCIOneofCase.None : OPGHEJIKOCIOneofCase.PKPJEFGGBOO; + } + } + + /// Field number for the "NHACNNJPALP" field. + public const int NHACNNJPALPFieldNumber = 779; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.PFGIAHAIDLM NHACNNJPALP { + get { return oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.NHACNNJPALP ? (global::EggLink.DanhengServer.Proto.PFGIAHAIDLM) oPGHEJIKOCI_ : null; } + set { + oPGHEJIKOCI_ = value; + oPGHEJIKOCICase_ = value == null ? OPGHEJIKOCIOneofCase.None : OPGHEJIKOCIOneofCase.NHACNNJPALP; + } + } + + /// Field number for the "AHPDPOOLJLE" field. + public const int AHPDPOOLJLEFieldNumber = 1134; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.JHMNLCOBJCJ AHPDPOOLJLE { + get { return oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.AHPDPOOLJLE ? (global::EggLink.DanhengServer.Proto.JHMNLCOBJCJ) oPGHEJIKOCI_ : null; } + set { + oPGHEJIKOCI_ = value; + oPGHEJIKOCICase_ = value == null ? OPGHEJIKOCIOneofCase.None : OPGHEJIKOCIOneofCase.AHPDPOOLJLE; + } + } + + /// Field number for the "AFMIEICDNEA" field. + public const int AFMIEICDNEAFieldNumber = 993; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.FKJLBFNIGGM AFMIEICDNEA { + get { return oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.AFMIEICDNEA ? (global::EggLink.DanhengServer.Proto.FKJLBFNIGGM) oPGHEJIKOCI_ : null; } + set { + oPGHEJIKOCI_ = value; + oPGHEJIKOCICase_ = value == null ? OPGHEJIKOCIOneofCase.None : OPGHEJIKOCIOneofCase.AFMIEICDNEA; + } + } + + private object oPGHEJIKOCI_; + /// Enum of possible cases for the "OPGHEJIKOCI" oneof. + public enum OPGHEJIKOCIOneofCase { None = 0, LNMMKFMEAJM = 770, FPFDJNDNPIM = 103, @@ -275,18 +275,18 @@ namespace EggLink.DanhengServer.Proto { AHPDPOOLJLE = 1134, AFMIEICDNEA = 993, } - private LGNAKLFMHFFOneofCase lGNAKLFMHFFCase_ = LGNAKLFMHFFOneofCase.None; + private OPGHEJIKOCIOneofCase oPGHEJIKOCICase_ = OPGHEJIKOCIOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public LGNAKLFMHFFOneofCase LGNAKLFMHFFCase { - get { return lGNAKLFMHFFCase_; } + public OPGHEJIKOCIOneofCase OPGHEJIKOCICase { + get { return oPGHEJIKOCICase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearLGNAKLFMHFF() { - lGNAKLFMHFFCase_ = LGNAKLFMHFFOneofCase.None; - lGNAKLFMHFF_ = null; + public void ClearOPGHEJIKOCI() { + oPGHEJIKOCICase_ = OPGHEJIKOCIOneofCase.None; + oPGHEJIKOCI_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -304,6 +304,7 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } + if (Src != other.Src) return false; if (!object.Equals(LNMMKFMEAJM, other.LNMMKFMEAJM)) return false; if (!object.Equals(FPFDJNDNPIM, other.FPFDJNDNPIM)) return false; if (!object.Equals(NJKJNBDBOCA, other.NJKJNBDBOCA)) return false; @@ -314,8 +315,7 @@ namespace EggLink.DanhengServer.Proto { if (!object.Equals(NHACNNJPALP, other.NHACNNJPALP)) return false; if (!object.Equals(AHPDPOOLJLE, other.AHPDPOOLJLE)) return false; if (!object.Equals(AFMIEICDNEA, other.AFMIEICDNEA)) return false; - if (Src != other.Src) return false; - if (LGNAKLFMHFFCase != other.LGNAKLFMHFFCase) return false; + if (OPGHEJIKOCICase != other.OPGHEJIKOCICase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -323,18 +323,18 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.LNMMKFMEAJM) hash ^= LNMMKFMEAJM.GetHashCode(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.FPFDJNDNPIM) hash ^= FPFDJNDNPIM.GetHashCode(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.NJKJNBDBOCA) hash ^= NJKJNBDBOCA.GetHashCode(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.LGJGBIGHONP) hash ^= LGJGBIGHONP.GetHashCode(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.DGNKBNGIPKI) hash ^= DGNKBNGIPKI.GetHashCode(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.MKKPCHHNHCJ) hash ^= MKKPCHHNHCJ.GetHashCode(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.PKPJEFGGBOO) hash ^= PKPJEFGGBOO.GetHashCode(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.NHACNNJPALP) hash ^= NHACNNJPALP.GetHashCode(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.AHPDPOOLJLE) hash ^= AHPDPOOLJLE.GetHashCode(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.AFMIEICDNEA) hash ^= AFMIEICDNEA.GetHashCode(); if (Src != global::EggLink.DanhengServer.Proto.TrainPartySrc.KTrainPartySrcNone) hash ^= Src.GetHashCode(); - hash ^= (int) lGNAKLFMHFFCase_; + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.LNMMKFMEAJM) hash ^= LNMMKFMEAJM.GetHashCode(); + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.FPFDJNDNPIM) hash ^= FPFDJNDNPIM.GetHashCode(); + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.NJKJNBDBOCA) hash ^= NJKJNBDBOCA.GetHashCode(); + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.LGJGBIGHONP) hash ^= LGJGBIGHONP.GetHashCode(); + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.DGNKBNGIPKI) hash ^= DGNKBNGIPKI.GetHashCode(); + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.MKKPCHHNHCJ) hash ^= MKKPCHHNHCJ.GetHashCode(); + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.PKPJEFGGBOO) hash ^= PKPJEFGGBOO.GetHashCode(); + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.NHACNNJPALP) hash ^= NHACNNJPALP.GetHashCode(); + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.AHPDPOOLJLE) hash ^= AHPDPOOLJLE.GetHashCode(); + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.AFMIEICDNEA) hash ^= AFMIEICDNEA.GetHashCode(); + hash ^= (int) oPGHEJIKOCICase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -357,43 +357,43 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(120); output.WriteEnum((int) Src); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.FPFDJNDNPIM) { + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.FPFDJNDNPIM) { output.WriteRawTag(186, 6); output.WriteMessage(FPFDJNDNPIM); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.PKPJEFGGBOO) { + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.PKPJEFGGBOO) { output.WriteRawTag(210, 13); output.WriteMessage(PKPJEFGGBOO); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.LNMMKFMEAJM) { + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.LNMMKFMEAJM) { output.WriteRawTag(146, 48); output.WriteMessage(LNMMKFMEAJM); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.NHACNNJPALP) { + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.NHACNNJPALP) { output.WriteRawTag(218, 48); output.WriteMessage(NHACNNJPALP); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.AFMIEICDNEA) { + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.AFMIEICDNEA) { output.WriteRawTag(138, 62); output.WriteMessage(AFMIEICDNEA); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.AHPDPOOLJLE) { + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.AHPDPOOLJLE) { output.WriteRawTag(242, 70); output.WriteMessage(AHPDPOOLJLE); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.MKKPCHHNHCJ) { + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.MKKPCHHNHCJ) { output.WriteRawTag(170, 77); output.WriteMessage(MKKPCHHNHCJ); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.LGJGBIGHONP) { + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.LGJGBIGHONP) { output.WriteRawTag(146, 84); output.WriteMessage(LGJGBIGHONP); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.DGNKBNGIPKI) { + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.DGNKBNGIPKI) { output.WriteRawTag(178, 102); output.WriteMessage(DGNKBNGIPKI); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.NJKJNBDBOCA) { + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.NJKJNBDBOCA) { output.WriteRawTag(178, 110); output.WriteMessage(NJKJNBDBOCA); } @@ -411,43 +411,43 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(120); output.WriteEnum((int) Src); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.FPFDJNDNPIM) { + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.FPFDJNDNPIM) { output.WriteRawTag(186, 6); output.WriteMessage(FPFDJNDNPIM); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.PKPJEFGGBOO) { + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.PKPJEFGGBOO) { output.WriteRawTag(210, 13); output.WriteMessage(PKPJEFGGBOO); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.LNMMKFMEAJM) { + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.LNMMKFMEAJM) { output.WriteRawTag(146, 48); output.WriteMessage(LNMMKFMEAJM); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.NHACNNJPALP) { + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.NHACNNJPALP) { output.WriteRawTag(218, 48); output.WriteMessage(NHACNNJPALP); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.AFMIEICDNEA) { + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.AFMIEICDNEA) { output.WriteRawTag(138, 62); output.WriteMessage(AFMIEICDNEA); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.AHPDPOOLJLE) { + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.AHPDPOOLJLE) { output.WriteRawTag(242, 70); output.WriteMessage(AHPDPOOLJLE); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.MKKPCHHNHCJ) { + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.MKKPCHHNHCJ) { output.WriteRawTag(170, 77); output.WriteMessage(MKKPCHHNHCJ); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.LGJGBIGHONP) { + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.LGJGBIGHONP) { output.WriteRawTag(146, 84); output.WriteMessage(LGJGBIGHONP); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.DGNKBNGIPKI) { + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.DGNKBNGIPKI) { output.WriteRawTag(178, 102); output.WriteMessage(DGNKBNGIPKI); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.NJKJNBDBOCA) { + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.NJKJNBDBOCA) { output.WriteRawTag(178, 110); output.WriteMessage(NJKJNBDBOCA); } @@ -461,39 +461,39 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.LNMMKFMEAJM) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(LNMMKFMEAJM); - } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.FPFDJNDNPIM) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(FPFDJNDNPIM); - } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.NJKJNBDBOCA) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(NJKJNBDBOCA); - } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.LGJGBIGHONP) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(LGJGBIGHONP); - } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.DGNKBNGIPKI) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(DGNKBNGIPKI); - } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.MKKPCHHNHCJ) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(MKKPCHHNHCJ); - } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.PKPJEFGGBOO) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(PKPJEFGGBOO); - } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.NHACNNJPALP) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(NHACNNJPALP); - } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.AHPDPOOLJLE) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(AHPDPOOLJLE); - } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.AFMIEICDNEA) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(AFMIEICDNEA); - } if (Src != global::EggLink.DanhengServer.Proto.TrainPartySrc.KTrainPartySrcNone) { size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Src); } + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.LNMMKFMEAJM) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(LNMMKFMEAJM); + } + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.FPFDJNDNPIM) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(FPFDJNDNPIM); + } + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.NJKJNBDBOCA) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(NJKJNBDBOCA); + } + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.LGJGBIGHONP) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(LGJGBIGHONP); + } + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.DGNKBNGIPKI) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(DGNKBNGIPKI); + } + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.MKKPCHHNHCJ) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(MKKPCHHNHCJ); + } + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.PKPJEFGGBOO) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(PKPJEFGGBOO); + } + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.NHACNNJPALP) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(NHACNNJPALP); + } + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.AHPDPOOLJLE) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(AHPDPOOLJLE); + } + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.AFMIEICDNEA) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(AFMIEICDNEA); + } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -509,62 +509,62 @@ namespace EggLink.DanhengServer.Proto { if (other.Src != global::EggLink.DanhengServer.Proto.TrainPartySrc.KTrainPartySrcNone) { Src = other.Src; } - switch (other.LGNAKLFMHFFCase) { - case LGNAKLFMHFFOneofCase.LNMMKFMEAJM: + switch (other.OPGHEJIKOCICase) { + case OPGHEJIKOCIOneofCase.LNMMKFMEAJM: if (LNMMKFMEAJM == null) { LNMMKFMEAJM = new global::EggLink.DanhengServer.Proto.HBCINIKPAFI(); } LNMMKFMEAJM.MergeFrom(other.LNMMKFMEAJM); break; - case LGNAKLFMHFFOneofCase.FPFDJNDNPIM: + case OPGHEJIKOCIOneofCase.FPFDJNDNPIM: if (FPFDJNDNPIM == null) { FPFDJNDNPIM = new global::EggLink.DanhengServer.Proto.IBOMHKHBAAO(); } FPFDJNDNPIM.MergeFrom(other.FPFDJNDNPIM); break; - case LGNAKLFMHFFOneofCase.NJKJNBDBOCA: + case OPGHEJIKOCIOneofCase.NJKJNBDBOCA: if (NJKJNBDBOCA == null) { NJKJNBDBOCA = new global::EggLink.DanhengServer.Proto.ENJHDLHKINO(); } NJKJNBDBOCA.MergeFrom(other.NJKJNBDBOCA); break; - case LGNAKLFMHFFOneofCase.LGJGBIGHONP: + case OPGHEJIKOCIOneofCase.LGJGBIGHONP: if (LGJGBIGHONP == null) { LGJGBIGHONP = new global::EggLink.DanhengServer.Proto.FNOGHGHPJPD(); } LGJGBIGHONP.MergeFrom(other.LGJGBIGHONP); break; - case LGNAKLFMHFFOneofCase.DGNKBNGIPKI: + case OPGHEJIKOCIOneofCase.DGNKBNGIPKI: if (DGNKBNGIPKI == null) { DGNKBNGIPKI = new global::EggLink.DanhengServer.Proto.HAKMEBIAJCF(); } DGNKBNGIPKI.MergeFrom(other.DGNKBNGIPKI); break; - case LGNAKLFMHFFOneofCase.MKKPCHHNHCJ: + case OPGHEJIKOCIOneofCase.MKKPCHHNHCJ: if (MKKPCHHNHCJ == null) { MKKPCHHNHCJ = new global::EggLink.DanhengServer.Proto.JLDHCFGGEAO(); } MKKPCHHNHCJ.MergeFrom(other.MKKPCHHNHCJ); break; - case LGNAKLFMHFFOneofCase.PKPJEFGGBOO: + case OPGHEJIKOCIOneofCase.PKPJEFGGBOO: if (PKPJEFGGBOO == null) { PKPJEFGGBOO = new global::EggLink.DanhengServer.Proto.HMOPIBLFCLN(); } PKPJEFGGBOO.MergeFrom(other.PKPJEFGGBOO); break; - case LGNAKLFMHFFOneofCase.NHACNNJPALP: + case OPGHEJIKOCIOneofCase.NHACNNJPALP: if (NHACNNJPALP == null) { NHACNNJPALP = new global::EggLink.DanhengServer.Proto.PFGIAHAIDLM(); } NHACNNJPALP.MergeFrom(other.NHACNNJPALP); break; - case LGNAKLFMHFFOneofCase.AHPDPOOLJLE: + case OPGHEJIKOCIOneofCase.AHPDPOOLJLE: if (AHPDPOOLJLE == null) { AHPDPOOLJLE = new global::EggLink.DanhengServer.Proto.JHMNLCOBJCJ(); } AHPDPOOLJLE.MergeFrom(other.AHPDPOOLJLE); break; - case LGNAKLFMHFFOneofCase.AFMIEICDNEA: + case OPGHEJIKOCIOneofCase.AFMIEICDNEA: if (AFMIEICDNEA == null) { AFMIEICDNEA = new global::EggLink.DanhengServer.Proto.FKJLBFNIGGM(); } @@ -593,7 +593,7 @@ namespace EggLink.DanhengServer.Proto { } case 826: { global::EggLink.DanhengServer.Proto.IBOMHKHBAAO subBuilder = new global::EggLink.DanhengServer.Proto.IBOMHKHBAAO(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.FPFDJNDNPIM) { + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.FPFDJNDNPIM) { subBuilder.MergeFrom(FPFDJNDNPIM); } input.ReadMessage(subBuilder); @@ -602,7 +602,7 @@ namespace EggLink.DanhengServer.Proto { } case 1746: { global::EggLink.DanhengServer.Proto.HMOPIBLFCLN subBuilder = new global::EggLink.DanhengServer.Proto.HMOPIBLFCLN(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.PKPJEFGGBOO) { + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.PKPJEFGGBOO) { subBuilder.MergeFrom(PKPJEFGGBOO); } input.ReadMessage(subBuilder); @@ -611,7 +611,7 @@ namespace EggLink.DanhengServer.Proto { } case 6162: { global::EggLink.DanhengServer.Proto.HBCINIKPAFI subBuilder = new global::EggLink.DanhengServer.Proto.HBCINIKPAFI(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.LNMMKFMEAJM) { + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.LNMMKFMEAJM) { subBuilder.MergeFrom(LNMMKFMEAJM); } input.ReadMessage(subBuilder); @@ -620,7 +620,7 @@ namespace EggLink.DanhengServer.Proto { } case 6234: { global::EggLink.DanhengServer.Proto.PFGIAHAIDLM subBuilder = new global::EggLink.DanhengServer.Proto.PFGIAHAIDLM(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.NHACNNJPALP) { + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.NHACNNJPALP) { subBuilder.MergeFrom(NHACNNJPALP); } input.ReadMessage(subBuilder); @@ -629,7 +629,7 @@ namespace EggLink.DanhengServer.Proto { } case 7946: { global::EggLink.DanhengServer.Proto.FKJLBFNIGGM subBuilder = new global::EggLink.DanhengServer.Proto.FKJLBFNIGGM(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.AFMIEICDNEA) { + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.AFMIEICDNEA) { subBuilder.MergeFrom(AFMIEICDNEA); } input.ReadMessage(subBuilder); @@ -638,7 +638,7 @@ namespace EggLink.DanhengServer.Proto { } case 9074: { global::EggLink.DanhengServer.Proto.JHMNLCOBJCJ subBuilder = new global::EggLink.DanhengServer.Proto.JHMNLCOBJCJ(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.AHPDPOOLJLE) { + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.AHPDPOOLJLE) { subBuilder.MergeFrom(AHPDPOOLJLE); } input.ReadMessage(subBuilder); @@ -647,7 +647,7 @@ namespace EggLink.DanhengServer.Proto { } case 9898: { global::EggLink.DanhengServer.Proto.JLDHCFGGEAO subBuilder = new global::EggLink.DanhengServer.Proto.JLDHCFGGEAO(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.MKKPCHHNHCJ) { + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.MKKPCHHNHCJ) { subBuilder.MergeFrom(MKKPCHHNHCJ); } input.ReadMessage(subBuilder); @@ -656,7 +656,7 @@ namespace EggLink.DanhengServer.Proto { } case 10770: { global::EggLink.DanhengServer.Proto.FNOGHGHPJPD subBuilder = new global::EggLink.DanhengServer.Proto.FNOGHGHPJPD(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.LGJGBIGHONP) { + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.LGJGBIGHONP) { subBuilder.MergeFrom(LGJGBIGHONP); } input.ReadMessage(subBuilder); @@ -665,7 +665,7 @@ namespace EggLink.DanhengServer.Proto { } case 13106: { global::EggLink.DanhengServer.Proto.HAKMEBIAJCF subBuilder = new global::EggLink.DanhengServer.Proto.HAKMEBIAJCF(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.DGNKBNGIPKI) { + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.DGNKBNGIPKI) { subBuilder.MergeFrom(DGNKBNGIPKI); } input.ReadMessage(subBuilder); @@ -674,7 +674,7 @@ namespace EggLink.DanhengServer.Proto { } case 14130: { global::EggLink.DanhengServer.Proto.ENJHDLHKINO subBuilder = new global::EggLink.DanhengServer.Proto.ENJHDLHKINO(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.NJKJNBDBOCA) { + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.NJKJNBDBOCA) { subBuilder.MergeFrom(NJKJNBDBOCA); } input.ReadMessage(subBuilder); @@ -702,7 +702,7 @@ namespace EggLink.DanhengServer.Proto { } case 826: { global::EggLink.DanhengServer.Proto.IBOMHKHBAAO subBuilder = new global::EggLink.DanhengServer.Proto.IBOMHKHBAAO(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.FPFDJNDNPIM) { + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.FPFDJNDNPIM) { subBuilder.MergeFrom(FPFDJNDNPIM); } input.ReadMessage(subBuilder); @@ -711,7 +711,7 @@ namespace EggLink.DanhengServer.Proto { } case 1746: { global::EggLink.DanhengServer.Proto.HMOPIBLFCLN subBuilder = new global::EggLink.DanhengServer.Proto.HMOPIBLFCLN(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.PKPJEFGGBOO) { + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.PKPJEFGGBOO) { subBuilder.MergeFrom(PKPJEFGGBOO); } input.ReadMessage(subBuilder); @@ -720,7 +720,7 @@ namespace EggLink.DanhengServer.Proto { } case 6162: { global::EggLink.DanhengServer.Proto.HBCINIKPAFI subBuilder = new global::EggLink.DanhengServer.Proto.HBCINIKPAFI(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.LNMMKFMEAJM) { + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.LNMMKFMEAJM) { subBuilder.MergeFrom(LNMMKFMEAJM); } input.ReadMessage(subBuilder); @@ -729,7 +729,7 @@ namespace EggLink.DanhengServer.Proto { } case 6234: { global::EggLink.DanhengServer.Proto.PFGIAHAIDLM subBuilder = new global::EggLink.DanhengServer.Proto.PFGIAHAIDLM(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.NHACNNJPALP) { + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.NHACNNJPALP) { subBuilder.MergeFrom(NHACNNJPALP); } input.ReadMessage(subBuilder); @@ -738,7 +738,7 @@ namespace EggLink.DanhengServer.Proto { } case 7946: { global::EggLink.DanhengServer.Proto.FKJLBFNIGGM subBuilder = new global::EggLink.DanhengServer.Proto.FKJLBFNIGGM(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.AFMIEICDNEA) { + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.AFMIEICDNEA) { subBuilder.MergeFrom(AFMIEICDNEA); } input.ReadMessage(subBuilder); @@ -747,7 +747,7 @@ namespace EggLink.DanhengServer.Proto { } case 9074: { global::EggLink.DanhengServer.Proto.JHMNLCOBJCJ subBuilder = new global::EggLink.DanhengServer.Proto.JHMNLCOBJCJ(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.AHPDPOOLJLE) { + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.AHPDPOOLJLE) { subBuilder.MergeFrom(AHPDPOOLJLE); } input.ReadMessage(subBuilder); @@ -756,7 +756,7 @@ namespace EggLink.DanhengServer.Proto { } case 9898: { global::EggLink.DanhengServer.Proto.JLDHCFGGEAO subBuilder = new global::EggLink.DanhengServer.Proto.JLDHCFGGEAO(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.MKKPCHHNHCJ) { + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.MKKPCHHNHCJ) { subBuilder.MergeFrom(MKKPCHHNHCJ); } input.ReadMessage(subBuilder); @@ -765,7 +765,7 @@ namespace EggLink.DanhengServer.Proto { } case 10770: { global::EggLink.DanhengServer.Proto.FNOGHGHPJPD subBuilder = new global::EggLink.DanhengServer.Proto.FNOGHGHPJPD(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.LGJGBIGHONP) { + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.LGJGBIGHONP) { subBuilder.MergeFrom(LGJGBIGHONP); } input.ReadMessage(subBuilder); @@ -774,7 +774,7 @@ namespace EggLink.DanhengServer.Proto { } case 13106: { global::EggLink.DanhengServer.Proto.HAKMEBIAJCF subBuilder = new global::EggLink.DanhengServer.Proto.HAKMEBIAJCF(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.DGNKBNGIPKI) { + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.DGNKBNGIPKI) { subBuilder.MergeFrom(DGNKBNGIPKI); } input.ReadMessage(subBuilder); @@ -783,7 +783,7 @@ namespace EggLink.DanhengServer.Proto { } case 14130: { global::EggLink.DanhengServer.Proto.ENJHDLHKINO subBuilder = new global::EggLink.DanhengServer.Proto.ENJHDLHKINO(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.NJKJNBDBOCA) { + if (oPGHEJIKOCICase_ == OPGHEJIKOCIOneofCase.NJKJNBDBOCA) { subBuilder.MergeFrom(NJKJNBDBOCA); } input.ReadMessage(subBuilder); diff --git a/Proto/PMJGKHPKHCM.cs b/Proto/PMJGKHPKHCM.cs deleted file mode 100644 index 64a4601b..00000000 --- a/Proto/PMJGKHPKHCM.cs +++ /dev/null @@ -1,374 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: PMJGKHPKHCM.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from PMJGKHPKHCM.proto - public static partial class PMJGKHPKHCMReflection { - - #region Descriptor - /// File descriptor for PMJGKHPKHCM.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static PMJGKHPKHCMReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFQTUpHS0hQS0hDTS5wcm90bxoTUm9ndWVHYW1lSW5mby5wcm90byKiAQoL", - "UE1KR0tIUEtIQ00SLwoXcm9ndWVfY3VycmVudF9nYW1lX2luZm8YBiADKAsy", - "Di5Sb2d1ZUdhbWVJbmZvEhMKC0FHRUJBTUJLS0JDGAogASgNEhYKDnJvZ3Vl", - "X3N1Yl9tb2RlGAUgASgNEhMKC3N1Yl9hcmVhX2lkGAQgASgNEiAKGHJvZ3Vl", - "X21hZ2ljX2JhdHRsZV9jb25zdBgPIAEoDUIeqgIbRWdnTGluay5EYW5oZW5n", - "U2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueGameInfoReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PMJGKHPKHCM), global::EggLink.DanhengServer.Proto.PMJGKHPKHCM.Parser, new[]{ "RogueCurrentGameInfo", "AGEBAMBKKBC", "RogueSubMode", "SubAreaId", "RogueMagicBattleConst" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class PMJGKHPKHCM : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new PMJGKHPKHCM()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.PMJGKHPKHCMReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PMJGKHPKHCM() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PMJGKHPKHCM(PMJGKHPKHCM other) : this() { - rogueCurrentGameInfo_ = other.rogueCurrentGameInfo_.Clone(); - aGEBAMBKKBC_ = other.aGEBAMBKKBC_; - rogueSubMode_ = other.rogueSubMode_; - subAreaId_ = other.subAreaId_; - rogueMagicBattleConst_ = other.rogueMagicBattleConst_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PMJGKHPKHCM Clone() { - return new PMJGKHPKHCM(this); - } - - /// Field number for the "rogue_current_game_info" field. - public const int RogueCurrentGameInfoFieldNumber = 6; - private static readonly pb::FieldCodec _repeated_rogueCurrentGameInfo_codec - = pb::FieldCodec.ForMessage(50, global::EggLink.DanhengServer.Proto.RogueGameInfo.Parser); - private readonly pbc::RepeatedField rogueCurrentGameInfo_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField RogueCurrentGameInfo { - get { return rogueCurrentGameInfo_; } - } - - /// Field number for the "AGEBAMBKKBC" field. - public const int AGEBAMBKKBCFieldNumber = 10; - private uint aGEBAMBKKBC_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint AGEBAMBKKBC { - get { return aGEBAMBKKBC_; } - set { - aGEBAMBKKBC_ = value; - } - } - - /// Field number for the "rogue_sub_mode" field. - public const int RogueSubModeFieldNumber = 5; - private uint rogueSubMode_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint RogueSubMode { - get { return rogueSubMode_; } - set { - rogueSubMode_ = value; - } - } - - /// Field number for the "sub_area_id" field. - public const int SubAreaIdFieldNumber = 4; - private uint subAreaId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint SubAreaId { - get { return subAreaId_; } - set { - subAreaId_ = value; - } - } - - /// Field number for the "rogue_magic_battle_const" field. - public const int RogueMagicBattleConstFieldNumber = 15; - private uint rogueMagicBattleConst_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint RogueMagicBattleConst { - get { return rogueMagicBattleConst_; } - set { - rogueMagicBattleConst_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as PMJGKHPKHCM); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(PMJGKHPKHCM other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if(!rogueCurrentGameInfo_.Equals(other.rogueCurrentGameInfo_)) return false; - if (AGEBAMBKKBC != other.AGEBAMBKKBC) return false; - if (RogueSubMode != other.RogueSubMode) return false; - if (SubAreaId != other.SubAreaId) return false; - if (RogueMagicBattleConst != other.RogueMagicBattleConst) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - hash ^= rogueCurrentGameInfo_.GetHashCode(); - if (AGEBAMBKKBC != 0) hash ^= AGEBAMBKKBC.GetHashCode(); - if (RogueSubMode != 0) hash ^= RogueSubMode.GetHashCode(); - if (SubAreaId != 0) hash ^= SubAreaId.GetHashCode(); - if (RogueMagicBattleConst != 0) hash ^= RogueMagicBattleConst.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (SubAreaId != 0) { - output.WriteRawTag(32); - output.WriteUInt32(SubAreaId); - } - if (RogueSubMode != 0) { - output.WriteRawTag(40); - output.WriteUInt32(RogueSubMode); - } - rogueCurrentGameInfo_.WriteTo(output, _repeated_rogueCurrentGameInfo_codec); - if (AGEBAMBKKBC != 0) { - output.WriteRawTag(80); - output.WriteUInt32(AGEBAMBKKBC); - } - if (RogueMagicBattleConst != 0) { - output.WriteRawTag(120); - output.WriteUInt32(RogueMagicBattleConst); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (SubAreaId != 0) { - output.WriteRawTag(32); - output.WriteUInt32(SubAreaId); - } - if (RogueSubMode != 0) { - output.WriteRawTag(40); - output.WriteUInt32(RogueSubMode); - } - rogueCurrentGameInfo_.WriteTo(ref output, _repeated_rogueCurrentGameInfo_codec); - if (AGEBAMBKKBC != 0) { - output.WriteRawTag(80); - output.WriteUInt32(AGEBAMBKKBC); - } - if (RogueMagicBattleConst != 0) { - output.WriteRawTag(120); - output.WriteUInt32(RogueMagicBattleConst); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - size += rogueCurrentGameInfo_.CalculateSize(_repeated_rogueCurrentGameInfo_codec); - if (AGEBAMBKKBC != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AGEBAMBKKBC); - } - if (RogueSubMode != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(RogueSubMode); - } - if (SubAreaId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SubAreaId); - } - if (RogueMagicBattleConst != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(RogueMagicBattleConst); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(PMJGKHPKHCM other) { - if (other == null) { - return; - } - rogueCurrentGameInfo_.Add(other.rogueCurrentGameInfo_); - if (other.AGEBAMBKKBC != 0) { - AGEBAMBKKBC = other.AGEBAMBKKBC; - } - if (other.RogueSubMode != 0) { - RogueSubMode = other.RogueSubMode; - } - if (other.SubAreaId != 0) { - SubAreaId = other.SubAreaId; - } - if (other.RogueMagicBattleConst != 0) { - RogueMagicBattleConst = other.RogueMagicBattleConst; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 32: { - SubAreaId = input.ReadUInt32(); - break; - } - case 40: { - RogueSubMode = input.ReadUInt32(); - break; - } - case 50: { - rogueCurrentGameInfo_.AddEntriesFrom(input, _repeated_rogueCurrentGameInfo_codec); - break; - } - case 80: { - AGEBAMBKKBC = input.ReadUInt32(); - break; - } - case 120: { - RogueMagicBattleConst = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 32: { - SubAreaId = input.ReadUInt32(); - break; - } - case 40: { - RogueSubMode = input.ReadUInt32(); - break; - } - case 50: { - rogueCurrentGameInfo_.AddEntriesFrom(ref input, _repeated_rogueCurrentGameInfo_codec); - break; - } - case 80: { - AGEBAMBKKBC = input.ReadUInt32(); - break; - } - case 120: { - RogueMagicBattleConst = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/PNDFMBJFGIM.cs b/Proto/PNDFMBJFGIM.cs deleted file mode 100644 index d301e523..00000000 --- a/Proto/PNDFMBJFGIM.cs +++ /dev/null @@ -1,278 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: PNDFMBJFGIM.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from PNDFMBJFGIM.proto - public static partial class PNDFMBJFGIMReflection { - - #region Descriptor - /// File descriptor for PNDFMBJFGIM.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static PNDFMBJFGIMReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFQTkRGTUJKRkdJTS5wcm90bxoWQWV0aGVyQXZhdGFySW5mby5wcm90bxoQ", - "QmF0dGxlQnVmZi5wcm90bxoXQmF0dGxlTW9uc3RlcldhdmUucHJvdG8ihAEK", - "C1BOREZNQkpGR0lNEiYKC2F2YXRhcl9saXN0GAEgAygLMhEuQWV0aGVyQXZh", - "dGFySW5mbxItChFtb25zdGVyX3dhdmVfbGlzdBgCIAMoCzISLkJhdHRsZU1v", - "bnN0ZXJXYXZlEh4KCWJ1ZmZfbGlzdBgDIAMoCzILLkJhdHRsZUJ1ZmZCHqoC", - "G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AetherAvatarInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleBuffReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleMonsterWaveReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PNDFMBJFGIM), global::EggLink.DanhengServer.Proto.PNDFMBJFGIM.Parser, new[]{ "AvatarList", "MonsterWaveList", "BuffList" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class PNDFMBJFGIM : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new PNDFMBJFGIM()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.PNDFMBJFGIMReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PNDFMBJFGIM() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PNDFMBJFGIM(PNDFMBJFGIM other) : this() { - avatarList_ = other.avatarList_.Clone(); - monsterWaveList_ = other.monsterWaveList_.Clone(); - buffList_ = other.buffList_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PNDFMBJFGIM Clone() { - return new PNDFMBJFGIM(this); - } - - /// Field number for the "avatar_list" field. - public const int AvatarListFieldNumber = 1; - private static readonly pb::FieldCodec _repeated_avatarList_codec - = pb::FieldCodec.ForMessage(10, global::EggLink.DanhengServer.Proto.AetherAvatarInfo.Parser); - private readonly pbc::RepeatedField avatarList_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField AvatarList { - get { return avatarList_; } - } - - /// Field number for the "monster_wave_list" field. - public const int MonsterWaveListFieldNumber = 2; - private static readonly pb::FieldCodec _repeated_monsterWaveList_codec - = pb::FieldCodec.ForMessage(18, global::EggLink.DanhengServer.Proto.BattleMonsterWave.Parser); - private readonly pbc::RepeatedField monsterWaveList_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField MonsterWaveList { - get { return monsterWaveList_; } - } - - /// Field number for the "buff_list" field. - public const int BuffListFieldNumber = 3; - private static readonly pb::FieldCodec _repeated_buffList_codec - = pb::FieldCodec.ForMessage(26, global::EggLink.DanhengServer.Proto.BattleBuff.Parser); - private readonly pbc::RepeatedField buffList_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField BuffList { - get { return buffList_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as PNDFMBJFGIM); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(PNDFMBJFGIM other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if(!avatarList_.Equals(other.avatarList_)) return false; - if(!monsterWaveList_.Equals(other.monsterWaveList_)) return false; - if(!buffList_.Equals(other.buffList_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - hash ^= avatarList_.GetHashCode(); - hash ^= monsterWaveList_.GetHashCode(); - hash ^= buffList_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - avatarList_.WriteTo(output, _repeated_avatarList_codec); - monsterWaveList_.WriteTo(output, _repeated_monsterWaveList_codec); - buffList_.WriteTo(output, _repeated_buffList_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - avatarList_.WriteTo(ref output, _repeated_avatarList_codec); - monsterWaveList_.WriteTo(ref output, _repeated_monsterWaveList_codec); - buffList_.WriteTo(ref output, _repeated_buffList_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - size += avatarList_.CalculateSize(_repeated_avatarList_codec); - size += monsterWaveList_.CalculateSize(_repeated_monsterWaveList_codec); - size += buffList_.CalculateSize(_repeated_buffList_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(PNDFMBJFGIM other) { - if (other == null) { - return; - } - avatarList_.Add(other.avatarList_); - monsterWaveList_.Add(other.monsterWaveList_); - buffList_.Add(other.buffList_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - avatarList_.AddEntriesFrom(input, _repeated_avatarList_codec); - break; - } - case 18: { - monsterWaveList_.AddEntriesFrom(input, _repeated_monsterWaveList_codec); - break; - } - case 26: { - buffList_.AddEntriesFrom(input, _repeated_buffList_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 10: { - avatarList_.AddEntriesFrom(ref input, _repeated_avatarList_codec); - break; - } - case 18: { - monsterWaveList_.AddEntriesFrom(ref input, _repeated_monsterWaveList_codec); - break; - } - case 26: { - buffList_.AddEntriesFrom(ref input, _repeated_buffList_codec); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/PNIKOFBIMJL.cs b/Proto/PNIKOFBIMJL.cs deleted file mode 100644 index 2dada8fa..00000000 --- a/Proto/PNIKOFBIMJL.cs +++ /dev/null @@ -1,308 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: PNIKOFBIMJL.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from PNIKOFBIMJL.proto - public static partial class PNIKOFBIMJLReflection { - - #region Descriptor - /// File descriptor for PNIKOFBIMJL.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static PNIKOFBIMJLReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFQTklLT0ZCSU1KTC5wcm90byJECgtQTklLT0ZCSU1KTBILCgNudW0YBiAB", - "KA0SEwoLTkVKRE1FR05GR0sYAyABKA0SEwoLRU9BRUZCS05GRkUYCyABKA1C", - "HqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PNIKOFBIMJL), global::EggLink.DanhengServer.Proto.PNIKOFBIMJL.Parser, new[]{ "Num", "NEJDMEGNFGK", "EOAEFBKNFFE" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class PNIKOFBIMJL : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new PNIKOFBIMJL()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.PNIKOFBIMJLReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PNIKOFBIMJL() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PNIKOFBIMJL(PNIKOFBIMJL other) : this() { - num_ = other.num_; - nEJDMEGNFGK_ = other.nEJDMEGNFGK_; - eOAEFBKNFFE_ = other.eOAEFBKNFFE_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PNIKOFBIMJL Clone() { - return new PNIKOFBIMJL(this); - } - - /// Field number for the "num" field. - public const int NumFieldNumber = 6; - private uint num_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint Num { - get { return num_; } - set { - num_ = value; - } - } - - /// Field number for the "NEJDMEGNFGK" field. - public const int NEJDMEGNFGKFieldNumber = 3; - private uint nEJDMEGNFGK_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint NEJDMEGNFGK { - get { return nEJDMEGNFGK_; } - set { - nEJDMEGNFGK_ = value; - } - } - - /// Field number for the "EOAEFBKNFFE" field. - public const int EOAEFBKNFFEFieldNumber = 11; - private uint eOAEFBKNFFE_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint EOAEFBKNFFE { - get { return eOAEFBKNFFE_; } - set { - eOAEFBKNFFE_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as PNIKOFBIMJL); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(PNIKOFBIMJL other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Num != other.Num) return false; - if (NEJDMEGNFGK != other.NEJDMEGNFGK) return false; - if (EOAEFBKNFFE != other.EOAEFBKNFFE) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Num != 0) hash ^= Num.GetHashCode(); - if (NEJDMEGNFGK != 0) hash ^= NEJDMEGNFGK.GetHashCode(); - if (EOAEFBKNFFE != 0) hash ^= EOAEFBKNFFE.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (NEJDMEGNFGK != 0) { - output.WriteRawTag(24); - output.WriteUInt32(NEJDMEGNFGK); - } - if (Num != 0) { - output.WriteRawTag(48); - output.WriteUInt32(Num); - } - if (EOAEFBKNFFE != 0) { - output.WriteRawTag(88); - output.WriteUInt32(EOAEFBKNFFE); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (NEJDMEGNFGK != 0) { - output.WriteRawTag(24); - output.WriteUInt32(NEJDMEGNFGK); - } - if (Num != 0) { - output.WriteRawTag(48); - output.WriteUInt32(Num); - } - if (EOAEFBKNFFE != 0) { - output.WriteRawTag(88); - output.WriteUInt32(EOAEFBKNFFE); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Num != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Num); - } - if (NEJDMEGNFGK != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NEJDMEGNFGK); - } - if (EOAEFBKNFFE != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EOAEFBKNFFE); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(PNIKOFBIMJL other) { - if (other == null) { - return; - } - if (other.Num != 0) { - Num = other.Num; - } - if (other.NEJDMEGNFGK != 0) { - NEJDMEGNFGK = other.NEJDMEGNFGK; - } - if (other.EOAEFBKNFFE != 0) { - EOAEFBKNFFE = other.EOAEFBKNFFE; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 24: { - NEJDMEGNFGK = input.ReadUInt32(); - break; - } - case 48: { - Num = input.ReadUInt32(); - break; - } - case 88: { - EOAEFBKNFFE = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 24: { - NEJDMEGNFGK = input.ReadUInt32(); - break; - } - case 48: { - Num = input.ReadUInt32(); - break; - } - case 88: { - EOAEFBKNFFE = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/POGCNJMNGPI.cs b/Proto/POGCNJMNGPI.cs deleted file mode 100644 index 6f8a451d..00000000 --- a/Proto/POGCNJMNGPI.cs +++ /dev/null @@ -1,300 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: POGCNJMNGPI.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from POGCNJMNGPI.proto - public static partial class POGCNJMNGPIReflection { - - #region Descriptor - /// File descriptor for POGCNJMNGPI.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static POGCNJMNGPIReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFQT0dDTkpNTkdQSS5wcm90byJLCgtQT0dDTkpNTkdQSRIWCg5zZWxlY3Rf", - "Y2VsbF9pZBgLIAEoDRITCgtPTk5KR0RKTkZMRxgEIAMoDRIPCgdjb25maXJt", - "GAggASgIQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3Rv", - "Mw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.POGCNJMNGPI), global::EggLink.DanhengServer.Proto.POGCNJMNGPI.Parser, new[]{ "SelectCellId", "ONNJGDJNFLG", "Confirm" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class POGCNJMNGPI : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new POGCNJMNGPI()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.POGCNJMNGPIReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public POGCNJMNGPI() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public POGCNJMNGPI(POGCNJMNGPI other) : this() { - selectCellId_ = other.selectCellId_; - oNNJGDJNFLG_ = other.oNNJGDJNFLG_.Clone(); - confirm_ = other.confirm_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public POGCNJMNGPI Clone() { - return new POGCNJMNGPI(this); - } - - /// Field number for the "select_cell_id" field. - public const int SelectCellIdFieldNumber = 11; - private uint selectCellId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint SelectCellId { - get { return selectCellId_; } - set { - selectCellId_ = value; - } - } - - /// Field number for the "ONNJGDJNFLG" field. - public const int ONNJGDJNFLGFieldNumber = 4; - private static readonly pb::FieldCodec _repeated_oNNJGDJNFLG_codec - = pb::FieldCodec.ForUInt32(34); - private readonly pbc::RepeatedField oNNJGDJNFLG_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField ONNJGDJNFLG { - get { return oNNJGDJNFLG_; } - } - - /// Field number for the "confirm" field. - public const int ConfirmFieldNumber = 8; - private bool confirm_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Confirm { - get { return confirm_; } - set { - confirm_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as POGCNJMNGPI); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(POGCNJMNGPI other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (SelectCellId != other.SelectCellId) return false; - if(!oNNJGDJNFLG_.Equals(other.oNNJGDJNFLG_)) return false; - if (Confirm != other.Confirm) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (SelectCellId != 0) hash ^= SelectCellId.GetHashCode(); - hash ^= oNNJGDJNFLG_.GetHashCode(); - if (Confirm != false) hash ^= Confirm.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - oNNJGDJNFLG_.WriteTo(output, _repeated_oNNJGDJNFLG_codec); - if (Confirm != false) { - output.WriteRawTag(64); - output.WriteBool(Confirm); - } - if (SelectCellId != 0) { - output.WriteRawTag(88); - output.WriteUInt32(SelectCellId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - oNNJGDJNFLG_.WriteTo(ref output, _repeated_oNNJGDJNFLG_codec); - if (Confirm != false) { - output.WriteRawTag(64); - output.WriteBool(Confirm); - } - if (SelectCellId != 0) { - output.WriteRawTag(88); - output.WriteUInt32(SelectCellId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (SelectCellId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SelectCellId); - } - size += oNNJGDJNFLG_.CalculateSize(_repeated_oNNJGDJNFLG_codec); - if (Confirm != false) { - size += 1 + 1; - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(POGCNJMNGPI other) { - if (other == null) { - return; - } - if (other.SelectCellId != 0) { - SelectCellId = other.SelectCellId; - } - oNNJGDJNFLG_.Add(other.oNNJGDJNFLG_); - if (other.Confirm != false) { - Confirm = other.Confirm; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 34: - case 32: { - oNNJGDJNFLG_.AddEntriesFrom(input, _repeated_oNNJGDJNFLG_codec); - break; - } - case 64: { - Confirm = input.ReadBool(); - break; - } - case 88: { - SelectCellId = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 34: - case 32: { - oNNJGDJNFLG_.AddEntriesFrom(ref input, _repeated_oNNJGDJNFLG_codec); - break; - } - case 64: { - Confirm = input.ReadBool(); - break; - } - case 88: { - SelectCellId = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/PPAJMNJLOBK.cs b/Proto/PPAJMNJLOBK.cs deleted file mode 100644 index afdd8595..00000000 --- a/Proto/PPAJMNJLOBK.cs +++ /dev/null @@ -1,234 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: PPAJMNJLOBK.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from PPAJMNJLOBK.proto - public static partial class PPAJMNJLOBKReflection { - - #region Descriptor - /// File descriptor for PPAJMNJLOBK.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static PPAJMNJLOBKReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFQUEFKTU5KTE9CSy5wcm90byIiCgtQUEFKTU5KTE9CSxITCgtORkNBQU1C", - "TU1NQhgKIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", - "cm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PPAJMNJLOBK), global::EggLink.DanhengServer.Proto.PPAJMNJLOBK.Parser, new[]{ "NFCAAMBMMMB" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class PPAJMNJLOBK : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new PPAJMNJLOBK()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.PPAJMNJLOBKReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PPAJMNJLOBK() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PPAJMNJLOBK(PPAJMNJLOBK other) : this() { - nFCAAMBMMMB_ = other.nFCAAMBMMMB_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PPAJMNJLOBK Clone() { - return new PPAJMNJLOBK(this); - } - - /// Field number for the "NFCAAMBMMMB" field. - public const int NFCAAMBMMMBFieldNumber = 10; - private uint nFCAAMBMMMB_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint NFCAAMBMMMB { - get { return nFCAAMBMMMB_; } - set { - nFCAAMBMMMB_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as PPAJMNJLOBK); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(PPAJMNJLOBK other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (NFCAAMBMMMB != other.NFCAAMBMMMB) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (NFCAAMBMMMB != 0) hash ^= NFCAAMBMMMB.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (NFCAAMBMMMB != 0) { - output.WriteRawTag(80); - output.WriteUInt32(NFCAAMBMMMB); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (NFCAAMBMMMB != 0) { - output.WriteRawTag(80); - output.WriteUInt32(NFCAAMBMMMB); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (NFCAAMBMMMB != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NFCAAMBMMMB); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(PPAJMNJLOBK other) { - if (other == null) { - return; - } - if (other.NFCAAMBMMMB != 0) { - NFCAAMBMMMB = other.NFCAAMBMMMB; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 80: { - NFCAAMBMMMB = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 80: { - NFCAAMBMMMB = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/PPFCJHEKOLG.cs b/Proto/PPFCJHEKOLG.cs index ae5e7533..8a8f5c24 100644 --- a/Proto/PPFCJHEKOLG.cs +++ b/Proto/PPFCJHEKOLG.cs @@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto { static PPFCJHEKOLGReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFQUEZDSkhFS09MRy5wcm90bxoRT0lERkZMRUVBTEwucHJvdG8aEUZJTUFD", - "UEhMTU5PLnByb3RvInQKC1BQRkNKSEVLT0xHEhEKCWNvbmZpZ19pZBgHIAEo", + "ChFQUEZDSkhFS09MRy5wcm90bxoRRklNQUNQSExNTk8ucHJvdG8aEU9JREZG", + "TEVFQUxMLnByb3RvInQKC1BQRkNKSEVLT0xHEhEKCWNvbmZpZ19pZBgHIAEo", "DRIhCgtERkNGSEhMQkdEQxgDIAMoCzIMLkZJTUFDUEhMTU5PEhEKCXVuaXF1", "ZV9pZBgKIAEoBBIcCgZzb3VyY2UYAiABKAsyDC5PSURGRkxFRUFMTEIeqgIb", "RWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.OIDFFLEEALLReflection.Descriptor, global::EggLink.DanhengServer.Proto.FIMACPHLMNOReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FIMACPHLMNOReflection.Descriptor, global::EggLink.DanhengServer.Proto.OIDFFLEEALLReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PPFCJHEKOLG), global::EggLink.DanhengServer.Proto.PPFCJHEKOLG.Parser, new[]{ "ConfigId", "DFCFHHLBGDC", "UniqueId", "Source" }, null, null, null, null) })); diff --git a/Proto/PPIFFKJEJJA.cs b/Proto/PPIFFKJEJJA.cs deleted file mode 100644 index 18137dab..00000000 --- a/Proto/PPIFFKJEJJA.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: PPIFFKJEJJA.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from PPIFFKJEJJA.proto - public static partial class PPIFFKJEJJAReflection { - - #region Descriptor - /// File descriptor for PPIFFKJEJJA.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static PPIFFKJEJJAReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFQUElGRktKRUpKQS5wcm90byqMBAoLUFBJRkZLSkVKSkESGgoWTWFyYmxl", - "X0dhbWVfUGhhc2VfTm9uZRAAEhsKF01hcmJsZV9HYW1lX1BoYXNlX1JlYWR5", - "EAESGwoXTWFyYmxlX0dhbWVfUGhhc2VfRGVsYXkQAhIdChlNYXJibGVfR2Ft", - "ZV9QaGFzZV9Mb2FkaW5nEAMSIAocTWFyYmxlX0dhbWVfUGhhc2VfTG9hZEZp", - "bmlzaBAEEiEKHU1hcmJsZV9HYW1lX1BoYXNlX1BlcmZvcm1hbmNlEAUSJwoj", - "TWFyYmxlX0dhbWVfUGhhc2VfUGVyZm9ybWFuY2VGaW5pc2gQBhIcChhNYXJi", - "bGVfR2FtZV9QaGFzZV9Sb3VuZEEQBxIcChhNYXJibGVfR2FtZV9QaGFzZV9S", - "b3VuZEIQCBIeChpNYXJibGVfR2FtZV9QaGFzZV9TaW11bGF0ZRAJEiQKIE1h", - "cmJsZV9HYW1lX1BoYXNlX1NpbXVsYXRlRmluaXNoEAoSGgoWTWFyYmxlX0dh", - "bWVfUGhhc2VfVGVjaBALEhwKGE1hcmJsZV9HYW1lX1BoYXNlX1RlY2hVSRAM", - "EiAKHE1hcmJsZV9HYW1lX1BoYXNlX1RlY2hGaW5pc2gQDRIcChhNYXJibGVf", - "R2FtZV9QaGFzZV9GaW5pc2gQDhIeChpNYXJibGVfR2FtZV9QaGFzZV9QcmVS", - "b3VuZBAPQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3Rv", - "Mw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.PPIFFKJEJJA), }, null, null)); - } - #endregion - - } - #region Enums - public enum PPIFFKJEJJA { - [pbr::OriginalName("Marble_Game_Phase_None")] MarbleGamePhaseNone = 0, - [pbr::OriginalName("Marble_Game_Phase_Ready")] MarbleGamePhaseReady = 1, - [pbr::OriginalName("Marble_Game_Phase_Delay")] MarbleGamePhaseDelay = 2, - [pbr::OriginalName("Marble_Game_Phase_Loading")] MarbleGamePhaseLoading = 3, - [pbr::OriginalName("Marble_Game_Phase_LoadFinish")] MarbleGamePhaseLoadFinish = 4, - [pbr::OriginalName("Marble_Game_Phase_Performance")] MarbleGamePhasePerformance = 5, - [pbr::OriginalName("Marble_Game_Phase_PerformanceFinish")] MarbleGamePhasePerformanceFinish = 6, - [pbr::OriginalName("Marble_Game_Phase_RoundA")] MarbleGamePhaseRoundA = 7, - [pbr::OriginalName("Marble_Game_Phase_RoundB")] MarbleGamePhaseRoundB = 8, - [pbr::OriginalName("Marble_Game_Phase_Simulate")] MarbleGamePhaseSimulate = 9, - [pbr::OriginalName("Marble_Game_Phase_SimulateFinish")] MarbleGamePhaseSimulateFinish = 10, - [pbr::OriginalName("Marble_Game_Phase_Tech")] MarbleGamePhaseTech = 11, - [pbr::OriginalName("Marble_Game_Phase_TechUI")] MarbleGamePhaseTechUi = 12, - [pbr::OriginalName("Marble_Game_Phase_TechFinish")] MarbleGamePhaseTechFinish = 13, - [pbr::OriginalName("Marble_Game_Phase_Finish")] MarbleGamePhaseFinish = 14, - [pbr::OriginalName("Marble_Game_Phase_PreRound")] MarbleGamePhasePreRound = 15, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/PPKGJKIFELK.cs b/Proto/PPKGJKIFELK.cs index 878b4a74..4330d004 100644 --- a/Proto/PPKGJKIFELK.cs +++ b/Proto/PPKGJKIFELK.cs @@ -24,11 +24,11 @@ namespace EggLink.DanhengServer.Proto { static PPKGJKIFELKReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFQUEtHSktJRkVMSy5wcm90bxoRT0tGR0pFSUhMSk0ucHJvdG8aEUtNTEVI", - "TExPR0pHLnByb3RvGhFJRUZLRktGTUVQTC5wcm90bxoRS01CREtETE5ITUMu", - "cHJvdG8aEUtBS0pDSk9NRkdILnByb3RvGhFHRUdKSEJNTE9FTS5wcm90bxoR", - "QkZERFBQTE1LUEcucHJvdG8aEUpOQUhPSkxDTkpBLnByb3RvGhFMTkRHQ0dP", - "QkRKTC5wcm90bxoRRk5QTUNETktERkoucHJvdG8imAMKC1BQS0dKS0lGRUxL", + "ChFQUEtHSktJRkVMSy5wcm90bxoRSUVGS0ZLRk1FUEwucHJvdG8aEUtNQkRL", + "RExOSE1DLnByb3RvGhFHRUdKSEJNTE9FTS5wcm90bxoRT0tGR0pFSUhMSk0u", + "cHJvdG8aEUpOQUhPSkxDTkpBLnByb3RvGhFGTlBNQ0ROS0RGSi5wcm90bxoR", + "QkZERFBQTE1LUEcucHJvdG8aEUtBS0pDSk9NRkdILnByb3RvGhFLTUxFSExM", + "T0dKRy5wcm90bxoRTE5ER0NHT0JESkwucHJvdG8imAMKC1BQS0dKS0lGRUxL", "EiQKC01BUExPR0ROQkdCGKMDIAEoCzIMLk9LRkdKRUlITEpNSAASJAoLRUtG", "TEVKQU5LTUUYogUgASgLMgwuS01CREtETE5ITUNIABIkCgtKT0JFSkFGS0VD", "RBjpBCABKAsyDC5KTkFIT0pMQ05KQUgAEiQKC0RCTEJITlBISEtCGOgHIAEo", @@ -37,12 +37,12 @@ namespace EggLink.DanhengServer.Proto { "R0gAEiQKC0VHREdQSUtCTkxLGLACIAEoCzIMLktNTEVITExPR0pHSAASJAoL", "QkhPRkhIRU1MT0cYlAEgASgLMgwuR0VHSkhCTUxPRU1IABIkCgtIQUVBREZP", "T0xORBikBCABKAsyDC5LQUtKQ0pPTUZHSEgAEiQKC0dBSUJDQkdISEdMGOkB", - "IAEoCzIMLkxOREdDR09CREpMSABCDQoLTEdOQUtMRk1IRkZCHqoCG0VnZ0xp", + "IAEoCzIMLkxOREdDR09CREpMSABCDQoLQ0hBSk9HR0hLQ0pCHqoCG0VnZ0xp", "bmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.OKFGJEIHLJMReflection.Descriptor, global::EggLink.DanhengServer.Proto.KMLEHLLOGJGReflection.Descriptor, global::EggLink.DanhengServer.Proto.IEFKFKFMEPLReflection.Descriptor, global::EggLink.DanhengServer.Proto.KMBDKDLNHMCReflection.Descriptor, global::EggLink.DanhengServer.Proto.KAKJCJOMFGHReflection.Descriptor, global::EggLink.DanhengServer.Proto.GEGJHBMLOEMReflection.Descriptor, global::EggLink.DanhengServer.Proto.BFDDPPLMKPGReflection.Descriptor, global::EggLink.DanhengServer.Proto.JNAHOJLCNJAReflection.Descriptor, global::EggLink.DanhengServer.Proto.LNDGCGOBDJLReflection.Descriptor, global::EggLink.DanhengServer.Proto.FNPMCDNKDFJReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.IEFKFKFMEPLReflection.Descriptor, global::EggLink.DanhengServer.Proto.KMBDKDLNHMCReflection.Descriptor, global::EggLink.DanhengServer.Proto.GEGJHBMLOEMReflection.Descriptor, global::EggLink.DanhengServer.Proto.OKFGJEIHLJMReflection.Descriptor, global::EggLink.DanhengServer.Proto.JNAHOJLCNJAReflection.Descriptor, global::EggLink.DanhengServer.Proto.FNPMCDNKDFJReflection.Descriptor, global::EggLink.DanhengServer.Proto.BFDDPPLMKPGReflection.Descriptor, global::EggLink.DanhengServer.Proto.KAKJCJOMFGHReflection.Descriptor, global::EggLink.DanhengServer.Proto.KMLEHLLOGJGReflection.Descriptor, global::EggLink.DanhengServer.Proto.LNDGCGOBDJLReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PPKGJKIFELK), global::EggLink.DanhengServer.Proto.PPKGJKIFELK.Parser, new[]{ "MAPLOGDNBGB", "EKFLEJANKME", "JOBEJAFKECD", "DBLBHNPHHKB", "CKBNOJAPNNB", "NEPCONHOFKJ", "EGDGPIKBNLK", "BHOFHHEMLOG", "HAEADFOOLND", "GAIBCBGHHGL" }, new[]{ "LGNAKLFMHFF" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PPKGJKIFELK), global::EggLink.DanhengServer.Proto.PPKGJKIFELK.Parser, new[]{ "MAPLOGDNBGB", "EKFLEJANKME", "JOBEJAFKECD", "DBLBHNPHHKB", "CKBNOJAPNNB", "NEPCONHOFKJ", "EGDGPIKBNLK", "BHOFHHEMLOG", "HAEADFOOLND", "GAIBCBGHHGL" }, new[]{ "CHAJOGGHKCJ" }, null, null, null) })); } #endregion @@ -84,35 +84,35 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public PPKGJKIFELK(PPKGJKIFELK other) : this() { - switch (other.LGNAKLFMHFFCase) { - case LGNAKLFMHFFOneofCase.MAPLOGDNBGB: + switch (other.CHAJOGGHKCJCase) { + case CHAJOGGHKCJOneofCase.MAPLOGDNBGB: MAPLOGDNBGB = other.MAPLOGDNBGB.Clone(); break; - case LGNAKLFMHFFOneofCase.EKFLEJANKME: + case CHAJOGGHKCJOneofCase.EKFLEJANKME: EKFLEJANKME = other.EKFLEJANKME.Clone(); break; - case LGNAKLFMHFFOneofCase.JOBEJAFKECD: + case CHAJOGGHKCJOneofCase.JOBEJAFKECD: JOBEJAFKECD = other.JOBEJAFKECD.Clone(); break; - case LGNAKLFMHFFOneofCase.DBLBHNPHHKB: + case CHAJOGGHKCJOneofCase.DBLBHNPHHKB: DBLBHNPHHKB = other.DBLBHNPHHKB.Clone(); break; - case LGNAKLFMHFFOneofCase.CKBNOJAPNNB: + case CHAJOGGHKCJOneofCase.CKBNOJAPNNB: CKBNOJAPNNB = other.CKBNOJAPNNB.Clone(); break; - case LGNAKLFMHFFOneofCase.NEPCONHOFKJ: + case CHAJOGGHKCJOneofCase.NEPCONHOFKJ: NEPCONHOFKJ = other.NEPCONHOFKJ.Clone(); break; - case LGNAKLFMHFFOneofCase.EGDGPIKBNLK: + case CHAJOGGHKCJOneofCase.EGDGPIKBNLK: EGDGPIKBNLK = other.EGDGPIKBNLK.Clone(); break; - case LGNAKLFMHFFOneofCase.BHOFHHEMLOG: + case CHAJOGGHKCJOneofCase.BHOFHHEMLOG: BHOFHHEMLOG = other.BHOFHHEMLOG.Clone(); break; - case LGNAKLFMHFFOneofCase.HAEADFOOLND: + case CHAJOGGHKCJOneofCase.HAEADFOOLND: HAEADFOOLND = other.HAEADFOOLND.Clone(); break; - case LGNAKLFMHFFOneofCase.GAIBCBGHHGL: + case CHAJOGGHKCJOneofCase.GAIBCBGHHGL: GAIBCBGHHGL = other.GAIBCBGHHGL.Clone(); break; } @@ -131,10 +131,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.OKFGJEIHLJM MAPLOGDNBGB { - get { return lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.MAPLOGDNBGB ? (global::EggLink.DanhengServer.Proto.OKFGJEIHLJM) lGNAKLFMHFF_ : null; } + get { return cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.MAPLOGDNBGB ? (global::EggLink.DanhengServer.Proto.OKFGJEIHLJM) cHAJOGGHKCJ_ : null; } set { - lGNAKLFMHFF_ = value; - lGNAKLFMHFFCase_ = value == null ? LGNAKLFMHFFOneofCase.None : LGNAKLFMHFFOneofCase.MAPLOGDNBGB; + cHAJOGGHKCJ_ = value; + cHAJOGGHKCJCase_ = value == null ? CHAJOGGHKCJOneofCase.None : CHAJOGGHKCJOneofCase.MAPLOGDNBGB; } } @@ -143,10 +143,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.KMBDKDLNHMC EKFLEJANKME { - get { return lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.EKFLEJANKME ? (global::EggLink.DanhengServer.Proto.KMBDKDLNHMC) lGNAKLFMHFF_ : null; } + get { return cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.EKFLEJANKME ? (global::EggLink.DanhengServer.Proto.KMBDKDLNHMC) cHAJOGGHKCJ_ : null; } set { - lGNAKLFMHFF_ = value; - lGNAKLFMHFFCase_ = value == null ? LGNAKLFMHFFOneofCase.None : LGNAKLFMHFFOneofCase.EKFLEJANKME; + cHAJOGGHKCJ_ = value; + cHAJOGGHKCJCase_ = value == null ? CHAJOGGHKCJOneofCase.None : CHAJOGGHKCJOneofCase.EKFLEJANKME; } } @@ -155,10 +155,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.JNAHOJLCNJA JOBEJAFKECD { - get { return lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.JOBEJAFKECD ? (global::EggLink.DanhengServer.Proto.JNAHOJLCNJA) lGNAKLFMHFF_ : null; } + get { return cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.JOBEJAFKECD ? (global::EggLink.DanhengServer.Proto.JNAHOJLCNJA) cHAJOGGHKCJ_ : null; } set { - lGNAKLFMHFF_ = value; - lGNAKLFMHFFCase_ = value == null ? LGNAKLFMHFFOneofCase.None : LGNAKLFMHFFOneofCase.JOBEJAFKECD; + cHAJOGGHKCJ_ = value; + cHAJOGGHKCJCase_ = value == null ? CHAJOGGHKCJOneofCase.None : CHAJOGGHKCJOneofCase.JOBEJAFKECD; } } @@ -167,10 +167,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.IEFKFKFMEPL DBLBHNPHHKB { - get { return lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.DBLBHNPHHKB ? (global::EggLink.DanhengServer.Proto.IEFKFKFMEPL) lGNAKLFMHFF_ : null; } + get { return cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.DBLBHNPHHKB ? (global::EggLink.DanhengServer.Proto.IEFKFKFMEPL) cHAJOGGHKCJ_ : null; } set { - lGNAKLFMHFF_ = value; - lGNAKLFMHFFCase_ = value == null ? LGNAKLFMHFFOneofCase.None : LGNAKLFMHFFOneofCase.DBLBHNPHHKB; + cHAJOGGHKCJ_ = value; + cHAJOGGHKCJCase_ = value == null ? CHAJOGGHKCJOneofCase.None : CHAJOGGHKCJOneofCase.DBLBHNPHHKB; } } @@ -179,10 +179,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.FNPMCDNKDFJ CKBNOJAPNNB { - get { return lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.CKBNOJAPNNB ? (global::EggLink.DanhengServer.Proto.FNPMCDNKDFJ) lGNAKLFMHFF_ : null; } + get { return cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.CKBNOJAPNNB ? (global::EggLink.DanhengServer.Proto.FNPMCDNKDFJ) cHAJOGGHKCJ_ : null; } set { - lGNAKLFMHFF_ = value; - lGNAKLFMHFFCase_ = value == null ? LGNAKLFMHFFOneofCase.None : LGNAKLFMHFFOneofCase.CKBNOJAPNNB; + cHAJOGGHKCJ_ = value; + cHAJOGGHKCJCase_ = value == null ? CHAJOGGHKCJOneofCase.None : CHAJOGGHKCJOneofCase.CKBNOJAPNNB; } } @@ -191,10 +191,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.BFDDPPLMKPG NEPCONHOFKJ { - get { return lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.NEPCONHOFKJ ? (global::EggLink.DanhengServer.Proto.BFDDPPLMKPG) lGNAKLFMHFF_ : null; } + get { return cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.NEPCONHOFKJ ? (global::EggLink.DanhengServer.Proto.BFDDPPLMKPG) cHAJOGGHKCJ_ : null; } set { - lGNAKLFMHFF_ = value; - lGNAKLFMHFFCase_ = value == null ? LGNAKLFMHFFOneofCase.None : LGNAKLFMHFFOneofCase.NEPCONHOFKJ; + cHAJOGGHKCJ_ = value; + cHAJOGGHKCJCase_ = value == null ? CHAJOGGHKCJOneofCase.None : CHAJOGGHKCJOneofCase.NEPCONHOFKJ; } } @@ -203,10 +203,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.KMLEHLLOGJG EGDGPIKBNLK { - get { return lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.EGDGPIKBNLK ? (global::EggLink.DanhengServer.Proto.KMLEHLLOGJG) lGNAKLFMHFF_ : null; } + get { return cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.EGDGPIKBNLK ? (global::EggLink.DanhengServer.Proto.KMLEHLLOGJG) cHAJOGGHKCJ_ : null; } set { - lGNAKLFMHFF_ = value; - lGNAKLFMHFFCase_ = value == null ? LGNAKLFMHFFOneofCase.None : LGNAKLFMHFFOneofCase.EGDGPIKBNLK; + cHAJOGGHKCJ_ = value; + cHAJOGGHKCJCase_ = value == null ? CHAJOGGHKCJOneofCase.None : CHAJOGGHKCJOneofCase.EGDGPIKBNLK; } } @@ -215,10 +215,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.GEGJHBMLOEM BHOFHHEMLOG { - get { return lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.BHOFHHEMLOG ? (global::EggLink.DanhengServer.Proto.GEGJHBMLOEM) lGNAKLFMHFF_ : null; } + get { return cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.BHOFHHEMLOG ? (global::EggLink.DanhengServer.Proto.GEGJHBMLOEM) cHAJOGGHKCJ_ : null; } set { - lGNAKLFMHFF_ = value; - lGNAKLFMHFFCase_ = value == null ? LGNAKLFMHFFOneofCase.None : LGNAKLFMHFFOneofCase.BHOFHHEMLOG; + cHAJOGGHKCJ_ = value; + cHAJOGGHKCJCase_ = value == null ? CHAJOGGHKCJOneofCase.None : CHAJOGGHKCJOneofCase.BHOFHHEMLOG; } } @@ -227,10 +227,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.KAKJCJOMFGH HAEADFOOLND { - get { return lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.HAEADFOOLND ? (global::EggLink.DanhengServer.Proto.KAKJCJOMFGH) lGNAKLFMHFF_ : null; } + get { return cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.HAEADFOOLND ? (global::EggLink.DanhengServer.Proto.KAKJCJOMFGH) cHAJOGGHKCJ_ : null; } set { - lGNAKLFMHFF_ = value; - lGNAKLFMHFFCase_ = value == null ? LGNAKLFMHFFOneofCase.None : LGNAKLFMHFFOneofCase.HAEADFOOLND; + cHAJOGGHKCJ_ = value; + cHAJOGGHKCJCase_ = value == null ? CHAJOGGHKCJOneofCase.None : CHAJOGGHKCJOneofCase.HAEADFOOLND; } } @@ -239,16 +239,16 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.LNDGCGOBDJL GAIBCBGHHGL { - get { return lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.GAIBCBGHHGL ? (global::EggLink.DanhengServer.Proto.LNDGCGOBDJL) lGNAKLFMHFF_ : null; } + get { return cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.GAIBCBGHHGL ? (global::EggLink.DanhengServer.Proto.LNDGCGOBDJL) cHAJOGGHKCJ_ : null; } set { - lGNAKLFMHFF_ = value; - lGNAKLFMHFFCase_ = value == null ? LGNAKLFMHFFOneofCase.None : LGNAKLFMHFFOneofCase.GAIBCBGHHGL; + cHAJOGGHKCJ_ = value; + cHAJOGGHKCJCase_ = value == null ? CHAJOGGHKCJOneofCase.None : CHAJOGGHKCJOneofCase.GAIBCBGHHGL; } } - private object lGNAKLFMHFF_; - /// Enum of possible cases for the "LGNAKLFMHFF" oneof. - public enum LGNAKLFMHFFOneofCase { + private object cHAJOGGHKCJ_; + /// Enum of possible cases for the "CHAJOGGHKCJ" oneof. + public enum CHAJOGGHKCJOneofCase { None = 0, MAPLOGDNBGB = 419, EKFLEJANKME = 674, @@ -261,18 +261,18 @@ namespace EggLink.DanhengServer.Proto { HAEADFOOLND = 548, GAIBCBGHHGL = 233, } - private LGNAKLFMHFFOneofCase lGNAKLFMHFFCase_ = LGNAKLFMHFFOneofCase.None; + private CHAJOGGHKCJOneofCase cHAJOGGHKCJCase_ = CHAJOGGHKCJOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public LGNAKLFMHFFOneofCase LGNAKLFMHFFCase { - get { return lGNAKLFMHFFCase_; } + public CHAJOGGHKCJOneofCase CHAJOGGHKCJCase { + get { return cHAJOGGHKCJCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearLGNAKLFMHFF() { - lGNAKLFMHFFCase_ = LGNAKLFMHFFOneofCase.None; - lGNAKLFMHFF_ = null; + public void ClearCHAJOGGHKCJ() { + cHAJOGGHKCJCase_ = CHAJOGGHKCJOneofCase.None; + cHAJOGGHKCJ_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -300,7 +300,7 @@ namespace EggLink.DanhengServer.Proto { if (!object.Equals(BHOFHHEMLOG, other.BHOFHHEMLOG)) return false; if (!object.Equals(HAEADFOOLND, other.HAEADFOOLND)) return false; if (!object.Equals(GAIBCBGHHGL, other.GAIBCBGHHGL)) return false; - if (LGNAKLFMHFFCase != other.LGNAKLFMHFFCase) return false; + if (CHAJOGGHKCJCase != other.CHAJOGGHKCJCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -308,17 +308,17 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.MAPLOGDNBGB) hash ^= MAPLOGDNBGB.GetHashCode(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.EKFLEJANKME) hash ^= EKFLEJANKME.GetHashCode(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.JOBEJAFKECD) hash ^= JOBEJAFKECD.GetHashCode(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.DBLBHNPHHKB) hash ^= DBLBHNPHHKB.GetHashCode(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.CKBNOJAPNNB) hash ^= CKBNOJAPNNB.GetHashCode(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.NEPCONHOFKJ) hash ^= NEPCONHOFKJ.GetHashCode(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.EGDGPIKBNLK) hash ^= EGDGPIKBNLK.GetHashCode(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.BHOFHHEMLOG) hash ^= BHOFHHEMLOG.GetHashCode(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.HAEADFOOLND) hash ^= HAEADFOOLND.GetHashCode(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.GAIBCBGHHGL) hash ^= GAIBCBGHHGL.GetHashCode(); - hash ^= (int) lGNAKLFMHFFCase_; + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.MAPLOGDNBGB) hash ^= MAPLOGDNBGB.GetHashCode(); + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.EKFLEJANKME) hash ^= EKFLEJANKME.GetHashCode(); + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.JOBEJAFKECD) hash ^= JOBEJAFKECD.GetHashCode(); + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.DBLBHNPHHKB) hash ^= DBLBHNPHHKB.GetHashCode(); + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.CKBNOJAPNNB) hash ^= CKBNOJAPNNB.GetHashCode(); + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.NEPCONHOFKJ) hash ^= NEPCONHOFKJ.GetHashCode(); + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.EGDGPIKBNLK) hash ^= EGDGPIKBNLK.GetHashCode(); + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.BHOFHHEMLOG) hash ^= BHOFHHEMLOG.GetHashCode(); + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.HAEADFOOLND) hash ^= HAEADFOOLND.GetHashCode(); + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.GAIBCBGHHGL) hash ^= GAIBCBGHHGL.GetHashCode(); + hash ^= (int) cHAJOGGHKCJCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -337,43 +337,43 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.BHOFHHEMLOG) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.BHOFHHEMLOG) { output.WriteRawTag(162, 9); output.WriteMessage(BHOFHHEMLOG); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.GAIBCBGHHGL) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.GAIBCBGHHGL) { output.WriteRawTag(202, 14); output.WriteMessage(GAIBCBGHHGL); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.NEPCONHOFKJ) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.NEPCONHOFKJ) { output.WriteRawTag(218, 15); output.WriteMessage(NEPCONHOFKJ); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.EGDGPIKBNLK) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.EGDGPIKBNLK) { output.WriteRawTag(130, 19); output.WriteMessage(EGDGPIKBNLK); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.MAPLOGDNBGB) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.MAPLOGDNBGB) { output.WriteRawTag(154, 26); output.WriteMessage(MAPLOGDNBGB); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.HAEADFOOLND) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.HAEADFOOLND) { output.WriteRawTag(162, 34); output.WriteMessage(HAEADFOOLND); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.JOBEJAFKECD) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.JOBEJAFKECD) { output.WriteRawTag(202, 38); output.WriteMessage(JOBEJAFKECD); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.EKFLEJANKME) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.EKFLEJANKME) { output.WriteRawTag(146, 42); output.WriteMessage(EKFLEJANKME); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.DBLBHNPHHKB) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.DBLBHNPHHKB) { output.WriteRawTag(194, 62); output.WriteMessage(DBLBHNPHHKB); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.CKBNOJAPNNB) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.CKBNOJAPNNB) { output.WriteRawTag(178, 91); output.WriteMessage(CKBNOJAPNNB); } @@ -387,43 +387,43 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.BHOFHHEMLOG) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.BHOFHHEMLOG) { output.WriteRawTag(162, 9); output.WriteMessage(BHOFHHEMLOG); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.GAIBCBGHHGL) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.GAIBCBGHHGL) { output.WriteRawTag(202, 14); output.WriteMessage(GAIBCBGHHGL); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.NEPCONHOFKJ) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.NEPCONHOFKJ) { output.WriteRawTag(218, 15); output.WriteMessage(NEPCONHOFKJ); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.EGDGPIKBNLK) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.EGDGPIKBNLK) { output.WriteRawTag(130, 19); output.WriteMessage(EGDGPIKBNLK); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.MAPLOGDNBGB) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.MAPLOGDNBGB) { output.WriteRawTag(154, 26); output.WriteMessage(MAPLOGDNBGB); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.HAEADFOOLND) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.HAEADFOOLND) { output.WriteRawTag(162, 34); output.WriteMessage(HAEADFOOLND); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.JOBEJAFKECD) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.JOBEJAFKECD) { output.WriteRawTag(202, 38); output.WriteMessage(JOBEJAFKECD); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.EKFLEJANKME) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.EKFLEJANKME) { output.WriteRawTag(146, 42); output.WriteMessage(EKFLEJANKME); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.DBLBHNPHHKB) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.DBLBHNPHHKB) { output.WriteRawTag(194, 62); output.WriteMessage(DBLBHNPHHKB); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.CKBNOJAPNNB) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.CKBNOJAPNNB) { output.WriteRawTag(178, 91); output.WriteMessage(CKBNOJAPNNB); } @@ -437,34 +437,34 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.MAPLOGDNBGB) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.MAPLOGDNBGB) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(MAPLOGDNBGB); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.EKFLEJANKME) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.EKFLEJANKME) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(EKFLEJANKME); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.JOBEJAFKECD) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.JOBEJAFKECD) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(JOBEJAFKECD); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.DBLBHNPHHKB) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.DBLBHNPHHKB) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(DBLBHNPHHKB); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.CKBNOJAPNNB) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.CKBNOJAPNNB) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(CKBNOJAPNNB); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.NEPCONHOFKJ) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.NEPCONHOFKJ) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(NEPCONHOFKJ); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.EGDGPIKBNLK) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.EGDGPIKBNLK) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(EGDGPIKBNLK); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.BHOFHHEMLOG) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.BHOFHHEMLOG) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(BHOFHHEMLOG); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.HAEADFOOLND) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.HAEADFOOLND) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(HAEADFOOLND); } - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.GAIBCBGHHGL) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.GAIBCBGHHGL) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(GAIBCBGHHGL); } if (_unknownFields != null) { @@ -479,62 +479,62 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - switch (other.LGNAKLFMHFFCase) { - case LGNAKLFMHFFOneofCase.MAPLOGDNBGB: + switch (other.CHAJOGGHKCJCase) { + case CHAJOGGHKCJOneofCase.MAPLOGDNBGB: if (MAPLOGDNBGB == null) { MAPLOGDNBGB = new global::EggLink.DanhengServer.Proto.OKFGJEIHLJM(); } MAPLOGDNBGB.MergeFrom(other.MAPLOGDNBGB); break; - case LGNAKLFMHFFOneofCase.EKFLEJANKME: + case CHAJOGGHKCJOneofCase.EKFLEJANKME: if (EKFLEJANKME == null) { EKFLEJANKME = new global::EggLink.DanhengServer.Proto.KMBDKDLNHMC(); } EKFLEJANKME.MergeFrom(other.EKFLEJANKME); break; - case LGNAKLFMHFFOneofCase.JOBEJAFKECD: + case CHAJOGGHKCJOneofCase.JOBEJAFKECD: if (JOBEJAFKECD == null) { JOBEJAFKECD = new global::EggLink.DanhengServer.Proto.JNAHOJLCNJA(); } JOBEJAFKECD.MergeFrom(other.JOBEJAFKECD); break; - case LGNAKLFMHFFOneofCase.DBLBHNPHHKB: + case CHAJOGGHKCJOneofCase.DBLBHNPHHKB: if (DBLBHNPHHKB == null) { DBLBHNPHHKB = new global::EggLink.DanhengServer.Proto.IEFKFKFMEPL(); } DBLBHNPHHKB.MergeFrom(other.DBLBHNPHHKB); break; - case LGNAKLFMHFFOneofCase.CKBNOJAPNNB: + case CHAJOGGHKCJOneofCase.CKBNOJAPNNB: if (CKBNOJAPNNB == null) { CKBNOJAPNNB = new global::EggLink.DanhengServer.Proto.FNPMCDNKDFJ(); } CKBNOJAPNNB.MergeFrom(other.CKBNOJAPNNB); break; - case LGNAKLFMHFFOneofCase.NEPCONHOFKJ: + case CHAJOGGHKCJOneofCase.NEPCONHOFKJ: if (NEPCONHOFKJ == null) { NEPCONHOFKJ = new global::EggLink.DanhengServer.Proto.BFDDPPLMKPG(); } NEPCONHOFKJ.MergeFrom(other.NEPCONHOFKJ); break; - case LGNAKLFMHFFOneofCase.EGDGPIKBNLK: + case CHAJOGGHKCJOneofCase.EGDGPIKBNLK: if (EGDGPIKBNLK == null) { EGDGPIKBNLK = new global::EggLink.DanhengServer.Proto.KMLEHLLOGJG(); } EGDGPIKBNLK.MergeFrom(other.EGDGPIKBNLK); break; - case LGNAKLFMHFFOneofCase.BHOFHHEMLOG: + case CHAJOGGHKCJOneofCase.BHOFHHEMLOG: if (BHOFHHEMLOG == null) { BHOFHHEMLOG = new global::EggLink.DanhengServer.Proto.GEGJHBMLOEM(); } BHOFHHEMLOG.MergeFrom(other.BHOFHHEMLOG); break; - case LGNAKLFMHFFOneofCase.HAEADFOOLND: + case CHAJOGGHKCJOneofCase.HAEADFOOLND: if (HAEADFOOLND == null) { HAEADFOOLND = new global::EggLink.DanhengServer.Proto.KAKJCJOMFGH(); } HAEADFOOLND.MergeFrom(other.HAEADFOOLND); break; - case LGNAKLFMHFFOneofCase.GAIBCBGHHGL: + case CHAJOGGHKCJOneofCase.GAIBCBGHHGL: if (GAIBCBGHHGL == null) { GAIBCBGHHGL = new global::EggLink.DanhengServer.Proto.LNDGCGOBDJL(); } @@ -559,7 +559,7 @@ namespace EggLink.DanhengServer.Proto { break; case 1186: { global::EggLink.DanhengServer.Proto.GEGJHBMLOEM subBuilder = new global::EggLink.DanhengServer.Proto.GEGJHBMLOEM(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.BHOFHHEMLOG) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.BHOFHHEMLOG) { subBuilder.MergeFrom(BHOFHHEMLOG); } input.ReadMessage(subBuilder); @@ -568,7 +568,7 @@ namespace EggLink.DanhengServer.Proto { } case 1866: { global::EggLink.DanhengServer.Proto.LNDGCGOBDJL subBuilder = new global::EggLink.DanhengServer.Proto.LNDGCGOBDJL(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.GAIBCBGHHGL) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.GAIBCBGHHGL) { subBuilder.MergeFrom(GAIBCBGHHGL); } input.ReadMessage(subBuilder); @@ -577,7 +577,7 @@ namespace EggLink.DanhengServer.Proto { } case 2010: { global::EggLink.DanhengServer.Proto.BFDDPPLMKPG subBuilder = new global::EggLink.DanhengServer.Proto.BFDDPPLMKPG(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.NEPCONHOFKJ) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.NEPCONHOFKJ) { subBuilder.MergeFrom(NEPCONHOFKJ); } input.ReadMessage(subBuilder); @@ -586,7 +586,7 @@ namespace EggLink.DanhengServer.Proto { } case 2434: { global::EggLink.DanhengServer.Proto.KMLEHLLOGJG subBuilder = new global::EggLink.DanhengServer.Proto.KMLEHLLOGJG(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.EGDGPIKBNLK) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.EGDGPIKBNLK) { subBuilder.MergeFrom(EGDGPIKBNLK); } input.ReadMessage(subBuilder); @@ -595,7 +595,7 @@ namespace EggLink.DanhengServer.Proto { } case 3354: { global::EggLink.DanhengServer.Proto.OKFGJEIHLJM subBuilder = new global::EggLink.DanhengServer.Proto.OKFGJEIHLJM(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.MAPLOGDNBGB) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.MAPLOGDNBGB) { subBuilder.MergeFrom(MAPLOGDNBGB); } input.ReadMessage(subBuilder); @@ -604,7 +604,7 @@ namespace EggLink.DanhengServer.Proto { } case 4386: { global::EggLink.DanhengServer.Proto.KAKJCJOMFGH subBuilder = new global::EggLink.DanhengServer.Proto.KAKJCJOMFGH(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.HAEADFOOLND) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.HAEADFOOLND) { subBuilder.MergeFrom(HAEADFOOLND); } input.ReadMessage(subBuilder); @@ -613,7 +613,7 @@ namespace EggLink.DanhengServer.Proto { } case 4938: { global::EggLink.DanhengServer.Proto.JNAHOJLCNJA subBuilder = new global::EggLink.DanhengServer.Proto.JNAHOJLCNJA(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.JOBEJAFKECD) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.JOBEJAFKECD) { subBuilder.MergeFrom(JOBEJAFKECD); } input.ReadMessage(subBuilder); @@ -622,7 +622,7 @@ namespace EggLink.DanhengServer.Proto { } case 5394: { global::EggLink.DanhengServer.Proto.KMBDKDLNHMC subBuilder = new global::EggLink.DanhengServer.Proto.KMBDKDLNHMC(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.EKFLEJANKME) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.EKFLEJANKME) { subBuilder.MergeFrom(EKFLEJANKME); } input.ReadMessage(subBuilder); @@ -631,7 +631,7 @@ namespace EggLink.DanhengServer.Proto { } case 8002: { global::EggLink.DanhengServer.Proto.IEFKFKFMEPL subBuilder = new global::EggLink.DanhengServer.Proto.IEFKFKFMEPL(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.DBLBHNPHHKB) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.DBLBHNPHHKB) { subBuilder.MergeFrom(DBLBHNPHHKB); } input.ReadMessage(subBuilder); @@ -640,7 +640,7 @@ namespace EggLink.DanhengServer.Proto { } case 11698: { global::EggLink.DanhengServer.Proto.FNPMCDNKDFJ subBuilder = new global::EggLink.DanhengServer.Proto.FNPMCDNKDFJ(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.CKBNOJAPNNB) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.CKBNOJAPNNB) { subBuilder.MergeFrom(CKBNOJAPNNB); } input.ReadMessage(subBuilder); @@ -664,7 +664,7 @@ namespace EggLink.DanhengServer.Proto { break; case 1186: { global::EggLink.DanhengServer.Proto.GEGJHBMLOEM subBuilder = new global::EggLink.DanhengServer.Proto.GEGJHBMLOEM(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.BHOFHHEMLOG) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.BHOFHHEMLOG) { subBuilder.MergeFrom(BHOFHHEMLOG); } input.ReadMessage(subBuilder); @@ -673,7 +673,7 @@ namespace EggLink.DanhengServer.Proto { } case 1866: { global::EggLink.DanhengServer.Proto.LNDGCGOBDJL subBuilder = new global::EggLink.DanhengServer.Proto.LNDGCGOBDJL(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.GAIBCBGHHGL) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.GAIBCBGHHGL) { subBuilder.MergeFrom(GAIBCBGHHGL); } input.ReadMessage(subBuilder); @@ -682,7 +682,7 @@ namespace EggLink.DanhengServer.Proto { } case 2010: { global::EggLink.DanhengServer.Proto.BFDDPPLMKPG subBuilder = new global::EggLink.DanhengServer.Proto.BFDDPPLMKPG(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.NEPCONHOFKJ) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.NEPCONHOFKJ) { subBuilder.MergeFrom(NEPCONHOFKJ); } input.ReadMessage(subBuilder); @@ -691,7 +691,7 @@ namespace EggLink.DanhengServer.Proto { } case 2434: { global::EggLink.DanhengServer.Proto.KMLEHLLOGJG subBuilder = new global::EggLink.DanhengServer.Proto.KMLEHLLOGJG(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.EGDGPIKBNLK) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.EGDGPIKBNLK) { subBuilder.MergeFrom(EGDGPIKBNLK); } input.ReadMessage(subBuilder); @@ -700,7 +700,7 @@ namespace EggLink.DanhengServer.Proto { } case 3354: { global::EggLink.DanhengServer.Proto.OKFGJEIHLJM subBuilder = new global::EggLink.DanhengServer.Proto.OKFGJEIHLJM(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.MAPLOGDNBGB) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.MAPLOGDNBGB) { subBuilder.MergeFrom(MAPLOGDNBGB); } input.ReadMessage(subBuilder); @@ -709,7 +709,7 @@ namespace EggLink.DanhengServer.Proto { } case 4386: { global::EggLink.DanhengServer.Proto.KAKJCJOMFGH subBuilder = new global::EggLink.DanhengServer.Proto.KAKJCJOMFGH(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.HAEADFOOLND) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.HAEADFOOLND) { subBuilder.MergeFrom(HAEADFOOLND); } input.ReadMessage(subBuilder); @@ -718,7 +718,7 @@ namespace EggLink.DanhengServer.Proto { } case 4938: { global::EggLink.DanhengServer.Proto.JNAHOJLCNJA subBuilder = new global::EggLink.DanhengServer.Proto.JNAHOJLCNJA(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.JOBEJAFKECD) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.JOBEJAFKECD) { subBuilder.MergeFrom(JOBEJAFKECD); } input.ReadMessage(subBuilder); @@ -727,7 +727,7 @@ namespace EggLink.DanhengServer.Proto { } case 5394: { global::EggLink.DanhengServer.Proto.KMBDKDLNHMC subBuilder = new global::EggLink.DanhengServer.Proto.KMBDKDLNHMC(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.EKFLEJANKME) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.EKFLEJANKME) { subBuilder.MergeFrom(EKFLEJANKME); } input.ReadMessage(subBuilder); @@ -736,7 +736,7 @@ namespace EggLink.DanhengServer.Proto { } case 8002: { global::EggLink.DanhengServer.Proto.IEFKFKFMEPL subBuilder = new global::EggLink.DanhengServer.Proto.IEFKFKFMEPL(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.DBLBHNPHHKB) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.DBLBHNPHHKB) { subBuilder.MergeFrom(DBLBHNPHHKB); } input.ReadMessage(subBuilder); @@ -745,7 +745,7 @@ namespace EggLink.DanhengServer.Proto { } case 11698: { global::EggLink.DanhengServer.Proto.FNPMCDNKDFJ subBuilder = new global::EggLink.DanhengServer.Proto.FNPMCDNKDFJ(); - if (lGNAKLFMHFFCase_ == LGNAKLFMHFFOneofCase.CKBNOJAPNNB) { + if (cHAJOGGHKCJCase_ == CHAJOGGHKCJOneofCase.CKBNOJAPNNB) { subBuilder.MergeFrom(CKBNOJAPNNB); } input.ReadMessage(subBuilder); diff --git a/Proto/PVEBattleResultCsReq.cs b/Proto/PVEBattleResultCsReq.cs index 0c87187b..9d9e6824 100644 --- a/Proto/PVEBattleResultCsReq.cs +++ b/Proto/PVEBattleResultCsReq.cs @@ -25,7 +25,7 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChpQVkVCYXR0bGVSZXN1bHRDc1JlcS5wcm90bxoVQmF0dGxlRW5kU3RhdHVz", - "LnByb3RvGhZCYXR0bGVTdGF0aXN0aWNzLnByb3RvGg5CYXR0bGVPcC5wcm90", + "LnByb3RvGg5CYXR0bGVPcC5wcm90bxoWQmF0dGxlU3RhdGlzdGljcy5wcm90", "byLwAwoUUFZFQmF0dGxlUmVzdWx0Q3NSZXESGgoSY2xpZW50X3Jlc192ZXJz", "aW9uGAIgASgNEhEKCWNvc3RfdGltZRgOIAEoDRIQCghzdGFnZV9pZBgMIAEo", "DRITCgtKQ0pGR09KRkVHRRgPIAEoDRITCgtHSkdLQUdGUEFHTRgFIAEoCBIe", @@ -39,7 +39,7 @@ namespace EggLink.DanhengServer.Proto { "ChBIUEVLRUtJUEpMRkVudHJ5EgsKA2tleRgBIAEoCRINCgV2YWx1ZRgCIAEo", "DToCOAFCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BattleEndStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleStatisticsReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleOpReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BattleEndStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleOpReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleStatisticsReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PVEBattleResultCsReq), global::EggLink.DanhengServer.Proto.PVEBattleResultCsReq.Parser, new[]{ "ClientResVersion", "CostTime", "StageId", "JCJFGOJFEGE", "GJGKAGFPAGM", "Stt", "HPEKEKIPJLF", "DebugExtraInfo", "IsAiConsiderUltraSkill", "OpList", "IsAutoFight", "EndStatus", "BattleId", "TurnSnapshotHash", "ClientVersion" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, }) })); diff --git a/Proto/PVEBattleResultScRsp.cs b/Proto/PVEBattleResultScRsp.cs index b776ea6a..a5cebc5c 100644 --- a/Proto/PVEBattleResultScRsp.cs +++ b/Proto/PVEBattleResultScRsp.cs @@ -25,8 +25,8 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChpQVkVCYXR0bGVSZXN1bHRTY1JzcC5wcm90bxoOSXRlbUxpc3QucHJvdG8a", - "EU1CS09DTU1JQ1BHLnByb3RvGhVCYXR0bGVFbmRTdGF0dXMucHJvdG8aEkJh", - "dHRsZUF2YXRhci5wcm90byLpAwoUUFZFQmF0dGxlUmVzdWx0U2NSc3ASGwoT", + "FUJhdHRsZUVuZFN0YXR1cy5wcm90bxoSQmF0dGxlQXZhdGFyLnByb3RvGhFN", + "QktPQ01NSUNQRy5wcm90byLpAwoUUFZFQmF0dGxlUmVzdWx0U2NSc3ASGwoT", "bWlzbWF0Y2hfdHVybl9jb3VudBgGIAEoDRITCgtLTE9ERUxFQ01DSRgNIAEo", "DRIQCghzdGFnZV9pZBgEIAEoDRIcCglkcm9wX2RhdGEYCyABKAsyCS5JdGVt", "TGlzdBIlChJtdWx0aXBsZV9kcm9wX2RhdGEYASABKAsyCS5JdGVtTGlzdBIT", @@ -40,7 +40,7 @@ namespace EggLink.DanhengServer.Proto { "dHRsZUVuZFN0YXR1c0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv", "YgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.MBKOCMMICPGReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleEndStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleAvatarReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleEndStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleAvatarReflection.Descriptor, global::EggLink.DanhengServer.Proto.MBKOCMMICPGReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PVEBattleResultScRsp), global::EggLink.DanhengServer.Proto.PVEBattleResultScRsp.Parser, new[]{ "MismatchTurnCount", "KLODELECMCI", "StageId", "DropData", "MultipleDropData", "HKPGCAPIMAO", "EventId", "APJKCAOHAFP", "ItemListUnk1", "ItemListUnk2", "BattleAvatarList", "Retcode", "KJCHGEHDLNO", "CheckIdentical", "BattleId", "GGMPFNKOFKD", "EndStatus" }, null, null, null, null) })); diff --git a/Proto/PileItem.cs b/Proto/PileItem.cs index 30fd8ef2..4a0da69a 100644 --- a/Proto/PileItem.cs +++ b/Proto/PileItem.cs @@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto { static PileItemReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Cg5QaWxlSXRlbS5wcm90byIrCghQaWxlSXRlbRIPCgdJdGVtTnVtGAsgASgN", - "Eg4KBkl0ZW1JZBgMIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlBy", - "b3RvYgZwcm90bzM=")); + "Cg5QaWxlSXRlbS5wcm90byItCghQaWxlSXRlbRIQCghpdGVtX251bRgLIAEo", + "DRIPCgdpdGVtX2lkGAwgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIu", + "UHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -83,7 +83,7 @@ namespace EggLink.DanhengServer.Proto { return new PileItem(this); } - /// Field number for the "ItemNum" field. + /// Field number for the "item_num" field. public const int ItemNumFieldNumber = 11; private uint itemNum_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -95,7 +95,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "ItemId" field. + /// Field number for the "item_id" field. public const int ItemIdFieldNumber = 12; private uint itemId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/PlanetFesApplyCardPieceScRsp.cs b/Proto/PlanetFesApplyCardPieceScRsp.cs index 179aa48b..d9548b77 100644 --- a/Proto/PlanetFesApplyCardPieceScRsp.cs +++ b/Proto/PlanetFesApplyCardPieceScRsp.cs @@ -24,16 +24,15 @@ namespace EggLink.DanhengServer.Proto { static PlanetFesApplyCardPieceScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiJQbGFuZXRGZXNBcHBseUNhcmRQaWVjZVNjUnNwLnByb3RvIpgBChxQbGFu", - "ZXRGZXNBcHBseUNhcmRQaWVjZVNjUnNwEhMKC0NCRUdOQktNSENEGAkgASgN", - "EhMKC0VQQ1BET0NET0NCGAUgASgDEhMKC1BOQUtITkJESkFFGAQgASgNEhMK", - "C01DRkZQSUVFS05OGAIgASgIEg8KB3JldGNvZGUYDyABKA0SEwoLSlBBQ09C", - "R0JEQkcYDSADKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG", - "cHJvdG8z")); + "CiJQbGFuZXRGZXNBcHBseUNhcmRQaWVjZVNjUnNwLnByb3RvIoMBChxQbGFu", + "ZXRGZXNBcHBseUNhcmRQaWVjZVNjUnNwEg8KB3JldGNvZGUYDyABKA0SEwoL", + "Q0JFR05CS01IQ0QYCSABKA0SEwoLSlBBQ09CR0JEQkcYDSADKA0SEwoLRVBD", + "UERPQ0RPQ0IYBSABKAMSEwoLTUNGRlBJRUVLTk4YAiABKAhCHqoCG0VnZ0xp", + "bmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlanetFesApplyCardPieceScRsp), global::EggLink.DanhengServer.Proto.PlanetFesApplyCardPieceScRsp.Parser, new[]{ "CBEGNBKMHCD", "EPCPDOCDOCB", "PNAKHNBDJAE", "MCFFPIEEKNN", "Retcode", "JPACOBGBDBG" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlanetFesApplyCardPieceScRsp), global::EggLink.DanhengServer.Proto.PlanetFesApplyCardPieceScRsp.Parser, new[]{ "Retcode", "CBEGNBKMHCD", "JPACOBGBDBG", "EPCPDOCDOCB", "MCFFPIEEKNN" }, null, null, null, null) })); } #endregion @@ -75,12 +74,11 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public PlanetFesApplyCardPieceScRsp(PlanetFesApplyCardPieceScRsp other) : this() { - cBEGNBKMHCD_ = other.cBEGNBKMHCD_; - ePCPDOCDOCB_ = other.ePCPDOCDOCB_; - pNAKHNBDJAE_ = other.pNAKHNBDJAE_; - mCFFPIEEKNN_ = other.mCFFPIEEKNN_; retcode_ = other.retcode_; + cBEGNBKMHCD_ = other.cBEGNBKMHCD_; jPACOBGBDBG_ = other.jPACOBGBDBG_.Clone(); + ePCPDOCDOCB_ = other.ePCPDOCDOCB_; + mCFFPIEEKNN_ = other.mCFFPIEEKNN_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -90,54 +88,6 @@ namespace EggLink.DanhengServer.Proto { return new PlanetFesApplyCardPieceScRsp(this); } - /// Field number for the "CBEGNBKMHCD" field. - public const int CBEGNBKMHCDFieldNumber = 9; - private uint cBEGNBKMHCD_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint CBEGNBKMHCD { - get { return cBEGNBKMHCD_; } - set { - cBEGNBKMHCD_ = value; - } - } - - /// Field number for the "EPCPDOCDOCB" field. - public const int EPCPDOCDOCBFieldNumber = 5; - private long ePCPDOCDOCB_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public long EPCPDOCDOCB { - get { return ePCPDOCDOCB_; } - set { - ePCPDOCDOCB_ = value; - } - } - - /// Field number for the "PNAKHNBDJAE" field. - public const int PNAKHNBDJAEFieldNumber = 4; - private uint pNAKHNBDJAE_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint PNAKHNBDJAE { - get { return pNAKHNBDJAE_; } - set { - pNAKHNBDJAE_ = value; - } - } - - /// Field number for the "MCFFPIEEKNN" field. - public const int MCFFPIEEKNNFieldNumber = 2; - private bool mCFFPIEEKNN_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool MCFFPIEEKNN { - get { return mCFFPIEEKNN_; } - set { - mCFFPIEEKNN_ = value; - } - } - /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 15; private uint retcode_; @@ -150,6 +100,18 @@ namespace EggLink.DanhengServer.Proto { } } + /// Field number for the "CBEGNBKMHCD" field. + public const int CBEGNBKMHCDFieldNumber = 9; + private uint cBEGNBKMHCD_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public uint CBEGNBKMHCD { + get { return cBEGNBKMHCD_; } + set { + cBEGNBKMHCD_ = value; + } + } + /// Field number for the "JPACOBGBDBG" field. public const int JPACOBGBDBGFieldNumber = 13; private static readonly pb::FieldCodec _repeated_jPACOBGBDBG_codec @@ -161,6 +123,30 @@ namespace EggLink.DanhengServer.Proto { get { return jPACOBGBDBG_; } } + /// Field number for the "EPCPDOCDOCB" field. + public const int EPCPDOCDOCBFieldNumber = 5; + private long ePCPDOCDOCB_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long EPCPDOCDOCB { + get { return ePCPDOCDOCB_; } + set { + ePCPDOCDOCB_ = value; + } + } + + /// Field number for the "MCFFPIEEKNN" field. + public const int MCFFPIEEKNNFieldNumber = 2; + private bool mCFFPIEEKNN_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool MCFFPIEEKNN { + get { return mCFFPIEEKNN_; } + set { + mCFFPIEEKNN_ = value; + } + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { @@ -176,12 +162,11 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (CBEGNBKMHCD != other.CBEGNBKMHCD) return false; - if (EPCPDOCDOCB != other.EPCPDOCDOCB) return false; - if (PNAKHNBDJAE != other.PNAKHNBDJAE) return false; - if (MCFFPIEEKNN != other.MCFFPIEEKNN) return false; if (Retcode != other.Retcode) return false; + if (CBEGNBKMHCD != other.CBEGNBKMHCD) return false; if(!jPACOBGBDBG_.Equals(other.jPACOBGBDBG_)) return false; + if (EPCPDOCDOCB != other.EPCPDOCDOCB) return false; + if (MCFFPIEEKNN != other.MCFFPIEEKNN) return false; return Equals(_unknownFields, other._unknownFields); } @@ -189,12 +174,11 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (CBEGNBKMHCD != 0) hash ^= CBEGNBKMHCD.GetHashCode(); - if (EPCPDOCDOCB != 0L) hash ^= EPCPDOCDOCB.GetHashCode(); - if (PNAKHNBDJAE != 0) hash ^= PNAKHNBDJAE.GetHashCode(); - if (MCFFPIEEKNN != false) hash ^= MCFFPIEEKNN.GetHashCode(); if (Retcode != 0) hash ^= Retcode.GetHashCode(); + if (CBEGNBKMHCD != 0) hash ^= CBEGNBKMHCD.GetHashCode(); hash ^= jPACOBGBDBG_.GetHashCode(); + if (EPCPDOCDOCB != 0L) hash ^= EPCPDOCDOCB.GetHashCode(); + if (MCFFPIEEKNN != false) hash ^= MCFFPIEEKNN.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -217,10 +201,6 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(16); output.WriteBool(MCFFPIEEKNN); } - if (PNAKHNBDJAE != 0) { - output.WriteRawTag(32); - output.WriteUInt32(PNAKHNBDJAE); - } if (EPCPDOCDOCB != 0L) { output.WriteRawTag(40); output.WriteInt64(EPCPDOCDOCB); @@ -248,10 +228,6 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(16); output.WriteBool(MCFFPIEEKNN); } - if (PNAKHNBDJAE != 0) { - output.WriteRawTag(32); - output.WriteUInt32(PNAKHNBDJAE); - } if (EPCPDOCDOCB != 0L) { output.WriteRawTag(40); output.WriteInt64(EPCPDOCDOCB); @@ -275,22 +251,19 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; + if (Retcode != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); + } if (CBEGNBKMHCD != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CBEGNBKMHCD); } + size += jPACOBGBDBG_.CalculateSize(_repeated_jPACOBGBDBG_codec); if (EPCPDOCDOCB != 0L) { size += 1 + pb::CodedOutputStream.ComputeInt64Size(EPCPDOCDOCB); } - if (PNAKHNBDJAE != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PNAKHNBDJAE); - } if (MCFFPIEEKNN != false) { size += 1 + 1; } - if (Retcode != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); - } - size += jPACOBGBDBG_.CalculateSize(_repeated_jPACOBGBDBG_codec); if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -303,22 +276,19 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } + if (other.Retcode != 0) { + Retcode = other.Retcode; + } if (other.CBEGNBKMHCD != 0) { CBEGNBKMHCD = other.CBEGNBKMHCD; } + jPACOBGBDBG_.Add(other.jPACOBGBDBG_); if (other.EPCPDOCDOCB != 0L) { EPCPDOCDOCB = other.EPCPDOCDOCB; } - if (other.PNAKHNBDJAE != 0) { - PNAKHNBDJAE = other.PNAKHNBDJAE; - } if (other.MCFFPIEEKNN != false) { MCFFPIEEKNN = other.MCFFPIEEKNN; } - if (other.Retcode != 0) { - Retcode = other.Retcode; - } - jPACOBGBDBG_.Add(other.jPACOBGBDBG_); _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -338,10 +308,6 @@ namespace EggLink.DanhengServer.Proto { MCFFPIEEKNN = input.ReadBool(); break; } - case 32: { - PNAKHNBDJAE = input.ReadUInt32(); - break; - } case 40: { EPCPDOCDOCB = input.ReadInt64(); break; @@ -378,10 +344,6 @@ namespace EggLink.DanhengServer.Proto { MCFFPIEEKNN = input.ReadBool(); break; } - case 32: { - PNAKHNBDJAE = input.ReadUInt32(); - break; - } case 40: { EPCPDOCDOCB = input.ReadInt64(); break; diff --git a/Proto/PlanetFesAvatarLevelUpScRsp.cs b/Proto/PlanetFesAvatarLevelUpScRsp.cs index e283a2bd..21fde404 100644 --- a/Proto/PlanetFesAvatarLevelUpScRsp.cs +++ b/Proto/PlanetFesAvatarLevelUpScRsp.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static PlanetFesAvatarLevelUpScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiFQbGFuZXRGZXNBdmF0YXJMZXZlbFVwU2NSc3AucHJvdG8aFVBsYW5ldEZl", - "c1Jld2FyZC5wcm90byKNAQobUGxhbmV0RmVzQXZhdGFyTGV2ZWxVcFNjUnNw", - "EiAKBnJld2FyZBgJIAEoCzIQLlBsYW5ldEZlc1Jld2FyZBIPCgdyZXRjb2Rl", - "GAYgASgNEhMKC0JIUEZQRUpCS0VDGAEgASgNEhMKC0xETkpFQUNGQkpFGAcg", - "ASgNEhEKCWF2YXRhcl9pZBgOIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2Vy", - "dmVyLlByb3RvYgZwcm90bzM=")); + "CiFQbGFuZXRGZXNBdmF0YXJMZXZlbFVwU2NSc3AucHJvdG8aEURJQUhOTU5D", + "UEJELnByb3RvIokBChtQbGFuZXRGZXNBdmF0YXJMZXZlbFVwU2NSc3ASHAoG", + "cmV3YXJkGAkgASgLMgwuRElBSE5NTkNQQkQSDwoHcmV0Y29kZRgGIAEoDRIT", + "CgtCSFBGUEVKQktFQxgBIAEoDRITCgtMRE5KRUFDRkJKRRgHIAEoDRIRCglh", + "dmF0YXJfaWQYDiABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90", + "b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PlanetFesRewardReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DIAHNMNCPBDReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlanetFesAvatarLevelUpScRsp), global::EggLink.DanhengServer.Proto.PlanetFesAvatarLevelUpScRsp.Parser, new[]{ "Reward", "Retcode", "BHPFPEJBKEC", "LDNJEACFBJE", "AvatarId" }, null, null, null, null) })); @@ -91,10 +91,10 @@ namespace EggLink.DanhengServer.Proto { /// Field number for the "reward" field. public const int RewardFieldNumber = 9; - private global::EggLink.DanhengServer.Proto.PlanetFesReward reward_; + private global::EggLink.DanhengServer.Proto.DIAHNMNCPBD reward_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.PlanetFesReward Reward { + public global::EggLink.DanhengServer.Proto.DIAHNMNCPBD Reward { get { return reward_; } set { reward_ = value; @@ -288,7 +288,7 @@ namespace EggLink.DanhengServer.Proto { } if (other.reward_ != null) { if (reward_ == null) { - Reward = new global::EggLink.DanhengServer.Proto.PlanetFesReward(); + Reward = new global::EggLink.DanhengServer.Proto.DIAHNMNCPBD(); } Reward.MergeFrom(other.Reward); } @@ -333,7 +333,7 @@ namespace EggLink.DanhengServer.Proto { } case 74: { if (reward_ == null) { - Reward = new global::EggLink.DanhengServer.Proto.PlanetFesReward(); + Reward = new global::EggLink.DanhengServer.Proto.DIAHNMNCPBD(); } input.ReadMessage(Reward); break; @@ -371,7 +371,7 @@ namespace EggLink.DanhengServer.Proto { } case 74: { if (reward_ == null) { - Reward = new global::EggLink.DanhengServer.Proto.PlanetFesReward(); + Reward = new global::EggLink.DanhengServer.Proto.DIAHNMNCPBD(); } input.ReadMessage(Reward); break; diff --git a/Proto/PlanetFesBonusEventInteractScRsp.cs b/Proto/PlanetFesBonusEventInteractScRsp.cs index 44afcae1..243c5caa 100644 --- a/Proto/PlanetFesBonusEventInteractScRsp.cs +++ b/Proto/PlanetFesBonusEventInteractScRsp.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static PlanetFesBonusEventInteractScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiZQbGFuZXRGZXNCb251c0V2ZW50SW50ZXJhY3RTY1JzcC5wcm90bxoVUGxh", - "bmV0RmVzUmV3YXJkLnByb3RvGhFKT0ZHREFJQURCTy5wcm90byKNAQogUGxh", - "bmV0RmVzQm9udXNFdmVudEludGVyYWN0U2NSc3ASIAoGcmV3YXJkGA8gASgL", - "MhAuUGxhbmV0RmVzUmV3YXJkEhMKC0hPSU9LQktHRkROGAwgASgNEiEKC05G", - "SkxGTkJQUFBHGAUgASgLMgwuSk9GR0RBSUFEQk8SDwoHcmV0Y29kZRgBIAEo", - "DUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "CiZQbGFuZXRGZXNCb251c0V2ZW50SW50ZXJhY3RTY1JzcC5wcm90bxoRSk9G", + "R0RBSUFEQk8ucHJvdG8aEURJQUhOTU5DUEJELnByb3RvIokBCiBQbGFuZXRG", + "ZXNCb251c0V2ZW50SW50ZXJhY3RTY1JzcBIcCgZyZXdhcmQYDyABKAsyDC5E", + "SUFITk1OQ1BCRBITCgtIT0lPS0JLR0ZEThgMIAEoDRIhCgtORkpMRk5CUFBQ", + "RxgFIAEoCzIMLkpPRkdEQUlBREJPEg8KB3JldGNvZGUYASABKA1CHqoCG0Vn", + "Z0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PlanetFesRewardReflection.Descriptor, global::EggLink.DanhengServer.Proto.JOFGDAIADBOReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.JOFGDAIADBOReflection.Descriptor, global::EggLink.DanhengServer.Proto.DIAHNMNCPBDReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlanetFesBonusEventInteractScRsp), global::EggLink.DanhengServer.Proto.PlanetFesBonusEventInteractScRsp.Parser, new[]{ "Reward", "HOIOKBKGFDN", "NFJLFNBPPPG", "Retcode" }, null, null, null, null) })); @@ -90,10 +90,10 @@ namespace EggLink.DanhengServer.Proto { /// Field number for the "reward" field. public const int RewardFieldNumber = 15; - private global::EggLink.DanhengServer.Proto.PlanetFesReward reward_; + private global::EggLink.DanhengServer.Proto.DIAHNMNCPBD reward_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.PlanetFesReward Reward { + public global::EggLink.DanhengServer.Proto.DIAHNMNCPBD Reward { get { return reward_; } set { reward_ = value; @@ -262,7 +262,7 @@ namespace EggLink.DanhengServer.Proto { } if (other.reward_ != null) { if (reward_ == null) { - Reward = new global::EggLink.DanhengServer.Proto.PlanetFesReward(); + Reward = new global::EggLink.DanhengServer.Proto.DIAHNMNCPBD(); } Reward.MergeFrom(other.Reward); } @@ -310,7 +310,7 @@ namespace EggLink.DanhengServer.Proto { } case 122: { if (reward_ == null) { - Reward = new global::EggLink.DanhengServer.Proto.PlanetFesReward(); + Reward = new global::EggLink.DanhengServer.Proto.DIAHNMNCPBD(); } input.ReadMessage(Reward); break; @@ -347,7 +347,7 @@ namespace EggLink.DanhengServer.Proto { } case 122: { if (reward_ == null) { - Reward = new global::EggLink.DanhengServer.Proto.PlanetFesReward(); + Reward = new global::EggLink.DanhengServer.Proto.DIAHNMNCPBD(); } input.ReadMessage(Reward); break; diff --git a/Proto/PlanetFesChooseAvatarEventOptionScRsp.cs b/Proto/PlanetFesChooseAvatarEventOptionScRsp.cs index e339f862..dd5be336 100644 --- a/Proto/PlanetFesChooseAvatarEventOptionScRsp.cs +++ b/Proto/PlanetFesChooseAvatarEventOptionScRsp.cs @@ -25,15 +25,14 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CitQbGFuZXRGZXNDaG9vc2VBdmF0YXJFdmVudE9wdGlvblNjUnNwLnByb3Rv", - "GhVQbGFuZXRGZXNSZXdhcmQucHJvdG8aEUpPRkdEQUlBREJPLnByb3RvIrwB", - "CiVQbGFuZXRGZXNDaG9vc2VBdmF0YXJFdmVudE9wdGlvblNjUnNwEhMKC0VQ", - "TU9PSENKTkhPGAQgASgNEg8KB3JldGNvZGUYASABKA0SEwoLT0pLSlBLSERF", - "UEUYBiABKA0SIAoGcmV3YXJkGAIgASgLMhAuUGxhbmV0RmVzUmV3YXJkEhMK", - "C0hBS0tHT0RJQ0ZJGAMgASgNEiEKC05GSkxGTkJQUFBHGA0gASgLMgwuSk9G", - "R0RBSUFEQk9CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv", - "dG8z")); + "GhFKT0ZHREFJQURCTy5wcm90bxoRRElBSE5NTkNQQkQucHJvdG8iuAEKJVBs", + "YW5ldEZlc0Nob29zZUF2YXRhckV2ZW50T3B0aW9uU2NSc3ASEwoLRVBNT09I", + "Q0pOSE8YBCABKA0SDwoHcmV0Y29kZRgBIAEoDRITCgtPSktKUEtIREVQRRgG", + "IAEoDRIcCgZyZXdhcmQYAiABKAsyDC5ESUFITk1OQ1BCRBITCgtIQUtLR09E", + "SUNGSRgDIAEoDRIhCgtORkpMRk5CUFBQRxgNIAEoCzIMLkpPRkdEQUlBREJP", + "Qh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PlanetFesRewardReflection.Descriptor, global::EggLink.DanhengServer.Proto.JOFGDAIADBOReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.JOFGDAIADBOReflection.Descriptor, global::EggLink.DanhengServer.Proto.DIAHNMNCPBDReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlanetFesChooseAvatarEventOptionScRsp), global::EggLink.DanhengServer.Proto.PlanetFesChooseAvatarEventOptionScRsp.Parser, new[]{ "EPMOOHCJNHO", "Retcode", "OJKJPKHDEPE", "Reward", "HAKKGODICFI", "NFJLFNBPPPG" }, null, null, null, null) })); @@ -130,10 +129,10 @@ namespace EggLink.DanhengServer.Proto { /// Field number for the "reward" field. public const int RewardFieldNumber = 2; - private global::EggLink.DanhengServer.Proto.PlanetFesReward reward_; + private global::EggLink.DanhengServer.Proto.DIAHNMNCPBD reward_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.PlanetFesReward Reward { + public global::EggLink.DanhengServer.Proto.DIAHNMNCPBD Reward { get { return reward_; } set { reward_ = value; @@ -325,7 +324,7 @@ namespace EggLink.DanhengServer.Proto { } if (other.reward_ != null) { if (reward_ == null) { - Reward = new global::EggLink.DanhengServer.Proto.PlanetFesReward(); + Reward = new global::EggLink.DanhengServer.Proto.DIAHNMNCPBD(); } Reward.MergeFrom(other.Reward); } @@ -359,7 +358,7 @@ namespace EggLink.DanhengServer.Proto { } case 18: { if (reward_ == null) { - Reward = new global::EggLink.DanhengServer.Proto.PlanetFesReward(); + Reward = new global::EggLink.DanhengServer.Proto.DIAHNMNCPBD(); } input.ReadMessage(Reward); break; @@ -404,7 +403,7 @@ namespace EggLink.DanhengServer.Proto { } case 18: { if (reward_ == null) { - Reward = new global::EggLink.DanhengServer.Proto.PlanetFesReward(); + Reward = new global::EggLink.DanhengServer.Proto.DIAHNMNCPBD(); } input.ReadMessage(Reward); break; diff --git a/Proto/PlanetFesDealAvatarEventOptionItemScRsp.cs b/Proto/PlanetFesDealAvatarEventOptionItemScRsp.cs index 66b3a7a5..9caf8000 100644 --- a/Proto/PlanetFesDealAvatarEventOptionItemScRsp.cs +++ b/Proto/PlanetFesDealAvatarEventOptionItemScRsp.cs @@ -25,15 +25,14 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Ci1QbGFuZXRGZXNEZWFsQXZhdGFyRXZlbnRPcHRpb25JdGVtU2NSc3AucHJv", - "dG8aFVBsYW5ldEZlc1Jld2FyZC5wcm90bxoRSk9GR0RBSUFEQk8ucHJvdG8i", - "vgEKJ1BsYW5ldEZlc0RlYWxBdmF0YXJFdmVudE9wdGlvbkl0ZW1TY1JzcBIP", - "CgdyZXRjb2RlGA4gASgNEiAKBnJld2FyZBgPIAEoCzIQLlBsYW5ldEZlc1Jl", - "d2FyZBITCgtMRUNESEREQ0VJQRgJIAEoCBITCgtIQUtLR09ESUNGSRgBIAEo", - "DRIhCgtORkpMRk5CUFBQRxgKIAEoCzIMLkpPRkdEQUlBREJPEhMKC09KS0pQ", - "S0hERVBFGAwgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9i", - "BnByb3RvMw==")); + "dG8aEUpPRkdEQUlBREJPLnByb3RvGhFESUFITk1OQ1BCRC5wcm90byK6AQon", + "UGxhbmV0RmVzRGVhbEF2YXRhckV2ZW50T3B0aW9uSXRlbVNjUnNwEg8KB3Jl", + "dGNvZGUYDiABKA0SHAoGcmV3YXJkGA8gASgLMgwuRElBSE5NTkNQQkQSEwoL", + "TEVDREhERENFSUEYCSABKAgSEwoLSEFLS0dPRElDRkkYASABKA0SIQoLTkZK", + "TEZOQlBQUEcYCiABKAsyDC5KT0ZHREFJQURCTxITCgtPSktKUEtIREVQRRgM", + "IAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PlanetFesRewardReflection.Descriptor, global::EggLink.DanhengServer.Proto.JOFGDAIADBOReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.JOFGDAIADBOReflection.Descriptor, global::EggLink.DanhengServer.Proto.DIAHNMNCPBDReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlanetFesDealAvatarEventOptionItemScRsp), global::EggLink.DanhengServer.Proto.PlanetFesDealAvatarEventOptionItemScRsp.Parser, new[]{ "Retcode", "Reward", "LECDHDDCEIA", "HAKKGODICFI", "NFJLFNBPPPG", "OJKJPKHDEPE" }, null, null, null, null) })); @@ -106,10 +105,10 @@ namespace EggLink.DanhengServer.Proto { /// Field number for the "reward" field. public const int RewardFieldNumber = 15; - private global::EggLink.DanhengServer.Proto.PlanetFesReward reward_; + private global::EggLink.DanhengServer.Proto.DIAHNMNCPBD reward_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.PlanetFesReward Reward { + public global::EggLink.DanhengServer.Proto.DIAHNMNCPBD Reward { get { return reward_; } set { reward_ = value; @@ -319,7 +318,7 @@ namespace EggLink.DanhengServer.Proto { } if (other.reward_ != null) { if (reward_ == null) { - Reward = new global::EggLink.DanhengServer.Proto.PlanetFesReward(); + Reward = new global::EggLink.DanhengServer.Proto.DIAHNMNCPBD(); } Reward.MergeFrom(other.Reward); } @@ -378,7 +377,7 @@ namespace EggLink.DanhengServer.Proto { } case 122: { if (reward_ == null) { - Reward = new global::EggLink.DanhengServer.Proto.PlanetFesReward(); + Reward = new global::EggLink.DanhengServer.Proto.DIAHNMNCPBD(); } input.ReadMessage(Reward); break; @@ -423,7 +422,7 @@ namespace EggLink.DanhengServer.Proto { } case 122: { if (reward_ == null) { - Reward = new global::EggLink.DanhengServer.Proto.PlanetFesReward(); + Reward = new global::EggLink.DanhengServer.Proto.DIAHNMNCPBD(); } input.ReadMessage(Reward); break; diff --git a/Proto/PlanetFesDeliverPamCargoScRsp.cs b/Proto/PlanetFesDeliverPamCargoScRsp.cs index dc94644a..91c560ef 100644 --- a/Proto/PlanetFesDeliverPamCargoScRsp.cs +++ b/Proto/PlanetFesDeliverPamCargoScRsp.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static PlanetFesDeliverPamCargoScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiNQbGFuZXRGZXNEZWxpdmVyUGFtQ2FyZ29TY1JzcC5wcm90bxoVUGxhbmV0", - "RmVzUmV3YXJkLnByb3RvGhFKT0ZHREFJQURCTy5wcm90byKNAQodUGxhbmV0", - "RmVzRGVsaXZlclBhbUNhcmdvU2NSc3ASDwoHcmV0Y29kZRgOIAEoDRIlCgtH", - "Q0JERURBQkdLTxgDIAEoCzIQLlBsYW5ldEZlc1Jld2FyZBIhCgtORkpMRk5C", - "UFBQRxgLIAEoCzIMLkpPRkdEQUlBREJPEhEKCWF2YXRhcl9pZBgMIAEoDUIe", - "qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "CiNQbGFuZXRGZXNEZWxpdmVyUGFtQ2FyZ29TY1JzcC5wcm90bxoRSk9GR0RB", + "SUFEQk8ucHJvdG8aEURJQUhOTU5DUEJELnByb3RvIokBCh1QbGFuZXRGZXNE", + "ZWxpdmVyUGFtQ2FyZ29TY1JzcBIPCgdyZXRjb2RlGA4gASgNEiEKC0dDQkRF", + "REFCR0tPGAMgASgLMgwuRElBSE5NTkNQQkQSIQoLTkZKTEZOQlBQUEcYCyAB", + "KAsyDC5KT0ZHREFJQURCTxIRCglhdmF0YXJfaWQYDCABKA1CHqoCG0VnZ0xp", + "bmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PlanetFesRewardReflection.Descriptor, global::EggLink.DanhengServer.Proto.JOFGDAIADBOReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.JOFGDAIADBOReflection.Descriptor, global::EggLink.DanhengServer.Proto.DIAHNMNCPBDReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlanetFesDeliverPamCargoScRsp), global::EggLink.DanhengServer.Proto.PlanetFesDeliverPamCargoScRsp.Parser, new[]{ "Retcode", "GCBDEDABGKO", "NFJLFNBPPPG", "AvatarId" }, null, null, null, null) })); @@ -102,10 +102,10 @@ namespace EggLink.DanhengServer.Proto { /// Field number for the "GCBDEDABGKO" field. public const int GCBDEDABGKOFieldNumber = 3; - private global::EggLink.DanhengServer.Proto.PlanetFesReward gCBDEDABGKO_; + private global::EggLink.DanhengServer.Proto.DIAHNMNCPBD gCBDEDABGKO_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.PlanetFesReward GCBDEDABGKO { + public global::EggLink.DanhengServer.Proto.DIAHNMNCPBD GCBDEDABGKO { get { return gCBDEDABGKO_; } set { gCBDEDABGKO_ = value; @@ -265,7 +265,7 @@ namespace EggLink.DanhengServer.Proto { } if (other.gCBDEDABGKO_ != null) { if (gCBDEDABGKO_ == null) { - GCBDEDABGKO = new global::EggLink.DanhengServer.Proto.PlanetFesReward(); + GCBDEDABGKO = new global::EggLink.DanhengServer.Proto.DIAHNMNCPBD(); } GCBDEDABGKO.MergeFrom(other.GCBDEDABGKO); } @@ -295,7 +295,7 @@ namespace EggLink.DanhengServer.Proto { break; case 26: { if (gCBDEDABGKO_ == null) { - GCBDEDABGKO = new global::EggLink.DanhengServer.Proto.PlanetFesReward(); + GCBDEDABGKO = new global::EggLink.DanhengServer.Proto.DIAHNMNCPBD(); } input.ReadMessage(GCBDEDABGKO); break; @@ -332,7 +332,7 @@ namespace EggLink.DanhengServer.Proto { break; case 26: { if (gCBDEDABGKO_ == null) { - GCBDEDABGKO = new global::EggLink.DanhengServer.Proto.PlanetFesReward(); + GCBDEDABGKO = new global::EggLink.DanhengServer.Proto.DIAHNMNCPBD(); } input.ReadMessage(GCBDEDABGKO); break; diff --git a/Proto/PlanetFesDoGachaScRsp.cs b/Proto/PlanetFesDoGachaScRsp.cs index e96d5b49..8f103b1c 100644 --- a/Proto/PlanetFesDoGachaScRsp.cs +++ b/Proto/PlanetFesDoGachaScRsp.cs @@ -25,16 +25,16 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChtQbGFuZXRGZXNEb0dhY2hhU2NSc3AucHJvdG8aEVBKQ0FLSUZPT0NQLnBy", - "b3RvGhFDR09KS0JPRU9GTy5wcm90bxoRQ0VPRERDRUlEREwucHJvdG8itgEK", - "FVBsYW5ldEZlc0RvR2FjaGFTY1JzcBIjCgtJREdLTE1DRVBCTxgCIAEoCzIM", - "LkNHT0pLQk9FT0ZPSAASIwoLSkFCRENQRlBPS0UYByABKAsyDC5QSkNBS0lG", - "T09DUEgAEhAKCGdhY2hhX2lkGAkgASgNEiEKC0NJS0VQREFOR0ZEGA8gAygL", - "MgwuQ0VPRERDRUlEREwSDwoHcmV0Y29kZRgGIAEoDUINCgtDQ1BGQUJBTkNO", - "TkIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "b3RvGhFDRU9ERENFSURETC5wcm90bxoRQ0dPSktCT0VPRk8ucHJvdG8itgEK", + "FVBsYW5ldEZlc0RvR2FjaGFTY1JzcBIQCghnYWNoYV9pZBgJIAEoDRIhCgtD", + "SUtFUERBTkdGRBgPIAMoCzIMLkNFT0REQ0VJRERMEg8KB3JldGNvZGUYBiAB", + "KA0SIwoLSURHS0xNQ0VQQk8YAiABKAsyDC5DR09KS0JPRU9GT0gAEiMKC0pB", + "QkRDUEZQT0tFGAcgASgLMgwuUEpDQUtJRk9PQ1BIAEINCgtHTk1BT0RLQUtL", + "SkIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PJCAKIFOOCPReflection.Descriptor, global::EggLink.DanhengServer.Proto.CGOJKBOEOFOReflection.Descriptor, global::EggLink.DanhengServer.Proto.CEODDCEIDDLReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PJCAKIFOOCPReflection.Descriptor, global::EggLink.DanhengServer.Proto.CEODDCEIDDLReflection.Descriptor, global::EggLink.DanhengServer.Proto.CGOJKBOEOFOReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlanetFesDoGachaScRsp), global::EggLink.DanhengServer.Proto.PlanetFesDoGachaScRsp.Parser, new[]{ "IDGKLMCEPBO", "JABDCPFPOKE", "GachaId", "CIKEPDANGFD", "Retcode" }, new[]{ "CCPFABANCNN" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlanetFesDoGachaScRsp), global::EggLink.DanhengServer.Proto.PlanetFesDoGachaScRsp.Parser, new[]{ "GachaId", "CIKEPDANGFD", "Retcode", "IDGKLMCEPBO", "JABDCPFPOKE" }, new[]{ "GNMAODKAKKJ" }, null, null, null) })); } #endregion @@ -79,11 +79,11 @@ namespace EggLink.DanhengServer.Proto { gachaId_ = other.gachaId_; cIKEPDANGFD_ = other.cIKEPDANGFD_.Clone(); retcode_ = other.retcode_; - switch (other.CCPFABANCNNCase) { - case CCPFABANCNNOneofCase.IDGKLMCEPBO: + switch (other.GNMAODKAKKJCase) { + case GNMAODKAKKJOneofCase.IDGKLMCEPBO: IDGKLMCEPBO = other.IDGKLMCEPBO.Clone(); break; - case CCPFABANCNNOneofCase.JABDCPFPOKE: + case GNMAODKAKKJOneofCase.JABDCPFPOKE: JABDCPFPOKE = other.JABDCPFPOKE.Clone(); break; } @@ -97,30 +97,6 @@ namespace EggLink.DanhengServer.Proto { return new PlanetFesDoGachaScRsp(this); } - /// Field number for the "IDGKLMCEPBO" field. - public const int IDGKLMCEPBOFieldNumber = 2; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.CGOJKBOEOFO IDGKLMCEPBO { - get { return cCPFABANCNNCase_ == CCPFABANCNNOneofCase.IDGKLMCEPBO ? (global::EggLink.DanhengServer.Proto.CGOJKBOEOFO) cCPFABANCNN_ : null; } - set { - cCPFABANCNN_ = value; - cCPFABANCNNCase_ = value == null ? CCPFABANCNNOneofCase.None : CCPFABANCNNOneofCase.IDGKLMCEPBO; - } - } - - /// Field number for the "JABDCPFPOKE" field. - public const int JABDCPFPOKEFieldNumber = 7; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.PJCAKIFOOCP JABDCPFPOKE { - get { return cCPFABANCNNCase_ == CCPFABANCNNOneofCase.JABDCPFPOKE ? (global::EggLink.DanhengServer.Proto.PJCAKIFOOCP) cCPFABANCNN_ : null; } - set { - cCPFABANCNN_ = value; - cCPFABANCNNCase_ = value == null ? CCPFABANCNNOneofCase.None : CCPFABANCNNOneofCase.JABDCPFPOKE; - } - } - /// Field number for the "gacha_id" field. public const int GachaIdFieldNumber = 9; private uint gachaId_; @@ -156,25 +132,49 @@ namespace EggLink.DanhengServer.Proto { } } - private object cCPFABANCNN_; - /// Enum of possible cases for the "CCPFABANCNN" oneof. - public enum CCPFABANCNNOneofCase { + /// Field number for the "IDGKLMCEPBO" field. + public const int IDGKLMCEPBOFieldNumber = 2; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.CGOJKBOEOFO IDGKLMCEPBO { + get { return gNMAODKAKKJCase_ == GNMAODKAKKJOneofCase.IDGKLMCEPBO ? (global::EggLink.DanhengServer.Proto.CGOJKBOEOFO) gNMAODKAKKJ_ : null; } + set { + gNMAODKAKKJ_ = value; + gNMAODKAKKJCase_ = value == null ? GNMAODKAKKJOneofCase.None : GNMAODKAKKJOneofCase.IDGKLMCEPBO; + } + } + + /// Field number for the "JABDCPFPOKE" field. + public const int JABDCPFPOKEFieldNumber = 7; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.PJCAKIFOOCP JABDCPFPOKE { + get { return gNMAODKAKKJCase_ == GNMAODKAKKJOneofCase.JABDCPFPOKE ? (global::EggLink.DanhengServer.Proto.PJCAKIFOOCP) gNMAODKAKKJ_ : null; } + set { + gNMAODKAKKJ_ = value; + gNMAODKAKKJCase_ = value == null ? GNMAODKAKKJOneofCase.None : GNMAODKAKKJOneofCase.JABDCPFPOKE; + } + } + + private object gNMAODKAKKJ_; + /// Enum of possible cases for the "GNMAODKAKKJ" oneof. + public enum GNMAODKAKKJOneofCase { None = 0, IDGKLMCEPBO = 2, JABDCPFPOKE = 7, } - private CCPFABANCNNOneofCase cCPFABANCNNCase_ = CCPFABANCNNOneofCase.None; + private GNMAODKAKKJOneofCase gNMAODKAKKJCase_ = GNMAODKAKKJOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public CCPFABANCNNOneofCase CCPFABANCNNCase { - get { return cCPFABANCNNCase_; } + public GNMAODKAKKJOneofCase GNMAODKAKKJCase { + get { return gNMAODKAKKJCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearCCPFABANCNN() { - cCPFABANCNNCase_ = CCPFABANCNNOneofCase.None; - cCPFABANCNN_ = null; + public void ClearGNMAODKAKKJ() { + gNMAODKAKKJCase_ = GNMAODKAKKJOneofCase.None; + gNMAODKAKKJ_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -192,12 +192,12 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (!object.Equals(IDGKLMCEPBO, other.IDGKLMCEPBO)) return false; - if (!object.Equals(JABDCPFPOKE, other.JABDCPFPOKE)) return false; if (GachaId != other.GachaId) return false; if(!cIKEPDANGFD_.Equals(other.cIKEPDANGFD_)) return false; if (Retcode != other.Retcode) return false; - if (CCPFABANCNNCase != other.CCPFABANCNNCase) return false; + if (!object.Equals(IDGKLMCEPBO, other.IDGKLMCEPBO)) return false; + if (!object.Equals(JABDCPFPOKE, other.JABDCPFPOKE)) return false; + if (GNMAODKAKKJCase != other.GNMAODKAKKJCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -205,12 +205,12 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (cCPFABANCNNCase_ == CCPFABANCNNOneofCase.IDGKLMCEPBO) hash ^= IDGKLMCEPBO.GetHashCode(); - if (cCPFABANCNNCase_ == CCPFABANCNNOneofCase.JABDCPFPOKE) hash ^= JABDCPFPOKE.GetHashCode(); if (GachaId != 0) hash ^= GachaId.GetHashCode(); hash ^= cIKEPDANGFD_.GetHashCode(); if (Retcode != 0) hash ^= Retcode.GetHashCode(); - hash ^= (int) cCPFABANCNNCase_; + if (gNMAODKAKKJCase_ == GNMAODKAKKJOneofCase.IDGKLMCEPBO) hash ^= IDGKLMCEPBO.GetHashCode(); + if (gNMAODKAKKJCase_ == GNMAODKAKKJOneofCase.JABDCPFPOKE) hash ^= JABDCPFPOKE.GetHashCode(); + hash ^= (int) gNMAODKAKKJCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -229,7 +229,7 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (cCPFABANCNNCase_ == CCPFABANCNNOneofCase.IDGKLMCEPBO) { + if (gNMAODKAKKJCase_ == GNMAODKAKKJOneofCase.IDGKLMCEPBO) { output.WriteRawTag(18); output.WriteMessage(IDGKLMCEPBO); } @@ -237,7 +237,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(48); output.WriteUInt32(Retcode); } - if (cCPFABANCNNCase_ == CCPFABANCNNOneofCase.JABDCPFPOKE) { + if (gNMAODKAKKJCase_ == GNMAODKAKKJOneofCase.JABDCPFPOKE) { output.WriteRawTag(58); output.WriteMessage(JABDCPFPOKE); } @@ -256,7 +256,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (cCPFABANCNNCase_ == CCPFABANCNNOneofCase.IDGKLMCEPBO) { + if (gNMAODKAKKJCase_ == GNMAODKAKKJOneofCase.IDGKLMCEPBO) { output.WriteRawTag(18); output.WriteMessage(IDGKLMCEPBO); } @@ -264,7 +264,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(48); output.WriteUInt32(Retcode); } - if (cCPFABANCNNCase_ == CCPFABANCNNOneofCase.JABDCPFPOKE) { + if (gNMAODKAKKJCase_ == GNMAODKAKKJOneofCase.JABDCPFPOKE) { output.WriteRawTag(58); output.WriteMessage(JABDCPFPOKE); } @@ -283,12 +283,6 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (cCPFABANCNNCase_ == CCPFABANCNNOneofCase.IDGKLMCEPBO) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(IDGKLMCEPBO); - } - if (cCPFABANCNNCase_ == CCPFABANCNNOneofCase.JABDCPFPOKE) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(JABDCPFPOKE); - } if (GachaId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GachaId); } @@ -296,6 +290,12 @@ namespace EggLink.DanhengServer.Proto { if (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); } + if (gNMAODKAKKJCase_ == GNMAODKAKKJOneofCase.IDGKLMCEPBO) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(IDGKLMCEPBO); + } + if (gNMAODKAKKJCase_ == GNMAODKAKKJOneofCase.JABDCPFPOKE) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(JABDCPFPOKE); + } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -315,14 +315,14 @@ namespace EggLink.DanhengServer.Proto { if (other.Retcode != 0) { Retcode = other.Retcode; } - switch (other.CCPFABANCNNCase) { - case CCPFABANCNNOneofCase.IDGKLMCEPBO: + switch (other.GNMAODKAKKJCase) { + case GNMAODKAKKJOneofCase.IDGKLMCEPBO: if (IDGKLMCEPBO == null) { IDGKLMCEPBO = new global::EggLink.DanhengServer.Proto.CGOJKBOEOFO(); } IDGKLMCEPBO.MergeFrom(other.IDGKLMCEPBO); break; - case CCPFABANCNNOneofCase.JABDCPFPOKE: + case GNMAODKAKKJOneofCase.JABDCPFPOKE: if (JABDCPFPOKE == null) { JABDCPFPOKE = new global::EggLink.DanhengServer.Proto.PJCAKIFOOCP(); } @@ -347,7 +347,7 @@ namespace EggLink.DanhengServer.Proto { break; case 18: { global::EggLink.DanhengServer.Proto.CGOJKBOEOFO subBuilder = new global::EggLink.DanhengServer.Proto.CGOJKBOEOFO(); - if (cCPFABANCNNCase_ == CCPFABANCNNOneofCase.IDGKLMCEPBO) { + if (gNMAODKAKKJCase_ == GNMAODKAKKJOneofCase.IDGKLMCEPBO) { subBuilder.MergeFrom(IDGKLMCEPBO); } input.ReadMessage(subBuilder); @@ -360,7 +360,7 @@ namespace EggLink.DanhengServer.Proto { } case 58: { global::EggLink.DanhengServer.Proto.PJCAKIFOOCP subBuilder = new global::EggLink.DanhengServer.Proto.PJCAKIFOOCP(); - if (cCPFABANCNNCase_ == CCPFABANCNNOneofCase.JABDCPFPOKE) { + if (gNMAODKAKKJCase_ == GNMAODKAKKJOneofCase.JABDCPFPOKE) { subBuilder.MergeFrom(JABDCPFPOKE); } input.ReadMessage(subBuilder); @@ -392,7 +392,7 @@ namespace EggLink.DanhengServer.Proto { break; case 18: { global::EggLink.DanhengServer.Proto.CGOJKBOEOFO subBuilder = new global::EggLink.DanhengServer.Proto.CGOJKBOEOFO(); - if (cCPFABANCNNCase_ == CCPFABANCNNOneofCase.IDGKLMCEPBO) { + if (gNMAODKAKKJCase_ == GNMAODKAKKJOneofCase.IDGKLMCEPBO) { subBuilder.MergeFrom(IDGKLMCEPBO); } input.ReadMessage(subBuilder); @@ -405,7 +405,7 @@ namespace EggLink.DanhengServer.Proto { } case 58: { global::EggLink.DanhengServer.Proto.PJCAKIFOOCP subBuilder = new global::EggLink.DanhengServer.Proto.PJCAKIFOOCP(); - if (cCPFABANCNNCase_ == CCPFABANCNNOneofCase.JABDCPFPOKE) { + if (gNMAODKAKKJCase_ == GNMAODKAKKJOneofCase.JABDCPFPOKE) { subBuilder.MergeFrom(JABDCPFPOKE); } input.ReadMessage(subBuilder); diff --git a/Proto/PlanetFesEnterNextBusinessDayScRsp.cs b/Proto/PlanetFesEnterNextBusinessDayScRsp.cs deleted file mode 100644 index 6cad6c2a..00000000 --- a/Proto/PlanetFesEnterNextBusinessDayScRsp.cs +++ /dev/null @@ -1,235 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: PlanetFesEnterNextBusinessDayScRsp.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from PlanetFesEnterNextBusinessDayScRsp.proto - public static partial class PlanetFesEnterNextBusinessDayScRspReflection { - - #region Descriptor - /// File descriptor for PlanetFesEnterNextBusinessDayScRsp.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static PlanetFesEnterNextBusinessDayScRspReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "CihQbGFuZXRGZXNFbnRlck5leHRCdXNpbmVzc0RheVNjUnNwLnByb3RvIjkK", - "IlBsYW5ldEZlc0VudGVyTmV4dEJ1c2luZXNzRGF5U2NSc3ASEwoLTEdBR05B", - "S0pMTlAYAiABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG", - "cHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlanetFesEnterNextBusinessDayScRsp), global::EggLink.DanhengServer.Proto.PlanetFesEnterNextBusinessDayScRsp.Parser, new[]{ "LGAGNAKJLNP" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class PlanetFesEnterNextBusinessDayScRsp : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new PlanetFesEnterNextBusinessDayScRsp()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.PlanetFesEnterNextBusinessDayScRspReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PlanetFesEnterNextBusinessDayScRsp() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PlanetFesEnterNextBusinessDayScRsp(PlanetFesEnterNextBusinessDayScRsp other) : this() { - lGAGNAKJLNP_ = other.lGAGNAKJLNP_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PlanetFesEnterNextBusinessDayScRsp Clone() { - return new PlanetFesEnterNextBusinessDayScRsp(this); - } - - /// Field number for the "LGAGNAKJLNP" field. - public const int LGAGNAKJLNPFieldNumber = 2; - private uint lGAGNAKJLNP_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint LGAGNAKJLNP { - get { return lGAGNAKJLNP_; } - set { - lGAGNAKJLNP_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as PlanetFesEnterNextBusinessDayScRsp); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(PlanetFesEnterNextBusinessDayScRsp other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (LGAGNAKJLNP != other.LGAGNAKJLNP) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (LGAGNAKJLNP != 0) hash ^= LGAGNAKJLNP.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (LGAGNAKJLNP != 0) { - output.WriteRawTag(16); - output.WriteUInt32(LGAGNAKJLNP); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (LGAGNAKJLNP != 0) { - output.WriteRawTag(16); - output.WriteUInt32(LGAGNAKJLNP); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (LGAGNAKJLNP != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LGAGNAKJLNP); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(PlanetFesEnterNextBusinessDayScRsp other) { - if (other == null) { - return; - } - if (other.LGAGNAKJLNP != 0) { - LGAGNAKJLNP = other.LGAGNAKJLNP; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 16: { - LGAGNAKJLNP = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 16: { - LGAGNAKJLNP = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/PlanetFesGameBingoFlipScRsp.cs b/Proto/PlanetFesGameBingoFlipScRsp.cs index 5c066b2a..5c999fd0 100644 --- a/Proto/PlanetFesGameBingoFlipScRsp.cs +++ b/Proto/PlanetFesGameBingoFlipScRsp.cs @@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto { static PlanetFesGameBingoFlipScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiFQbGFuZXRGZXNHYW1lQmluZ29GbGlwU2NSc3AucHJvdG8aFVBsYW5ldEZl", - "c1Jld2FyZC5wcm90byJ6ChtQbGFuZXRGZXNHYW1lQmluZ29GbGlwU2NSc3AS", - "IAoGcmV3YXJkGAEgASgLMhAuUGxhbmV0RmVzUmV3YXJkEhMKC05GRUFETUZO", - "RkxLGAUgASgIEhMKC0hDRlBPRk1ER0tOGA0gASgNEg8KB3JldGNvZGUYCiAB", - "KA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); + "CiFQbGFuZXRGZXNHYW1lQmluZ29GbGlwU2NSc3AucHJvdG8aEURJQUhOTU5D", + "UEJELnByb3RvInYKG1BsYW5ldEZlc0dhbWVCaW5nb0ZsaXBTY1JzcBIcCgZy", + "ZXdhcmQYASABKAsyDC5ESUFITk1OQ1BCRBITCgtORkVBRE1GTkZMSxgFIAEo", + "CBITCgtIQ0ZQT0ZNREdLThgNIAEoDRIPCgdyZXRjb2RlGAogASgNQh6qAhtF", + "Z2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PlanetFesRewardReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DIAHNMNCPBDReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlanetFesGameBingoFlipScRsp), global::EggLink.DanhengServer.Proto.PlanetFesGameBingoFlipScRsp.Parser, new[]{ "Reward", "NFEADMFNFLK", "HCFPOFMDGKN", "Retcode" }, null, null, null, null) })); @@ -89,10 +89,10 @@ namespace EggLink.DanhengServer.Proto { /// Field number for the "reward" field. public const int RewardFieldNumber = 1; - private global::EggLink.DanhengServer.Proto.PlanetFesReward reward_; + private global::EggLink.DanhengServer.Proto.DIAHNMNCPBD reward_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.PlanetFesReward Reward { + public global::EggLink.DanhengServer.Proto.DIAHNMNCPBD Reward { get { return reward_; } set { reward_ = value; @@ -261,7 +261,7 @@ namespace EggLink.DanhengServer.Proto { } if (other.reward_ != null) { if (reward_ == null) { - Reward = new global::EggLink.DanhengServer.Proto.PlanetFesReward(); + Reward = new global::EggLink.DanhengServer.Proto.DIAHNMNCPBD(); } Reward.MergeFrom(other.Reward); } @@ -291,7 +291,7 @@ namespace EggLink.DanhengServer.Proto { break; case 10: { if (reward_ == null) { - Reward = new global::EggLink.DanhengServer.Proto.PlanetFesReward(); + Reward = new global::EggLink.DanhengServer.Proto.DIAHNMNCPBD(); } input.ReadMessage(Reward); break; @@ -325,7 +325,7 @@ namespace EggLink.DanhengServer.Proto { break; case 10: { if (reward_ == null) { - Reward = new global::EggLink.DanhengServer.Proto.PlanetFesReward(); + Reward = new global::EggLink.DanhengServer.Proto.DIAHNMNCPBD(); } input.ReadMessage(Reward); break; diff --git a/Proto/PlanetFesGetBusinessDayInfoScRsp.cs b/Proto/PlanetFesGetBusinessDayInfoScRsp.cs index 84799aa4..f7153f58 100644 --- a/Proto/PlanetFesGetBusinessDayInfoScRsp.cs +++ b/Proto/PlanetFesGetBusinessDayInfoScRsp.cs @@ -25,14 +25,14 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CiZQbGFuZXRGZXNHZXRCdXNpbmVzc0RheUluZm9TY1JzcC5wcm90bxoRRUdC", - "S0dFTUZPRE4ucHJvdG8iawogUGxhbmV0RmVzR2V0QnVzaW5lc3NEYXlJbmZv", - "U2NSc3ASIQoLQUFLREFISElHSUYYAiABKAsyDC5FR0JLR0VNRk9EThITCgtC", - "Q0ZCRk1NRU5KSxgNIAEoAxIPCgdyZXRjb2RlGA8gASgNQh6qAhtFZ2dMaW5r", - "LkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "S0dFTUZPRE4ucHJvdG8iVgogUGxhbmV0RmVzR2V0QnVzaW5lc3NEYXlJbmZv", + "U2NSc3ASDwoHcmV0Y29kZRgPIAEoDRIhCgtBQUtEQUhISUdJRhgCIAEoCzIM", + "LkVHQktHRU1GT0ROQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9i", + "BnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EGBKGEMFODNReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlanetFesGetBusinessDayInfoScRsp), global::EggLink.DanhengServer.Proto.PlanetFesGetBusinessDayInfoScRsp.Parser, new[]{ "AAKDAHHIGIF", "BCFBFMMENJK", "Retcode" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlanetFesGetBusinessDayInfoScRsp), global::EggLink.DanhengServer.Proto.PlanetFesGetBusinessDayInfoScRsp.Parser, new[]{ "Retcode", "AAKDAHHIGIF" }, null, null, null, null) })); } #endregion @@ -74,9 +74,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public PlanetFesGetBusinessDayInfoScRsp(PlanetFesGetBusinessDayInfoScRsp other) : this() { - aAKDAHHIGIF_ = other.aAKDAHHIGIF_ != null ? other.aAKDAHHIGIF_.Clone() : null; - bCFBFMMENJK_ = other.bCFBFMMENJK_; retcode_ = other.retcode_; + aAKDAHHIGIF_ = other.aAKDAHHIGIF_ != null ? other.aAKDAHHIGIF_.Clone() : null; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -86,30 +85,6 @@ namespace EggLink.DanhengServer.Proto { return new PlanetFesGetBusinessDayInfoScRsp(this); } - /// Field number for the "AAKDAHHIGIF" field. - public const int AAKDAHHIGIFFieldNumber = 2; - private global::EggLink.DanhengServer.Proto.EGBKGEMFODN aAKDAHHIGIF_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.EGBKGEMFODN AAKDAHHIGIF { - get { return aAKDAHHIGIF_; } - set { - aAKDAHHIGIF_ = value; - } - } - - /// Field number for the "BCFBFMMENJK" field. - public const int BCFBFMMENJKFieldNumber = 13; - private long bCFBFMMENJK_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public long BCFBFMMENJK { - get { return bCFBFMMENJK_; } - set { - bCFBFMMENJK_ = value; - } - } - /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 15; private uint retcode_; @@ -122,6 +97,18 @@ namespace EggLink.DanhengServer.Proto { } } + /// Field number for the "AAKDAHHIGIF" field. + public const int AAKDAHHIGIFFieldNumber = 2; + private global::EggLink.DanhengServer.Proto.EGBKGEMFODN aAKDAHHIGIF_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.EGBKGEMFODN AAKDAHHIGIF { + get { return aAKDAHHIGIF_; } + set { + aAKDAHHIGIF_ = value; + } + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { @@ -137,9 +124,8 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (!object.Equals(AAKDAHHIGIF, other.AAKDAHHIGIF)) return false; - if (BCFBFMMENJK != other.BCFBFMMENJK) return false; if (Retcode != other.Retcode) return false; + if (!object.Equals(AAKDAHHIGIF, other.AAKDAHHIGIF)) return false; return Equals(_unknownFields, other._unknownFields); } @@ -147,9 +133,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (aAKDAHHIGIF_ != null) hash ^= AAKDAHHIGIF.GetHashCode(); - if (BCFBFMMENJK != 0L) hash ^= BCFBFMMENJK.GetHashCode(); if (Retcode != 0) hash ^= Retcode.GetHashCode(); + if (aAKDAHHIGIF_ != null) hash ^= AAKDAHHIGIF.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -172,10 +157,6 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(18); output.WriteMessage(AAKDAHHIGIF); } - if (BCFBFMMENJK != 0L) { - output.WriteRawTag(104); - output.WriteInt64(BCFBFMMENJK); - } if (Retcode != 0) { output.WriteRawTag(120); output.WriteUInt32(Retcode); @@ -194,10 +175,6 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(18); output.WriteMessage(AAKDAHHIGIF); } - if (BCFBFMMENJK != 0L) { - output.WriteRawTag(104); - output.WriteInt64(BCFBFMMENJK); - } if (Retcode != 0) { output.WriteRawTag(120); output.WriteUInt32(Retcode); @@ -212,15 +189,12 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (aAKDAHHIGIF_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(AAKDAHHIGIF); - } - if (BCFBFMMENJK != 0L) { - size += 1 + pb::CodedOutputStream.ComputeInt64Size(BCFBFMMENJK); - } if (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); } + if (aAKDAHHIGIF_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AAKDAHHIGIF); + } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -233,18 +207,15 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } + if (other.Retcode != 0) { + Retcode = other.Retcode; + } if (other.aAKDAHHIGIF_ != null) { if (aAKDAHHIGIF_ == null) { AAKDAHHIGIF = new global::EggLink.DanhengServer.Proto.EGBKGEMFODN(); } AAKDAHHIGIF.MergeFrom(other.AAKDAHHIGIF); } - if (other.BCFBFMMENJK != 0L) { - BCFBFMMENJK = other.BCFBFMMENJK; - } - if (other.Retcode != 0) { - Retcode = other.Retcode; - } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -267,10 +238,6 @@ namespace EggLink.DanhengServer.Proto { input.ReadMessage(AAKDAHHIGIF); break; } - case 104: { - BCFBFMMENJK = input.ReadInt64(); - break; - } case 120: { Retcode = input.ReadUInt32(); break; @@ -297,10 +264,6 @@ namespace EggLink.DanhengServer.Proto { input.ReadMessage(AAKDAHHIGIF); break; } - case 104: { - BCFBFMMENJK = input.ReadInt64(); - break; - } case 120: { Retcode = input.ReadUInt32(); break; diff --git a/Proto/PlanetFesGetOfferedCardPieceScRsp.cs b/Proto/PlanetFesGetOfferedCardPieceScRsp.cs index 5505e0f4..cbd30dab 100644 --- a/Proto/PlanetFesGetOfferedCardPieceScRsp.cs +++ b/Proto/PlanetFesGetOfferedCardPieceScRsp.cs @@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto { static PlanetFesGetOfferedCardPieceScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CidQbGFuZXRGZXNHZXRPZmZlcmVkQ2FyZFBpZWNlU2NSc3AucHJvdG8aEUNF", - "T0REQ0VJRERMLnByb3RvGhFCS0JJTFBES09JTC5wcm90byK5AQohUGxhbmV0", + "CidQbGFuZXRGZXNHZXRPZmZlcmVkQ2FyZFBpZWNlU2NSc3AucHJvdG8aEUJL", + "QklMUERLT0lMLnByb3RvGhFDRU9ERENFSURETC5wcm90byK5AQohUGxhbmV0", "RmVzR2V0T2ZmZXJlZENhcmRQaWVjZVNjUnNwEhMKC0hQSkpEQ0pISE9BGAMg", "ASgEEhMKC0NBQkVIS09GTFBHGAggASgIEiEKC09OSkdNR0hDUEVGGAQgAygL", "MgwuQktCSUxQREtPSUwSIQoLUEJGSEROQkdNQlAYByADKAsyDC5DRU9ERENF", "SURETBITCgtETEpDS0NNQURIShgNIAEoAxIPCgdyZXRjb2RlGAkgASgNQh6q", "AhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CEODDCEIDDLReflection.Descriptor, global::EggLink.DanhengServer.Proto.BKBILPDKOILReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BKBILPDKOILReflection.Descriptor, global::EggLink.DanhengServer.Proto.CEODDCEIDDLReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlanetFesGetOfferedCardPieceScRsp), global::EggLink.DanhengServer.Proto.PlanetFesGetOfferedCardPieceScRsp.Parser, new[]{ "HPJJDCJHHOA", "CABEHKOFLPG", "ONJGMGHCPEF", "PBFHDNBGMBP", "DLJCKCMADHJ", "Retcode" }, null, null, null, null) })); diff --git a/Proto/PlanetFesGiveCardPieceScRsp.cs b/Proto/PlanetFesGiveCardPieceScRsp.cs index 3417c90e..c04638c0 100644 --- a/Proto/PlanetFesGiveCardPieceScRsp.cs +++ b/Proto/PlanetFesGiveCardPieceScRsp.cs @@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto { static PlanetFesGiveCardPieceScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiFQbGFuZXRGZXNHaXZlQ2FyZFBpZWNlU2NSc3AucHJvdG8iggEKG1BsYW5l", - "dEZlc0dpdmVDYXJkUGllY2VTY1JzcBITCgtETEhCQ09LQ0lEUBgGIAMoDRIT", - "CgtQUElPTENMUE1QTBgPIAEoAxITCgtDQkVHTkJLTUhDRBgMIAEoDRITCgtI", - "UEpKRENKSEhPQRgJIAEoBBIPCgdyZXRjb2RlGAUgASgNQh6qAhtFZ2dMaW5r", - "LkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "CiFQbGFuZXRGZXNHaXZlQ2FyZFBpZWNlU2NSc3AucHJvdG8ibQobUGxhbmV0", + "RmVzR2l2ZUNhcmRQaWVjZVNjUnNwEhMKC0RMSEJDT0tDSURQGAYgAygNEg8K", + "B3JldGNvZGUYBSABKA0SEwoLQ0JFR05CS01IQ0QYDCABKA0SEwoLUFBJT0xD", + "TFBNUEwYDyABKANCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG", + "cHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlanetFesGiveCardPieceScRsp), global::EggLink.DanhengServer.Proto.PlanetFesGiveCardPieceScRsp.Parser, new[]{ "DLHBCOKCIDP", "PPIOLCLPMPL", "CBEGNBKMHCD", "HPJJDCJHHOA", "Retcode" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlanetFesGiveCardPieceScRsp), global::EggLink.DanhengServer.Proto.PlanetFesGiveCardPieceScRsp.Parser, new[]{ "DLHBCOKCIDP", "Retcode", "CBEGNBKMHCD", "PPIOLCLPMPL" }, null, null, null, null) })); } #endregion @@ -75,10 +75,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public PlanetFesGiveCardPieceScRsp(PlanetFesGiveCardPieceScRsp other) : this() { dLHBCOKCIDP_ = other.dLHBCOKCIDP_.Clone(); - pPIOLCLPMPL_ = other.pPIOLCLPMPL_; - cBEGNBKMHCD_ = other.cBEGNBKMHCD_; - hPJJDCJHHOA_ = other.hPJJDCJHHOA_; retcode_ = other.retcode_; + cBEGNBKMHCD_ = other.cBEGNBKMHCD_; + pPIOLCLPMPL_ = other.pPIOLCLPMPL_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -99,15 +98,15 @@ namespace EggLink.DanhengServer.Proto { get { return dLHBCOKCIDP_; } } - /// Field number for the "PPIOLCLPMPL" field. - public const int PPIOLCLPMPLFieldNumber = 15; - private long pPIOLCLPMPL_; + /// Field number for the "retcode" field. + public const int RetcodeFieldNumber = 5; + private uint retcode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public long PPIOLCLPMPL { - get { return pPIOLCLPMPL_; } + public uint Retcode { + get { return retcode_; } set { - pPIOLCLPMPL_ = value; + retcode_ = value; } } @@ -123,27 +122,15 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "HPJJDCJHHOA" field. - public const int HPJJDCJHHOAFieldNumber = 9; - private ulong hPJJDCJHHOA_; + /// Field number for the "PPIOLCLPMPL" field. + public const int PPIOLCLPMPLFieldNumber = 15; + private long pPIOLCLPMPL_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ulong HPJJDCJHHOA { - get { return hPJJDCJHHOA_; } + public long PPIOLCLPMPL { + get { return pPIOLCLPMPL_; } set { - hPJJDCJHHOA_ = value; - } - } - - /// Field number for the "retcode" field. - public const int RetcodeFieldNumber = 5; - private uint retcode_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint Retcode { - get { return retcode_; } - set { - retcode_ = value; + pPIOLCLPMPL_ = value; } } @@ -163,10 +150,9 @@ namespace EggLink.DanhengServer.Proto { return true; } if(!dLHBCOKCIDP_.Equals(other.dLHBCOKCIDP_)) return false; - if (PPIOLCLPMPL != other.PPIOLCLPMPL) return false; - if (CBEGNBKMHCD != other.CBEGNBKMHCD) return false; - if (HPJJDCJHHOA != other.HPJJDCJHHOA) return false; if (Retcode != other.Retcode) return false; + if (CBEGNBKMHCD != other.CBEGNBKMHCD) return false; + if (PPIOLCLPMPL != other.PPIOLCLPMPL) return false; return Equals(_unknownFields, other._unknownFields); } @@ -175,10 +161,9 @@ namespace EggLink.DanhengServer.Proto { public override int GetHashCode() { int hash = 1; hash ^= dLHBCOKCIDP_.GetHashCode(); - if (PPIOLCLPMPL != 0L) hash ^= PPIOLCLPMPL.GetHashCode(); - if (CBEGNBKMHCD != 0) hash ^= CBEGNBKMHCD.GetHashCode(); - if (HPJJDCJHHOA != 0UL) hash ^= HPJJDCJHHOA.GetHashCode(); if (Retcode != 0) hash ^= Retcode.GetHashCode(); + if (CBEGNBKMHCD != 0) hash ^= CBEGNBKMHCD.GetHashCode(); + if (PPIOLCLPMPL != 0L) hash ^= PPIOLCLPMPL.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -202,10 +187,6 @@ namespace EggLink.DanhengServer.Proto { output.WriteUInt32(Retcode); } dLHBCOKCIDP_.WriteTo(output, _repeated_dLHBCOKCIDP_codec); - if (HPJJDCJHHOA != 0UL) { - output.WriteRawTag(72); - output.WriteUInt64(HPJJDCJHHOA); - } if (CBEGNBKMHCD != 0) { output.WriteRawTag(96); output.WriteUInt32(CBEGNBKMHCD); @@ -229,10 +210,6 @@ namespace EggLink.DanhengServer.Proto { output.WriteUInt32(Retcode); } dLHBCOKCIDP_.WriteTo(ref output, _repeated_dLHBCOKCIDP_codec); - if (HPJJDCJHHOA != 0UL) { - output.WriteRawTag(72); - output.WriteUInt64(HPJJDCJHHOA); - } if (CBEGNBKMHCD != 0) { output.WriteRawTag(96); output.WriteUInt32(CBEGNBKMHCD); @@ -252,17 +229,14 @@ namespace EggLink.DanhengServer.Proto { public int CalculateSize() { int size = 0; size += dLHBCOKCIDP_.CalculateSize(_repeated_dLHBCOKCIDP_codec); - if (PPIOLCLPMPL != 0L) { - size += 1 + pb::CodedOutputStream.ComputeInt64Size(PPIOLCLPMPL); + if (Retcode != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); } if (CBEGNBKMHCD != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CBEGNBKMHCD); } - if (HPJJDCJHHOA != 0UL) { - size += 1 + pb::CodedOutputStream.ComputeUInt64Size(HPJJDCJHHOA); - } - if (Retcode != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); + if (PPIOLCLPMPL != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(PPIOLCLPMPL); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); @@ -277,17 +251,14 @@ namespace EggLink.DanhengServer.Proto { return; } dLHBCOKCIDP_.Add(other.dLHBCOKCIDP_); - if (other.PPIOLCLPMPL != 0L) { - PPIOLCLPMPL = other.PPIOLCLPMPL; + if (other.Retcode != 0) { + Retcode = other.Retcode; } if (other.CBEGNBKMHCD != 0) { CBEGNBKMHCD = other.CBEGNBKMHCD; } - if (other.HPJJDCJHHOA != 0UL) { - HPJJDCJHHOA = other.HPJJDCJHHOA; - } - if (other.Retcode != 0) { - Retcode = other.Retcode; + if (other.PPIOLCLPMPL != 0L) { + PPIOLCLPMPL = other.PPIOLCLPMPL; } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -313,10 +284,6 @@ namespace EggLink.DanhengServer.Proto { dLHBCOKCIDP_.AddEntriesFrom(input, _repeated_dLHBCOKCIDP_codec); break; } - case 72: { - HPJJDCJHHOA = input.ReadUInt64(); - break; - } case 96: { CBEGNBKMHCD = input.ReadUInt32(); break; @@ -349,10 +316,6 @@ namespace EggLink.DanhengServer.Proto { dLHBCOKCIDP_.AddEntriesFrom(ref input, _repeated_dLHBCOKCIDP_codec); break; } - case 72: { - HPJJDCJHHOA = input.ReadUInt64(); - break; - } case 96: { CBEGNBKMHCD = input.ReadUInt32(); break; diff --git a/Proto/PlanetFesStartMiniGameScRsp.cs b/Proto/PlanetFesStartMiniGameScRsp.cs index a032cce4..85fc303e 100644 --- a/Proto/PlanetFesStartMiniGameScRsp.cs +++ b/Proto/PlanetFesStartMiniGameScRsp.cs @@ -24,17 +24,17 @@ namespace EggLink.DanhengServer.Proto { static PlanetFesStartMiniGameScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiFQbGFuZXRGZXNTdGFydE1pbmlHYW1lU2NSc3AucHJvdG8aFVBsYW5ldEZl", - "c1Jld2FyZC5wcm90bxoRRk1OSExLTkpOQUgucHJvdG8aEUhMREhFTUxQSk5H", - "LnByb3RvIq4BChtQbGFuZXRGZXNTdGFydE1pbmlHYW1lU2NSc3ASIwoLSkZN", - "QUhNT0ZKUEkYCCABKAsyDC5GTU5ITEtOSk5BSEgAEg8KB3JldGNvZGUYDCAB", - "KA0SIAoGcmV3YXJkGAQgASgLMhAuUGxhbmV0RmVzUmV3YXJkEigKEnJvZ3Vl", - "X2N1cnJlbnRfaW5mbxgDIAEoCzIMLkhMREhFTUxQSk5HQg0KC0dPQ09LTEFF", - "TU9IQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "CiFQbGFuZXRGZXNTdGFydE1pbmlHYW1lU2NSc3AucHJvdG8aEUhMREhFTUxQ", + "Sk5HLnByb3RvGhFGTU5ITEtOSk5BSC5wcm90bxoRRElBSE5NTkNQQkQucHJv", + "dG8iqgEKG1BsYW5ldEZlc1N0YXJ0TWluaUdhbWVTY1JzcBIPCgdyZXRjb2Rl", + "GAwgASgNEhwKBnJld2FyZBgEIAEoCzIMLkRJQUhOTU5DUEJEEigKEnJvZ3Vl", + "X2N1cnJlbnRfaW5mbxgDIAEoCzIMLkhMREhFTUxQSk5HEiMKC0pGTUFITU9G", + "SlBJGAggASgLMgwuRk1OSExLTkpOQUhIAEINCgtMSUVCSkpCR0hGQUIeqgIb", + "RWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PlanetFesRewardReflection.Descriptor, global::EggLink.DanhengServer.Proto.FMNHLKNJNAHReflection.Descriptor, global::EggLink.DanhengServer.Proto.HLDHEMLPJNGReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.HLDHEMLPJNGReflection.Descriptor, global::EggLink.DanhengServer.Proto.FMNHLKNJNAHReflection.Descriptor, global::EggLink.DanhengServer.Proto.DIAHNMNCPBDReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlanetFesStartMiniGameScRsp), global::EggLink.DanhengServer.Proto.PlanetFesStartMiniGameScRsp.Parser, new[]{ "JFMAHMOFJPI", "Retcode", "Reward", "RogueCurrentInfo" }, new[]{ "GOCOKLAEMOH" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlanetFesStartMiniGameScRsp), global::EggLink.DanhengServer.Proto.PlanetFesStartMiniGameScRsp.Parser, new[]{ "Retcode", "Reward", "RogueCurrentInfo", "JFMAHMOFJPI" }, new[]{ "LIEBJJBGHFA" }, null, null, null) })); } #endregion @@ -79,8 +79,8 @@ namespace EggLink.DanhengServer.Proto { retcode_ = other.retcode_; reward_ = other.reward_ != null ? other.reward_.Clone() : null; rogueCurrentInfo_ = other.rogueCurrentInfo_ != null ? other.rogueCurrentInfo_.Clone() : null; - switch (other.GOCOKLAEMOHCase) { - case GOCOKLAEMOHOneofCase.JFMAHMOFJPI: + switch (other.LIEBJJBGHFACase) { + case LIEBJJBGHFAOneofCase.JFMAHMOFJPI: JFMAHMOFJPI = other.JFMAHMOFJPI.Clone(); break; } @@ -94,18 +94,6 @@ namespace EggLink.DanhengServer.Proto { return new PlanetFesStartMiniGameScRsp(this); } - /// Field number for the "JFMAHMOFJPI" field. - public const int JFMAHMOFJPIFieldNumber = 8; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.FMNHLKNJNAH JFMAHMOFJPI { - get { return gOCOKLAEMOHCase_ == GOCOKLAEMOHOneofCase.JFMAHMOFJPI ? (global::EggLink.DanhengServer.Proto.FMNHLKNJNAH) gOCOKLAEMOH_ : null; } - set { - gOCOKLAEMOH_ = value; - gOCOKLAEMOHCase_ = value == null ? GOCOKLAEMOHOneofCase.None : GOCOKLAEMOHOneofCase.JFMAHMOFJPI; - } - } - /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 12; private uint retcode_; @@ -120,10 +108,10 @@ namespace EggLink.DanhengServer.Proto { /// Field number for the "reward" field. public const int RewardFieldNumber = 4; - private global::EggLink.DanhengServer.Proto.PlanetFesReward reward_; + private global::EggLink.DanhengServer.Proto.DIAHNMNCPBD reward_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.PlanetFesReward Reward { + public global::EggLink.DanhengServer.Proto.DIAHNMNCPBD Reward { get { return reward_; } set { reward_ = value; @@ -142,24 +130,36 @@ namespace EggLink.DanhengServer.Proto { } } - private object gOCOKLAEMOH_; - /// Enum of possible cases for the "GOCOKLAEMOH" oneof. - public enum GOCOKLAEMOHOneofCase { + /// Field number for the "JFMAHMOFJPI" field. + public const int JFMAHMOFJPIFieldNumber = 8; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.FMNHLKNJNAH JFMAHMOFJPI { + get { return lIEBJJBGHFACase_ == LIEBJJBGHFAOneofCase.JFMAHMOFJPI ? (global::EggLink.DanhengServer.Proto.FMNHLKNJNAH) lIEBJJBGHFA_ : null; } + set { + lIEBJJBGHFA_ = value; + lIEBJJBGHFACase_ = value == null ? LIEBJJBGHFAOneofCase.None : LIEBJJBGHFAOneofCase.JFMAHMOFJPI; + } + } + + private object lIEBJJBGHFA_; + /// Enum of possible cases for the "LIEBJJBGHFA" oneof. + public enum LIEBJJBGHFAOneofCase { None = 0, JFMAHMOFJPI = 8, } - private GOCOKLAEMOHOneofCase gOCOKLAEMOHCase_ = GOCOKLAEMOHOneofCase.None; + private LIEBJJBGHFAOneofCase lIEBJJBGHFACase_ = LIEBJJBGHFAOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GOCOKLAEMOHOneofCase GOCOKLAEMOHCase { - get { return gOCOKLAEMOHCase_; } + public LIEBJJBGHFAOneofCase LIEBJJBGHFACase { + get { return lIEBJJBGHFACase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearGOCOKLAEMOH() { - gOCOKLAEMOHCase_ = GOCOKLAEMOHOneofCase.None; - gOCOKLAEMOH_ = null; + public void ClearLIEBJJBGHFA() { + lIEBJJBGHFACase_ = LIEBJJBGHFAOneofCase.None; + lIEBJJBGHFA_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -177,11 +177,11 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (!object.Equals(JFMAHMOFJPI, other.JFMAHMOFJPI)) return false; if (Retcode != other.Retcode) return false; if (!object.Equals(Reward, other.Reward)) return false; if (!object.Equals(RogueCurrentInfo, other.RogueCurrentInfo)) return false; - if (GOCOKLAEMOHCase != other.GOCOKLAEMOHCase) return false; + if (!object.Equals(JFMAHMOFJPI, other.JFMAHMOFJPI)) return false; + if (LIEBJJBGHFACase != other.LIEBJJBGHFACase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -189,11 +189,11 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (gOCOKLAEMOHCase_ == GOCOKLAEMOHOneofCase.JFMAHMOFJPI) hash ^= JFMAHMOFJPI.GetHashCode(); if (Retcode != 0) hash ^= Retcode.GetHashCode(); if (reward_ != null) hash ^= Reward.GetHashCode(); if (rogueCurrentInfo_ != null) hash ^= RogueCurrentInfo.GetHashCode(); - hash ^= (int) gOCOKLAEMOHCase_; + if (lIEBJJBGHFACase_ == LIEBJJBGHFAOneofCase.JFMAHMOFJPI) hash ^= JFMAHMOFJPI.GetHashCode(); + hash ^= (int) lIEBJJBGHFACase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -220,7 +220,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(34); output.WriteMessage(Reward); } - if (gOCOKLAEMOHCase_ == GOCOKLAEMOHOneofCase.JFMAHMOFJPI) { + if (lIEBJJBGHFACase_ == LIEBJJBGHFAOneofCase.JFMAHMOFJPI) { output.WriteRawTag(66); output.WriteMessage(JFMAHMOFJPI); } @@ -246,7 +246,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(34); output.WriteMessage(Reward); } - if (gOCOKLAEMOHCase_ == GOCOKLAEMOHOneofCase.JFMAHMOFJPI) { + if (lIEBJJBGHFACase_ == LIEBJJBGHFAOneofCase.JFMAHMOFJPI) { output.WriteRawTag(66); output.WriteMessage(JFMAHMOFJPI); } @@ -264,9 +264,6 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (gOCOKLAEMOHCase_ == GOCOKLAEMOHOneofCase.JFMAHMOFJPI) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(JFMAHMOFJPI); - } if (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); } @@ -276,6 +273,9 @@ namespace EggLink.DanhengServer.Proto { if (rogueCurrentInfo_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(RogueCurrentInfo); } + if (lIEBJJBGHFACase_ == LIEBJJBGHFAOneofCase.JFMAHMOFJPI) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(JFMAHMOFJPI); + } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -293,7 +293,7 @@ namespace EggLink.DanhengServer.Proto { } if (other.reward_ != null) { if (reward_ == null) { - Reward = new global::EggLink.DanhengServer.Proto.PlanetFesReward(); + Reward = new global::EggLink.DanhengServer.Proto.DIAHNMNCPBD(); } Reward.MergeFrom(other.Reward); } @@ -303,8 +303,8 @@ namespace EggLink.DanhengServer.Proto { } RogueCurrentInfo.MergeFrom(other.RogueCurrentInfo); } - switch (other.GOCOKLAEMOHCase) { - case GOCOKLAEMOHOneofCase.JFMAHMOFJPI: + switch (other.LIEBJJBGHFACase) { + case LIEBJJBGHFAOneofCase.JFMAHMOFJPI: if (JFMAHMOFJPI == null) { JFMAHMOFJPI = new global::EggLink.DanhengServer.Proto.FMNHLKNJNAH(); } @@ -336,14 +336,14 @@ namespace EggLink.DanhengServer.Proto { } case 34: { if (reward_ == null) { - Reward = new global::EggLink.DanhengServer.Proto.PlanetFesReward(); + Reward = new global::EggLink.DanhengServer.Proto.DIAHNMNCPBD(); } input.ReadMessage(Reward); break; } case 66: { global::EggLink.DanhengServer.Proto.FMNHLKNJNAH subBuilder = new global::EggLink.DanhengServer.Proto.FMNHLKNJNAH(); - if (gOCOKLAEMOHCase_ == GOCOKLAEMOHOneofCase.JFMAHMOFJPI) { + if (lIEBJJBGHFACase_ == LIEBJJBGHFAOneofCase.JFMAHMOFJPI) { subBuilder.MergeFrom(JFMAHMOFJPI); } input.ReadMessage(subBuilder); @@ -378,14 +378,14 @@ namespace EggLink.DanhengServer.Proto { } case 34: { if (reward_ == null) { - Reward = new global::EggLink.DanhengServer.Proto.PlanetFesReward(); + Reward = new global::EggLink.DanhengServer.Proto.DIAHNMNCPBD(); } input.ReadMessage(Reward); break; } case 66: { global::EggLink.DanhengServer.Proto.FMNHLKNJNAH subBuilder = new global::EggLink.DanhengServer.Proto.FMNHLKNJNAH(); - if (gOCOKLAEMOHCase_ == GOCOKLAEMOHOneofCase.JFMAHMOFJPI) { + if (lIEBJJBGHFACase_ == LIEBJJBGHFAOneofCase.JFMAHMOFJPI) { subBuilder.MergeFrom(JFMAHMOFJPI); } input.ReadMessage(subBuilder); diff --git a/Proto/PlanetFesUseItemScRsp.cs b/Proto/PlanetFesUseItemScRsp.cs index 42527b48..cd9dd099 100644 --- a/Proto/PlanetFesUseItemScRsp.cs +++ b/Proto/PlanetFesUseItemScRsp.cs @@ -24,12 +24,12 @@ namespace EggLink.DanhengServer.Proto { static PlanetFesUseItemScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChtQbGFuZXRGZXNVc2VJdGVtU2NSc3AucHJvdG8aFVBsYW5ldEZlc1Jld2Fy", - "ZC5wcm90byJKChVQbGFuZXRGZXNVc2VJdGVtU2NSc3ASIAoGcmV3YXJkGAsg", - "ASgLMhAuUGxhbmV0RmVzUmV3YXJkEg8KB3JldGNvZGUYByABKA1CHqoCG0Vn", - "Z0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); + "ChtQbGFuZXRGZXNVc2VJdGVtU2NSc3AucHJvdG8aEURJQUhOTU5DUEJELnBy", + "b3RvIkYKFVBsYW5ldEZlc1VzZUl0ZW1TY1JzcBIcCgZyZXdhcmQYCyABKAsy", + "DC5ESUFITk1OQ1BCRBIPCgdyZXRjb2RlGAcgASgNQh6qAhtFZ2dMaW5rLkRh", + "bmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PlanetFesRewardReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DIAHNMNCPBDReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlanetFesUseItemScRsp), global::EggLink.DanhengServer.Proto.PlanetFesUseItemScRsp.Parser, new[]{ "Reward", "Retcode" }, null, null, null, null) })); @@ -86,10 +86,10 @@ namespace EggLink.DanhengServer.Proto { /// Field number for the "reward" field. public const int RewardFieldNumber = 11; - private global::EggLink.DanhengServer.Proto.PlanetFesReward reward_; + private global::EggLink.DanhengServer.Proto.DIAHNMNCPBD reward_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.PlanetFesReward Reward { + public global::EggLink.DanhengServer.Proto.DIAHNMNCPBD Reward { get { return reward_; } set { reward_ = value; @@ -208,7 +208,7 @@ namespace EggLink.DanhengServer.Proto { } if (other.reward_ != null) { if (reward_ == null) { - Reward = new global::EggLink.DanhengServer.Proto.PlanetFesReward(); + Reward = new global::EggLink.DanhengServer.Proto.DIAHNMNCPBD(); } Reward.MergeFrom(other.Reward); } @@ -236,7 +236,7 @@ namespace EggLink.DanhengServer.Proto { } case 90: { if (reward_ == null) { - Reward = new global::EggLink.DanhengServer.Proto.PlanetFesReward(); + Reward = new global::EggLink.DanhengServer.Proto.DIAHNMNCPBD(); } input.ReadMessage(Reward); break; @@ -262,7 +262,7 @@ namespace EggLink.DanhengServer.Proto { } case 90: { if (reward_ == null) { - Reward = new global::EggLink.DanhengServer.Proto.PlanetFesReward(); + Reward = new global::EggLink.DanhengServer.Proto.DIAHNMNCPBD(); } input.ReadMessage(Reward); break; diff --git a/Proto/PlayCardBrief.cs b/Proto/PlayCardBrief.cs index af617238..5546362a 100644 --- a/Proto/PlayCardBrief.cs +++ b/Proto/PlayCardBrief.cs @@ -24,10 +24,11 @@ namespace EggLink.DanhengServer.Proto { static PlayCardBriefReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChNQbGF5Q2FyZEJyaWVmLnByb3RvGhRQbGF5U2tpbGxCcmllZi5wcm90byJd", - "Cg1QbGF5Q2FyZEJyaWVmEhAKCFVuaXF1ZUlkGA0gASgNEicKDlNraWxsQnJp", - "ZWZMaXN0GAIgAygLMg8uUGxheVNraWxsQnJpZWYSEQoJQmFzZVZhbHVlGAcg", - "ASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "ChNQbGF5Q2FyZEJyaWVmLnByb3RvGhRQbGF5U2tpbGxCcmllZi5wcm90byJh", + "Cg1QbGF5Q2FyZEJyaWVmEhEKCXVuaXF1ZV9pZBgNIAEoDRIpChBza2lsbF9i", + "cmllZl9saXN0GAIgAygLMg8uUGxheVNraWxsQnJpZWYSEgoKYmFzZV92YWx1", + "ZRgHIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90", + "bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PlaySkillBriefReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -85,7 +86,7 @@ namespace EggLink.DanhengServer.Proto { return new PlayCardBrief(this); } - /// Field number for the "UniqueId" field. + /// Field number for the "unique_id" field. public const int UniqueIdFieldNumber = 13; private uint uniqueId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -97,7 +98,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "SkillBriefList" field. + /// Field number for the "skill_brief_list" field. public const int SkillBriefListFieldNumber = 2; private static readonly pb::FieldCodec _repeated_skillBriefList_codec = pb::FieldCodec.ForMessage(18, global::EggLink.DanhengServer.Proto.PlaySkillBrief.Parser); @@ -108,7 +109,7 @@ namespace EggLink.DanhengServer.Proto { get { return skillBriefList_; } } - /// Field number for the "BaseValue" field. + /// Field number for the "base_value" field. public const int BaseValueFieldNumber = 7; private uint baseValue_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/PlaySkillBrief.cs b/Proto/PlaySkillBrief.cs index e68cbfd7..34e1f44f 100644 --- a/Proto/PlaySkillBrief.cs +++ b/Proto/PlaySkillBrief.cs @@ -25,10 +25,10 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChRQbGF5U2tpbGxCcmllZi5wcm90bxogVHJhaW5QYXJ0eU10U2tpbGxCcmll", - "ZlR5cGUucHJvdG8iZQoOUGxheVNraWxsQnJpZWYSLgoJU2tpbGxUeXBlGAgg", - "ASgOMhsuVHJhaW5QYXJ0eU10U2tpbGxCcmllZlR5cGUSEgoKU2tpbGxQYXJh", - "bRgHIAEoDRIPCgdTa2lsbElkGAkgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdT", - "ZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "ZlR5cGUucHJvdG8iaAoOUGxheVNraWxsQnJpZWYSLwoKc2tpbGxfdHlwZRgI", + "IAEoDjIbLlRyYWluUGFydHlNdFNraWxsQnJpZWZUeXBlEhMKC3NraWxsX3Bh", + "cmFtGAcgASgNEhAKCHNraWxsX2lkGAkgASgNQh6qAhtFZ2dMaW5rLkRhbmhl", + "bmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.TrainPartyMtSkillBriefTypeReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -86,7 +86,7 @@ namespace EggLink.DanhengServer.Proto { return new PlaySkillBrief(this); } - /// Field number for the "SkillType" field. + /// Field number for the "skill_type" field. public const int SkillTypeFieldNumber = 8; private global::EggLink.DanhengServer.Proto.TrainPartyMtSkillBriefType skillType_ = global::EggLink.DanhengServer.Proto.TrainPartyMtSkillBriefType.KMtSkillNone; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -98,7 +98,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "SkillParam" field. + /// Field number for the "skill_param" field. public const int SkillParamFieldNumber = 7; private uint skillParam_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -110,7 +110,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "SkillId" field. + /// Field number for the "skill_id" field. public const int SkillIdFieldNumber = 9; private uint skillId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/PlayerActionType.cs b/Proto/PlayerActionType.cs deleted file mode 100644 index 19991271..00000000 --- a/Proto/PlayerActionType.cs +++ /dev/null @@ -1,1775 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: PlayerActionType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from PlayerActionType.proto - public static partial class PlayerActionTypeReflection { - - #region Descriptor - /// File descriptor for PlayerActionType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static PlayerActionTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChZQbGF5ZXJBY3Rpb25UeXBlLnByb3RvKsqoAgoQUGxheWVyQWN0aW9uVHlw", - "ZRIWChJQTEFZRVJfQUNUSU9OX05PTkUQABIaChZQTEFZRVJfQUNUSU9OX1JF", - "R0lTVEVSEAESFwoTUExBWUVSX0FDVElPTl9MT0dJThACEhgKFFBMQVlFUl9B", - "Q1RJT05fTE9HT1VUEAMSGQoVUExBWUVSX0FDVElPTl9BRERfRVhQEAQSGgoW", - "UExBWUVSX0FDVElPTl9MRVZFTF9VUBAFEh4KGlBMQVlFUl9BQ1RJT05fQURE", - "X01BVEVSSUFMEAYSGwoXUExBWUVSX0FDVElPTl9TQVZFX1NUQVQQBxIqCiZQ", - "TEFZRVJfQUNUSU9OX1RSQVZFTF9CUk9DSFVSRV9JTlRFUkFDVBAIEhoKFlBM", - "QVlFUl9BQ1RJT05fUkVDSEFSR0UQZRIbChdQTEFZRVJfQUNUSU9OX0JVWV9H", - "T09EUxBmEhoKFlBMQVlFUl9BQ1RJT05fQUREX0NPSU4QZxIoCiRQTEFZRVJf", - "QUNUSU9OX01PTlRIX0NBUkRfREFJTFlfSENPSU4QaBImCiJQTEFZRVJfQUNU", - "SU9OX01PTlRIX0NBUkRfQlVZX01DT0lOEGkSJAogUExBWUVSX0FDVElPTl9S", - "RUNIQVJHRV9GUkVFX0NPSU4QahIgChxQTEFZRVJfQUNUSU9OX0FERF9NT05U", - "SF9DQVJEEGsSIwofUExBWUVSX0FDVElPTl9SRUNIQVJHRV9HSUZUX1BBWRBs", - "EiQKIFBMQVlFUl9BQ1RJT05fUkVDSEFSR0VfR0lGVF9GUkVFEG0SIgoeUExB", - "WUVSX0FDVElPTl9SRUNIQVJHRV9CRU5FRklUEG4SKwonUExBWUVSX0FDVElP", - "Tl9SRUNIQVJHRV9HSUZUX1RBS0VfUkVXQVJEEG8SJQohUExBWUVSX0FDVElP", - "Tl9SRUNIQVJHRV9HSUZUX1JFQUNIEHASKAokUExBWUVSX0FDVElPTl9SRUNI", - "QVJHRV9CRU5FRklUX1JFQUNIEHESIQocUExBWUVSX0FDVElPTl9NSVNTSU9O", - "X0FDQ0VQVBDJARIhChxQTEFZRVJfQUNUSU9OX01JU1NJT05fRklOSVNIEMoB", - "Eh8KGlBMQVlFUl9BQ1RJT05fTUlTU0lPTl9GQUlMEMsBEiYKIVBMQVlFUl9B", - "Q1RJT05fTUFJTl9NSVNTSU9OX0FDQ0VQVBDMARIlCiBQTEFZRVJfQUNUSU9O", - "X1NVQl9NSVNTSU9OX0FDQ0VQVBDNARImCiFQTEFZRVJfQUNUSU9OX01BSU5f", - "TUlTU0lPTl9GSU5JU0gQzgESJQogUExBWUVSX0FDVElPTl9TVUJfTUlTU0lP", - "Tl9GSU5JU0gQzwESJAofUExBWUVSX0FDVElPTl9EQUlMWV9UQVNLX0ZJTklT", - "SBDQARIpCiRQTEFZRVJfQUNUSU9OX0RBSUxZX1RBU0tfVEFLRV9SRVdBUkQQ", - "0QESIgodUExBWUVSX0FDVElPTl9OUENfVEFMS19SRVdBUkQQ0gESJwoiUExB", - "WUVSX0FDVElPTl9NQUlOX01JU1NJT05fUkVDT1ZFUhDTARInCiJQTEFZRVJf", - "QUNUSU9OX01BSU5fTUlTU0lPTl9ESVNBQkxFENQBEhUKEFBMQVlFUl9BQ1RJ", - "T05fR00Q6QcSHAoXUExBWUVSX0FDVElPTl9DVVNUT01fT1AQ6gcSHAoXUExB", - "WUVSX0FDVElPTl9DSEVDS19TVU0Q6wcSIgodUExBWUVSX0FDVElPTl9QTEFZ", - "RVJfTE9DQVRJT04Q7AcSIgodUExBWUVSX0FDVElPTl9DSEFOR0VfTEFOR1VB", - "R0UQ7QcSIAobUExBWUVSX0FDVElPTl9DTElFTlRfUkVQT1JUEO4HEh0KGFBM", - "QVlFUl9BQ1RJT05fQUNFX1JFUE9SVBDvBxIkCh9QTEFZRVJfQUNUSU9OX1BM", - "QVlFUl9QT1dFUl9JTkZPEPAHEiAKG1BMQVlFUl9BQ1RJT05fREFJTFlfUkVG", - "UkVTSBDxBxIkCh9QTEFZRVJfQUNUSU9OX0FWQVRBUl9WQUxVRV9JTkZPEPIH", - "EisKJlBMQVlFUl9BQ1RJT05fTU9WRV9DSEVDS19GQUlMRURfUkVQT1JUEPMH", - "EicKIlBMQVlFUl9BQ1RJT05fQkFUVExFX0ZBSUxFRF9SRVBPUlQQ9AcSIgod", - "UExBWUVSX0FDVElPTl9TRUNVUklUWV9SRVBPUlQQ9QcSIwoeUExBWUVSX0FD", - "VElPTl9BVkFUQVJfUFJPTU9USU9OEM0IEh0KGFBMQVlFUl9BQ1RJT05fQVZB", - "VEFSX0FERBDPCBImCiFQTEFZRVJfQUNUSU9OX0FWQVRBUl9VU0VfRVhQX0lU", - "RU0Q0AgSIgodUExBWUVSX0FDVElPTl9BVkFUQVJfTEVWRUxfVVAQ0QgSIAob", - "UExBWUVSX0FDVElPTl9TS0lMTF9UUkVFX1VQENIIEiMKHlBMQVlFUl9BQ1RJ", - "T05fQVZBVEFSX0hQX0NIQU5HRRDTCBIjCh5QTEFZRVJfQUNUSU9OX0FWQVRB", - "Ul9NUF9DSEFOR0UQ1AgSIQocUExBWUVSX0FDVElPTl9BVkFUQVJfQUREX0VY", - "UBDVCBIhChxQTEFZRVJfQUNUSU9OX0FWQVRBUl9SQU5LX1VQENYIEiIKHVBM", - "QVlFUl9BQ1RJT05fQVZBVEFSX1JFUEVBVEVEENcIEiAKG1BMQVlFUl9BQ1RJ", - "T05fTVBfTUFYX0NIQU5HRRDYCBIvCipQTEFZRVJfQUNUSU9OX0FWQVRBUl9U", - "QUtFX1BST01PVElPTl9SRVdBUkQQ2QgSKgolUExBWUVSX0FDVElPTl9BVkFU", - "QVJfUkVMSUNfQUZGSVhfSU5GTxDaCBIeChlQTEFZRVJfQUNUSU9OX0FWQVRB", - "Ul9NQVJLENsIEiwKJ1BMQVlFUl9BQ1RJT05fQVZBVEFSX1NZU1RFTV9QT1dF", - "Ul9SRVNFVBDcCBIlCiBQTEFZRVJfQUNUSU9OX0FWQVRBUl9DSEFOR0VfUEFU", - "SBDfCBIrCiZQTEFZRVJfQUNUSU9OX1NFVF9HUk9XVEhfVEFSR0VUX0FWQVRB", - "UhDgCBIdChhQTEFZRVJfQUNUSU9OX0RFTF9BVkFUQVIQ4QgSJQogUExBWUVS", - "X0FDVElPTl9BVkFUQVJfU0tJTl9DSEFOR0UQ4ggSNAovUExBWUVSX0FDVElP", - "Tl9TRVRfR1JPV1RIX1RBUkdFVF9GVU5DVElPTl9DT05GSUcQ4wgSHgoZUExB", - "WUVSX0FDVElPTl9TVEFHRV9CRUdJThCyCRIcChdQTEFZRVJfQUNUSU9OX1NU", - "QUdFX0VORBCzCRIlCiBQTEFZRVJfQUNUSU9OX0NPQ09PTl9TVEFHRV9CRUdJ", - "ThC1CRIjCh5QTEFZRVJfQUNUSU9OX0NPQ09PTl9TVEFHRV9FTkQQtgkSIwoe", - "UExBWUVSX0FDVElPTl9GQVJNX0VMRU1FTlRfRU5EELcJEiQKH1BMQVlFUl9B", - "Q1RJT05fRUxFTUVOVF9TVEFHRV9FTkQQuAkSHwoaUExBWUVSX0FDVElPTl9D", - "T0NPT05fU1dFRVAQuQkSJQogUExBWUVSX0FDVElPTl9GQVJNX0VMRU1FTlRf", - "U1dFRVAQugkSIgodUExBWUVSX0FDVElPTl9SRUNPVkVSX1NUQU1JTkEQlQoS", - "IwoeUExBWUVSX0FDVElPTl9FWENIQU5HRV9TVEFNSU5BEJYKEh8KGlBMQVlF", - "Ul9BQ1RJT05fTE9HSU5fUkVXQVJEEJcKEiIKHVBMQVlFUl9BQ1RJT05fTU9E", - "SUZZX05JQ0tOQU1FEJgKEiMKHlBMQVlFUl9BQ1RJT05fR0VUX0xFVkVMX1JF", - "V0FSRBCZChIhChxQTEFZRVJfQUNUSU9OX1dPUkxEX0xFVkVMX1VQEJoKEh4K", - "GVBMQVlFUl9BQ1RJT05fQUREX1NUQU1JTkEQmwoSMAorUExBWUVSX0FDVElP", - "Tl9HQU1FUExBWV9CSVJUSERBWV9SRVdBUkRfTUFJTBCcChIpCiRQTEFZRVJf", - "QUNUSU9OX1JFQ0hBUkdFX1JFQkFURV9SRVdBUkQQnQoSKAojUExBWUVSX0FD", - "VElPTl9HQU1FUExBWV9CSVJUSERBWV9TRVQQngoSKwomUExBWUVSX0FDVElP", - "Tl9SRVNFUlZFX1NUQU1JTkFfRVhDSEFOR0UQnwoSJgohUExBWUVSX0FDVElP", - "Tl9SRVNFUlZFX1NUQU1JTkFfQUREEKAKEikKJFBMQVlFUl9BQ1RJT05fUkVT", - "RVJWRV9TVEFNSU5BX0NIQU5HRRChChIeChlQTEFZRVJfQUNUSU9OX05PV19T", - "VEFNSU5BEKIKEhcKElBMQVlFUl9BQ1RJT05fTUFJTBD5ChIiCh1QTEFZRVJf", - "QUNUSU9OX01BSUxfT1BfQllfVVNFUhD6ChIiCh1QTEFZRVJfQUNUSU9OX01B", - "SUxfT1BfQllfTVVJUBD7ChIgChtQTEFZRVJfQUNUSU9OX01BSUxfT1BfQllf", - "R00Q/AoSIgodUExBWUVSX0FDVElPTl9NQUlMX09QX0JZX0ZVTEwQ/QoSJAof", - "UExBWUVSX0FDVElPTl9NQUlMX09QX0JZX0VYUElSRRD+ChImCiFQTEFZRVJf", - "QUNUSU9OX01BSUxfT1BfQllfSU5URVJOQUwQ/woSGwoWUExBWUVSX0FDVElP", - "Tl9BRERfTUFJTBCACxIbChZQTEFZRVJfQUNUSU9OX0RFTF9NQUlMEIELEiIK", - "HVBMQVlFUl9BQ1RJT05fVEFLRV9BVFRBQ0hNRU5UEIILEhwKF1BMQVlFUl9B", - "Q1RJT05fUkVBRF9NQUlMEIMLEiAKG1BMQVlFUl9BQ1RJT05fQkFUVExFX0FW", - "QVRBUhDdCxIhChxQTEFZRVJfQUNUSU9OX0JBVFRMRV9NT05TVEVSEN4LEh0K", - "GFBMQVlFUl9BQ1RJT05fQkFUVExFX0VORBDgCxIgChtQTEFZRVJfQUNUSU9O", - "X0JBVFRMRV9SRVBMQVkQ4QsSJgohUExBWUVSX0FDVElPTl9CQVRUTEVfQVZB", - "VEFSX0RFQVRIEOILEiYKIVBMQVlFUl9BQ1RJT05fQkFUVExFX1NXSVRDSF9Q", - "SEFTRRDjCxInCiJQTEFZRVJfQUNUSU9OX0JBVFRMRV9NT05TVEVSX1NLSUxM", - "EOQLEiIKHVBMQVlFUl9BQ1RJT05fQkFUVExFX1JFQkFUVExFEOULEigKI1BM", - "QVlFUl9BQ1RJT05fQkFUVExFX0FWQVRBUl9TRVJWQU5UEOYLEiEKHFBMQVlF", - "Ul9BQ1RJT05fTUlTU0lPTl9SRVdBUkQQwgwSHwoaUExBWUVSX0FDVElPTl9R", - "VUVTVF9BQ0NFUFQQwwwSHwoaUExBWUVSX0FDVElPTl9RVUVTVF9GSU5JU0gQ", - "xAwSHwoaUExBWUVSX0FDVElPTl9RVUVTVF9SRU1PVkUQxQwSHwoaUExBWUVS", - "X0FDVElPTl9RVUVTVF9SRVdBUkQQxgwSIwoeUExBWUVSX0FDVElPTl9RVUVT", - "VF9BVVRPX0NMT1NFEMcMEiAKG1BMQVlFUl9BQ1RJT05fUVVFU1RfRVhQSVJF", - "RBDIDBIjCh5QTEFZRVJfQUNUSU9OX01JU1NJT05fUkVRVUlSRUQQyQwSJAof", - "UExBWUVSX0FDVElPTl9TVUJNSVNTSU9OX1JFV0FSRBDKDBIrCiZQTEFZRVJf", - "QUNUSU9OX0FDSElFVkVNRU5UX0xFVkVMX1JFV0FSRBDLDBIfChpQTEFZRVJf", - "QUNUSU9OX1FVRVNUX0RFTEVURRDMDBIlCiBQTEFZRVJfQUNUSU9OX1NVQl9N", - "SVNTSU9OX1JFV0FSRBDNDBIlCiBQTEFZRVJfQUNUSU9OX01JU1NJT05fQ09N", - "UEVOU0FURRDODBIiCh1QTEFZRVJfQUNUSU9OX01JU1NJT05fUkVDWUNMRRDP", - "DBIeChlQTEFZRVJfQUNUSU9OX1FVRVNUX1JFU0VUENAMEigKI1BMQVlFUl9B", - "Q1RJT05fUVVFU1RfT1BUSU9OQUxfUkVXQVJEENEMEiAKG1BMQVlFUl9BQ1RJ", - "T05fUFJPUF9JTlRFUkFDVBCoDRIkCh9QTEFZRVJfQUNUSU9OX0FWQVRBUl9N", - "QVpFX1NLSUxMEKkNEh0KGFBMQVlFUl9BQ1RJT05fRU5URVJfTUFaRRCqDRIk", - "Ch9QTEFZRVJfQUNUSU9OX09SRElOQVJZX0lOVEVSQUNUEKsNEiEKHFBMQVlF", - "Ul9BQ1RJT05fQ0hFU1RfSU5URVJBQ1QQrA0SJQogUExBWUVSX0FDVElPTl9D", - "SEVDS19QT0lOVF9VTkxPQ0sQrQ0SJwoiUExBWUVSX0FDVElPTl9DSEVDS19Q", - "T0lOVF9JTlRFUkFDVBCuDRIlCiBQTEFZRVJfQUNUSU9OX0NIRUNLX1BPSU5U", - "X1JFVklWRRCvDRInCiJQTEFZRVJfQUNUSU9OX0NIRUNLX1BPSU5UX1RSQU5T", - "RkVSELANEiMKHlBMQVlFUl9BQ1RJT05fTU9OU1RFUl9JTlRFUkFDVBCyDRIf", - "ChpQTEFZRVJfQUNUSU9OX05QQ19JTlRFUkFDVBC0DRIbChZQTEFZRVJfQUNU", - "SU9OX1BST1BfSElUELUNEiIKHVBMQVlFUl9BQ1RJT05fUFJFTE9HVUVfUkVW", - "SVZFELYNEh0KGFBMQVlFUl9BQ1RJT05fUFJPUF9TVEFURRC3DRImCiFQTEFZ", - "RVJfQUNUSU9OX0NIRUNLX1BPSU5UX1JFQ09WRVIQuA0SIAobUExBWUVSX0FD", - "VElPTl9NRUNIQU5JU01fQkFSELoNEiYKIVBMQVlFUl9BQ1RJT05fU1VCTUlU", - "X09SSUdBTUlfSVRFTRC7DRImCiFQTEFZRVJfQUNUSU9OX01BWkVfQlVGRl9E", - "Uk9QX0lURU0QvA0SHQoYUExBWUVSX0FDVElPTl9GU1ZfQ0hBTkdFEL0NEiYK", - "IVBMQVlFUl9BQ1RJT05fVElNRUxJTkVfUFJPUF9TVEFURRC+DRImCiFQTEFZ", - "RVJfQUNUSU9OX0VRVUlQTUVOVF9QUk9NT1RJT04Q7Q4SGwoWUExBWUVSX0FD", - "VElPTl9BRERfSVRFTRDuDhIbChZQTEFZRVJfQUNUSU9OX1VTRV9JVEVNEPAO", - "EiQKH1BMQVlFUl9BQ1RJT05fRVFVSVBNRU5UX1JBTktfVVAQ8Q4SJQogUExB", - "WUVSX0FDVElPTl9FUVVJUE1FTlRfTEVWRUxfVVAQ8g4SKgolUExBWUVSX0FD", - "VElPTl9FWFBfVVBfRVFVSVBNRU5UX1JFVFVSThDzDhInCiJQTEFZRVJfQUNU", - "SU9OX0JBR19GVUxMX1JFV0FSRF9NQUlMEPQOEiAKG1BMQVlFUl9BQ1RJT05f", - "RVFVSVBNRU5UX0FERBD1DhIhChxQTEFZRVJfQUNUSU9OX0VRVUlQTUVOVF9X", - "RUFSEPYOEh8KGlBMQVlFUl9BQ1RJT05fSVRFTV9DT01QT1NFEPcOEiEKHFBM", - "QVlFUl9BQ1RJT05fUkVMSUNfTEVWRUxfVVAQ+A4SJgohUExBWUVSX0FDVElP", - "Tl9FWFBfVVBfUkVMSUNfUkVUVVJOEPkOEiQKH1BMQVlFUl9BQ1RJT05fUkVM", - "SUNfTlVNX0NIQU5HRUQQ+g4SHQoYUExBWUVSX0FDVElPTl9SRUxJQ19XRUFS", - "EPsOEiAKG1BMQVlFUl9BQ1RJT05fUkVMSUNfQ09NUE9TRRD8DhIcChdQTEFZ", - "RVJfQUNUSU9OX1NFTExfSVRFTRD9DhIfChpQTEFZRVJfQUNUSU9OX1VOTE9D", - "S19NVVNJQxD+DhIwCitQTEFZRVJfQUNUSU9OX0VYQ0hBTkdFX0hDT0lOX1dJ", - "VEhfUEFZX01DT0lOEP8OEh0KGFBMQVlFUl9BQ1RJT05fR0VUX1JFV0FSRBCA", - "DxIxCixQTEFZRVJfQUNUSU9OX0VYQ0hBTkdFX0hDT0lOX1dJVEhfRlJFRV9N", - "Q09JThCBDxIuCilQTEFZRVJfQUNUSU9OX0lURU1fQ09NUE9TRV9GT1JNVUxB", - "X1VOTE9DSxCCDxIhChxQTEFZRVJfQUNUSU9OX0VYQ0hBTkdFX0hDT0lOEIMP", - "EikKJFBMQVlFUl9BQ1RJT05fQ0lUWV9TSE9QX0xFVkVMX1JFV0FSRBCEDxIf", - "ChpQTEFZRVJfQUNUSU9OX0lURU1fUkVDWUNMRRCFDxInCiJQTEFZRVJfQUNU", - "SU9OX01VU0VVTV9GVU5EU19DT05TVU1FEIYPEikKJFBMQVlFUl9BQ1RJT05f", - "TVVTRVVNX0VWRU5UX0JVWV9TVFVGRhCHDxIqCiVQTEFZRVJfQUNUSU9OX01V", - "U0VVTV9NQVJLRVRfQlVZX1NUVUZGEIgPEiYKIVBMQVlFUl9BQ1RJT05fTVVT", - "RVVNX1JBTkRPTV9FVkVOVBCJDxImCiFQTEFZRVJfQUNUSU9OX01VU0VVTV9J", - "TklUSUFMX0lURU0Qig8SJgohUExBWUVSX0FDVElPTl9PUFRJT05BTF9CT1hf", - "UkVXQVJEEIsPEh8KGlBMQVlFUl9BQ1RJT05fREVTVFJPWV9JVEVNEIwPEh8K", - "GlBMQVlFUl9BQ1RJT05fVFJBTlNGRVJfRVhQEI0PEh0KGFBMQVlFUl9BQ1RJ", - "T05fT05EVVRZX1VTRRCODxIcChdQTEFZRVJfQUNUSU9OX0lURU1fTUFSSxCP", - "DxIgChtQTEFZRVJfQUNUSU9OX1JFTElDX0RJU0NBUkQQkA8SLgopUExBWUVS", - "X0FDVElPTl9HRU5FUkFMX1ZJUlRVQUxfSVRFTV9DSEFOR0UQkQ8SHQoYUExB", - "WUVSX0FDVElPTl9SRUxJQ19MT0NLEJIPEikKJFBMQVlFUl9BQ1RJT05fUkVM", - "SUNfRklMVEVSX1BMQU5fU0FWRRCTDxIrCiZQTEFZRVJfQUNUSU9OX1JFTElD", - "X0ZJTFRFUl9QTEFOX0RFTEVURRCUDxIpCiRQTEFZRVJfQUNUSU9OX1JFTElD", - "X0ZJTFRFUl9QTEFOX01BUksQlQ8SHQoYUExBWUVSX0FDVElPTl9SRUxJQ19T", - "RUxMEJYPEiAKG1BMQVlFUl9BQ1RJT05fUkVMSUNfUkVGT1JHRRCXDxIvCipQ", - "TEFZRVJfQUNUSU9OX1JFTElDX1NNQVJUX1dFQVJfQ1VTVE9NX1BMQU4QmA8S", - "IAobUExBWUVSX0FDVElPTl9SRUNPVkVSX1JFTElDEJkPEiQKH1BMQVlFUl9B", - "Q1RJT05fUkVDT1ZFUl9FUVVJUE1FTlQQmg8SIQocUExBWUVSX0FDVElPTl9F", - "UVVJUE1FTlRfU0VMTBCbDxItCihQTEFZRVJfQUNUSU9OX1JFTElDX1NNQVJU", - "X1dFQVJfUElOX1JFTElDEJwPEicKIlBMQVlFUl9BQ1RJT05fUkVMSUNfQ09D", - "T09OX1NFVFRJTkcQnQ8SJwoiUExBWUVSX0FDVElPTl9QRVJTT05BTF9DQVJE", - "X0NIQU5HRRCeDxIkCh9QTEFZRVJfQUNUSU9OX1BIT05FX0NBU0VfQ0hBTkdF", - "EJ8PEigKI1BMQVlFUl9BQ1RJT05fVFVUT1JJQUxfR1VJREVfRklOSVNIENEP", - "EhsKFlBMQVlFUl9BQ1RJT05fVFVUT1JJQUwQ0g8SIQocUExBWUVSX0FDVElP", - "Tl9UVVRPUklBTF9HVUlERRDTDxIfChpQTEFZRVJfQUNUSU9OX01PTlNURVJf", - "RFJPUBC1EBIjCh5QTEFZRVJfQUNUSU9OX0ZJTklTSF9DSEFMTEVOR0UQmRES", - "IgodUExBWUVSX0FDVElPTl9DSEFMTEVOR0VfU1RBUlMQmhESIgodUExBWUVS", - "X0FDVElPTl9DSEFMTEVOR0VfU1RBUlQQmxESIAobUExBWUVSX0FDVElPTl9D", - "SEFMTEVOR0VfRU5EEJwREiAKG1BMQVlFUl9BQ1RJT05fQ0hBTExFTkdFX1dJ", - "ThCdERIhChxQTEFZRVJfQUNUSU9OX0NIQUxMRU5HRV9GQUlMEJ4REiIKHVBM", - "QVlFUl9BQ1RJT05fQ0hBTExFTkdFX0xFQVZFEJ8REiMKHlBMQVlFUl9BQ1RJ", - "T05fQ0hBTExFTkdFX1NXSVRDSBCgERIpCiRQTEFZRVJfQUNUSU9OX0NIQUxM", - "RU5HRV9CT05VU19SRVdBUkQQohESKQokUExBWUVSX0FDVElPTl9DSEFMTEVO", - "R0VfU1RBUlNfUkVXQVJEEKMREiQKH1BMQVlFUl9BQ1RJT05fQ0hBTExFTkdF", - "X1JFU1RBUlQQpBESKAojUExBWUVSX0FDVElPTl9DSEFMTEVOR0VfU1RPUllf", - "U1RBUlQQpRESJgohUExBWUVSX0FDVElPTl9DSEFMTEVOR0VfU1RPUllfRU5E", - "EKYREiYKIVBMQVlFUl9BQ1RJT05fQ0hBTExFTkdFX0ZBU1RfUEFTUxCnERIs", - "CidQTEFZRVJfQUNUSU9OX0NIQUxMRU5HRV9TVE9SWV9GQVNUX1BBU1MQqBES", - "LQooUExBWUVSX0FDVElPTl9DSEFMTEVOR0VfTUVNT1JZX0ZBU1RfUEFTUxCp", - "ERIqCiVQTEFZRVJfQUNUSU9OX0NIQUxMRU5HRV9CQVRUTEVfVEFSR0VUEKoR", - "EiUKIFBMQVlFUl9BQ1RJT05fQ0hBTExFTkdFX0JPU1NfRU5EEKsREisKJlBM", - "QVlFUl9BQ1RJT05fQ0hBTExFTkdFX0JPU1NfRkFTVF9QQVNTEKwREioKJVBM", - "QVlFUl9BQ1RJT05fQ0hBTExFTkdFX1NUQVJUX1BBUlRJQUwQrRESLQooUExB", - "WUVSX0FDVElPTl9DSEFMTEVOR0VfQk9TU19QSEFTRV9TVEFSVBCuERIrCiZQ", - "TEFZRVJfQUNUSU9OX0NIQUxMRU5HRV9CT1NTX1BIQVNFX0VORBCvERI5CjRQ", - "TEFZRVJfQUNUSU9OX0NIQUxMRU5HRV9CT1NTX1BIQVNFX0VORF9CRUZPUkVf", - "QkFUVExFELAREi0KKFBMQVlFUl9BQ1RJT05fQ0hBTExFTkdFX1JFQ09NTUVO", - "RF9MSU5FVVAQsRESMwouUExBWUVSX0FDVElPTl9DSEFMTEVOR0VfU1RPUllf", - "RkVWRVJfQkFUVExFX0VORBCyERIjCh5QTEFZRVJfQUNUSU9OX1RFQU1fSU5G", - "T19DSEFOR0UQ/RESKAojUExBWUVSX0FDVElPTl9DSEFOR0VfQ1VSUkVOVF9B", - "VkFUQVIQ/hESJgohUExBWUVSX0FDVElPTl9DUkVBVEVfVklSVFVBTF9URUFN", - "EP8REiEKHFBMQVlFUl9BQ1RJT05fVEVBTV9OQU1FX0VESVQQgBISJQogUExB", - "WUVSX0FDVElPTl9BVkFUQVJfQlVGRl9DSEFOR0UQ4RISIgodUExBWUVSX0FD", - "VElPTl9FTlZfQlVGRl9DSEFOR0UQ4hISHAoXUExBWUVSX0FDVElPTl9HQU1F", - "X0NPUkUQ4xISJQogUExBWUVSX0FDVElPTl9BVkFUQVJfR0xPQkFMX0JVRkYQ", - "5BISJgohUExBWUVSX0FDVElPTl9ST0dVRV9FWFBMT1JFX1NUQVJUEMUTEiMK", - "HlBMQVlFUl9BQ1RJT05fUk9HVUVfRU5URVJfUk9PTRDGExIjCh5QTEFZRVJf", - "QUNUSU9OX1JPR1VFX0xFQVZFX1JPT00QxxMSJwoiUExBWUVSX0FDVElPTl9S", - "T0dVRV9FWFBMT1JFX0ZJTklTSBDIExIkCh9QTEFZRVJfQUNUSU9OX1JPR1VF", - "X1NFTEVDVF9CVUZGEMkTEiIKHVBMQVlFUl9BQ1RJT05fUk9HVUVfUk9MTF9C", - "VUZGEMoTEh8KGlBMQVlFUl9BQ1RJT05fUk9HVUVfUkVWSVZFEMsTEigKI1BM", - "QVlFUl9BQ1RJT05fUk9HVUVfQ0hBTExFTkdFX1NUQVJUENATEiAKG1BMQVlF", - "Ul9BQ1RJT05fUk9HVUVfTUlSQUNMRRDSExIhChxQTEFZRVJfQUNUSU9OX1JP", - "R1VFX0FERF9CVUZGENMTEiQKH1BMQVlFUl9BQ1RJT05fUk9HVUVfUElDS19B", - "VkFUQVIQ1BMSJwoiUExBWUVSX0FDVElPTl9ST0dVRV9TRUFTT05fQ0hBTkdF", - "RBDaExImCiFQTEFZRVJfQUNUSU9OX1JPR1VFX0FFT05fTEVWRUxfVVAQ3BMS", - "IgodUExBWUVSX0FDVElPTl9ST0dVRV9PUEVOX0RPT1IQ3RMSJQogUExBWUVS", - "X0FDVElPTl9ST0dVRV9TQ09SRV9SRVdBUkQQ3hMSJQogUExBWUVSX0FDVElP", - "Tl9ST0dVRV9FTkhBTkNFX0JVRkYQ3xMSJQogUExBWUVSX0FDVElPTl9ST0dV", - "RV9TRUxFQ1RfQk9OVVMQ4BMSKgolUExBWUVSX0FDVElPTl9ST0dVRV9BUkVB", - "X0ZJUlNUX1JFV0FSRBDhExImCiFQTEFZRVJfQUNUSU9OX1JPR1VFX0VOQUJM", - "RV9UQUxFTlQQ4hMSJAofUExBWUVSX0FDVElPTl9ST0dVRV9BRU9OX1VOTE9D", - "SxDjExIlCiBQTEFZRVJfQUNUSU9OX1JPR1VFX0FFT05fQUREX0VYUBDkExIp", - "CiRQTEFZRVJfQUNUSU9OX1JPR1VFX0lNTUVSU0VfTEVWRUxfVVAQ5RMSJwoi", - "UExBWUVSX0FDVElPTl9ST0dVRV9TRUxFQ1RfTUlSQUNMRRDmExIkCh9QTEFZ", - "RVJfQUNUSU9OX1JPR1VFX1VOTE9DS19BUkVBEOcTEi0KKFBMQVlFUl9BQ1RJ", - "T05fUk9HVUVfRVhQTE9SRV9TQ09SRV9DSEFOR0UQ6BMSKwomUExBWUVSX0FD", - "VElPTl9ST0dVRV9VUERBVEVfUkVXQVJEX1BPT0wQ6RMSIgodUExBWUVSX0FD", - "VElPTl9ST0dVRV9TV0FQX0JVRkYQ6xMSJwoiUExBWUVSX0FDVElPTl9ST0dV", - "RV9XRUVLTFlfUkVGUkVTSBDsExIlCiBQTEFZRVJfQUNUSU9OX1JPR1VFX0VY", - "Q0hBTkdFX0tFWRDtExIqCiVQTEFZRVJfQUNUSU9OX1JPR1VFX0dFVF9PQkpF", - "Q1RfUkVXQVJEEO4TEioKJVBMQVlFUl9BQ1RJT05fUk9HVUVfQVJFQV9NT05T", - "VEVSX0RST1AQ7xMSJAofUExBWUVSX0FDVElPTl9ST0dVRV9BRERfTUlSQUNM", - "RRDwExIlCiBQTEFZRVJfQUNUSU9OX1JPR1VFX1NXQVBfTUlSQUNMRRDxExIr", - "CiZQTEFZRVJfQUNUSU9OX1JPR1VFX09QRU5fT0JKRUNUX1JFV0FSRBDyExIk", - "Ch9QTEFZRVJfQUNUSU9OX1JPR1VFX0FFT05fRUZGRUNUEPMTEiUKIFBMQVlF", - "Ul9BQ1RJT05fUk9HVUVfUkVGT1JHRV9CVUZGEPQTEiYKIVBMQVlFUl9BQ1RJ", - "T05fUk9HVUVfVFJBREVfTUlSQUNMRRD1ExImCiFQTEFZRVJfQUNUSU9OX1JP", - "R1VFX1JFTU9WRV9BVkFUQVIQ9hMSKAojUExBWUVSX0FDVElPTl9ST0dVRV9E", - "SUFMT0dVRV9TRUxFQ1QQ9xMSJAofUExBWUVSX0FDVElPTl9ST0dVRV9TRUxF", - "Q1RfQUVPThD4ExIoCiNQTEFZRVJfQUNUSU9OX1JPR1VFX0RJQUxPR1VFX0ZJ", - "TklTSBD5ExIoCiNQTEFZRVJfQUNUSU9OX1JPR1VFX0hBTkRCT09LX1JFV0FS", - "RBD6ExIuCilQTEFZRVJfQUNUSU9OX1JPR1VFX0FEVkVOVFVSRV9ST09NX1JF", - "V0FSRBD7ExIhChxQTEFZRVJfQUNUSU9OX1JPR1VFX1NIT1BfQlVZEPwTEicK", - "IlBMQVlFUl9BQ1RJT05fUk9HVUVfUkVQQUlSX01JUkFDTEUQ/RMSLAonUExB", - "WUVSX0FDVElPTl9ST0dVRV9SRVBMQUNFX0FMTF9NSVJBQ0xFEP4TEicKIlBM", - "QVlFUl9BQ1RJT05fUk9HVUVfTUlSQUNMRV9CUk9LRU4Q/xMSJQogUExBWUVS", - "X0FDVElPTl9ST0dVRV9TSE9QX1JFRlJFU0gQgBQSKAojUExBWUVSX0FDVElP", - "Tl9ST0dVRV9MRVZFTF9NRUNIQU5JU00QgRQSJwoiUExBWUVSX0FDVElPTl9S", - "T0dVRV9SRU1PVkVfTUlSQUNMRRCCFBIiCh1QTEFZRVJfQUNUSU9OX1JPR1VF", - "X0RST1BfQlVGRhCDFBIoCiNQTEFZRVJfQUNUSU9OX1JPR1VFX0RFU1RST1lf", - "TUlSQUNMRRCEFBIpCiRQTEFZRVJfQUNUSU9OX1JPR1VFX0FDVElWQVRFX0ZP", - "Uk1VTEEQhRQSKwomUExBWUVSX0FDVElPTl9ST0dVRV9ERUFDVElWQVRFX0ZP", - "Uk1VTEEQhhQSJAofUExBWUVSX0FDVElPTl9ST0dVRV9SRU1PVkVfQlVGRhCH", - "FBInCiJQTEFZRVJfQUNUSU9OX1JPR1VFX1NFTEVDVF9GT1JNVUxBEIgUEiUK", - "IFBMQVlFUl9BQ1RJT05fUk9HVUVfRFJPUF9GT1JNVUxBEIkUEiUKIFBMQVlF", - "Ul9BQ1RJT05fUk9HVUVfUk9MTF9GT1JNVUxBEIoUEigKI1BMQVlFUl9BQ1RJ", - "T05fUk9HVUVfUkVGT1JHRV9GT1JNVUxBEIsUEigKI1BMQVlFUl9BQ1RJT05f", - "Uk9HVUVfQ09NUE9TRV9NSVJBQ0xFEIwUEigKI1BMQVlFUl9BQ1RJT05fUk9H", - "VUVfUkVGT1JHRV9NSVJBQ0xFEI0UEiIKHVBMQVlFUl9BQ1RJT05fUk9HVUVf", - "RE9fR0FNQkxFEI4UEikKJFBMQVlFUl9BQ1RJT05fUk9HVUVfS0VZV09SRF9B", - "Q1RJVkFURRCPFBIrCiZQTEFZRVJfQUNUSU9OX1JPR1VFX0tFWVdPUkRfREVB", - "Q1RJVkFURRCQFBInCiJQTEFZRVJfQUNUSU9OX1JPR1VFX1NPVVJDRV9ERUZB", - "VUxUEJEUEiYKIVBMQVlFUl9BQ1RJT05fUk9HVUVfUExBWUVSX1NFTEVDVBCS", - "FBIpCiRQTEFZRVJfQUNUSU9OX1JPR1VFX0xBWUVSX1NFVFRMRU1FTlQQkxQS", - "IAobUExBWUVSX0FDVElPTl9ST0dVRV9GT1JNVUxBEJQUEiIKHVBMQVlFUl9B", - "Q1RJT05fUk9HVUVfV09SS0JFTkNIEJUUEiEKHFBMQVlFUl9BQ1RJT05fUk9H", - "VUVfTU9ESUZJRVIQlhQSIAobUExBWUVSX0FDVElPTl9ST0dVRV9SRUZPUkdF", - "EJcUEh8KGlBMQVlFUl9BQ1RJT05fUk9HVUVfVEFMRU5UEJgUEh8KGlBMQVlF", - "Ul9BQ1RJT05fUk9HVUVfUkVST0xMEJkUEiQKH1BMQVlFUl9BQ1RJT05fUk9H", - "VUVfQ09JTl9DSEFOR0UQmhQSKwomUExBWUVSX0FDVElPTl9ST0dVRV9NQUdJ", - "Q19TQ0VQVEVSX1NIT1AQmxQSKAojUExBWUVSX0FDVElPTl9ST0dVRV9NQUdJ", - "Q19VTklUX1NIT1AQnBQSLwoqUExBWUVSX0FDVElPTl9ST0dVRV9NQUdJQ19T", - "Q0VQVEVSX0xFVkVMX1VQEJ0UEhgKE1BMQVlFUl9BQ1RJT05fR0FDSEEQqRQS", - "IwoeUExBWUVSX0FDVElPTl9BRERfR0FDSEFfVElDS0VUEKoUEiEKHFBMQVlF", - "Ul9BQ1RJT05fR0FDSEFfRVhDSEFOR0UQqxQSKAojUExBWUVSX0FDVElPTl9T", - "RVRfR0FDSEFfREVDSURFX0lURU0QrBQSJwoiUExBWUVSX0FDVElPTl9FVkVO", - "VF9NSVNTSU9OX0FDQ0VQVBDxFRInCiJQTEFZRVJfQUNUSU9OX0VWRU5UX01J", - "U1NJT05fRklOSVNIEPIVEicKIlBMQVlFUl9BQ1RJT05fRVZFTlRfTUlTU0lP", - "Tl9SRVdBUkQQ8xUSHgoZUExBWUVSX0FDVElPTl9SQUlEX0ZJTklTSBDVFhId", - "ChhQTEFZRVJfQUNUSU9OX1JBSURfQkVHSU4Q1hYSKAojUExBWUVSX0FDVElP", - "Tl9DSEFMTEVOR0VfUkFJRF9SRVdBUkQQ1xYSHQoYUExBWUVSX0FDVElPTl9T", - "VEFSVF9SQUlEENgWEhsKFlBMQVlFUl9BQ1RJT05fRU5EX1JBSUQQ2RYSJQog", - "UExBWUVSX0FDVElPTl9SQUlEX1RBUkdFVF9GSU5JU0gQ2hYSHwoaUExBWUVS", - "X0FDVElPTl9BUkNISVZFX1JBSUQQ2xYSKAojUExBWUVSX0FDVElPTl9IRVJP", - "X0JBU0VfVFlQRV9DSEFOR0UQ6xcSMAorUExBWUVSX0FDVElPTl9IRVJPX0JB", - "U0VfVFlQRV9BRERfQllfTUlTU0lPThDsFxIsCidQTEFZRVJfQUNUSU9OX0hF", - "Uk9fQkFTRV9UWVBFX0FERF9CWV9SRVEQ7RcSJQogUExBWUVSX0FDVElPTl9I", - "RVJPX0JBU0VfVFlQRV9BREQQ7hcSIgodUExBWUVSX0FDVElPTl9ESUFMT0dV", - "RV9TRUxFQ1QQnRgSIwoeUExBWUVSX0FDVElPTl9FWFBFRElUSU9OX1NUQVJU", - "EM8YEiQKH1BMQVlFUl9BQ1RJT05fRVhQRURJVElPTl9GSU5JU0gQ0BgSJAof", - "UExBWUVSX0FDVElPTl9FWFBFRElUSU9OX1JFV0FSRBDRGBIsCidQTEFZRVJf", - "QUNUSU9OX0FDVElWSVRZX0VYUEVESVRJT05fU1RBUlQQ0hgSLQooUExBWUVS", - "X0FDVElPTl9BQ1RJVklUWV9FWFBFRElUSU9OX0ZJTklTSBDTGBItCihQTEFZ", - "RVJfQUNUSU9OX0FDVElWSVRZX0VYUEVESVRJT05fUkVXQVJEENQYEiwKJ1BM", - "QVlFUl9BQ1RJT05fQUNUSVZJVFlfRVhQRURJVElPTl9CRUdJThDVGBIqCiVQ", - "TEFZRVJfQUNUSU9OX0FDVElWSVRZX0VYUEVESVRJT05fRU5EENYYEigKI1BM", - "QVlFUl9BQ1RJT05fQUNUSVZJVFlfTE9HSU5fUkVXQVJEEIEZEiAKG1BMQVlF", - "Ul9BQ1RJT05fRlJJRU5EX1JFUE9SVBDlGRIgChtQTEFZRVJfQUNUSU9OX0FT", - "U0lTVF9SRVdBUkQQ5hkSKAojUExBWUVSX0FDVElPTl9BU1NJU1RfQVZBVEFS", - "X1JFRlJFU0gQ5xkSLQooUExBWUVSX0FDVElPTl9BU1NJU1RfQVZBVEFSX0JB", - "VFRMRV9TVEFSVBDoGRIrCiZQTEFZRVJfQUNUSU9OX0FTU0lTVF9BVkFUQVJf", - "QkFUVExFX0VORBDpGRIfChpQTEFZRVJfQUNUSU9OX0ZSSUVORF9BUFBMWRDq", - "GRIgChtQTEFZRVJfQUNUSU9OX0ZSSUVORF9NQU5BR0UQ6xkSIwoeUExBWUVS", - "X0FDVElPTl9GUklFTkRfQkxBQ0tMSVNUEOwZEiwKJ1BMQVlFUl9BQ1RJT05f", - "RlJJRU5EX01PRElGWV9SRU1BUktfTkFNRRDtGRIeChlQTEFZRVJfQUNUSU9O", - "X0ZSSUVORF9NQVJLEO4ZEiUKIFBMQVlFUl9BQ1RJT05fRlJJRU5EX0FTU0lT", - "VF9MSVNUEO8ZEisKJlBMQVlFUl9BQ1RJT05fQkFUVExFX1BBU1NfTEVWRUxf", - "UkVXQVJEEIIZEi0KKFBMQVlFUl9BQ1RJT05fQkFUVExFX1BBU1NfMTI4VElF", - "Ul9SRVdBUkQQgxkSNQowUExBWUVSX0FDVElPTl9CQVRUTEVfUEFTU19MRVZF", - "TF9SRVdBUkRfQVVUT19NQUlMEIQZEiIKHVBMQVlFUl9BQ1RJT05fQlVZX0JB", - "VFRMRV9QQVNTEIUZEiYKIVBMQVlFUl9BQ1RJT05fQUREX0JBVFRMRV9QQVNT", - "X0VYUBCGGRInCiJQTEFZRVJfQUNUSU9OX0JBVFRMRV9QQVNTX0xFVkVMX1VQ", - "EIcZEigKI1BMQVlFUl9BQ1RJT05fQlVZX0JBVFRMRV9QQVNTX0xFVkVMEIgZ", - "EicKIlBMQVlFUl9BQ1RJT05fQkFUVExFX1BBU1NfRU5EX01BSUwQiRkSLAon", - "UExBWUVSX0FDVElPTl9CQVRUTEVfUEFTU182OFRJRVJfUkVXQVJEEIoZEh4K", - "GVBMQVlFUl9BQ1RJT05fTU9ESUZZX1NJR04QyRoSJQogUExBWUVSX0FDVElP", - "Tl9ESVNQTEFZX0FWQVRBUl9TRVQQyhoSJAofUExBWUVSX0FDVElPTl9BU1NJ", - "U1RfQVZBVEFSX1NFVBDLGhIlCiBQTEFZRVJfQUNUSU9OX0FDSElFVkVNRU5U", - "X0ZJTklTSBCtGxIlCiBQTEFZRVJfQUNUSU9OX0FDSElFVkVNRU5UX1JFV0FS", - "RBCuGxImCiFQTEFZRVJfQUNUSU9OX0FDSElFVkVNRU5UX0FERF9FWFAQrxsS", - "JwoiUExBWUVSX0FDVElPTl9BQ0hJRVZFTUVOVF9MRVZFTF9VUBCwGxIjCh5Q", - "TEFZRVJfQUNUSU9OX1BVTktfTE9SRF9SRVdBUkQQkRwSKAojUExBWUVSX0FD", - "VElPTl9QVU5LX0xPUkRfQk9TU19TRUFSQ0gQlBwSJwoiUExBWUVSX0FDVElP", - "Tl9QVU5LX0xPUkRfQk9TU19TSEFSRRCVHBInCiJQTEFZRVJfQUNUSU9OX1NU", - "QVJUX1BVTktfTE9SRF9SQUlEEJYcEioKJVBMQVlFUl9BQ1RJT05fUFVOS19M", - "T1JEX1NVUFBPUlRfVElNRVMQmBwSKQokUExBWUVSX0FDVElPTl9QVU5LX0xP", - "UkRfU0NPUkVfUkVXQVJEEJkcEikKJFBMQVlFUl9BQ1RJT05fUFVOS19MT1JE", - "X0xJU1RfUkVGUkVTSBCaHBIpCiRQTEFZRVJfQUNUSU9OX1BVTktfTE9SRF9Q", - "T1dFUl9BVFRBQ0sQmxwSJwoiUExBWUVSX0FDVElPTl9QVU5LX0xPUkRfQkFU", - "VExFX0VORBCcHBInCiJQTEFZRVJfQUNUSU9OX1BVTktfTE9SRF9CT1NTX0RF", - "QVRIEJ0cEicKIlBMQVlFUl9BQ1RJT05fUFVOS19MT1JEX0JPU1NfU0NPUkUQ", - "nhwSLAonUExBWUVSX0FDVElPTl9EQUlMWV9BQ1RJVkVfTEVWRUxfUkVXQVJE", - "EPUcEikKJFBMQVlFUl9BQ1RJT05fREFJTFlfQUNUSVZFX0FERF9QT0lOVBD2", - "HBIwCitQTEFZRVJfQUNUSU9OX0RBSUxZX0FDVElWRV9ERUxFVEVfT0xEX1FV", - "RVNUEPccEicKIlBMQVlFUl9BQ1RJT05fRklHSFRfQUNUSVZJVFlfQkVHSU4Q", - "zx0SJQogUExBWUVSX0FDVElPTl9GSUdIVF9BQ1RJVklUWV9FTkQQ0B0SKAoj", - "UExBWUVSX0FDVElPTl9GSUdIVF9BQ1RJVklUWV9SRVdBUkQQ2R0SJAofUExB", - "WUVSX0FDVElPTl9BQ1RJVklUWV9FTkRfTUFJTBDaHRIjCh5QTEFZRVJfQUNU", - "SU9OX0FQUE9JTlRNRU5UX01BSUwQ2x0SHwoaUExBWUVSX0FDVElPTl9TSEFS", - "RV9SRVdBUkQQ3B0SKAojUExBWUVSX0FDVElPTl9BQ1RJVklUWV9UUklBTF9S", - "RVdBUkQQ3R0SJwoiUExBWUVSX0FDVElPTl9BQ1RJVklUWV9UUklBTF9TVEFS", - "VBDeHRIlCiBQTEFZRVJfQUNUSU9OX1BTX1BSRV9PUkRFUl9NQUlMMRDjHRIl", - "CiBQTEFZRVJfQUNUSU9OX1BTX1BSRV9PUkRFUl9NQUlMMhDkHRIgChtQTEFZ", - "RVJfQUNUSU9OX1BTX0xPR0lOX01BSUwQ5R0SHQoYUExBWUVSX0FDVElPTl9M", - "T0dJTl9NQUlMEOYdEikKJFBMQVlFUl9BQ1RJT05fR09PR0xFX1BPSU5UU18x", - "MDBfTUFJTBDtHRIpCiRQTEFZRVJfQUNUSU9OX0dPT0dMRV9QT0lOVFNfMTUw", - "X01BSUwQ7h0SMAorUExBWUVSX0FDVElPTl9UUkFJTl9WSVNJVE9SX0JFSEFW", - "SU9SX0ZJTklTSBC9HhIjCh5QTEFZRVJfQUNUSU9OX0VOVEVSX1ZJRVdfVFJB", - "SU4Qvh4SOwo2UExBWUVSX0FDVElPTl9UUkFJTl9WSVNJVE9SX0JFSEFWSU9S", - "X1JFV0FSRF9GT1JDRV9TRU5EEL8eEi4KKVBMQVlFUl9BQ1RJT05fVFJBSU5f", - "VklTSVRPUl9SRUdJU1RFUl9PUEVOEMAeEkcKQlBMQVlFUl9BQ1RJT05fVFJB", - "SU5fVklTSVRPUl9CRUhBVklPUl9SRVdBUkRfRk9SQ0VfU0VORF9CWV9SRUdJ", - "U1RFUhDBHhI5CjRQTEFZRVJfQUNUSU9OX1RSQUlOX1ZJU0lUT1JfQ0xFQVJf", - "TEFTVF9UUkFJTl9WSVNJVE9SEMIeEjYKMVBMQVlFUl9BQ1RJT05fVFJBSU5f", - "VklTSVRPUl9SRUZSRVNIX1RSQUlOX1ZJU0lUT1IQwx4SLAonUExBWUVSX0FD", - "VElPTl9UUkFJTl9WSVNJVE9SX1JFRlJFU0hfTlBDEMQeEicKIlBMQVlFUl9B", - "Q1RJT05fTUVTU0FHRV9HUk9VUF9BQ0NFUFQQ7x4SKQokUExBWUVSX0FDVElP", - "Tl9NRVNTQUdFX1NFQ1RJT05fQUNDRVBUEPAeEikKJFBMQVlFUl9BQ1RJT05f", - "TUVTU0FHRV9TRUNUSU9OX0ZJTklTSBDxHhImCiFQTEFZRVJfQUNUSU9OX01F", - "U1NBR0VfSVRFTV9GSU5JU0gQ8h4SLgopUExBWUVSX0FDVElPTl9GSU5JU0hf", - "TUVTU0FHRV9HUk9VUF9SRVdBUkQQ8x4SMgotUExBWUVSX0FDVElPTl9TVUJT", - "VElUVVRFX01FU1NBR0VfR1JPVVBfUkVXQVJEEPQeEicKIlBMQVlFUl9BQ1RJ", - "T05fREVMRVRFX01FU1NBR0VfR1JPVVAQ9R4SKQokUExBWUVSX0FDVElPTl9E", - "RUxFVEVfTUVTU0FHRV9TRUNUSU9OEPYeEjEKLFBMQVlFUl9BQ1RJT05fREVM", - "RVRFX01FU1NBR0VfR1JPVVBfQllfQ09ORklHEPceEjMKLlBMQVlFUl9BQ1RJ", - "T05fREVMRVRFX01FU1NBR0VfR1JPVVBfQllfQUNUSVZJVFkQ+B4SMgotUExB", - "WUVSX0FDVElPTl9ERUxFVEVfTUVTU0FHRV9HUk9VUF9CWV9NSVNTSU9OEPke", - "EiEKHFBMQVlFUl9BQ1RJT05fVEVYVF9KT0lOX1NBVkUQoR8SJAofUExBWUVS", - "X0FDVElPTl9CT1hJTkdfQ0xVQl9TVEFSVBDTHxIlCiBQTEFZRVJfQUNUSU9O", - "X0JPWElOR19DTFVCX0ZJTklTSBDUHxIkCh9QTEFZRVJfQUNUSU9OX0JPWElO", - "R19DTFVCX1BBVVNFENUfEioKJVBMQVlFUl9BQ1RJT05fQk9YSU5HX0NMVUJf", - "U1RBR0VfU1RBUlQQ1h8SHAoXUExBWUVSX0FDVElPTl9UQUxLX1NFTkQQhSAS", - "KgolUExBWUVSX0FDVElPTl9TRUxFQ1RfSU5DTElOQVRJT05fVEVYVBCGIBIq", - "CiVQTEFZRVJfQUNUSU9OX01VU0VVTV9TRVRUTEVfVFVSTl9PUEVOEOkgEiYK", - "IVBMQVlFUl9BQ1RJT05fTVVTRVVNX1VQR1JBREVfQVJFQRDqIBIrCiZQTEFZ", - "RVJfQUNUSU9OX01VU0VVTV9VUEdSQURFX0FSRUFfU1RBVBDrIBIxCixQTEFZ", - "RVJfQUNUSU9OX01VU0VVTV9ESVNQQVRDSF9SRVdBUkRfUkVHVUxBUhDsIBI1", - "CjBQTEFZRVJfQUNUSU9OX01VU0VVTV9ESVNQQVRDSF9SRVdBUkRfRElSRUNU", - "SU9OQUwQ7SASLwoqUExBWUVSX0FDVElPTl9NVVNFVU1fUEhBU0VfVEFSR0VU", - "X0ZJTklTSEVEEO4gEiMKHlBMQVlFUl9BQ1RJT05fTVVTRVVNX0dFVF9TVFVG", - "RhDvIBIlCiBQTEFZRVJfQUNUSU9OX01VU0VVTV9HRVRfRVhISUJJVBDwIBIu", - "CilQTEFZRVJfQUNUSU9OX01VU0VVTV9UQUtFX0NPTExFQ1RfTUlTU0lPThDx", - "IBIlCiBQTEFZRVJfQUNUSU9OX01VU0VVTV9BUkVBX1VOTE9DSxDyIBImCiFQ", - "TEFZRVJfQUNUSU9OX01VU0VVTV9BUkVBX1VQR1JBREUQ8yASKwomUExBWUVS", - "X0FDVElPTl9NVVNFVU1fQVJFQV9TVEFUX1VQR1JBREUQ9CASKgolUExBWUVS", - "X0FDVElPTl9NVVNFVU1fRU5URVJfTkVYVF9ST1VORBD1IBIoCiNQTEFZRVJf", - "QUNUSU9OX01VU0VVTV9TVEFSVF9ESVNQQVRDSBD2IBIpCiRQTEFZRVJfQUNU", - "SU9OX01VU0VVTV9TRVRUTEVfRElTUEFUQ0gQ9yASLQooUExBWUVSX0FDVElP", - "Tl9NVVNFVU1fUkVORVdfUE9JTlRfQ0hBTkdFRBD4IBInCiJQTEFZRVJfQUNU", - "SU9OX01VU0VVTV9UQVJHRVRfUkVXQVJEEPkgEicKIlBMQVlFUl9BQ1RJT05f", - "TVVTRVVNX1BIQVNFX1VQR1JBREUQ+iASKAojUExBWUVSX0FDVElPTl9NVVNF", - "VU1fQ09MTEVDVF9SRVdBUkQQ+yASJgohUExBWUVSX0FDVElPTl9NVVNFVU1f", - "VEFSR0VUX1NUQVJUEPwgEicKIlBMQVlFUl9BQ1RJT05fTVVTRVVNX1RBUkdF", - "VF9GSU5JU0gQ/SASPQo4UExBWUVSX0FDVElPTl9BQ1RJVklUWV9NT05TVEVS", - "X1JFU0VBUkNIX0NPTlNVTUVfTUFURVJJQUwQzSESOAozUExBWUVSX0FDVElP", - "Tl9BQ1RJVklUWV9NT05TVEVSX1JFU0VBUkNIX1RBS0VfUkVXQVJEEM4hEiYK", - "IVBMQVlFUl9BQ1RJT05fUExBWUVSX1JFVFVSTl9TVEFSVBCxIhIlCiBQTEFZ", - "RVJfQUNUSU9OX1BMQVlFUl9SRVRVUk5fU0lHThCyIhImCiFQTEFZRVJfQUNU", - "SU9OX1BMQVlFUl9SRVRVUk5fUE9JTlQQsyISKgolUExBWUVSX0FDVElPTl9Q", - "TEFZRVJfUkVUVVJOX0NPVU5URE9XThC0IhInCiJQTEFZRVJfQUNUSU9OX1BM", - "QVlFUl9SRVRVUk5fRklOSVNIELUiEisKJlBMQVlFUl9BQ1RJT05fUExBWUVS", - "X1JFVFVSTl9DT01QRU5TQVRFELYiEioKJVBMQVlFUl9BQ1RJT05fUExBWUVS", - "X1JFVFVSTl9HRVRfUkVMSUMQtyISMQosUExBWUVSX0FDVElPTl9ST0dVRV9D", - "SEFMTEVOR0VfQUNUSVZJVFlfU1RBUlQQuyISMgotUExBWUVSX0FDVElPTl9S", - "T0dVRV9DSEFMTEVOR0VfQUNUSVZJVFlfRklOSVNIELwiEjAKK1BMQVlFUl9B", - "Q1RJT05fUk9HVUVfQ0hBTExFTkdFX0FDVElWSVRZX1NBVkUQvSISNwoyUExB", - "WUVSX0FDVElPTl9BRVRIRVJfRElWSURFX1VTRV9QQVNTSVZFX1NLSUxMX0lU", - "RU0Q4iISNAovUExBWUVSX0FDVElPTl9BRVRIRVJfRElWSURFX0NMRUFSX1BB", - "U1NJVkVfU0tJTEwQ4yISMQosUExBWUVSX0FDVElPTl9BRVRIRVJfRElWSURF", - "X0ZJTklTSF9DSEFMTEVOR0UQ5CISNgoxUExBWUVSX0FDVElPTl9BRVRIRVJf", - "RElWSURFX09WRVJGTE9XX0NIVU5LX1JFV0FSRBDlIhIpCiRQTEFZRVJfQUNU", - "SU9OX0FFVEhFUl9ESVZJREVfTEVWRUxfVVAQ5iISKwomUExBWUVSX0FDVElP", - "Tl9BRVRIRVJfRElWSURFX05FV19SRVdBUkQQ5yISLAonUExBWUVSX0FDVElP", - "Tl9BRVRIRVJfRElWSURFX01PTlNURVJfQUREEOgiEi4KKVBMQVlFUl9BQ1RJ", - "T05fQUVUSEVSX0RJVklERV9NT05TVEVSX0xFVkVMEOkiEjMKLlBMQVlFUl9B", - "Q1RJT05fQUVUSEVSX0RJVklERV9NT05TVEVSX1NLSUxMX1dFQVIQ6iISLAon", - "UExBWUVSX0FDVElPTl9BRVRIRVJfRElWSURFX1RFQU1fQ0hBTkdFEOsiEiwK", - "J1BMQVlFUl9BQ1RJT05fQUVUSEVSX0RJVklERV9TVEFHRV9CRUdJThDsIhIq", - "CiVQTEFZRVJfQUNUSU9OX0FFVEhFUl9ESVZJREVfU1RBR0VfRU5EEO0iEisK", - "JlBMQVlFUl9BQ1RJT05fQUVUSEVSX0RJVklERV9TVEFHRV9ST0xMEO4iEiUK", - "IFBMQVlFUl9BQ1RJT05fQUxMRVlfRVZFTlRfRklOSVNIEJUjEiQKH1BMQVlF", - "Ul9BQ1RJT05fQUxMRVlfVEFLRV9SRVdBUkQQliMSKgolUExBWUVSX0FDVElP", - "Tl9BTExFWV9QUkVTVElHRV9MRVZFTF9VUBCXIxIpCiRQTEFZRVJfQUNUSU9O", - "X0FMTEVZX0xPR0lTVElDU19GSU5JU0gQmCMSLAonUExBWUVSX0FDVElPTl9B", - "TExFWV9QTEFDSU5HX0dBTUVfRklOSVNIEJkjEikKJFBMQVlFUl9BQ1RJT05f", - "QUxMRVlfR1VBUkFOVEVFRF9GVU5EUxCaIxIqCiVQTEFZRVJfQUNUSU9OX0FM", - "TEVZX1RBS0VfRVZFTlRfUkVXQVJEEJsjEi0KKFBMQVlFUl9BQ1RJT05fQUxM", - "RVlfU1BFQ0lBTF9PUkRFUl9GSU5JU0gQnCMSKAojUExBWUVSX0FDVElPTl9T", - "RU5TSVRJVkVfV09SRF9TSElFTEQQ+SMSNwoyUExBWUVSX0FDVElPTl9TRU5T", - "SVRJVkVfV09SRF9TRVJWRVJfSU5URVJOQUxfRVJST1IQ+iMSMAorUExBWUVS", - "X0FDVElPTl9TRU5TSVRJVkVfV09SRF9QTEFURk9STV9FUlJPUhD7IxIpCiRQ", - "TEFZRVJfQUNUSU9OX1RSRUFTVVJFX0RVTkdFT05fU1RBUlQQ3SQSKgolUExB", - "WUVSX0FDVElPTl9UUkVBU1VSRV9EVU5HRU9OX0ZJTklTSBDeJBIvCipQTEFZ", - "RVJfQUNUSU9OX1RSRUFTVVJFX0RVTkdFT05fRU5URVJfRkxPT1IQ3yQSLwoq", - "UExBWUVSX0FDVElPTl9UUkVBU1VSRV9EVU5HRU9OX0xFQVZFX0ZMT09SEOAk", - "EiwKJ1BMQVlFUl9BQ1RJT05fVFJFQVNVUkVfRFVOR0VPTl9VU0VfSVRFTRDh", - "JBIxCixQTEFZRVJfQUNUSU9OX1RSRUFTVVJFX0RVTkdFT05fQVZBVEFSX0NI", - "QU5HRRDiJBIwCitQTEFZRVJfQUNUSU9OX1RSRUFTVVJFX0RVTkdFT05fQkFU", - "VExFX1NUQVJUEOMkEi4KKVBMQVlFUl9BQ1RJT05fVFJFQVNVUkVfRFVOR0VP", - "Tl9CQVRUTEVfRU5EEOQkEi8KKlBMQVlFUl9BQ1RJT05fVFJFQVNVUkVfRFVO", - "R0VPTl9QSUNLVVBfQlVGRhDlJBIrCiZQTEFZRVJfQUNUSU9OX0NIRVNTX1JP", - "R1VFX0ZJUlNUX0ZJTklTSBDBJRIqCiVQTEFZRVJfQUNUSU9OX0NIRVNTX1JP", - "R1VFX0dJVkVVUF9ESUNFEMIlEi8KKlBMQVlFUl9BQ1RJT05fQ0hFU1NfUk9H", - "VUVfU1VCX1NUT1JZX1NFTEVDVBDDJRIrCiZQTEFZRVJfQUNUSU9OX0NIRVNT", - "X1JPR1VFX0FDVElPTl9QT0lOVBDEJRItCihQTEFZRVJfQUNUSU9OX0NIRVNT", - "X1JPR1VFX1JFVklWRV9CWV9QUk9QEMUlEioKJVBMQVlFUl9BQ1RJT05fQ0hF", - "U1NfUk9HVUVfU1RBUlRfTEVWRUwQxiUSKgolUExBWUVSX0FDVElPTl9DSEVT", - "U19ST0dVRV9ESUNFX0VGRkVDVBDHJRIwCitQTEFZRVJfQUNUSU9OX0NIRVNT", - "X1JPR1VFX01BSU5fU1RPUllfRklOSVNIEMglEjEKLFBMQVlFUl9BQ1RJT05f", - "Q0hFU1NfUk9HVUVfQUVPTl9UQUxFTlRfRUZGRUNUEMklEjUKMFBMQVlFUl9B", - "Q1RJT05fQ0hFU1NfUk9HVUVfTU9ESUZJRVJfT1RIRVJTX0VGRkVDVBDKJRIn", - "CiJQTEFZRVJfQUNUSU9OX0NIRVNTX1JPR1VFX0FERF9CVUZGEMslEisKJlBM", - "QVlFUl9BQ1RJT05fQ0hFU1NfUk9HVUVfUkVGT1JHRV9CVUZGEMwlEiwKJ1BM", - "QVlFUl9BQ1RJT05fQ0hFU1NfUk9HVUVfQlVGRl9MRVZFTF9VUBDNJRIrCiZQ", - "TEFZRVJfQUNUSU9OX0NIRVNTX1JPR1VFX0VOSEFOQ0VfQlVGRhDOJRIqCiVQ", - "TEFZRVJfQUNUSU9OX0NIRVNTX1JPR1VFX0FERF9NSVJBQ0xFEM8lEisKJlBM", - "QVlFUl9BQ1RJT05fQ0hFU1NfUk9HVUVfU1dBUF9NSVJBQ0xFENAlEisKJlBM", - "QVlFUl9BQ1RJT05fQ0hFU1NfUk9HVUVfU0VMRUNUX0JPTlVTENElEi4KKVBM", - "QVlFUl9BQ1RJT05fQ0hFU1NfUk9HVUVfRElBTE9HVUVfRklOSVNIENIlEi8K", - "KlBMQVlFUl9BQ1RJT05fQ0hFU1NfUk9HVUVfU1VCX1NUT1JZX0ZJTklTSBDT", - "JRI0Ci9QTEFZRVJfQUNUSU9OX0NIRVNTX1JPR1VFX0FEVkVOVFVSRV9ST09N", - "X0ZJTklTSBDUJRIrCiZQTEFZRVJfQUNUSU9OX0NIRVNTX1JPR1VFX0ZJTklT", - "SF9MRVZFTBDVJRIqCiVQTEFZRVJfQUNUSU9OX0NIRVNTX1JPR1VFX1NUQVJU", - "X0xBWUVSENYlEisKJlBMQVlFUl9BQ1RJT05fQ0hFU1NfUk9HVUVfRklOSVNI", - "X0xBWUVSENclEikKJFBMQVlFUl9BQ1RJT05fQ0hFU1NfUk9HVUVfRU5URVJf", - "Uk9PTRDYJRIpCiRQTEFZRVJfQUNUSU9OX0NIRVNTX1JPR1VFX0xFQVZFX1JP", - "T00Q2SUSKAojUExBWUVSX0FDVElPTl9DSEVTU19ST0dVRV9ST0xMX0RJQ0UQ", - "2iUSKgolUExBWUVSX0FDVElPTl9DSEVTU19ST0dVRV9TRUxFQ1RfRElDRRDb", - "JRIqCiVQTEFZRVJfQUNUSU9OX0NIRVNTX1JPR1VFX1VOTE9DS19ESUNFENwl", - "EioKJVBMQVlFUl9BQ1RJT05fQ0hFU1NfUk9HVUVfQk9BUkRfRVZFTlQQ3SUS", - "LgopUExBWUVSX0FDVElPTl9DSEVTU19ST0dVRV9ESU1FTlNJT05fUE9JTlQQ", - "3iUSKgolUExBWUVSX0FDVElPTl9DSEVTU19ST0dVRV9QSUNLX0FWQVRBUhDf", - "JRIsCidQTEFZRVJfQUNUSU9OX0NIRVNTX1JPR1VFX1JFVklWRV9BVkFUQVIQ", - "4CUSNAovUExBWUVSX0FDVElPTl9DSEVTU19ST0dVRV9OT1VTX1NVQl9TVE9S", - "WV9TRUxFQ1QQ4SUSLgopUExBWUVSX0FDVElPTl9DSEVTU19ST0dVRV9MRVZF", - "TF9NRUNIQU5JU00Q7CUSLwoqUExBWUVSX0FDVElPTl9DSEVTU19ST0dVRV9O", - "T1VTX1NUQVJUX0xFVkVMEO0lEjAKK1BMQVlFUl9BQ1RJT05fQ0hFU1NfUk9H", - "VUVfTk9VU19GSU5JU0hfTEVWRUwQ7iUSLwoqUExBWUVSX0FDVElPTl9DSEVT", - "U19ST0dVRV9OT1VTX1NUQVJUX0xBWUVSEO8lEjAKK1BMQVlFUl9BQ1RJT05f", - "Q0hFU1NfUk9HVUVfTk9VU19GSU5JU0hfTEFZRVIQ8CUSLgopUExBWUVSX0FD", - "VElPTl9DSEVTU19ST0dVRV9OT1VTX0VOVEVSX1JPT00Q8SUSLgopUExBWUVS", - "X0FDVElPTl9DSEVTU19ST0dVRV9OT1VTX0xFQVZFX1JPT00Q8iUSLwoqUExB", - "WUVSX0FDVElPTl9DSEVTU19ST0dVRV9OT1VTX1NFTEVDVF9ESUNFEPMlEjYK", - "MVBMQVlFUl9BQ1RJT05fQ0hFU1NfUk9HVUVfTk9VU19VTkxPQ0tfRElDRV9C", - "UkFOQ0gQ9CUSNwoyUExBWUVSX0FDVElPTl9DSEVTU19ST0dVRV9OT1VTX1VO", - "TE9DS19ESUNFX1NVUkZBQ0UQ9SUSLQooUExBWUVSX0FDVElPTl9DSEVTU19S", - "T0dVRV9OT1VTX0VESVRfRElDRRD2JRIwCitQTEFZRVJfQUNUSU9OX0NIRVNT", - "X1JPR1VFX05PVVNfVkFMVUVfQ0hBTkdFEPclEjYKMVBMQVlFUl9BQ1RJT05f", - "Q0hFU1NfUk9HVUVfTk9VU19NQUlOX1NUT1JZX1RSSUdHRVIQ+CUSNQowUExB", - "WUVSX0FDVElPTl9DSEVTU19ST0dVRV9OT1VTX01BSU5fU1RPUllfRklOSVNI", - "EPklEjUKMFBMQVlFUl9BQ1RJT05fQ0hFU1NfUk9HVUVfTk9VU19TVUJfU1RP", - "UllfVFJJR0dFUhD6JRI0Ci9QTEFZRVJfQUNUSU9OX0NIRVNTX1JPR1VFX05P", - "VVNfU1VCX1NUT1JZX0ZJTklTSBD7JRIxCixQTEFZRVJfQUNUSU9OX0NIRVNT", - "X1JPR1VFX05PVVNfRU5BQkxFX1RBTEVOVBD8JRIqCiVQTEFZRVJfQUNUSU9O", - "X0NIRVNTX1JPR1VFX1NFTEVDVF9CVUZGEP0lEi0KKFBMQVlFUl9BQ1RJT05f", - "Q0hFU1NfUk9HVUVfU0VMRUNUX01JUkFDTEUQ/iUSLQooUExBWUVSX0FDVElP", - "Tl9DSEVTU19ST0dVRV9SRU1PVkVfTUlSQUNMRRD/JRIpCiRQTEFZRVJfQUNU", - "SU9OX0NIRVNTX1JPR1VFX0JPQVJEX0NFTEwQgCYSLwoqUExBWUVSX0FDVElP", - "Tl9GQU5UQVNUSUNfU1RPUllfQkFUVExFX0JFR0lOEKUmEi0KKFBMQVlFUl9B", - "Q1RJT05fRkFOVEFTVElDX1NUT1JZX0JBVFRMRV9FTkQQpiYSJwoiUExBWUVS", - "X0FDVElPTl9ST0dVRV9FTkRMRVNTX1JFV0FSRBDWJhIsCidQTEFZRVJfQUNU", - "SU9OX1JPR1VFX0VORExFU1NfTEVWRUxfU1RBUlQQ1yYSLAonUExBWUVSX0FD", - "VElPTl9ST0dVRV9FTkRMRVNTX1NUQUdFX0JFR0lOENgmEioKJVBMQVlFUl9B", - "Q1RJT05fUk9HVUVfRU5ETEVTU19TVEFHRV9FTkQQ2SYSKAojUExBWUVSX0FD", - "VElPTl9CQVRUTEVfQ09MTEVHRV9SRVdBUkQQiScSNQowUExBWUVSX0FDVElP", - "Tl9DT01NT05fUk9HVUVfTUlSQUNMRV9GT1JfQlVGRl9TSE9QELsnEjUKMFBM", - "QVlFUl9BQ1RJT05fQ09NTU9OX1JPR1VFX0FEVkVOVFVSRV9ST09NX0ZJTklT", - "SBC8JxItCihQTEFZRVJfQUNUSU9OX0NPTU1PTl9ST0dVRV9CVVlfQlVGRl9T", - "SE9QEL0nEjUKMFBMQVlFUl9BQ1RJT05fQ09NTU9OX1JPR1VFX0JVWV9CVUZG", - "X1NIT1BfUkVGUkVTSBC+JxIxCixQTEFZRVJfQUNUSU9OX0NPTU1PTl9ST0dV", - "RV9DT0xMRUNUSU9OX1VOTE9DSxC/JxIuCilQTEFZRVJfQUNUSU9OX0NPTU1P", - "Tl9ST0dVRV9DT0xMRUNUSU9OX1NFVBDAJxIxCixQTEFZRVJfQUNUSU9OX0NP", - "TU1PTl9ST0dVRV9FWEhJQklUSU9OX1VOTE9DSxDBJxIuCilQTEFZRVJfQUNU", - "SU9OX0NPTU1PTl9ST0dVRV9FWEhJQklUSU9OX1NFVBDCJxIuCilQTEFZRVJf", - "QUNUSU9OX0NPTU1PTl9ST0dVRV9DSEVTVF9JTlRFUkFDVBDDJxI9CjhQTEFZ", - "RVJfQUNUSU9OX0NPTU1PTl9ST0dVRV9BRFZFTlRVUkVfUk9PTV9XT0xGR1VO", - "X0ZJTklTSBDEJxIuCilQTEFZRVJfQUNUSU9OX0hFTElPQlVTX1BPU1RfSU5D", - "T01FX1JFV0FSRBDtJxIsCidQTEFZRVJfQUNUSU9OX0hFTElPQlVTX1BPU1Rf", - "RkFOU19SRVdBUkQQ7icSKQokUExBWUVSX0FDVElPTl9IRUxJT0JVU19MRVZF", - "TF9VUEdSQURFEO8nEi0KKFBMQVlFUl9BQ1RJT05fSEVMSU9CVVNfUE9TVF9S", - "RVBMWV9SRVdBUkQQ8CcSMAorUExBWUVSX0FDVElPTl9IRUxJT0JVU19DT01N", - "RU5UX1JFUExZX1JFV0FSRBDxJxIyCi1QTEFZRVJfQUNUSU9OX0hFTElPQlVT", - "X0NIQUxMRU5HRV9GSVJTVF9SRVdBUkQQ8icSJAofUExBWUVSX0FDVElPTl9I", - "RUxJT0JVU19GQU5TX0FERBDzJxItCihQTEFZRVJfQUNUSU9OX0hFTElPQlVT", - "X0FDVElPTl9EQVlfU0VUVExFEPQnEigKI1BMQVlFUl9BQ1RJT05fSEVMSU9C", - "VVNfU0tJTExfVU5MT0NLEPUnEicKIlBMQVlFUl9BQ1RJT05fSEVMSU9CVVNf", - "U1RBR0VfQkVHSU4Q9icSJQogUExBWUVSX0FDVElPTl9IRUxJT0JVU19TVEFH", - "RV9FTkQQ9ycSJAofUExBWUVSX0FDVElPTl9IRUxJT0JVU19TTlNfUkVBRBD4", - "JxIrCiZQTEFZRVJfQUNUSU9OX0hFTElPQlVTX1NOU19QT1NUX1VOTE9DSxD5", - "JxIuCilQTEFZRVJfQUNUSU9OX0hFTElPQlVTX1NOU19DT01NRU5UX1VOTE9D", - "SxD6JxInCiJQTEFZRVJfQUNUSU9OX0hFTElPQlVTX1NOU19DT01NRU5UEPsn", - "EiQKH1BMQVlFUl9BQ1RJT05fSEVMSU9CVVNfU05TX1BPU1QQ/CcSJAofUExB", - "WUVSX0FDVElPTl9IRUxJT0JVU19TTlNfTElLRRD9JxIpCiRQTEFZRVJfQUNU", - "SU9OX0hFTElPQlVTX1BIQVNFX1VQR1JBREUQ/icSKgolUExBWUVSX0FDVElP", - "Tl9QU19QT0lOVF9DQVJEXzMwX1JFV0FSRBDRKBIqCiVQTEFZRVJfQUNUSU9O", - "X1BTX1BPSU5UX0NBUkRfNTBfUkVXQVJEENIoEisKJlBMQVlFUl9BQ1RJT05f", - "UFNfUE9JTlRfQ0FSRF8xMDBfUkVXQVJEENMoEicKIlBMQVlFUl9BQ1RJT05f", - "UFNOX1BMVVNfR0lGVF9SRVdBUkQQ1CgSKQokUExBWUVSX0FDVElPTl9IRUFS", - "VF9ESUFMX1NVQk1JVF9JVEVNELUpEi4KKVBMQVlFUl9BQ1RJT05fSEVBUlRf", - "RElBTF9ESUFMT0dVRV9QRVJGT1JNELYpEisKJlBMQVlFUl9BQ1RJT05fSEVB", - "UlRfRElBTF9UUkFDRV9DT05TVU1FELcpEiwKJ1BMQVlFUl9BQ1RJT05fSEVB", - "UlRfRElBTF9DSEFOR0VfRU1PVElPThC4KRI1CjBQTEFZRVJfQUNUSU9OX1RS", - "QVZFTF9CUk9DSFVSRV9BRERfREVGQVVMVF9QQVNURVIQmSoSIQocUExBWUVS", - "X0FDVElPTl9TUEFDRV9aT09fQk9SThD9KhIjCh5QTEFZRVJfQUNUSU9OX1NQ", - "QUNFX1pPT19NVVRBVEUQ/ioSIwoeUExBWUVSX0FDVElPTl9TUEFDRV9aT09f", - "REVMRVRFEP8qEioKJVBMQVlFUl9BQ1RJT05fU1BBQ0VfWk9PX0VYQ0hBTkdF", - "X0lURU0QgCsSJgohUExBWUVSX0FDVElPTl9TUEFDRV9aT09fRVhQX1BPSU5U", - "EIErEigKI1BMQVlFUl9BQ1RJT05fU1BBQ0VfWk9PX1RBS0VfUkVXQVJEEIIr", - "EicKIlBMQVlFUl9BQ1RJT05fU1BBQ0VfWk9PX0NPTExFQ1RJT04QgysSIQoc", - "UExBWUVSX0FDVElPTl9TUEFDRV9aT09fU0hPVxCEKxIpCiRQTEFZRVJfQUNU", - "SU9OX1NQQUNFX1pPT19TUEVDSUFMX0RBVEEQhSsSMAorUExBWUVSX0FDVElP", - "Tl9TVFJPTkdfQ0hBTExFTkdFX0JBVFRMRV9CRUdJThDFLBIuCilQTEFZRVJf", - "QUNUSU9OX1NUUk9OR19DSEFMTEVOR0VfQkFUVExFX0VORBDGLBIlCiBQTEFZ", - "RVJfQUNUSU9OX1JPTExfU0hPUF9ET19HQUNIQRD3LBIoCiNQTEFZRVJfQUNU", - "SU9OX1JPTExfU0hPUF9UQUtFX1JFV0FSRBD4LBInCiJQTEFZRVJfQUNUSU9O", - "X09GRkVSSU5HX1NVQk1JVF9JVEVNEKktEicKIlBMQVlFUl9BQ1RJT05fT0ZG", - "RVJJTkdfVEFLRV9SRVdBUkQQqi0SLgopUExBWUVSX0FDVElPTl9UUkFWRUxf", - "QlJPQ0hVUkVfUEFHRV9VTkxPQ0sQ2y0SNgoxUExBWUVSX0FDVElPTl9UUkFW", - "RUxfQlJPQ0hVUkVfUEFHRV9JTlRFUkFDVF9BV0FSRBDcLRIxCixQTEFZRVJf", - "QUNUSU9OX1RSQVZFTF9CUk9DSFVSRV9TVElDS0VSX1VOTE9DSxDdLRIwCitQ", - "TEFZRVJfQUNUSU9OX1RSQVZFTF9CUk9DSFVSRV9TVElDS0VSX0FQUExZEN4t", - "EjEKLFBMQVlFUl9BQ1RJT05fVFJBVkVMX0JST0NIVVJFX1NUSUNLRVJfUkVN", - "T1ZFEN8tEi0KKFBMQVlFUl9BQ1RJT05fVFJBVkVMX0JST0NIVVJFX1BBR0Vf", - "UkVTRVQQ4C0SKAojUExBWUVSX0FDVElPTl9UUkFDS19NQUlOX01JU1NJT05f", - "SUQQjS4SIQocUExBWUVSX0FDVElPTl9XT0xGX0JST19CRUdJThCXLhIuCilQ", - "TEFZRVJfQUNUSU9OX1dPTEZfQlJPX0dST1VQX1NUQVRFX0NIQU5HRRCYLhIf", - "ChpQTEFZRVJfQUNUSU9OX1dPTEZfQlJPX0VORBCZLhInCiJQTEFZRVJfQUNU", - "SU9OX1dPTEZfQlJPX0JVTExFVF9aRVJPEJouEisKJlBMQVlFUl9BQ1RJT05f", - "V09MRl9CUk9fQUNUSVZBVEVfQlVMTEVUEJsuEi0KKFBMQVlFUl9BQ1RJT05f", - "V09MRl9CUk9fQlVMTEVUX05VTV9DSEFOR0UQnC4SKwomUExBWUVSX0FDVElP", - "Tl9XT0xGX0JST19VU0VfQlVMTEVUX05VTEwQnS4SMgotUExBWUVSX0FDVElP", - "Tl9XT0xGX0JST19VU0VfQlVMTEVUX0hJVF9NT05TVEVSEJ4uEioKJVBMQVlF", - "Ul9BQ1RJT05fV09MRl9CUk9fUElDS19VUF9CVUxMRVQQny4SKwomUExBWUVS", - "X0FDVElPTl9XT0xGX0JST19SRVNUT1JFX0FSQ0hJVkUQoC4SMwouUExBWUVS", - "X0FDVElPTl9URUxFVklTSU9OX0FDVElWSVRZX0JBVFRMRV9CRUdJThChLhIx", - "CixQTEFZRVJfQUNUSU9OX1RFTEVWSVNJT05fQUNUSVZJVFlfQkFUVExFX0VO", - "RBCiLhIzCi5QTEFZRVJfQUNUSU9OX0ZFVkVSX1RJTUVfQUNUSVZJVFlfQkFU", - "VExFX0JFR0lOEKMuEjEKLFBMQVlFUl9BQ1RJT05fRkVWRVJfVElNRV9BQ1RJ", - "VklUWV9CQVRUTEVfRU5EEKQuEh8KGlBMQVlFUl9BQ1RJT05fR1VOX1BMQVlf", - "RU5EEKUuEiwKJ1BMQVlFUl9BQ1RJT05fQUNUSVZJVFlfU1RBUl9GSUdIVF9C", - "RUdJThCmLhIqCiVQTEFZRVJfQUNUSU9OX0FDVElWSVRZX1NUQVJfRklHSFRf", - "RU5EEKcuEiwKJ1BMQVlFUl9BQ1RJT05fTUFQX1JPVEFUSU9OX0VOVEVSX1JF", - "R0lPThCrLhIsCidQTEFZRVJfQUNUSU9OX01BUF9ST1RBVElPTl9MRUFWRV9S", - "RUdJT04QrC4SMAorUExBWUVSX0FDVElPTl9NQVBfUk9UQVRJT05fSU5URVJB", - "Q1RfQ0hBUkdFUhCtLhIuCilQTEFZRVJfQUNUSU9OX01BUF9ST1RBVElPTl9E", - "RVBMT1lfUk9UQVRFUhCuLhIqCiVQTEFZRVJfQUNUSU9OX01BUF9ST1RBVElP", - "Tl9ST1RBVEVfTUFQEK8uEioKJVBMQVlFUl9BQ1RJT05fTUFQX1JPVEFUSU9O", - "X0FERF9FTkVSR1kQsC4SLgopUExBWUVSX0FDVElPTl9NQVBfUk9UQVRJT05f", - "U0VUX01BWF9FTkVSR1kQsS4SLgopUExBWUVSX0FDVElPTl9NQVBfUk9UQVRJ", - "T05fUkVNT1ZFX1JPVEFURVIQsi4SMwouUExBWUVSX0FDVElPTl9NQVBfUk9U", - "QVRJT05fQVVUT19ERVBMT1lfUk9UQVRFUhCzLhIzCi5QTEFZRVJfQUNUSU9O", - "X01BUF9ST1RBVElPTl9BVVRPX1JFTU9WRV9ST1RBVEVSELQuEicKIlBMQVlF", - "Ul9BQ1RJT05fRFJJTktfTUFLRVJfQUREX1RJUFMQvy4SLwoqUExBWUVSX0FD", - "VElPTl9EUklOS19NQUtFUl9GSU5JU0hfQ0hBTExFTkdFEMAuEjUKMFBMQVlF", - "Ul9BQ1RJT05fRFJJTktfTUFLRVJfR1VFU1RfTUFYX0ZBSVRIX1JFV0FSRBDB", - "LhIpCiRQTEFZRVJfQUNUSU9OX0RSSU5LX01BS0VSX01BS0VfRFJJTksQwi4S", - "MAorUExBWUVSX0FDVElPTl9EUklOS19NQUtFUl9TQVZFX0NVU1RPTV9EUklO", - "SxDDLhIrCiZQTEFZRVJfQUNUSU9OX0RSSU5LX01BS0VSX0VORF9TRVFVRU5D", - "RRDELhIkCh9QTEFZRVJfQUNUSU9OX0NIQU5HRV9TVE9SWV9MSU5FEPEuEjAK", - "K1BMQVlFUl9BQ1RJT05fQ09OVEVOVF9QQUNLQUdFX1NUQVRVU19DSEFOR0UQ", - "+y4SLwoqUExBWUVSX0FDVElPTl9DT05URU5UX1BBQ0tBR0VfVFJBQ0tfQ0hB", - "TkdFEPwuEjYKMVBMQVlFUl9BQ1RJT05fQ09OVEVOVF9QQUNLQUdFX0FDQ0VQ", - "VF9NQUlOX01JU1NJT04Q/S4SJgohUExBWUVSX0FDVElPTl9XT1JMRF9ESVJF", - "Q1RfVU5MT0NLEJkvEicKIlBMQVlFUl9BQ1RJT05fTU9OT1BPTFlfVFVSTl9G", - "SU5JU0gQoy8SKQokUExBWUVSX0FDVElPTl9NT05PUE9MWV9BU1NFVF9UVVJO", - "VEFYEKQvEicKIlBMQVlFUl9BQ1RJT05fTU9OT1BPTFlfQVNTRVRfQk9OVVMQ", - "pS8SKAojUExBWUVSX0FDVElPTl9NT05PUE9MWV9FVkVOVF9FRkZFQ1QQpi8S", - "LAonUExBWUVSX0FDVElPTl9NT05PUE9MWV9NSU5JX0dBTUVfU0VUVExFEKcv", - "EiwKJ1BMQVlFUl9BQ1RJT05fTU9OT1BPTFlfR0FNRV9SQUlTRV9SQVRJTxCo", - "LxIqCiVQTEFZRVJfQUNUSU9OX01PTk9QT0xZX01PVkVfUk9MTF9ESUNFEKkv", - "EiAKG1BMQVlFUl9BQ1RJT05fTU9OT1BPTFlfTU9WRRCrLxIlCiBQTEFZRVJf", - "QUNUSU9OX01PTk9QT0xZX0JVWV9HT09EUxCsLxIpCiRQTEFZRVJfQUNUSU9O", - "X01PTk9QT0xZX1VQR1JBREVfQVNTRVQQrS8SLwoqUExBWUVSX0FDVElPTl9N", - "T05PUE9MWV9FVkVOVF9SRVJPTExfUkFORE9NEK4vEikKJFBMQVlFUl9BQ1RJ", - "T05fTU9OT1BPTFlfREFJTFlfUkVGUkVTSBCvLxI2CjFQTEFZRVJfQUNUSU9O", - "X01PTk9QT0xZX0dBTUVfR1VFU1NfQlVZX0lORk9STUFUSU9OELAvEjYKMVBM", - "QVlFUl9BQ1RJT05fTU9OT1BPTFlfREFJTFlfRklSU1RfRU5URVJfQUNUSVZJ", - "VFkQsS8SKAojUExBWUVSX0FDVElPTl9NT05PUE9MWV9TT0NJQUxfRVZFTlQQ", - "si8SMAorUExBWUVSX0FDVElPTl9NT05PUE9MWV9SQUZGTEVfVElDS0VUX1JF", - "V0FSRBCzLxIgChtQTEFZRVJfQUNUSU9OX01PTk9QT0xZX0xJS0UQtC8SKAoj", - "UExBWUVSX0FDVElPTl9NT05PUE9MWV9QSEFTRV9SRVdBUkQQtS8SLgopUExB", - "WUVSX0FDVElPTl9NT05PUE9MWV9NQlRJX1JFUE9SVF9SRVdBUkQQti8SKAoj", - "UExBWUVSX0FDVElPTl9NT05PUE9MWV9EQUlMWV9TRVRUTEUQty8SIQocUExB", - "WUVSX0FDVElPTl9NT05PUE9MWV9TVEFSVBC4LxIkCh9QTEFZRVJfQUNUSU9O", - "X01PTk9QT0xZX0dFVF9CVUZGELkvEi4KKVBMQVlFUl9BQ1RJT05fTU9OT1BP", - "TFlfQVNTRVRfRlVORFNfQ0hBTkdFELovEikKJFBMQVlFUl9BQ1RJT05fTU9O", - "T1BPTFlfQVNTRVRfVVBHUkFERRC7LxIzCi5QTEFZRVJfQUNUSU9OX01PTk9Q", - "T0xZX0RJUkVDVF9DT0lOX0dBTUVfU0VUVExFELwvEjEKLFBMQVlFUl9BQ1RJ", - "T05fTU9OT1BPTFlfRVhUUkFDVF9SQUZGTEVfVElDS0VUEL0vEjAKK1BMQVlF", - "Ul9BQ1RJT05fTU9OT1BPTFlfTUJUSV9QUk9HUkVTU19DSEFOR0UQvi8SLAon", - "UExBWUVSX0FDVElPTl9NT05PUE9MWV9RVUlaX0dBTUVfU0VUVExFEL8vEigK", - "I1BMQVlFUl9BQ1RJT05fTU9OT1BPTFlfRVZFTlRfU0VUVExFEMAvEicKIlBM", - "QVlFUl9BQ1RJT05fTU9OT1BPTFlfSVRFTV9DSEFOR0UQwS8SKAojUExBWUVS", - "X0FDVElPTl9NT05PUE9MWV9DRUxMX1RSSUdHRVIQwi8SKQokUExBWUVSX0FD", - "VElPTl9NT05PUE9MWV9FVkVOVF9UUklHR0VSEMMvEigKI1BMQVlFUl9BQ1RJ", - "T05fTU9OT1BPTFlfQ0xJQ0tfRUZGRUNUEMQvEiwKJ1BMQVlFUl9BQ1RJT05f", - "RVZPTFZFX0JVSUxEX0xFVkVMX0ZJTklTSBDVLxIvCipQTEFZRVJfQUNUSU9O", - "X0VWT0xWRV9CVUlMRF9TSE9QX0FCSUxJVFlfVVAQ1i8SMQosUExBWUVSX0FD", - "VElPTl9FVk9MVkVfQlVJTERfU0hPUF9BQklMSVRZX0RPV04Q1y8SLwoqUExB", - "WUVSX0FDVElPTl9FVk9MVkVfQlVJTERfVEFLRV9FWFBfUkVXQVJEENgvEjMK", - "LlBMQVlFUl9BQ1RJT05fRVZPTFZFX0JVSUxEX0JBVFRMRV9FTkRfQUREX0NP", - "SU4Q2S8SMgotUExBWUVSX0FDVElPTl9FVk9MVkVfQlVJTERfU0hPUF9BQklM", - "SVRZX1JFU0VUENovEisKJlBMQVlFUl9BQ1RJT05fRVZPTFZFX0JVSUxEX0xF", - "VkVMX1NUQVJUENsvEikKJFBMQVlFUl9BQ1RJT05fRVZPTFZFX0JVSUxEX0xF", - "VkVMX0VORBDcLxIrCiZQTEFZRVJfQUNUSU9OX0VWT0xWRV9CVUlMRF9TVEFH", - "RV9TVEFSVBDdLxIpCiRQTEFZRVJfQUNUSU9OX0VWT0xWRV9CVUlMRF9TVEFH", - "RV9FTkQQ3i8SKwomUExBWUVSX0FDVElPTl9FVk9MVkVfQlVJTERfTEVWRUxf", - "TEVBVkUQ3y8SKwomUExBWUVSX0FDVElPTl9DTE9DS19QQVJLX1VOTE9DS19T", - "Q1JJUFQQhzASKwomUExBWUVSX0FDVElPTl9DTE9DS19QQVJLX1VOTE9DS19U", - "QUxFTlQQiDASKwomUExBWUVSX0FDVElPTl9DTE9DS19QQVJLX0ZJTklTSF9T", - "Q1JJUFQQiTASKgolUExBWUVSX0FDVElPTl9DTE9DS19QQVJLX1JPVU5EX1VQ", - "REFURRCKMBIqCiVQTEFZRVJfQUNUSU9OX0NMT0NLX1BBUktfU0NSSVBUX0JF", - "R0lOEIswEioKJVBMQVlFUl9BQ1RJT05fUk9HVUVfVE9VUk5fU1RBUlRfTEVW", - "RUwQuDASKwomUExBWUVSX0FDVElPTl9ST0dVRV9UT1VSTl9GSU5JU0hfTEVW", - "RUwQuTASKQokUExBWUVSX0FDVElPTl9ST0dVRV9UT1VSTl9FWFBfUkVXQVJE", - "ELowEjQKL1BMQVlFUl9BQ1RJT05fUk9HVUVfVE9VUk5fRklOSVNIX1dFRUtf", - "Q0hBTExFTkdFELswEjYKMVBMQVlFUl9BQ1RJT05fUk9HVUVfVE9VUk5fUEVS", - "TUFORU5UX1RBTEVOVF9FRkZFQ1QQvDASMwouUExBWUVSX0FDVElPTl9ST0dV", - "RV9UT1VSTl9GSU5JU0hfRk9STVVMQV9TVE9SWRC9MBIlCiBQTEFZRVJfQUNU", - "SU9OX1JPR1VFX1RPVVJOX1JFVklWRRC+MBIqCiVQTEFZRVJfQUNUSU9OX1JP", - "R1VFX1RPVVJOX1NUQUdFX0JFR0lOEL8wEigKI1BMQVlFUl9BQ1RJT05fUk9H", - "VUVfVE9VUk5fU1RBR0VfRU5EEMAwEjYKMVBMQVlFUl9BQ1RJT05fUk9HVUVf", - "VE9VUk5fUEVSTUFORU5UX0VOQUJMRV9UQUxFTlQQwTASNQowUExBWUVSX0FD", - "VElPTl9ST0dVRV9UT1VSTl9QRVJNQU5FTlRfUkVTRVRfVEFMRU5UEMIwEjEK", - "LFBMQVlFUl9BQ1RJT05fUk9HVUVfVE9VUk5fQ09DT09OX1NUQUdFX0JFR0lO", - "EMMwEi8KKlBMQVlFUl9BQ1RJT05fUk9HVUVfVE9VUk5fQ09DT09OX1NUQUdF", - "X0VORBDEMBIpCiRQTEFZRVJfQUNUSU9OX1JPR1VFX1RPVVJOX0VYUF9VUERB", - "VEUQxTASKQokUExBWUVSX0FDVElPTl9ST0dVRV9UT1VSTl9FTlRFUl9ST09N", - "EMYwEikKJFBMQVlFUl9BQ1RJT05fUk9HVUVfVE9VUk5fTEVBVkVfUk9PTRDH", - "MBIrCiZQTEFZRVJfQUNUSU9OX1JPR1VFX1RPVVJOX0FSQ0hJVkVfU0FWRRDI", - "MBIrCiZQTEFZRVJfQUNUSU9OX1JPR1VFX1RPVVJOX1NFTEVDVF9CT05VUxDJ", - "MBIuCilQTEFZRVJfQUNUSU9OX1JPR1VFX1RPVVJOX0RJQUxPR1VFX0ZJTklT", - "SBDKMBIoCiNQTEFZRVJfQUNUSU9OX1JPR1VFX1RPVVJOX0RPX0dBTUJMRRDL", - "MBI0Ci9QTEFZRVJfQUNUSU9OX1JPR1VFX1RPVVJOX1JPT01fQ09OVEVOVF9H", - "RU5FUkFURRDMMBIqCiVQTEFZRVJfQUNUSU9OX1JPR1VFX1RPVVJOX0FERF9N", - "SVJBQ0xFEM0wEi0KKFBMQVlFUl9BQ1RJT05fUk9HVUVfVE9VUk5fUkVNT1ZF", - "X01JUkFDTEUQzjASLQooUExBWUVSX0FDVElPTl9ST0dVRV9UT1VSTl9TRUxF", - "Q1RfTUlSQUNMRRDPMBIrCiZQTEFZRVJfQUNUSU9OX1JPR1VFX1RPVVJOX0RS", - "T1BfTUlSQUNMRRDQMBInCiJQTEFZRVJfQUNUSU9OX1JPR1VFX1RPVVJOX0FE", - "RF9CVUZGENEwEioKJVBMQVlFUl9BQ1RJT05fUk9HVUVfVE9VUk5fU0VMRUNU", - "X0JVRkYQ0jASLAonUExBWUVSX0FDVElPTl9ST0dVRV9UT1VSTl9CVUZGX0xF", - "VkVMX1VQENMwEioKJVBMQVlFUl9BQ1RJT05fUk9HVUVfVE9VUk5fUkVNT1ZF", - "X0JVRkYQ1DASKgolUExBWUVSX0FDVElPTl9ST0dVRV9UT1VSTl9BRERfRk9S", - "TVVMQRDVMBItCihQTEFZRVJfQUNUSU9OX1JPR1VFX1RPVVJOX1JFTU9WRV9G", - "T1JNVUxBENYwEi0KKFBMQVlFUl9BQ1RJT05fUk9HVUVfVE9VUk5fU0VMRUNU", - "X0ZPUk1VTEEQ1zASLwoqUExBWUVSX0FDVElPTl9ST0dVRV9UT1VSTl9BQ1RJ", - "VkFURV9GT1JNVUxBENgwEjQKL1BMQVlFUl9BQ1RJT05fUk9HVUVfVE9VUk5f", - "QURWRU5UVVJFX1JPT01fRklOSVNIENkwEisKJlBMQVlFUl9BQ1RJT05fUk9H", - "VUVfVE9VUk5fQUxURVJfTElORVVQENowEjMKLlBMQVlFUl9BQ1RJT05fUk9H", - "VUVfVE9VUk5fU0VBU09OX0VOQUJMRV9UQUxFTlQQ2zASMAorUExBWUVSX0FD", - "VElPTl9ST0dVRV9UT1VSTl9USVRBTl9TVEFSVF9MRVZFTBDcMBIxCixQTEFZ", - "RVJfQUNUSU9OX1JPR1VFX1RPVVJOX1RJVEFOX0ZJTklTSF9MRVZFTBDdMBIv", - "CipQTEFZRVJfQUNUSU9OX1JPR1VFX1RPVVJOX1RJVEFOX0VOVEVSX1JPT00Q", - "3jASLwoqUExBWUVSX0FDVElPTl9ST0dVRV9UT1VSTl9USVRBTl9MRUFWRV9S", - "T09NEN8wEjAKK1BMQVlFUl9BQ1RJT05fUk9HVUVfVE9VUk5fVElUQU5fU1RB", - "R0VfQkVHSU4Q4DASLgopUExBWUVSX0FDVElPTl9ST0dVRV9UT1VSTl9USVRB", - "Tl9TVEFHRV9FTkQQ4TASMQosUExBWUVSX0FDVElPTl9ST0dVRV9UT1VSTl9U", - "SVRBTl9BUkNISVZFX1NBVkUQ4zASNAovUExBWUVSX0FDVElPTl9ST0dVRV9U", - "T1VSTl9USVRBTl9BRERfVElUQU5fQkxFU1MQ5DASNwoyUExBWUVSX0FDVElP", - "Tl9ST0dVRV9UT1VSTl9USVRBTl9TRUxFQ1RfVElUQU5fQkxFU1MQ5TASLgop", - "UExBWUVSX0FDVElPTl9ST0dVRV9UT1VSTl9ESVZJU0lPTl9DSEFOR0UQ5jAS", - "MgotUExBWUVSX0FDVElPTl9ST0dVRV9XT1JLQkVOQ0hfUkVGT1JHRV9GT1JN", - "VUxBEIkxEjIKLVBMQVlFUl9BQ1RJT05fUk9HVUVfV09SS0JFTkNIX1JFRk9S", - "R0VfTUlSQUNMRRCKMRIyCi1QTEFZRVJfQUNUSU9OX1JPR1VFX1dPUktCRU5D", - "SF9DT01QT1NFX01JUkFDTEUQizESLwoqUExBWUVSX0FDVElPTl9ST0dVRV9X", - "T1JLQkVOQ0hfUkVGT1JHRV9CVUZGEIwxEi8KKlBMQVlFUl9BQ1RJT05fUk9H", - "VUVfV09SS0JFTkNIX0VOSEFOQ0VfQlVGRhCNMRIpCiRQTEFZRVJfQUNUSU9O", - "X01BVENIX1RIUkVFX1BWRV9TRVRUTEUQnTESJQogUExBWUVSX0FDVElPTl9N", - "QVRDSF9USFJFRV9TRVRUTEUQnjESKgolUExBWUVSX0FDVElPTl9GSUdIVF9N", - "QVRDSDNfR0FNRV9TVEFSVBCfMRIoCiNQTEFZRVJfQUNUSU9OX0ZJR0hUX01B", - "VENIM19HQU1FX0VORBCgMRIoCiNQTEFZRVJfQUNUSU9OX0ZJR0hUX01BVENI", - "M19UVVJOX0VORBChMRInCiJQTEFZRVJfQUNUSU9OX01BVENIX1RIUkVFX0JJ", - "UkRfUE9TEKIxEicKIlBMQVlFUl9BQ1RJT05fTVVMVElQTEVfUExBWV9JTlZJ", - "VEUQozESLwoqUExBWUVSX0FDVElPTl9NVUxUSVBMRV9QTEFZX0lOVklURV9S", - "RVNQT05EEKQxEiwKJ1BMQVlFUl9BQ1RJT05fTVVMVElQTEVfUExBWV9MT0JC", - "WV9FTlRFUhClMRIrCiZQTEFZRVJfQUNUSU9OX01VTFRJUExFX1BMQVlfTE9C", - "QllfUVVJVBCmMRIrCiZQTEFZRVJfQUNUSU9OX01VTFRJUExFX1BMQVlfTE9C", - "QllfS0lDSxCnMRIsCidQTEFZRVJfQUNUSU9OX01VTFRJUExFX1BMQVlfTE9C", - "QllfTUFUQ0gQqDESIAobUExBWUVSX0FDVElPTl9NQVJCTEVfU0VUVExFEKkx", - "Ei0KKFBMQVlFUl9BQ1RJT05fU1dPUkRfVFJBSU5JTkdfTEVBUk5fU0tJTEwQ", - "zzESLwoqUExBWUVSX0FDVElPTl9TV09SRF9UUkFJTklOR19OT1JNQUxfQUNU", - "SU9OENAxEi4KKVBMQVlFUl9BQ1RJT05fU1dPUkRfVFJBSU5JTkdfU1RPUllf", - "RUZGRUNUENExEi0KKFBMQVlFUl9BQ1RJT05fU1dPUkRfVFJBSU5JTkdfRU5E", - "SU5HX0hJTlQQ0jESLQooUExBWUVSX0FDVElPTl9TV09SRF9UUkFJTklOR19B", - "Q1RJT05fSElOVBDTMRI2CjFQTEFZRVJfQUNUSU9OX1NXT1JEX1RSQUlOSU5H", - "X1JFU1RPUkVfR0FNRV9CWV9FWEFNENQxEjgKM1BMQVlFUl9BQ1RJT05fU1dP", - "UkRfVFJBSU5JTkdfU1RPUllfTElORV9GSVJTVF9DTEVBUhDVMRI0Ci9QTEFZ", - "RVJfQUNUSU9OX1NXT1JEX1RSQUlOSU5HX1RBS0VfRU5ESU5HX1JFV0FSRBDW", - "MRIyCi1QTEFZRVJfQUNUSU9OX1NXT1JEX1RSQUlOSU5HX1NUT1JZX0xJTkVf", - "QkVHSU4Q1zESLAonUExBWUVSX0FDVElPTl9TV09SRF9UUkFJTklOR19FTlRF", - "Ul9UVVJOENgxEi0KKFBMQVlFUl9BQ1RJT05fU1dPUkRfVFJBSU5JTkdfUExB", - "Tl9BQ1RJT04Q2TESMgotUExBWUVSX0FDVElPTl9TV09SRF9UUkFJTklOR19B", - "Q1RJT05fUEhBU0VfRU5EENoxEicKIlBMQVlFUl9BQ1RJT05fU1dPUkRfVFJB", - "SU5JTkdfU1RPUlkQ2zESLwoqUExBWUVSX0FDVElPTl9TV09SRF9UUkFJTklO", - "R19TVEFUVVNfQ0hBTkdFENwxEi0KKFBMQVlFUl9BQ1RJT05fU1dPUkRfVFJB", - "SU5JTkdfTU9PRF9DSEFOR0UQ3TESLgopUExBWUVSX0FDVElPTl9TV09SRF9U", - "UkFJTklOR19CQVRUTEVfQkVHSU4Q3jESLAonUExBWUVSX0FDVElPTl9TV09S", - "RF9UUkFJTklOR19CQVRUTEVfRU5EEN8xEjQKL1BMQVlFUl9BQ1RJT05fU1dP", - "UkRfVFJBSU5JTkdfQ09NQkFUX1JBTktfQ0hBTkdFEOAxEjAKK1BMQVlFUl9B", - "Q1RJT05fU1dPUkRfVFJBSU5JTkdfU1RPUllfTElORV9FTkQQ4TESMwouUExB", - "WUVSX0FDVElPTl9TV09SRF9UUkFJTklOR19SRVNVTUVfU1RPUllfTElORRDi", - "MRIuCilQTEFZRVJfQUNUSU9OX1NXT1JEX1RSQUlOSU5HX0dBTUVfU1VDQ0VT", - "UxDjMRIuCilQTEFZRVJfQUNUSU9OX1NXT1JEX1RSQUlOSU5HX0dBTUVfR0lW", - "RV9VUBDkMRImCiFQTEFZRVJfQUNUSU9OX1NXT1JEX1RSQUlOSU5HX0VYQU0Q", - "5jESKgolUExBWUVSX0FDVElPTl9TV09SRF9UUkFJTklOR19ESUFMT0dVRRDn", - "MRIxCixQTEFZRVJfQUNUSU9OX1NXT1JEX1RSQUlOSU5HX1NFVF9TS0lMTF9U", - "UkFDRRDoMRI3CjJQTEFZRVJfQUNUSU9OX0ZJR0hUX0ZFU1RfRklOSVNIX1ND", - "T1JFX1JBQ0VfTUlTU0lPThCBMhI1CjBQTEFZRVJfQUNUSU9OX0ZJR0hUX0ZF", - "U1RfRklOSVNIX1NDT1JFX1JBQ0VfUEhBU0UQgjISKAojUExBWUVSX0FDVElP", - "Tl9GSUdIVF9GRVNUX1JBQ0VfU1RBUlQQgzISJgohUExBWUVSX0FDVElPTl9G", - "SUdIVF9GRVNUX1JBQ0VfRU5EEIQyEi0KKFBMQVlFUl9BQ1RJT05fRklHSFRf", - "RkVTVF9DSEFMTEVOR0VfU1RBUlQQhTISKwomUExBWUVSX0FDVElPTl9GSUdI", - "VF9GRVNUX0NIQUxMRU5HRV9FTkQQhjISLAonUExBWUVSX0FDVElPTl9GSUdI", - "VF9GRVNUX0dFVF9DT0FDSF9JVEVNEIcyEjcKMlBMQVlFUl9BQ1RJT05fRklH", - "SFRfRkVTVF9BQ0NFUFRfU0NPUkVfUkFDRV9NSVNTSU9OEIgyEhoKFVBMQVlF", - "Ul9BQ1RJT05fUEVUX1VTRRCzMhIvCipQTEFZRVJfQUNUSU9OX01VU0lDX1JI", - "WVRITV9QQVNTX0xFVkVMX1NUQVIQ5TISKwomUExBWUVSX0FDVElPTl9NVVNJ", - "Q19SSFlUSE1fTEVWRUxfQkVHSU4Q5jISKQokUExBWUVSX0FDVElPTl9NVVNJ", - "Q19SSFlUSE1fTEVWRUxfRU5EEOcyEioKJVBMQVlFUl9BQ1RJT05fVFJBQ0tf", - "UEhPVE9fU1RBR0VfQkVHSU4QlzMSKAojUExBWUVSX0FDVElPTl9UUkFDS19Q", - "SE9UT19TVEFHRV9FTkQQmDMSLwoqUExBWUVSX0FDVElPTl9TVU1NT05fQUNU", - "SVZJVFlfQkFUVExFX0JFR0lOEKEzEi0KKFBMQVlFUl9BQ1RJT05fU1VNTU9O", - "X0FDVElWSVRZX0JBVFRMRV9FTkQQojMSMgotUExBWUVSX0FDVElPTl9SQUlE", - "X0NPTExFQ1RJT05fRU5URVJfTkVYVF9SQUlEEKszEiwKJ1BMQVlFUl9BQ1RJ", - "T05fRElGRklDVUxUWV9BREpVU1RNRU5UX1NFVBCsMxIuCilQTEFZRVJfQUNU", - "SU9OX0RJRkZJQ1VMVFlfQURKVVNUTUVOVF9VTlNFVBCtMxI0Ci9QTEFZRVJf", - "QUNUSU9OX1JPR1VFX0FSQ0FERV9BRFZFTlRVUkVfUk9PTV9TVEFSVBC0MxI1", - "CjBQTEFZRVJfQUNUSU9OX1JPR1VFX0FSQ0FERV9BRFZFTlRVUkVfUk9PTV9G", - "SU5JU0gQtTMSKgolUExBWUVSX0FDVElPTl9ST0dVRV9NQUdJQ19TVEFSVF9M", - "RVZFTBDJMxIrCiZQTEFZRVJfQUNUSU9OX1JPR1VFX01BR0lDX0ZJTklTSF9M", - "RVZFTBDKMxIlCiBQTEFZRVJfQUNUSU9OX1JPR1VFX01BR0lDX1JFVklWRRDL", - "MxIpCiRQTEFZRVJfQUNUSU9OX1JPR1VFX01BR0lDX0VOVEVSX1JPT00QzDMS", - "KQokUExBWUVSX0FDVElPTl9ST0dVRV9NQUdJQ19MRUFWRV9ST09NEM0zEioK", - "JVBMQVlFUl9BQ1RJT05fUk9HVUVfTUFHSUNfQUREX01JUkFDTEUQzjMSLQoo", - "UExBWUVSX0FDVElPTl9ST0dVRV9NQUdJQ19SRU1PVkVfTUlSQUNMRRDPMxIq", - "CiVQTEFZRVJfQUNUSU9OX1JPR1VFX01BR0lDX1NUQUdFX0JFR0lOENAzEigK", - "I1BMQVlFUl9BQ1RJT05fUk9HVUVfTUFHSUNfU1RBR0VfRU5EENEzEiwKJ1BM", - "QVlFUl9BQ1RJT05fUk9HVUVfTUFHSUNfRU5BQkxFX1RBTEVOVBDSMxIrCiZQ", - "TEFZRVJfQUNUSU9OX1JPR1VFX01BR0lDX0ZJTklTSF9TVE9SWRDTMxIqCiVQ", - "TEFZRVJfQUNUSU9OX1JPR1VFX01BR0lDX0FERF9TQ0VQVEVSENQzEi0KKFBM", - "QVlFUl9BQ1RJT05fUk9HVUVfTUFHSUNfU0VMRUNUX1NDRVBURVIQ1TMSKQok", - "UExBWUVSX0FDVElPTl9ST0dVRV9NQUdJQ19NT1VOVF9VTklUENYzEi4KKVBM", - "QVlFUl9BQ1RJT05fUk9HVUVfTUFHSUNfQVVUT19NT1VOVF9VTklUENczEi0K", - "KFBMQVlFUl9BQ1RJT05fUk9HVUVfTUFHSUNfQUREX01BR0lDX1VOSVQQ2DMS", - "MAorUExBWUVSX0FDVElPTl9ST0dVRV9NQUdJQ19SRU1PVkVfTUFHSUNfVU5J", - "VBDZMxI7CjZQTEFZRVJfQUNUSU9OX1JPR1VFX01BR0lDX1dPUktCRU5DSF9D", - "T01QT1NFX01BR0lDX1VOSVQQ2jMSOwo2UExBWUVSX0FDVElPTl9ST0dVRV9N", - "QUdJQ19XT1JLQkVOQ0hfUkVGT1JHRV9NQUdJQ19VTklUENszEjkKNFBMQVlF", - "Ul9BQ1RJT05fUk9HVUVfTUFHSUNfV09SS0JFTkNIX0xFVkVMX1VQX1NDRVBU", - "RVIQ3DMSLgopUExBWUVSX0FDVElPTl9UUkFJTl9QQVJUWV9HQU1FX1BMQVlf", - "U1RBUlQQrTQSKgolUExBWUVSX0FDVElPTl9UUkFJTl9QQVJUWV9QSEFTRV9C", - "RUdJThCuNBIoCiNQTEFZRVJfQUNUSU9OX1RSQUlOX1BBUlRZX1BIQVNFX0VO", - "RBCvNBIkCh9QTEFZRVJfQUNUSU9OX1RSQUlOX1BBUlRZX1JPVU5EELA0EiwK", - "J1BMQVlFUl9BQ1RJT05fVFJBSU5fUEFSVFlfTUVFVElOR19CRUdJThCxNBIq", - "CiVQTEFZRVJfQUNUSU9OX1RSQUlOX1BBUlRZX01FRVRJTkdfRU5EELI0EjAK", - "K1BMQVlFUl9BQ1RJT05fVFJBSU5fUEFSVFlfTUVFVElOR19QTEFZX0NBUkQQ", - "szQSLgopUExBWUVSX0FDVElPTl9UUkFJTl9QQVJUWV9NRUVUSU5HX1JFX1JP", - "TEwQtDQSMAorUExBWUVSX0FDVElPTl9UUkFJTl9QQVJUWV9CVUlMRF9BUkVB", - "X1VOTE9DSxC1NBIpCiRQTEFZRVJfQUNUSU9OX1RSQUlOX1BBUlRZX0JVSUxE", - "X1NURVAQtjQSMAorUExBWUVSX0FDVElPTl9UUkFJTl9QQVJUWV9CVUlMRF9M", - "RVZFTF9BV0FSRBC3NBI0Ci9QTEFZRVJfQUNUSU9OX1RSQUlOX1BBUlRZX0JV", - "SUxESU5HX0RZTkFNSUNfQlVGRhC4NBIoCiNQTEFZRVJfQUNUSU9OX1RSQUlO", - "X1BBUlRZX0JVSUxEX0RJWRC5NBIsCidQTEFZRVJfQUNUSU9OX1NXSVRDSF9I", - "QU5EX09QX1BST1BfU1RBVEUQkTUSMgotUExBWUVSX0FDVElPTl9FUkFfRkxJ", - "UFBFUl9DSEFOR0VfUkVHSU9OX1NUQVRFEJs1EjAKK1BMQVlFUl9BQ1RJT05f", - "RVJBX0ZMSVBQRVJfQ0hBTkdFX1BST1BfU1RBVEUQnDUSKgolUExBWUVSX0FD", - "VElPTl9BQ1RJVklUWV9CRU5FRklUX1JFV0FSRBCkNRIoCiNQTEFZRVJfQUNU", - "SU9OX0FDVElWSVRZX0JFTkVGSVRfSk9JThClNRIyCi1QTEFZRVJfQUNUSU9O", - "X0FDVElWSVRZX0JFTkVGSVRfSU5JVElBTF9SRVdBUkQQpjUSJwoiUExBWUVS", - "X0FDVElPTl9QQU1fU0tJTl9DSEFOR0VfU0tJThDDNRIdChhQTEFZRVJfQUNU", - "SU9OX0NIRVNUX0ZJTkQQzTUSLwoqUExBWUVSX0FDVElPTl9SRUlTU1VFX01B", - "UktfQ0hFU1RfSVRFTV9NQUlMEM41EiQKH1BMQVlFUl9BQ1RJT05fTUFSQkxF", - "X1BBU1NfTUFUQ0gQ1zUSIgodUExBWUVSX0FDVElPTl9NQVJCTEVfQlVZX1NF", - "QUwQ2DUSKgolUExBWUVSX0FDVElPTl9NQVJCTEVfRklHSFRfR0FNRV9CRUdJ", - "ThDZNRIoCiNQTEFZRVJfQUNUSU9OX01BUkJMRV9GSUdIVF9HQU1FX0VORBDa", - "NRIqCiVQTEFZRVJfQUNUSU9OX01BUkJMRV9GSUdIVF9HQU1FX1JPVU5EENs1", - "EikKJFBMQVlFUl9BQ1RJT05fTUFSQkxFX0ZJR0hUX0dBTUVfVFVSThDcNRIm", - "CiFQTEFZRVJfQUNUSU9OX1BMQU5FVF9GRVNfTEVWRUxfVVAQ9TUSKwomUExB", - "WUVSX0FDVElPTl9QTEFORVRfRkVTX0FDVElWSVRZX0lOSVQQ9jUSLQooUExB", - "WUVSX0FDVElPTl9QTEFORVRfRkVTX0FWQVRBUl9MRVZFTF9VUBD3NRI2CjFQ", - "TEFZRVJfQUNUSU9OX1BMQU5FVF9GRVNfVEFLRV9SRUdJT05fUEhBU0VfUkVX", - "QVJEEPg1EiYKIVBMQVlFUl9BQ1RJT05fUExBTkVUX0ZFU19BRERfSVRFTRD5", - "NRIjCh5QTEFZRVJfQUNUSU9OX1BMQU5FVF9GRVNfUVVFU1QQ+jUSMQosUExB", - "WUVSX0FDVElPTl9QTEFORVRfRkVTX0JVU0lORVNTX0RBWV9GSU5JU0gQ+zUS", - "LAonUExBWUVSX0FDVElPTl9QTEFORVRfRkVTX0FWQVRBUl9TVEFSX1VQEPw1", - "EikKJFBMQVlFUl9BQ1RJT05fUExBTkVUX0ZFU19VTkxPQ0tfTEFORBD9NRIz", - "Ci5QTEFZRVJfQUNUSU9OX1BMQU5FVF9GRVNfQlVTSU5FU1NfRVZFTlRfRklO", - "SVNIEP41EisKJlBMQVlFUl9BQ1RJT05fUExBTkVUX0ZFU19BQ1RJVkFURV9D", - "QVJEEP81EiwKJ1BMQVlFUl9BQ1RJT05fUExBTkVUX0ZFU19TS0lMTF9MRVZF", - "TF9VUBCANhIjCh5QTEFZRVJfQUNUSU9OX1BMQU5FVF9GRVNfR0FDSEEQgTYS", - "MwouUExBWUVSX0FDVElPTl9QTEFORVRfRkVTX0JVU0lORVNTX0VWRU5UX0hB", - "TkRMRRCCNhIzCi5QTEFZRVJfQUNUSU9OX1BMQU5FVF9GRVNfQ0FSRF9BUFBM", - "WV9QRVJNSVNTSU9OEIM2EisKJlBMQVlFUl9BQ1RJT05fUExBTkVUX0ZFU19D", - "QVJEX0lOVEVSQUNUEIQ2EiQKH1BMQVlFUl9BQ1RJT05fUExBTkVUX0ZFU19U", - "T19TTlMQhTYSLQooUExBWUVSX0FDVElPTl9QTEFORVRfRkVTX1NFVF9XT1JL", - "X0FWQVRBUhCGNhIlCiBQTEFZRVJfQUNUSU9OX1BMQU5FVF9GRVNfU1VNTUFS", - "WRCHNhIwCitQTEFZRVJfQUNUSU9OX1RBUk9UX0JPT0tfQ0hBUkFDVEVSX0xF", - "VkVMX1VQEKc2EicKIlBMQVlFUl9BQ1RJT05fVEFST1RfQk9PS19PUEVOX1BB", - "Q0sQqDYSKgolUExBWUVSX0FDVElPTl9UQVJPVF9CT09LX1VOTE9DS19TVE9S", - "WRCpNhIxCixQTEFZRVJfQUNUSU9OX1RBUk9UX0JPT0tfVU5MT0NLX1NUT1JZ", - "X1NJTkdMRRCqNhIqCiVQTEFZRVJfQUNUSU9OX1RBUk9UX0JPT0tfRklOSVNI", - "X1NUT1JZEKs2EjAKK1BMQVlFUl9BQ1RJT05fVEFST1RfQk9PS19GSU5JU0hf", - "SU5URVJBQ1RJT04QrDYSKwomUExBWUVSX0FDVElPTl9UQVJPVF9CT09LX0NI", - "QU5HRV9FTkVSR1kQrTYSJgohUExBWUVSX0FDVElPTl9DSElNRVJBX1JPVU5E", - "X1NUQVJUELs2EisKJlBMQVlFUl9BQ1RJT05fQ0hJTUVSQV9ST1VORF9XT1JL", - "X1NUQVJUELw2EikKJFBMQVlFUl9BQ1RJT05fQ0hJTUVSQV9ST1VORF9XT1JL", - "X0VORBC9NhIoCiNQTEFZRVJfQUNUSU9OX0NISU1FUkFfRU5ETEVTU19TVEFS", - "VBC+NhImCiFQTEFZRVJfQUNUSU9OX0NISU1FUkFfRU5ETEVTU19FTkQQvzYS", - "LQooUExBWUVSX0FDVElPTl9DSElNRVJBX0VORExFU1NfV09SS19TVEFSVBDA", - "NhIrCiZQTEFZRVJfQUNUSU9OX0NISU1FUkFfRU5ETEVTU19XT1JLX0VORBDB", - "NhImCiFQTEFZRVJfQUNUSU9OX0NISU1FUkFfUkFOS19DSEFOR0UQwjYSHgoZ", - "UExBWUVSX0FDVElPTl9DSElNRVJBX0dFVBDDNhIzCi5QTEFZRVJfQUNUSU9O", - "X1NUT1JZX1RPS0VOX1RBS0VfQUNUSVZJVFlfUkVXQVJEEM82EiwKJ1BMQVlF", - "Ul9BQ1RJT05fUkVJU1NVRV9BVkFUQVJfVE9LRU5fSVRFTRDQNhI9CjhQTEFZ", - "RVJfQUNUSU9OX0FWQVRBUl9ERUxJVkVSX1JFV0FSRF9BQ1RJVklUWV9UQUtF", - "X1JFV0FSRBDZNkIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", - "cm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.PlayerActionType), }, null, null)); - } - #endregion - - } - #region Enums - public enum PlayerActionType { - [pbr::OriginalName("PLAYER_ACTION_NONE")] PlayerActionNone = 0, - [pbr::OriginalName("PLAYER_ACTION_REGISTER")] PlayerActionRegister = 1, - [pbr::OriginalName("PLAYER_ACTION_LOGIN")] PlayerActionLogin = 2, - [pbr::OriginalName("PLAYER_ACTION_LOGOUT")] PlayerActionLogout = 3, - [pbr::OriginalName("PLAYER_ACTION_ADD_EXP")] PlayerActionAddExp = 4, - [pbr::OriginalName("PLAYER_ACTION_LEVEL_UP")] PlayerActionLevelUp = 5, - [pbr::OriginalName("PLAYER_ACTION_ADD_MATERIAL")] PlayerActionAddMaterial = 6, - [pbr::OriginalName("PLAYER_ACTION_SAVE_STAT")] PlayerActionSaveStat = 7, - [pbr::OriginalName("PLAYER_ACTION_TRAVEL_BROCHURE_INTERACT")] PlayerActionTravelBrochureInteract = 8, - [pbr::OriginalName("PLAYER_ACTION_RECHARGE")] PlayerActionRecharge = 101, - [pbr::OriginalName("PLAYER_ACTION_BUY_GOODS")] PlayerActionBuyGoods = 102, - [pbr::OriginalName("PLAYER_ACTION_ADD_COIN")] PlayerActionAddCoin = 103, - [pbr::OriginalName("PLAYER_ACTION_MONTH_CARD_DAILY_HCOIN")] PlayerActionMonthCardDailyHcoin = 104, - [pbr::OriginalName("PLAYER_ACTION_MONTH_CARD_BUY_MCOIN")] PlayerActionMonthCardBuyMcoin = 105, - [pbr::OriginalName("PLAYER_ACTION_RECHARGE_FREE_COIN")] PlayerActionRechargeFreeCoin = 106, - [pbr::OriginalName("PLAYER_ACTION_ADD_MONTH_CARD")] PlayerActionAddMonthCard = 107, - [pbr::OriginalName("PLAYER_ACTION_RECHARGE_GIFT_PAY")] PlayerActionRechargeGiftPay = 108, - [pbr::OriginalName("PLAYER_ACTION_RECHARGE_GIFT_FREE")] PlayerActionRechargeGiftFree = 109, - [pbr::OriginalName("PLAYER_ACTION_RECHARGE_BENEFIT")] PlayerActionRechargeBenefit = 110, - [pbr::OriginalName("PLAYER_ACTION_RECHARGE_GIFT_TAKE_REWARD")] PlayerActionRechargeGiftTakeReward = 111, - [pbr::OriginalName("PLAYER_ACTION_RECHARGE_GIFT_REACH")] PlayerActionRechargeGiftReach = 112, - [pbr::OriginalName("PLAYER_ACTION_RECHARGE_BENEFIT_REACH")] PlayerActionRechargeBenefitReach = 113, - [pbr::OriginalName("PLAYER_ACTION_MISSION_ACCEPT")] PlayerActionMissionAccept = 201, - [pbr::OriginalName("PLAYER_ACTION_MISSION_FINISH")] PlayerActionMissionFinish = 202, - [pbr::OriginalName("PLAYER_ACTION_MISSION_FAIL")] PlayerActionMissionFail = 203, - [pbr::OriginalName("PLAYER_ACTION_MAIN_MISSION_ACCEPT")] PlayerActionMainMissionAccept = 204, - [pbr::OriginalName("PLAYER_ACTION_SUB_MISSION_ACCEPT")] PlayerActionSubMissionAccept = 205, - [pbr::OriginalName("PLAYER_ACTION_MAIN_MISSION_FINISH")] PlayerActionMainMissionFinish = 206, - [pbr::OriginalName("PLAYER_ACTION_SUB_MISSION_FINISH")] PlayerActionSubMissionFinish = 207, - [pbr::OriginalName("PLAYER_ACTION_DAILY_TASK_FINISH")] PlayerActionDailyTaskFinish = 208, - [pbr::OriginalName("PLAYER_ACTION_DAILY_TASK_TAKE_REWARD")] PlayerActionDailyTaskTakeReward = 209, - [pbr::OriginalName("PLAYER_ACTION_NPC_TALK_REWARD")] PlayerActionNpcTalkReward = 210, - [pbr::OriginalName("PLAYER_ACTION_MAIN_MISSION_RECOVER")] PlayerActionMainMissionRecover = 211, - [pbr::OriginalName("PLAYER_ACTION_MAIN_MISSION_DISABLE")] PlayerActionMainMissionDisable = 212, - [pbr::OriginalName("PLAYER_ACTION_GM")] PlayerActionGm = 1001, - [pbr::OriginalName("PLAYER_ACTION_CUSTOM_OP")] PlayerActionCustomOp = 1002, - [pbr::OriginalName("PLAYER_ACTION_CHECK_SUM")] PlayerActionCheckSum = 1003, - [pbr::OriginalName("PLAYER_ACTION_PLAYER_LOCATION")] PlayerActionPlayerLocation = 1004, - [pbr::OriginalName("PLAYER_ACTION_CHANGE_LANGUAGE")] PlayerActionChangeLanguage = 1005, - [pbr::OriginalName("PLAYER_ACTION_CLIENT_REPORT")] PlayerActionClientReport = 1006, - [pbr::OriginalName("PLAYER_ACTION_ACE_REPORT")] PlayerActionAceReport = 1007, - [pbr::OriginalName("PLAYER_ACTION_PLAYER_POWER_INFO")] PlayerActionPlayerPowerInfo = 1008, - [pbr::OriginalName("PLAYER_ACTION_DAILY_REFRESH")] PlayerActionDailyRefresh = 1009, - [pbr::OriginalName("PLAYER_ACTION_AVATAR_VALUE_INFO")] PlayerActionAvatarValueInfo = 1010, - [pbr::OriginalName("PLAYER_ACTION_MOVE_CHECK_FAILED_REPORT")] PlayerActionMoveCheckFailedReport = 1011, - [pbr::OriginalName("PLAYER_ACTION_BATTLE_FAILED_REPORT")] PlayerActionBattleFailedReport = 1012, - [pbr::OriginalName("PLAYER_ACTION_SECURITY_REPORT")] PlayerActionSecurityReport = 1013, - [pbr::OriginalName("PLAYER_ACTION_AVATAR_PROMOTION")] PlayerActionAvatarPromotion = 1101, - [pbr::OriginalName("PLAYER_ACTION_AVATAR_ADD")] PlayerActionAvatarAdd = 1103, - [pbr::OriginalName("PLAYER_ACTION_AVATAR_USE_EXP_ITEM")] PlayerActionAvatarUseExpItem = 1104, - [pbr::OriginalName("PLAYER_ACTION_AVATAR_LEVEL_UP")] PlayerActionAvatarLevelUp = 1105, - [pbr::OriginalName("PLAYER_ACTION_SKILL_TREE_UP")] PlayerActionSkillTreeUp = 1106, - [pbr::OriginalName("PLAYER_ACTION_AVATAR_HP_CHANGE")] PlayerActionAvatarHpChange = 1107, - [pbr::OriginalName("PLAYER_ACTION_AVATAR_MP_CHANGE")] PlayerActionAvatarMpChange = 1108, - [pbr::OriginalName("PLAYER_ACTION_AVATAR_ADD_EXP")] PlayerActionAvatarAddExp = 1109, - [pbr::OriginalName("PLAYER_ACTION_AVATAR_RANK_UP")] PlayerActionAvatarRankUp = 1110, - [pbr::OriginalName("PLAYER_ACTION_AVATAR_REPEATED")] PlayerActionAvatarRepeated = 1111, - [pbr::OriginalName("PLAYER_ACTION_MP_MAX_CHANGE")] PlayerActionMpMaxChange = 1112, - [pbr::OriginalName("PLAYER_ACTION_AVATAR_TAKE_PROMOTION_REWARD")] PlayerActionAvatarTakePromotionReward = 1113, - [pbr::OriginalName("PLAYER_ACTION_AVATAR_RELIC_AFFIX_INFO")] PlayerActionAvatarRelicAffixInfo = 1114, - [pbr::OriginalName("PLAYER_ACTION_AVATAR_MARK")] PlayerActionAvatarMark = 1115, - [pbr::OriginalName("PLAYER_ACTION_AVATAR_SYSTEM_POWER_RESET")] PlayerActionAvatarSystemPowerReset = 1116, - [pbr::OriginalName("PLAYER_ACTION_AVATAR_CHANGE_PATH")] PlayerActionAvatarChangePath = 1119, - [pbr::OriginalName("PLAYER_ACTION_SET_GROWTH_TARGET_AVATAR")] PlayerActionSetGrowthTargetAvatar = 1120, - [pbr::OriginalName("PLAYER_ACTION_DEL_AVATAR")] PlayerActionDelAvatar = 1121, - [pbr::OriginalName("PLAYER_ACTION_AVATAR_SKIN_CHANGE")] PlayerActionAvatarSkinChange = 1122, - [pbr::OriginalName("PLAYER_ACTION_SET_GROWTH_TARGET_FUNCTION_CONFIG")] PlayerActionSetGrowthTargetFunctionConfig = 1123, - [pbr::OriginalName("PLAYER_ACTION_STAGE_BEGIN")] PlayerActionStageBegin = 1202, - [pbr::OriginalName("PLAYER_ACTION_STAGE_END")] PlayerActionStageEnd = 1203, - [pbr::OriginalName("PLAYER_ACTION_COCOON_STAGE_BEGIN")] PlayerActionCocoonStageBegin = 1205, - [pbr::OriginalName("PLAYER_ACTION_COCOON_STAGE_END")] PlayerActionCocoonStageEnd = 1206, - [pbr::OriginalName("PLAYER_ACTION_FARM_ELEMENT_END")] PlayerActionFarmElementEnd = 1207, - [pbr::OriginalName("PLAYER_ACTION_ELEMENT_STAGE_END")] PlayerActionElementStageEnd = 1208, - [pbr::OriginalName("PLAYER_ACTION_COCOON_SWEEP")] PlayerActionCocoonSweep = 1209, - [pbr::OriginalName("PLAYER_ACTION_FARM_ELEMENT_SWEEP")] PlayerActionFarmElementSweep = 1210, - [pbr::OriginalName("PLAYER_ACTION_RECOVER_STAMINA")] PlayerActionRecoverStamina = 1301, - [pbr::OriginalName("PLAYER_ACTION_EXCHANGE_STAMINA")] PlayerActionExchangeStamina = 1302, - [pbr::OriginalName("PLAYER_ACTION_LOGIN_REWARD")] PlayerActionLoginReward = 1303, - [pbr::OriginalName("PLAYER_ACTION_MODIFY_NICKNAME")] PlayerActionModifyNickname = 1304, - [pbr::OriginalName("PLAYER_ACTION_GET_LEVEL_REWARD")] PlayerActionGetLevelReward = 1305, - [pbr::OriginalName("PLAYER_ACTION_WORLD_LEVEL_UP")] PlayerActionWorldLevelUp = 1306, - [pbr::OriginalName("PLAYER_ACTION_ADD_STAMINA")] PlayerActionAddStamina = 1307, - [pbr::OriginalName("PLAYER_ACTION_GAMEPLAY_BIRTHDAY_REWARD_MAIL")] PlayerActionGameplayBirthdayRewardMail = 1308, - [pbr::OriginalName("PLAYER_ACTION_RECHARGE_REBATE_REWARD")] PlayerActionRechargeRebateReward = 1309, - [pbr::OriginalName("PLAYER_ACTION_GAMEPLAY_BIRTHDAY_SET")] PlayerActionGameplayBirthdaySet = 1310, - [pbr::OriginalName("PLAYER_ACTION_RESERVE_STAMINA_EXCHANGE")] PlayerActionReserveStaminaExchange = 1311, - [pbr::OriginalName("PLAYER_ACTION_RESERVE_STAMINA_ADD")] PlayerActionReserveStaminaAdd = 1312, - [pbr::OriginalName("PLAYER_ACTION_RESERVE_STAMINA_CHANGE")] PlayerActionReserveStaminaChange = 1313, - [pbr::OriginalName("PLAYER_ACTION_NOW_STAMINA")] PlayerActionNowStamina = 1314, - [pbr::OriginalName("PLAYER_ACTION_MAIL")] PlayerActionMail = 1401, - [pbr::OriginalName("PLAYER_ACTION_MAIL_OP_BY_USER")] PlayerActionMailOpByUser = 1402, - [pbr::OriginalName("PLAYER_ACTION_MAIL_OP_BY_MUIP")] PlayerActionMailOpByMuip = 1403, - [pbr::OriginalName("PLAYER_ACTION_MAIL_OP_BY_GM")] PlayerActionMailOpByGm = 1404, - [pbr::OriginalName("PLAYER_ACTION_MAIL_OP_BY_FULL")] PlayerActionMailOpByFull = 1405, - [pbr::OriginalName("PLAYER_ACTION_MAIL_OP_BY_EXPIRE")] PlayerActionMailOpByExpire = 1406, - [pbr::OriginalName("PLAYER_ACTION_MAIL_OP_BY_INTERNAL")] PlayerActionMailOpByInternal = 1407, - [pbr::OriginalName("PLAYER_ACTION_ADD_MAIL")] PlayerActionAddMail = 1408, - [pbr::OriginalName("PLAYER_ACTION_DEL_MAIL")] PlayerActionDelMail = 1409, - [pbr::OriginalName("PLAYER_ACTION_TAKE_ATTACHMENT")] PlayerActionTakeAttachment = 1410, - [pbr::OriginalName("PLAYER_ACTION_READ_MAIL")] PlayerActionReadMail = 1411, - [pbr::OriginalName("PLAYER_ACTION_BATTLE_AVATAR")] PlayerActionBattleAvatar = 1501, - [pbr::OriginalName("PLAYER_ACTION_BATTLE_MONSTER")] PlayerActionBattleMonster = 1502, - [pbr::OriginalName("PLAYER_ACTION_BATTLE_END")] PlayerActionBattleEnd = 1504, - [pbr::OriginalName("PLAYER_ACTION_BATTLE_REPLAY")] PlayerActionBattleReplay = 1505, - [pbr::OriginalName("PLAYER_ACTION_BATTLE_AVATAR_DEATH")] PlayerActionBattleAvatarDeath = 1506, - [pbr::OriginalName("PLAYER_ACTION_BATTLE_SWITCH_PHASE")] PlayerActionBattleSwitchPhase = 1507, - [pbr::OriginalName("PLAYER_ACTION_BATTLE_MONSTER_SKILL")] PlayerActionBattleMonsterSkill = 1508, - [pbr::OriginalName("PLAYER_ACTION_BATTLE_REBATTLE")] PlayerActionBattleRebattle = 1509, - [pbr::OriginalName("PLAYER_ACTION_BATTLE_AVATAR_SERVANT")] PlayerActionBattleAvatarServant = 1510, - [pbr::OriginalName("PLAYER_ACTION_MISSION_REWARD")] PlayerActionMissionReward = 1602, - [pbr::OriginalName("PLAYER_ACTION_QUEST_ACCEPT")] PlayerActionQuestAccept = 1603, - [pbr::OriginalName("PLAYER_ACTION_QUEST_FINISH")] PlayerActionQuestFinish = 1604, - [pbr::OriginalName("PLAYER_ACTION_QUEST_REMOVE")] PlayerActionQuestRemove = 1605, - [pbr::OriginalName("PLAYER_ACTION_QUEST_REWARD")] PlayerActionQuestReward = 1606, - [pbr::OriginalName("PLAYER_ACTION_QUEST_AUTO_CLOSE")] PlayerActionQuestAutoClose = 1607, - [pbr::OriginalName("PLAYER_ACTION_QUEST_EXPIRED")] PlayerActionQuestExpired = 1608, - [pbr::OriginalName("PLAYER_ACTION_MISSION_REQUIRED")] PlayerActionMissionRequired = 1609, - [pbr::OriginalName("PLAYER_ACTION_SUBMISSION_REWARD")] PlayerActionSubmissionReward = 1610, - [pbr::OriginalName("PLAYER_ACTION_ACHIEVEMENT_LEVEL_REWARD")] PlayerActionAchievementLevelReward = 1611, - [pbr::OriginalName("PLAYER_ACTION_QUEST_DELETE")] PlayerActionQuestDelete = 1612, - [pbr::OriginalName("PLAYER_ACTION_SUB_MISSION_REWARD")] PlayerActionSubMissionReward = 1613, - [pbr::OriginalName("PLAYER_ACTION_MISSION_COMPENSATE")] PlayerActionMissionCompensate = 1614, - [pbr::OriginalName("PLAYER_ACTION_MISSION_RECYCLE")] PlayerActionMissionRecycle = 1615, - [pbr::OriginalName("PLAYER_ACTION_QUEST_RESET")] PlayerActionQuestReset = 1616, - [pbr::OriginalName("PLAYER_ACTION_QUEST_OPTIONAL_REWARD")] PlayerActionQuestOptionalReward = 1617, - [pbr::OriginalName("PLAYER_ACTION_PROP_INTERACT")] PlayerActionPropInteract = 1704, - [pbr::OriginalName("PLAYER_ACTION_AVATAR_MAZE_SKILL")] PlayerActionAvatarMazeSkill = 1705, - [pbr::OriginalName("PLAYER_ACTION_ENTER_MAZE")] PlayerActionEnterMaze = 1706, - [pbr::OriginalName("PLAYER_ACTION_ORDINARY_INTERACT")] PlayerActionOrdinaryInteract = 1707, - [pbr::OriginalName("PLAYER_ACTION_CHEST_INTERACT")] PlayerActionChestInteract = 1708, - [pbr::OriginalName("PLAYER_ACTION_CHECK_POINT_UNLOCK")] PlayerActionCheckPointUnlock = 1709, - [pbr::OriginalName("PLAYER_ACTION_CHECK_POINT_INTERACT")] PlayerActionCheckPointInteract = 1710, - [pbr::OriginalName("PLAYER_ACTION_CHECK_POINT_REVIVE")] PlayerActionCheckPointRevive = 1711, - [pbr::OriginalName("PLAYER_ACTION_CHECK_POINT_TRANSFER")] PlayerActionCheckPointTransfer = 1712, - [pbr::OriginalName("PLAYER_ACTION_MONSTER_INTERACT")] PlayerActionMonsterInteract = 1714, - [pbr::OriginalName("PLAYER_ACTION_NPC_INTERACT")] PlayerActionNpcInteract = 1716, - [pbr::OriginalName("PLAYER_ACTION_PROP_HIT")] PlayerActionPropHit = 1717, - [pbr::OriginalName("PLAYER_ACTION_PRELOGUE_REVIVE")] PlayerActionPrelogueRevive = 1718, - [pbr::OriginalName("PLAYER_ACTION_PROP_STATE")] PlayerActionPropState = 1719, - [pbr::OriginalName("PLAYER_ACTION_CHECK_POINT_RECOVER")] PlayerActionCheckPointRecover = 1720, - [pbr::OriginalName("PLAYER_ACTION_MECHANISM_BAR")] PlayerActionMechanismBar = 1722, - [pbr::OriginalName("PLAYER_ACTION_SUBMIT_ORIGAMI_ITEM")] PlayerActionSubmitOrigamiItem = 1723, - [pbr::OriginalName("PLAYER_ACTION_MAZE_BUFF_DROP_ITEM")] PlayerActionMazeBuffDropItem = 1724, - [pbr::OriginalName("PLAYER_ACTION_FSV_CHANGE")] PlayerActionFsvChange = 1725, - [pbr::OriginalName("PLAYER_ACTION_TIMELINE_PROP_STATE")] PlayerActionTimelinePropState = 1726, - [pbr::OriginalName("PLAYER_ACTION_EQUIPMENT_PROMOTION")] PlayerActionEquipmentPromotion = 1901, - [pbr::OriginalName("PLAYER_ACTION_ADD_ITEM")] PlayerActionAddItem = 1902, - [pbr::OriginalName("PLAYER_ACTION_USE_ITEM")] PlayerActionUseItem = 1904, - [pbr::OriginalName("PLAYER_ACTION_EQUIPMENT_RANK_UP")] PlayerActionEquipmentRankUp = 1905, - [pbr::OriginalName("PLAYER_ACTION_EQUIPMENT_LEVEL_UP")] PlayerActionEquipmentLevelUp = 1906, - [pbr::OriginalName("PLAYER_ACTION_EXP_UP_EQUIPMENT_RETURN")] PlayerActionExpUpEquipmentReturn = 1907, - [pbr::OriginalName("PLAYER_ACTION_BAG_FULL_REWARD_MAIL")] PlayerActionBagFullRewardMail = 1908, - [pbr::OriginalName("PLAYER_ACTION_EQUIPMENT_ADD")] PlayerActionEquipmentAdd = 1909, - [pbr::OriginalName("PLAYER_ACTION_EQUIPMENT_WEAR")] PlayerActionEquipmentWear = 1910, - [pbr::OriginalName("PLAYER_ACTION_ITEM_COMPOSE")] PlayerActionItemCompose = 1911, - [pbr::OriginalName("PLAYER_ACTION_RELIC_LEVEL_UP")] PlayerActionRelicLevelUp = 1912, - [pbr::OriginalName("PLAYER_ACTION_EXP_UP_RELIC_RETURN")] PlayerActionExpUpRelicReturn = 1913, - [pbr::OriginalName("PLAYER_ACTION_RELIC_NUM_CHANGED")] PlayerActionRelicNumChanged = 1914, - [pbr::OriginalName("PLAYER_ACTION_RELIC_WEAR")] PlayerActionRelicWear = 1915, - [pbr::OriginalName("PLAYER_ACTION_RELIC_COMPOSE")] PlayerActionRelicCompose = 1916, - [pbr::OriginalName("PLAYER_ACTION_SELL_ITEM")] PlayerActionSellItem = 1917, - [pbr::OriginalName("PLAYER_ACTION_UNLOCK_MUSIC")] PlayerActionUnlockMusic = 1918, - [pbr::OriginalName("PLAYER_ACTION_EXCHANGE_HCOIN_WITH_PAY_MCOIN")] PlayerActionExchangeHcoinWithPayMcoin = 1919, - [pbr::OriginalName("PLAYER_ACTION_GET_REWARD")] PlayerActionGetReward = 1920, - [pbr::OriginalName("PLAYER_ACTION_EXCHANGE_HCOIN_WITH_FREE_MCOIN")] PlayerActionExchangeHcoinWithFreeMcoin = 1921, - [pbr::OriginalName("PLAYER_ACTION_ITEM_COMPOSE_FORMULA_UNLOCK")] PlayerActionItemComposeFormulaUnlock = 1922, - [pbr::OriginalName("PLAYER_ACTION_EXCHANGE_HCOIN")] PlayerActionExchangeHcoin = 1923, - [pbr::OriginalName("PLAYER_ACTION_CITY_SHOP_LEVEL_REWARD")] PlayerActionCityShopLevelReward = 1924, - [pbr::OriginalName("PLAYER_ACTION_ITEM_RECYCLE")] PlayerActionItemRecycle = 1925, - [pbr::OriginalName("PLAYER_ACTION_MUSEUM_FUNDS_CONSUME")] PlayerActionMuseumFundsConsume = 1926, - [pbr::OriginalName("PLAYER_ACTION_MUSEUM_EVENT_BUY_STUFF")] PlayerActionMuseumEventBuyStuff = 1927, - [pbr::OriginalName("PLAYER_ACTION_MUSEUM_MARKET_BUY_STUFF")] PlayerActionMuseumMarketBuyStuff = 1928, - [pbr::OriginalName("PLAYER_ACTION_MUSEUM_RANDOM_EVENT")] PlayerActionMuseumRandomEvent = 1929, - [pbr::OriginalName("PLAYER_ACTION_MUSEUM_INITIAL_ITEM")] PlayerActionMuseumInitialItem = 1930, - [pbr::OriginalName("PLAYER_ACTION_OPTIONAL_BOX_REWARD")] PlayerActionOptionalBoxReward = 1931, - [pbr::OriginalName("PLAYER_ACTION_DESTROY_ITEM")] PlayerActionDestroyItem = 1932, - [pbr::OriginalName("PLAYER_ACTION_TRANSFER_EXP")] PlayerActionTransferExp = 1933, - [pbr::OriginalName("PLAYER_ACTION_ONDUTY_USE")] PlayerActionOndutyUse = 1934, - [pbr::OriginalName("PLAYER_ACTION_ITEM_MARK")] PlayerActionItemMark = 1935, - [pbr::OriginalName("PLAYER_ACTION_RELIC_DISCARD")] PlayerActionRelicDiscard = 1936, - [pbr::OriginalName("PLAYER_ACTION_GENERAL_VIRTUAL_ITEM_CHANGE")] PlayerActionGeneralVirtualItemChange = 1937, - [pbr::OriginalName("PLAYER_ACTION_RELIC_LOCK")] PlayerActionRelicLock = 1938, - [pbr::OriginalName("PLAYER_ACTION_RELIC_FILTER_PLAN_SAVE")] PlayerActionRelicFilterPlanSave = 1939, - [pbr::OriginalName("PLAYER_ACTION_RELIC_FILTER_PLAN_DELETE")] PlayerActionRelicFilterPlanDelete = 1940, - [pbr::OriginalName("PLAYER_ACTION_RELIC_FILTER_PLAN_MARK")] PlayerActionRelicFilterPlanMark = 1941, - [pbr::OriginalName("PLAYER_ACTION_RELIC_SELL")] PlayerActionRelicSell = 1942, - [pbr::OriginalName("PLAYER_ACTION_RELIC_REFORGE")] PlayerActionRelicReforge = 1943, - [pbr::OriginalName("PLAYER_ACTION_RELIC_SMART_WEAR_CUSTOM_PLAN")] PlayerActionRelicSmartWearCustomPlan = 1944, - [pbr::OriginalName("PLAYER_ACTION_RECOVER_RELIC")] PlayerActionRecoverRelic = 1945, - [pbr::OriginalName("PLAYER_ACTION_RECOVER_EQUIPMENT")] PlayerActionRecoverEquipment = 1946, - [pbr::OriginalName("PLAYER_ACTION_EQUIPMENT_SELL")] PlayerActionEquipmentSell = 1947, - [pbr::OriginalName("PLAYER_ACTION_RELIC_SMART_WEAR_PIN_RELIC")] PlayerActionRelicSmartWearPinRelic = 1948, - [pbr::OriginalName("PLAYER_ACTION_RELIC_COCOON_SETTING")] PlayerActionRelicCocoonSetting = 1949, - [pbr::OriginalName("PLAYER_ACTION_PERSONAL_CARD_CHANGE")] PlayerActionPersonalCardChange = 1950, - [pbr::OriginalName("PLAYER_ACTION_PHONE_CASE_CHANGE")] PlayerActionPhoneCaseChange = 1951, - [pbr::OriginalName("PLAYER_ACTION_TUTORIAL_GUIDE_FINISH")] PlayerActionTutorialGuideFinish = 2001, - [pbr::OriginalName("PLAYER_ACTION_TUTORIAL")] PlayerActionTutorial = 2002, - [pbr::OriginalName("PLAYER_ACTION_TUTORIAL_GUIDE")] PlayerActionTutorialGuide = 2003, - [pbr::OriginalName("PLAYER_ACTION_MONSTER_DROP")] PlayerActionMonsterDrop = 2101, - [pbr::OriginalName("PLAYER_ACTION_FINISH_CHALLENGE")] PlayerActionFinishChallenge = 2201, - [pbr::OriginalName("PLAYER_ACTION_CHALLENGE_STARS")] PlayerActionChallengeStars = 2202, - [pbr::OriginalName("PLAYER_ACTION_CHALLENGE_START")] PlayerActionChallengeStart = 2203, - [pbr::OriginalName("PLAYER_ACTION_CHALLENGE_END")] PlayerActionChallengeEnd = 2204, - [pbr::OriginalName("PLAYER_ACTION_CHALLENGE_WIN")] PlayerActionChallengeWin = 2205, - [pbr::OriginalName("PLAYER_ACTION_CHALLENGE_FAIL")] PlayerActionChallengeFail = 2206, - [pbr::OriginalName("PLAYER_ACTION_CHALLENGE_LEAVE")] PlayerActionChallengeLeave = 2207, - [pbr::OriginalName("PLAYER_ACTION_CHALLENGE_SWITCH")] PlayerActionChallengeSwitch = 2208, - [pbr::OriginalName("PLAYER_ACTION_CHALLENGE_BONUS_REWARD")] PlayerActionChallengeBonusReward = 2210, - [pbr::OriginalName("PLAYER_ACTION_CHALLENGE_STARS_REWARD")] PlayerActionChallengeStarsReward = 2211, - [pbr::OriginalName("PLAYER_ACTION_CHALLENGE_RESTART")] PlayerActionChallengeRestart = 2212, - [pbr::OriginalName("PLAYER_ACTION_CHALLENGE_STORY_START")] PlayerActionChallengeStoryStart = 2213, - [pbr::OriginalName("PLAYER_ACTION_CHALLENGE_STORY_END")] PlayerActionChallengeStoryEnd = 2214, - [pbr::OriginalName("PLAYER_ACTION_CHALLENGE_FAST_PASS")] PlayerActionChallengeFastPass = 2215, - [pbr::OriginalName("PLAYER_ACTION_CHALLENGE_STORY_FAST_PASS")] PlayerActionChallengeStoryFastPass = 2216, - [pbr::OriginalName("PLAYER_ACTION_CHALLENGE_MEMORY_FAST_PASS")] PlayerActionChallengeMemoryFastPass = 2217, - [pbr::OriginalName("PLAYER_ACTION_CHALLENGE_BATTLE_TARGET")] PlayerActionChallengeBattleTarget = 2218, - [pbr::OriginalName("PLAYER_ACTION_CHALLENGE_BOSS_END")] PlayerActionChallengeBossEnd = 2219, - [pbr::OriginalName("PLAYER_ACTION_CHALLENGE_BOSS_FAST_PASS")] PlayerActionChallengeBossFastPass = 2220, - [pbr::OriginalName("PLAYER_ACTION_CHALLENGE_START_PARTIAL")] PlayerActionChallengeStartPartial = 2221, - [pbr::OriginalName("PLAYER_ACTION_CHALLENGE_BOSS_PHASE_START")] PlayerActionChallengeBossPhaseStart = 2222, - [pbr::OriginalName("PLAYER_ACTION_CHALLENGE_BOSS_PHASE_END")] PlayerActionChallengeBossPhaseEnd = 2223, - [pbr::OriginalName("PLAYER_ACTION_CHALLENGE_BOSS_PHASE_END_BEFORE_BATTLE")] PlayerActionChallengeBossPhaseEndBeforeBattle = 2224, - [pbr::OriginalName("PLAYER_ACTION_CHALLENGE_RECOMMEND_LINEUP")] PlayerActionChallengeRecommendLineup = 2225, - [pbr::OriginalName("PLAYER_ACTION_CHALLENGE_STORY_FEVER_BATTLE_END")] PlayerActionChallengeStoryFeverBattleEnd = 2226, - [pbr::OriginalName("PLAYER_ACTION_TEAM_INFO_CHANGE")] PlayerActionTeamInfoChange = 2301, - [pbr::OriginalName("PLAYER_ACTION_CHANGE_CURRENT_AVATAR")] PlayerActionChangeCurrentAvatar = 2302, - [pbr::OriginalName("PLAYER_ACTION_CREATE_VIRTUAL_TEAM")] PlayerActionCreateVirtualTeam = 2303, - [pbr::OriginalName("PLAYER_ACTION_TEAM_NAME_EDIT")] PlayerActionTeamNameEdit = 2304, - [pbr::OriginalName("PLAYER_ACTION_AVATAR_BUFF_CHANGE")] PlayerActionAvatarBuffChange = 2401, - [pbr::OriginalName("PLAYER_ACTION_ENV_BUFF_CHANGE")] PlayerActionEnvBuffChange = 2402, - [pbr::OriginalName("PLAYER_ACTION_GAME_CORE")] PlayerActionGameCore = 2403, - [pbr::OriginalName("PLAYER_ACTION_AVATAR_GLOBAL_BUFF")] PlayerActionAvatarGlobalBuff = 2404, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_EXPLORE_START")] PlayerActionRogueExploreStart = 2501, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_ENTER_ROOM")] PlayerActionRogueEnterRoom = 2502, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_LEAVE_ROOM")] PlayerActionRogueLeaveRoom = 2503, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_EXPLORE_FINISH")] PlayerActionRogueExploreFinish = 2504, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_SELECT_BUFF")] PlayerActionRogueSelectBuff = 2505, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_ROLL_BUFF")] PlayerActionRogueRollBuff = 2506, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_REVIVE")] PlayerActionRogueRevive = 2507, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_CHALLENGE_START")] PlayerActionRogueChallengeStart = 2512, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_MIRACLE")] PlayerActionRogueMiracle = 2514, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_ADD_BUFF")] PlayerActionRogueAddBuff = 2515, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_PICK_AVATAR")] PlayerActionRoguePickAvatar = 2516, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_SEASON_CHANGED")] PlayerActionRogueSeasonChanged = 2522, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_AEON_LEVEL_UP")] PlayerActionRogueAeonLevelUp = 2524, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_OPEN_DOOR")] PlayerActionRogueOpenDoor = 2525, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_SCORE_REWARD")] PlayerActionRogueScoreReward = 2526, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_ENHANCE_BUFF")] PlayerActionRogueEnhanceBuff = 2527, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_SELECT_BONUS")] PlayerActionRogueSelectBonus = 2528, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_AREA_FIRST_REWARD")] PlayerActionRogueAreaFirstReward = 2529, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_ENABLE_TALENT")] PlayerActionRogueEnableTalent = 2530, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_AEON_UNLOCK")] PlayerActionRogueAeonUnlock = 2531, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_AEON_ADD_EXP")] PlayerActionRogueAeonAddExp = 2532, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_IMMERSE_LEVEL_UP")] PlayerActionRogueImmerseLevelUp = 2533, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_SELECT_MIRACLE")] PlayerActionRogueSelectMiracle = 2534, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_UNLOCK_AREA")] PlayerActionRogueUnlockArea = 2535, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_EXPLORE_SCORE_CHANGE")] PlayerActionRogueExploreScoreChange = 2536, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_UPDATE_REWARD_POOL")] PlayerActionRogueUpdateRewardPool = 2537, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_SWAP_BUFF")] PlayerActionRogueSwapBuff = 2539, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_WEEKLY_REFRESH")] PlayerActionRogueWeeklyRefresh = 2540, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_EXCHANGE_KEY")] PlayerActionRogueExchangeKey = 2541, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_GET_OBJECT_REWARD")] PlayerActionRogueGetObjectReward = 2542, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_AREA_MONSTER_DROP")] PlayerActionRogueAreaMonsterDrop = 2543, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_ADD_MIRACLE")] PlayerActionRogueAddMiracle = 2544, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_SWAP_MIRACLE")] PlayerActionRogueSwapMiracle = 2545, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_OPEN_OBJECT_REWARD")] PlayerActionRogueOpenObjectReward = 2546, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_AEON_EFFECT")] PlayerActionRogueAeonEffect = 2547, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_REFORGE_BUFF")] PlayerActionRogueReforgeBuff = 2548, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TRADE_MIRACLE")] PlayerActionRogueTradeMiracle = 2549, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_REMOVE_AVATAR")] PlayerActionRogueRemoveAvatar = 2550, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_DIALOGUE_SELECT")] PlayerActionRogueDialogueSelect = 2551, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_SELECT_AEON")] PlayerActionRogueSelectAeon = 2552, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_DIALOGUE_FINISH")] PlayerActionRogueDialogueFinish = 2553, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_HANDBOOK_REWARD")] PlayerActionRogueHandbookReward = 2554, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_ADVENTURE_ROOM_REWARD")] PlayerActionRogueAdventureRoomReward = 2555, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_SHOP_BUY")] PlayerActionRogueShopBuy = 2556, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_REPAIR_MIRACLE")] PlayerActionRogueRepairMiracle = 2557, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_REPLACE_ALL_MIRACLE")] PlayerActionRogueReplaceAllMiracle = 2558, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_MIRACLE_BROKEN")] PlayerActionRogueMiracleBroken = 2559, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_SHOP_REFRESH")] PlayerActionRogueShopRefresh = 2560, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_LEVEL_MECHANISM")] PlayerActionRogueLevelMechanism = 2561, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_REMOVE_MIRACLE")] PlayerActionRogueRemoveMiracle = 2562, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_DROP_BUFF")] PlayerActionRogueDropBuff = 2563, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_DESTROY_MIRACLE")] PlayerActionRogueDestroyMiracle = 2564, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_ACTIVATE_FORMULA")] PlayerActionRogueActivateFormula = 2565, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_DEACTIVATE_FORMULA")] PlayerActionRogueDeactivateFormula = 2566, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_REMOVE_BUFF")] PlayerActionRogueRemoveBuff = 2567, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_SELECT_FORMULA")] PlayerActionRogueSelectFormula = 2568, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_DROP_FORMULA")] PlayerActionRogueDropFormula = 2569, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_ROLL_FORMULA")] PlayerActionRogueRollFormula = 2570, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_REFORGE_FORMULA")] PlayerActionRogueReforgeFormula = 2571, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_COMPOSE_MIRACLE")] PlayerActionRogueComposeMiracle = 2572, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_REFORGE_MIRACLE")] PlayerActionRogueReforgeMiracle = 2573, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_DO_GAMBLE")] PlayerActionRogueDoGamble = 2574, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_KEYWORD_ACTIVATE")] PlayerActionRogueKeywordActivate = 2575, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_KEYWORD_DEACTIVATE")] PlayerActionRogueKeywordDeactivate = 2576, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_SOURCE_DEFAULT")] PlayerActionRogueSourceDefault = 2577, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_PLAYER_SELECT")] PlayerActionRoguePlayerSelect = 2578, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_LAYER_SETTLEMENT")] PlayerActionRogueLayerSettlement = 2579, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_FORMULA")] PlayerActionRogueFormula = 2580, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_WORKBENCH")] PlayerActionRogueWorkbench = 2581, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_MODIFIER")] PlayerActionRogueModifier = 2582, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_REFORGE")] PlayerActionRogueReforge = 2583, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TALENT")] PlayerActionRogueTalent = 2584, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_REROLL")] PlayerActionRogueReroll = 2585, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_COIN_CHANGE")] PlayerActionRogueCoinChange = 2586, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_MAGIC_SCEPTER_SHOP")] PlayerActionRogueMagicScepterShop = 2587, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_MAGIC_UNIT_SHOP")] PlayerActionRogueMagicUnitShop = 2588, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_MAGIC_SCEPTER_LEVEL_UP")] PlayerActionRogueMagicScepterLevelUp = 2589, - [pbr::OriginalName("PLAYER_ACTION_GACHA")] PlayerActionGacha = 2601, - [pbr::OriginalName("PLAYER_ACTION_ADD_GACHA_TICKET")] PlayerActionAddGachaTicket = 2602, - [pbr::OriginalName("PLAYER_ACTION_GACHA_EXCHANGE")] PlayerActionGachaExchange = 2603, - [pbr::OriginalName("PLAYER_ACTION_SET_GACHA_DECIDE_ITEM")] PlayerActionSetGachaDecideItem = 2604, - [pbr::OriginalName("PLAYER_ACTION_EVENT_MISSION_ACCEPT")] PlayerActionEventMissionAccept = 2801, - [pbr::OriginalName("PLAYER_ACTION_EVENT_MISSION_FINISH")] PlayerActionEventMissionFinish = 2802, - [pbr::OriginalName("PLAYER_ACTION_EVENT_MISSION_REWARD")] PlayerActionEventMissionReward = 2803, - [pbr::OriginalName("PLAYER_ACTION_RAID_FINISH")] PlayerActionRaidFinish = 2901, - [pbr::OriginalName("PLAYER_ACTION_RAID_BEGIN")] PlayerActionRaidBegin = 2902, - [pbr::OriginalName("PLAYER_ACTION_CHALLENGE_RAID_REWARD")] PlayerActionChallengeRaidReward = 2903, - [pbr::OriginalName("PLAYER_ACTION_START_RAID")] PlayerActionStartRaid = 2904, - [pbr::OriginalName("PLAYER_ACTION_END_RAID")] PlayerActionEndRaid = 2905, - [pbr::OriginalName("PLAYER_ACTION_RAID_TARGET_FINISH")] PlayerActionRaidTargetFinish = 2906, - [pbr::OriginalName("PLAYER_ACTION_ARCHIVE_RAID")] PlayerActionArchiveRaid = 2907, - [pbr::OriginalName("PLAYER_ACTION_HERO_BASE_TYPE_CHANGE")] PlayerActionHeroBaseTypeChange = 3051, - [pbr::OriginalName("PLAYER_ACTION_HERO_BASE_TYPE_ADD_BY_MISSION")] PlayerActionHeroBaseTypeAddByMission = 3052, - [pbr::OriginalName("PLAYER_ACTION_HERO_BASE_TYPE_ADD_BY_REQ")] PlayerActionHeroBaseTypeAddByReq = 3053, - [pbr::OriginalName("PLAYER_ACTION_HERO_BASE_TYPE_ADD")] PlayerActionHeroBaseTypeAdd = 3054, - [pbr::OriginalName("PLAYER_ACTION_DIALOGUE_SELECT")] PlayerActionDialogueSelect = 3101, - [pbr::OriginalName("PLAYER_ACTION_EXPEDITION_START")] PlayerActionExpeditionStart = 3151, - [pbr::OriginalName("PLAYER_ACTION_EXPEDITION_FINISH")] PlayerActionExpeditionFinish = 3152, - [pbr::OriginalName("PLAYER_ACTION_EXPEDITION_REWARD")] PlayerActionExpeditionReward = 3153, - [pbr::OriginalName("PLAYER_ACTION_ACTIVITY_EXPEDITION_START")] PlayerActionActivityExpeditionStart = 3154, - [pbr::OriginalName("PLAYER_ACTION_ACTIVITY_EXPEDITION_FINISH")] PlayerActionActivityExpeditionFinish = 3155, - [pbr::OriginalName("PLAYER_ACTION_ACTIVITY_EXPEDITION_REWARD")] PlayerActionActivityExpeditionReward = 3156, - [pbr::OriginalName("PLAYER_ACTION_ACTIVITY_EXPEDITION_BEGIN")] PlayerActionActivityExpeditionBegin = 3157, - [pbr::OriginalName("PLAYER_ACTION_ACTIVITY_EXPEDITION_END")] PlayerActionActivityExpeditionEnd = 3158, - [pbr::OriginalName("PLAYER_ACTION_ACTIVITY_LOGIN_REWARD")] PlayerActionActivityLoginReward = 3201, - [pbr::OriginalName("PLAYER_ACTION_FRIEND_REPORT")] PlayerActionFriendReport = 3301, - [pbr::OriginalName("PLAYER_ACTION_ASSIST_REWARD")] PlayerActionAssistReward = 3302, - [pbr::OriginalName("PLAYER_ACTION_ASSIST_AVATAR_REFRESH")] PlayerActionAssistAvatarRefresh = 3303, - [pbr::OriginalName("PLAYER_ACTION_ASSIST_AVATAR_BATTLE_START")] PlayerActionAssistAvatarBattleStart = 3304, - [pbr::OriginalName("PLAYER_ACTION_ASSIST_AVATAR_BATTLE_END")] PlayerActionAssistAvatarBattleEnd = 3305, - [pbr::OriginalName("PLAYER_ACTION_FRIEND_APPLY")] PlayerActionFriendApply = 3306, - [pbr::OriginalName("PLAYER_ACTION_FRIEND_MANAGE")] PlayerActionFriendManage = 3307, - [pbr::OriginalName("PLAYER_ACTION_FRIEND_BLACKLIST")] PlayerActionFriendBlacklist = 3308, - [pbr::OriginalName("PLAYER_ACTION_FRIEND_MODIFY_REMARK_NAME")] PlayerActionFriendModifyRemarkName = 3309, - [pbr::OriginalName("PLAYER_ACTION_FRIEND_MARK")] PlayerActionFriendMark = 3310, - [pbr::OriginalName("PLAYER_ACTION_FRIEND_ASSIST_LIST")] PlayerActionFriendAssistList = 3311, - [pbr::OriginalName("PLAYER_ACTION_BATTLE_PASS_LEVEL_REWARD")] PlayerActionBattlePassLevelReward = 3202, - [pbr::OriginalName("PLAYER_ACTION_BATTLE_PASS_128TIER_REWARD")] PlayerActionBattlePass128TierReward = 3203, - [pbr::OriginalName("PLAYER_ACTION_BATTLE_PASS_LEVEL_REWARD_AUTO_MAIL")] PlayerActionBattlePassLevelRewardAutoMail = 3204, - [pbr::OriginalName("PLAYER_ACTION_BUY_BATTLE_PASS")] PlayerActionBuyBattlePass = 3205, - [pbr::OriginalName("PLAYER_ACTION_ADD_BATTLE_PASS_EXP")] PlayerActionAddBattlePassExp = 3206, - [pbr::OriginalName("PLAYER_ACTION_BATTLE_PASS_LEVEL_UP")] PlayerActionBattlePassLevelUp = 3207, - [pbr::OriginalName("PLAYER_ACTION_BUY_BATTLE_PASS_LEVEL")] PlayerActionBuyBattlePassLevel = 3208, - [pbr::OriginalName("PLAYER_ACTION_BATTLE_PASS_END_MAIL")] PlayerActionBattlePassEndMail = 3209, - [pbr::OriginalName("PLAYER_ACTION_BATTLE_PASS_68TIER_REWARD")] PlayerActionBattlePass68TierReward = 3210, - [pbr::OriginalName("PLAYER_ACTION_MODIFY_SIGN")] PlayerActionModifySign = 3401, - [pbr::OriginalName("PLAYER_ACTION_DISPLAY_AVATAR_SET")] PlayerActionDisplayAvatarSet = 3402, - [pbr::OriginalName("PLAYER_ACTION_ASSIST_AVATAR_SET")] PlayerActionAssistAvatarSet = 3403, - [pbr::OriginalName("PLAYER_ACTION_ACHIEVEMENT_FINISH")] PlayerActionAchievementFinish = 3501, - [pbr::OriginalName("PLAYER_ACTION_ACHIEVEMENT_REWARD")] PlayerActionAchievementReward = 3502, - [pbr::OriginalName("PLAYER_ACTION_ACHIEVEMENT_ADD_EXP")] PlayerActionAchievementAddExp = 3503, - [pbr::OriginalName("PLAYER_ACTION_ACHIEVEMENT_LEVEL_UP")] PlayerActionAchievementLevelUp = 3504, - [pbr::OriginalName("PLAYER_ACTION_PUNK_LORD_REWARD")] PlayerActionPunkLordReward = 3601, - [pbr::OriginalName("PLAYER_ACTION_PUNK_LORD_BOSS_SEARCH")] PlayerActionPunkLordBossSearch = 3604, - [pbr::OriginalName("PLAYER_ACTION_PUNK_LORD_BOSS_SHARE")] PlayerActionPunkLordBossShare = 3605, - [pbr::OriginalName("PLAYER_ACTION_START_PUNK_LORD_RAID")] PlayerActionStartPunkLordRaid = 3606, - [pbr::OriginalName("PLAYER_ACTION_PUNK_LORD_SUPPORT_TIMES")] PlayerActionPunkLordSupportTimes = 3608, - [pbr::OriginalName("PLAYER_ACTION_PUNK_LORD_SCORE_REWARD")] PlayerActionPunkLordScoreReward = 3609, - [pbr::OriginalName("PLAYER_ACTION_PUNK_LORD_LIST_REFRESH")] PlayerActionPunkLordListRefresh = 3610, - [pbr::OriginalName("PLAYER_ACTION_PUNK_LORD_POWER_ATTACK")] PlayerActionPunkLordPowerAttack = 3611, - [pbr::OriginalName("PLAYER_ACTION_PUNK_LORD_BATTLE_END")] PlayerActionPunkLordBattleEnd = 3612, - [pbr::OriginalName("PLAYER_ACTION_PUNK_LORD_BOSS_DEATH")] PlayerActionPunkLordBossDeath = 3613, - [pbr::OriginalName("PLAYER_ACTION_PUNK_LORD_BOSS_SCORE")] PlayerActionPunkLordBossScore = 3614, - [pbr::OriginalName("PLAYER_ACTION_DAILY_ACTIVE_LEVEL_REWARD")] PlayerActionDailyActiveLevelReward = 3701, - [pbr::OriginalName("PLAYER_ACTION_DAILY_ACTIVE_ADD_POINT")] PlayerActionDailyActiveAddPoint = 3702, - [pbr::OriginalName("PLAYER_ACTION_DAILY_ACTIVE_DELETE_OLD_QUEST")] PlayerActionDailyActiveDeleteOldQuest = 3703, - [pbr::OriginalName("PLAYER_ACTION_FIGHT_ACTIVITY_BEGIN")] PlayerActionFightActivityBegin = 3791, - [pbr::OriginalName("PLAYER_ACTION_FIGHT_ACTIVITY_END")] PlayerActionFightActivityEnd = 3792, - [pbr::OriginalName("PLAYER_ACTION_FIGHT_ACTIVITY_REWARD")] PlayerActionFightActivityReward = 3801, - [pbr::OriginalName("PLAYER_ACTION_ACTIVITY_END_MAIL")] PlayerActionActivityEndMail = 3802, - [pbr::OriginalName("PLAYER_ACTION_APPOINTMENT_MAIL")] PlayerActionAppointmentMail = 3803, - [pbr::OriginalName("PLAYER_ACTION_SHARE_REWARD")] PlayerActionShareReward = 3804, - [pbr::OriginalName("PLAYER_ACTION_ACTIVITY_TRIAL_REWARD")] PlayerActionActivityTrialReward = 3805, - [pbr::OriginalName("PLAYER_ACTION_ACTIVITY_TRIAL_START")] PlayerActionActivityTrialStart = 3806, - [pbr::OriginalName("PLAYER_ACTION_PS_PRE_ORDER_MAIL1")] PlayerActionPsPreOrderMail1 = 3811, - [pbr::OriginalName("PLAYER_ACTION_PS_PRE_ORDER_MAIL2")] PlayerActionPsPreOrderMail2 = 3812, - [pbr::OriginalName("PLAYER_ACTION_PS_LOGIN_MAIL")] PlayerActionPsLoginMail = 3813, - [pbr::OriginalName("PLAYER_ACTION_LOGIN_MAIL")] PlayerActionLoginMail = 3814, - [pbr::OriginalName("PLAYER_ACTION_GOOGLE_POINTS_100_MAIL")] PlayerActionGooglePoints100Mail = 3821, - [pbr::OriginalName("PLAYER_ACTION_GOOGLE_POINTS_150_MAIL")] PlayerActionGooglePoints150Mail = 3822, - [pbr::OriginalName("PLAYER_ACTION_TRAIN_VISITOR_BEHAVIOR_FINISH")] PlayerActionTrainVisitorBehaviorFinish = 3901, - [pbr::OriginalName("PLAYER_ACTION_ENTER_VIEW_TRAIN")] PlayerActionEnterViewTrain = 3902, - [pbr::OriginalName("PLAYER_ACTION_TRAIN_VISITOR_BEHAVIOR_REWARD_FORCE_SEND")] PlayerActionTrainVisitorBehaviorRewardForceSend = 3903, - [pbr::OriginalName("PLAYER_ACTION_TRAIN_VISITOR_REGISTER_OPEN")] PlayerActionTrainVisitorRegisterOpen = 3904, - [pbr::OriginalName("PLAYER_ACTION_TRAIN_VISITOR_BEHAVIOR_REWARD_FORCE_SEND_BY_REGISTER")] PlayerActionTrainVisitorBehaviorRewardForceSendByRegister = 3905, - [pbr::OriginalName("PLAYER_ACTION_TRAIN_VISITOR_CLEAR_LAST_TRAIN_VISITOR")] PlayerActionTrainVisitorClearLastTrainVisitor = 3906, - [pbr::OriginalName("PLAYER_ACTION_TRAIN_VISITOR_REFRESH_TRAIN_VISITOR")] PlayerActionTrainVisitorRefreshTrainVisitor = 3907, - [pbr::OriginalName("PLAYER_ACTION_TRAIN_VISITOR_REFRESH_NPC")] PlayerActionTrainVisitorRefreshNpc = 3908, - [pbr::OriginalName("PLAYER_ACTION_MESSAGE_GROUP_ACCEPT")] PlayerActionMessageGroupAccept = 3951, - [pbr::OriginalName("PLAYER_ACTION_MESSAGE_SECTION_ACCEPT")] PlayerActionMessageSectionAccept = 3952, - [pbr::OriginalName("PLAYER_ACTION_MESSAGE_SECTION_FINISH")] PlayerActionMessageSectionFinish = 3953, - [pbr::OriginalName("PLAYER_ACTION_MESSAGE_ITEM_FINISH")] PlayerActionMessageItemFinish = 3954, - [pbr::OriginalName("PLAYER_ACTION_FINISH_MESSAGE_GROUP_REWARD")] PlayerActionFinishMessageGroupReward = 3955, - [pbr::OriginalName("PLAYER_ACTION_SUBSTITUTE_MESSAGE_GROUP_REWARD")] PlayerActionSubstituteMessageGroupReward = 3956, - [pbr::OriginalName("PLAYER_ACTION_DELETE_MESSAGE_GROUP")] PlayerActionDeleteMessageGroup = 3957, - [pbr::OriginalName("PLAYER_ACTION_DELETE_MESSAGE_SECTION")] PlayerActionDeleteMessageSection = 3958, - [pbr::OriginalName("PLAYER_ACTION_DELETE_MESSAGE_GROUP_BY_CONFIG")] PlayerActionDeleteMessageGroupByConfig = 3959, - [pbr::OriginalName("PLAYER_ACTION_DELETE_MESSAGE_GROUP_BY_ACTIVITY")] PlayerActionDeleteMessageGroupByActivity = 3960, - [pbr::OriginalName("PLAYER_ACTION_DELETE_MESSAGE_GROUP_BY_MISSION")] PlayerActionDeleteMessageGroupByMission = 3961, - [pbr::OriginalName("PLAYER_ACTION_TEXT_JOIN_SAVE")] PlayerActionTextJoinSave = 4001, - [pbr::OriginalName("PLAYER_ACTION_BOXING_CLUB_START")] PlayerActionBoxingClubStart = 4051, - [pbr::OriginalName("PLAYER_ACTION_BOXING_CLUB_FINISH")] PlayerActionBoxingClubFinish = 4052, - [pbr::OriginalName("PLAYER_ACTION_BOXING_CLUB_PAUSE")] PlayerActionBoxingClubPause = 4053, - [pbr::OriginalName("PLAYER_ACTION_BOXING_CLUB_STAGE_START")] PlayerActionBoxingClubStageStart = 4054, - [pbr::OriginalName("PLAYER_ACTION_TALK_SEND")] PlayerActionTalkSend = 4101, - [pbr::OriginalName("PLAYER_ACTION_SELECT_INCLINATION_TEXT")] PlayerActionSelectInclinationText = 4102, - [pbr::OriginalName("PLAYER_ACTION_MUSEUM_SETTLE_TURN_OPEN")] PlayerActionMuseumSettleTurnOpen = 4201, - [pbr::OriginalName("PLAYER_ACTION_MUSEUM_UPGRADE_AREA")] PlayerActionMuseumUpgradeArea = 4202, - [pbr::OriginalName("PLAYER_ACTION_MUSEUM_UPGRADE_AREA_STAT")] PlayerActionMuseumUpgradeAreaStat = 4203, - [pbr::OriginalName("PLAYER_ACTION_MUSEUM_DISPATCH_REWARD_REGULAR")] PlayerActionMuseumDispatchRewardRegular = 4204, - [pbr::OriginalName("PLAYER_ACTION_MUSEUM_DISPATCH_REWARD_DIRECTIONAL")] PlayerActionMuseumDispatchRewardDirectional = 4205, - [pbr::OriginalName("PLAYER_ACTION_MUSEUM_PHASE_TARGET_FINISHED")] PlayerActionMuseumPhaseTargetFinished = 4206, - [pbr::OriginalName("PLAYER_ACTION_MUSEUM_GET_STUFF")] PlayerActionMuseumGetStuff = 4207, - [pbr::OriginalName("PLAYER_ACTION_MUSEUM_GET_EXHIBIT")] PlayerActionMuseumGetExhibit = 4208, - [pbr::OriginalName("PLAYER_ACTION_MUSEUM_TAKE_COLLECT_MISSION")] PlayerActionMuseumTakeCollectMission = 4209, - [pbr::OriginalName("PLAYER_ACTION_MUSEUM_AREA_UNLOCK")] PlayerActionMuseumAreaUnlock = 4210, - [pbr::OriginalName("PLAYER_ACTION_MUSEUM_AREA_UPGRADE")] PlayerActionMuseumAreaUpgrade = 4211, - [pbr::OriginalName("PLAYER_ACTION_MUSEUM_AREA_STAT_UPGRADE")] PlayerActionMuseumAreaStatUpgrade = 4212, - [pbr::OriginalName("PLAYER_ACTION_MUSEUM_ENTER_NEXT_ROUND")] PlayerActionMuseumEnterNextRound = 4213, - [pbr::OriginalName("PLAYER_ACTION_MUSEUM_START_DISPATCH")] PlayerActionMuseumStartDispatch = 4214, - [pbr::OriginalName("PLAYER_ACTION_MUSEUM_SETTLE_DISPATCH")] PlayerActionMuseumSettleDispatch = 4215, - [pbr::OriginalName("PLAYER_ACTION_MUSEUM_RENEW_POINT_CHANGED")] PlayerActionMuseumRenewPointChanged = 4216, - [pbr::OriginalName("PLAYER_ACTION_MUSEUM_TARGET_REWARD")] PlayerActionMuseumTargetReward = 4217, - [pbr::OriginalName("PLAYER_ACTION_MUSEUM_PHASE_UPGRADE")] PlayerActionMuseumPhaseUpgrade = 4218, - [pbr::OriginalName("PLAYER_ACTION_MUSEUM_COLLECT_REWARD")] PlayerActionMuseumCollectReward = 4219, - [pbr::OriginalName("PLAYER_ACTION_MUSEUM_TARGET_START")] PlayerActionMuseumTargetStart = 4220, - [pbr::OriginalName("PLAYER_ACTION_MUSEUM_TARGET_FINISH")] PlayerActionMuseumTargetFinish = 4221, - [pbr::OriginalName("PLAYER_ACTION_ACTIVITY_MONSTER_RESEARCH_CONSUME_MATERIAL")] PlayerActionActivityMonsterResearchConsumeMaterial = 4301, - [pbr::OriginalName("PLAYER_ACTION_ACTIVITY_MONSTER_RESEARCH_TAKE_REWARD")] PlayerActionActivityMonsterResearchTakeReward = 4302, - [pbr::OriginalName("PLAYER_ACTION_PLAYER_RETURN_START")] PlayerActionPlayerReturnStart = 4401, - [pbr::OriginalName("PLAYER_ACTION_PLAYER_RETURN_SIGN")] PlayerActionPlayerReturnSign = 4402, - [pbr::OriginalName("PLAYER_ACTION_PLAYER_RETURN_POINT")] PlayerActionPlayerReturnPoint = 4403, - [pbr::OriginalName("PLAYER_ACTION_PLAYER_RETURN_COUNTDOWN")] PlayerActionPlayerReturnCountdown = 4404, - [pbr::OriginalName("PLAYER_ACTION_PLAYER_RETURN_FINISH")] PlayerActionPlayerReturnFinish = 4405, - [pbr::OriginalName("PLAYER_ACTION_PLAYER_RETURN_COMPENSATE")] PlayerActionPlayerReturnCompensate = 4406, - [pbr::OriginalName("PLAYER_ACTION_PLAYER_RETURN_GET_RELIC")] PlayerActionPlayerReturnGetRelic = 4407, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_CHALLENGE_ACTIVITY_START")] PlayerActionRogueChallengeActivityStart = 4411, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_CHALLENGE_ACTIVITY_FINISH")] PlayerActionRogueChallengeActivityFinish = 4412, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_CHALLENGE_ACTIVITY_SAVE")] PlayerActionRogueChallengeActivitySave = 4413, - [pbr::OriginalName("PLAYER_ACTION_AETHER_DIVIDE_USE_PASSIVE_SKILL_ITEM")] PlayerActionAetherDivideUsePassiveSkillItem = 4450, - [pbr::OriginalName("PLAYER_ACTION_AETHER_DIVIDE_CLEAR_PASSIVE_SKILL")] PlayerActionAetherDivideClearPassiveSkill = 4451, - [pbr::OriginalName("PLAYER_ACTION_AETHER_DIVIDE_FINISH_CHALLENGE")] PlayerActionAetherDivideFinishChallenge = 4452, - [pbr::OriginalName("PLAYER_ACTION_AETHER_DIVIDE_OVERFLOW_CHUNK_REWARD")] PlayerActionAetherDivideOverflowChunkReward = 4453, - [pbr::OriginalName("PLAYER_ACTION_AETHER_DIVIDE_LEVEL_UP")] PlayerActionAetherDivideLevelUp = 4454, - [pbr::OriginalName("PLAYER_ACTION_AETHER_DIVIDE_NEW_REWARD")] PlayerActionAetherDivideNewReward = 4455, - [pbr::OriginalName("PLAYER_ACTION_AETHER_DIVIDE_MONSTER_ADD")] PlayerActionAetherDivideMonsterAdd = 4456, - [pbr::OriginalName("PLAYER_ACTION_AETHER_DIVIDE_MONSTER_LEVEL")] PlayerActionAetherDivideMonsterLevel = 4457, - [pbr::OriginalName("PLAYER_ACTION_AETHER_DIVIDE_MONSTER_SKILL_WEAR")] PlayerActionAetherDivideMonsterSkillWear = 4458, - [pbr::OriginalName("PLAYER_ACTION_AETHER_DIVIDE_TEAM_CHANGE")] PlayerActionAetherDivideTeamChange = 4459, - [pbr::OriginalName("PLAYER_ACTION_AETHER_DIVIDE_STAGE_BEGIN")] PlayerActionAetherDivideStageBegin = 4460, - [pbr::OriginalName("PLAYER_ACTION_AETHER_DIVIDE_STAGE_END")] PlayerActionAetherDivideStageEnd = 4461, - [pbr::OriginalName("PLAYER_ACTION_AETHER_DIVIDE_STAGE_ROLL")] PlayerActionAetherDivideStageRoll = 4462, - [pbr::OriginalName("PLAYER_ACTION_ALLEY_EVENT_FINISH")] PlayerActionAlleyEventFinish = 4501, - [pbr::OriginalName("PLAYER_ACTION_ALLEY_TAKE_REWARD")] PlayerActionAlleyTakeReward = 4502, - [pbr::OriginalName("PLAYER_ACTION_ALLEY_PRESTIGE_LEVEL_UP")] PlayerActionAlleyPrestigeLevelUp = 4503, - [pbr::OriginalName("PLAYER_ACTION_ALLEY_LOGISTICS_FINISH")] PlayerActionAlleyLogisticsFinish = 4504, - [pbr::OriginalName("PLAYER_ACTION_ALLEY_PLACING_GAME_FINISH")] PlayerActionAlleyPlacingGameFinish = 4505, - [pbr::OriginalName("PLAYER_ACTION_ALLEY_GUARANTEED_FUNDS")] PlayerActionAlleyGuaranteedFunds = 4506, - [pbr::OriginalName("PLAYER_ACTION_ALLEY_TAKE_EVENT_REWARD")] PlayerActionAlleyTakeEventReward = 4507, - [pbr::OriginalName("PLAYER_ACTION_ALLEY_SPECIAL_ORDER_FINISH")] PlayerActionAlleySpecialOrderFinish = 4508, - [pbr::OriginalName("PLAYER_ACTION_SENSITIVE_WORD_SHIELD")] PlayerActionSensitiveWordShield = 4601, - [pbr::OriginalName("PLAYER_ACTION_SENSITIVE_WORD_SERVER_INTERNAL_ERROR")] PlayerActionSensitiveWordServerInternalError = 4602, - [pbr::OriginalName("PLAYER_ACTION_SENSITIVE_WORD_PLATFORM_ERROR")] PlayerActionSensitiveWordPlatformError = 4603, - [pbr::OriginalName("PLAYER_ACTION_TREASURE_DUNGEON_START")] PlayerActionTreasureDungeonStart = 4701, - [pbr::OriginalName("PLAYER_ACTION_TREASURE_DUNGEON_FINISH")] PlayerActionTreasureDungeonFinish = 4702, - [pbr::OriginalName("PLAYER_ACTION_TREASURE_DUNGEON_ENTER_FLOOR")] PlayerActionTreasureDungeonEnterFloor = 4703, - [pbr::OriginalName("PLAYER_ACTION_TREASURE_DUNGEON_LEAVE_FLOOR")] PlayerActionTreasureDungeonLeaveFloor = 4704, - [pbr::OriginalName("PLAYER_ACTION_TREASURE_DUNGEON_USE_ITEM")] PlayerActionTreasureDungeonUseItem = 4705, - [pbr::OriginalName("PLAYER_ACTION_TREASURE_DUNGEON_AVATAR_CHANGE")] PlayerActionTreasureDungeonAvatarChange = 4706, - [pbr::OriginalName("PLAYER_ACTION_TREASURE_DUNGEON_BATTLE_START")] PlayerActionTreasureDungeonBattleStart = 4707, - [pbr::OriginalName("PLAYER_ACTION_TREASURE_DUNGEON_BATTLE_END")] PlayerActionTreasureDungeonBattleEnd = 4708, - [pbr::OriginalName("PLAYER_ACTION_TREASURE_DUNGEON_PICKUP_BUFF")] PlayerActionTreasureDungeonPickupBuff = 4709, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_FIRST_FINISH")] PlayerActionChessRogueFirstFinish = 4801, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_GIVEUP_DICE")] PlayerActionChessRogueGiveupDice = 4802, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_SUB_STORY_SELECT")] PlayerActionChessRogueSubStorySelect = 4803, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_ACTION_POINT")] PlayerActionChessRogueActionPoint = 4804, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_REVIVE_BY_PROP")] PlayerActionChessRogueReviveByProp = 4805, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_START_LEVEL")] PlayerActionChessRogueStartLevel = 4806, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_DICE_EFFECT")] PlayerActionChessRogueDiceEffect = 4807, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_MAIN_STORY_FINISH")] PlayerActionChessRogueMainStoryFinish = 4808, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_AEON_TALENT_EFFECT")] PlayerActionChessRogueAeonTalentEffect = 4809, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_MODIFIER_OTHERS_EFFECT")] PlayerActionChessRogueModifierOthersEffect = 4810, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_ADD_BUFF")] PlayerActionChessRogueAddBuff = 4811, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_REFORGE_BUFF")] PlayerActionChessRogueReforgeBuff = 4812, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_BUFF_LEVEL_UP")] PlayerActionChessRogueBuffLevelUp = 4813, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_ENHANCE_BUFF")] PlayerActionChessRogueEnhanceBuff = 4814, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_ADD_MIRACLE")] PlayerActionChessRogueAddMiracle = 4815, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_SWAP_MIRACLE")] PlayerActionChessRogueSwapMiracle = 4816, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_SELECT_BONUS")] PlayerActionChessRogueSelectBonus = 4817, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_DIALOGUE_FINISH")] PlayerActionChessRogueDialogueFinish = 4818, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_SUB_STORY_FINISH")] PlayerActionChessRogueSubStoryFinish = 4819, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_ADVENTURE_ROOM_FINISH")] PlayerActionChessRogueAdventureRoomFinish = 4820, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_FINISH_LEVEL")] PlayerActionChessRogueFinishLevel = 4821, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_START_LAYER")] PlayerActionChessRogueStartLayer = 4822, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_FINISH_LAYER")] PlayerActionChessRogueFinishLayer = 4823, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_ENTER_ROOM")] PlayerActionChessRogueEnterRoom = 4824, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_LEAVE_ROOM")] PlayerActionChessRogueLeaveRoom = 4825, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_ROLL_DICE")] PlayerActionChessRogueRollDice = 4826, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_SELECT_DICE")] PlayerActionChessRogueSelectDice = 4827, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_UNLOCK_DICE")] PlayerActionChessRogueUnlockDice = 4828, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_BOARD_EVENT")] PlayerActionChessRogueBoardEvent = 4829, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_DIMENSION_POINT")] PlayerActionChessRogueDimensionPoint = 4830, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_PICK_AVATAR")] PlayerActionChessRoguePickAvatar = 4831, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_REVIVE_AVATAR")] PlayerActionChessRogueReviveAvatar = 4832, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_NOUS_SUB_STORY_SELECT")] PlayerActionChessRogueNousSubStorySelect = 4833, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_LEVEL_MECHANISM")] PlayerActionChessRogueLevelMechanism = 4844, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_NOUS_START_LEVEL")] PlayerActionChessRogueNousStartLevel = 4845, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_NOUS_FINISH_LEVEL")] PlayerActionChessRogueNousFinishLevel = 4846, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_NOUS_START_LAYER")] PlayerActionChessRogueNousStartLayer = 4847, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_NOUS_FINISH_LAYER")] PlayerActionChessRogueNousFinishLayer = 4848, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_NOUS_ENTER_ROOM")] PlayerActionChessRogueNousEnterRoom = 4849, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_NOUS_LEAVE_ROOM")] PlayerActionChessRogueNousLeaveRoom = 4850, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_NOUS_SELECT_DICE")] PlayerActionChessRogueNousSelectDice = 4851, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_NOUS_UNLOCK_DICE_BRANCH")] PlayerActionChessRogueNousUnlockDiceBranch = 4852, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_NOUS_UNLOCK_DICE_SURFACE")] PlayerActionChessRogueNousUnlockDiceSurface = 4853, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_NOUS_EDIT_DICE")] PlayerActionChessRogueNousEditDice = 4854, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_NOUS_VALUE_CHANGE")] PlayerActionChessRogueNousValueChange = 4855, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_NOUS_MAIN_STORY_TRIGGER")] PlayerActionChessRogueNousMainStoryTrigger = 4856, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_NOUS_MAIN_STORY_FINISH")] PlayerActionChessRogueNousMainStoryFinish = 4857, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_NOUS_SUB_STORY_TRIGGER")] PlayerActionChessRogueNousSubStoryTrigger = 4858, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_NOUS_SUB_STORY_FINISH")] PlayerActionChessRogueNousSubStoryFinish = 4859, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_NOUS_ENABLE_TALENT")] PlayerActionChessRogueNousEnableTalent = 4860, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_SELECT_BUFF")] PlayerActionChessRogueSelectBuff = 4861, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_SELECT_MIRACLE")] PlayerActionChessRogueSelectMiracle = 4862, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_REMOVE_MIRACLE")] PlayerActionChessRogueRemoveMiracle = 4863, - [pbr::OriginalName("PLAYER_ACTION_CHESS_ROGUE_BOARD_CELL")] PlayerActionChessRogueBoardCell = 4864, - [pbr::OriginalName("PLAYER_ACTION_FANTASTIC_STORY_BATTLE_BEGIN")] PlayerActionFantasticStoryBattleBegin = 4901, - [pbr::OriginalName("PLAYER_ACTION_FANTASTIC_STORY_BATTLE_END")] PlayerActionFantasticStoryBattleEnd = 4902, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_ENDLESS_REWARD")] PlayerActionRogueEndlessReward = 4950, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_ENDLESS_LEVEL_START")] PlayerActionRogueEndlessLevelStart = 4951, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_ENDLESS_STAGE_BEGIN")] PlayerActionRogueEndlessStageBegin = 4952, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_ENDLESS_STAGE_END")] PlayerActionRogueEndlessStageEnd = 4953, - [pbr::OriginalName("PLAYER_ACTION_BATTLE_COLLEGE_REWARD")] PlayerActionBattleCollegeReward = 5001, - [pbr::OriginalName("PLAYER_ACTION_COMMON_ROGUE_MIRACLE_FOR_BUFF_SHOP")] PlayerActionCommonRogueMiracleForBuffShop = 5051, - [pbr::OriginalName("PLAYER_ACTION_COMMON_ROGUE_ADVENTURE_ROOM_FINISH")] PlayerActionCommonRogueAdventureRoomFinish = 5052, - [pbr::OriginalName("PLAYER_ACTION_COMMON_ROGUE_BUY_BUFF_SHOP")] PlayerActionCommonRogueBuyBuffShop = 5053, - [pbr::OriginalName("PLAYER_ACTION_COMMON_ROGUE_BUY_BUFF_SHOP_REFRESH")] PlayerActionCommonRogueBuyBuffShopRefresh = 5054, - [pbr::OriginalName("PLAYER_ACTION_COMMON_ROGUE_COLLECTION_UNLOCK")] PlayerActionCommonRogueCollectionUnlock = 5055, - [pbr::OriginalName("PLAYER_ACTION_COMMON_ROGUE_COLLECTION_SET")] PlayerActionCommonRogueCollectionSet = 5056, - [pbr::OriginalName("PLAYER_ACTION_COMMON_ROGUE_EXHIBITION_UNLOCK")] PlayerActionCommonRogueExhibitionUnlock = 5057, - [pbr::OriginalName("PLAYER_ACTION_COMMON_ROGUE_EXHIBITION_SET")] PlayerActionCommonRogueExhibitionSet = 5058, - [pbr::OriginalName("PLAYER_ACTION_COMMON_ROGUE_CHEST_INTERACT")] PlayerActionCommonRogueChestInteract = 5059, - [pbr::OriginalName("PLAYER_ACTION_COMMON_ROGUE_ADVENTURE_ROOM_WOLFGUN_FINISH")] PlayerActionCommonRogueAdventureRoomWolfgunFinish = 5060, - [pbr::OriginalName("PLAYER_ACTION_HELIOBUS_POST_INCOME_REWARD")] PlayerActionHeliobusPostIncomeReward = 5101, - [pbr::OriginalName("PLAYER_ACTION_HELIOBUS_POST_FANS_REWARD")] PlayerActionHeliobusPostFansReward = 5102, - [pbr::OriginalName("PLAYER_ACTION_HELIOBUS_LEVEL_UPGRADE")] PlayerActionHeliobusLevelUpgrade = 5103, - [pbr::OriginalName("PLAYER_ACTION_HELIOBUS_POST_REPLY_REWARD")] PlayerActionHeliobusPostReplyReward = 5104, - [pbr::OriginalName("PLAYER_ACTION_HELIOBUS_COMMENT_REPLY_REWARD")] PlayerActionHeliobusCommentReplyReward = 5105, - [pbr::OriginalName("PLAYER_ACTION_HELIOBUS_CHALLENGE_FIRST_REWARD")] PlayerActionHeliobusChallengeFirstReward = 5106, - [pbr::OriginalName("PLAYER_ACTION_HELIOBUS_FANS_ADD")] PlayerActionHeliobusFansAdd = 5107, - [pbr::OriginalName("PLAYER_ACTION_HELIOBUS_ACTION_DAY_SETTLE")] PlayerActionHeliobusActionDaySettle = 5108, - [pbr::OriginalName("PLAYER_ACTION_HELIOBUS_SKILL_UNLOCK")] PlayerActionHeliobusSkillUnlock = 5109, - [pbr::OriginalName("PLAYER_ACTION_HELIOBUS_STAGE_BEGIN")] PlayerActionHeliobusStageBegin = 5110, - [pbr::OriginalName("PLAYER_ACTION_HELIOBUS_STAGE_END")] PlayerActionHeliobusStageEnd = 5111, - [pbr::OriginalName("PLAYER_ACTION_HELIOBUS_SNS_READ")] PlayerActionHeliobusSnsRead = 5112, - [pbr::OriginalName("PLAYER_ACTION_HELIOBUS_SNS_POST_UNLOCK")] PlayerActionHeliobusSnsPostUnlock = 5113, - [pbr::OriginalName("PLAYER_ACTION_HELIOBUS_SNS_COMMENT_UNLOCK")] PlayerActionHeliobusSnsCommentUnlock = 5114, - [pbr::OriginalName("PLAYER_ACTION_HELIOBUS_SNS_COMMENT")] PlayerActionHeliobusSnsComment = 5115, - [pbr::OriginalName("PLAYER_ACTION_HELIOBUS_SNS_POST")] PlayerActionHeliobusSnsPost = 5116, - [pbr::OriginalName("PLAYER_ACTION_HELIOBUS_SNS_LIKE")] PlayerActionHeliobusSnsLike = 5117, - [pbr::OriginalName("PLAYER_ACTION_HELIOBUS_PHASE_UPGRADE")] PlayerActionHeliobusPhaseUpgrade = 5118, - [pbr::OriginalName("PLAYER_ACTION_PS_POINT_CARD_30_REWARD")] PlayerActionPsPointCard30Reward = 5201, - [pbr::OriginalName("PLAYER_ACTION_PS_POINT_CARD_50_REWARD")] PlayerActionPsPointCard50Reward = 5202, - [pbr::OriginalName("PLAYER_ACTION_PS_POINT_CARD_100_REWARD")] PlayerActionPsPointCard100Reward = 5203, - [pbr::OriginalName("PLAYER_ACTION_PSN_PLUS_GIFT_REWARD")] PlayerActionPsnPlusGiftReward = 5204, - [pbr::OriginalName("PLAYER_ACTION_HEART_DIAL_SUBMIT_ITEM")] PlayerActionHeartDialSubmitItem = 5301, - [pbr::OriginalName("PLAYER_ACTION_HEART_DIAL_DIALOGUE_PERFORM")] PlayerActionHeartDialDialoguePerform = 5302, - [pbr::OriginalName("PLAYER_ACTION_HEART_DIAL_TRACE_CONSUME")] PlayerActionHeartDialTraceConsume = 5303, - [pbr::OriginalName("PLAYER_ACTION_HEART_DIAL_CHANGE_EMOTION")] PlayerActionHeartDialChangeEmotion = 5304, - [pbr::OriginalName("PLAYER_ACTION_TRAVEL_BROCHURE_ADD_DEFAULT_PASTER")] PlayerActionTravelBrochureAddDefaultPaster = 5401, - [pbr::OriginalName("PLAYER_ACTION_SPACE_ZOO_BORN")] PlayerActionSpaceZooBorn = 5501, - [pbr::OriginalName("PLAYER_ACTION_SPACE_ZOO_MUTATE")] PlayerActionSpaceZooMutate = 5502, - [pbr::OriginalName("PLAYER_ACTION_SPACE_ZOO_DELETE")] PlayerActionSpaceZooDelete = 5503, - [pbr::OriginalName("PLAYER_ACTION_SPACE_ZOO_EXCHANGE_ITEM")] PlayerActionSpaceZooExchangeItem = 5504, - [pbr::OriginalName("PLAYER_ACTION_SPACE_ZOO_EXP_POINT")] PlayerActionSpaceZooExpPoint = 5505, - [pbr::OriginalName("PLAYER_ACTION_SPACE_ZOO_TAKE_REWARD")] PlayerActionSpaceZooTakeReward = 5506, - [pbr::OriginalName("PLAYER_ACTION_SPACE_ZOO_COLLECTION")] PlayerActionSpaceZooCollection = 5507, - [pbr::OriginalName("PLAYER_ACTION_SPACE_ZOO_SHOW")] PlayerActionSpaceZooShow = 5508, - [pbr::OriginalName("PLAYER_ACTION_SPACE_ZOO_SPECIAL_DATA")] PlayerActionSpaceZooSpecialData = 5509, - [pbr::OriginalName("PLAYER_ACTION_STRONG_CHALLENGE_BATTLE_BEGIN")] PlayerActionStrongChallengeBattleBegin = 5701, - [pbr::OriginalName("PLAYER_ACTION_STRONG_CHALLENGE_BATTLE_END")] PlayerActionStrongChallengeBattleEnd = 5702, - [pbr::OriginalName("PLAYER_ACTION_ROLL_SHOP_DO_GACHA")] PlayerActionRollShopDoGacha = 5751, - [pbr::OriginalName("PLAYER_ACTION_ROLL_SHOP_TAKE_REWARD")] PlayerActionRollShopTakeReward = 5752, - [pbr::OriginalName("PLAYER_ACTION_OFFERING_SUBMIT_ITEM")] PlayerActionOfferingSubmitItem = 5801, - [pbr::OriginalName("PLAYER_ACTION_OFFERING_TAKE_REWARD")] PlayerActionOfferingTakeReward = 5802, - [pbr::OriginalName("PLAYER_ACTION_TRAVEL_BROCHURE_PAGE_UNLOCK")] PlayerActionTravelBrochurePageUnlock = 5851, - [pbr::OriginalName("PLAYER_ACTION_TRAVEL_BROCHURE_PAGE_INTERACT_AWARD")] PlayerActionTravelBrochurePageInteractAward = 5852, - [pbr::OriginalName("PLAYER_ACTION_TRAVEL_BROCHURE_STICKER_UNLOCK")] PlayerActionTravelBrochureStickerUnlock = 5853, - [pbr::OriginalName("PLAYER_ACTION_TRAVEL_BROCHURE_STICKER_APPLY")] PlayerActionTravelBrochureStickerApply = 5854, - [pbr::OriginalName("PLAYER_ACTION_TRAVEL_BROCHURE_STICKER_REMOVE")] PlayerActionTravelBrochureStickerRemove = 5855, - [pbr::OriginalName("PLAYER_ACTION_TRAVEL_BROCHURE_PAGE_RESET")] PlayerActionTravelBrochurePageReset = 5856, - [pbr::OriginalName("PLAYER_ACTION_TRACK_MAIN_MISSION_ID")] PlayerActionTrackMainMissionId = 5901, - [pbr::OriginalName("PLAYER_ACTION_WOLF_BRO_BEGIN")] PlayerActionWolfBroBegin = 5911, - [pbr::OriginalName("PLAYER_ACTION_WOLF_BRO_GROUP_STATE_CHANGE")] PlayerActionWolfBroGroupStateChange = 5912, - [pbr::OriginalName("PLAYER_ACTION_WOLF_BRO_END")] PlayerActionWolfBroEnd = 5913, - [pbr::OriginalName("PLAYER_ACTION_WOLF_BRO_BULLET_ZERO")] PlayerActionWolfBroBulletZero = 5914, - [pbr::OriginalName("PLAYER_ACTION_WOLF_BRO_ACTIVATE_BULLET")] PlayerActionWolfBroActivateBullet = 5915, - [pbr::OriginalName("PLAYER_ACTION_WOLF_BRO_BULLET_NUM_CHANGE")] PlayerActionWolfBroBulletNumChange = 5916, - [pbr::OriginalName("PLAYER_ACTION_WOLF_BRO_USE_BULLET_NULL")] PlayerActionWolfBroUseBulletNull = 5917, - [pbr::OriginalName("PLAYER_ACTION_WOLF_BRO_USE_BULLET_HIT_MONSTER")] PlayerActionWolfBroUseBulletHitMonster = 5918, - [pbr::OriginalName("PLAYER_ACTION_WOLF_BRO_PICK_UP_BULLET")] PlayerActionWolfBroPickUpBullet = 5919, - [pbr::OriginalName("PLAYER_ACTION_WOLF_BRO_RESTORE_ARCHIVE")] PlayerActionWolfBroRestoreArchive = 5920, - [pbr::OriginalName("PLAYER_ACTION_TELEVISION_ACTIVITY_BATTLE_BEGIN")] PlayerActionTelevisionActivityBattleBegin = 5921, - [pbr::OriginalName("PLAYER_ACTION_TELEVISION_ACTIVITY_BATTLE_END")] PlayerActionTelevisionActivityBattleEnd = 5922, - [pbr::OriginalName("PLAYER_ACTION_FEVER_TIME_ACTIVITY_BATTLE_BEGIN")] PlayerActionFeverTimeActivityBattleBegin = 5923, - [pbr::OriginalName("PLAYER_ACTION_FEVER_TIME_ACTIVITY_BATTLE_END")] PlayerActionFeverTimeActivityBattleEnd = 5924, - [pbr::OriginalName("PLAYER_ACTION_GUN_PLAY_END")] PlayerActionGunPlayEnd = 5925, - [pbr::OriginalName("PLAYER_ACTION_ACTIVITY_STAR_FIGHT_BEGIN")] PlayerActionActivityStarFightBegin = 5926, - [pbr::OriginalName("PLAYER_ACTION_ACTIVITY_STAR_FIGHT_END")] PlayerActionActivityStarFightEnd = 5927, - [pbr::OriginalName("PLAYER_ACTION_MAP_ROTATION_ENTER_REGION")] PlayerActionMapRotationEnterRegion = 5931, - [pbr::OriginalName("PLAYER_ACTION_MAP_ROTATION_LEAVE_REGION")] PlayerActionMapRotationLeaveRegion = 5932, - [pbr::OriginalName("PLAYER_ACTION_MAP_ROTATION_INTERACT_CHARGER")] PlayerActionMapRotationInteractCharger = 5933, - [pbr::OriginalName("PLAYER_ACTION_MAP_ROTATION_DEPLOY_ROTATER")] PlayerActionMapRotationDeployRotater = 5934, - [pbr::OriginalName("PLAYER_ACTION_MAP_ROTATION_ROTATE_MAP")] PlayerActionMapRotationRotateMap = 5935, - [pbr::OriginalName("PLAYER_ACTION_MAP_ROTATION_ADD_ENERGY")] PlayerActionMapRotationAddEnergy = 5936, - [pbr::OriginalName("PLAYER_ACTION_MAP_ROTATION_SET_MAX_ENERGY")] PlayerActionMapRotationSetMaxEnergy = 5937, - [pbr::OriginalName("PLAYER_ACTION_MAP_ROTATION_REMOVE_ROTATER")] PlayerActionMapRotationRemoveRotater = 5938, - [pbr::OriginalName("PLAYER_ACTION_MAP_ROTATION_AUTO_DEPLOY_ROTATER")] PlayerActionMapRotationAutoDeployRotater = 5939, - [pbr::OriginalName("PLAYER_ACTION_MAP_ROTATION_AUTO_REMOVE_ROTATER")] PlayerActionMapRotationAutoRemoveRotater = 5940, - [pbr::OriginalName("PLAYER_ACTION_DRINK_MAKER_ADD_TIPS")] PlayerActionDrinkMakerAddTips = 5951, - [pbr::OriginalName("PLAYER_ACTION_DRINK_MAKER_FINISH_CHALLENGE")] PlayerActionDrinkMakerFinishChallenge = 5952, - [pbr::OriginalName("PLAYER_ACTION_DRINK_MAKER_GUEST_MAX_FAITH_REWARD")] PlayerActionDrinkMakerGuestMaxFaithReward = 5953, - [pbr::OriginalName("PLAYER_ACTION_DRINK_MAKER_MAKE_DRINK")] PlayerActionDrinkMakerMakeDrink = 5954, - [pbr::OriginalName("PLAYER_ACTION_DRINK_MAKER_SAVE_CUSTOM_DRINK")] PlayerActionDrinkMakerSaveCustomDrink = 5955, - [pbr::OriginalName("PLAYER_ACTION_DRINK_MAKER_END_SEQUENCE")] PlayerActionDrinkMakerEndSequence = 5956, - [pbr::OriginalName("PLAYER_ACTION_CHANGE_STORY_LINE")] PlayerActionChangeStoryLine = 6001, - [pbr::OriginalName("PLAYER_ACTION_CONTENT_PACKAGE_STATUS_CHANGE")] PlayerActionContentPackageStatusChange = 6011, - [pbr::OriginalName("PLAYER_ACTION_CONTENT_PACKAGE_TRACK_CHANGE")] PlayerActionContentPackageTrackChange = 6012, - [pbr::OriginalName("PLAYER_ACTION_CONTENT_PACKAGE_ACCEPT_MAIN_MISSION")] PlayerActionContentPackageAcceptMainMission = 6013, - [pbr::OriginalName("PLAYER_ACTION_WORLD_DIRECT_UNLOCK")] PlayerActionWorldDirectUnlock = 6041, - [pbr::OriginalName("PLAYER_ACTION_MONOPOLY_TURN_FINISH")] PlayerActionMonopolyTurnFinish = 6051, - [pbr::OriginalName("PLAYER_ACTION_MONOPOLY_ASSET_TURNTAX")] PlayerActionMonopolyAssetTurntax = 6052, - [pbr::OriginalName("PLAYER_ACTION_MONOPOLY_ASSET_BONUS")] PlayerActionMonopolyAssetBonus = 6053, - [pbr::OriginalName("PLAYER_ACTION_MONOPOLY_EVENT_EFFECT")] PlayerActionMonopolyEventEffect = 6054, - [pbr::OriginalName("PLAYER_ACTION_MONOPOLY_MINI_GAME_SETTLE")] PlayerActionMonopolyMiniGameSettle = 6055, - [pbr::OriginalName("PLAYER_ACTION_MONOPOLY_GAME_RAISE_RATIO")] PlayerActionMonopolyGameRaiseRatio = 6056, - [pbr::OriginalName("PLAYER_ACTION_MONOPOLY_MOVE_ROLL_DICE")] PlayerActionMonopolyMoveRollDice = 6057, - [pbr::OriginalName("PLAYER_ACTION_MONOPOLY_MOVE")] PlayerActionMonopolyMove = 6059, - [pbr::OriginalName("PLAYER_ACTION_MONOPOLY_BUY_GOODS")] PlayerActionMonopolyBuyGoods = 6060, - [pbr::OriginalName("PLAYER_ACTION_MONOPOLY_UPGRADE_ASSET")] PlayerActionMonopolyUpgradeAsset = 6061, - [pbr::OriginalName("PLAYER_ACTION_MONOPOLY_EVENT_REROLL_RANDOM")] PlayerActionMonopolyEventRerollRandom = 6062, - [pbr::OriginalName("PLAYER_ACTION_MONOPOLY_DAILY_REFRESH")] PlayerActionMonopolyDailyRefresh = 6063, - [pbr::OriginalName("PLAYER_ACTION_MONOPOLY_GAME_GUESS_BUY_INFORMATION")] PlayerActionMonopolyGameGuessBuyInformation = 6064, - [pbr::OriginalName("PLAYER_ACTION_MONOPOLY_DAILY_FIRST_ENTER_ACTIVITY")] PlayerActionMonopolyDailyFirstEnterActivity = 6065, - [pbr::OriginalName("PLAYER_ACTION_MONOPOLY_SOCIAL_EVENT")] PlayerActionMonopolySocialEvent = 6066, - [pbr::OriginalName("PLAYER_ACTION_MONOPOLY_RAFFLE_TICKET_REWARD")] PlayerActionMonopolyRaffleTicketReward = 6067, - [pbr::OriginalName("PLAYER_ACTION_MONOPOLY_LIKE")] PlayerActionMonopolyLike = 6068, - [pbr::OriginalName("PLAYER_ACTION_MONOPOLY_PHASE_REWARD")] PlayerActionMonopolyPhaseReward = 6069, - [pbr::OriginalName("PLAYER_ACTION_MONOPOLY_MBTI_REPORT_REWARD")] PlayerActionMonopolyMbtiReportReward = 6070, - [pbr::OriginalName("PLAYER_ACTION_MONOPOLY_DAILY_SETTLE")] PlayerActionMonopolyDailySettle = 6071, - [pbr::OriginalName("PLAYER_ACTION_MONOPOLY_START")] PlayerActionMonopolyStart = 6072, - [pbr::OriginalName("PLAYER_ACTION_MONOPOLY_GET_BUFF")] PlayerActionMonopolyGetBuff = 6073, - [pbr::OriginalName("PLAYER_ACTION_MONOPOLY_ASSET_FUNDS_CHANGE")] PlayerActionMonopolyAssetFundsChange = 6074, - [pbr::OriginalName("PLAYER_ACTION_MONOPOLY_ASSET_UPGRADE")] PlayerActionMonopolyAssetUpgrade = 6075, - [pbr::OriginalName("PLAYER_ACTION_MONOPOLY_DIRECT_COIN_GAME_SETTLE")] PlayerActionMonopolyDirectCoinGameSettle = 6076, - [pbr::OriginalName("PLAYER_ACTION_MONOPOLY_EXTRACT_RAFFLE_TICKET")] PlayerActionMonopolyExtractRaffleTicket = 6077, - [pbr::OriginalName("PLAYER_ACTION_MONOPOLY_MBTI_PROGRESS_CHANGE")] PlayerActionMonopolyMbtiProgressChange = 6078, - [pbr::OriginalName("PLAYER_ACTION_MONOPOLY_QUIZ_GAME_SETTLE")] PlayerActionMonopolyQuizGameSettle = 6079, - [pbr::OriginalName("PLAYER_ACTION_MONOPOLY_EVENT_SETTLE")] PlayerActionMonopolyEventSettle = 6080, - [pbr::OriginalName("PLAYER_ACTION_MONOPOLY_ITEM_CHANGE")] PlayerActionMonopolyItemChange = 6081, - [pbr::OriginalName("PLAYER_ACTION_MONOPOLY_CELL_TRIGGER")] PlayerActionMonopolyCellTrigger = 6082, - [pbr::OriginalName("PLAYER_ACTION_MONOPOLY_EVENT_TRIGGER")] PlayerActionMonopolyEventTrigger = 6083, - [pbr::OriginalName("PLAYER_ACTION_MONOPOLY_CLICK_EFFECT")] PlayerActionMonopolyClickEffect = 6084, - [pbr::OriginalName("PLAYER_ACTION_EVOLVE_BUILD_LEVEL_FINISH")] PlayerActionEvolveBuildLevelFinish = 6101, - [pbr::OriginalName("PLAYER_ACTION_EVOLVE_BUILD_SHOP_ABILITY_UP")] PlayerActionEvolveBuildShopAbilityUp = 6102, - [pbr::OriginalName("PLAYER_ACTION_EVOLVE_BUILD_SHOP_ABILITY_DOWN")] PlayerActionEvolveBuildShopAbilityDown = 6103, - [pbr::OriginalName("PLAYER_ACTION_EVOLVE_BUILD_TAKE_EXP_REWARD")] PlayerActionEvolveBuildTakeExpReward = 6104, - [pbr::OriginalName("PLAYER_ACTION_EVOLVE_BUILD_BATTLE_END_ADD_COIN")] PlayerActionEvolveBuildBattleEndAddCoin = 6105, - [pbr::OriginalName("PLAYER_ACTION_EVOLVE_BUILD_SHOP_ABILITY_RESET")] PlayerActionEvolveBuildShopAbilityReset = 6106, - [pbr::OriginalName("PLAYER_ACTION_EVOLVE_BUILD_LEVEL_START")] PlayerActionEvolveBuildLevelStart = 6107, - [pbr::OriginalName("PLAYER_ACTION_EVOLVE_BUILD_LEVEL_END")] PlayerActionEvolveBuildLevelEnd = 6108, - [pbr::OriginalName("PLAYER_ACTION_EVOLVE_BUILD_STAGE_START")] PlayerActionEvolveBuildStageStart = 6109, - [pbr::OriginalName("PLAYER_ACTION_EVOLVE_BUILD_STAGE_END")] PlayerActionEvolveBuildStageEnd = 6110, - [pbr::OriginalName("PLAYER_ACTION_EVOLVE_BUILD_LEVEL_LEAVE")] PlayerActionEvolveBuildLevelLeave = 6111, - [pbr::OriginalName("PLAYER_ACTION_CLOCK_PARK_UNLOCK_SCRIPT")] PlayerActionClockParkUnlockScript = 6151, - [pbr::OriginalName("PLAYER_ACTION_CLOCK_PARK_UNLOCK_TALENT")] PlayerActionClockParkUnlockTalent = 6152, - [pbr::OriginalName("PLAYER_ACTION_CLOCK_PARK_FINISH_SCRIPT")] PlayerActionClockParkFinishScript = 6153, - [pbr::OriginalName("PLAYER_ACTION_CLOCK_PARK_ROUND_UPDATE")] PlayerActionClockParkRoundUpdate = 6154, - [pbr::OriginalName("PLAYER_ACTION_CLOCK_PARK_SCRIPT_BEGIN")] PlayerActionClockParkScriptBegin = 6155, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_START_LEVEL")] PlayerActionRogueTournStartLevel = 6200, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_FINISH_LEVEL")] PlayerActionRogueTournFinishLevel = 6201, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_EXP_REWARD")] PlayerActionRogueTournExpReward = 6202, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_FINISH_WEEK_CHALLENGE")] PlayerActionRogueTournFinishWeekChallenge = 6203, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_PERMANENT_TALENT_EFFECT")] PlayerActionRogueTournPermanentTalentEffect = 6204, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_FINISH_FORMULA_STORY")] PlayerActionRogueTournFinishFormulaStory = 6205, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_REVIVE")] PlayerActionRogueTournRevive = 6206, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_STAGE_BEGIN")] PlayerActionRogueTournStageBegin = 6207, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_STAGE_END")] PlayerActionRogueTournStageEnd = 6208, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_PERMANENT_ENABLE_TALENT")] PlayerActionRogueTournPermanentEnableTalent = 6209, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_PERMANENT_RESET_TALENT")] PlayerActionRogueTournPermanentResetTalent = 6210, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_COCOON_STAGE_BEGIN")] PlayerActionRogueTournCocoonStageBegin = 6211, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_COCOON_STAGE_END")] PlayerActionRogueTournCocoonStageEnd = 6212, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_EXP_UPDATE")] PlayerActionRogueTournExpUpdate = 6213, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_ENTER_ROOM")] PlayerActionRogueTournEnterRoom = 6214, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_LEAVE_ROOM")] PlayerActionRogueTournLeaveRoom = 6215, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_ARCHIVE_SAVE")] PlayerActionRogueTournArchiveSave = 6216, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_SELECT_BONUS")] PlayerActionRogueTournSelectBonus = 6217, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_DIALOGUE_FINISH")] PlayerActionRogueTournDialogueFinish = 6218, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_DO_GAMBLE")] PlayerActionRogueTournDoGamble = 6219, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_ROOM_CONTENT_GENERATE")] PlayerActionRogueTournRoomContentGenerate = 6220, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_ADD_MIRACLE")] PlayerActionRogueTournAddMiracle = 6221, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_REMOVE_MIRACLE")] PlayerActionRogueTournRemoveMiracle = 6222, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_SELECT_MIRACLE")] PlayerActionRogueTournSelectMiracle = 6223, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_DROP_MIRACLE")] PlayerActionRogueTournDropMiracle = 6224, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_ADD_BUFF")] PlayerActionRogueTournAddBuff = 6225, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_SELECT_BUFF")] PlayerActionRogueTournSelectBuff = 6226, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_BUFF_LEVEL_UP")] PlayerActionRogueTournBuffLevelUp = 6227, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_REMOVE_BUFF")] PlayerActionRogueTournRemoveBuff = 6228, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_ADD_FORMULA")] PlayerActionRogueTournAddFormula = 6229, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_REMOVE_FORMULA")] PlayerActionRogueTournRemoveFormula = 6230, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_SELECT_FORMULA")] PlayerActionRogueTournSelectFormula = 6231, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_ACTIVATE_FORMULA")] PlayerActionRogueTournActivateFormula = 6232, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_ADVENTURE_ROOM_FINISH")] PlayerActionRogueTournAdventureRoomFinish = 6233, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_ALTER_LINEUP")] PlayerActionRogueTournAlterLineup = 6234, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_SEASON_ENABLE_TALENT")] PlayerActionRogueTournSeasonEnableTalent = 6235, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_TITAN_START_LEVEL")] PlayerActionRogueTournTitanStartLevel = 6236, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_TITAN_FINISH_LEVEL")] PlayerActionRogueTournTitanFinishLevel = 6237, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_TITAN_ENTER_ROOM")] PlayerActionRogueTournTitanEnterRoom = 6238, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_TITAN_LEAVE_ROOM")] PlayerActionRogueTournTitanLeaveRoom = 6239, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_TITAN_STAGE_BEGIN")] PlayerActionRogueTournTitanStageBegin = 6240, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_TITAN_STAGE_END")] PlayerActionRogueTournTitanStageEnd = 6241, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_TITAN_ARCHIVE_SAVE")] PlayerActionRogueTournTitanArchiveSave = 6243, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_TITAN_ADD_TITAN_BLESS")] PlayerActionRogueTournTitanAddTitanBless = 6244, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_TITAN_SELECT_TITAN_BLESS")] PlayerActionRogueTournTitanSelectTitanBless = 6245, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_TOURN_DIVISION_CHANGE")] PlayerActionRogueTournDivisionChange = 6246, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_WORKBENCH_REFORGE_FORMULA")] PlayerActionRogueWorkbenchReforgeFormula = 6281, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_WORKBENCH_REFORGE_MIRACLE")] PlayerActionRogueWorkbenchReforgeMiracle = 6282, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_WORKBENCH_COMPOSE_MIRACLE")] PlayerActionRogueWorkbenchComposeMiracle = 6283, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_WORKBENCH_REFORGE_BUFF")] PlayerActionRogueWorkbenchReforgeBuff = 6284, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_WORKBENCH_ENHANCE_BUFF")] PlayerActionRogueWorkbenchEnhanceBuff = 6285, - [pbr::OriginalName("PLAYER_ACTION_MATCH_THREE_PVE_SETTLE")] PlayerActionMatchThreePveSettle = 6301, - [pbr::OriginalName("PLAYER_ACTION_MATCH_THREE_SETTLE")] PlayerActionMatchThreeSettle = 6302, - [pbr::OriginalName("PLAYER_ACTION_FIGHT_MATCH3_GAME_START")] PlayerActionFightMatch3GameStart = 6303, - [pbr::OriginalName("PLAYER_ACTION_FIGHT_MATCH3_GAME_END")] PlayerActionFightMatch3GameEnd = 6304, - [pbr::OriginalName("PLAYER_ACTION_FIGHT_MATCH3_TURN_END")] PlayerActionFightMatch3TurnEnd = 6305, - [pbr::OriginalName("PLAYER_ACTION_MATCH_THREE_BIRD_POS")] PlayerActionMatchThreeBirdPos = 6306, - [pbr::OriginalName("PLAYER_ACTION_MULTIPLE_PLAY_INVITE")] PlayerActionMultiplePlayInvite = 6307, - [pbr::OriginalName("PLAYER_ACTION_MULTIPLE_PLAY_INVITE_RESPOND")] PlayerActionMultiplePlayInviteRespond = 6308, - [pbr::OriginalName("PLAYER_ACTION_MULTIPLE_PLAY_LOBBY_ENTER")] PlayerActionMultiplePlayLobbyEnter = 6309, - [pbr::OriginalName("PLAYER_ACTION_MULTIPLE_PLAY_LOBBY_QUIT")] PlayerActionMultiplePlayLobbyQuit = 6310, - [pbr::OriginalName("PLAYER_ACTION_MULTIPLE_PLAY_LOBBY_KICK")] PlayerActionMultiplePlayLobbyKick = 6311, - [pbr::OriginalName("PLAYER_ACTION_MULTIPLE_PLAY_LOBBY_MATCH")] PlayerActionMultiplePlayLobbyMatch = 6312, - [pbr::OriginalName("PLAYER_ACTION_MARBLE_SETTLE")] PlayerActionMarbleSettle = 6313, - [pbr::OriginalName("PLAYER_ACTION_SWORD_TRAINING_LEARN_SKILL")] PlayerActionSwordTrainingLearnSkill = 6351, - [pbr::OriginalName("PLAYER_ACTION_SWORD_TRAINING_NORMAL_ACTION")] PlayerActionSwordTrainingNormalAction = 6352, - [pbr::OriginalName("PLAYER_ACTION_SWORD_TRAINING_STORY_EFFECT")] PlayerActionSwordTrainingStoryEffect = 6353, - [pbr::OriginalName("PLAYER_ACTION_SWORD_TRAINING_ENDING_HINT")] PlayerActionSwordTrainingEndingHint = 6354, - [pbr::OriginalName("PLAYER_ACTION_SWORD_TRAINING_ACTION_HINT")] PlayerActionSwordTrainingActionHint = 6355, - [pbr::OriginalName("PLAYER_ACTION_SWORD_TRAINING_RESTORE_GAME_BY_EXAM")] PlayerActionSwordTrainingRestoreGameByExam = 6356, - [pbr::OriginalName("PLAYER_ACTION_SWORD_TRAINING_STORY_LINE_FIRST_CLEAR")] PlayerActionSwordTrainingStoryLineFirstClear = 6357, - [pbr::OriginalName("PLAYER_ACTION_SWORD_TRAINING_TAKE_ENDING_REWARD")] PlayerActionSwordTrainingTakeEndingReward = 6358, - [pbr::OriginalName("PLAYER_ACTION_SWORD_TRAINING_STORY_LINE_BEGIN")] PlayerActionSwordTrainingStoryLineBegin = 6359, - [pbr::OriginalName("PLAYER_ACTION_SWORD_TRAINING_ENTER_TURN")] PlayerActionSwordTrainingEnterTurn = 6360, - [pbr::OriginalName("PLAYER_ACTION_SWORD_TRAINING_PLAN_ACTION")] PlayerActionSwordTrainingPlanAction = 6361, - [pbr::OriginalName("PLAYER_ACTION_SWORD_TRAINING_ACTION_PHASE_END")] PlayerActionSwordTrainingActionPhaseEnd = 6362, - [pbr::OriginalName("PLAYER_ACTION_SWORD_TRAINING_STORY")] PlayerActionSwordTrainingStory = 6363, - [pbr::OriginalName("PLAYER_ACTION_SWORD_TRAINING_STATUS_CHANGE")] PlayerActionSwordTrainingStatusChange = 6364, - [pbr::OriginalName("PLAYER_ACTION_SWORD_TRAINING_MOOD_CHANGE")] PlayerActionSwordTrainingMoodChange = 6365, - [pbr::OriginalName("PLAYER_ACTION_SWORD_TRAINING_BATTLE_BEGIN")] PlayerActionSwordTrainingBattleBegin = 6366, - [pbr::OriginalName("PLAYER_ACTION_SWORD_TRAINING_BATTLE_END")] PlayerActionSwordTrainingBattleEnd = 6367, - [pbr::OriginalName("PLAYER_ACTION_SWORD_TRAINING_COMBAT_RANK_CHANGE")] PlayerActionSwordTrainingCombatRankChange = 6368, - [pbr::OriginalName("PLAYER_ACTION_SWORD_TRAINING_STORY_LINE_END")] PlayerActionSwordTrainingStoryLineEnd = 6369, - [pbr::OriginalName("PLAYER_ACTION_SWORD_TRAINING_RESUME_STORY_LINE")] PlayerActionSwordTrainingResumeStoryLine = 6370, - [pbr::OriginalName("PLAYER_ACTION_SWORD_TRAINING_GAME_SUCCESS")] PlayerActionSwordTrainingGameSuccess = 6371, - [pbr::OriginalName("PLAYER_ACTION_SWORD_TRAINING_GAME_GIVE_UP")] PlayerActionSwordTrainingGameGiveUp = 6372, - [pbr::OriginalName("PLAYER_ACTION_SWORD_TRAINING_EXAM")] PlayerActionSwordTrainingExam = 6374, - [pbr::OriginalName("PLAYER_ACTION_SWORD_TRAINING_DIALOGUE")] PlayerActionSwordTrainingDialogue = 6375, - [pbr::OriginalName("PLAYER_ACTION_SWORD_TRAINING_SET_SKILL_TRACE")] PlayerActionSwordTrainingSetSkillTrace = 6376, - [pbr::OriginalName("PLAYER_ACTION_FIGHT_FEST_FINISH_SCORE_RACE_MISSION")] PlayerActionFightFestFinishScoreRaceMission = 6401, - [pbr::OriginalName("PLAYER_ACTION_FIGHT_FEST_FINISH_SCORE_RACE_PHASE")] PlayerActionFightFestFinishScoreRacePhase = 6402, - [pbr::OriginalName("PLAYER_ACTION_FIGHT_FEST_RACE_START")] PlayerActionFightFestRaceStart = 6403, - [pbr::OriginalName("PLAYER_ACTION_FIGHT_FEST_RACE_END")] PlayerActionFightFestRaceEnd = 6404, - [pbr::OriginalName("PLAYER_ACTION_FIGHT_FEST_CHALLENGE_START")] PlayerActionFightFestChallengeStart = 6405, - [pbr::OriginalName("PLAYER_ACTION_FIGHT_FEST_CHALLENGE_END")] PlayerActionFightFestChallengeEnd = 6406, - [pbr::OriginalName("PLAYER_ACTION_FIGHT_FEST_GET_COACH_ITEM")] PlayerActionFightFestGetCoachItem = 6407, - [pbr::OriginalName("PLAYER_ACTION_FIGHT_FEST_ACCEPT_SCORE_RACE_MISSION")] PlayerActionFightFestAcceptScoreRaceMission = 6408, - [pbr::OriginalName("PLAYER_ACTION_PET_USE")] PlayerActionPetUse = 6451, - [pbr::OriginalName("PLAYER_ACTION_MUSIC_RHYTHM_PASS_LEVEL_STAR")] PlayerActionMusicRhythmPassLevelStar = 6501, - [pbr::OriginalName("PLAYER_ACTION_MUSIC_RHYTHM_LEVEL_BEGIN")] PlayerActionMusicRhythmLevelBegin = 6502, - [pbr::OriginalName("PLAYER_ACTION_MUSIC_RHYTHM_LEVEL_END")] PlayerActionMusicRhythmLevelEnd = 6503, - [pbr::OriginalName("PLAYER_ACTION_TRACK_PHOTO_STAGE_BEGIN")] PlayerActionTrackPhotoStageBegin = 6551, - [pbr::OriginalName("PLAYER_ACTION_TRACK_PHOTO_STAGE_END")] PlayerActionTrackPhotoStageEnd = 6552, - [pbr::OriginalName("PLAYER_ACTION_SUMMON_ACTIVITY_BATTLE_BEGIN")] PlayerActionSummonActivityBattleBegin = 6561, - [pbr::OriginalName("PLAYER_ACTION_SUMMON_ACTIVITY_BATTLE_END")] PlayerActionSummonActivityBattleEnd = 6562, - [pbr::OriginalName("PLAYER_ACTION_RAID_COLLECTION_ENTER_NEXT_RAID")] PlayerActionRaidCollectionEnterNextRaid = 6571, - [pbr::OriginalName("PLAYER_ACTION_DIFFICULTY_ADJUSTMENT_SET")] PlayerActionDifficultyAdjustmentSet = 6572, - [pbr::OriginalName("PLAYER_ACTION_DIFFICULTY_ADJUSTMENT_UNSET")] PlayerActionDifficultyAdjustmentUnset = 6573, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_ARCADE_ADVENTURE_ROOM_START")] PlayerActionRogueArcadeAdventureRoomStart = 6580, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_ARCADE_ADVENTURE_ROOM_FINISH")] PlayerActionRogueArcadeAdventureRoomFinish = 6581, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_MAGIC_START_LEVEL")] PlayerActionRogueMagicStartLevel = 6601, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_MAGIC_FINISH_LEVEL")] PlayerActionRogueMagicFinishLevel = 6602, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_MAGIC_REVIVE")] PlayerActionRogueMagicRevive = 6603, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_MAGIC_ENTER_ROOM")] PlayerActionRogueMagicEnterRoom = 6604, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_MAGIC_LEAVE_ROOM")] PlayerActionRogueMagicLeaveRoom = 6605, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_MAGIC_ADD_MIRACLE")] PlayerActionRogueMagicAddMiracle = 6606, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_MAGIC_REMOVE_MIRACLE")] PlayerActionRogueMagicRemoveMiracle = 6607, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_MAGIC_STAGE_BEGIN")] PlayerActionRogueMagicStageBegin = 6608, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_MAGIC_STAGE_END")] PlayerActionRogueMagicStageEnd = 6609, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_MAGIC_ENABLE_TALENT")] PlayerActionRogueMagicEnableTalent = 6610, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_MAGIC_FINISH_STORY")] PlayerActionRogueMagicFinishStory = 6611, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_MAGIC_ADD_SCEPTER")] PlayerActionRogueMagicAddScepter = 6612, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_MAGIC_SELECT_SCEPTER")] PlayerActionRogueMagicSelectScepter = 6613, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_MAGIC_MOUNT_UNIT")] PlayerActionRogueMagicMountUnit = 6614, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_MAGIC_AUTO_MOUNT_UNIT")] PlayerActionRogueMagicAutoMountUnit = 6615, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_MAGIC_ADD_MAGIC_UNIT")] PlayerActionRogueMagicAddMagicUnit = 6616, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_MAGIC_REMOVE_MAGIC_UNIT")] PlayerActionRogueMagicRemoveMagicUnit = 6617, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_MAGIC_WORKBENCH_COMPOSE_MAGIC_UNIT")] PlayerActionRogueMagicWorkbenchComposeMagicUnit = 6618, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_MAGIC_WORKBENCH_REFORGE_MAGIC_UNIT")] PlayerActionRogueMagicWorkbenchReforgeMagicUnit = 6619, - [pbr::OriginalName("PLAYER_ACTION_ROGUE_MAGIC_WORKBENCH_LEVEL_UP_SCEPTER")] PlayerActionRogueMagicWorkbenchLevelUpScepter = 6620, - [pbr::OriginalName("PLAYER_ACTION_TRAIN_PARTY_GAME_PLAY_START")] PlayerActionTrainPartyGamePlayStart = 6701, - [pbr::OriginalName("PLAYER_ACTION_TRAIN_PARTY_PHASE_BEGIN")] PlayerActionTrainPartyPhaseBegin = 6702, - [pbr::OriginalName("PLAYER_ACTION_TRAIN_PARTY_PHASE_END")] PlayerActionTrainPartyPhaseEnd = 6703, - [pbr::OriginalName("PLAYER_ACTION_TRAIN_PARTY_ROUND")] PlayerActionTrainPartyRound = 6704, - [pbr::OriginalName("PLAYER_ACTION_TRAIN_PARTY_MEETING_BEGIN")] PlayerActionTrainPartyMeetingBegin = 6705, - [pbr::OriginalName("PLAYER_ACTION_TRAIN_PARTY_MEETING_END")] PlayerActionTrainPartyMeetingEnd = 6706, - [pbr::OriginalName("PLAYER_ACTION_TRAIN_PARTY_MEETING_PLAY_CARD")] PlayerActionTrainPartyMeetingPlayCard = 6707, - [pbr::OriginalName("PLAYER_ACTION_TRAIN_PARTY_MEETING_RE_ROLL")] PlayerActionTrainPartyMeetingReRoll = 6708, - [pbr::OriginalName("PLAYER_ACTION_TRAIN_PARTY_BUILD_AREA_UNLOCK")] PlayerActionTrainPartyBuildAreaUnlock = 6709, - [pbr::OriginalName("PLAYER_ACTION_TRAIN_PARTY_BUILD_STEP")] PlayerActionTrainPartyBuildStep = 6710, - [pbr::OriginalName("PLAYER_ACTION_TRAIN_PARTY_BUILD_LEVEL_AWARD")] PlayerActionTrainPartyBuildLevelAward = 6711, - [pbr::OriginalName("PLAYER_ACTION_TRAIN_PARTY_BUILDING_DYNAMIC_BUFF")] PlayerActionTrainPartyBuildingDynamicBuff = 6712, - [pbr::OriginalName("PLAYER_ACTION_TRAIN_PARTY_BUILD_DIY")] PlayerActionTrainPartyBuildDiy = 6713, - [pbr::OriginalName("PLAYER_ACTION_SWITCH_HAND_OP_PROP_STATE")] PlayerActionSwitchHandOpPropState = 6801, - [pbr::OriginalName("PLAYER_ACTION_ERA_FLIPPER_CHANGE_REGION_STATE")] PlayerActionEraFlipperChangeRegionState = 6811, - [pbr::OriginalName("PLAYER_ACTION_ERA_FLIPPER_CHANGE_PROP_STATE")] PlayerActionEraFlipperChangePropState = 6812, - [pbr::OriginalName("PLAYER_ACTION_ACTIVITY_BENEFIT_REWARD")] PlayerActionActivityBenefitReward = 6820, - [pbr::OriginalName("PLAYER_ACTION_ACTIVITY_BENEFIT_JOIN")] PlayerActionActivityBenefitJoin = 6821, - [pbr::OriginalName("PLAYER_ACTION_ACTIVITY_BENEFIT_INITIAL_REWARD")] PlayerActionActivityBenefitInitialReward = 6822, - [pbr::OriginalName("PLAYER_ACTION_PAM_SKIN_CHANGE_SKIN")] PlayerActionPamSkinChangeSkin = 6851, - [pbr::OriginalName("PLAYER_ACTION_CHEST_FIND")] PlayerActionChestFind = 6861, - [pbr::OriginalName("PLAYER_ACTION_REISSUE_MARK_CHEST_ITEM_MAIL")] PlayerActionReissueMarkChestItemMail = 6862, - [pbr::OriginalName("PLAYER_ACTION_MARBLE_PASS_MATCH")] PlayerActionMarblePassMatch = 6871, - [pbr::OriginalName("PLAYER_ACTION_MARBLE_BUY_SEAL")] PlayerActionMarbleBuySeal = 6872, - [pbr::OriginalName("PLAYER_ACTION_MARBLE_FIGHT_GAME_BEGIN")] PlayerActionMarbleFightGameBegin = 6873, - [pbr::OriginalName("PLAYER_ACTION_MARBLE_FIGHT_GAME_END")] PlayerActionMarbleFightGameEnd = 6874, - [pbr::OriginalName("PLAYER_ACTION_MARBLE_FIGHT_GAME_ROUND")] PlayerActionMarbleFightGameRound = 6875, - [pbr::OriginalName("PLAYER_ACTION_MARBLE_FIGHT_GAME_TURN")] PlayerActionMarbleFightGameTurn = 6876, - [pbr::OriginalName("PLAYER_ACTION_PLANET_FES_LEVEL_UP")] PlayerActionPlanetFesLevelUp = 6901, - [pbr::OriginalName("PLAYER_ACTION_PLANET_FES_ACTIVITY_INIT")] PlayerActionPlanetFesActivityInit = 6902, - [pbr::OriginalName("PLAYER_ACTION_PLANET_FES_AVATAR_LEVEL_UP")] PlayerActionPlanetFesAvatarLevelUp = 6903, - [pbr::OriginalName("PLAYER_ACTION_PLANET_FES_TAKE_REGION_PHASE_REWARD")] PlayerActionPlanetFesTakeRegionPhaseReward = 6904, - [pbr::OriginalName("PLAYER_ACTION_PLANET_FES_ADD_ITEM")] PlayerActionPlanetFesAddItem = 6905, - [pbr::OriginalName("PLAYER_ACTION_PLANET_FES_QUEST")] PlayerActionPlanetFesQuest = 6906, - [pbr::OriginalName("PLAYER_ACTION_PLANET_FES_BUSINESS_DAY_FINISH")] PlayerActionPlanetFesBusinessDayFinish = 6907, - [pbr::OriginalName("PLAYER_ACTION_PLANET_FES_AVATAR_STAR_UP")] PlayerActionPlanetFesAvatarStarUp = 6908, - [pbr::OriginalName("PLAYER_ACTION_PLANET_FES_UNLOCK_LAND")] PlayerActionPlanetFesUnlockLand = 6909, - [pbr::OriginalName("PLAYER_ACTION_PLANET_FES_BUSINESS_EVENT_FINISH")] PlayerActionPlanetFesBusinessEventFinish = 6910, - [pbr::OriginalName("PLAYER_ACTION_PLANET_FES_ACTIVATE_CARD")] PlayerActionPlanetFesActivateCard = 6911, - [pbr::OriginalName("PLAYER_ACTION_PLANET_FES_SKILL_LEVEL_UP")] PlayerActionPlanetFesSkillLevelUp = 6912, - [pbr::OriginalName("PLAYER_ACTION_PLANET_FES_GACHA")] PlayerActionPlanetFesGacha = 6913, - [pbr::OriginalName("PLAYER_ACTION_PLANET_FES_BUSINESS_EVENT_HANDLE")] PlayerActionPlanetFesBusinessEventHandle = 6914, - [pbr::OriginalName("PLAYER_ACTION_PLANET_FES_CARD_APPLY_PERMISSION")] PlayerActionPlanetFesCardApplyPermission = 6915, - [pbr::OriginalName("PLAYER_ACTION_PLANET_FES_CARD_INTERACT")] PlayerActionPlanetFesCardInteract = 6916, - [pbr::OriginalName("PLAYER_ACTION_PLANET_FES_TO_SNS")] PlayerActionPlanetFesToSns = 6917, - [pbr::OriginalName("PLAYER_ACTION_PLANET_FES_SET_WORK_AVATAR")] PlayerActionPlanetFesSetWorkAvatar = 6918, - [pbr::OriginalName("PLAYER_ACTION_PLANET_FES_SUMMARY")] PlayerActionPlanetFesSummary = 6919, - [pbr::OriginalName("PLAYER_ACTION_TAROT_BOOK_CHARACTER_LEVEL_UP")] PlayerActionTarotBookCharacterLevelUp = 6951, - [pbr::OriginalName("PLAYER_ACTION_TAROT_BOOK_OPEN_PACK")] PlayerActionTarotBookOpenPack = 6952, - [pbr::OriginalName("PLAYER_ACTION_TAROT_BOOK_UNLOCK_STORY")] PlayerActionTarotBookUnlockStory = 6953, - [pbr::OriginalName("PLAYER_ACTION_TAROT_BOOK_UNLOCK_STORY_SINGLE")] PlayerActionTarotBookUnlockStorySingle = 6954, - [pbr::OriginalName("PLAYER_ACTION_TAROT_BOOK_FINISH_STORY")] PlayerActionTarotBookFinishStory = 6955, - [pbr::OriginalName("PLAYER_ACTION_TAROT_BOOK_FINISH_INTERACTION")] PlayerActionTarotBookFinishInteraction = 6956, - [pbr::OriginalName("PLAYER_ACTION_TAROT_BOOK_CHANGE_ENERGY")] PlayerActionTarotBookChangeEnergy = 6957, - [pbr::OriginalName("PLAYER_ACTION_CHIMERA_ROUND_START")] PlayerActionChimeraRoundStart = 6971, - [pbr::OriginalName("PLAYER_ACTION_CHIMERA_ROUND_WORK_START")] PlayerActionChimeraRoundWorkStart = 6972, - [pbr::OriginalName("PLAYER_ACTION_CHIMERA_ROUND_WORK_END")] PlayerActionChimeraRoundWorkEnd = 6973, - [pbr::OriginalName("PLAYER_ACTION_CHIMERA_ENDLESS_START")] PlayerActionChimeraEndlessStart = 6974, - [pbr::OriginalName("PLAYER_ACTION_CHIMERA_ENDLESS_END")] PlayerActionChimeraEndlessEnd = 6975, - [pbr::OriginalName("PLAYER_ACTION_CHIMERA_ENDLESS_WORK_START")] PlayerActionChimeraEndlessWorkStart = 6976, - [pbr::OriginalName("PLAYER_ACTION_CHIMERA_ENDLESS_WORK_END")] PlayerActionChimeraEndlessWorkEnd = 6977, - [pbr::OriginalName("PLAYER_ACTION_CHIMERA_RANK_CHANGE")] PlayerActionChimeraRankChange = 6978, - [pbr::OriginalName("PLAYER_ACTION_CHIMERA_GET")] PlayerActionChimeraGet = 6979, - [pbr::OriginalName("PLAYER_ACTION_STORY_TOKEN_TAKE_ACTIVITY_REWARD")] PlayerActionStoryTokenTakeActivityReward = 6991, - [pbr::OriginalName("PLAYER_ACTION_REISSUE_AVATAR_TOKEN_ITEM")] PlayerActionReissueAvatarTokenItem = 6992, - [pbr::OriginalName("PLAYER_ACTION_AVATAR_DELIVER_REWARD_ACTIVITY_TAKE_REWARD")] PlayerActionAvatarDeliverRewardActivityTakeReward = 7001, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/PlayerBoardModuleSync.cs b/Proto/PlayerBoardModuleSync.cs index f625767b..2a242599 100644 --- a/Proto/PlayerBoardModuleSync.cs +++ b/Proto/PlayerBoardModuleSync.cs @@ -25,14 +25,14 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChtQbGF5ZXJCb2FyZE1vZHVsZVN5bmMucHJvdG8aEkhlYWRJY29uRGF0YS5w", - "cm90byJ/ChVQbGF5ZXJCb2FyZE1vZHVsZVN5bmMSEQoJc2lnbmF0dXJlGAwg", - "ASgJEikKEnVubG9ja2VkX2hlYWRfaWNvbhgDIAMoCzINLkhlYWRJY29uRGF0", - "YRITCgtQQUdKS0RKSUdQSRgOIAEoCBITCgtBTE1NSEtGS0hMSxgIIAMoDUIe", - "qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "cm90byKEAQoVUGxheWVyQm9hcmRNb2R1bGVTeW5jEhEKCXNpZ25hdHVyZRgM", + "IAEoCRIuChd1bmxvY2tlZF9oZWFkX2ljb25fbGlzdBgDIAMoCzINLkhlYWRJ", + "Y29uRGF0YRITCgtQQUdKS0RKSUdQSRgOIAEoCBITCgtBTE1NSEtGS0hMSxgI", + "IAMoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.HeadIconDataReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlayerBoardModuleSync), global::EggLink.DanhengServer.Proto.PlayerBoardModuleSync.Parser, new[]{ "Signature", "UnlockedHeadIcon", "PAGJKDJIGPI", "ALMMHKFKHLK" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlayerBoardModuleSync), global::EggLink.DanhengServer.Proto.PlayerBoardModuleSync.Parser, new[]{ "Signature", "UnlockedHeadIconList", "PAGJKDJIGPI", "ALMMHKFKHLK" }, null, null, null, null) })); } #endregion @@ -75,7 +75,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public PlayerBoardModuleSync(PlayerBoardModuleSync other) : this() { signature_ = other.signature_; - unlockedHeadIcon_ = other.unlockedHeadIcon_.Clone(); + unlockedHeadIconList_ = other.unlockedHeadIconList_.Clone(); pAGJKDJIGPI_ = other.pAGJKDJIGPI_; aLMMHKFKHLK_ = other.aLMMHKFKHLK_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); @@ -99,15 +99,15 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "unlocked_head_icon" field. - public const int UnlockedHeadIconFieldNumber = 3; - private static readonly pb::FieldCodec _repeated_unlockedHeadIcon_codec + /// Field number for the "unlocked_head_icon_list" field. + public const int UnlockedHeadIconListFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_unlockedHeadIconList_codec = pb::FieldCodec.ForMessage(26, global::EggLink.DanhengServer.Proto.HeadIconData.Parser); - private readonly pbc::RepeatedField unlockedHeadIcon_ = new pbc::RepeatedField(); + private readonly pbc::RepeatedField unlockedHeadIconList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField UnlockedHeadIcon { - get { return unlockedHeadIcon_; } + public pbc::RepeatedField UnlockedHeadIconList { + get { return unlockedHeadIconList_; } } /// Field number for the "PAGJKDJIGPI" field. @@ -149,7 +149,7 @@ namespace EggLink.DanhengServer.Proto { return true; } if (Signature != other.Signature) return false; - if(!unlockedHeadIcon_.Equals(other.unlockedHeadIcon_)) return false; + if(!unlockedHeadIconList_.Equals(other.unlockedHeadIconList_)) return false; if (PAGJKDJIGPI != other.PAGJKDJIGPI) return false; if(!aLMMHKFKHLK_.Equals(other.aLMMHKFKHLK_)) return false; return Equals(_unknownFields, other._unknownFields); @@ -160,7 +160,7 @@ namespace EggLink.DanhengServer.Proto { public override int GetHashCode() { int hash = 1; if (Signature.Length != 0) hash ^= Signature.GetHashCode(); - hash ^= unlockedHeadIcon_.GetHashCode(); + hash ^= unlockedHeadIconList_.GetHashCode(); if (PAGJKDJIGPI != false) hash ^= PAGJKDJIGPI.GetHashCode(); hash ^= aLMMHKFKHLK_.GetHashCode(); if (_unknownFields != null) { @@ -181,7 +181,7 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - unlockedHeadIcon_.WriteTo(output, _repeated_unlockedHeadIcon_codec); + unlockedHeadIconList_.WriteTo(output, _repeated_unlockedHeadIconList_codec); aLMMHKFKHLK_.WriteTo(output, _repeated_aLMMHKFKHLK_codec); if (Signature.Length != 0) { output.WriteRawTag(98); @@ -201,7 +201,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - unlockedHeadIcon_.WriteTo(ref output, _repeated_unlockedHeadIcon_codec); + unlockedHeadIconList_.WriteTo(ref output, _repeated_unlockedHeadIconList_codec); aLMMHKFKHLK_.WriteTo(ref output, _repeated_aLMMHKFKHLK_codec); if (Signature.Length != 0) { output.WriteRawTag(98); @@ -224,7 +224,7 @@ namespace EggLink.DanhengServer.Proto { if (Signature.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(Signature); } - size += unlockedHeadIcon_.CalculateSize(_repeated_unlockedHeadIcon_codec); + size += unlockedHeadIconList_.CalculateSize(_repeated_unlockedHeadIconList_codec); if (PAGJKDJIGPI != false) { size += 1 + 1; } @@ -244,7 +244,7 @@ namespace EggLink.DanhengServer.Proto { if (other.Signature.Length != 0) { Signature = other.Signature; } - unlockedHeadIcon_.Add(other.unlockedHeadIcon_); + unlockedHeadIconList_.Add(other.unlockedHeadIconList_); if (other.PAGJKDJIGPI != false) { PAGJKDJIGPI = other.PAGJKDJIGPI; } @@ -265,7 +265,7 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 26: { - unlockedHeadIcon_.AddEntriesFrom(input, _repeated_unlockedHeadIcon_codec); + unlockedHeadIconList_.AddEntriesFrom(input, _repeated_unlockedHeadIconList_codec); break; } case 66: @@ -297,7 +297,7 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 26: { - unlockedHeadIcon_.AddEntriesFrom(ref input, _repeated_unlockedHeadIcon_codec); + unlockedHeadIconList_.AddEntriesFrom(ref input, _repeated_unlockedHeadIconList_codec); break; } case 66: diff --git a/Proto/PlayerDetailInfo.cs b/Proto/PlayerDetailInfo.cs index 5be6bf3c..c8ee9c1c 100644 --- a/Proto/PlayerDetailInfo.cs +++ b/Proto/PlayerDetailInfo.cs @@ -24,10 +24,10 @@ namespace EggLink.DanhengServer.Proto { static PlayerDetailInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChZQbGF5ZXJEZXRhaWxJbmZvLnByb3RvGhVQcml2YWN5U2V0dGluZ3MucHJv", - "dG8aElBsYXRmb3JtVHlwZS5wcm90bxodRGlzcGxheUF2YXRhckRldGFpbElu", - "Zm8ucHJvdG8aFlBsYXllclJlY29yZEluZm8ucHJvdG8aG1BsYXllckRpc3Bs", - "YXlTZXR0aW5ncy5wcm90byKhBAoQUGxheWVyRGV0YWlsSW5mbxImCgtyZWNv", + "ChZQbGF5ZXJEZXRhaWxJbmZvLnByb3RvGhtQbGF5ZXJEaXNwbGF5U2V0dGlu", + "Z3MucHJvdG8aHURpc3BsYXlBdmF0YXJEZXRhaWxJbmZvLnByb3RvGhJQbGF0", + "Zm9ybVR5cGUucHJvdG8aFlBsYXllclJlY29yZEluZm8ucHJvdG8aFVByaXZh", + "Y3lTZXR0aW5ncy5wcm90byKhBAoQUGxheWVyRGV0YWlsSW5mbxImCgtyZWNv", "cmRfaW5mbxgGIAEoCzIRLlBsYXllclJlY29yZEluZm8SEAoIbmlja25hbWUY", "CyABKAkSFgoNcGVyc29uYWxfY2FyZBj9DyABKA0SEwoLQUtDRUpGQ0ZCQU4Y", "AyABKAkSEQoJaGVhZF9pY29uGAUgASgNEhMKC09PT1BCSElNTkZEGAQgASgN", @@ -42,7 +42,7 @@ namespace EggLink.DanhengServer.Proto { "MhYuUGxheWVyRGlzcGxheVNldHRpbmdzQh6qAhtFZ2dMaW5rLkRhbmhlbmdT", "ZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PrivacySettingsReflection.Descriptor, global::EggLink.DanhengServer.Proto.PlatformTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.DisplayAvatarDetailInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.PlayerRecordInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.PlayerDisplaySettingsReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PlayerDisplaySettingsReflection.Descriptor, global::EggLink.DanhengServer.Proto.DisplayAvatarDetailInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.PlatformTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.PlayerRecordInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.PrivacySettingsReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlayerDetailInfo), global::EggLink.DanhengServer.Proto.PlayerDetailInfo.Parser, new[]{ "RecordInfo", "Nickname", "PersonalCard", "AKCEJFCFBAN", "HeadIcon", "OOOPBHIMNFD", "AssistAvatarList", "IsBanned", "Platform", "GMALCPNOHBF", "WorldLevel", "KBMGBNINFBK", "EMOBIJBDKEI", "Uid", "Level", "PrivacySettings", "Signature", "DisplayAvatarList", "ONKHLHOJHGN" }, null, null, null, null) })); diff --git a/Proto/PlayerDisplaySettings.cs b/Proto/PlayerDisplaySettings.cs index b96a8746..1a4c259e 100644 --- a/Proto/PlayerDisplaySettings.cs +++ b/Proto/PlayerDisplaySettings.cs @@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto { static PlayerDisplaySettingsReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChtQbGF5ZXJEaXNwbGF5U2V0dGluZ3MucHJvdG8aEU9CSUhOR01OS0VLLnBy", - "b3RvGhFJSEtHTkpETkFMSi5wcm90byJgChVQbGF5ZXJEaXNwbGF5U2V0dGlu", + "ChtQbGF5ZXJEaXNwbGF5U2V0dGluZ3MucHJvdG8aEUlIS0dOSkROQUxKLnBy", + "b3RvGhFPQklITkdNTktFSy5wcm90byJgChVQbGF5ZXJEaXNwbGF5U2V0dGlu", "Z3MSJAoOY2hhbGxlbmdlX2xpc3QYBCADKAsyDC5JSEtHTkpETkFMShIhCgtK", "RlBDUERDRkxNRBgJIAEoCzIMLk9CSUhOR01OS0VLQh6qAhtFZ2dMaW5rLkRh", "bmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.OBIHNGMNKEKReflection.Descriptor, global::EggLink.DanhengServer.Proto.IHKGNJDNALJReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.IHKGNJDNALJReflection.Descriptor, global::EggLink.DanhengServer.Proto.OBIHNGMNKEKReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlayerDisplaySettings), global::EggLink.DanhengServer.Proto.PlayerDisplaySettings.Parser, new[]{ "ChallengeList", "JFPCPDCFLMD" }, null, null, null, null) })); diff --git a/Proto/PlayerKickOutScNotify.cs b/Proto/PlayerKickOutScNotify.cs index 3ec5fe64..cc679db5 100644 --- a/Proto/PlayerKickOutScNotify.cs +++ b/Proto/PlayerKickOutScNotify.cs @@ -25,17 +25,14 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChtQbGF5ZXJLaWNrT3V0U2NOb3RpZnkucHJvdG8aD0JsYWNrSW5mby5wcm90", - "byL5AQoVUGxheWVyS2lja091dFNjTm90aWZ5EjIKCWtpY2tfdHlwZRgOIAEo", - "DjIfLlBsYXllcktpY2tPdXRTY05vdGlmeS5LaWNrVHlwZRIeCgpibGFja19p", - "bmZvGA0gASgLMgouQmxhY2tJbmZvIosBCghLaWNrVHlwZRIRCg1LSUNLX1NR", - "VUVFWkVEEAASDgoKS0lDS19CTEFDSxABEhMKD0tJQ0tfQ0hBTkdFX1BXRBAC", - "EhwKGEtJQ0tfTE9HSU5fV0hJVEVfVElNRU9VVBADEhkKFUtJQ0tfQUNFX0FO", - "VElfQ0hFQVRFUhAEEg4KCktJQ0tfQllfR00QBUIeqgIbRWdnTGluay5EYW5o", - "ZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "bxoOS2lja1R5cGUucHJvdG8iVQoVUGxheWVyS2lja091dFNjTm90aWZ5EhwK", + "CWtpY2tfdHlwZRgOIAEoDjIJLktpY2tUeXBlEh4KCmJsYWNrX2luZm8YDSAB", + "KAsyCi5CbGFja0luZm9CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90", + "b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BlackInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BlackInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.KickTypeReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlayerKickOutScNotify), global::EggLink.DanhengServer.Proto.PlayerKickOutScNotify.Parser, new[]{ "KickType", "BlackInfo" }, null, new[]{ typeof(global::EggLink.DanhengServer.Proto.PlayerKickOutScNotify.Types.KickType) }, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlayerKickOutScNotify), global::EggLink.DanhengServer.Proto.PlayerKickOutScNotify.Parser, new[]{ "KickType", "BlackInfo" }, null, null, null, null) })); } #endregion @@ -90,10 +87,10 @@ namespace EggLink.DanhengServer.Proto { /// Field number for the "kick_type" field. public const int KickTypeFieldNumber = 14; - private global::EggLink.DanhengServer.Proto.PlayerKickOutScNotify.Types.KickType kickType_ = global::EggLink.DanhengServer.Proto.PlayerKickOutScNotify.Types.KickType.KickSqueezed; + private global::EggLink.DanhengServer.Proto.KickType kickType_ = global::EggLink.DanhengServer.Proto.KickType.KickSqueezed; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.PlayerKickOutScNotify.Types.KickType KickType { + public global::EggLink.DanhengServer.Proto.KickType KickType { get { return kickType_; } set { kickType_ = value; @@ -136,7 +133,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (KickType != global::EggLink.DanhengServer.Proto.PlayerKickOutScNotify.Types.KickType.KickSqueezed) hash ^= KickType.GetHashCode(); + if (KickType != global::EggLink.DanhengServer.Proto.KickType.KickSqueezed) hash ^= KickType.GetHashCode(); if (blackInfo_ != null) hash ^= BlackInfo.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); @@ -160,7 +157,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(106); output.WriteMessage(BlackInfo); } - if (KickType != global::EggLink.DanhengServer.Proto.PlayerKickOutScNotify.Types.KickType.KickSqueezed) { + if (KickType != global::EggLink.DanhengServer.Proto.KickType.KickSqueezed) { output.WriteRawTag(112); output.WriteEnum((int) KickType); } @@ -178,7 +175,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(106); output.WriteMessage(BlackInfo); } - if (KickType != global::EggLink.DanhengServer.Proto.PlayerKickOutScNotify.Types.KickType.KickSqueezed) { + if (KickType != global::EggLink.DanhengServer.Proto.KickType.KickSqueezed) { output.WriteRawTag(112); output.WriteEnum((int) KickType); } @@ -192,7 +189,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (KickType != global::EggLink.DanhengServer.Proto.PlayerKickOutScNotify.Types.KickType.KickSqueezed) { + if (KickType != global::EggLink.DanhengServer.Proto.KickType.KickSqueezed) { size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) KickType); } if (blackInfo_ != null) { @@ -210,7 +207,7 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - if (other.KickType != global::EggLink.DanhengServer.Proto.PlayerKickOutScNotify.Types.KickType.KickSqueezed) { + if (other.KickType != global::EggLink.DanhengServer.Proto.KickType.KickSqueezed) { KickType = other.KickType; } if (other.blackInfo_ != null) { @@ -242,7 +239,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 112: { - KickType = (global::EggLink.DanhengServer.Proto.PlayerKickOutScNotify.Types.KickType) input.ReadEnum(); + KickType = (global::EggLink.DanhengServer.Proto.KickType) input.ReadEnum(); break; } } @@ -268,7 +265,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 112: { - KickType = (global::EggLink.DanhengServer.Proto.PlayerKickOutScNotify.Types.KickType) input.ReadEnum(); + KickType = (global::EggLink.DanhengServer.Proto.KickType) input.ReadEnum(); break; } } @@ -276,23 +273,6 @@ namespace EggLink.DanhengServer.Proto { } #endif - #region Nested types - /// Container for nested types declared in the PlayerKickOutScNotify message type. - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static partial class Types { - public enum KickType { - [pbr::OriginalName("KICK_SQUEEZED")] KickSqueezed = 0, - [pbr::OriginalName("KICK_BLACK")] KickBlack = 1, - [pbr::OriginalName("KICK_CHANGE_PWD")] KickChangePwd = 2, - [pbr::OriginalName("KICK_LOGIN_WHITE_TIMEOUT")] KickLoginWhiteTimeout = 3, - [pbr::OriginalName("KICK_ACE_ANTI_CHEATER")] KickAceAntiCheater = 4, - [pbr::OriginalName("KICK_BY_GM")] KickByGm = 5, - } - - } - #endregion - } #endregion diff --git a/Proto/PlayerLoginCsReq.cs b/Proto/PlayerLoginCsReq.cs index 27f8caa5..540904fc 100644 --- a/Proto/PlayerLoginCsReq.cs +++ b/Proto/PlayerLoginCsReq.cs @@ -24,8 +24,8 @@ namespace EggLink.DanhengServer.Proto { static PlayerLoginCsReqReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChZQbGF5ZXJMb2dpbkNzUmVxLnByb3RvGhJQbGF0Zm9ybVR5cGUucHJvdG8a", - "Ekxhbmd1YWdlVHlwZS5wcm90bxoRSkdGS0lDRENGTEoucHJvdG8iiQUKEFBs", + "ChZQbGF5ZXJMb2dpbkNzUmVxLnByb3RvGhFKR0ZLSUNEQ0ZMSi5wcm90bxoS", + "UGxhdGZvcm1UeXBlLnByb3RvGhJMYW5ndWFnZVR5cGUucHJvdG8iiQUKEFBs", "YXllckxvZ2luQ3NSZXESEwoLS0lCQk5CTkdJSkQYAyABKAkSEQoJc2lnbmF0", "dXJlGAEgASgJEiIKC0ZBRFBESUJLTkJJGA4gASgOMg0uTGFuZ3VhZ2VUeXBl", "EhQKC0tGREpFSUVPQkJOGOsOIAEoCRITCgtPQ0RBQ0pOTkpOShgPIAEoCRIU", @@ -43,7 +43,7 @@ namespace EggLink.DanhengServer.Proto { "SEFQTklIQ0RPGDkgASgIQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJv", "dG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PlatformTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.LanguageTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.JGFKICDCFLJReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.JGFKICDCFLJReflection.Descriptor, global::EggLink.DanhengServer.Proto.PlatformTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.LanguageTypeReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlayerLoginCsReq), global::EggLink.DanhengServer.Proto.PlayerLoginCsReq.Parser, new[]{ "KIBBNBNGIJD", "Signature", "FADPDIBKNBI", "KFDJEIEOBBN", "OCDACJNNJNJ", "IGNFBLGJIOJ", "GMALCPNOHBF", "BNIGPDOOILI", "MIOHKAOIDNK", "JMKHDHAIOIM", "OEENCFMCAHD", "HJDMJPEBPPM", "LoginRandom", "DMPMHCCFBKG", "AKCEJFCFBAN", "OEHJLODAHFN", "HAEHHCPOAPP", "OHPCKCNAEIK", "BPCKJKDENCB", "BNBOALIAPAE", "ClientVersion", "NHBHBALHJML", "Platform", "RogueGetInfo", "ClientResVersion", "MLNABEPINDB", "GEHAPNIHCDO" }, null, null, null, null) })); diff --git a/Proto/PlayerSettingInfo.cs b/Proto/PlayerSettingInfo.cs index ebb6d7e0..19c388a4 100644 --- a/Proto/PlayerSettingInfo.cs +++ b/Proto/PlayerSettingInfo.cs @@ -25,17 +25,18 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChdQbGF5ZXJTZXR0aW5nSW5mby5wcm90bxoRT0dGSU9EUElMRUwucHJvdG8i", - "8wEKEVBsYXllclNldHRpbmdJbmZvEiEKC0dIS0NNRE5LT1BOGAcgASgLMgwu", + "kgIKEVBsYXllclNldHRpbmdJbmZvEiEKC0dIS0NNRE5LT1BOGAcgASgLMgwu", "T0dGSU9EUElMRUwSEwoLS0FQRElNR0pMTkYYCiABKAgSEwoLTkpGTUlMSk9G", "T0sYDiABKAgSEwoLQVBPTkVJRE1QSEwYASABKAgSEwoLR01KQU5PSk1LQ0UY", "CCABKAgSEwoLS0pOQ0NLSEpGSEUYBSABKAgSEwoLQUlDTkZBT0JDUEkYCSAB", "KAgSEwoLTU1NTkpDSEVNRk4YBiABKAgSEwoLTktFS0lCTkpNUEEYBCABKAgS", - "EwoLUEJLQkdMSEhLUEUYCyABKAhCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZl", - "ci5Qcm90b2IGcHJvdG8z")); + "HQoVaW5jbHVkZV91cGdyYWRlX3JlbGljGAMgASgIEhMKC1BCS0JHTEhIS1BF", + "GAsgASgIQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3Rv", + "Mw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.OGFIODPILELReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlayerSettingInfo), global::EggLink.DanhengServer.Proto.PlayerSettingInfo.Parser, new[]{ "GHKCMDNKOPN", "KAPDIMGJLNF", "NJFMILJOFOK", "APONEIDMPHL", "GMJANOJMKCE", "KJNCCKHJFHE", "AICNFAOBCPI", "MMMNJCHEMFN", "NKEKIBNJMPA", "PBKBGLHHKPE" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlayerSettingInfo), global::EggLink.DanhengServer.Proto.PlayerSettingInfo.Parser, new[]{ "GHKCMDNKOPN", "KAPDIMGJLNF", "NJFMILJOFOK", "APONEIDMPHL", "GMJANOJMKCE", "KJNCCKHJFHE", "AICNFAOBCPI", "MMMNJCHEMFN", "NKEKIBNJMPA", "IncludeUpgradeRelic", "PBKBGLHHKPE" }, null, null, null, null) })); } #endregion @@ -86,6 +87,7 @@ namespace EggLink.DanhengServer.Proto { aICNFAOBCPI_ = other.aICNFAOBCPI_; mMMNJCHEMFN_ = other.mMMNJCHEMFN_; nKEKIBNJMPA_ = other.nKEKIBNJMPA_; + includeUpgradeRelic_ = other.includeUpgradeRelic_; pBKBGLHHKPE_ = other.pBKBGLHHKPE_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -204,6 +206,18 @@ namespace EggLink.DanhengServer.Proto { } } + /// Field number for the "include_upgrade_relic" field. + public const int IncludeUpgradeRelicFieldNumber = 3; + private bool includeUpgradeRelic_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IncludeUpgradeRelic { + get { return includeUpgradeRelic_; } + set { + includeUpgradeRelic_ = value; + } + } + /// Field number for the "PBKBGLHHKPE" field. public const int PBKBGLHHKPEFieldNumber = 11; private bool pBKBGLHHKPE_; @@ -240,6 +254,7 @@ namespace EggLink.DanhengServer.Proto { if (AICNFAOBCPI != other.AICNFAOBCPI) return false; if (MMMNJCHEMFN != other.MMMNJCHEMFN) return false; if (NKEKIBNJMPA != other.NKEKIBNJMPA) return false; + if (IncludeUpgradeRelic != other.IncludeUpgradeRelic) return false; if (PBKBGLHHKPE != other.PBKBGLHHKPE) return false; return Equals(_unknownFields, other._unknownFields); } @@ -257,6 +272,7 @@ namespace EggLink.DanhengServer.Proto { if (AICNFAOBCPI != false) hash ^= AICNFAOBCPI.GetHashCode(); if (MMMNJCHEMFN != false) hash ^= MMMNJCHEMFN.GetHashCode(); if (NKEKIBNJMPA != false) hash ^= NKEKIBNJMPA.GetHashCode(); + if (IncludeUpgradeRelic != false) hash ^= IncludeUpgradeRelic.GetHashCode(); if (PBKBGLHHKPE != false) hash ^= PBKBGLHHKPE.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); @@ -280,6 +296,10 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(8); output.WriteBool(APONEIDMPHL); } + if (IncludeUpgradeRelic != false) { + output.WriteRawTag(24); + output.WriteBool(IncludeUpgradeRelic); + } if (NKEKIBNJMPA != false) { output.WriteRawTag(32); output.WriteBool(NKEKIBNJMPA); @@ -330,6 +350,10 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(8); output.WriteBool(APONEIDMPHL); } + if (IncludeUpgradeRelic != false) { + output.WriteRawTag(24); + output.WriteBool(IncludeUpgradeRelic); + } if (NKEKIBNJMPA != false) { output.WriteRawTag(32); output.WriteBool(NKEKIBNJMPA); @@ -403,6 +427,9 @@ namespace EggLink.DanhengServer.Proto { if (NKEKIBNJMPA != false) { size += 1 + 1; } + if (IncludeUpgradeRelic != false) { + size += 1 + 1; + } if (PBKBGLHHKPE != false) { size += 1 + 1; } @@ -448,6 +475,9 @@ namespace EggLink.DanhengServer.Proto { if (other.NKEKIBNJMPA != false) { NKEKIBNJMPA = other.NKEKIBNJMPA; } + if (other.IncludeUpgradeRelic != false) { + IncludeUpgradeRelic = other.IncludeUpgradeRelic; + } if (other.PBKBGLHHKPE != false) { PBKBGLHHKPE = other.PBKBGLHHKPE; } @@ -470,6 +500,10 @@ namespace EggLink.DanhengServer.Proto { APONEIDMPHL = input.ReadBool(); break; } + case 24: { + IncludeUpgradeRelic = input.ReadBool(); + break; + } case 32: { NKEKIBNJMPA = input.ReadBool(); break; @@ -528,6 +562,10 @@ namespace EggLink.DanhengServer.Proto { APONEIDMPHL = input.ReadBool(); break; } + case 24: { + IncludeUpgradeRelic = input.ReadBool(); + break; + } case 32: { NKEKIBNJMPA = input.ReadBool(); break; diff --git a/Proto/PlayerSimpleInfo.cs b/Proto/PlayerSimpleInfo.cs index 5f8d9db2..309e6fd1 100644 --- a/Proto/PlayerSimpleInfo.cs +++ b/Proto/PlayerSimpleInfo.cs @@ -24,8 +24,8 @@ namespace EggLink.DanhengServer.Proto { static PlayerSimpleInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChZQbGF5ZXJTaW1wbGVJbmZvLnByb3RvGhZBc3Npc3RTaW1wbGVJbmZvLnBy", - "b3RvGhJQbGF0Zm9ybVR5cGUucHJvdG8aGEZyaWVuZE9ubGluZVN0YXR1cy5w", + "ChZQbGF5ZXJTaW1wbGVJbmZvLnByb3RvGhhGcmllbmRPbmxpbmVTdGF0dXMu", + "cHJvdG8aFkFzc2lzdFNpbXBsZUluZm8ucHJvdG8aElBsYXRmb3JtVHlwZS5w", "cm90byLtAgoQUGxheWVyU2ltcGxlSW5mbxIfCghwbGF0Zm9ybRgJIAEoDjIN", "LlBsYXRmb3JtVHlwZRIVCg1wZXJzb25hbF9jYXJkGA4gASgNEgsKA3VpZBgK", "IAEoDRIRCgloZWFkX2ljb24YAiABKA0SEAoIbmlja25hbWUYDyABKAkSEQoJ", @@ -37,7 +37,7 @@ namespace EggLink.DanhengServer.Proto { "RkNGQkFOGAQgASgJQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9i", "BnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AssistSimpleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.PlatformTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.FriendOnlineStatusReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FriendOnlineStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.AssistSimpleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.PlatformTypeReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlayerSimpleInfo), global::EggLink.DanhengServer.Proto.PlayerSimpleInfo.Parser, new[]{ "Platform", "PersonalCard", "Uid", "HeadIcon", "Nickname", "Signature", "IsBanned", "GMALCPNOHBF", "AssistSimpleInfoList", "ChatBubbleId", "LastActiveTime", "Level", "OnlineStatus", "AKCEJFCFBAN" }, null, null, null, null) })); diff --git a/Proto/PlayerSyncScNotify.cs b/Proto/PlayerSyncScNotify.cs index 24b6c836..9eecf723 100644 --- a/Proto/PlayerSyncScNotify.cs +++ b/Proto/PlayerSyncScNotify.cs @@ -25,12 +25,12 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChhQbGF5ZXJTeW5jU2NOb3RpZnkucHJvdG8aEURNQk1QQUhLSExBLnByb3Rv", - "GhVXYWl0RGVsUmVzb3VyY2UucHJvdG8aD0VxdWlwbWVudC5wcm90bxoQU3lu", - "Y1N0YXR1cy5wcm90bxoVUGxheWVyQmFzaWNJbmZvLnByb3RvGgtSZWxpYy5w", - "cm90bxoQQXZhdGFyU3luYy5wcm90bxoOTWF0ZXJpYWwucHJvdG8aDkl0ZW1M", - "aXN0LnByb3RvGhFHS0RJSElGRkhGRC5wcm90bxoZTXVsdGlQYXRoQXZhdGFy", - "SW5mby5wcm90bxoRTWlzc2lvblN5bmMucHJvdG8aFUJhc2ljTW9kdWxlU3lu", - "Yy5wcm90bxobUGxheWVyQm9hcmRNb2R1bGVTeW5jLnByb3RvGgtRdWVzdC5w", + "Gg5NYXRlcmlhbC5wcm90bxoVV2FpdERlbFJlc291cmNlLnByb3RvGhFNaXNz", + "aW9uU3luYy5wcm90bxobUGxheWVyQm9hcmRNb2R1bGVTeW5jLnByb3RvGhBB", + "dmF0YXJTeW5jLnByb3RvGhBTeW5jU3RhdHVzLnByb3RvGg9FcXVpcG1lbnQu", + "cHJvdG8aFVBsYXllckJhc2ljSW5mby5wcm90bxoOSXRlbUxpc3QucHJvdG8a", + "EUdLRElISUZGSEZELnByb3RvGhlNdWx0aVBhdGhBdmF0YXJJbmZvLnByb3Rv", + "GhVCYXNpY01vZHVsZVN5bmMucHJvdG8aC1F1ZXN0LnByb3RvGgtSZWxpYy5w", "cm90byLxBQoSUGxheWVyU3luY1NjTm90aWZ5Eh4KFXRvdGFsX2FjaGlldmVt", "ZW50X2V4cBj6CCABKA0SGwoSbmV3X2l0ZW1faGludF9saXN0GIEPIAMoDRI6", "ChttdWx0aV9wYXRoX2F2YXRhcl9pbmZvX2xpc3QYqgsgAygLMhQuTXVsdGlQ", @@ -50,7 +50,7 @@ namespace EggLink.DanhengServer.Proto { "LkdLRElISUZGSEZEEhoKEmRlbF9lcXVpcG1lbnRfbGlzdBgOIAMoDUIeqgIb", "RWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DMBMPAHKHLAReflection.Descriptor, global::EggLink.DanhengServer.Proto.WaitDelResourceReflection.Descriptor, global::EggLink.DanhengServer.Proto.EquipmentReflection.Descriptor, global::EggLink.DanhengServer.Proto.SyncStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.PlayerBasicInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RelicReflection.Descriptor, global::EggLink.DanhengServer.Proto.AvatarSyncReflection.Descriptor, global::EggLink.DanhengServer.Proto.MaterialReflection.Descriptor, global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.GKDIHIFFHFDReflection.Descriptor, global::EggLink.DanhengServer.Proto.MultiPathAvatarInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.MissionSyncReflection.Descriptor, global::EggLink.DanhengServer.Proto.BasicModuleSyncReflection.Descriptor, global::EggLink.DanhengServer.Proto.PlayerBoardModuleSyncReflection.Descriptor, global::EggLink.DanhengServer.Proto.QuestReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DMBMPAHKHLAReflection.Descriptor, global::EggLink.DanhengServer.Proto.MaterialReflection.Descriptor, global::EggLink.DanhengServer.Proto.WaitDelResourceReflection.Descriptor, global::EggLink.DanhengServer.Proto.MissionSyncReflection.Descriptor, global::EggLink.DanhengServer.Proto.PlayerBoardModuleSyncReflection.Descriptor, global::EggLink.DanhengServer.Proto.AvatarSyncReflection.Descriptor, global::EggLink.DanhengServer.Proto.SyncStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.EquipmentReflection.Descriptor, global::EggLink.DanhengServer.Proto.PlayerBasicInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.GKDIHIFFHFDReflection.Descriptor, global::EggLink.DanhengServer.Proto.MultiPathAvatarInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.BasicModuleSyncReflection.Descriptor, global::EggLink.DanhengServer.Proto.QuestReflection.Descriptor, global::EggLink.DanhengServer.Proto.RelicReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlayerSyncScNotify), global::EggLink.DanhengServer.Proto.PlayerSyncScNotify.Parser, new[]{ "TotalAchievementExp", "NewItemHintList", "MultiPathAvatarInfoList", "OMJOPKGJPLG", "RelicList", "EquipmentList", "BasicModuleSync", "MaterialList", "BasicInfo", "PlayerboardModuleSync", "QuestList", "FCOKFFEAPMI", "AvatarSync", "WaitDelResourceList", "SyncStatus", "DelRelicList", "MissionSync", "MJOKLHFPGAD", "IGIPEIMGEAA", "DelEquipmentList" }, null, null, null, null) })); diff --git a/Proto/ProductType.cs b/Proto/ProductType.cs deleted file mode 100644 index 6ed98b9b..00000000 --- a/Proto/ProductType.cs +++ /dev/null @@ -1,52 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: ProductType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from ProductType.proto - public static partial class ProductTypeReflection { - - #region Descriptor - /// File descriptor for ProductType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static ProductTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFQcm9kdWN0VHlwZS5wcm90byp+CgtQcm9kdWN0VHlwZRIQCgxQUk9EVUNU", - "X05PTkUQABISCg5QUk9EVUNUX05PUk1BTBABEhEKDVBST0RVQ1RfTElNSVQQ", - "AhIYChRQUk9EVUNUX0xJTUlUX05PX1BBWRADEhwKGFBST0RVQ1RfTk9fUFJP", - "Q0VTU19PUkRFUhAEQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9i", - "BnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.ProductType), }, null, null)); - } - #endregion - - } - #region Enums - public enum ProductType { - [pbr::OriginalName("PRODUCT_NONE")] ProductNone = 0, - [pbr::OriginalName("PRODUCT_NORMAL")] ProductNormal = 1, - [pbr::OriginalName("PRODUCT_LIMIT")] ProductLimit = 2, - [pbr::OriginalName("PRODUCT_LIMIT_NO_PAY")] ProductLimitNoPay = 3, - [pbr::OriginalName("PRODUCT_NO_PROCESS_ORDER")] ProductNoProcessOrder = 4, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/PropAeonInfo.cs b/Proto/PropAeonInfo.cs index 47b8ca84..cf00fa74 100644 --- a/Proto/PropAeonInfo.cs +++ b/Proto/PropAeonInfo.cs @@ -24,9 +24,10 @@ namespace EggLink.DanhengServer.Proto { static PropAeonInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChJQcm9wQWVvbkluZm8ucHJvdG8iRwoMUHJvcEFlb25JbmZvEhcKD0RpYWxv", - "Z3VlR3JvdXBJZBgGIAEoDRIOCgZBZGRFeHAYDCABKA0SDgoGQWVvbklkGAcg", - "ASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "ChJQcm9wQWVvbkluZm8ucHJvdG8iSwoMUHJvcEFlb25JbmZvEhkKEWRpYWxv", + "Z3VlX2dyb3VwX2lkGAYgASgNEg8KB2FkZF9leHAYDCABKA0SDwoHYWVvbl9p", + "ZBgHIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90", + "bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -84,7 +85,7 @@ namespace EggLink.DanhengServer.Proto { return new PropAeonInfo(this); } - /// Field number for the "DialogueGroupId" field. + /// Field number for the "dialogue_group_id" field. public const int DialogueGroupIdFieldNumber = 6; private uint dialogueGroupId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -96,7 +97,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "AddExp" field. + /// Field number for the "add_exp" field. public const int AddExpFieldNumber = 12; private uint addExp_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -108,7 +109,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "AeonId" field. + /// Field number for the "aeon_id" field. public const int AeonIdFieldNumber = 7; private uint aeonId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/PropExtraInfo.cs b/Proto/PropExtraInfo.cs index f65dea83..c3297e8b 100644 --- a/Proto/PropExtraInfo.cs +++ b/Proto/PropExtraInfo.cs @@ -24,27 +24,28 @@ namespace EggLink.DanhengServer.Proto { static PropExtraInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChNQcm9wRXh0cmFJbmZvLnByb3RvGhlSb2d1ZUN1cnNlQ2hlc3RJbmZvLnBy", - "b3RvGhhQcm9wQ2hlc3NSb2d1ZUluZm8ucHJvdG8aFlByb3BUaW1lbGluZUlu", - "Zm8ucHJvdG8aHVJvZ3VlVG91cm5Xb3JrYmVuY2hJbmZvLnByb3RvGhhSb2d1", - "ZVRvdXJuRG9vckluZm8ucHJvdG8aGFJvZ3VlTWFnaWNEb29ySW5mby5wcm90", - "bxoTUHJvcFJvZ3VlSW5mby5wcm90bxocUm9ndWVHYW1ibGVNYWNoaW5lSW5m", - "by5wcm90bxoSUHJvcEFlb25JbmZvLnByb3RvIs8DCg1Qcm9wRXh0cmFJbmZv", - "EiMKCVJvZ3VlSW5mbxgLIAEoCzIOLlByb3BSb2d1ZUluZm9IABIhCghBZW9u", - "SW5mbxgNIAEoCzINLlByb3BBZW9uSW5mb0gAEi0KDkNoZXNzUm9ndWVJbmZv", - "GAMgASgLMhMuUHJvcENoZXNzUm9ndWVJbmZvSAASMQoSUm9ndWVUb3VybkRv", - "b3JJbmZvGAcgASgLMhMuUm9ndWVUb3VybkRvb3JJbmZvSAASOwoXUm9ndWVU", - "b3VybldvcmtiZW5jaEluZm8YCiABKAsyGC5Sb2d1ZVRvdXJuV29ya2JlbmNo", - "SW5mb0gAEjkKFlJvZ3VlR2FtYmxlTWFjaGluZUluZm8YDyABKAsyFy5Sb2d1", - "ZUdhbWJsZU1hY2hpbmVJbmZvSAASMwoTUm9ndWVDdXJzZUNoZXN0SW5mbxgO", - "IAEoCzIULlJvZ3VlQ3Vyc2VDaGVzdEluZm9IABIxChJSb2d1ZU1hZ2ljRG9v", - "ckluZm8YASABKAsyEy5Sb2d1ZU1hZ2ljRG9vckluZm9IABInCgxUaW1lbGlu", - "ZUluZm8YBSABKAsyES5Qcm9wVGltZWxpbmVJbmZvQgsKCWluZm9DYXNlX0Ie", - "qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "ChNQcm9wRXh0cmFJbmZvLnByb3RvGhxSb2d1ZUdhbWJsZU1hY2hpbmVJbmZv", + "LnByb3RvGhhSb2d1ZU1hZ2ljRG9vckluZm8ucHJvdG8aFlByb3BUaW1lbGlu", + "ZUluZm8ucHJvdG8aGFByb3BDaGVzc1JvZ3VlSW5mby5wcm90bxoZUm9ndWVD", + "dXJzZUNoZXN0SW5mby5wcm90bxoYUm9ndWVUb3VybkRvb3JJbmZvLnByb3Rv", + "GhNQcm9wUm9ndWVJbmZvLnByb3RvGh1Sb2d1ZVRvdXJuV29ya2JlbmNoSW5m", + "by5wcm90bxoSUHJvcEFlb25JbmZvLnByb3RvIuQDCg1Qcm9wRXh0cmFJbmZv", + "EigKDXRpbWVsaW5lX2luZm8YBSABKAsyES5Qcm9wVGltZWxpbmVJbmZvEiQK", + "CnJvZ3VlX2luZm8YCyABKAsyDi5Qcm9wUm9ndWVJbmZvSAASIgoJYWVvbl9p", + "bmZvGA0gASgLMg0uUHJvcEFlb25JbmZvSAASLwoQY2hlc3Nfcm9ndWVfaW5m", + "bxgDIAEoCzITLlByb3BDaGVzc1JvZ3VlSW5mb0gAEjQKFXJvZ3VlX3RvdXJu", + "X2Rvb3JfaW5mbxgHIAEoCzITLlJvZ3VlVG91cm5Eb29ySW5mb0gAEj4KGnJv", + "Z3VlX3RvdXJuX3dvcmtiZW5jaF9pbmZvGAogASgLMhguUm9ndWVUb3Vybldv", + "cmtiZW5jaEluZm9IABI8Chlyb2d1ZV9nYW1ibGVfbWFjaGluZV9pbmZvGA8g", + "ASgLMhcuUm9ndWVHYW1ibGVNYWNoaW5lSW5mb0gAEjYKFnJvZ3VlX2N1cnNl", + "X2NoZXN0X2luZm8YDiABKAsyFC5Sb2d1ZUN1cnNlQ2hlc3RJbmZvSAASNAoV", + "cm9ndWVfbWFnaWNfZG9vcl9pbmZvGAEgASgLMhMuUm9ndWVNYWdpY0Rvb3JJ", + "bmZvSABCDAoKcHJvcF9leHRyYUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy", + "LlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueCurseChestInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.PropChessRogueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.PropTimelineInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournWorkbenchInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournDoorInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicDoorInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.PropRogueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueGambleMachineInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.PropAeonInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueGambleMachineInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicDoorInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.PropTimelineInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.PropChessRogueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCurseChestInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournDoorInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.PropRogueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournWorkbenchInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.PropAeonInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PropExtraInfo), global::EggLink.DanhengServer.Proto.PropExtraInfo.Parser, new[]{ "RogueInfo", "AeonInfo", "ChessRogueInfo", "RogueTournDoorInfo", "RogueTournWorkbenchInfo", "RogueGambleMachineInfo", "RogueCurseChestInfo", "RogueMagicDoorInfo", "TimelineInfo" }, new[]{ "InfoCase" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PropExtraInfo), global::EggLink.DanhengServer.Proto.PropExtraInfo.Parser, new[]{ "TimelineInfo", "RogueInfo", "AeonInfo", "ChessRogueInfo", "RogueTournDoorInfo", "RogueTournWorkbenchInfo", "RogueGambleMachineInfo", "RogueCurseChestInfo", "RogueMagicDoorInfo" }, new[]{ "PropExtra" }, null, null, null) })); } #endregion @@ -87,29 +88,29 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public PropExtraInfo(PropExtraInfo other) : this() { timelineInfo_ = other.timelineInfo_ != null ? other.timelineInfo_.Clone() : null; - switch (other.InfoCaseCase) { - case InfoCaseOneofCase.RogueInfo: + switch (other.PropExtraCase) { + case PropExtraOneofCase.RogueInfo: RogueInfo = other.RogueInfo.Clone(); break; - case InfoCaseOneofCase.AeonInfo: + case PropExtraOneofCase.AeonInfo: AeonInfo = other.AeonInfo.Clone(); break; - case InfoCaseOneofCase.ChessRogueInfo: + case PropExtraOneofCase.ChessRogueInfo: ChessRogueInfo = other.ChessRogueInfo.Clone(); break; - case InfoCaseOneofCase.RogueTournDoorInfo: + case PropExtraOneofCase.RogueTournDoorInfo: RogueTournDoorInfo = other.RogueTournDoorInfo.Clone(); break; - case InfoCaseOneofCase.RogueTournWorkbenchInfo: + case PropExtraOneofCase.RogueTournWorkbenchInfo: RogueTournWorkbenchInfo = other.RogueTournWorkbenchInfo.Clone(); break; - case InfoCaseOneofCase.RogueGambleMachineInfo: + case PropExtraOneofCase.RogueGambleMachineInfo: RogueGambleMachineInfo = other.RogueGambleMachineInfo.Clone(); break; - case InfoCaseOneofCase.RogueCurseChestInfo: + case PropExtraOneofCase.RogueCurseChestInfo: RogueCurseChestInfo = other.RogueCurseChestInfo.Clone(); break; - case InfoCaseOneofCase.RogueMagicDoorInfo: + case PropExtraOneofCase.RogueMagicDoorInfo: RogueMagicDoorInfo = other.RogueMagicDoorInfo.Clone(); break; } @@ -123,103 +124,7 @@ namespace EggLink.DanhengServer.Proto { return new PropExtraInfo(this); } - /// Field number for the "RogueInfo" field. - public const int RogueInfoFieldNumber = 11; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.PropRogueInfo RogueInfo { - get { return infoCaseCase_ == InfoCaseOneofCase.RogueInfo ? (global::EggLink.DanhengServer.Proto.PropRogueInfo) infoCase_ : null; } - set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.RogueInfo; - } - } - - /// Field number for the "AeonInfo" field. - public const int AeonInfoFieldNumber = 13; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.PropAeonInfo AeonInfo { - get { return infoCaseCase_ == InfoCaseOneofCase.AeonInfo ? (global::EggLink.DanhengServer.Proto.PropAeonInfo) infoCase_ : null; } - set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.AeonInfo; - } - } - - /// Field number for the "ChessRogueInfo" field. - public const int ChessRogueInfoFieldNumber = 3; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.PropChessRogueInfo ChessRogueInfo { - get { return infoCaseCase_ == InfoCaseOneofCase.ChessRogueInfo ? (global::EggLink.DanhengServer.Proto.PropChessRogueInfo) infoCase_ : null; } - set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.ChessRogueInfo; - } - } - - /// Field number for the "RogueTournDoorInfo" field. - public const int RogueTournDoorInfoFieldNumber = 7; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.RogueTournDoorInfo RogueTournDoorInfo { - get { return infoCaseCase_ == InfoCaseOneofCase.RogueTournDoorInfo ? (global::EggLink.DanhengServer.Proto.RogueTournDoorInfo) infoCase_ : null; } - set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.RogueTournDoorInfo; - } - } - - /// Field number for the "RogueTournWorkbenchInfo" field. - public const int RogueTournWorkbenchInfoFieldNumber = 10; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.RogueTournWorkbenchInfo RogueTournWorkbenchInfo { - get { return infoCaseCase_ == InfoCaseOneofCase.RogueTournWorkbenchInfo ? (global::EggLink.DanhengServer.Proto.RogueTournWorkbenchInfo) infoCase_ : null; } - set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.RogueTournWorkbenchInfo; - } - } - - /// Field number for the "RogueGambleMachineInfo" field. - public const int RogueGambleMachineInfoFieldNumber = 15; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.RogueGambleMachineInfo RogueGambleMachineInfo { - get { return infoCaseCase_ == InfoCaseOneofCase.RogueGambleMachineInfo ? (global::EggLink.DanhengServer.Proto.RogueGambleMachineInfo) infoCase_ : null; } - set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.RogueGambleMachineInfo; - } - } - - /// Field number for the "RogueCurseChestInfo" field. - public const int RogueCurseChestInfoFieldNumber = 14; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.RogueCurseChestInfo RogueCurseChestInfo { - get { return infoCaseCase_ == InfoCaseOneofCase.RogueCurseChestInfo ? (global::EggLink.DanhengServer.Proto.RogueCurseChestInfo) infoCase_ : null; } - set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.RogueCurseChestInfo; - } - } - - /// Field number for the "RogueMagicDoorInfo" field. - public const int RogueMagicDoorInfoFieldNumber = 1; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.RogueMagicDoorInfo RogueMagicDoorInfo { - get { return infoCaseCase_ == InfoCaseOneofCase.RogueMagicDoorInfo ? (global::EggLink.DanhengServer.Proto.RogueMagicDoorInfo) infoCase_ : null; } - set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.RogueMagicDoorInfo; - } - } - - /// Field number for the "TimelineInfo" field. + /// Field number for the "timeline_info" field. public const int TimelineInfoFieldNumber = 5; private global::EggLink.DanhengServer.Proto.PropTimelineInfo timelineInfo_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -231,9 +136,105 @@ namespace EggLink.DanhengServer.Proto { } } - private object infoCase_; - /// Enum of possible cases for the "infoCase_" oneof. - public enum InfoCaseOneofCase { + /// Field number for the "rogue_info" field. + public const int RogueInfoFieldNumber = 11; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.PropRogueInfo RogueInfo { + get { return propExtraCase_ == PropExtraOneofCase.RogueInfo ? (global::EggLink.DanhengServer.Proto.PropRogueInfo) propExtra_ : null; } + set { + propExtra_ = value; + propExtraCase_ = value == null ? PropExtraOneofCase.None : PropExtraOneofCase.RogueInfo; + } + } + + /// Field number for the "aeon_info" field. + public const int AeonInfoFieldNumber = 13; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.PropAeonInfo AeonInfo { + get { return propExtraCase_ == PropExtraOneofCase.AeonInfo ? (global::EggLink.DanhengServer.Proto.PropAeonInfo) propExtra_ : null; } + set { + propExtra_ = value; + propExtraCase_ = value == null ? PropExtraOneofCase.None : PropExtraOneofCase.AeonInfo; + } + } + + /// Field number for the "chess_rogue_info" field. + public const int ChessRogueInfoFieldNumber = 3; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.PropChessRogueInfo ChessRogueInfo { + get { return propExtraCase_ == PropExtraOneofCase.ChessRogueInfo ? (global::EggLink.DanhengServer.Proto.PropChessRogueInfo) propExtra_ : null; } + set { + propExtra_ = value; + propExtraCase_ = value == null ? PropExtraOneofCase.None : PropExtraOneofCase.ChessRogueInfo; + } + } + + /// Field number for the "rogue_tourn_door_info" field. + public const int RogueTournDoorInfoFieldNumber = 7; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.RogueTournDoorInfo RogueTournDoorInfo { + get { return propExtraCase_ == PropExtraOneofCase.RogueTournDoorInfo ? (global::EggLink.DanhengServer.Proto.RogueTournDoorInfo) propExtra_ : null; } + set { + propExtra_ = value; + propExtraCase_ = value == null ? PropExtraOneofCase.None : PropExtraOneofCase.RogueTournDoorInfo; + } + } + + /// Field number for the "rogue_tourn_workbench_info" field. + public const int RogueTournWorkbenchInfoFieldNumber = 10; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.RogueTournWorkbenchInfo RogueTournWorkbenchInfo { + get { return propExtraCase_ == PropExtraOneofCase.RogueTournWorkbenchInfo ? (global::EggLink.DanhengServer.Proto.RogueTournWorkbenchInfo) propExtra_ : null; } + set { + propExtra_ = value; + propExtraCase_ = value == null ? PropExtraOneofCase.None : PropExtraOneofCase.RogueTournWorkbenchInfo; + } + } + + /// Field number for the "rogue_gamble_machine_info" field. + public const int RogueGambleMachineInfoFieldNumber = 15; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.RogueGambleMachineInfo RogueGambleMachineInfo { + get { return propExtraCase_ == PropExtraOneofCase.RogueGambleMachineInfo ? (global::EggLink.DanhengServer.Proto.RogueGambleMachineInfo) propExtra_ : null; } + set { + propExtra_ = value; + propExtraCase_ = value == null ? PropExtraOneofCase.None : PropExtraOneofCase.RogueGambleMachineInfo; + } + } + + /// Field number for the "rogue_curse_chest_info" field. + public const int RogueCurseChestInfoFieldNumber = 14; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.RogueCurseChestInfo RogueCurseChestInfo { + get { return propExtraCase_ == PropExtraOneofCase.RogueCurseChestInfo ? (global::EggLink.DanhengServer.Proto.RogueCurseChestInfo) propExtra_ : null; } + set { + propExtra_ = value; + propExtraCase_ = value == null ? PropExtraOneofCase.None : PropExtraOneofCase.RogueCurseChestInfo; + } + } + + /// Field number for the "rogue_magic_door_info" field. + public const int RogueMagicDoorInfoFieldNumber = 1; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.RogueMagicDoorInfo RogueMagicDoorInfo { + get { return propExtraCase_ == PropExtraOneofCase.RogueMagicDoorInfo ? (global::EggLink.DanhengServer.Proto.RogueMagicDoorInfo) propExtra_ : null; } + set { + propExtra_ = value; + propExtraCase_ = value == null ? PropExtraOneofCase.None : PropExtraOneofCase.RogueMagicDoorInfo; + } + } + + private object propExtra_; + /// Enum of possible cases for the "prop_extra" oneof. + public enum PropExtraOneofCase { None = 0, RogueInfo = 11, AeonInfo = 13, @@ -244,18 +245,18 @@ namespace EggLink.DanhengServer.Proto { RogueCurseChestInfo = 14, RogueMagicDoorInfo = 1, } - private InfoCaseOneofCase infoCaseCase_ = InfoCaseOneofCase.None; + private PropExtraOneofCase propExtraCase_ = PropExtraOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public InfoCaseOneofCase InfoCaseCase { - get { return infoCaseCase_; } + public PropExtraOneofCase PropExtraCase { + get { return propExtraCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearInfoCase() { - infoCaseCase_ = InfoCaseOneofCase.None; - infoCase_ = null; + public void ClearPropExtra() { + propExtraCase_ = PropExtraOneofCase.None; + propExtra_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -273,6 +274,7 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } + if (!object.Equals(TimelineInfo, other.TimelineInfo)) return false; if (!object.Equals(RogueInfo, other.RogueInfo)) return false; if (!object.Equals(AeonInfo, other.AeonInfo)) return false; if (!object.Equals(ChessRogueInfo, other.ChessRogueInfo)) return false; @@ -281,8 +283,7 @@ namespace EggLink.DanhengServer.Proto { if (!object.Equals(RogueGambleMachineInfo, other.RogueGambleMachineInfo)) return false; if (!object.Equals(RogueCurseChestInfo, other.RogueCurseChestInfo)) return false; if (!object.Equals(RogueMagicDoorInfo, other.RogueMagicDoorInfo)) return false; - if (!object.Equals(TimelineInfo, other.TimelineInfo)) return false; - if (InfoCaseCase != other.InfoCaseCase) return false; + if (PropExtraCase != other.PropExtraCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -290,16 +291,16 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (infoCaseCase_ == InfoCaseOneofCase.RogueInfo) hash ^= RogueInfo.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.AeonInfo) hash ^= AeonInfo.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.ChessRogueInfo) hash ^= ChessRogueInfo.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.RogueTournDoorInfo) hash ^= RogueTournDoorInfo.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.RogueTournWorkbenchInfo) hash ^= RogueTournWorkbenchInfo.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.RogueGambleMachineInfo) hash ^= RogueGambleMachineInfo.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.RogueCurseChestInfo) hash ^= RogueCurseChestInfo.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.RogueMagicDoorInfo) hash ^= RogueMagicDoorInfo.GetHashCode(); if (timelineInfo_ != null) hash ^= TimelineInfo.GetHashCode(); - hash ^= (int) infoCaseCase_; + if (propExtraCase_ == PropExtraOneofCase.RogueInfo) hash ^= RogueInfo.GetHashCode(); + if (propExtraCase_ == PropExtraOneofCase.AeonInfo) hash ^= AeonInfo.GetHashCode(); + if (propExtraCase_ == PropExtraOneofCase.ChessRogueInfo) hash ^= ChessRogueInfo.GetHashCode(); + if (propExtraCase_ == PropExtraOneofCase.RogueTournDoorInfo) hash ^= RogueTournDoorInfo.GetHashCode(); + if (propExtraCase_ == PropExtraOneofCase.RogueTournWorkbenchInfo) hash ^= RogueTournWorkbenchInfo.GetHashCode(); + if (propExtraCase_ == PropExtraOneofCase.RogueGambleMachineInfo) hash ^= RogueGambleMachineInfo.GetHashCode(); + if (propExtraCase_ == PropExtraOneofCase.RogueCurseChestInfo) hash ^= RogueCurseChestInfo.GetHashCode(); + if (propExtraCase_ == PropExtraOneofCase.RogueMagicDoorInfo) hash ^= RogueMagicDoorInfo.GetHashCode(); + hash ^= (int) propExtraCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -318,11 +319,11 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (infoCaseCase_ == InfoCaseOneofCase.RogueMagicDoorInfo) { + if (propExtraCase_ == PropExtraOneofCase.RogueMagicDoorInfo) { output.WriteRawTag(10); output.WriteMessage(RogueMagicDoorInfo); } - if (infoCaseCase_ == InfoCaseOneofCase.ChessRogueInfo) { + if (propExtraCase_ == PropExtraOneofCase.ChessRogueInfo) { output.WriteRawTag(26); output.WriteMessage(ChessRogueInfo); } @@ -330,27 +331,27 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(42); output.WriteMessage(TimelineInfo); } - if (infoCaseCase_ == InfoCaseOneofCase.RogueTournDoorInfo) { + if (propExtraCase_ == PropExtraOneofCase.RogueTournDoorInfo) { output.WriteRawTag(58); output.WriteMessage(RogueTournDoorInfo); } - if (infoCaseCase_ == InfoCaseOneofCase.RogueTournWorkbenchInfo) { + if (propExtraCase_ == PropExtraOneofCase.RogueTournWorkbenchInfo) { output.WriteRawTag(82); output.WriteMessage(RogueTournWorkbenchInfo); } - if (infoCaseCase_ == InfoCaseOneofCase.RogueInfo) { + if (propExtraCase_ == PropExtraOneofCase.RogueInfo) { output.WriteRawTag(90); output.WriteMessage(RogueInfo); } - if (infoCaseCase_ == InfoCaseOneofCase.AeonInfo) { + if (propExtraCase_ == PropExtraOneofCase.AeonInfo) { output.WriteRawTag(106); output.WriteMessage(AeonInfo); } - if (infoCaseCase_ == InfoCaseOneofCase.RogueCurseChestInfo) { + if (propExtraCase_ == PropExtraOneofCase.RogueCurseChestInfo) { output.WriteRawTag(114); output.WriteMessage(RogueCurseChestInfo); } - if (infoCaseCase_ == InfoCaseOneofCase.RogueGambleMachineInfo) { + if (propExtraCase_ == PropExtraOneofCase.RogueGambleMachineInfo) { output.WriteRawTag(122); output.WriteMessage(RogueGambleMachineInfo); } @@ -364,11 +365,11 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (infoCaseCase_ == InfoCaseOneofCase.RogueMagicDoorInfo) { + if (propExtraCase_ == PropExtraOneofCase.RogueMagicDoorInfo) { output.WriteRawTag(10); output.WriteMessage(RogueMagicDoorInfo); } - if (infoCaseCase_ == InfoCaseOneofCase.ChessRogueInfo) { + if (propExtraCase_ == PropExtraOneofCase.ChessRogueInfo) { output.WriteRawTag(26); output.WriteMessage(ChessRogueInfo); } @@ -376,27 +377,27 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(42); output.WriteMessage(TimelineInfo); } - if (infoCaseCase_ == InfoCaseOneofCase.RogueTournDoorInfo) { + if (propExtraCase_ == PropExtraOneofCase.RogueTournDoorInfo) { output.WriteRawTag(58); output.WriteMessage(RogueTournDoorInfo); } - if (infoCaseCase_ == InfoCaseOneofCase.RogueTournWorkbenchInfo) { + if (propExtraCase_ == PropExtraOneofCase.RogueTournWorkbenchInfo) { output.WriteRawTag(82); output.WriteMessage(RogueTournWorkbenchInfo); } - if (infoCaseCase_ == InfoCaseOneofCase.RogueInfo) { + if (propExtraCase_ == PropExtraOneofCase.RogueInfo) { output.WriteRawTag(90); output.WriteMessage(RogueInfo); } - if (infoCaseCase_ == InfoCaseOneofCase.AeonInfo) { + if (propExtraCase_ == PropExtraOneofCase.AeonInfo) { output.WriteRawTag(106); output.WriteMessage(AeonInfo); } - if (infoCaseCase_ == InfoCaseOneofCase.RogueCurseChestInfo) { + if (propExtraCase_ == PropExtraOneofCase.RogueCurseChestInfo) { output.WriteRawTag(114); output.WriteMessage(RogueCurseChestInfo); } - if (infoCaseCase_ == InfoCaseOneofCase.RogueGambleMachineInfo) { + if (propExtraCase_ == PropExtraOneofCase.RogueGambleMachineInfo) { output.WriteRawTag(122); output.WriteMessage(RogueGambleMachineInfo); } @@ -410,33 +411,33 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (infoCaseCase_ == InfoCaseOneofCase.RogueInfo) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(RogueInfo); - } - if (infoCaseCase_ == InfoCaseOneofCase.AeonInfo) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(AeonInfo); - } - if (infoCaseCase_ == InfoCaseOneofCase.ChessRogueInfo) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(ChessRogueInfo); - } - if (infoCaseCase_ == InfoCaseOneofCase.RogueTournDoorInfo) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(RogueTournDoorInfo); - } - if (infoCaseCase_ == InfoCaseOneofCase.RogueTournWorkbenchInfo) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(RogueTournWorkbenchInfo); - } - if (infoCaseCase_ == InfoCaseOneofCase.RogueGambleMachineInfo) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(RogueGambleMachineInfo); - } - if (infoCaseCase_ == InfoCaseOneofCase.RogueCurseChestInfo) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(RogueCurseChestInfo); - } - if (infoCaseCase_ == InfoCaseOneofCase.RogueMagicDoorInfo) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(RogueMagicDoorInfo); - } if (timelineInfo_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(TimelineInfo); } + if (propExtraCase_ == PropExtraOneofCase.RogueInfo) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(RogueInfo); + } + if (propExtraCase_ == PropExtraOneofCase.AeonInfo) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AeonInfo); + } + if (propExtraCase_ == PropExtraOneofCase.ChessRogueInfo) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(ChessRogueInfo); + } + if (propExtraCase_ == PropExtraOneofCase.RogueTournDoorInfo) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(RogueTournDoorInfo); + } + if (propExtraCase_ == PropExtraOneofCase.RogueTournWorkbenchInfo) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(RogueTournWorkbenchInfo); + } + if (propExtraCase_ == PropExtraOneofCase.RogueGambleMachineInfo) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(RogueGambleMachineInfo); + } + if (propExtraCase_ == PropExtraOneofCase.RogueCurseChestInfo) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(RogueCurseChestInfo); + } + if (propExtraCase_ == PropExtraOneofCase.RogueMagicDoorInfo) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(RogueMagicDoorInfo); + } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -455,50 +456,50 @@ namespace EggLink.DanhengServer.Proto { } TimelineInfo.MergeFrom(other.TimelineInfo); } - switch (other.InfoCaseCase) { - case InfoCaseOneofCase.RogueInfo: + switch (other.PropExtraCase) { + case PropExtraOneofCase.RogueInfo: if (RogueInfo == null) { RogueInfo = new global::EggLink.DanhengServer.Proto.PropRogueInfo(); } RogueInfo.MergeFrom(other.RogueInfo); break; - case InfoCaseOneofCase.AeonInfo: + case PropExtraOneofCase.AeonInfo: if (AeonInfo == null) { AeonInfo = new global::EggLink.DanhengServer.Proto.PropAeonInfo(); } AeonInfo.MergeFrom(other.AeonInfo); break; - case InfoCaseOneofCase.ChessRogueInfo: + case PropExtraOneofCase.ChessRogueInfo: if (ChessRogueInfo == null) { ChessRogueInfo = new global::EggLink.DanhengServer.Proto.PropChessRogueInfo(); } ChessRogueInfo.MergeFrom(other.ChessRogueInfo); break; - case InfoCaseOneofCase.RogueTournDoorInfo: + case PropExtraOneofCase.RogueTournDoorInfo: if (RogueTournDoorInfo == null) { RogueTournDoorInfo = new global::EggLink.DanhengServer.Proto.RogueTournDoorInfo(); } RogueTournDoorInfo.MergeFrom(other.RogueTournDoorInfo); break; - case InfoCaseOneofCase.RogueTournWorkbenchInfo: + case PropExtraOneofCase.RogueTournWorkbenchInfo: if (RogueTournWorkbenchInfo == null) { RogueTournWorkbenchInfo = new global::EggLink.DanhengServer.Proto.RogueTournWorkbenchInfo(); } RogueTournWorkbenchInfo.MergeFrom(other.RogueTournWorkbenchInfo); break; - case InfoCaseOneofCase.RogueGambleMachineInfo: + case PropExtraOneofCase.RogueGambleMachineInfo: if (RogueGambleMachineInfo == null) { RogueGambleMachineInfo = new global::EggLink.DanhengServer.Proto.RogueGambleMachineInfo(); } RogueGambleMachineInfo.MergeFrom(other.RogueGambleMachineInfo); break; - case InfoCaseOneofCase.RogueCurseChestInfo: + case PropExtraOneofCase.RogueCurseChestInfo: if (RogueCurseChestInfo == null) { RogueCurseChestInfo = new global::EggLink.DanhengServer.Proto.RogueCurseChestInfo(); } RogueCurseChestInfo.MergeFrom(other.RogueCurseChestInfo); break; - case InfoCaseOneofCase.RogueMagicDoorInfo: + case PropExtraOneofCase.RogueMagicDoorInfo: if (RogueMagicDoorInfo == null) { RogueMagicDoorInfo = new global::EggLink.DanhengServer.Proto.RogueMagicDoorInfo(); } @@ -523,7 +524,7 @@ namespace EggLink.DanhengServer.Proto { break; case 10: { global::EggLink.DanhengServer.Proto.RogueMagicDoorInfo subBuilder = new global::EggLink.DanhengServer.Proto.RogueMagicDoorInfo(); - if (infoCaseCase_ == InfoCaseOneofCase.RogueMagicDoorInfo) { + if (propExtraCase_ == PropExtraOneofCase.RogueMagicDoorInfo) { subBuilder.MergeFrom(RogueMagicDoorInfo); } input.ReadMessage(subBuilder); @@ -532,7 +533,7 @@ namespace EggLink.DanhengServer.Proto { } case 26: { global::EggLink.DanhengServer.Proto.PropChessRogueInfo subBuilder = new global::EggLink.DanhengServer.Proto.PropChessRogueInfo(); - if (infoCaseCase_ == InfoCaseOneofCase.ChessRogueInfo) { + if (propExtraCase_ == PropExtraOneofCase.ChessRogueInfo) { subBuilder.MergeFrom(ChessRogueInfo); } input.ReadMessage(subBuilder); @@ -548,7 +549,7 @@ namespace EggLink.DanhengServer.Proto { } case 58: { global::EggLink.DanhengServer.Proto.RogueTournDoorInfo subBuilder = new global::EggLink.DanhengServer.Proto.RogueTournDoorInfo(); - if (infoCaseCase_ == InfoCaseOneofCase.RogueTournDoorInfo) { + if (propExtraCase_ == PropExtraOneofCase.RogueTournDoorInfo) { subBuilder.MergeFrom(RogueTournDoorInfo); } input.ReadMessage(subBuilder); @@ -557,7 +558,7 @@ namespace EggLink.DanhengServer.Proto { } case 82: { global::EggLink.DanhengServer.Proto.RogueTournWorkbenchInfo subBuilder = new global::EggLink.DanhengServer.Proto.RogueTournWorkbenchInfo(); - if (infoCaseCase_ == InfoCaseOneofCase.RogueTournWorkbenchInfo) { + if (propExtraCase_ == PropExtraOneofCase.RogueTournWorkbenchInfo) { subBuilder.MergeFrom(RogueTournWorkbenchInfo); } input.ReadMessage(subBuilder); @@ -566,7 +567,7 @@ namespace EggLink.DanhengServer.Proto { } case 90: { global::EggLink.DanhengServer.Proto.PropRogueInfo subBuilder = new global::EggLink.DanhengServer.Proto.PropRogueInfo(); - if (infoCaseCase_ == InfoCaseOneofCase.RogueInfo) { + if (propExtraCase_ == PropExtraOneofCase.RogueInfo) { subBuilder.MergeFrom(RogueInfo); } input.ReadMessage(subBuilder); @@ -575,7 +576,7 @@ namespace EggLink.DanhengServer.Proto { } case 106: { global::EggLink.DanhengServer.Proto.PropAeonInfo subBuilder = new global::EggLink.DanhengServer.Proto.PropAeonInfo(); - if (infoCaseCase_ == InfoCaseOneofCase.AeonInfo) { + if (propExtraCase_ == PropExtraOneofCase.AeonInfo) { subBuilder.MergeFrom(AeonInfo); } input.ReadMessage(subBuilder); @@ -584,7 +585,7 @@ namespace EggLink.DanhengServer.Proto { } case 114: { global::EggLink.DanhengServer.Proto.RogueCurseChestInfo subBuilder = new global::EggLink.DanhengServer.Proto.RogueCurseChestInfo(); - if (infoCaseCase_ == InfoCaseOneofCase.RogueCurseChestInfo) { + if (propExtraCase_ == PropExtraOneofCase.RogueCurseChestInfo) { subBuilder.MergeFrom(RogueCurseChestInfo); } input.ReadMessage(subBuilder); @@ -593,7 +594,7 @@ namespace EggLink.DanhengServer.Proto { } case 122: { global::EggLink.DanhengServer.Proto.RogueGambleMachineInfo subBuilder = new global::EggLink.DanhengServer.Proto.RogueGambleMachineInfo(); - if (infoCaseCase_ == InfoCaseOneofCase.RogueGambleMachineInfo) { + if (propExtraCase_ == PropExtraOneofCase.RogueGambleMachineInfo) { subBuilder.MergeFrom(RogueGambleMachineInfo); } input.ReadMessage(subBuilder); @@ -617,7 +618,7 @@ namespace EggLink.DanhengServer.Proto { break; case 10: { global::EggLink.DanhengServer.Proto.RogueMagicDoorInfo subBuilder = new global::EggLink.DanhengServer.Proto.RogueMagicDoorInfo(); - if (infoCaseCase_ == InfoCaseOneofCase.RogueMagicDoorInfo) { + if (propExtraCase_ == PropExtraOneofCase.RogueMagicDoorInfo) { subBuilder.MergeFrom(RogueMagicDoorInfo); } input.ReadMessage(subBuilder); @@ -626,7 +627,7 @@ namespace EggLink.DanhengServer.Proto { } case 26: { global::EggLink.DanhengServer.Proto.PropChessRogueInfo subBuilder = new global::EggLink.DanhengServer.Proto.PropChessRogueInfo(); - if (infoCaseCase_ == InfoCaseOneofCase.ChessRogueInfo) { + if (propExtraCase_ == PropExtraOneofCase.ChessRogueInfo) { subBuilder.MergeFrom(ChessRogueInfo); } input.ReadMessage(subBuilder); @@ -642,7 +643,7 @@ namespace EggLink.DanhengServer.Proto { } case 58: { global::EggLink.DanhengServer.Proto.RogueTournDoorInfo subBuilder = new global::EggLink.DanhengServer.Proto.RogueTournDoorInfo(); - if (infoCaseCase_ == InfoCaseOneofCase.RogueTournDoorInfo) { + if (propExtraCase_ == PropExtraOneofCase.RogueTournDoorInfo) { subBuilder.MergeFrom(RogueTournDoorInfo); } input.ReadMessage(subBuilder); @@ -651,7 +652,7 @@ namespace EggLink.DanhengServer.Proto { } case 82: { global::EggLink.DanhengServer.Proto.RogueTournWorkbenchInfo subBuilder = new global::EggLink.DanhengServer.Proto.RogueTournWorkbenchInfo(); - if (infoCaseCase_ == InfoCaseOneofCase.RogueTournWorkbenchInfo) { + if (propExtraCase_ == PropExtraOneofCase.RogueTournWorkbenchInfo) { subBuilder.MergeFrom(RogueTournWorkbenchInfo); } input.ReadMessage(subBuilder); @@ -660,7 +661,7 @@ namespace EggLink.DanhengServer.Proto { } case 90: { global::EggLink.DanhengServer.Proto.PropRogueInfo subBuilder = new global::EggLink.DanhengServer.Proto.PropRogueInfo(); - if (infoCaseCase_ == InfoCaseOneofCase.RogueInfo) { + if (propExtraCase_ == PropExtraOneofCase.RogueInfo) { subBuilder.MergeFrom(RogueInfo); } input.ReadMessage(subBuilder); @@ -669,7 +670,7 @@ namespace EggLink.DanhengServer.Proto { } case 106: { global::EggLink.DanhengServer.Proto.PropAeonInfo subBuilder = new global::EggLink.DanhengServer.Proto.PropAeonInfo(); - if (infoCaseCase_ == InfoCaseOneofCase.AeonInfo) { + if (propExtraCase_ == PropExtraOneofCase.AeonInfo) { subBuilder.MergeFrom(AeonInfo); } input.ReadMessage(subBuilder); @@ -678,7 +679,7 @@ namespace EggLink.DanhengServer.Proto { } case 114: { global::EggLink.DanhengServer.Proto.RogueCurseChestInfo subBuilder = new global::EggLink.DanhengServer.Proto.RogueCurseChestInfo(); - if (infoCaseCase_ == InfoCaseOneofCase.RogueCurseChestInfo) { + if (propExtraCase_ == PropExtraOneofCase.RogueCurseChestInfo) { subBuilder.MergeFrom(RogueCurseChestInfo); } input.ReadMessage(subBuilder); @@ -687,7 +688,7 @@ namespace EggLink.DanhengServer.Proto { } case 122: { global::EggLink.DanhengServer.Proto.RogueGambleMachineInfo subBuilder = new global::EggLink.DanhengServer.Proto.RogueGambleMachineInfo(); - if (infoCaseCase_ == InfoCaseOneofCase.RogueGambleMachineInfo) { + if (propExtraCase_ == PropExtraOneofCase.RogueGambleMachineInfo) { subBuilder.MergeFrom(RogueGambleMachineInfo); } input.ReadMessage(subBuilder); diff --git a/Proto/PunkLordBattleAvatar.cs b/Proto/PunkLordBattleAvatar.cs index f40357dc..baed2289 100644 --- a/Proto/PunkLordBattleAvatar.cs +++ b/Proto/PunkLordBattleAvatar.cs @@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto { static PunkLordBattleAvatarReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChpQdW5rTG9yZEJhdHRsZUF2YXRhci5wcm90byI9ChRQdW5rTG9yZEJhdHRs", - "ZUF2YXRhchIQCghBdmF0YXJJZBgBIAEoDRITCgtBdmF0YXJMZXZlbBgCIAEo", - "DUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "ChpQdW5rTG9yZEJhdHRsZUF2YXRhci5wcm90byI/ChRQdW5rTG9yZEJhdHRs", + "ZUF2YXRhchIRCglhdmF0YXJfaWQYASABKA0SFAoMYXZhdGFyX2xldmVsGAIg", + "ASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -83,7 +83,7 @@ namespace EggLink.DanhengServer.Proto { return new PunkLordBattleAvatar(this); } - /// Field number for the "AvatarId" field. + /// Field number for the "avatar_id" field. public const int AvatarIdFieldNumber = 1; private uint avatarId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -95,7 +95,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "AvatarLevel" field. + /// Field number for the "avatar_level" field. public const int AvatarLevelFieldNumber = 2; private uint avatarLevel_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/PunkLordBattleRecord.cs b/Proto/PunkLordBattleRecord.cs index f8def504..b9858ac1 100644 --- a/Proto/PunkLordBattleRecord.cs +++ b/Proto/PunkLordBattleRecord.cs @@ -25,13 +25,13 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChpQdW5rTG9yZEJhdHRsZVJlY29yZC5wcm90bxoaUHVua0xvcmRCYXR0bGVB", - "dmF0YXIucHJvdG8i6AEKFFB1bmtMb3JkQmF0dGxlUmVjb3JkEgsKA1VpZBgB", - "IAEoDRIQCghEYW1hZ2VIcBgCIAEoDRISCgpJc0ZpbmFsSGl0GAMgASgIEhgK", - "EE92ZXJLaWxsRGFtYWdlSHAYBCABKA0SFwoPQmF0dGxlUmVwbGF5S2V5GAUg", - "ASgJEikKCkF2YXRhckxpc3QYBiADKAsyFS5QdW5rTG9yZEJhdHRsZUF2YXRh", - "chITCgtBc3Npc3RTY29yZRgHIAEoDRITCgtEYW1hZ2VTY29yZRgIIAEoDRIV", - "Cg1GaW5hbEhpdFNjb3JlGAkgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2", - "ZXIuUHJvdG9iBnByb3RvMw==")); + "dmF0YXIucHJvdG8i9QEKFFB1bmtMb3JkQmF0dGxlUmVjb3JkEgsKA3VpZBgB", + "IAEoDRIRCglkYW1hZ2VfaHAYAiABKA0SFAoMaXNfZmluYWxfaGl0GAMgASgI", + "EhsKE292ZXJfa2lsbF9kYW1hZ2VfaHAYBCABKA0SGQoRYmF0dGxlX3JlcGxh", + "eV9rZXkYBSABKAkSKgoLYXZhdGFyX2xpc3QYBiADKAsyFS5QdW5rTG9yZEJh", + "dHRsZUF2YXRhchIUCgxhc3Npc3Rfc2NvcmUYByABKA0SFAoMZGFtYWdlX3Nj", + "b3JlGAggASgNEhcKD2ZpbmFsX2hpdF9zY29yZRgJIAEoDUIeqgIbRWdnTGlu", + "ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PunkLordBattleAvatarReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -95,7 +95,7 @@ namespace EggLink.DanhengServer.Proto { return new PunkLordBattleRecord(this); } - /// Field number for the "Uid" field. + /// Field number for the "uid" field. public const int UidFieldNumber = 1; private uint uid_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -107,7 +107,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "DamageHp" field. + /// Field number for the "damage_hp" field. public const int DamageHpFieldNumber = 2; private uint damageHp_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -119,7 +119,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "IsFinalHit" field. + /// Field number for the "is_final_hit" field. public const int IsFinalHitFieldNumber = 3; private bool isFinalHit_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -131,7 +131,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "OverKillDamageHp" field. + /// Field number for the "over_kill_damage_hp" field. public const int OverKillDamageHpFieldNumber = 4; private uint overKillDamageHp_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -143,7 +143,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "BattleReplayKey" field. + /// Field number for the "battle_replay_key" field. public const int BattleReplayKeyFieldNumber = 5; private string battleReplayKey_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -155,7 +155,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "AvatarList" field. + /// Field number for the "avatar_list" field. public const int AvatarListFieldNumber = 6; private static readonly pb::FieldCodec _repeated_avatarList_codec = pb::FieldCodec.ForMessage(50, global::EggLink.DanhengServer.Proto.PunkLordBattleAvatar.Parser); @@ -166,7 +166,7 @@ namespace EggLink.DanhengServer.Proto { get { return avatarList_; } } - /// Field number for the "AssistScore" field. + /// Field number for the "assist_score" field. public const int AssistScoreFieldNumber = 7; private uint assistScore_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -178,7 +178,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "DamageScore" field. + /// Field number for the "damage_score" field. public const int DamageScoreFieldNumber = 8; private uint damageScore_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -190,7 +190,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "FinalHitScore" field. + /// Field number for the "final_hit_score" field. public const int FinalHitScoreFieldNumber = 9; private uint finalHitScore_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/PunkLordBattleReplay.cs b/Proto/PunkLordBattleReplay.cs index 1b0a621f..b6a56d1a 100644 --- a/Proto/PunkLordBattleReplay.cs +++ b/Proto/PunkLordBattleReplay.cs @@ -25,9 +25,9 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChpQdW5rTG9yZEJhdHRsZVJlcGxheS5wcm90bxoQUmVwbGF5SW5mby5wcm90", - "byJQChRQdW5rTG9yZEJhdHRsZVJlcGxheRIXCg9CYXR0bGVSZXBsYXlLZXkY", - "ASABKAkSHwoKUmVwbGF5SW5mbxgCIAEoCzILLlJlcGxheUluZm9CHqoCG0Vn", - "Z0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); + "byJTChRQdW5rTG9yZEJhdHRsZVJlcGxheRIZChFiYXR0bGVfcmVwbGF5X2tl", + "eRgBIAEoCRIgCgtyZXBsYXlfaW5mbxgCIAEoCzILLlJlcGxheUluZm9CHqoC", + "G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ReplayInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -84,7 +84,7 @@ namespace EggLink.DanhengServer.Proto { return new PunkLordBattleReplay(this); } - /// Field number for the "BattleReplayKey" field. + /// Field number for the "battle_replay_key" field. public const int BattleReplayKeyFieldNumber = 1; private string battleReplayKey_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -96,7 +96,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "ReplayInfo" field. + /// Field number for the "replay_info" field. public const int ReplayInfoFieldNumber = 2; private global::EggLink.DanhengServer.Proto.ReplayInfo replayInfo_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/PunkLordBattleResultScNotify.cs b/Proto/PunkLordBattleResultScNotify.cs index 710986ef..f11e6513 100644 --- a/Proto/PunkLordBattleResultScNotify.cs +++ b/Proto/PunkLordBattleResultScNotify.cs @@ -24,8 +24,8 @@ namespace EggLink.DanhengServer.Proto { static PunkLordBattleResultScNotifyReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiJQdW5rTG9yZEJhdHRsZVJlc3VsdFNjTm90aWZ5LnByb3RvGh5QdW5rTG9y", - "ZE1vbnN0ZXJCYXNpY0luZm8ucHJvdG8aGlB1bmtMb3JkQmF0dGxlUmVjb3Jk", + "CiJQdW5rTG9yZEJhdHRsZVJlc3VsdFNjTm90aWZ5LnByb3RvGhpQdW5rTG9y", + "ZEJhdHRsZVJlY29yZC5wcm90bxoeUHVua0xvcmRNb25zdGVyQmFzaWNJbmZv", "LnByb3RvIrkBChxQdW5rTG9yZEJhdHRsZVJlc3VsdFNjTm90aWZ5Ei4KC0RQ", "TUtBTU1JT0xCGAogASgLMhkuUHVua0xvcmRNb25zdGVyQmFzaWNJbmZvEhMK", "C0FISkZQTkdEQkRPGAYgASgNEhMKC05DQUNPQ0NKTkxEGAIgASgNEioKC0RI", @@ -33,7 +33,7 @@ namespace EggLink.DanhengServer.Proto { "RlBOTEFQT0UYBCABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90", "b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PunkLordMonsterBasicInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.PunkLordBattleRecordReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PunkLordBattleRecordReflection.Descriptor, global::EggLink.DanhengServer.Proto.PunkLordMonsterBasicInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PunkLordBattleResultScNotify), global::EggLink.DanhengServer.Proto.PunkLordBattleResultScNotify.Parser, new[]{ "DPMKAMMIOLB", "AHJFPNGDBDO", "NCACOCCJNLD", "DHLPKMIHDNM", "PGOFPNLAPOE" }, null, null, null, null) })); diff --git a/Proto/PunkLordMonsterInfoScNotify.cs b/Proto/PunkLordMonsterInfoScNotify.cs index 37c13bb5..0d701d56 100644 --- a/Proto/PunkLordMonsterInfoScNotify.cs +++ b/Proto/PunkLordMonsterInfoScNotify.cs @@ -25,8 +25,8 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CiFQdW5rTG9yZE1vbnN0ZXJJbmZvU2NOb3RpZnkucHJvdG8aJVB1bmtMb3Jk", - "TW9uc3RlckluZm9Ob3RpZnlSZWFzb24ucHJvdG8aHlB1bmtMb3JkTW9uc3Rl", - "ckJhc2ljSW5mby5wcm90bxoaUHVua0xvcmRCYXR0bGVSZWNvcmQucHJvdG8i", + "TW9uc3RlckluZm9Ob3RpZnlSZWFzb24ucHJvdG8aGlB1bmtMb3JkQmF0dGxl", + "UmVjb3JkLnByb3RvGh5QdW5rTG9yZE1vbnN0ZXJCYXNpY0luZm8ucHJvdG8i", "vwEKG1B1bmtMb3JkTW9uc3RlckluZm9TY05vdGlmeRItCgpiYXNpY19pbmZv", "GAsgASgLMhkuUHVua0xvcmRNb25zdGVyQmFzaWNJbmZvEhMKC0RNSUxDRkhM", "SUhQGA4gAygNEioKC0RITFBLTUlIRE5NGAIgASgLMhUuUHVua0xvcmRCYXR0", @@ -34,7 +34,7 @@ namespace EggLink.DanhengServer.Proto { "b05vdGlmeVJlYXNvbkIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv", "YgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PunkLordMonsterInfoNotifyReasonReflection.Descriptor, global::EggLink.DanhengServer.Proto.PunkLordMonsterBasicInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.PunkLordBattleRecordReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PunkLordMonsterInfoNotifyReasonReflection.Descriptor, global::EggLink.DanhengServer.Proto.PunkLordBattleRecordReflection.Descriptor, global::EggLink.DanhengServer.Proto.PunkLordMonsterBasicInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PunkLordMonsterInfoScNotify), global::EggLink.DanhengServer.Proto.PunkLordMonsterInfoScNotify.Parser, new[]{ "BasicInfo", "DMILCFHLIHP", "DHLPKMIHDNM", "Reason" }, null, null, null, null) })); diff --git a/Proto/QuitLineupCsReq.cs b/Proto/QuitLineupCsReq.cs index 562eb362..ff899379 100644 --- a/Proto/QuitLineupCsReq.cs +++ b/Proto/QuitLineupCsReq.cs @@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto { static QuitLineupCsReqReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChVRdWl0TGluZXVwQ3NSZXEucHJvdG8aEEF2YXRhclR5cGUucHJvdG8aFUV4", - "dHJhTGluZXVwVHlwZS5wcm90byKtAQoPUXVpdExpbmV1cENzUmVxEiAKC2F2", + "ChVRdWl0TGluZXVwQ3NSZXEucHJvdG8aFUV4dHJhTGluZXVwVHlwZS5wcm90", + "bxoQQXZhdGFyVHlwZS5wcm90byKtAQoPUXVpdExpbmV1cENzUmVxEiAKC2F2", "YXRhcl90eXBlGAkgASgOMgsuQXZhdGFyVHlwZRIrChFleHRyYV9saW5ldXBf", "dHlwZRgKIAEoDjIQLkV4dHJhTGluZXVwVHlwZRINCgVpbmRleBgFIAEoDRIQ", "CghwbGFuZV9pZBgCIAEoDRIWCg5iYXNlX2F2YXRhcl9pZBgDIAEoDRISCgpp", "c192aXJ0dWFsGAQgASgIQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJv", "dG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AvatarTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.ExtraLineupTypeReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ExtraLineupTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.AvatarTypeReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.QuitLineupCsReq), global::EggLink.DanhengServer.Proto.QuitLineupCsReq.Parser, new[]{ "AvatarType", "ExtraLineupType", "Index", "PlaneId", "BaseAvatarId", "IsVirtual" }, null, null, null, null) })); diff --git a/Proto/RaidCollectionEnterNextRaidScRsp.cs b/Proto/RaidCollectionEnterNextRaidScRsp.cs index ed1d4259..86d5c376 100644 --- a/Proto/RaidCollectionEnterNextRaidScRsp.cs +++ b/Proto/RaidCollectionEnterNextRaidScRsp.cs @@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto { static RaidCollectionEnterNextRaidScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiZSYWlkQ29sbGVjdGlvbkVudGVyTmV4dFJhaWRTY1JzcC5wcm90bxoRRk5M", - "R1BMTkNQQ0wucHJvdG8iUAogUmFpZENvbGxlY3Rpb25FbnRlck5leHRSYWlk", - "U2NSc3ASDwoHcmV0Y29kZRgNIAEoDRIbCgVzY2VuZRgGIAEoCzIMLkZOTEdQ", - "TE5DUENMQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3Rv", - "Mw==")); + "CiZSYWlkQ29sbGVjdGlvbkVudGVyTmV4dFJhaWRTY1JzcC5wcm90bxoUUmFp", + "ZFBsYXllckRhdGEucHJvdG8iUwogUmFpZENvbGxlY3Rpb25FbnRlck5leHRS", + "YWlkU2NSc3ASDwoHcmV0Y29kZRgNIAEoDRIeCgVzY2VuZRgGIAEoCzIPLlJh", + "aWRQbGF5ZXJEYXRhQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9i", + "BnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FNLGPLNCPCLReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RaidPlayerDataReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RaidCollectionEnterNextRaidScRsp), global::EggLink.DanhengServer.Proto.RaidCollectionEnterNextRaidScRsp.Parser, new[]{ "Retcode", "Scene" }, null, null, null, null) })); @@ -99,10 +99,10 @@ namespace EggLink.DanhengServer.Proto { /// Field number for the "scene" field. public const int SceneFieldNumber = 6; - private global::EggLink.DanhengServer.Proto.FNLGPLNCPCL scene_; + private global::EggLink.DanhengServer.Proto.RaidPlayerData scene_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.FNLGPLNCPCL Scene { + public global::EggLink.DanhengServer.Proto.RaidPlayerData Scene { get { return scene_; } set { scene_ = value; @@ -212,7 +212,7 @@ namespace EggLink.DanhengServer.Proto { } if (other.scene_ != null) { if (scene_ == null) { - Scene = new global::EggLink.DanhengServer.Proto.FNLGPLNCPCL(); + Scene = new global::EggLink.DanhengServer.Proto.RaidPlayerData(); } Scene.MergeFrom(other.Scene); } @@ -233,7 +233,7 @@ namespace EggLink.DanhengServer.Proto { break; case 50: { if (scene_ == null) { - Scene = new global::EggLink.DanhengServer.Proto.FNLGPLNCPCL(); + Scene = new global::EggLink.DanhengServer.Proto.RaidPlayerData(); } input.ReadMessage(Scene); break; @@ -259,7 +259,7 @@ namespace EggLink.DanhengServer.Proto { break; case 50: { if (scene_ == null) { - Scene = new global::EggLink.DanhengServer.Proto.FNLGPLNCPCL(); + Scene = new global::EggLink.DanhengServer.Proto.RaidPlayerData(); } input.ReadMessage(Scene); break; diff --git a/Proto/RaidKickByServerScNotify.cs b/Proto/RaidKickByServerScNotify.cs index 340e3680..d43a8013 100644 --- a/Proto/RaidKickByServerScNotify.cs +++ b/Proto/RaidKickByServerScNotify.cs @@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto { static RaidKickByServerScNotifyReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Ch5SYWlkS2lja0J5U2VydmVyU2NOb3RpZnkucHJvdG8aD1NjZW5lSW5mby5w", - "cm90bxoRRUdLRk5ET09QTk4ucHJvdG8aEExpbmV1cEluZm8ucHJvdG8ilgEK", - "GFJhaWRLaWNrQnlTZXJ2ZXJTY05vdGlmeRIbCgZsaW5ldXAYBCABKAsyCy5M", - "aW5ldXBJbmZvEhwKBnJlYXNvbhgFIAEoDjIMLkVHS0ZORE9PUE5OEhkKBXNj", - "ZW5lGA4gASgLMgouU2NlbmVJbmZvEhMKC3dvcmxkX2xldmVsGAIgASgNEg8K", - "B3JhaWRfaWQYASABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90", - "b2IGcHJvdG8z")); + "Ch5SYWlkS2lja0J5U2VydmVyU2NOb3RpZnkucHJvdG8aEExpbmV1cEluZm8u", + "cHJvdG8aD1NjZW5lSW5mby5wcm90bxoUUmFpZEtpY2tSZWFzb24ucHJvdG8i", + "mQEKGFJhaWRLaWNrQnlTZXJ2ZXJTY05vdGlmeRIbCgZsaW5ldXAYBCABKAsy", + "Cy5MaW5ldXBJbmZvEh8KBnJlYXNvbhgFIAEoDjIPLlJhaWRLaWNrUmVhc29u", + "EhkKBXNjZW5lGA4gASgLMgouU2NlbmVJbmZvEhMKC3dvcmxkX2xldmVsGAIg", + "ASgNEg8KB3JhaWRfaWQYASABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZl", + "ci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.EGKFNDOOPNNReflection.Descriptor, global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RaidKickReasonReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RaidKickByServerScNotify), global::EggLink.DanhengServer.Proto.RaidKickByServerScNotify.Parser, new[]{ "Lineup", "Reason", "Scene", "WorldLevel", "RaidId" }, null, null, null, null) })); @@ -104,10 +104,10 @@ namespace EggLink.DanhengServer.Proto { /// Field number for the "reason" field. public const int ReasonFieldNumber = 5; - private global::EggLink.DanhengServer.Proto.EGKFNDOOPNN reason_ = global::EggLink.DanhengServer.Proto.EGKFNDOOPNN.RaidKickReasonNone; + private global::EggLink.DanhengServer.Proto.RaidKickReason reason_ = global::EggLink.DanhengServer.Proto.RaidKickReason.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.EGKFNDOOPNN Reason { + public global::EggLink.DanhengServer.Proto.RaidKickReason Reason { get { return reason_; } set { reason_ = value; @@ -178,7 +178,7 @@ namespace EggLink.DanhengServer.Proto { public override int GetHashCode() { int hash = 1; if (lineup_ != null) hash ^= Lineup.GetHashCode(); - if (Reason != global::EggLink.DanhengServer.Proto.EGKFNDOOPNN.RaidKickReasonNone) hash ^= Reason.GetHashCode(); + if (Reason != global::EggLink.DanhengServer.Proto.RaidKickReason.None) hash ^= Reason.GetHashCode(); if (scene_ != null) hash ^= Scene.GetHashCode(); if (WorldLevel != 0) hash ^= WorldLevel.GetHashCode(); if (RaidId != 0) hash ^= RaidId.GetHashCode(); @@ -212,7 +212,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(34); output.WriteMessage(Lineup); } - if (Reason != global::EggLink.DanhengServer.Proto.EGKFNDOOPNN.RaidKickReasonNone) { + if (Reason != global::EggLink.DanhengServer.Proto.RaidKickReason.None) { output.WriteRawTag(40); output.WriteEnum((int) Reason); } @@ -242,7 +242,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(34); output.WriteMessage(Lineup); } - if (Reason != global::EggLink.DanhengServer.Proto.EGKFNDOOPNN.RaidKickReasonNone) { + if (Reason != global::EggLink.DanhengServer.Proto.RaidKickReason.None) { output.WriteRawTag(40); output.WriteEnum((int) Reason); } @@ -263,7 +263,7 @@ namespace EggLink.DanhengServer.Proto { if (lineup_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(Lineup); } - if (Reason != global::EggLink.DanhengServer.Proto.EGKFNDOOPNN.RaidKickReasonNone) { + if (Reason != global::EggLink.DanhengServer.Proto.RaidKickReason.None) { size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Reason); } if (scene_ != null) { @@ -293,7 +293,7 @@ namespace EggLink.DanhengServer.Proto { } Lineup.MergeFrom(other.Lineup); } - if (other.Reason != global::EggLink.DanhengServer.Proto.EGKFNDOOPNN.RaidKickReasonNone) { + if (other.Reason != global::EggLink.DanhengServer.Proto.RaidKickReason.None) { Reason = other.Reason; } if (other.scene_ != null) { @@ -339,7 +339,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 40: { - Reason = (global::EggLink.DanhengServer.Proto.EGKFNDOOPNN) input.ReadEnum(); + Reason = (global::EggLink.DanhengServer.Proto.RaidKickReason) input.ReadEnum(); break; } case 114: { @@ -380,7 +380,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 40: { - Reason = (global::EggLink.DanhengServer.Proto.EGKFNDOOPNN) input.ReadEnum(); + Reason = (global::EggLink.DanhengServer.Proto.RaidKickReason) input.ReadEnum(); break; } case 114: { diff --git a/Proto/EGKFNDOOPNN.cs b/Proto/RaidKickReason.cs similarity index 60% rename from Proto/EGKFNDOOPNN.cs rename to Proto/RaidKickReason.cs index 6b3d690f..22a2da5f 100644 --- a/Proto/EGKFNDOOPNN.cs +++ b/Proto/RaidKickReason.cs @@ -1,6 +1,6 @@ // // Generated by the protocol buffer compiler. DO NOT EDIT! -// source: EGKFNDOOPNN.proto +// source: RaidKickReason.proto // #pragma warning disable 1591, 0612, 3021, 8981 #region Designer generated code @@ -11,34 +11,34 @@ using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; namespace EggLink.DanhengServer.Proto { - /// Holder for reflection information generated from EGKFNDOOPNN.proto - public static partial class EGKFNDOOPNNReflection { + /// Holder for reflection information generated from RaidKickReason.proto + public static partial class RaidKickReasonReflection { #region Descriptor - /// File descriptor for EGKFNDOOPNN.proto + /// File descriptor for RaidKickReason.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; - static EGKFNDOOPNNReflection() { + static RaidKickReasonReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFFR0tGTkRPT1BOTi5wcm90bypXCgtFR0tGTkRPT1BOThIZChVSQUlEX0tJ", - "Q0tfUkVBU09OX05PTkUQABItCilSQUlEX0tJQ0tfUkVBU09OX0FDVElWSVRZ", - "X1NDSEVEVUxFX0ZJTklTSBABQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIu", - "UHJvdG9iBnByb3RvMw==")); + "ChRSYWlkS2lja1JlYXNvbi5wcm90bypaCg5SYWlkS2lja1JlYXNvbhIZChVS", + "QUlEX0tJQ0tfUkVBU09OX05PTkUQABItCilSQUlEX0tJQ0tfUkVBU09OX0FD", + "VElWSVRZX1NDSEVEVUxFX0ZJTklTSBABQh6qAhtFZ2dMaW5rLkRhbmhlbmdT", + "ZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.EGKFNDOOPNN), }, null, null)); + new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.RaidKickReason), }, null, null)); } #endregion } #region Enums - public enum EGKFNDOOPNN { - [pbr::OriginalName("RAID_KICK_REASON_NONE")] RaidKickReasonNone = 0, - [pbr::OriginalName("RAID_KICK_REASON_ACTIVITY_SCHEDULE_FINISH")] RaidKickReasonActivityScheduleFinish = 1, + public enum RaidKickReason { + [pbr::OriginalName("RAID_KICK_REASON_NONE")] None = 0, + [pbr::OriginalName("RAID_KICK_REASON_ACTIVITY_SCHEDULE_FINISH")] ActivityScheduleFinish = 1, } #endregion diff --git a/Proto/FNLGPLNCPCL.cs b/Proto/RaidPlayerData.cs similarity index 87% rename from Proto/FNLGPLNCPCL.cs rename to Proto/RaidPlayerData.cs index 25cca07d..a8f73804 100644 --- a/Proto/FNLGPLNCPCL.cs +++ b/Proto/RaidPlayerData.cs @@ -1,6 +1,6 @@ // // Generated by the protocol buffer compiler. DO NOT EDIT! -// source: FNLGPLNCPCL.proto +// source: RaidPlayerData.proto // #pragma warning disable 1591, 0612, 3021, 8981 #region Designer generated code @@ -11,28 +11,28 @@ using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; namespace EggLink.DanhengServer.Proto { - /// Holder for reflection information generated from FNLGPLNCPCL.proto - public static partial class FNLGPLNCPCLReflection { + /// Holder for reflection information generated from RaidPlayerData.proto + public static partial class RaidPlayerDataReflection { #region Descriptor - /// File descriptor for FNLGPLNCPCL.proto + /// File descriptor for RaidPlayerData.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; - static FNLGPLNCPCLReflection() { + static RaidPlayerDataReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFGTkxHUExOQ1BDTC5wcm90bxoPU2NlbmVJbmZvLnByb3RvGhBMaW5ldXBJ", - "bmZvLnByb3RvInEKC0ZOTEdQTE5DUENMEg8KB3JhaWRfaWQYBiABKA0SGwoG", - "bGluZXVwGA4gASgLMgsuTGluZXVwSW5mbxIfCgtHSEVETENMTkhJShgLIAEo", - "CzIKLlNjZW5lSW5mbxITCgt3b3JsZF9sZXZlbBgEIAEoDUIeqgIbRWdnTGlu", - "ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "ChRSYWlkUGxheWVyRGF0YS5wcm90bxoQTGluZXVwSW5mby5wcm90bxoPU2Nl", + "bmVJbmZvLnByb3RvInQKDlJhaWRQbGF5ZXJEYXRhEg8KB3JhaWRfaWQYBiAB", + "KA0SGwoGbGluZXVwGA4gASgLMgsuTGluZXVwSW5mbxIfCgtHSEVETENMTkhJ", + "ShgLIAEoCzIKLlNjZW5lSW5mbxITCgt3b3JsZF9sZXZlbBgEIAEoDUIeqgIb", + "RWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FNLGPLNCPCL), global::EggLink.DanhengServer.Proto.FNLGPLNCPCL.Parser, new[]{ "RaidId", "Lineup", "GHEDLCLNHIJ", "WorldLevel" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RaidPlayerData), global::EggLink.DanhengServer.Proto.RaidPlayerData.Parser, new[]{ "RaidId", "Lineup", "GHEDLCLNHIJ", "WorldLevel" }, null, null, null, null) })); } #endregion @@ -40,21 +40,21 @@ namespace EggLink.DanhengServer.Proto { } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class FNLGPLNCPCL : pb::IMessage + public sealed partial class RaidPlayerData : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new FNLGPLNCPCL()); + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new RaidPlayerData()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } + public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.FNLGPLNCPCLReflection.Descriptor.MessageTypes[0]; } + get { return global::EggLink.DanhengServer.Proto.RaidPlayerDataReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -65,7 +65,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public FNLGPLNCPCL() { + public RaidPlayerData() { OnConstruction(); } @@ -73,7 +73,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public FNLGPLNCPCL(FNLGPLNCPCL other) : this() { + public RaidPlayerData(RaidPlayerData other) : this() { raidId_ = other.raidId_; lineup_ = other.lineup_ != null ? other.lineup_.Clone() : null; gHEDLCLNHIJ_ = other.gHEDLCLNHIJ_ != null ? other.gHEDLCLNHIJ_.Clone() : null; @@ -83,8 +83,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public FNLGPLNCPCL Clone() { - return new FNLGPLNCPCL(this); + public RaidPlayerData Clone() { + return new RaidPlayerData(this); } /// Field number for the "raid_id" field. @@ -138,12 +138,12 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { - return Equals(other as FNLGPLNCPCL); + return Equals(other as RaidPlayerData); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(FNLGPLNCPCL other) { + public bool Equals(RaidPlayerData other) { if (ReferenceEquals(other, null)) { return false; } @@ -255,7 +255,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(FNLGPLNCPCL other) { + public void MergeFrom(RaidPlayerData other) { if (other == null) { return; } diff --git a/Proto/RaidTargetInfo.cs b/Proto/RaidTargetInfo.cs index fa3712f9..e9710065 100644 --- a/Proto/RaidTargetInfo.cs +++ b/Proto/RaidTargetInfo.cs @@ -24,14 +24,15 @@ namespace EggLink.DanhengServer.Proto { static RaidTargetInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChRSYWlkVGFyZ2V0SW5mby5wcm90bxoRRk9DSERGSkFOUEMucHJvdG8iXQoO", - "UmFpZFRhcmdldEluZm8SIQoLTURET0ZNQ0pKSEgYBSABKA4yDC5GT0NIREZK", - "QU5QQxITCgtIRkFMSklIS0VDThgBIAEoDRITCgtETFBQRFBCSklJTRgGIAEo", - "DUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "ChRSYWlkVGFyZ2V0SW5mby5wcm90bxoWUmFpZFRhcmdldFN0YXR1cy5wcm90", + "byJpCg5SYWlkVGFyZ2V0SW5mbxItChJyYWlkX3RhcmdldF9zdGF0dXMYBSAB", + "KA4yES5SYWlkVGFyZ2V0U3RhdHVzEhMKC0hGQUxKSUhLRUNOGAEgASgNEhMK", + "C0RMUFBEUEJKSUlNGAYgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIu", + "UHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FOCHDFJANPCReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RaidTargetStatusReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RaidTargetInfo), global::EggLink.DanhengServer.Proto.RaidTargetInfo.Parser, new[]{ "MDDOFMCJJHH", "HFALJIHKECN", "DLPPDPBJIIM" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RaidTargetInfo), global::EggLink.DanhengServer.Proto.RaidTargetInfo.Parser, new[]{ "RaidTargetStatus", "HFALJIHKECN", "DLPPDPBJIIM" }, null, null, null, null) })); } #endregion @@ -73,7 +74,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public RaidTargetInfo(RaidTargetInfo other) : this() { - mDDOFMCJJHH_ = other.mDDOFMCJJHH_; + raidTargetStatus_ = other.raidTargetStatus_; hFALJIHKECN_ = other.hFALJIHKECN_; dLPPDPBJIIM_ = other.dLPPDPBJIIM_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); @@ -85,15 +86,15 @@ namespace EggLink.DanhengServer.Proto { return new RaidTargetInfo(this); } - /// Field number for the "MDDOFMCJJHH" field. - public const int MDDOFMCJJHHFieldNumber = 5; - private global::EggLink.DanhengServer.Proto.FOCHDFJANPC mDDOFMCJJHH_ = global::EggLink.DanhengServer.Proto.FOCHDFJANPC.RaidTargetStatusNone; + /// Field number for the "raid_target_status" field. + public const int RaidTargetStatusFieldNumber = 5; + private global::EggLink.DanhengServer.Proto.RaidTargetStatus raidTargetStatus_ = global::EggLink.DanhengServer.Proto.RaidTargetStatus.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.FOCHDFJANPC MDDOFMCJJHH { - get { return mDDOFMCJJHH_; } + public global::EggLink.DanhengServer.Proto.RaidTargetStatus RaidTargetStatus { + get { return raidTargetStatus_; } set { - mDDOFMCJJHH_ = value; + raidTargetStatus_ = value; } } @@ -136,7 +137,7 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (MDDOFMCJJHH != other.MDDOFMCJJHH) return false; + if (RaidTargetStatus != other.RaidTargetStatus) return false; if (HFALJIHKECN != other.HFALJIHKECN) return false; if (DLPPDPBJIIM != other.DLPPDPBJIIM) return false; return Equals(_unknownFields, other._unknownFields); @@ -146,7 +147,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (MDDOFMCJJHH != global::EggLink.DanhengServer.Proto.FOCHDFJANPC.RaidTargetStatusNone) hash ^= MDDOFMCJJHH.GetHashCode(); + if (RaidTargetStatus != global::EggLink.DanhengServer.Proto.RaidTargetStatus.None) hash ^= RaidTargetStatus.GetHashCode(); if (HFALJIHKECN != 0) hash ^= HFALJIHKECN.GetHashCode(); if (DLPPDPBJIIM != 0) hash ^= DLPPDPBJIIM.GetHashCode(); if (_unknownFields != null) { @@ -171,9 +172,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(8); output.WriteUInt32(HFALJIHKECN); } - if (MDDOFMCJJHH != global::EggLink.DanhengServer.Proto.FOCHDFJANPC.RaidTargetStatusNone) { + if (RaidTargetStatus != global::EggLink.DanhengServer.Proto.RaidTargetStatus.None) { output.WriteRawTag(40); - output.WriteEnum((int) MDDOFMCJJHH); + output.WriteEnum((int) RaidTargetStatus); } if (DLPPDPBJIIM != 0) { output.WriteRawTag(48); @@ -193,9 +194,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(8); output.WriteUInt32(HFALJIHKECN); } - if (MDDOFMCJJHH != global::EggLink.DanhengServer.Proto.FOCHDFJANPC.RaidTargetStatusNone) { + if (RaidTargetStatus != global::EggLink.DanhengServer.Proto.RaidTargetStatus.None) { output.WriteRawTag(40); - output.WriteEnum((int) MDDOFMCJJHH); + output.WriteEnum((int) RaidTargetStatus); } if (DLPPDPBJIIM != 0) { output.WriteRawTag(48); @@ -211,8 +212,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (MDDOFMCJJHH != global::EggLink.DanhengServer.Proto.FOCHDFJANPC.RaidTargetStatusNone) { - size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) MDDOFMCJJHH); + if (RaidTargetStatus != global::EggLink.DanhengServer.Proto.RaidTargetStatus.None) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) RaidTargetStatus); } if (HFALJIHKECN != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HFALJIHKECN); @@ -232,8 +233,8 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - if (other.MDDOFMCJJHH != global::EggLink.DanhengServer.Proto.FOCHDFJANPC.RaidTargetStatusNone) { - MDDOFMCJJHH = other.MDDOFMCJJHH; + if (other.RaidTargetStatus != global::EggLink.DanhengServer.Proto.RaidTargetStatus.None) { + RaidTargetStatus = other.RaidTargetStatus; } if (other.HFALJIHKECN != 0) { HFALJIHKECN = other.HFALJIHKECN; @@ -261,7 +262,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 40: { - MDDOFMCJJHH = (global::EggLink.DanhengServer.Proto.FOCHDFJANPC) input.ReadEnum(); + RaidTargetStatus = (global::EggLink.DanhengServer.Proto.RaidTargetStatus) input.ReadEnum(); break; } case 48: { @@ -288,7 +289,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 40: { - MDDOFMCJJHH = (global::EggLink.DanhengServer.Proto.FOCHDFJANPC) input.ReadEnum(); + RaidTargetStatus = (global::EggLink.DanhengServer.Proto.RaidTargetStatus) input.ReadEnum(); break; } case 48: { diff --git a/Proto/GJPKMNEFCFO.cs b/Proto/RaidTargetStatus.cs similarity index 58% rename from Proto/GJPKMNEFCFO.cs rename to Proto/RaidTargetStatus.cs index 78048942..11a833e0 100644 --- a/Proto/GJPKMNEFCFO.cs +++ b/Proto/RaidTargetStatus.cs @@ -1,6 +1,6 @@ // // Generated by the protocol buffer compiler. DO NOT EDIT! -// source: GJPKMNEFCFO.proto +// source: RaidTargetStatus.proto // #pragma warning disable 1591, 0612, 3021, 8981 #region Designer generated code @@ -11,33 +11,35 @@ using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; namespace EggLink.DanhengServer.Proto { - /// Holder for reflection information generated from GJPKMNEFCFO.proto - public static partial class GJPKMNEFCFOReflection { + /// Holder for reflection information generated from RaidTargetStatus.proto + public static partial class RaidTargetStatusReflection { #region Descriptor - /// File descriptor for GJPKMNEFCFO.proto + /// File descriptor for RaidTargetStatus.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; - static GJPKMNEFCFOReflection() { + static RaidTargetStatusReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFHSlBLTU5FRkNGTy5wcm90bypECgtHSlBLTU5FRkNGTxIaChZNQUlOX01J", - "U1NJT05fU1lOQ19OT05FEAASGQoVTUFJTl9NSVNTSU9OX1NZTkNfTUNWEAFC", + "ChZSYWlkVGFyZ2V0U3RhdHVzLnByb3RvKmwKEFJhaWRUYXJnZXRTdGF0dXMS", + "GwoXUkFJRF9UQVJHRVRfU1RBVFVTX05PTkUQABIcChhSQUlEX1RBUkdFVF9T", + "VEFUVVNfRE9JTkcQARIdChlSQUlEX1RBUkdFVF9TVEFUVVNfRklOSVNIEAJC", "HqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.GJPKMNEFCFO), }, null, null)); + new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.RaidTargetStatus), }, null, null)); } #endregion } #region Enums - public enum GJPKMNEFCFO { - [pbr::OriginalName("MAIN_MISSION_SYNC_NONE")] MainMissionSyncNone = 0, - [pbr::OriginalName("MAIN_MISSION_SYNC_MCV")] MainMissionSyncMcv = 1, + public enum RaidTargetStatus { + [pbr::OriginalName("RAID_TARGET_STATUS_NONE")] None = 0, + [pbr::OriginalName("RAID_TARGET_STATUS_DOING")] Doing = 1, + [pbr::OriginalName("RAID_TARGET_STATUS_FINISH")] Finish = 2, } #endregion diff --git a/Proto/RankUpEquipment.cs b/Proto/RankUpEquipment.cs deleted file mode 100644 index 0e0e6bf5..00000000 --- a/Proto/RankUpEquipment.cs +++ /dev/null @@ -1,281 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: RankUpEquipment.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from RankUpEquipment.proto - public static partial class RankUpEquipmentReflection { - - #region Descriptor - /// File descriptor for RankUpEquipment.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static RankUpEquipmentReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChVSYW5rVXBFcXVpcG1lbnQucHJvdG8aEkl0ZW1Db3N0RGF0YS5wcm90byJQ", - "Cg9SYW5rVXBFcXVpcG1lbnQSGwoTZXF1aXBtZW50X3VuaXF1ZV9pZBgPIAEo", - "DRIgCgljb3N0X2RhdGEYByABKAsyDS5JdGVtQ29zdERhdGFCHqoCG0VnZ0xp", - "bmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemCostDataReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RankUpEquipment), global::EggLink.DanhengServer.Proto.RankUpEquipment.Parser, new[]{ "EquipmentUniqueId", "CostData" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class RankUpEquipment : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new RankUpEquipment()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.RankUpEquipmentReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public RankUpEquipment() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public RankUpEquipment(RankUpEquipment other) : this() { - equipmentUniqueId_ = other.equipmentUniqueId_; - costData_ = other.costData_ != null ? other.costData_.Clone() : null; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public RankUpEquipment Clone() { - return new RankUpEquipment(this); - } - - /// Field number for the "equipment_unique_id" field. - public const int EquipmentUniqueIdFieldNumber = 15; - private uint equipmentUniqueId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint EquipmentUniqueId { - get { return equipmentUniqueId_; } - set { - equipmentUniqueId_ = value; - } - } - - /// Field number for the "cost_data" field. - public const int CostDataFieldNumber = 7; - private global::EggLink.DanhengServer.Proto.ItemCostData costData_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.ItemCostData CostData { - get { return costData_; } - set { - costData_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as RankUpEquipment); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(RankUpEquipment other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (EquipmentUniqueId != other.EquipmentUniqueId) return false; - if (!object.Equals(CostData, other.CostData)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (EquipmentUniqueId != 0) hash ^= EquipmentUniqueId.GetHashCode(); - if (costData_ != null) hash ^= CostData.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (costData_ != null) { - output.WriteRawTag(58); - output.WriteMessage(CostData); - } - if (EquipmentUniqueId != 0) { - output.WriteRawTag(120); - output.WriteUInt32(EquipmentUniqueId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (costData_ != null) { - output.WriteRawTag(58); - output.WriteMessage(CostData); - } - if (EquipmentUniqueId != 0) { - output.WriteRawTag(120); - output.WriteUInt32(EquipmentUniqueId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (EquipmentUniqueId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EquipmentUniqueId); - } - if (costData_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(CostData); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(RankUpEquipment other) { - if (other == null) { - return; - } - if (other.EquipmentUniqueId != 0) { - EquipmentUniqueId = other.EquipmentUniqueId; - } - if (other.costData_ != null) { - if (costData_ == null) { - CostData = new global::EggLink.DanhengServer.Proto.ItemCostData(); - } - CostData.MergeFrom(other.CostData); - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 58: { - if (costData_ == null) { - CostData = new global::EggLink.DanhengServer.Proto.ItemCostData(); - } - input.ReadMessage(CostData); - break; - } - case 120: { - EquipmentUniqueId = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 58: { - if (costData_ == null) { - CostData = new global::EggLink.DanhengServer.Proto.ItemCostData(); - } - input.ReadMessage(CostData); - break; - } - case 120: { - EquipmentUniqueId = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/JMHOJKKGNIF.cs b/Proto/RechargeBenefitInfo.cs similarity index 87% rename from Proto/JMHOJKKGNIF.cs rename to Proto/RechargeBenefitInfo.cs index 1a5cdbe9..ed7ae8b8 100644 --- a/Proto/JMHOJKKGNIF.cs +++ b/Proto/RechargeBenefitInfo.cs @@ -1,6 +1,6 @@ // // Generated by the protocol buffer compiler. DO NOT EDIT! -// source: JMHOJKKGNIF.proto +// source: RechargeBenefitInfo.proto // #pragma warning disable 1591, 0612, 3021, 8981 #region Designer generated code @@ -11,27 +11,27 @@ using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; namespace EggLink.DanhengServer.Proto { - /// Holder for reflection information generated from JMHOJKKGNIF.proto - public static partial class JMHOJKKGNIFReflection { + /// Holder for reflection information generated from RechargeBenefitInfo.proto + public static partial class RechargeBenefitInfoReflection { #region Descriptor - /// File descriptor for JMHOJKKGNIF.proto + /// File descriptor for RechargeBenefitInfo.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; - static JMHOJKKGNIFReflection() { + static RechargeBenefitInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFKTUhPSktLR05JRi5wcm90byJSCgtKTUhPSktLR05JRhITCgtKQ0xPQklB", - "UEtFRxgDIAMoDRIQCghwcm9ncmVzcxgBIAEoDRIQCghwYW5lbF9pZBgKIAEo", - "DRIKCgJpZBgGIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv", - "YgZwcm90bzM=")); + "ChlSZWNoYXJnZUJlbmVmaXRJbmZvLnByb3RvIloKE1JlY2hhcmdlQmVuZWZp", + "dEluZm8SEwoLSkNMT0JJQVBLRUcYAyADKA0SEAoIcHJvZ3Jlc3MYASABKA0S", + "EAoIcGFuZWxfaWQYCiABKA0SCgoCaWQYBiABKA1CHqoCG0VnZ0xpbmsuRGFu", + "aGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.JMHOJKKGNIF), global::EggLink.DanhengServer.Proto.JMHOJKKGNIF.Parser, new[]{ "JCLOBIAPKEG", "Progress", "PanelId", "Id" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RechargeBenefitInfo), global::EggLink.DanhengServer.Proto.RechargeBenefitInfo.Parser, new[]{ "JCLOBIAPKEG", "Progress", "PanelId", "Id" }, null, null, null, null) })); } #endregion @@ -39,21 +39,21 @@ namespace EggLink.DanhengServer.Proto { } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class JMHOJKKGNIF : pb::IMessage + public sealed partial class RechargeBenefitInfo : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new JMHOJKKGNIF()); + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new RechargeBenefitInfo()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } + public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.JMHOJKKGNIFReflection.Descriptor.MessageTypes[0]; } + get { return global::EggLink.DanhengServer.Proto.RechargeBenefitInfoReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -64,7 +64,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public JMHOJKKGNIF() { + public RechargeBenefitInfo() { OnConstruction(); } @@ -72,7 +72,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public JMHOJKKGNIF(JMHOJKKGNIF other) : this() { + public RechargeBenefitInfo(RechargeBenefitInfo other) : this() { jCLOBIAPKEG_ = other.jCLOBIAPKEG_.Clone(); progress_ = other.progress_; panelId_ = other.panelId_; @@ -82,8 +82,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public JMHOJKKGNIF Clone() { - return new JMHOJKKGNIF(this); + public RechargeBenefitInfo Clone() { + return new RechargeBenefitInfo(this); } /// Field number for the "JCLOBIAPKEG" field. @@ -136,12 +136,12 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { - return Equals(other as JMHOJKKGNIF); + return Equals(other as RechargeBenefitInfo); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(JMHOJKKGNIF other) { + public bool Equals(RechargeBenefitInfo other) { if (ReferenceEquals(other, null)) { return false; } @@ -245,7 +245,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(JMHOJKKGNIF other) { + public void MergeFrom(RechargeBenefitInfo other) { if (other == null) { return; } diff --git a/Proto/RechargeStateInfo.cs b/Proto/RechargeGiftData.cs similarity index 74% rename from Proto/RechargeStateInfo.cs rename to Proto/RechargeGiftData.cs index 81cedc39..81436b2d 100644 --- a/Proto/RechargeStateInfo.cs +++ b/Proto/RechargeGiftData.cs @@ -1,6 +1,6 @@ // // Generated by the protocol buffer compiler. DO NOT EDIT! -// source: RechargeStateInfo.proto +// source: RechargeGiftData.proto // #pragma warning disable 1591, 0612, 3021, 8981 #region Designer generated code @@ -11,28 +11,27 @@ using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; namespace EggLink.DanhengServer.Proto { - /// Holder for reflection information generated from RechargeStateInfo.proto - public static partial class RechargeStateInfoReflection { + /// Holder for reflection information generated from RechargeGiftData.proto + public static partial class RechargeGiftDataReflection { #region Descriptor - /// File descriptor for RechargeStateInfo.proto + /// File descriptor for RechargeGiftData.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; - static RechargeStateInfoReflection() { + static RechargeGiftDataReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChdSZWNoYXJnZVN0YXRlSW5mby5wcm90byKRAQoRUmVjaGFyZ2VTdGF0ZUlu", - "Zm8SDQoFaW5kZXgYAyABKA0SMAoGc3RhdHVzGA0gASgOMiAuUmVjaGFyZ2VT", - "dGF0ZUluZm8uUmVjaGFyZ2VTdGF0ZSI7Cg1SZWNoYXJnZVN0YXRlEgwKCE5v", - "dFJlYWNoEAASDAoIUmVjZWl2ZWQQARIOCgpDYW5SZWNlaXZlEAJCHqoCG0Vn", - "Z0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); + "ChZSZWNoYXJnZUdpZnREYXRhLnByb3RvGhhSZWNoYXJnZUdpZnRTdGF0dXMu", + "cHJvdG8iRgoQUmVjaGFyZ2VHaWZ0RGF0YRINCgVpbmRleBgDIAEoDRIjCgZz", + "dGF0dXMYDSABKA4yEy5SZWNoYXJnZUdpZnRTdGF0dXNCHqoCG0VnZ0xpbmsu", + "RGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RechargeGiftStatusReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RechargeStateInfo), global::EggLink.DanhengServer.Proto.RechargeStateInfo.Parser, new[]{ "Index", "Status" }, null, new[]{ typeof(global::EggLink.DanhengServer.Proto.RechargeStateInfo.Types.RechargeState) }, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RechargeGiftData), global::EggLink.DanhengServer.Proto.RechargeGiftData.Parser, new[]{ "Index", "Status" }, null, null, null, null) })); } #endregion @@ -40,21 +39,21 @@ namespace EggLink.DanhengServer.Proto { } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class RechargeStateInfo : pb::IMessage + public sealed partial class RechargeGiftData : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new RechargeStateInfo()); + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new RechargeGiftData()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } + public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.RechargeStateInfoReflection.Descriptor.MessageTypes[0]; } + get { return global::EggLink.DanhengServer.Proto.RechargeGiftDataReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -65,7 +64,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public RechargeStateInfo() { + public RechargeGiftData() { OnConstruction(); } @@ -73,7 +72,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public RechargeStateInfo(RechargeStateInfo other) : this() { + public RechargeGiftData(RechargeGiftData other) : this() { index_ = other.index_; status_ = other.status_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); @@ -81,8 +80,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public RechargeStateInfo Clone() { - return new RechargeStateInfo(this); + public RechargeGiftData Clone() { + return new RechargeGiftData(this); } /// Field number for the "index" field. @@ -99,10 +98,10 @@ namespace EggLink.DanhengServer.Proto { /// Field number for the "status" field. public const int StatusFieldNumber = 13; - private global::EggLink.DanhengServer.Proto.RechargeStateInfo.Types.RechargeState status_ = global::EggLink.DanhengServer.Proto.RechargeStateInfo.Types.RechargeState.NotReach; + private global::EggLink.DanhengServer.Proto.RechargeGiftStatus status_ = global::EggLink.DanhengServer.Proto.RechargeGiftStatus.NotReach; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.RechargeStateInfo.Types.RechargeState Status { + public global::EggLink.DanhengServer.Proto.RechargeGiftStatus Status { get { return status_; } set { status_ = value; @@ -112,12 +111,12 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { - return Equals(other as RechargeStateInfo); + return Equals(other as RechargeGiftData); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(RechargeStateInfo other) { + public bool Equals(RechargeGiftData other) { if (ReferenceEquals(other, null)) { return false; } @@ -134,7 +133,7 @@ namespace EggLink.DanhengServer.Proto { public override int GetHashCode() { int hash = 1; if (Index != 0) hash ^= Index.GetHashCode(); - if (Status != global::EggLink.DanhengServer.Proto.RechargeStateInfo.Types.RechargeState.NotReach) hash ^= Status.GetHashCode(); + if (Status != global::EggLink.DanhengServer.Proto.RechargeGiftStatus.NotReach) hash ^= Status.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -157,7 +156,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(24); output.WriteUInt32(Index); } - if (Status != global::EggLink.DanhengServer.Proto.RechargeStateInfo.Types.RechargeState.NotReach) { + if (Status != global::EggLink.DanhengServer.Proto.RechargeGiftStatus.NotReach) { output.WriteRawTag(104); output.WriteEnum((int) Status); } @@ -175,7 +174,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(24); output.WriteUInt32(Index); } - if (Status != global::EggLink.DanhengServer.Proto.RechargeStateInfo.Types.RechargeState.NotReach) { + if (Status != global::EggLink.DanhengServer.Proto.RechargeGiftStatus.NotReach) { output.WriteRawTag(104); output.WriteEnum((int) Status); } @@ -192,7 +191,7 @@ namespace EggLink.DanhengServer.Proto { if (Index != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Index); } - if (Status != global::EggLink.DanhengServer.Proto.RechargeStateInfo.Types.RechargeState.NotReach) { + if (Status != global::EggLink.DanhengServer.Proto.RechargeGiftStatus.NotReach) { size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Status); } if (_unknownFields != null) { @@ -203,14 +202,14 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(RechargeStateInfo other) { + public void MergeFrom(RechargeGiftData other) { if (other == null) { return; } if (other.Index != 0) { Index = other.Index; } - if (other.Status != global::EggLink.DanhengServer.Proto.RechargeStateInfo.Types.RechargeState.NotReach) { + if (other.Status != global::EggLink.DanhengServer.Proto.RechargeGiftStatus.NotReach) { Status = other.Status; } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); @@ -233,7 +232,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 104: { - Status = (global::EggLink.DanhengServer.Proto.RechargeStateInfo.Types.RechargeState) input.ReadEnum(); + Status = (global::EggLink.DanhengServer.Proto.RechargeGiftStatus) input.ReadEnum(); break; } } @@ -256,7 +255,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 104: { - Status = (global::EggLink.DanhengServer.Proto.RechargeStateInfo.Types.RechargeState) input.ReadEnum(); + Status = (global::EggLink.DanhengServer.Proto.RechargeGiftStatus) input.ReadEnum(); break; } } @@ -264,20 +263,6 @@ namespace EggLink.DanhengServer.Proto { } #endif - #region Nested types - /// Container for nested types declared in the RechargeStateInfo message type. - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static partial class Types { - public enum RechargeState { - [pbr::OriginalName("NotReach")] NotReach = 0, - [pbr::OriginalName("Received")] Received = 1, - [pbr::OriginalName("CanReceive")] CanReceive = 2, - } - - } - #endregion - } #endregion diff --git a/Proto/RechargeGiftInfo.cs b/Proto/RechargeGiftInfo.cs index 08453803..365cb581 100644 --- a/Proto/RechargeGiftInfo.cs +++ b/Proto/RechargeGiftInfo.cs @@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto { static RechargeGiftInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChZSZWNoYXJnZUdpZnRJbmZvLnByb3RvGhdSZWNoYXJnZVN0YXRlSW5mby5w", - "cm90byJ0ChBSZWNoYXJnZUdpZnRJbmZvEhEKCWdpZnRfdHlwZRgHIAEoDRIT", - "CgtDT0lGSEZQRUdQSBgOIAEoAxIQCghlbmRfdGltZRgMIAEoAxImCgpzdGF0", - "ZV9pbmZvGA0gAygLMhIuUmVjaGFyZ2VTdGF0ZUluZm9CHqoCG0VnZ0xpbmsu", - "RGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); + "ChZSZWNoYXJnZUdpZnRJbmZvLnByb3RvGhZSZWNoYXJnZUdpZnREYXRhLnBy", + "b3RvIncKEFJlY2hhcmdlR2lmdEluZm8SEQoJZ2lmdF90eXBlGAcgASgNEhMK", + "C0NPSUZIRlBFR1BIGA4gASgDEhAKCGVuZF90aW1lGAwgASgDEikKDmdpZnRf", + "ZGF0YV9saXN0GA0gAygLMhEuUmVjaGFyZ2VHaWZ0RGF0YUIeqgIbRWdnTGlu", + "ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RechargeStateInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RechargeGiftDataReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RechargeGiftInfo), global::EggLink.DanhengServer.Proto.RechargeGiftInfo.Parser, new[]{ "GiftType", "COIFHFPEGPH", "EndTime", "StateInfo" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RechargeGiftInfo), global::EggLink.DanhengServer.Proto.RechargeGiftInfo.Parser, new[]{ "GiftType", "COIFHFPEGPH", "EndTime", "GiftDataList" }, null, null, null, null) })); } #endregion @@ -77,7 +77,7 @@ namespace EggLink.DanhengServer.Proto { giftType_ = other.giftType_; cOIFHFPEGPH_ = other.cOIFHFPEGPH_; endTime_ = other.endTime_; - stateInfo_ = other.stateInfo_.Clone(); + giftDataList_ = other.giftDataList_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -123,15 +123,15 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "state_info" field. - public const int StateInfoFieldNumber = 13; - private static readonly pb::FieldCodec _repeated_stateInfo_codec - = pb::FieldCodec.ForMessage(106, global::EggLink.DanhengServer.Proto.RechargeStateInfo.Parser); - private readonly pbc::RepeatedField stateInfo_ = new pbc::RepeatedField(); + /// Field number for the "gift_data_list" field. + public const int GiftDataListFieldNumber = 13; + private static readonly pb::FieldCodec _repeated_giftDataList_codec + = pb::FieldCodec.ForMessage(106, global::EggLink.DanhengServer.Proto.RechargeGiftData.Parser); + private readonly pbc::RepeatedField giftDataList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField StateInfo { - get { return stateInfo_; } + public pbc::RepeatedField GiftDataList { + get { return giftDataList_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -152,7 +152,7 @@ namespace EggLink.DanhengServer.Proto { if (GiftType != other.GiftType) return false; if (COIFHFPEGPH != other.COIFHFPEGPH) return false; if (EndTime != other.EndTime) return false; - if(!stateInfo_.Equals(other.stateInfo_)) return false; + if(!giftDataList_.Equals(other.giftDataList_)) return false; return Equals(_unknownFields, other._unknownFields); } @@ -163,7 +163,7 @@ namespace EggLink.DanhengServer.Proto { if (GiftType != 0) hash ^= GiftType.GetHashCode(); if (COIFHFPEGPH != 0L) hash ^= COIFHFPEGPH.GetHashCode(); if (EndTime != 0L) hash ^= EndTime.GetHashCode(); - hash ^= stateInfo_.GetHashCode(); + hash ^= giftDataList_.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -190,7 +190,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(96); output.WriteInt64(EndTime); } - stateInfo_.WriteTo(output, _repeated_stateInfo_codec); + giftDataList_.WriteTo(output, _repeated_giftDataList_codec); if (COIFHFPEGPH != 0L) { output.WriteRawTag(112); output.WriteInt64(COIFHFPEGPH); @@ -213,7 +213,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(96); output.WriteInt64(EndTime); } - stateInfo_.WriteTo(ref output, _repeated_stateInfo_codec); + giftDataList_.WriteTo(ref output, _repeated_giftDataList_codec); if (COIFHFPEGPH != 0L) { output.WriteRawTag(112); output.WriteInt64(COIFHFPEGPH); @@ -237,7 +237,7 @@ namespace EggLink.DanhengServer.Proto { if (EndTime != 0L) { size += 1 + pb::CodedOutputStream.ComputeInt64Size(EndTime); } - size += stateInfo_.CalculateSize(_repeated_stateInfo_codec); + size += giftDataList_.CalculateSize(_repeated_giftDataList_codec); if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -259,7 +259,7 @@ namespace EggLink.DanhengServer.Proto { if (other.EndTime != 0L) { EndTime = other.EndTime; } - stateInfo_.Add(other.stateInfo_); + giftDataList_.Add(other.giftDataList_); _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -284,7 +284,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 106: { - stateInfo_.AddEntriesFrom(input, _repeated_stateInfo_codec); + giftDataList_.AddEntriesFrom(input, _repeated_giftDataList_codec); break; } case 112: { @@ -315,7 +315,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 106: { - stateInfo_.AddEntriesFrom(ref input, _repeated_stateInfo_codec); + giftDataList_.AddEntriesFrom(ref input, _repeated_giftDataList_codec); break; } case 112: { diff --git a/Proto/JEGLEIKMNCL.cs b/Proto/RechargeGiftStatus.cs similarity index 62% rename from Proto/JEGLEIKMNCL.cs rename to Proto/RechargeGiftStatus.cs index 1f210232..8e87db56 100644 --- a/Proto/JEGLEIKMNCL.cs +++ b/Proto/RechargeGiftStatus.cs @@ -1,6 +1,6 @@ // // Generated by the protocol buffer compiler. DO NOT EDIT! -// source: JEGLEIKMNCL.proto +// source: RechargeGiftStatus.proto // #pragma warning disable 1591, 0612, 3021, 8981 #region Designer generated code @@ -11,34 +11,34 @@ using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; namespace EggLink.DanhengServer.Proto { - /// Holder for reflection information generated from JEGLEIKMNCL.proto - public static partial class JEGLEIKMNCLReflection { + /// Holder for reflection information generated from RechargeGiftStatus.proto + public static partial class RechargeGiftStatusReflection { #region Descriptor - /// File descriptor for JEGLEIKMNCL.proto + /// File descriptor for RechargeGiftStatus.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; - static JEGLEIKMNCLReflection() { + static RechargeGiftStatusReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFKRUdMRUlLTU5DTC5wcm90bypHCgtKRUdMRUlLTU5DTBIJCgVrTm9uZRAA", - "EhgKFGtraWxsRWxpdGVNb25zdGVyTnVtEAESEwoPa2tpbGxNb25zdGVyTnVt", + "ChhSZWNoYXJnZUdpZnRTdGF0dXMucHJvdG8qQAoSUmVjaGFyZ2VHaWZ0U3Rh", + "dHVzEgwKCE5vdFJlYWNoEAASDAoIUmVjZWl2ZWQQARIOCgpDYW5SZWNlaXZl", "EAJCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.JEGLEIKMNCL), }, null, null)); + new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.RechargeGiftStatus), }, null, null)); } #endregion } #region Enums - public enum JEGLEIKMNCL { - [pbr::OriginalName("kNone")] KNone = 0, - [pbr::OriginalName("kkillEliteMonsterNum")] KkillEliteMonsterNum = 1, - [pbr::OriginalName("kkillMonsterNum")] KkillMonsterNum = 2, + public enum RechargeGiftStatus { + [pbr::OriginalName("NotReach")] NotReach = 0, + [pbr::OriginalName("Received")] Received = 1, + [pbr::OriginalName("CanReceive")] CanReceive = 2, } #endregion diff --git a/Proto/RechargeSuccNotify.cs b/Proto/RechargeSuccNotify.cs index 8db9eb1d..5a8d4f13 100644 --- a/Proto/RechargeSuccNotify.cs +++ b/Proto/RechargeSuccNotify.cs @@ -24,11 +24,11 @@ namespace EggLink.DanhengServer.Proto { static RechargeSuccNotifyReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChhSZWNoYXJnZVN1Y2NOb3RpZnkucHJvdG8aDkl0ZW1MaXN0LnByb3RvInoK", - "ElJlY2hhcmdlU3VjY05vdGlmeRIbCghJdGVtTGlzdBgEIAEoCzIJLkl0ZW1M", - "aXN0EhwKFE1vbnRoQ2FyZE91dGRhdGVUaW1lGAwgASgEEhEKCVByb2R1Y3RJ", - "ZBgNIAEoCRIWCg5DaGFubmVsT3JkZXJObxgDIAEoCUIeqgIbRWdnTGluay5E", - "YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "ChhSZWNoYXJnZVN1Y2NOb3RpZnkucHJvdG8aDkl0ZW1MaXN0LnByb3RvIoEB", + "ChJSZWNoYXJnZVN1Y2NOb3RpZnkSHAoJaXRlbV9saXN0GAQgASgLMgkuSXRl", + "bUxpc3QSHwoXbW9udGhfY2FyZF9vdXRkYXRlX3RpbWUYDCABKAQSEgoKcHJv", + "ZHVjdF9pZBgNIAEoCRIYChBjaGFubmVsX29yZGVyX25vGAMgASgJQh6qAhtF", + "Z2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -87,7 +87,7 @@ namespace EggLink.DanhengServer.Proto { return new RechargeSuccNotify(this); } - /// Field number for the "ItemList" field. + /// Field number for the "item_list" field. public const int ItemListFieldNumber = 4; private global::EggLink.DanhengServer.Proto.ItemList itemList_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -99,7 +99,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "MonthCardOutdateTime" field. + /// Field number for the "month_card_outdate_time" field. public const int MonthCardOutdateTimeFieldNumber = 12; private ulong monthCardOutdateTime_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -111,7 +111,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "ProductId" field. + /// Field number for the "product_id" field. public const int ProductIdFieldNumber = 13; private string productId_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -123,7 +123,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "ChannelOrderNo" field. + /// Field number for the "channel_order_no" field. public const int ChannelOrderNoFieldNumber = 3; private string channelOrderNo_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/RelicFilterPlan.cs b/Proto/RelicFilterPlan.cs index d1f8de3d..7cfbc216 100644 --- a/Proto/RelicFilterPlan.cs +++ b/Proto/RelicFilterPlan.cs @@ -25,13 +25,13 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChVSZWxpY0ZpbHRlclBsYW4ucHJvdG8aHVJlbGljRmlsdGVyUGxhblNldHRp", - "bmdzLnByb3RvGhlSZWxpY0ZpbHRlclBsYW5JY29uLnByb3RvIscBCg9SZWxp", - "Y0ZpbHRlclBsYW4SKgoIU2V0dGluZ3MYAiABKAsyGC5SZWxpY0ZpbHRlclBs", - "YW5TZXR0aW5ncxIMCgROYW1lGAsgASgJEhgKEEF2YXRhcklkT25DcmVhdGUY", - "BCABKA0SEAoISXNNYXJrZWQYCCABKAgSEQoJU2xvdEluZGV4GAkgASgNEiIK", - "BEljb24YDyABKAsyFC5SZWxpY0ZpbHRlclBsYW5JY29uEhcKD1VwZGF0ZVRp", - "bWVzdGFtcBgNIAEoA0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv", - "YgZwcm90bzM=")); + "bmdzLnByb3RvGhlSZWxpY0ZpbHRlclBsYW5JY29uLnByb3RvIs0BCg9SZWxp", + "Y0ZpbHRlclBsYW4SKgoIc2V0dGluZ3MYAiABKAsyGC5SZWxpY0ZpbHRlclBs", + "YW5TZXR0aW5ncxIMCgRuYW1lGAsgASgJEhsKE2F2YXRhcl9pZF9vbl9jcmVh", + "dGUYBCABKA0SEQoJaXNfbWFya2VkGAggASgIEhIKCnNsb3RfaW5kZXgYCSAB", + "KA0SIgoEaWNvbhgPIAEoCzIULlJlbGljRmlsdGVyUGxhbkljb24SGAoQdXBk", + "YXRlX3RpbWVzdGFtcBgNIAEoA0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy", + "LlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RelicFilterPlanSettingsReflection.Descriptor, global::EggLink.DanhengServer.Proto.RelicFilterPlanIconReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -93,7 +93,7 @@ namespace EggLink.DanhengServer.Proto { return new RelicFilterPlan(this); } - /// Field number for the "Settings" field. + /// Field number for the "settings" field. public const int SettingsFieldNumber = 2; private global::EggLink.DanhengServer.Proto.RelicFilterPlanSettings settings_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -105,7 +105,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Name" field. + /// Field number for the "name" field. public const int NameFieldNumber = 11; private string name_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -117,7 +117,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "AvatarIdOnCreate" field. + /// Field number for the "avatar_id_on_create" field. public const int AvatarIdOnCreateFieldNumber = 4; private uint avatarIdOnCreate_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -129,7 +129,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "IsMarked" field. + /// Field number for the "is_marked" field. public const int IsMarkedFieldNumber = 8; private bool isMarked_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -141,7 +141,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "SlotIndex" field. + /// Field number for the "slot_index" field. public const int SlotIndexFieldNumber = 9; private uint slotIndex_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -153,7 +153,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Icon" field. + /// Field number for the "icon" field. public const int IconFieldNumber = 15; private global::EggLink.DanhengServer.Proto.RelicFilterPlanIcon icon_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -165,7 +165,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "UpdateTimestamp" field. + /// Field number for the "update_timestamp" field. public const int UpdateTimestampFieldNumber = 13; private long updateTimestamp_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/RelicFilterPlanIcon.cs b/Proto/RelicFilterPlanIcon.cs index 8c82ab89..4d2eb9fa 100644 --- a/Proto/RelicFilterPlanIcon.cs +++ b/Proto/RelicFilterPlanIcon.cs @@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto { static RelicFilterPlanIconReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChlSZWxpY0ZpbHRlclBsYW5JY29uLnByb3RvIjsKE1JlbGljRmlsdGVyUGxh", - "bkljb24SDgoGSWNvbklkGAUgASgNEhQKDElzQXZhdGFySWNvbhgLIAEoCEIe", - "qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "ChlSZWxpY0ZpbHRlclBsYW5JY29uLnByb3RvIj4KE1JlbGljRmlsdGVyUGxh", + "bkljb24SDwoHaWNvbl9pZBgFIAEoDRIWCg5pc19hdmF0YXJfaWNvbhgLIAEo", + "CEIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -83,7 +83,7 @@ namespace EggLink.DanhengServer.Proto { return new RelicFilterPlanIcon(this); } - /// Field number for the "IconId" field. + /// Field number for the "icon_id" field. public const int IconIdFieldNumber = 5; private uint iconId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -95,7 +95,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "IsAvatarIcon" field. + /// Field number for the "is_avatar_icon" field. public const int IsAvatarIconFieldNumber = 11; private bool isAvatarIcon_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/RelicFilterPlanSettings.cs b/Proto/RelicFilterPlanSettings.cs index 202cbf5e..2da368bf 100644 --- a/Proto/RelicFilterPlanSettings.cs +++ b/Proto/RelicFilterPlanSettings.cs @@ -24,16 +24,16 @@ namespace EggLink.DanhengServer.Proto { static RelicFilterPlanSettingsReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Ch1SZWxpY0ZpbHRlclBsYW5TZXR0aW5ncy5wcm90byLQAgoXUmVsaWNGaWx0", - "ZXJQbGFuU2V0dGluZ3MSFAoMUmFyaXR5Qml0c2V0GAEgASgNEhQKDFJlbGlj", - "U2V0TGlzdBgCIAMoDRIcChRCb2R5TWFpblByb3BlcnR5TGlzdBgDIAMoDRIc", - "ChRGb290TWFpblByb3BlcnR5TGlzdBgEIAMoDRIeChZTcGhlcmVNYWluUHJv", - "cGVydHlMaXN0GAUgAygNEhwKFFJvcGVNYWluUHJvcGVydHlMaXN0GAYgAygN", - "EiIKGklzSW5jbHVkZUZpbHRlclN1YlByb3BlcnR5GAcgASgIEhYKDlN1YlBy", - "b3BlcnR5TnVtGAggASgNEhcKD1N1YlByb3BlcnR5TGlzdBgJIAMoDRIcChRI", - "ZWFkTWFpblByb3BlcnR5TGlzdBgKIAMoDRIcChRIYW5kTWFpblByb3BlcnR5", - "TGlzdBgLIAMoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", - "cm90bzM=")); + "Ch1SZWxpY0ZpbHRlclBsYW5TZXR0aW5ncy5wcm90byLtAgoXUmVsaWNGaWx0", + "ZXJQbGFuU2V0dGluZ3MSFQoNcmFyaXR5X2JpdHNldBgBIAEoDRIWCg5yZWxp", + "Y19zZXRfbGlzdBgCIAMoDRIfChdib2R5X21haW5fcHJvcGVydHlfbGlzdBgD", + "IAMoDRIfChdmb290X21haW5fcHJvcGVydHlfbGlzdBgEIAMoDRIhChlzcGhl", + "cmVfbWFpbl9wcm9wZXJ0eV9saXN0GAUgAygNEh8KF3JvcGVfbWFpbl9wcm9w", + "ZXJ0eV9saXN0GAYgAygNEiYKHmlzX2luY2x1ZGVfZmlsdGVyX3N1Yl9wcm9w", + "ZXJ0eRgHIAEoCBIYChBzdWJfcHJvcGVydHlfbnVtGAggASgNEhkKEXN1Yl9w", + "cm9wZXJ0eV9saXN0GAkgAygNEh8KF2hlYWRfbWFpbl9wcm9wZXJ0eV9saXN0", + "GAogAygNEh8KF2hhbmRfbWFpbl9wcm9wZXJ0eV9saXN0GAsgAygNQh6qAhtF", + "Z2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -99,7 +99,7 @@ namespace EggLink.DanhengServer.Proto { return new RelicFilterPlanSettings(this); } - /// Field number for the "RarityBitset" field. + /// Field number for the "rarity_bitset" field. public const int RarityBitsetFieldNumber = 1; private uint rarityBitset_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -111,7 +111,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "RelicSetList" field. + /// Field number for the "relic_set_list" field. public const int RelicSetListFieldNumber = 2; private static readonly pb::FieldCodec _repeated_relicSetList_codec = pb::FieldCodec.ForUInt32(18); @@ -122,7 +122,7 @@ namespace EggLink.DanhengServer.Proto { get { return relicSetList_; } } - /// Field number for the "BodyMainPropertyList" field. + /// Field number for the "body_main_property_list" field. public const int BodyMainPropertyListFieldNumber = 3; private static readonly pb::FieldCodec _repeated_bodyMainPropertyList_codec = pb::FieldCodec.ForUInt32(26); @@ -133,7 +133,7 @@ namespace EggLink.DanhengServer.Proto { get { return bodyMainPropertyList_; } } - /// Field number for the "FootMainPropertyList" field. + /// Field number for the "foot_main_property_list" field. public const int FootMainPropertyListFieldNumber = 4; private static readonly pb::FieldCodec _repeated_footMainPropertyList_codec = pb::FieldCodec.ForUInt32(34); @@ -144,7 +144,7 @@ namespace EggLink.DanhengServer.Proto { get { return footMainPropertyList_; } } - /// Field number for the "SphereMainPropertyList" field. + /// Field number for the "sphere_main_property_list" field. public const int SphereMainPropertyListFieldNumber = 5; private static readonly pb::FieldCodec _repeated_sphereMainPropertyList_codec = pb::FieldCodec.ForUInt32(42); @@ -155,7 +155,7 @@ namespace EggLink.DanhengServer.Proto { get { return sphereMainPropertyList_; } } - /// Field number for the "RopeMainPropertyList" field. + /// Field number for the "rope_main_property_list" field. public const int RopeMainPropertyListFieldNumber = 6; private static readonly pb::FieldCodec _repeated_ropeMainPropertyList_codec = pb::FieldCodec.ForUInt32(50); @@ -166,7 +166,7 @@ namespace EggLink.DanhengServer.Proto { get { return ropeMainPropertyList_; } } - /// Field number for the "IsIncludeFilterSubProperty" field. + /// Field number for the "is_include_filter_sub_property" field. public const int IsIncludeFilterSubPropertyFieldNumber = 7; private bool isIncludeFilterSubProperty_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -178,7 +178,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "SubPropertyNum" field. + /// Field number for the "sub_property_num" field. public const int SubPropertyNumFieldNumber = 8; private uint subPropertyNum_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -190,7 +190,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "SubPropertyList" field. + /// Field number for the "sub_property_list" field. public const int SubPropertyListFieldNumber = 9; private static readonly pb::FieldCodec _repeated_subPropertyList_codec = pb::FieldCodec.ForUInt32(74); @@ -201,7 +201,7 @@ namespace EggLink.DanhengServer.Proto { get { return subPropertyList_; } } - /// Field number for the "HeadMainPropertyList" field. + /// Field number for the "head_main_property_list" field. public const int HeadMainPropertyListFieldNumber = 10; private static readonly pb::FieldCodec _repeated_headMainPropertyList_codec = pb::FieldCodec.ForUInt32(82); @@ -212,7 +212,7 @@ namespace EggLink.DanhengServer.Proto { get { return headMainPropertyList_; } } - /// Field number for the "HandMainPropertyList" field. + /// Field number for the "hand_main_property_list" field. public const int HandMainPropertyListFieldNumber = 11; private static readonly pb::FieldCodec _repeated_handMainPropertyList_codec = pb::FieldCodec.ForUInt32(90); diff --git a/Proto/ReloginType.cs b/Proto/ReloginType.cs deleted file mode 100644 index 228104f7..00000000 --- a/Proto/ReloginType.cs +++ /dev/null @@ -1,49 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: ReloginType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from ReloginType.proto - public static partial class ReloginTypeReflection { - - #region Descriptor - /// File descriptor for ReloginType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static ReloginTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChFSZWxvZ2luVHlwZS5wcm90bypGCgtSZWxvZ2luVHlwZRILCgdOT19LSUNL", - "EAASDgoKRk9SQ0VfS0lDSxABEg0KCUlETEVfS0lDSxACEgsKB1NJTEVOQ0UQ", - "A0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.ReloginType), }, null, null)); - } - #endregion - - } - #region Enums - public enum ReloginType { - [pbr::OriginalName("NO_KICK")] NoKick = 0, - [pbr::OriginalName("FORCE_KICK")] ForceKick = 1, - [pbr::OriginalName("IDLE_KICK")] IdleKick = 2, - [pbr::OriginalName("SILENCE")] Silence = 3, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/RemoveRotaterScRsp.cs b/Proto/RemoveRotaterScRsp.cs index fea84f87..37986a9f 100644 --- a/Proto/RemoveRotaterScRsp.cs +++ b/Proto/RemoveRotaterScRsp.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static RemoveRotaterScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChhSZW1vdmVSb3RhdGVyU2NSc3AucHJvdG8aEVJvdGF0ZXJEYXRhLnByb3Rv", - "GhdSb3RhdGVyRW5lcmd5SW5mby5wcm90byJyChJSZW1vdmVSb3RhdGVyU2NS", + "ChhSZW1vdmVSb3RhdGVyU2NSc3AucHJvdG8aF1JvdGF0ZXJFbmVyZ3lJbmZv", + "LnByb3RvGhFSb3RhdGVyRGF0YS5wcm90byJyChJSZW1vdmVSb3RhdGVyU2NS", "c3ASDwoHcmV0Y29kZRgMIAEoDRInCgtlbmVyZ3lfaW5mbxgPIAEoCzISLlJv", "dGF0ZXJFbmVyZ3lJbmZvEiIKDHJvdGF0ZXJfZGF0YRgIIAEoCzIMLlJvdGF0", "ZXJEYXRhQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3Rv", "Mw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RotaterDataReflection.Descriptor, global::EggLink.DanhengServer.Proto.RotaterEnergyInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RotaterEnergyInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RotaterDataReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RemoveRotaterScRsp), global::EggLink.DanhengServer.Proto.RemoveRotaterScRsp.Parser, new[]{ "Retcode", "EnergyInfo", "RotaterData" }, null, null, null, null) })); diff --git a/Proto/ReserveStaminaExchangeScRsp.cs b/Proto/ReserveStaminaExchangeScRsp.cs index 9262e8b3..bd157449 100644 --- a/Proto/ReserveStaminaExchangeScRsp.cs +++ b/Proto/ReserveStaminaExchangeScRsp.cs @@ -25,7 +25,7 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CiFSZXNlcnZlU3RhbWluYUV4Y2hhbmdlU2NSc3AucHJvdG8iOwobUmVzZXJ2", - "ZVN0YW1pbmFFeGNoYW5nZVNjUnNwEgsKA051bRgFIAEoDRIPCgdSZXRjb2Rl", + "ZVN0YW1pbmFFeGNoYW5nZVNjUnNwEgsKA251bRgFIAEoDRIPCgdyZXRjb2Rl", "GAIgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3Rv", "Mw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, @@ -84,7 +84,7 @@ namespace EggLink.DanhengServer.Proto { return new ReserveStaminaExchangeScRsp(this); } - /// Field number for the "Num" field. + /// Field number for the "num" field. public const int NumFieldNumber = 5; private uint num_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -96,7 +96,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Retcode" field. + /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 2; private uint retcode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/ResetEraFlipperDataCsReq.cs b/Proto/ResetEraFlipperDataCsReq.cs index 3594456e..d5f67d2d 100644 --- a/Proto/ResetEraFlipperDataCsReq.cs +++ b/Proto/ResetEraFlipperDataCsReq.cs @@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto { static ResetEraFlipperDataCsReqReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Ch5SZXNldEVyYUZsaXBwZXJEYXRhQ3NSZXEucHJvdG8iLAoYUmVzZXRFcmFG", - "bGlwcGVyRGF0YUNzUmVxEhAKCGlzX3Jlc2V0GA4gASgIQh6qAhtFZ2dMaW5r", - "LkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "Ch5SZXNldEVyYUZsaXBwZXJEYXRhQ3NSZXEucHJvdG8iLwoYUmVzZXRFcmFG", + "bGlwcGVyRGF0YUNzUmVxEhMKC1BBSE1BR1BGRERKGA4gASgIQh6qAhtFZ2dM", + "aW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ResetEraFlipperDataCsReq), global::EggLink.DanhengServer.Proto.ResetEraFlipperDataCsReq.Parser, new[]{ "IsReset" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ResetEraFlipperDataCsReq), global::EggLink.DanhengServer.Proto.ResetEraFlipperDataCsReq.Parser, new[]{ "PAHMAGPFDDJ" }, null, null, null, null) })); } #endregion @@ -72,7 +72,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public ResetEraFlipperDataCsReq(ResetEraFlipperDataCsReq other) : this() { - isReset_ = other.isReset_; + pAHMAGPFDDJ_ = other.pAHMAGPFDDJ_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -82,15 +82,15 @@ namespace EggLink.DanhengServer.Proto { return new ResetEraFlipperDataCsReq(this); } - /// Field number for the "is_reset" field. - public const int IsResetFieldNumber = 14; - private bool isReset_; + /// Field number for the "PAHMAGPFDDJ" field. + public const int PAHMAGPFDDJFieldNumber = 14; + private bool pAHMAGPFDDJ_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool IsReset { - get { return isReset_; } + public bool PAHMAGPFDDJ { + get { return pAHMAGPFDDJ_; } set { - isReset_ = value; + pAHMAGPFDDJ_ = value; } } @@ -109,7 +109,7 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (IsReset != other.IsReset) return false; + if (PAHMAGPFDDJ != other.PAHMAGPFDDJ) return false; return Equals(_unknownFields, other._unknownFields); } @@ -117,7 +117,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (IsReset != false) hash ^= IsReset.GetHashCode(); + if (PAHMAGPFDDJ != false) hash ^= PAHMAGPFDDJ.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -136,9 +136,9 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (IsReset != false) { + if (PAHMAGPFDDJ != false) { output.WriteRawTag(112); - output.WriteBool(IsReset); + output.WriteBool(PAHMAGPFDDJ); } if (_unknownFields != null) { _unknownFields.WriteTo(output); @@ -150,9 +150,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (IsReset != false) { + if (PAHMAGPFDDJ != false) { output.WriteRawTag(112); - output.WriteBool(IsReset); + output.WriteBool(PAHMAGPFDDJ); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); @@ -164,7 +164,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (IsReset != false) { + if (PAHMAGPFDDJ != false) { size += 1 + 1; } if (_unknownFields != null) { @@ -179,8 +179,8 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - if (other.IsReset != false) { - IsReset = other.IsReset; + if (other.PAHMAGPFDDJ != false) { + PAHMAGPFDDJ = other.PAHMAGPFDDJ; } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -198,7 +198,7 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 112: { - IsReset = input.ReadBool(); + PAHMAGPFDDJ = input.ReadBool(); break; } } @@ -217,7 +217,7 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 112: { - IsReset = input.ReadBool(); + PAHMAGPFDDJ = input.ReadBool(); break; } } diff --git a/Proto/ResetEraFlipperDataScRsp.cs b/Proto/ResetEraFlipperDataScRsp.cs index dca2000d..fcdaf329 100644 --- a/Proto/ResetEraFlipperDataScRsp.cs +++ b/Proto/ResetEraFlipperDataScRsp.cs @@ -25,14 +25,14 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Ch5SZXNldEVyYUZsaXBwZXJEYXRhU2NSc3AucHJvdG8aGEVyYUZsaXBwZXJE", - "YXRhTGlzdC5wcm90byJgChhSZXNldEVyYUZsaXBwZXJEYXRhU2NSc3ASDwoH", + "YXRhTGlzdC5wcm90byJjChhSZXNldEVyYUZsaXBwZXJEYXRhU2NSc3ASDwoH", "cmV0Y29kZRgCIAEoDRIhCgRkYXRhGA4gASgLMhMuRXJhRmxpcHBlckRhdGFM", - "aXN0EhAKCGlzX3Jlc2V0GAcgASgIQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2", - "ZXIuUHJvdG9iBnByb3RvMw==")); + "aXN0EhMKC1BBSE1BR1BGRERKGAcgASgIQh6qAhtFZ2dMaW5rLkRhbmhlbmdT", + "ZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EraFlipperDataListReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ResetEraFlipperDataScRsp), global::EggLink.DanhengServer.Proto.ResetEraFlipperDataScRsp.Parser, new[]{ "Retcode", "Data", "IsReset" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ResetEraFlipperDataScRsp), global::EggLink.DanhengServer.Proto.ResetEraFlipperDataScRsp.Parser, new[]{ "Retcode", "Data", "PAHMAGPFDDJ" }, null, null, null, null) })); } #endregion @@ -76,7 +76,7 @@ namespace EggLink.DanhengServer.Proto { public ResetEraFlipperDataScRsp(ResetEraFlipperDataScRsp other) : this() { retcode_ = other.retcode_; data_ = other.data_ != null ? other.data_.Clone() : null; - isReset_ = other.isReset_; + pAHMAGPFDDJ_ = other.pAHMAGPFDDJ_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -110,15 +110,15 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "is_reset" field. - public const int IsResetFieldNumber = 7; - private bool isReset_; + /// Field number for the "PAHMAGPFDDJ" field. + public const int PAHMAGPFDDJFieldNumber = 7; + private bool pAHMAGPFDDJ_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool IsReset { - get { return isReset_; } + public bool PAHMAGPFDDJ { + get { return pAHMAGPFDDJ_; } set { - isReset_ = value; + pAHMAGPFDDJ_ = value; } } @@ -139,7 +139,7 @@ namespace EggLink.DanhengServer.Proto { } if (Retcode != other.Retcode) return false; if (!object.Equals(Data, other.Data)) return false; - if (IsReset != other.IsReset) return false; + if (PAHMAGPFDDJ != other.PAHMAGPFDDJ) return false; return Equals(_unknownFields, other._unknownFields); } @@ -149,7 +149,7 @@ namespace EggLink.DanhengServer.Proto { int hash = 1; if (Retcode != 0) hash ^= Retcode.GetHashCode(); if (data_ != null) hash ^= Data.GetHashCode(); - if (IsReset != false) hash ^= IsReset.GetHashCode(); + if (PAHMAGPFDDJ != false) hash ^= PAHMAGPFDDJ.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -172,9 +172,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(16); output.WriteUInt32(Retcode); } - if (IsReset != false) { + if (PAHMAGPFDDJ != false) { output.WriteRawTag(56); - output.WriteBool(IsReset); + output.WriteBool(PAHMAGPFDDJ); } if (data_ != null) { output.WriteRawTag(114); @@ -194,9 +194,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(16); output.WriteUInt32(Retcode); } - if (IsReset != false) { + if (PAHMAGPFDDJ != false) { output.WriteRawTag(56); - output.WriteBool(IsReset); + output.WriteBool(PAHMAGPFDDJ); } if (data_ != null) { output.WriteRawTag(114); @@ -218,7 +218,7 @@ namespace EggLink.DanhengServer.Proto { if (data_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(Data); } - if (IsReset != false) { + if (PAHMAGPFDDJ != false) { size += 1 + 1; } if (_unknownFields != null) { @@ -242,8 +242,8 @@ namespace EggLink.DanhengServer.Proto { } Data.MergeFrom(other.Data); } - if (other.IsReset != false) { - IsReset = other.IsReset; + if (other.PAHMAGPFDDJ != false) { + PAHMAGPFDDJ = other.PAHMAGPFDDJ; } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -265,7 +265,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 56: { - IsReset = input.ReadBool(); + PAHMAGPFDDJ = input.ReadBool(); break; } case 114: { @@ -295,7 +295,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 56: { - IsReset = input.ReadBool(); + PAHMAGPFDDJ = input.ReadBool(); break; } case 114: { diff --git a/Proto/Retcode.cs b/Proto/Retcode.cs index 8877d8df..bdfaaea6 100644 --- a/Proto/Retcode.cs +++ b/Proto/Retcode.cs @@ -24,7 +24,7 @@ namespace EggLink.DanhengServer.Proto { static RetcodeReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Cg1SZXRjb2RlLnByb3RvKvWZAgoHUmV0Y29kZRIMCghSRVRfU1VDQxAAEgwK", + "Cg1SZXRjb2RlLnByb3RvKvSaAgoHUmV0Y29kZRIMCghSRVRfU1VDQxAAEgwK", "CFJFVF9GQUlMEAESHQoZUkVUX1NFUlZFUl9JTlRFUk5BTF9FUlJPUhACEg8K", "C1JFVF9USU1FT1VUEAMSFAoQUkVUX1JFUEVBVEVEX1JFURAEEhgKFFJFVF9S", "RVFfUEFSQV9JTlZBTElEEAUSGQoVUkVUX1BMQVlFUl9EQVRBX0VSUk9SEAYS", @@ -738,96 +738,99 @@ namespace EggLink.DanhengServer.Proto { "SUdIVF9QTEFZRVJfTEFDSxDvMBImCiFSRVRfTUFUQ0hfQ0xJRU5UX0RBVEFf", "VkVSU0lPTl9MT1cQ8DASIgodUkVUX0xPQkJZX1NUQVJUX01BVENIX0RJU0FC", "TEUQ8TASHQoYUkVUX0xPQkJZX0lOVEVSQUNUX0lOX0NEEPIwEh4KGVJFVF9M", - "T0JCWV9PV05FUl9TVEFURV9FUlIQ8zASGgoVUkVUX0xPQkJZX09QX1RPT19G", - "QVNUEPQwEiYKIVJFVF9TV09SRF9UUkFJTklOR19OT19BQ1RJVkVfR0FNRRCd", - "MRIvCipSRVRfU1dPUkRfVFJBSU5JTkdfTk9fUEVORElOR19BQ1RJT05fTUFU", - "Q0gQnjESLwoqUkVUX1NXT1JEX1RSQUlOSU5HX1BBUlRORVJfQUJJTElUWV9J", - "TlZBTElEEJ8xEi0KKFJFVF9TV09SRF9UUkFJTklOR19TS0lMTF9BTFJFQURZ", - "X0xFQVJORUQQoDESKgolUkVUX1NXT1JEX1RSQUlOSU5HX0NPTkRJVElPTl9O", - "T1RfTUVFVBChMRIwCitSRVRfU1dPUkRfVFJBSU5JTkdfUEFSRU5UX1NLSUxM", - "X05PVF9MRUFSTkVEEKIxEi0KKFJFVF9TV09SRF9UUkFJTklOR19TS0lMTF9U", - "WVBFX05PVF9VTkxPQ0sQozESKgolUkVUX1NXT1JEX1RSQUlOSU5HX0dBTUVf", - "QUxSRUFEWV9FWElTVBCkMRItCihSRVRfU1dPUkRfVFJBSU5JTkdfRU5ESU5H", - "X0hJTlRfTk9UX01BVENIEKUxEjIKLVJFVF9TV09SRF9UUkFJTklOR19TVE9S", - "WUxJTkVfQ09ORklHX05PVF9GT1VORBCmMRIuCilSRVRfU1dPUkRfVFJBSU5J", - "TkdfU1RPUllfQ09ORklHX05PVF9GT1VORBCnMRIpCiRSRVRfU1dPUkRfVFJB", - "SU5JTkdfVU5MT0NLX05PVF9GSU5JU0gQqDESJwoiUkVUX1NXT1JEX1RSQUlO", - "SU5HX09QVElPTl9NSVNNQVRDSBCpMRIzCi5SRVRfU1dPUkRfVFJBSU5JTkdf", - "UkVTVE9SRV9XSVRIT1VUX0VYQU1fRkFJTEVEEKoxEjEKLFJFVF9TV09SRF9U", - "UkFJTklOR19OT19SRVNUT1JFX0dBTUVfQVZBSUxBQkxFEKsxEi4KKVJFVF9T", - "V09SRF9UUkFJTklOR19FTkRJTkdfU1RPUllfTk9UX01BVENIEKwxEikKJFJF", - "VF9TV09SRF9UUkFJTklOR19FTkRJTkdfTk9UX0ZJTklTSBCtMRIrCiZSRVRf", - "U1dPUkRfVFJBSU5JTkdfRU5ESU5HX1JFV0FSRF9UQUtFThCuMRIuCilSRVRf", - "U1dPUkRfVFJBSU5JTkdfQ09NQkFUX1JBTktfTk9UX0NIQU5HRRCvMRItCihS", - "RVRfU1dPUkRfVFJBSU5JTkdfRElSRUNUX0JBVFRMRV9ESVNBQkxFELAxEiMK", - "HlJFVF9GSUdIVF9GRVNUX1BIQVNFX05PVF9NQVRDSBDPMRItCihSRVRfRklH", - "SFRfRkVTVF9TQ09SRV9SQUNFX0FMUkVBRFlfRklOSVNIENAxEiQKH1JFVF9G", - "SUdIVF9GRVNUX0NIQUxMRU5HRV9MT0NLRUQQ0TESJgohUkVUX0ZJR0hUX0ZF", - "U1RfQ09BQ0hfU0tJTExfTE9DS0VEENIxEjIKLVJFVF9GSUdIVF9GRVNUX0NP", - "QUNIX1NLSUxMX0VRVUlQX1RZUEVfRVhJU1RFRBDTMRIsCidSRVRfRklHSFRf", - "RkVTVF9TQ09SRV9SQUNFX01JU1NJT05fRE9JTkQQ1DESKAojUkVUX0ZJR0hU", - "X0ZFU1RfQ09BQ0hfU0tJTExfTk9fRVFVSVAQ1TESFgoRUkVUX1BFVF9OT1Rf", - "RVhJU1QQgTISHQoYUkVUX1BFVF9BTFJFQURZX1NVTU1PTkVEEIIyEhkKFFJF", - "VF9QRVRfTk9UX1NVTU1PTkVEEIMyEioKJVJFVF9NVVNJQ19SSFlUSE1fTEVW", - "RUxfVElNRV9UT09fU0hPUlQQszISIgodUkVUX01VU0lDX1JIWVRITV9OT1Rf", - "SU5fTEVWRUwQtDISLQooUkVUX01VU0lDX1JIWVRITV9QUkVfRElGRklDVUxU", - "WV9OT1RfUEFTUxC1MhIiCh1SRVRfTVVTSUNfUkhZVEhNX1NPTkdfTElNSVRF", - "RBC2MhIhChxSRVRfTVVTSUNfUkhZVEhNX1NPTkdfTE9DS0VEELcyEiIKHVJF", - "VF9NVVNJQ19SSFlUSE1fVFJBQ0tfTE9DS0VEELgyEiYKIVJFVF9NVVNJQ19S", - "SFlUSE1fTEVWRUxfTk9UX1VOTE9DSxC5MhIlCiBSRVRfTVVTSUNfUkhZVEhN", - "X1NPTkdfU0ZYX0xPQ0tFRBC6MhIkCh9SRVRfVFJBSU5fUEFSVFlfQ09JTl9O", - "T1RfRU5PVUdIEOUyEiYKIVJFVF9UUkFJTl9QQVJUWV9ESVlfVEFHX05PVF9N", - "QVRDSBDmMhIxCixSRVRfVFJBSU5fUEFSVFlfVVNFX0NBUkRfTU9CSUxJVFlf", - "Tk9UX0VOT1VHSBDnMhIwCitSRVRfVFJBSU5fUEFSVFlfQVJFQV9VTkxPQ0tf", - "Q09JTl9OT1RfRU5PVUdIEOgyEiUKIFJFVF9UQVJPVF9CT09LX0VORVJHWV9O", - "T1RfRU5PVUdIEMkzEiYKIVJFVF9UQVJPVF9CT09LX1BBQ0tfTk9UX0FWQUlM", - "QUJMRRDKMxIoCiNSRVRfVEFST1RfQk9PS19TVE9SWV9BTFJFQURZX1VOTE9D", - "SxDLMxIjCh5SRVRfVEFST1RfQk9PS19DQVJEX05PVF9FTk9VR0gQzDMSIwoe", - "UkVUX1RBUk9UX0JPT0tfQ0xVRV9OT1RfRU5PVUdIEM0zEi4KKVJFVF9UQVJP", - "VF9CT09LX1VOTE9DS19TVE9SWV9DQVJEX05PVF9TQU1FEM4zEiQKH1JFVF9U", - "QVJPVF9CT09LX1NUT1JZX05PVF9VTkxPQ0sQzzMSKAojUkVUX1RBUk9UX0JP", - "T0tfU1RPUllfQUxSRUFEWV9GSU5JU0gQ0DMSLgopUkVUX1RBUk9UX0JPT0tf", - "SU5URVJBQ1RJT05fQUxSRUFEWV9GSU5JU0gQ0TMSIwoeUkVUX0NISU1FUkFf", - "Q0hJTUVSQV9OT1RfVU5MT0NLEN0zEiMKHlJFVF9DSElNRVJBX0NISU1FUkFf", - "RFVQTElDQVRFRBDeMxIjCh5SRVRfQ0hJTUVSQV9DSElNRVJBX1RZUEVfRVJS", - "T1IQ3zMSJAofUkVUX0NISU1FUkFfV09SS19NSVNNQVRDSF9ST1VORBDgMxIr", - "CiZSRVRfQ0hJTUVSQV9XT1JLX1JPVU5EX09QVElPTl9OT1RfTUVFVBDhMxIj", - "Ch5SRVRfQ0hJTUVSQV9FTkRMRVNTX05PVF9VTkxPQ0sQ4jMSGwoWUkVUX0NI", - "SU1FUkFfSU5fRU5ETEVTUxDjMxIfChpSRVRfQ0hJTUVSQV9OT1RfSU5fRU5E", - "TEVTUxDkMxIoCiNSRVRfQ0hJTUVSQV9DSElNRVJBX0ZBTExfSU5fRU5ETEVT", - "UxDlMxIkCh9SRVRfUExBTkVUX0ZFU19BVkFUQVJfTk9UX0VYSVNUEPEzEiIK", - "HVJFVF9QTEFORVRfRkVTX0xBTkRfTk9UX0VYSVNUEPIzEiMKHlJFVF9QTEFO", - "RVRfRkVTX0lURU1fTk9UX0VOT1VHSBDzMxInCiJSRVRfUExBTkVUX0ZFU19M", - "QU5EX0FMUkVBRFlfVU5MT0NLEPQzEiYKIVJFVF9QTEFORVRfRkVTX1dPUktf", - "QVZBVEFSX1JFUEVBVBD1MxIuCilSRVRfUExBTkVUX0ZFU19XT1JLX0FWQVRB", - "Ul9UWVBFX05PVF9NQVRDSBD2MxIlCiBSRVRfUExBTkVUX0ZFU19BQ1RJVklU", - "WV9OT1RfT1BFThD3MxIuCilSRVRfUExBTkVUX0ZFU19TS0lMTFRSRUVfUEhB", - "U0VfTk9UX1VOTE9DSxD4MxIkCh9SRVRfUExBTkVUX0ZFU19TS0lMTF9OT1Rf", - "VU5MT0NLEPkzEiAKG1JFVF9QTEFORVRfRkVTX0NPTkZJR19FUlJPUhD6MxIn", - "CiJSRVRfUExBTkVUX0ZFU19OT1RfSU5fQlVTSU5FU1NfREFZEPszEiAKG1JF", - "VF9QTEFORVRfRkVTX0VWRU5UX0xPQ0tFRBD8MxIiCh1SRVRfUExBTkVUX0ZF", - "U19FVkVOVF9GSU5JU0hFRBD9MxIfChpSRVRfUExBTkVUX0ZFU19FVkVOVF9J", - "Tl9DRBD+MxIqCiVSRVRfUExBTkVUX0ZFU19FVkVOVF9BTFJFQURZX0lOX1NU", - "QVRFEP8zEigKI1JFVF9QTEFORVRfRkVTX0VWRU5UX05PX1dPUktfQVZBVEFS", - "EIA0EjUKMFJFVF9QTEFORVRfRkVTX0VWRU5UX1BST0NFU1NJTkdfQ0FOTk9U", - "X0RJU0FQUEVBUhCBNBIsCidSRVRfUExBTkVUX0ZFU19FVkVOVF9PUFRJT05f", - "UEhBU0VfV1JPTkcQgjQSJwoiUkVUX1BMQU5FVF9GRVNfRlVOQ1RJT05fTk9U", - "X1VOTE9DSxCDNBIoCiNSRVRfUExBTkVUX0ZFU19SRVdBUkRfQUxSRUFEWV9U", - "QUtFThCENBIpCiRSRVRfUExBTkVUX0ZFU19FVkVOVF9HQU1FX05PVF9BQ1RJ", - "VkUQhTQSLgopUkVUX1BMQU5FVF9GRVNfUkVHSU9OX1BST0dSRVNTX05PVF9F", - "Tk9VR0gQhjQSKgolUkVUX1BMQU5FVF9GRVNfRlJJRU5EX0lURU1fTk9UX0VO", - "T1VHSBCHNBIoCiNSRVRfUExBTkVUX0ZFU19QSUVDRV9QRVJNSVNTSU9OX0JB", - "ThCINBIpCiRSRVRfUExBTkVUX0ZFU19QSUVDRV9PRkZFUl9OT1RfRVhJU1QQ", - "iTQSMQosUkVUX1BMQU5FVF9GRVNfUElFQ0VfQVBQTFlfSU5fU1RBQ0tfVE9P", - "X01VQ0gQijQSKQokUkVUX1BMQU5FVF9GRVNfUElFQ0VfQVBQTFlfTk9UX0VY", - "SVNUEIs0EjEKLFJFVF9QTEFORVRfRkVTX0dFVF9GUklFTkRfUkFOS0lOR19M", - "SVNUX0lOX0NEEIw0Ei4KKVJFVF9QTEFORVRfRkVTX0dJVkVfUElFQ0VfT1dO", - "RURfQllfVEFSR0VUEI00Eh0KGFJFVF9QTEFORVRfRkVTX0xFVkVMX01BWBCO", - "NBIjCh5SRVRfUExBTkVUX0ZFU19FWENMVVNJVkVfRVZFTlQQjzQSJQogUkVU", - "X01BUkJMRV9TRUFMX0FMUkVBRFlfVU5MT0NLRUQQrTQSKQokUkVUX01BUkJM", - "RV9TRUFMX1NIT1BfSVRFTV9OT1RfRU5PVUdIEK40EhsKFlJFVF9NQVJCTEVf", - "U0VBTF9MT0NLRUQQrzRCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90", - "b2IGcHJvdG8z")); + "T0JCWV9PV05FUl9TVEFURV9FUlIQ8zASJgohUkVUX1NXT1JEX1RSQUlOSU5H", + "X05PX0FDVElWRV9HQU1FEJ0xEi8KKlJFVF9TV09SRF9UUkFJTklOR19OT19Q", + "RU5ESU5HX0FDVElPTl9NQVRDSBCeMRIvCipSRVRfU1dPUkRfVFJBSU5JTkdf", + "UEFSVE5FUl9BQklMSVRZX0lOVkFMSUQQnzESLQooUkVUX1NXT1JEX1RSQUlO", + "SU5HX1NLSUxMX0FMUkVBRFlfTEVBUk5FRBCgMRIqCiVSRVRfU1dPUkRfVFJB", + "SU5JTkdfQ09ORElUSU9OX05PVF9NRUVUEKExEjAKK1JFVF9TV09SRF9UUkFJ", + "TklOR19QQVJFTlRfU0tJTExfTk9UX0xFQVJORUQQojESLQooUkVUX1NXT1JE", + "X1RSQUlOSU5HX1NLSUxMX1RZUEVfTk9UX1VOTE9DSxCjMRIqCiVSRVRfU1dP", + "UkRfVFJBSU5JTkdfR0FNRV9BTFJFQURZX0VYSVNUEKQxEi0KKFJFVF9TV09S", + "RF9UUkFJTklOR19FTkRJTkdfSElOVF9OT1RfTUFUQ0gQpTESMgotUkVUX1NX", + "T1JEX1RSQUlOSU5HX1NUT1JZTElORV9DT05GSUdfTk9UX0ZPVU5EEKYxEi4K", + "KVJFVF9TV09SRF9UUkFJTklOR19TVE9SWV9DT05GSUdfTk9UX0ZPVU5EEKcx", + "EikKJFJFVF9TV09SRF9UUkFJTklOR19VTkxPQ0tfTk9UX0ZJTklTSBCoMRIn", + "CiJSRVRfU1dPUkRfVFJBSU5JTkdfT1BUSU9OX01JU01BVENIEKkxEjMKLlJF", + "VF9TV09SRF9UUkFJTklOR19SRVNUT1JFX1dJVEhPVVRfRVhBTV9GQUlMRUQQ", + "qjESMQosUkVUX1NXT1JEX1RSQUlOSU5HX05PX1JFU1RPUkVfR0FNRV9BVkFJ", + "TEFCTEUQqzESLgopUkVUX1NXT1JEX1RSQUlOSU5HX0VORElOR19TVE9SWV9O", + "T1RfTUFUQ0gQrDESKQokUkVUX1NXT1JEX1RSQUlOSU5HX0VORElOR19OT1Rf", + "RklOSVNIEK0xEisKJlJFVF9TV09SRF9UUkFJTklOR19FTkRJTkdfUkVXQVJE", + "X1RBS0VOEK4xEi4KKVJFVF9TV09SRF9UUkFJTklOR19DT01CQVRfUkFOS19O", + "T1RfQ0hBTkdFEK8xEi0KKFJFVF9TV09SRF9UUkFJTklOR19ESVJFQ1RfQkFU", + "VExFX0RJU0FCTEUQsDESIwoeUkVUX0ZJR0hUX0ZFU1RfUEhBU0VfTk9UX01B", + "VENIEM8xEi0KKFJFVF9GSUdIVF9GRVNUX1NDT1JFX1JBQ0VfQUxSRUFEWV9G", + "SU5JU0gQ0DESJAofUkVUX0ZJR0hUX0ZFU1RfQ0hBTExFTkdFX0xPQ0tFRBDR", + "MRImCiFSRVRfRklHSFRfRkVTVF9DT0FDSF9TS0lMTF9MT0NLRUQQ0jESMgot", + "UkVUX0ZJR0hUX0ZFU1RfQ09BQ0hfU0tJTExfRVFVSVBfVFlQRV9FWElTVEVE", + "ENMxEiwKJ1JFVF9GSUdIVF9GRVNUX1NDT1JFX1JBQ0VfTUlTU0lPTl9ET0lO", + "RBDUMRIoCiNSRVRfRklHSFRfRkVTVF9DT0FDSF9TS0lMTF9OT19FUVVJUBDV", + "MRIWChFSRVRfUEVUX05PVF9FWElTVBCBMhIdChhSRVRfUEVUX0FMUkVBRFlf", + "U1VNTU9ORUQQgjISGQoUUkVUX1BFVF9OT1RfU1VNTU9ORUQQgzISKgolUkVU", + "X01VU0lDX1JIWVRITV9MRVZFTF9USU1FX1RPT19TSE9SVBCzMhIiCh1SRVRf", + "TVVTSUNfUkhZVEhNX05PVF9JTl9MRVZFTBC0MhItCihSRVRfTVVTSUNfUkhZ", + "VEhNX1BSRV9ESUZGSUNVTFRZX05PVF9QQVNTELUyEiIKHVJFVF9NVVNJQ19S", + "SFlUSE1fU09OR19MSU1JVEVEELYyEiEKHFJFVF9NVVNJQ19SSFlUSE1fU09O", + "R19MT0NLRUQQtzISIgodUkVUX01VU0lDX1JIWVRITV9UUkFDS19MT0NLRUQQ", + "uDISJgohUkVUX01VU0lDX1JIWVRITV9MRVZFTF9OT1RfVU5MT0NLELkyEiUK", + "IFJFVF9NVVNJQ19SSFlUSE1fU09OR19TRlhfTE9DS0VEELoyEiQKH1JFVF9U", + "UkFJTl9QQVJUWV9DT0lOX05PVF9FTk9VR0gQ5TISJgohUkVUX1RSQUlOX1BB", + "UlRZX0RJWV9UQUdfTk9UX01BVENIEOYyEjEKLFJFVF9UUkFJTl9QQVJUWV9V", + "U0VfQ0FSRF9NT0JJTElUWV9OT1RfRU5PVUdIEOcyEjAKK1JFVF9UUkFJTl9Q", + "QVJUWV9BUkVBX1VOTE9DS19DT0lOX05PVF9FTk9VR0gQ6DISJQogUkVUX1RB", + "Uk9UX0JPT0tfRU5FUkdZX05PVF9FTk9VR0gQyTMSJgohUkVUX1RBUk9UX0JP", + "T0tfUEFDS19OT1RfQVZBSUxBQkxFEMozEigKI1JFVF9UQVJPVF9CT09LX1NU", + "T1JZX0FMUkVBRFlfVU5MT0NLEMszEiMKHlJFVF9UQVJPVF9CT09LX0NBUkRf", + "Tk9UX0VOT1VHSBDMMxIjCh5SRVRfVEFST1RfQk9PS19DTFVFX05PVF9FTk9V", + "R0gQzTMSLgopUkVUX1RBUk9UX0JPT0tfVU5MT0NLX1NUT1JZX0NBUkRfTk9U", + "X1NBTUUQzjMSJAofUkVUX1RBUk9UX0JPT0tfU1RPUllfTk9UX1VOTE9DSxDP", + "MxIoCiNSRVRfVEFST1RfQk9PS19TVE9SWV9BTFJFQURZX0ZJTklTSBDQMxIu", + "CilSRVRfVEFST1RfQk9PS19JTlRFUkFDVElPTl9BTFJFQURZX0ZJTklTSBDR", + "MxIjCh5SRVRfQ0hJTUVSQV9DSElNRVJBX05PVF9VTkxPQ0sQ3TMSIwoeUkVU", + "X0NISU1FUkFfQ0hJTUVSQV9EVVBMSUNBVEVEEN4zEiMKHlJFVF9DSElNRVJB", + "X0NISU1FUkFfVFlQRV9FUlJPUhDfMxIkCh9SRVRfQ0hJTUVSQV9XT1JLX01J", + "U01BVENIX1JPVU5EEOAzEisKJlJFVF9DSElNRVJBX1dPUktfUk9VTkRfT1BU", + "SU9OX05PVF9NRUVUEOEzEiMKHlJFVF9DSElNRVJBX0VORExFU1NfTk9UX1VO", + "TE9DSxDiMxIbChZSRVRfQ0hJTUVSQV9JTl9FTkRMRVNTEOMzEh8KGlJFVF9D", + "SElNRVJBX05PVF9JTl9FTkRMRVNTEOQzEigKI1JFVF9DSElNRVJBX0NISU1F", + "UkFfRkFMTF9JTl9FTkRMRVNTEOUzEiQKH1JFVF9QTEFORVRfRkVTX0FWQVRB", + "Ul9OT1RfRVhJU1QQ8TMSIgodUkVUX1BMQU5FVF9GRVNfTEFORF9OT1RfRVhJ", + "U1QQ8jMSIwoeUkVUX1BMQU5FVF9GRVNfSVRFTV9OT1RfRU5PVUdIEPMzEicK", + "IlJFVF9QTEFORVRfRkVTX0xBTkRfQUxSRUFEWV9VTkxPQ0sQ9DMSJgohUkVU", + "X1BMQU5FVF9GRVNfV09SS19BVkFUQVJfUkVQRUFUEPUzEi4KKVJFVF9QTEFO", + "RVRfRkVTX1dPUktfQVZBVEFSX1RZUEVfTk9UX01BVENIEPYzEiUKIFJFVF9Q", + "TEFORVRfRkVTX0FDVElWSVRZX05PVF9PUEVOEPczEi4KKVJFVF9QTEFORVRf", + "RkVTX1NLSUxMVFJFRV9QSEFTRV9OT1RfVU5MT0NLEPgzEiQKH1JFVF9QTEFO", + "RVRfRkVTX1NLSUxMX05PVF9VTkxPQ0sQ+TMSIAobUkVUX1BMQU5FVF9GRVNf", + "Q09ORklHX0VSUk9SEPozEicKIlJFVF9QTEFORVRfRkVTX05PVF9JTl9CVVNJ", + "TkVTU19EQVkQ+zMSIAobUkVUX1BMQU5FVF9GRVNfRVZFTlRfTE9DS0VEEPwz", + "EiIKHVJFVF9QTEFORVRfRkVTX0VWRU5UX0ZJTklTSEVEEP0zEh8KGlJFVF9Q", + "TEFORVRfRkVTX0VWRU5UX0lOX0NEEP4zEioKJVJFVF9QTEFORVRfRkVTX0VW", + "RU5UX0FMUkVBRFlfSU5fU1RBVEUQ/zMSPQo4UkVUX1BMQU5FVF9GRVNfRVZF", + "TlRfV09SS19BVkFUQVJfTEVTU19USEFOX1BBTV9FVkVOVF9OVU0QgDQSNQow", + "UkVUX1BMQU5FVF9GRVNfRVZFTlRfUFJPQ0VTU0lOR19DQU5OT1RfRElTQVBQ", + "RUFSEIE0EiwKJ1JFVF9QTEFORVRfRkVTX0VWRU5UX09QVElPTl9QSEFTRV9X", + "Uk9ORxCCNBInCiJSRVRfUExBTkVUX0ZFU19GVU5DVElPTl9OT1RfVU5MT0NL", + "EIM0EigKI1JFVF9QTEFORVRfRkVTX1JFV0FSRF9BTFJFQURZX1RBS0VOEIQ0", + "EikKJFJFVF9QTEFORVRfRkVTX0VWRU5UX0dBTUVfTk9UX0FDVElWRRCFNBIu", + "CilSRVRfUExBTkVUX0ZFU19SRUdJT05fUFJPR1JFU1NfTk9UX0VOT1VHSBCG", + "NBIqCiVSRVRfUExBTkVUX0ZFU19GUklFTkRfSVRFTV9OT1RfRU5PVUdIEIc0", + "EigKI1JFVF9QTEFORVRfRkVTX1BJRUNFX1BFUk1JU1NJT05fQkFOEIg0EikK", + "JFJFVF9QTEFORVRfRkVTX1BJRUNFX09GRkVSX05PVF9FWElTVBCJNBIxCixS", + "RVRfUExBTkVUX0ZFU19QSUVDRV9BUFBMWV9JTl9TVEFDS19UT09fTVVDSBCK", + "NBIpCiRSRVRfUExBTkVUX0ZFU19QSUVDRV9BUFBMWV9OT1RfRVhJU1QQizQS", + "MQosUkVUX1BMQU5FVF9GRVNfR0VUX0ZSSUVORF9SQU5LSU5HX0xJU1RfSU5f", + "Q0QQjDQSLgopUkVUX1BMQU5FVF9GRVNfR0lWRV9QSUVDRV9PV05FRF9CWV9U", + "QVJHRVQQjTQSHQoYUkVUX1BMQU5FVF9GRVNfTEVWRUxfTUFYEI40EiUKIFJF", + "VF9NQVJCTEVfU0VBTF9BTFJFQURZX1VOTE9DS0VEEK00EikKJFJFVF9NQVJC", + "TEVfU0VBTF9TSE9QX0lURU1fTk9UX0VOT1VHSBCuNBIbChZSRVRfTUFSQkxF", + "X1NFQUxfTE9DS0VEEK80EiYKIVJFVF9TVE9SWV9UT0tFTl9OT1RfU0FNRV9B", + "Q1RJVklUWRDfNBIuCilSRVRfU1RPUllfVE9LRU5fVEFSR0VUX01JU1NJT05f", + "Tk9UX0ZJTklTSBDgNBIpCiRSRVRfU1RPUllfVE9LRU5fUkVXQVJEX0FMUkVB", + "RFlfVEFLRU4Q4TQSJgohUkVUX1NUT1JZX1RPS0VOX0FDVElWSVRZX05PVF9P", + "UEVOEOI0Qh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3Rv", + "Mw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.Retcode), }, null, null)); @@ -1720,7 +1723,6 @@ namespace EggLink.DanhengServer.Proto { [pbr::OriginalName("RET_LOBBY_START_MATCH_DISABLE")] RetLobbyStartMatchDisable = 6257, [pbr::OriginalName("RET_LOBBY_INTERACT_IN_CD")] RetLobbyInteractInCd = 6258, [pbr::OriginalName("RET_LOBBY_OWNER_STATE_ERR")] RetLobbyOwnerStateErr = 6259, - [pbr::OriginalName("RET_LOBBY_OP_TOO_FAST")] RetLobbyOpTooFast = 6260, [pbr::OriginalName("RET_SWORD_TRAINING_NO_ACTIVE_GAME")] RetSwordTrainingNoActiveGame = 6301, [pbr::OriginalName("RET_SWORD_TRAINING_NO_PENDING_ACTION_MATCH")] RetSwordTrainingNoPendingActionMatch = 6302, [pbr::OriginalName("RET_SWORD_TRAINING_PARTNER_ABILITY_INVALID")] RetSwordTrainingPartnerAbilityInvalid = 6303, @@ -1796,7 +1798,7 @@ namespace EggLink.DanhengServer.Proto { [pbr::OriginalName("RET_PLANET_FES_EVENT_FINISHED")] RetPlanetFesEventFinished = 6653, [pbr::OriginalName("RET_PLANET_FES_EVENT_IN_CD")] RetPlanetFesEventInCd = 6654, [pbr::OriginalName("RET_PLANET_FES_EVENT_ALREADY_IN_STATE")] RetPlanetFesEventAlreadyInState = 6655, - [pbr::OriginalName("RET_PLANET_FES_EVENT_NO_WORK_AVATAR")] RetPlanetFesEventNoWorkAvatar = 6656, + [pbr::OriginalName("RET_PLANET_FES_EVENT_WORK_AVATAR_LESS_THAN_PAM_EVENT_NUM")] RetPlanetFesEventWorkAvatarLessThanPamEventNum = 6656, [pbr::OriginalName("RET_PLANET_FES_EVENT_PROCESSING_CANNOT_DISAPPEAR")] RetPlanetFesEventProcessingCannotDisappear = 6657, [pbr::OriginalName("RET_PLANET_FES_EVENT_OPTION_PHASE_WRONG")] RetPlanetFesEventOptionPhaseWrong = 6658, [pbr::OriginalName("RET_PLANET_FES_FUNCTION_NOT_UNLOCK")] RetPlanetFesFunctionNotUnlock = 6659, @@ -1811,10 +1813,13 @@ namespace EggLink.DanhengServer.Proto { [pbr::OriginalName("RET_PLANET_FES_GET_FRIEND_RANKING_LIST_IN_CD")] RetPlanetFesGetFriendRankingListInCd = 6668, [pbr::OriginalName("RET_PLANET_FES_GIVE_PIECE_OWNED_BY_TARGET")] RetPlanetFesGivePieceOwnedByTarget = 6669, [pbr::OriginalName("RET_PLANET_FES_LEVEL_MAX")] RetPlanetFesLevelMax = 6670, - [pbr::OriginalName("RET_PLANET_FES_EXCLUSIVE_EVENT")] RetPlanetFesExclusiveEvent = 6671, [pbr::OriginalName("RET_MARBLE_SEAL_ALREADY_UNLOCKED")] RetMarbleSealAlreadyUnlocked = 6701, [pbr::OriginalName("RET_MARBLE_SEAL_SHOP_ITEM_NOT_ENOUGH")] RetMarbleSealShopItemNotEnough = 6702, [pbr::OriginalName("RET_MARBLE_SEAL_LOCKED")] RetMarbleSealLocked = 6703, + [pbr::OriginalName("RET_STORY_TOKEN_NOT_SAME_ACTIVITY")] RetStoryTokenNotSameActivity = 6751, + [pbr::OriginalName("RET_STORY_TOKEN_TARGET_MISSION_NOT_FINISH")] RetStoryTokenTargetMissionNotFinish = 6752, + [pbr::OriginalName("RET_STORY_TOKEN_REWARD_ALREADY_TAKEN")] RetStoryTokenRewardAlreadyTaken = 6753, + [pbr::OriginalName("RET_STORY_TOKEN_ACTIVITY_NOT_OPEN")] RetStoryTokenActivityNotOpen = 6754, } #endregion diff --git a/Proto/RogueAction.cs b/Proto/RogueAction.cs index f454ea68..67d45e05 100644 --- a/Proto/RogueAction.cs +++ b/Proto/RogueAction.cs @@ -24,55 +24,56 @@ namespace EggLink.DanhengServer.Proto { static RogueActionReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFSb2d1ZUFjdGlvbi5wcm90bxoRQU5NQ0FJTUVMQ0EucHJvdG8aEUlQR0tB", - "R0ZGQkhGLnByb3RvGhFKS0hLRUJNT0JFSi5wcm90bxoaUm9ndWVCb251c1Nl", - "bGVjdEluZm8ucHJvdG8aH1JvZ3VlQ29tbW9uQnVmZlNlbGVjdEluZm8ucHJv", - "dG8aHFJvZ3VlTWlyYWNsZVNlbGVjdEluZm8ucHJvdG8aJlJvZ3VlQ29tbW9u", - "QnVmZlJlZm9yZ2VTZWxlY3RJbmZvLnByb3RvGiFSb2d1ZU1hZ2ljU2NlcHRl", - "clNlbGVjdEluZm8ucHJvdG8aEUxFRkNPTUdNUENMLnByb3RvGiNSb2d1ZUNv", - "bXBvc2VNaXJhY2xlU2VsZWN0SW5mby5wcm90bxofUm9ndWVUaXRhbkJsZXNz", - "U2VsZWN0SW5mby5wcm90bxoRRUxEQUZDTk1GQkYucHJvdG8aEUdBQkJFSE9J", - "UEpDLnByb3RvGh5Sb2d1ZUhleEF2YXRhclNlbGVjdEluZm8ucHJvdG8aI1Jv", - "Z3VlUmVmb3JnZUZvcm11bGFTZWxlY3RJbmZvLnByb3RvGhFQSUdGQktPSk5I", - "Ry5wcm90bxocUm9ndWVGb3JtdWxhU2VsZWN0SW5mby5wcm90bxoRTUxLSUND", - "QUVMS0UucHJvdG8aHlJvZ3VlTWFnaWNVbml0U2VsZWN0SW5mby5wcm90bxoR", - "RkhNQUlBTkVOUE8ucHJvdG8aEUVBS0VDRkFQUEtELnByb3RvGhFLS0FHTk1F", - "TUtPRy5wcm90byLWCgoLUm9ndWVBY3Rpb24SNwoQYnVmZl9zZWxlY3RfaW5m", - "bxjDDyABKAsyGi5Sb2d1ZUNvbW1vbkJ1ZmZTZWxlY3RJbmZvSAASJAoLRlBI", - "SEhJT0JGQUkYiAEgASgLMgwuTEVGQ09NR01QQ0xIABIkCgtBSkRERkFOQ0VK", - "ThihCiABKAsyDC5JUEdLQUdGRkJIRkgAEkYKGGJ1ZmZfcmVmb3JnZV9zZWxl", - "Y3RfaW5mbxjHASABKAsyIS5Sb2d1ZUNvbW1vbkJ1ZmZSZWZvcmdlU2VsZWN0", - "SW5mb0gAEjYKE21pcmFjbGVfc2VsZWN0X2luZm8YfiABKAsyFy5Sb2d1ZU1p", - "cmFjbGVTZWxlY3RJbmZvSAASJAoLQklDSkVNUFBMQU0YvgIgASgLMgwuQU5N", - "Q0FJTUVMQ0FIABIkCgtBRUxQUFBJRUZBQhjnDyABKAsyDC5HQUJCRUhPSVBK", - "Q0gAEiQKC0JFRElBQ0hMQ0lJGIINIAEoCzIMLk1MS0lDQ0FFTEtFSAASJAoL", - "TEFER0NPT01OS0EYkAIgASgLMgwuRUFLRUNGQVBQS0RIABIkCgtDR0tGT01O", - "Q05BSxiTDCABKAsyDC5FTERBRkNOTUZCRkgAEkYKG2NvbXBvc2VfbWlyYWNs", - "ZV9zZWxlY3RfaW5mbxjKCiABKAsyHi5Sb2d1ZUNvbXBvc2VNaXJhY2xlU2Vs", - "ZWN0SW5mb0gAEjwKFmhleF9hdmF0YXJfc2VsZWN0X2luZm8Y7wsgASgLMhku", - "Um9ndWVIZXhBdmF0YXJTZWxlY3RJbmZvSAASMwoRYm9udXNfc2VsZWN0X2lu", - "Zm8Y8AEgASgLMhUuUm9ndWVCb251c1NlbGVjdEluZm9IABI9Chlyb2d1ZV9m", - "b3JtdWxhX3NlbGVjdF9pbmZvGIcGIAEoCzIXLlJvZ3VlRm9ybXVsYVNlbGVj", - "dEluZm9IABIkCgtKQktQSUtBSlBFQhi1CCABKAsyDC5GSE1BSUFORU5QT0gA", - "EkYKG3JlZm9yZ2VfZm9ybXVsYV9zZWxlY3RfaW5mbxj/DiABKAsyHi5Sb2d1", - "ZVJlZm9yZ2VGb3JtdWxhU2VsZWN0SW5mb0gAEjwKFm1hZ2ljX3VuaXRfc2Vs", - "ZWN0X2luZm8Y/QIgASgLMhkuUm9ndWVNYWdpY1VuaXRTZWxlY3RJbmZvSAAS", - "PAoTc2NlcHRlcl9zZWxlY3RfaW5mbxibByABKAsyHC5Sb2d1ZU1hZ2ljU2Nl", - "cHRlclNlbGVjdEluZm9IABIkCgtIRkpFQ0hGQU5ORhjCAyABKAsyDC5KS0hL", - "RUJNT0JFSkgAEjEKC0xESk9NSU9KRVBGGKsIIAEoCzIZLlJvZ3VlTWFnaWNV", - "bml0U2VsZWN0SW5mb0gAEjEKC0xNTk9OQ01CSU9PGOEMIAEoCzIZLlJvZ3Vl", - "TWFnaWNVbml0U2VsZWN0SW5mb0gAEjAKC0NOTE1DT0JOQ0FJGDsgASgLMhku", - "Um9ndWVNYWdpY1VuaXRTZWxlY3RJbmZvSAASJAoLRkhPS0RMTElDSkwY/gIg", - "ASgLMgwuS0tBR05NRU1LT0dIABIjCgtQSERFTURCR09JQhgcIAEoCzIMLktL", - "QUdOTUVNS09HSAASJAoLS0xKSklCUEpHRkYYiA0gASgLMgwuS0tBR05NRU1L", - "T0dIABIkCgtETEZBTEZHRkRIRRjXAyABKAsyDC5QSUdGQktPSk5IR0gAEj4K", - "F3RpdGFuX2JsZXNzX3NlbGVjdF9pbmZvGOcIIAEoCzIaLlJvZ3VlVGl0YW5C", - "bGVzc1NlbGVjdEluZm9IAEILCglpbmZvX2Nhc2VCHqoCG0VnZ0xpbmsuRGFu", - "aGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); + "ChFSb2d1ZUFjdGlvbi5wcm90bxohUm9ndWVNYWdpY1NjZXB0ZXJTZWxlY3RJ", + "bmZvLnByb3RvGiNSb2d1ZVJlZm9yZ2VGb3JtdWxhU2VsZWN0SW5mby5wcm90", + "bxoRRUxEQUZDTk1GQkYucHJvdG8aHFJvZ3VlRm9ybXVsYVNlbGVjdEluZm8u", + "cHJvdG8aEVBJR0ZCS09KTkhHLnByb3RvGhFBTk1DQUlNRUxDQS5wcm90bxoR", + "TUxLSUNDQUVMS0UucHJvdG8aEUxFRkNPTUdNUENMLnByb3RvGiZSb2d1ZUNv", + "bW1vbkJ1ZmZSZWZvcmdlU2VsZWN0SW5mby5wcm90bxoRSVBHS0FHRkZCSEYu", + "cHJvdG8aHlJvZ3VlTWFnaWNVbml0U2VsZWN0SW5mby5wcm90bxoeUm9ndWVI", + "ZXhBdmF0YXJTZWxlY3RJbmZvLnByb3RvGiBSb2d1ZU1pcmFjbGVEcm9wU2Vs", + "ZWN0SW5mby5wcm90bxocUm9ndWVNaXJhY2xlU2VsZWN0SW5mby5wcm90bxoR", + "S0tBR05NRU1LT0cucHJvdG8aI1JvZ3VlQ29tcG9zZU1pcmFjbGVTZWxlY3RJ", + "bmZvLnByb3RvGhpSb2d1ZUJvbnVzU2VsZWN0SW5mby5wcm90bxoRRkhNQUlB", + "TkVOUE8ucHJvdG8aEUdBQkJFSE9JUEpDLnByb3RvGh9Sb2d1ZUNvbW1vbkJ1", + "ZmZTZWxlY3RJbmZvLnByb3RvGh9Sb2d1ZVRpdGFuQmxlc3NTZWxlY3RJbmZv", + "LnByb3RvGhFKS0hLRUJNT0JFSi5wcm90byLyCgoLUm9ndWVBY3Rpb24SNwoQ", + "YnVmZl9zZWxlY3RfaW5mbxjDDyABKAsyGi5Sb2d1ZUNvbW1vbkJ1ZmZTZWxl", + "Y3RJbmZvSAASJAoLRlBISEhJT0JGQUkYiAEgASgLMgwuTEVGQ09NR01QQ0xI", + "ABIkCgtBSkRERkFOQ0VKThihCiABKAsyDC5JUEdLQUdGRkJIRkgAEkYKGGJ1", + "ZmZfcmVmb3JnZV9zZWxlY3RfaW5mbxjHASABKAsyIS5Sb2d1ZUNvbW1vbkJ1", + "ZmZSZWZvcmdlU2VsZWN0SW5mb0gAEjYKE21pcmFjbGVfc2VsZWN0X2luZm8Y", + "fiABKAsyFy5Sb2d1ZU1pcmFjbGVTZWxlY3RJbmZvSAASJAoLQklDSkVNUFBM", + "QU0YvgIgASgLMgwuQU5NQ0FJTUVMQ0FIABIkCgtBRUxQUFBJRUZBQhjnDyAB", + "KAsyDC5HQUJCRUhPSVBKQ0gAEiQKC0JFRElBQ0hMQ0lJGIINIAEoCzIMLk1M", + "S0lDQ0FFTEtFSAASQAoYbWlyYWNsZV9kcm9wX3NlbGVjdF9pbmZvGJACIAEo", + "CzIbLlJvZ3VlTWlyYWNsZURyb3BTZWxlY3RJbmZvSAASJAoLQ0dLRk9NTkNO", + "QUsYkwwgASgLMgwuRUxEQUZDTk1GQkZIABJGChtjb21wb3NlX21pcmFjbGVf", + "c2VsZWN0X2luZm8YygogASgLMh4uUm9ndWVDb21wb3NlTWlyYWNsZVNlbGVj", + "dEluZm9IABI8ChZoZXhfYXZhdGFyX3NlbGVjdF9pbmZvGO8LIAEoCzIZLlJv", + "Z3VlSGV4QXZhdGFyU2VsZWN0SW5mb0gAEjMKEWJvbnVzX3NlbGVjdF9pbmZv", + "GPABIAEoCzIVLlJvZ3VlQm9udXNTZWxlY3RJbmZvSAASPQoZcm9ndWVfZm9y", + "bXVsYV9zZWxlY3RfaW5mbxiHBiABKAsyFy5Sb2d1ZUZvcm11bGFTZWxlY3RJ", + "bmZvSAASJAoLSkJLUElLQUpQRUIYtQggASgLMgwuRkhNQUlBTkVOUE9IABJG", + "ChtyZWZvcmdlX2Zvcm11bGFfc2VsZWN0X2luZm8Y/w4gASgLMh4uUm9ndWVS", + "ZWZvcmdlRm9ybXVsYVNlbGVjdEluZm9IABI8ChZtYWdpY191bml0X3NlbGVj", + "dF9pbmZvGP0CIAEoCzIZLlJvZ3VlTWFnaWNVbml0U2VsZWN0SW5mb0gAEjwK", + "E3NjZXB0ZXJfc2VsZWN0X2luZm8YmwcgASgLMhwuUm9ndWVNYWdpY1NjZXB0", + "ZXJTZWxlY3RJbmZvSAASJAoLSEZKRUNIRkFOTkYYwgMgASgLMgwuSktIS0VC", + "TU9CRUpIABIxCgtMREpPTUlPSkVQRhirCCABKAsyGS5Sb2d1ZU1hZ2ljVW5p", + "dFNlbGVjdEluZm9IABIxCgtMTU5PTkNNQklPTxjhDCABKAsyGS5Sb2d1ZU1h", + "Z2ljVW5pdFNlbGVjdEluZm9IABIwCgtDTkxNQ09CTkNBSRg7IAEoCzIZLlJv", + "Z3VlTWFnaWNVbml0U2VsZWN0SW5mb0gAEiQKC0ZIT0tETExJQ0pMGP4CIAEo", + "CzIMLktLQUdOTUVNS09HSAASIwoLUEhERU1EQkdPSUIYHCABKAsyDC5LS0FH", + "Tk1FTUtPR0gAEiQKC0tMSkpJQlBKR0ZGGIgNIAEoCzIMLktLQUdOTUVNS09H", + "SAASJAoLRExGQUxGR0ZESEUY1wMgASgLMgwuUElHRkJLT0pOSEdIABI+Chd0", + "aXRhbl9ibGVzc19zZWxlY3RfaW5mbxjnCCABKAsyGi5Sb2d1ZVRpdGFuQmxl", + "c3NTZWxlY3RJbmZvSABCCwoJaW5mb19jYXNlQh6qAhtFZ2dMaW5rLkRhbmhl", + "bmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ANMCAIMELCAReflection.Descriptor, global::EggLink.DanhengServer.Proto.IPGKAGFFBHFReflection.Descriptor, global::EggLink.DanhengServer.Proto.JKHKEBMOBEJReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueBonusSelectInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonBuffSelectInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMiracleSelectInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonBuffReforgeSelectInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicScepterSelectInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.LEFCOMGMPCLReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueComposeMiracleSelectInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTitanBlessSelectInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ELDAFCNMFBFReflection.Descriptor, global::EggLink.DanhengServer.Proto.GABBEHOIPJCReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueHexAvatarSelectInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueReforgeFormulaSelectInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.PIGFBKOJNHGReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueFormulaSelectInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.MLKICCAELKEReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicUnitSelectInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.FHMAIANENPOReflection.Descriptor, global::EggLink.DanhengServer.Proto.EAKECFAPPKDReflection.Descriptor, global::EggLink.DanhengServer.Proto.KKAGNMEMKOGReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueMagicScepterSelectInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueReforgeFormulaSelectInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ELDAFCNMFBFReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueFormulaSelectInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.PIGFBKOJNHGReflection.Descriptor, global::EggLink.DanhengServer.Proto.ANMCAIMELCAReflection.Descriptor, global::EggLink.DanhengServer.Proto.MLKICCAELKEReflection.Descriptor, global::EggLink.DanhengServer.Proto.LEFCOMGMPCLReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonBuffReforgeSelectInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.IPGKAGFFBHFReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicUnitSelectInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueHexAvatarSelectInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMiracleDropSelectInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMiracleSelectInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.KKAGNMEMKOGReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueComposeMiracleSelectInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueBonusSelectInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.FHMAIANENPOReflection.Descriptor, global::EggLink.DanhengServer.Proto.GABBEHOIPJCReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonBuffSelectInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTitanBlessSelectInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.JKHKEBMOBEJReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueAction), global::EggLink.DanhengServer.Proto.RogueAction.Parser, new[]{ "BuffSelectInfo", "FPHHHIOBFAI", "AJDDFANCEJN", "BuffReforgeSelectInfo", "MiracleSelectInfo", "BICJEMPPLAM", "AELPPPIEFAB", "BEDIACHLCII", "LADGCOOMNKA", "CGKFOMNCNAK", "ComposeMiracleSelectInfo", "HexAvatarSelectInfo", "BonusSelectInfo", "RogueFormulaSelectInfo", "JBKPIKAJPEB", "ReforgeFormulaSelectInfo", "MagicUnitSelectInfo", "ScepterSelectInfo", "HFJECHFANNF", "LDJOMIOJEPF", "LMNONCMBIOO", "CNLMCOBNCAI", "FHOKDLLICJL", "PHDEMDBGOIB", "KLJJIBPJGFF", "DLFALFGFDHE", "TitanBlessSelectInfo" }, new[]{ "InfoCase" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueAction), global::EggLink.DanhengServer.Proto.RogueAction.Parser, new[]{ "BuffSelectInfo", "FPHHHIOBFAI", "AJDDFANCEJN", "BuffReforgeSelectInfo", "MiracleSelectInfo", "BICJEMPPLAM", "AELPPPIEFAB", "BEDIACHLCII", "MiracleDropSelectInfo", "CGKFOMNCNAK", "ComposeMiracleSelectInfo", "HexAvatarSelectInfo", "BonusSelectInfo", "RogueFormulaSelectInfo", "JBKPIKAJPEB", "ReforgeFormulaSelectInfo", "MagicUnitSelectInfo", "ScepterSelectInfo", "HFJECHFANNF", "LDJOMIOJEPF", "LMNONCMBIOO", "CNLMCOBNCAI", "FHOKDLLICJL", "PHDEMDBGOIB", "KLJJIBPJGFF", "DLFALFGFDHE", "TitanBlessSelectInfo" }, new[]{ "InfoCase" }, null, null, null) })); } #endregion @@ -139,8 +140,8 @@ namespace EggLink.DanhengServer.Proto { case InfoCaseOneofCase.BEDIACHLCII: BEDIACHLCII = other.BEDIACHLCII.Clone(); break; - case InfoCaseOneofCase.LADGCOOMNKA: - LADGCOOMNKA = other.LADGCOOMNKA.Clone(); + case InfoCaseOneofCase.MiracleDropSelectInfo: + MiracleDropSelectInfo = other.MiracleDropSelectInfo.Clone(); break; case InfoCaseOneofCase.CGKFOMNCNAK: CGKFOMNCNAK = other.CGKFOMNCNAK.Clone(); @@ -303,15 +304,15 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "LADGCOOMNKA" field. - public const int LADGCOOMNKAFieldNumber = 272; + /// Field number for the "miracle_drop_select_info" field. + public const int MiracleDropSelectInfoFieldNumber = 272; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.EAKECFAPPKD LADGCOOMNKA { - get { return infoCaseCase_ == InfoCaseOneofCase.LADGCOOMNKA ? (global::EggLink.DanhengServer.Proto.EAKECFAPPKD) infoCase_ : null; } + public global::EggLink.DanhengServer.Proto.RogueMiracleDropSelectInfo MiracleDropSelectInfo { + get { return infoCaseCase_ == InfoCaseOneofCase.MiracleDropSelectInfo ? (global::EggLink.DanhengServer.Proto.RogueMiracleDropSelectInfo) infoCase_ : null; } set { infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.LADGCOOMNKA; + infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.MiracleDropSelectInfo; } } @@ -543,7 +544,7 @@ namespace EggLink.DanhengServer.Proto { BICJEMPPLAM = 318, AELPPPIEFAB = 2023, BEDIACHLCII = 1666, - LADGCOOMNKA = 272, + MiracleDropSelectInfo = 272, CGKFOMNCNAK = 1555, ComposeMiracleSelectInfo = 1354, HexAvatarSelectInfo = 1519, @@ -600,7 +601,7 @@ namespace EggLink.DanhengServer.Proto { if (!object.Equals(BICJEMPPLAM, other.BICJEMPPLAM)) return false; if (!object.Equals(AELPPPIEFAB, other.AELPPPIEFAB)) return false; if (!object.Equals(BEDIACHLCII, other.BEDIACHLCII)) return false; - if (!object.Equals(LADGCOOMNKA, other.LADGCOOMNKA)) return false; + if (!object.Equals(MiracleDropSelectInfo, other.MiracleDropSelectInfo)) return false; if (!object.Equals(CGKFOMNCNAK, other.CGKFOMNCNAK)) return false; if (!object.Equals(ComposeMiracleSelectInfo, other.ComposeMiracleSelectInfo)) return false; if (!object.Equals(HexAvatarSelectInfo, other.HexAvatarSelectInfo)) return false; @@ -635,7 +636,7 @@ namespace EggLink.DanhengServer.Proto { if (infoCaseCase_ == InfoCaseOneofCase.BICJEMPPLAM) hash ^= BICJEMPPLAM.GetHashCode(); if (infoCaseCase_ == InfoCaseOneofCase.AELPPPIEFAB) hash ^= AELPPPIEFAB.GetHashCode(); if (infoCaseCase_ == InfoCaseOneofCase.BEDIACHLCII) hash ^= BEDIACHLCII.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.LADGCOOMNKA) hash ^= LADGCOOMNKA.GetHashCode(); + if (infoCaseCase_ == InfoCaseOneofCase.MiracleDropSelectInfo) hash ^= MiracleDropSelectInfo.GetHashCode(); if (infoCaseCase_ == InfoCaseOneofCase.CGKFOMNCNAK) hash ^= CGKFOMNCNAK.GetHashCode(); if (infoCaseCase_ == InfoCaseOneofCase.ComposeMiracleSelectInfo) hash ^= ComposeMiracleSelectInfo.GetHashCode(); if (infoCaseCase_ == InfoCaseOneofCase.HexAvatarSelectInfo) hash ^= HexAvatarSelectInfo.GetHashCode(); @@ -697,9 +698,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(130, 15); output.WriteMessage(BonusSelectInfo); } - if (infoCaseCase_ == InfoCaseOneofCase.LADGCOOMNKA) { + if (infoCaseCase_ == InfoCaseOneofCase.MiracleDropSelectInfo) { output.WriteRawTag(130, 17); - output.WriteMessage(LADGCOOMNKA); + output.WriteMessage(MiracleDropSelectInfo); } if (infoCaseCase_ == InfoCaseOneofCase.BICJEMPPLAM) { output.WriteRawTag(242, 19); @@ -815,9 +816,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(130, 15); output.WriteMessage(BonusSelectInfo); } - if (infoCaseCase_ == InfoCaseOneofCase.LADGCOOMNKA) { + if (infoCaseCase_ == InfoCaseOneofCase.MiracleDropSelectInfo) { output.WriteRawTag(130, 17); - output.WriteMessage(LADGCOOMNKA); + output.WriteMessage(MiracleDropSelectInfo); } if (infoCaseCase_ == InfoCaseOneofCase.BICJEMPPLAM) { output.WriteRawTag(242, 19); @@ -933,8 +934,8 @@ namespace EggLink.DanhengServer.Proto { if (infoCaseCase_ == InfoCaseOneofCase.BEDIACHLCII) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(BEDIACHLCII); } - if (infoCaseCase_ == InfoCaseOneofCase.LADGCOOMNKA) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(LADGCOOMNKA); + if (infoCaseCase_ == InfoCaseOneofCase.MiracleDropSelectInfo) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(MiracleDropSelectInfo); } if (infoCaseCase_ == InfoCaseOneofCase.CGKFOMNCNAK) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(CGKFOMNCNAK); @@ -1051,11 +1052,11 @@ namespace EggLink.DanhengServer.Proto { } BEDIACHLCII.MergeFrom(other.BEDIACHLCII); break; - case InfoCaseOneofCase.LADGCOOMNKA: - if (LADGCOOMNKA == null) { - LADGCOOMNKA = new global::EggLink.DanhengServer.Proto.EAKECFAPPKD(); + case InfoCaseOneofCase.MiracleDropSelectInfo: + if (MiracleDropSelectInfo == null) { + MiracleDropSelectInfo = new global::EggLink.DanhengServer.Proto.RogueMiracleDropSelectInfo(); } - LADGCOOMNKA.MergeFrom(other.LADGCOOMNKA); + MiracleDropSelectInfo.MergeFrom(other.MiracleDropSelectInfo); break; case InfoCaseOneofCase.CGKFOMNCNAK: if (CGKFOMNCNAK == null) { @@ -1237,12 +1238,12 @@ namespace EggLink.DanhengServer.Proto { break; } case 2178: { - global::EggLink.DanhengServer.Proto.EAKECFAPPKD subBuilder = new global::EggLink.DanhengServer.Proto.EAKECFAPPKD(); - if (infoCaseCase_ == InfoCaseOneofCase.LADGCOOMNKA) { - subBuilder.MergeFrom(LADGCOOMNKA); + global::EggLink.DanhengServer.Proto.RogueMiracleDropSelectInfo subBuilder = new global::EggLink.DanhengServer.Proto.RogueMiracleDropSelectInfo(); + if (infoCaseCase_ == InfoCaseOneofCase.MiracleDropSelectInfo) { + subBuilder.MergeFrom(MiracleDropSelectInfo); } input.ReadMessage(subBuilder); - LADGCOOMNKA = subBuilder; + MiracleDropSelectInfo = subBuilder; break; } case 2546: { @@ -1495,12 +1496,12 @@ namespace EggLink.DanhengServer.Proto { break; } case 2178: { - global::EggLink.DanhengServer.Proto.EAKECFAPPKD subBuilder = new global::EggLink.DanhengServer.Proto.EAKECFAPPKD(); - if (infoCaseCase_ == InfoCaseOneofCase.LADGCOOMNKA) { - subBuilder.MergeFrom(LADGCOOMNKA); + global::EggLink.DanhengServer.Proto.RogueMiracleDropSelectInfo subBuilder = new global::EggLink.DanhengServer.Proto.RogueMiracleDropSelectInfo(); + if (infoCaseCase_ == InfoCaseOneofCase.MiracleDropSelectInfo) { + subBuilder.MergeFrom(MiracleDropSelectInfo); } input.ReadMessage(subBuilder); - LADGCOOMNKA = subBuilder; + MiracleDropSelectInfo = subBuilder; break; } case 2546: { diff --git a/Proto/RogueAdventureRoomGameplayWolfGunInfo.cs b/Proto/RogueAdventureRoomGameplayWolfGunInfo.cs index aaaa1f60..87430ab2 100644 --- a/Proto/RogueAdventureRoomGameplayWolfGunInfo.cs +++ b/Proto/RogueAdventureRoomGameplayWolfGunInfo.cs @@ -26,14 +26,14 @@ namespace EggLink.DanhengServer.Proto { string.Concat( "CitSb2d1ZUFkdmVudHVyZVJvb21HYW1lcGxheVdvbGZHdW5JbmZvLnByb3Rv", "Gi9Sb2d1ZUFkdmVudHVyZVJvb21HYW1lcGxheVdvbGZHdW5HYW1lSW5mby5w", - "cm90byJ1CiVSb2d1ZUFkdmVudHVyZVJvb21HYW1lcGxheVdvbGZHdW5JbmZv", + "cm90byJ3CiVSb2d1ZUFkdmVudHVyZVJvb21HYW1lcGxheVdvbGZHdW5JbmZv", "Ej8KCWdhbWVfaW5mbxgJIAEoCzIqLlJvZ3VlQWR2ZW50dXJlUm9vbUdhbWVw", - "bGF5V29sZkd1bkdhbWVJbmZvSABCCwoJaW5mb19jYXNlQh6qAhtFZ2dMaW5r", - "LkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "bGF5V29sZkd1bkdhbWVJbmZvSABCDQoLRU9BR0tMSk5ESk1CHqoCG0VnZ0xp", + "bmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueAdventureRoomGameplayWolfGunGameInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueAdventureRoomGameplayWolfGunInfo), global::EggLink.DanhengServer.Proto.RogueAdventureRoomGameplayWolfGunInfo.Parser, new[]{ "GameInfo" }, new[]{ "InfoCase" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueAdventureRoomGameplayWolfGunInfo), global::EggLink.DanhengServer.Proto.RogueAdventureRoomGameplayWolfGunInfo.Parser, new[]{ "GameInfo" }, new[]{ "EOAGKLJNDJM" }, null, null, null) })); } #endregion @@ -75,8 +75,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public RogueAdventureRoomGameplayWolfGunInfo(RogueAdventureRoomGameplayWolfGunInfo other) : this() { - switch (other.InfoCaseCase) { - case InfoCaseOneofCase.GameInfo: + switch (other.EOAGKLJNDJMCase) { + case EOAGKLJNDJMOneofCase.GameInfo: GameInfo = other.GameInfo.Clone(); break; } @@ -95,31 +95,31 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.RogueAdventureRoomGameplayWolfGunGameInfo GameInfo { - get { return infoCaseCase_ == InfoCaseOneofCase.GameInfo ? (global::EggLink.DanhengServer.Proto.RogueAdventureRoomGameplayWolfGunGameInfo) infoCase_ : null; } + get { return eOAGKLJNDJMCase_ == EOAGKLJNDJMOneofCase.GameInfo ? (global::EggLink.DanhengServer.Proto.RogueAdventureRoomGameplayWolfGunGameInfo) eOAGKLJNDJM_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.GameInfo; + eOAGKLJNDJM_ = value; + eOAGKLJNDJMCase_ = value == null ? EOAGKLJNDJMOneofCase.None : EOAGKLJNDJMOneofCase.GameInfo; } } - private object infoCase_; - /// Enum of possible cases for the "info_case" oneof. - public enum InfoCaseOneofCase { + private object eOAGKLJNDJM_; + /// Enum of possible cases for the "EOAGKLJNDJM" oneof. + public enum EOAGKLJNDJMOneofCase { None = 0, GameInfo = 9, } - private InfoCaseOneofCase infoCaseCase_ = InfoCaseOneofCase.None; + private EOAGKLJNDJMOneofCase eOAGKLJNDJMCase_ = EOAGKLJNDJMOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public InfoCaseOneofCase InfoCaseCase { - get { return infoCaseCase_; } + public EOAGKLJNDJMOneofCase EOAGKLJNDJMCase { + get { return eOAGKLJNDJMCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearInfoCase() { - infoCaseCase_ = InfoCaseOneofCase.None; - infoCase_ = null; + public void ClearEOAGKLJNDJM() { + eOAGKLJNDJMCase_ = EOAGKLJNDJMOneofCase.None; + eOAGKLJNDJM_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -138,7 +138,7 @@ namespace EggLink.DanhengServer.Proto { return true; } if (!object.Equals(GameInfo, other.GameInfo)) return false; - if (InfoCaseCase != other.InfoCaseCase) return false; + if (EOAGKLJNDJMCase != other.EOAGKLJNDJMCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -146,8 +146,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (infoCaseCase_ == InfoCaseOneofCase.GameInfo) hash ^= GameInfo.GetHashCode(); - hash ^= (int) infoCaseCase_; + if (eOAGKLJNDJMCase_ == EOAGKLJNDJMOneofCase.GameInfo) hash ^= GameInfo.GetHashCode(); + hash ^= (int) eOAGKLJNDJMCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -166,7 +166,7 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (infoCaseCase_ == InfoCaseOneofCase.GameInfo) { + if (eOAGKLJNDJMCase_ == EOAGKLJNDJMOneofCase.GameInfo) { output.WriteRawTag(74); output.WriteMessage(GameInfo); } @@ -180,7 +180,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (infoCaseCase_ == InfoCaseOneofCase.GameInfo) { + if (eOAGKLJNDJMCase_ == EOAGKLJNDJMOneofCase.GameInfo) { output.WriteRawTag(74); output.WriteMessage(GameInfo); } @@ -194,7 +194,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (infoCaseCase_ == InfoCaseOneofCase.GameInfo) { + if (eOAGKLJNDJMCase_ == EOAGKLJNDJMOneofCase.GameInfo) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(GameInfo); } if (_unknownFields != null) { @@ -209,8 +209,8 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - switch (other.InfoCaseCase) { - case InfoCaseOneofCase.GameInfo: + switch (other.EOAGKLJNDJMCase) { + case EOAGKLJNDJMOneofCase.GameInfo: if (GameInfo == null) { GameInfo = new global::EggLink.DanhengServer.Proto.RogueAdventureRoomGameplayWolfGunGameInfo(); } @@ -235,7 +235,7 @@ namespace EggLink.DanhengServer.Proto { break; case 74: { global::EggLink.DanhengServer.Proto.RogueAdventureRoomGameplayWolfGunGameInfo subBuilder = new global::EggLink.DanhengServer.Proto.RogueAdventureRoomGameplayWolfGunGameInfo(); - if (infoCaseCase_ == InfoCaseOneofCase.GameInfo) { + if (eOAGKLJNDJMCase_ == EOAGKLJNDJMOneofCase.GameInfo) { subBuilder.MergeFrom(GameInfo); } input.ReadMessage(subBuilder); @@ -259,7 +259,7 @@ namespace EggLink.DanhengServer.Proto { break; case 74: { global::EggLink.DanhengServer.Proto.RogueAdventureRoomGameplayWolfGunGameInfo subBuilder = new global::EggLink.DanhengServer.Proto.RogueAdventureRoomGameplayWolfGunGameInfo(); - if (infoCaseCase_ == InfoCaseOneofCase.GameInfo) { + if (eOAGKLJNDJMCase_ == EOAGKLJNDJMOneofCase.GameInfo) { subBuilder.MergeFrom(GameInfo); } input.ReadMessage(subBuilder); diff --git a/Proto/RogueAdventureRoomGameplayWolfGunTarget.cs b/Proto/RogueAdventureRoomGameplayWolfGunTarget.cs index d15b9eec..3afbc14f 100644 --- a/Proto/RogueAdventureRoomGameplayWolfGunTarget.cs +++ b/Proto/RogueAdventureRoomGameplayWolfGunTarget.cs @@ -25,21 +25,21 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Ci1Sb2d1ZUFkdmVudHVyZVJvb21HYW1lcGxheVdvbGZHdW5UYXJnZXQucHJv", - "dG8aJVJvZ3VlQWR2ZW50dXJlUm9vbVRhcmdldE1pcmFjbGUucHJvdG8aJVJv", - "Z3VlQWR2ZW50dXJlUm9vbVRhcmdldFJ1YW5tZWkucHJvdG8aIlJvZ3VlQWR2", - "ZW50dXJlUm9vbVRhcmdldE5vbmUucHJvdG8aIlJvZ3VlQWR2ZW50dXJlUm9v", - "bVRhcmdldENvaW4ucHJvdG8inAIKJ1JvZ3VlQWR2ZW50dXJlUm9vbUdhbWVw", - "bGF5V29sZkd1blRhcmdldBIzCgpUYXJnZXROb25lGAMgASgLMh0uUm9ndWVB", - "ZHZlbnR1cmVSb29tVGFyZ2V0Tm9uZUgAEjMKClRhcmdldENvaW4YCyABKAsy", - "HS5Sb2d1ZUFkdmVudHVyZVJvb21UYXJnZXRDb2luSAASOQoNVGFyZ2V0TWly", - "YWNsZRgNIAEoCzIgLlJvZ3VlQWR2ZW50dXJlUm9vbVRhcmdldE1pcmFjbGVI", - "ABI5Cg1UYXJnZXRSdWFubWVpGAQgASgLMiAuUm9ndWVBZHZlbnR1cmVSb29t", - "VGFyZ2V0UnVhbm1laUgAQhEKD3RhcmdldEltcGxDYXNlX0IeqgIbRWdnTGlu", - "ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "dG8aJVJvZ3VlQWR2ZW50dXJlUm9vbVRhcmdldE1pcmFjbGUucHJvdG8aIlJv", + "Z3VlQWR2ZW50dXJlUm9vbVRhcmdldE5vbmUucHJvdG8aIlJvZ3VlQWR2ZW50", + "dXJlUm9vbVRhcmdldENvaW4ucHJvdG8aJVJvZ3VlQWR2ZW50dXJlUm9vbVRh", + "cmdldFJ1YW5tZWkucHJvdG8ipAIKJ1JvZ3VlQWR2ZW50dXJlUm9vbUdhbWVw", + "bGF5V29sZkd1blRhcmdldBI0Cgt0YXJnZXRfbm9uZRgDIAEoCzIdLlJvZ3Vl", + "QWR2ZW50dXJlUm9vbVRhcmdldE5vbmVIABI0Cgt0YXJnZXRfY29pbhgLIAEo", + "CzIdLlJvZ3VlQWR2ZW50dXJlUm9vbVRhcmdldENvaW5IABI6Cg50YXJnZXRf", + "bWlyYWNsZRgNIAEoCzIgLlJvZ3VlQWR2ZW50dXJlUm9vbVRhcmdldE1pcmFj", + "bGVIABI6Cg50YXJnZXRfcnVhbm1laRgEIAEoCzIgLlJvZ3VlQWR2ZW50dXJl", + "Um9vbVRhcmdldFJ1YW5tZWlIAEIVChNUYXJnZXRJbXBsT25lb2ZDYXNlQh6q", + "AhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueAdventureRoomTargetMiracleReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueAdventureRoomTargetRuanmeiReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueAdventureRoomTargetNoneReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueAdventureRoomTargetCoinReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueAdventureRoomTargetMiracleReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueAdventureRoomTargetNoneReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueAdventureRoomTargetCoinReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueAdventureRoomTargetRuanmeiReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueAdventureRoomGameplayWolfGunTarget), global::EggLink.DanhengServer.Proto.RogueAdventureRoomGameplayWolfGunTarget.Parser, new[]{ "TargetNone", "TargetCoin", "TargetMiracle", "TargetRuanmei" }, new[]{ "TargetImplCase" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueAdventureRoomGameplayWolfGunTarget), global::EggLink.DanhengServer.Proto.RogueAdventureRoomGameplayWolfGunTarget.Parser, new[]{ "TargetNone", "TargetCoin", "TargetMiracle", "TargetRuanmei" }, new[]{ "TargetImplOneofCase" }, null, null, null) })); } #endregion @@ -81,17 +81,17 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public RogueAdventureRoomGameplayWolfGunTarget(RogueAdventureRoomGameplayWolfGunTarget other) : this() { - switch (other.TargetImplCaseCase) { - case TargetImplCaseOneofCase.TargetNone: + switch (other.TargetImplOneofCaseCase) { + case TargetImplOneofCaseOneofCase.TargetNone: TargetNone = other.TargetNone.Clone(); break; - case TargetImplCaseOneofCase.TargetCoin: + case TargetImplOneofCaseOneofCase.TargetCoin: TargetCoin = other.TargetCoin.Clone(); break; - case TargetImplCaseOneofCase.TargetMiracle: + case TargetImplOneofCaseOneofCase.TargetMiracle: TargetMiracle = other.TargetMiracle.Clone(); break; - case TargetImplCaseOneofCase.TargetRuanmei: + case TargetImplOneofCaseOneofCase.TargetRuanmei: TargetRuanmei = other.TargetRuanmei.Clone(); break; } @@ -105,75 +105,75 @@ namespace EggLink.DanhengServer.Proto { return new RogueAdventureRoomGameplayWolfGunTarget(this); } - /// Field number for the "TargetNone" field. + /// Field number for the "target_none" field. public const int TargetNoneFieldNumber = 3; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.RogueAdventureRoomTargetNone TargetNone { - get { return targetImplCaseCase_ == TargetImplCaseOneofCase.TargetNone ? (global::EggLink.DanhengServer.Proto.RogueAdventureRoomTargetNone) targetImplCase_ : null; } + get { return targetImplOneofCaseCase_ == TargetImplOneofCaseOneofCase.TargetNone ? (global::EggLink.DanhengServer.Proto.RogueAdventureRoomTargetNone) targetImplOneofCase_ : null; } set { - targetImplCase_ = value; - targetImplCaseCase_ = value == null ? TargetImplCaseOneofCase.None : TargetImplCaseOneofCase.TargetNone; + targetImplOneofCase_ = value; + targetImplOneofCaseCase_ = value == null ? TargetImplOneofCaseOneofCase.None : TargetImplOneofCaseOneofCase.TargetNone; } } - /// Field number for the "TargetCoin" field. + /// Field number for the "target_coin" field. public const int TargetCoinFieldNumber = 11; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.RogueAdventureRoomTargetCoin TargetCoin { - get { return targetImplCaseCase_ == TargetImplCaseOneofCase.TargetCoin ? (global::EggLink.DanhengServer.Proto.RogueAdventureRoomTargetCoin) targetImplCase_ : null; } + get { return targetImplOneofCaseCase_ == TargetImplOneofCaseOneofCase.TargetCoin ? (global::EggLink.DanhengServer.Proto.RogueAdventureRoomTargetCoin) targetImplOneofCase_ : null; } set { - targetImplCase_ = value; - targetImplCaseCase_ = value == null ? TargetImplCaseOneofCase.None : TargetImplCaseOneofCase.TargetCoin; + targetImplOneofCase_ = value; + targetImplOneofCaseCase_ = value == null ? TargetImplOneofCaseOneofCase.None : TargetImplOneofCaseOneofCase.TargetCoin; } } - /// Field number for the "TargetMiracle" field. + /// Field number for the "target_miracle" field. public const int TargetMiracleFieldNumber = 13; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.RogueAdventureRoomTargetMiracle TargetMiracle { - get { return targetImplCaseCase_ == TargetImplCaseOneofCase.TargetMiracle ? (global::EggLink.DanhengServer.Proto.RogueAdventureRoomTargetMiracle) targetImplCase_ : null; } + get { return targetImplOneofCaseCase_ == TargetImplOneofCaseOneofCase.TargetMiracle ? (global::EggLink.DanhengServer.Proto.RogueAdventureRoomTargetMiracle) targetImplOneofCase_ : null; } set { - targetImplCase_ = value; - targetImplCaseCase_ = value == null ? TargetImplCaseOneofCase.None : TargetImplCaseOneofCase.TargetMiracle; + targetImplOneofCase_ = value; + targetImplOneofCaseCase_ = value == null ? TargetImplOneofCaseOneofCase.None : TargetImplOneofCaseOneofCase.TargetMiracle; } } - /// Field number for the "TargetRuanmei" field. + /// Field number for the "target_ruanmei" field. public const int TargetRuanmeiFieldNumber = 4; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.RogueAdventureRoomTargetRuanmei TargetRuanmei { - get { return targetImplCaseCase_ == TargetImplCaseOneofCase.TargetRuanmei ? (global::EggLink.DanhengServer.Proto.RogueAdventureRoomTargetRuanmei) targetImplCase_ : null; } + get { return targetImplOneofCaseCase_ == TargetImplOneofCaseOneofCase.TargetRuanmei ? (global::EggLink.DanhengServer.Proto.RogueAdventureRoomTargetRuanmei) targetImplOneofCase_ : null; } set { - targetImplCase_ = value; - targetImplCaseCase_ = value == null ? TargetImplCaseOneofCase.None : TargetImplCaseOneofCase.TargetRuanmei; + targetImplOneofCase_ = value; + targetImplOneofCaseCase_ = value == null ? TargetImplOneofCaseOneofCase.None : TargetImplOneofCaseOneofCase.TargetRuanmei; } } - private object targetImplCase_; - /// Enum of possible cases for the "targetImplCase_" oneof. - public enum TargetImplCaseOneofCase { + private object targetImplOneofCase_; + /// Enum of possible cases for the "TargetImplOneofCase" oneof. + public enum TargetImplOneofCaseOneofCase { None = 0, TargetNone = 3, TargetCoin = 11, TargetMiracle = 13, TargetRuanmei = 4, } - private TargetImplCaseOneofCase targetImplCaseCase_ = TargetImplCaseOneofCase.None; + private TargetImplOneofCaseOneofCase targetImplOneofCaseCase_ = TargetImplOneofCaseOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public TargetImplCaseOneofCase TargetImplCaseCase { - get { return targetImplCaseCase_; } + public TargetImplOneofCaseOneofCase TargetImplOneofCaseCase { + get { return targetImplOneofCaseCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearTargetImplCase() { - targetImplCaseCase_ = TargetImplCaseOneofCase.None; - targetImplCase_ = null; + public void ClearTargetImplOneofCase() { + targetImplOneofCaseCase_ = TargetImplOneofCaseOneofCase.None; + targetImplOneofCase_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -195,7 +195,7 @@ namespace EggLink.DanhengServer.Proto { if (!object.Equals(TargetCoin, other.TargetCoin)) return false; if (!object.Equals(TargetMiracle, other.TargetMiracle)) return false; if (!object.Equals(TargetRuanmei, other.TargetRuanmei)) return false; - if (TargetImplCaseCase != other.TargetImplCaseCase) return false; + if (TargetImplOneofCaseCase != other.TargetImplOneofCaseCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -203,11 +203,11 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (targetImplCaseCase_ == TargetImplCaseOneofCase.TargetNone) hash ^= TargetNone.GetHashCode(); - if (targetImplCaseCase_ == TargetImplCaseOneofCase.TargetCoin) hash ^= TargetCoin.GetHashCode(); - if (targetImplCaseCase_ == TargetImplCaseOneofCase.TargetMiracle) hash ^= TargetMiracle.GetHashCode(); - if (targetImplCaseCase_ == TargetImplCaseOneofCase.TargetRuanmei) hash ^= TargetRuanmei.GetHashCode(); - hash ^= (int) targetImplCaseCase_; + if (targetImplOneofCaseCase_ == TargetImplOneofCaseOneofCase.TargetNone) hash ^= TargetNone.GetHashCode(); + if (targetImplOneofCaseCase_ == TargetImplOneofCaseOneofCase.TargetCoin) hash ^= TargetCoin.GetHashCode(); + if (targetImplOneofCaseCase_ == TargetImplOneofCaseOneofCase.TargetMiracle) hash ^= TargetMiracle.GetHashCode(); + if (targetImplOneofCaseCase_ == TargetImplOneofCaseOneofCase.TargetRuanmei) hash ^= TargetRuanmei.GetHashCode(); + hash ^= (int) targetImplOneofCaseCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -226,19 +226,19 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (targetImplCaseCase_ == TargetImplCaseOneofCase.TargetNone) { + if (targetImplOneofCaseCase_ == TargetImplOneofCaseOneofCase.TargetNone) { output.WriteRawTag(26); output.WriteMessage(TargetNone); } - if (targetImplCaseCase_ == TargetImplCaseOneofCase.TargetRuanmei) { + if (targetImplOneofCaseCase_ == TargetImplOneofCaseOneofCase.TargetRuanmei) { output.WriteRawTag(34); output.WriteMessage(TargetRuanmei); } - if (targetImplCaseCase_ == TargetImplCaseOneofCase.TargetCoin) { + if (targetImplOneofCaseCase_ == TargetImplOneofCaseOneofCase.TargetCoin) { output.WriteRawTag(90); output.WriteMessage(TargetCoin); } - if (targetImplCaseCase_ == TargetImplCaseOneofCase.TargetMiracle) { + if (targetImplOneofCaseCase_ == TargetImplOneofCaseOneofCase.TargetMiracle) { output.WriteRawTag(106); output.WriteMessage(TargetMiracle); } @@ -252,19 +252,19 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (targetImplCaseCase_ == TargetImplCaseOneofCase.TargetNone) { + if (targetImplOneofCaseCase_ == TargetImplOneofCaseOneofCase.TargetNone) { output.WriteRawTag(26); output.WriteMessage(TargetNone); } - if (targetImplCaseCase_ == TargetImplCaseOneofCase.TargetRuanmei) { + if (targetImplOneofCaseCase_ == TargetImplOneofCaseOneofCase.TargetRuanmei) { output.WriteRawTag(34); output.WriteMessage(TargetRuanmei); } - if (targetImplCaseCase_ == TargetImplCaseOneofCase.TargetCoin) { + if (targetImplOneofCaseCase_ == TargetImplOneofCaseOneofCase.TargetCoin) { output.WriteRawTag(90); output.WriteMessage(TargetCoin); } - if (targetImplCaseCase_ == TargetImplCaseOneofCase.TargetMiracle) { + if (targetImplOneofCaseCase_ == TargetImplOneofCaseOneofCase.TargetMiracle) { output.WriteRawTag(106); output.WriteMessage(TargetMiracle); } @@ -278,16 +278,16 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (targetImplCaseCase_ == TargetImplCaseOneofCase.TargetNone) { + if (targetImplOneofCaseCase_ == TargetImplOneofCaseOneofCase.TargetNone) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(TargetNone); } - if (targetImplCaseCase_ == TargetImplCaseOneofCase.TargetCoin) { + if (targetImplOneofCaseCase_ == TargetImplOneofCaseOneofCase.TargetCoin) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(TargetCoin); } - if (targetImplCaseCase_ == TargetImplCaseOneofCase.TargetMiracle) { + if (targetImplOneofCaseCase_ == TargetImplOneofCaseOneofCase.TargetMiracle) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(TargetMiracle); } - if (targetImplCaseCase_ == TargetImplCaseOneofCase.TargetRuanmei) { + if (targetImplOneofCaseCase_ == TargetImplOneofCaseOneofCase.TargetRuanmei) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(TargetRuanmei); } if (_unknownFields != null) { @@ -302,26 +302,26 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - switch (other.TargetImplCaseCase) { - case TargetImplCaseOneofCase.TargetNone: + switch (other.TargetImplOneofCaseCase) { + case TargetImplOneofCaseOneofCase.TargetNone: if (TargetNone == null) { TargetNone = new global::EggLink.DanhengServer.Proto.RogueAdventureRoomTargetNone(); } TargetNone.MergeFrom(other.TargetNone); break; - case TargetImplCaseOneofCase.TargetCoin: + case TargetImplOneofCaseOneofCase.TargetCoin: if (TargetCoin == null) { TargetCoin = new global::EggLink.DanhengServer.Proto.RogueAdventureRoomTargetCoin(); } TargetCoin.MergeFrom(other.TargetCoin); break; - case TargetImplCaseOneofCase.TargetMiracle: + case TargetImplOneofCaseOneofCase.TargetMiracle: if (TargetMiracle == null) { TargetMiracle = new global::EggLink.DanhengServer.Proto.RogueAdventureRoomTargetMiracle(); } TargetMiracle.MergeFrom(other.TargetMiracle); break; - case TargetImplCaseOneofCase.TargetRuanmei: + case TargetImplOneofCaseOneofCase.TargetRuanmei: if (TargetRuanmei == null) { TargetRuanmei = new global::EggLink.DanhengServer.Proto.RogueAdventureRoomTargetRuanmei(); } @@ -346,7 +346,7 @@ namespace EggLink.DanhengServer.Proto { break; case 26: { global::EggLink.DanhengServer.Proto.RogueAdventureRoomTargetNone subBuilder = new global::EggLink.DanhengServer.Proto.RogueAdventureRoomTargetNone(); - if (targetImplCaseCase_ == TargetImplCaseOneofCase.TargetNone) { + if (targetImplOneofCaseCase_ == TargetImplOneofCaseOneofCase.TargetNone) { subBuilder.MergeFrom(TargetNone); } input.ReadMessage(subBuilder); @@ -355,7 +355,7 @@ namespace EggLink.DanhengServer.Proto { } case 34: { global::EggLink.DanhengServer.Proto.RogueAdventureRoomTargetRuanmei subBuilder = new global::EggLink.DanhengServer.Proto.RogueAdventureRoomTargetRuanmei(); - if (targetImplCaseCase_ == TargetImplCaseOneofCase.TargetRuanmei) { + if (targetImplOneofCaseCase_ == TargetImplOneofCaseOneofCase.TargetRuanmei) { subBuilder.MergeFrom(TargetRuanmei); } input.ReadMessage(subBuilder); @@ -364,7 +364,7 @@ namespace EggLink.DanhengServer.Proto { } case 90: { global::EggLink.DanhengServer.Proto.RogueAdventureRoomTargetCoin subBuilder = new global::EggLink.DanhengServer.Proto.RogueAdventureRoomTargetCoin(); - if (targetImplCaseCase_ == TargetImplCaseOneofCase.TargetCoin) { + if (targetImplOneofCaseCase_ == TargetImplOneofCaseOneofCase.TargetCoin) { subBuilder.MergeFrom(TargetCoin); } input.ReadMessage(subBuilder); @@ -373,7 +373,7 @@ namespace EggLink.DanhengServer.Proto { } case 106: { global::EggLink.DanhengServer.Proto.RogueAdventureRoomTargetMiracle subBuilder = new global::EggLink.DanhengServer.Proto.RogueAdventureRoomTargetMiracle(); - if (targetImplCaseCase_ == TargetImplCaseOneofCase.TargetMiracle) { + if (targetImplOneofCaseCase_ == TargetImplOneofCaseOneofCase.TargetMiracle) { subBuilder.MergeFrom(TargetMiracle); } input.ReadMessage(subBuilder); @@ -397,7 +397,7 @@ namespace EggLink.DanhengServer.Proto { break; case 26: { global::EggLink.DanhengServer.Proto.RogueAdventureRoomTargetNone subBuilder = new global::EggLink.DanhengServer.Proto.RogueAdventureRoomTargetNone(); - if (targetImplCaseCase_ == TargetImplCaseOneofCase.TargetNone) { + if (targetImplOneofCaseCase_ == TargetImplOneofCaseOneofCase.TargetNone) { subBuilder.MergeFrom(TargetNone); } input.ReadMessage(subBuilder); @@ -406,7 +406,7 @@ namespace EggLink.DanhengServer.Proto { } case 34: { global::EggLink.DanhengServer.Proto.RogueAdventureRoomTargetRuanmei subBuilder = new global::EggLink.DanhengServer.Proto.RogueAdventureRoomTargetRuanmei(); - if (targetImplCaseCase_ == TargetImplCaseOneofCase.TargetRuanmei) { + if (targetImplOneofCaseCase_ == TargetImplOneofCaseOneofCase.TargetRuanmei) { subBuilder.MergeFrom(TargetRuanmei); } input.ReadMessage(subBuilder); @@ -415,7 +415,7 @@ namespace EggLink.DanhengServer.Proto { } case 90: { global::EggLink.DanhengServer.Proto.RogueAdventureRoomTargetCoin subBuilder = new global::EggLink.DanhengServer.Proto.RogueAdventureRoomTargetCoin(); - if (targetImplCaseCase_ == TargetImplCaseOneofCase.TargetCoin) { + if (targetImplOneofCaseCase_ == TargetImplOneofCaseOneofCase.TargetCoin) { subBuilder.MergeFrom(TargetCoin); } input.ReadMessage(subBuilder); @@ -424,7 +424,7 @@ namespace EggLink.DanhengServer.Proto { } case 106: { global::EggLink.DanhengServer.Proto.RogueAdventureRoomTargetMiracle subBuilder = new global::EggLink.DanhengServer.Proto.RogueAdventureRoomTargetMiracle(); - if (targetImplCaseCase_ == TargetImplCaseOneofCase.TargetMiracle) { + if (targetImplOneofCaseCase_ == TargetImplOneofCaseOneofCase.TargetMiracle) { subBuilder.MergeFrom(TargetMiracle); } input.ReadMessage(subBuilder); diff --git a/Proto/RogueArea.cs b/Proto/RogueArea.cs index 638307d1..5bd2370b 100644 --- a/Proto/RogueArea.cs +++ b/Proto/RogueArea.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static RogueAreaReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Cg9Sb2d1ZUFyZWEucHJvdG8aFVJvZ3VlQXJlYVN0YXR1cy5wcm90bxoRUm9n", - "dWVTdGF0dXMucHJvdG8ipgEKCVJvZ3VlQXJlYRIOCgZtYXBfaWQYAiABKA0S", + "Cg9Sb2d1ZUFyZWEucHJvdG8aEVJvZ3VlU3RhdHVzLnByb3RvGhVSb2d1ZUFy", + "ZWFTdGF0dXMucHJvdG8ipgEKCVJvZ3VlQXJlYRIOCgZtYXBfaWQYAiABKA0S", "DwoHYXJlYV9pZBgJIAEoDRITCgtHTVBJSUFFR0dFSxgGIAEoDRIYChBoYXNf", "dGFrZW5fcmV3YXJkGAsgASgIEiIKDHJvZ3VlX3N0YXR1cxgIIAEoDjIMLlJv", "Z3VlU3RhdHVzEiUKC2FyZWFfc3RhdHVzGAUgASgOMhAuUm9ndWVBcmVhU3Rh", "dHVzQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueAreaStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueStatusReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueAreaStatusReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueArea), global::EggLink.DanhengServer.Proto.RogueArea.Parser, new[]{ "MapId", "AreaId", "GMPIIAEGGEK", "HasTakenReward", "RogueStatus", "AreaStatus" }, null, null, null, null) })); diff --git a/Proto/RogueBuffList.cs b/Proto/RogueBuffList.cs deleted file mode 100644 index d6531dce..00000000 --- a/Proto/RogueBuffList.cs +++ /dev/null @@ -1,223 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: RogueBuffList.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from RogueBuffList.proto - public static partial class RogueBuffListReflection { - - #region Descriptor - /// File descriptor for RogueBuffList.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static RogueBuffListReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChNSb2d1ZUJ1ZmZMaXN0LnByb3RvGg9Sb2d1ZUJ1ZmYucHJvdG8iLgoNUm9n", - "dWVCdWZmTGlzdBIdCglidWZmX2xpc3QYBCADKAsyCi5Sb2d1ZUJ1ZmZCHqoC", - "G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueBuffReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueBuffList), global::EggLink.DanhengServer.Proto.RogueBuffList.Parser, new[]{ "BuffList" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class RogueBuffList : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new RogueBuffList()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.RogueBuffListReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public RogueBuffList() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public RogueBuffList(RogueBuffList other) : this() { - buffList_ = other.buffList_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public RogueBuffList Clone() { - return new RogueBuffList(this); - } - - /// Field number for the "buff_list" field. - public const int BuffListFieldNumber = 4; - private static readonly pb::FieldCodec _repeated_buffList_codec - = pb::FieldCodec.ForMessage(34, global::EggLink.DanhengServer.Proto.RogueBuff.Parser); - private readonly pbc::RepeatedField buffList_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField BuffList { - get { return buffList_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as RogueBuffList); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(RogueBuffList other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if(!buffList_.Equals(other.buffList_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - hash ^= buffList_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - buffList_.WriteTo(output, _repeated_buffList_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - buffList_.WriteTo(ref output, _repeated_buffList_codec); - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - size += buffList_.CalculateSize(_repeated_buffList_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(RogueBuffList other) { - if (other == null) { - return; - } - buffList_.Add(other.buffList_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 34: { - buffList_.AddEntriesFrom(input, _repeated_buffList_codec); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 34: { - buffList_.AddEntriesFrom(ref input, _repeated_buffList_codec); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/RogueBuffSourceType.cs b/Proto/RogueBuffSourceType.cs deleted file mode 100644 index 1c0ddae4..00000000 --- a/Proto/RogueBuffSourceType.cs +++ /dev/null @@ -1,63 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: RogueBuffSourceType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from RogueBuffSourceType.proto - public static partial class RogueBuffSourceTypeReflection { - - #region Descriptor - /// File descriptor for RogueBuffSourceType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static RogueBuffSourceTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChlSb2d1ZUJ1ZmZTb3VyY2VUeXBlLnByb3RvKowDChNSb2d1ZUJ1ZmZTb3Vy", - "Y2VUeXBlEh8KG1JPR1VFX0JVRkZfU09VUkNFX1RZUEVfTk9ORRAAEiEKHVJP", - "R1VFX0JVRkZfU09VUkNFX1RZUEVfU0VMRUNUEAESIgoeUk9HVUVfQlVGRl9T", - "T1VSQ0VfVFlQRV9FTkhBTkNFEAISIgoeUk9HVUVfQlVGRl9TT1VSQ0VfVFlQ", - "RV9NSVJBQ0xFEAMSIwofUk9HVUVfQlVGRl9TT1VSQ0VfVFlQRV9ESUFMT0dV", - "RRAEEiAKHFJPR1VFX0JVRkZfU09VUkNFX1RZUEVfQk9OVVMQBRIlCiFST0dV", - "RV9CVUZGX1NPVVJDRV9UWVBFX01BWkVfU0tJTEwQBhIfChtST0dVRV9CVUZG", - "X1NPVVJDRV9UWVBFX1NIT1AQBxIqCiZST0dVRV9CVUZGX1NPVVJDRV9UWVBF", - "X0xFVkVMX01FQ0hBTklTTRAIEi4KKlJPR1VFX0JVRkZfU09VUkNFX1RZUEVf", - "RU5ETEVTU19MRVZFTF9TVEFSVBAJQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2", - "ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.RogueBuffSourceType), }, null, null)); - } - #endregion - - } - #region Enums - public enum RogueBuffSourceType { - [pbr::OriginalName("ROGUE_BUFF_SOURCE_TYPE_NONE")] None = 0, - [pbr::OriginalName("ROGUE_BUFF_SOURCE_TYPE_SELECT")] Select = 1, - [pbr::OriginalName("ROGUE_BUFF_SOURCE_TYPE_ENHANCE")] Enhance = 2, - [pbr::OriginalName("ROGUE_BUFF_SOURCE_TYPE_MIRACLE")] Miracle = 3, - [pbr::OriginalName("ROGUE_BUFF_SOURCE_TYPE_DIALOGUE")] Dialogue = 4, - [pbr::OriginalName("ROGUE_BUFF_SOURCE_TYPE_BONUS")] Bonus = 5, - [pbr::OriginalName("ROGUE_BUFF_SOURCE_TYPE_MAZE_SKILL")] MazeSkill = 6, - [pbr::OriginalName("ROGUE_BUFF_SOURCE_TYPE_SHOP")] Shop = 7, - [pbr::OriginalName("ROGUE_BUFF_SOURCE_TYPE_LEVEL_MECHANISM")] LevelMechanism = 8, - [pbr::OriginalName("ROGUE_BUFF_SOURCE_TYPE_ENDLESS_LEVEL_START")] EndlessLevelStart = 9, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/RogueCommonActionResult.cs b/Proto/RogueCommonActionResult.cs index 162527b6..026fb959 100644 --- a/Proto/RogueCommonActionResult.cs +++ b/Proto/RogueCommonActionResult.cs @@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto { static RogueCommonActionResultReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Ch1Sb2d1ZUNvbW1vbkFjdGlvblJlc3VsdC5wcm90bxohUm9ndWVDb21tb25B", - "Y3Rpb25SZXN1bHREYXRhLnByb3RvGidSb2d1ZUNvbW1vbkFjdGlvblJlc3Vs", - "dFNvdXJjZVR5cGUucHJvdG8igQEKF1JvZ3VlQ29tbW9uQWN0aW9uUmVzdWx0", + "Ch1Sb2d1ZUNvbW1vbkFjdGlvblJlc3VsdC5wcm90bxonUm9ndWVDb21tb25B", + "Y3Rpb25SZXN1bHRTb3VyY2VUeXBlLnByb3RvGiFSb2d1ZUNvbW1vbkFjdGlv", + "blJlc3VsdERhdGEucHJvdG8igQEKF1JvZ3VlQ29tbW9uQWN0aW9uUmVzdWx0", "EjIKBnNvdXJjZRgHIAEoDjIiLlJvZ3VlQ29tbW9uQWN0aW9uUmVzdWx0U291", "cmNlVHlwZRIyCgxyb2d1ZV9hY3Rpb24YCCABKAsyHC5Sb2d1ZUNvbW1vbkFj", "dGlvblJlc3VsdERhdGFCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90", "b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueCommonActionResultDataReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonActionResultSourceTypeReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueCommonActionResultSourceTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonActionResultDataReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueCommonActionResult), global::EggLink.DanhengServer.Proto.RogueCommonActionResult.Parser, new[]{ "Source", "RogueAction" }, null, null, null, null) })); diff --git a/Proto/RogueCommonActionResultData.cs b/Proto/RogueCommonActionResultData.cs index 45437ee0..978a2ad5 100644 --- a/Proto/RogueCommonActionResultData.cs +++ b/Proto/RogueCommonActionResultData.cs @@ -24,21 +24,21 @@ namespace EggLink.DanhengServer.Proto { static RogueCommonActionResultDataReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiFSb2d1ZUNvbW1vbkFjdGlvblJlc3VsdERhdGEucHJvdG8aEUhPQktFT0lD", - "Qk1JLnByb3RvGhxSb2d1ZU1hZ2ljR2FtZVVuaXRJbmZvLnByb3RvGh9Sb2d1", - "ZU1hZ2ljR2FtZVNjZXB0ZXJJbmZvLnByb3RvGh5Sb2d1ZUNvbW1vblJlbW92", - "ZUZvcm11bGEucHJvdG8aHVJvZ3VlQ29tbW9uRHJlc3NTY2VwdGVyLnByb3Rv", - "GhFIQkxOSEdBTkJBQi5wcm90bxoYUm9ndWVDb21tb25LZXl3b3JkLnByb3Rv", - "GhFNQUFBQUdQSkpGRS5wcm90bxoYUm9ndWVDb21tb25Gb3JtdWxhLnByb3Rv", - "GiBSb2d1ZUNvbW1vbkNvbnRyYWN0Rm9ybXVsYS5wcm90bxoYUm9ndWVDb21t", - "b25NaXJhY2xlLnByb3RvGh5Sb2d1ZUNvbW1vblJlbW92ZUtleXdvcmQucHJv", - "dG8aEUZJUEZQSEJQSExILnByb3RvGhZSb2d1ZUNvbW1vbk1vbmV5LnByb3Rv", - "GhVSb2d1ZUNvbW1vbkJ1ZmYucHJvdG8aEUFFRkZKTEdGQU1ILnByb3RvGiBS", - "b2d1ZUNvbW1vbkV4cGFuZGVkRm9ybXVsYS5wcm90bxoRSUJJQlBPT1BERU4u", - "cHJvdG8aEU1ER0pJS0xKRERFLnByb3RvGhFQQkFMT0VKQ0dGTi5wcm90bxob", - "Um9ndWVDb21tb25HZXRTY2VwdGVyLnByb3RvGhlSb2d1ZUNvbW1vblBhdGhC", - "dWZmLnByb3RvGh5Sb2d1ZUNvbW1vblJlbW92ZU1pcmFjbGUucHJvdG8aGlJv", - "Z3VlVGl0YW5CbGVzc0V2ZW50LnByb3RvIoELChtSb2d1ZUNvbW1vbkFjdGlv", + "CiFSb2d1ZUNvbW1vbkFjdGlvblJlc3VsdERhdGEucHJvdG8aEU1BQUFBR1BK", + "SkZFLnByb3RvGhFIT0JLRU9JQ0JNSS5wcm90bxogUm9ndWVDb21tb25FeHBh", + "bmRlZEZvcm11bGEucHJvdG8aEUZJUEZQSEJQSExILnByb3RvGh5Sb2d1ZUNv", + "bW1vblJlbW92ZU1pcmFjbGUucHJvdG8aEU1ER0pJS0xKRERFLnByb3RvGh5S", + "b2d1ZUNvbW1vblJlbW92ZUZvcm11bGEucHJvdG8aGFJvZ3VlQ29tbW9uS2V5", + "d29yZC5wcm90bxoYUm9ndWVDb21tb25Gb3JtdWxhLnByb3RvGhxSb2d1ZU1h", + "Z2ljR2FtZVVuaXRJbmZvLnByb3RvGiBSb2d1ZUNvbW1vbkNvbnRyYWN0Rm9y", + "bXVsYS5wcm90bxoWUm9ndWVDb21tb25Nb25leS5wcm90bxoZUm9ndWVDb21t", + "b25QYXRoQnVmZi5wcm90bxoRSUJJQlBPT1BERU4ucHJvdG8aG1JvZ3VlQ29t", + "bW9uR2V0U2NlcHRlci5wcm90bxoeUm9ndWVDb21tb25SZW1vdmVLZXl3b3Jk", + "LnByb3RvGh1Sb2d1ZUNvbW1vbkRyZXNzU2NlcHRlci5wcm90bxoRQUVGRkpM", + "R0ZBTUgucHJvdG8aH1JvZ3VlTWFnaWNHYW1lU2NlcHRlckluZm8ucHJvdG8a", + "EVBCQUxPRUpDR0ZOLnByb3RvGhhSb2d1ZUNvbW1vbk1pcmFjbGUucHJvdG8a", + "EUhCTE5IR0FOQkFCLnByb3RvGhpSb2d1ZVRpdGFuQmxlc3NFdmVudC5wcm90", + "bxoVUm9ndWVDb21tb25CdWZmLnByb3RvIoMLChtSb2d1ZUNvbW1vbkFjdGlv", "blJlc3VsdERhdGESKgoNZ2V0X2l0ZW1fbGlzdBgMIAEoCzIRLlJvZ3VlQ29t", "bW9uTW9uZXlIABItChByZW1vdmVfaXRlbV9saXN0GA4gASgLMhEuUm9ndWVD", "b21tb25Nb25leUgAEioKDWdldF9idWZmX2xpc3QYqwsgASgLMhAuUm9ndWVD", @@ -69,12 +69,12 @@ namespace EggLink.DanhengServer.Proto { "ZU1hZ2ljR2FtZVVuaXRJbmZvSAASMgoLQU9JQkhDTUFORksYtQggASgLMhou", "Um9ndWVNYWdpY0dhbWVTY2VwdGVySW5mb0gAEiQKC01JQk9CSklEQ0FEGK8I", "IAEoCzIMLkhPQktFT0lDQk1JSAASMwoRdGl0YW5fYmxlc3NfZXZlbnQYzQog", - "ASgLMhUuUm9ndWVUaXRhbkJsZXNzRXZlbnRIAEILCglpbmZvX2Nhc2VCHqoC", - "G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); + "ASgLMhUuUm9ndWVUaXRhbkJsZXNzRXZlbnRIAEINCgtHQ0JQRkVBQ0hLTEIe", + "qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.HOBKEOICBMIReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicGameUnitInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicGameScepterInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonRemoveFormulaReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonDressScepterReflection.Descriptor, global::EggLink.DanhengServer.Proto.HBLNHGANBABReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonKeywordReflection.Descriptor, global::EggLink.DanhengServer.Proto.MAAAAGPJJFEReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonFormulaReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonContractFormulaReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonMiracleReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonRemoveKeywordReflection.Descriptor, global::EggLink.DanhengServer.Proto.FIPFPHBPHLHReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonMoneyReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonBuffReflection.Descriptor, global::EggLink.DanhengServer.Proto.AEFFJLGFAMHReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonExpandedFormulaReflection.Descriptor, global::EggLink.DanhengServer.Proto.IBIBPOOPDENReflection.Descriptor, global::EggLink.DanhengServer.Proto.MDGJIKLJDDEReflection.Descriptor, global::EggLink.DanhengServer.Proto.PBALOEJCGFNReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonGetScepterReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonPathBuffReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonRemoveMiracleReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTitanBlessEventReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MAAAAGPJJFEReflection.Descriptor, global::EggLink.DanhengServer.Proto.HOBKEOICBMIReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonExpandedFormulaReflection.Descriptor, global::EggLink.DanhengServer.Proto.FIPFPHBPHLHReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonRemoveMiracleReflection.Descriptor, global::EggLink.DanhengServer.Proto.MDGJIKLJDDEReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonRemoveFormulaReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonKeywordReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonFormulaReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicGameUnitInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonContractFormulaReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonMoneyReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonPathBuffReflection.Descriptor, global::EggLink.DanhengServer.Proto.IBIBPOOPDENReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonGetScepterReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonRemoveKeywordReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonDressScepterReflection.Descriptor, global::EggLink.DanhengServer.Proto.AEFFJLGFAMHReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicGameScepterInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.PBALOEJCGFNReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonMiracleReflection.Descriptor, global::EggLink.DanhengServer.Proto.HBLNHGANBABReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTitanBlessEventReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonBuffReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueCommonActionResultData), global::EggLink.DanhengServer.Proto.RogueCommonActionResultData.Parser, new[]{ "GetItemList", "RemoveItemList", "GetBuffList", "RemoveBuffList", "GetMiracleList", "RemoveMiracleList", "APFMFBBDCJK", "BMDJOPGHLCA", "OMPBJJOHPOO", "IOMJMEAOMFI", "BBLGEEMHIIM", "GetFormulaList", "RemoveFormulaList", "ExpandFormulaList", "ContractFormulaList", "DMKGEBHPIPJ", "PathBuffList", "GetKeywordList", "RemoveKeywordList", "DressScepterList", "GetScepterList", "KAAILMGCHOK", "GetMagicUnitList", "RemoveMagicUnitList", "JGDAEBNEFKA", "AOIBHCMANFK", "MIBOBJIDCAD", "TitanBlessEvent" }, new[]{ "InfoCase" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueCommonActionResultData), global::EggLink.DanhengServer.Proto.RogueCommonActionResultData.Parser, new[]{ "GetItemList", "RemoveItemList", "GetBuffList", "RemoveBuffList", "GetMiracleList", "RemoveMiracleList", "APFMFBBDCJK", "BMDJOPGHLCA", "OMPBJJOHPOO", "IOMJMEAOMFI", "BBLGEEMHIIM", "GetFormulaList", "RemoveFormulaList", "ExpandFormulaList", "ContractFormulaList", "DMKGEBHPIPJ", "PathBuffList", "GetKeywordList", "RemoveKeywordList", "DressScepterList", "GetScepterList", "KAAILMGCHOK", "GetMagicUnitList", "RemoveMagicUnitList", "JGDAEBNEFKA", "AOIBHCMANFK", "MIBOBJIDCAD", "TitanBlessEvent" }, new[]{ "GCBPFEACHKL" }, null, null, null) })); } #endregion @@ -116,89 +116,89 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public RogueCommonActionResultData(RogueCommonActionResultData other) : this() { - switch (other.InfoCaseCase) { - case InfoCaseOneofCase.GetItemList: + switch (other.GCBPFEACHKLCase) { + case GCBPFEACHKLOneofCase.GetItemList: GetItemList = other.GetItemList.Clone(); break; - case InfoCaseOneofCase.RemoveItemList: + case GCBPFEACHKLOneofCase.RemoveItemList: RemoveItemList = other.RemoveItemList.Clone(); break; - case InfoCaseOneofCase.GetBuffList: + case GCBPFEACHKLOneofCase.GetBuffList: GetBuffList = other.GetBuffList.Clone(); break; - case InfoCaseOneofCase.RemoveBuffList: + case GCBPFEACHKLOneofCase.RemoveBuffList: RemoveBuffList = other.RemoveBuffList.Clone(); break; - case InfoCaseOneofCase.GetMiracleList: + case GCBPFEACHKLOneofCase.GetMiracleList: GetMiracleList = other.GetMiracleList.Clone(); break; - case InfoCaseOneofCase.RemoveMiracleList: + case GCBPFEACHKLOneofCase.RemoveMiracleList: RemoveMiracleList = other.RemoveMiracleList.Clone(); break; - case InfoCaseOneofCase.APFMFBBDCJK: + case GCBPFEACHKLOneofCase.APFMFBBDCJK: APFMFBBDCJK = other.APFMFBBDCJK.Clone(); break; - case InfoCaseOneofCase.BMDJOPGHLCA: + case GCBPFEACHKLOneofCase.BMDJOPGHLCA: BMDJOPGHLCA = other.BMDJOPGHLCA.Clone(); break; - case InfoCaseOneofCase.OMPBJJOHPOO: + case GCBPFEACHKLOneofCase.OMPBJJOHPOO: OMPBJJOHPOO = other.OMPBJJOHPOO.Clone(); break; - case InfoCaseOneofCase.IOMJMEAOMFI: + case GCBPFEACHKLOneofCase.IOMJMEAOMFI: IOMJMEAOMFI = other.IOMJMEAOMFI.Clone(); break; - case InfoCaseOneofCase.BBLGEEMHIIM: + case GCBPFEACHKLOneofCase.BBLGEEMHIIM: BBLGEEMHIIM = other.BBLGEEMHIIM.Clone(); break; - case InfoCaseOneofCase.GetFormulaList: + case GCBPFEACHKLOneofCase.GetFormulaList: GetFormulaList = other.GetFormulaList.Clone(); break; - case InfoCaseOneofCase.RemoveFormulaList: + case GCBPFEACHKLOneofCase.RemoveFormulaList: RemoveFormulaList = other.RemoveFormulaList.Clone(); break; - case InfoCaseOneofCase.ExpandFormulaList: + case GCBPFEACHKLOneofCase.ExpandFormulaList: ExpandFormulaList = other.ExpandFormulaList.Clone(); break; - case InfoCaseOneofCase.ContractFormulaList: + case GCBPFEACHKLOneofCase.ContractFormulaList: ContractFormulaList = other.ContractFormulaList.Clone(); break; - case InfoCaseOneofCase.DMKGEBHPIPJ: + case GCBPFEACHKLOneofCase.DMKGEBHPIPJ: DMKGEBHPIPJ = other.DMKGEBHPIPJ.Clone(); break; - case InfoCaseOneofCase.PathBuffList: + case GCBPFEACHKLOneofCase.PathBuffList: PathBuffList = other.PathBuffList.Clone(); break; - case InfoCaseOneofCase.GetKeywordList: + case GCBPFEACHKLOneofCase.GetKeywordList: GetKeywordList = other.GetKeywordList.Clone(); break; - case InfoCaseOneofCase.RemoveKeywordList: + case GCBPFEACHKLOneofCase.RemoveKeywordList: RemoveKeywordList = other.RemoveKeywordList.Clone(); break; - case InfoCaseOneofCase.DressScepterList: + case GCBPFEACHKLOneofCase.DressScepterList: DressScepterList = other.DressScepterList.Clone(); break; - case InfoCaseOneofCase.GetScepterList: + case GCBPFEACHKLOneofCase.GetScepterList: GetScepterList = other.GetScepterList.Clone(); break; - case InfoCaseOneofCase.KAAILMGCHOK: + case GCBPFEACHKLOneofCase.KAAILMGCHOK: KAAILMGCHOK = other.KAAILMGCHOK.Clone(); break; - case InfoCaseOneofCase.GetMagicUnitList: + case GCBPFEACHKLOneofCase.GetMagicUnitList: GetMagicUnitList = other.GetMagicUnitList.Clone(); break; - case InfoCaseOneofCase.RemoveMagicUnitList: + case GCBPFEACHKLOneofCase.RemoveMagicUnitList: RemoveMagicUnitList = other.RemoveMagicUnitList.Clone(); break; - case InfoCaseOneofCase.JGDAEBNEFKA: + case GCBPFEACHKLOneofCase.JGDAEBNEFKA: JGDAEBNEFKA = other.JGDAEBNEFKA.Clone(); break; - case InfoCaseOneofCase.AOIBHCMANFK: + case GCBPFEACHKLOneofCase.AOIBHCMANFK: AOIBHCMANFK = other.AOIBHCMANFK.Clone(); break; - case InfoCaseOneofCase.MIBOBJIDCAD: + case GCBPFEACHKLOneofCase.MIBOBJIDCAD: MIBOBJIDCAD = other.MIBOBJIDCAD.Clone(); break; - case InfoCaseOneofCase.TitanBlessEvent: + case GCBPFEACHKLOneofCase.TitanBlessEvent: TitanBlessEvent = other.TitanBlessEvent.Clone(); break; } @@ -217,10 +217,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.RogueCommonMoney GetItemList { - get { return infoCaseCase_ == InfoCaseOneofCase.GetItemList ? (global::EggLink.DanhengServer.Proto.RogueCommonMoney) infoCase_ : null; } + get { return gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetItemList ? (global::EggLink.DanhengServer.Proto.RogueCommonMoney) gCBPFEACHKL_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.GetItemList; + gCBPFEACHKL_ = value; + gCBPFEACHKLCase_ = value == null ? GCBPFEACHKLOneofCase.None : GCBPFEACHKLOneofCase.GetItemList; } } @@ -229,10 +229,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.RogueCommonMoney RemoveItemList { - get { return infoCaseCase_ == InfoCaseOneofCase.RemoveItemList ? (global::EggLink.DanhengServer.Proto.RogueCommonMoney) infoCase_ : null; } + get { return gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.RemoveItemList ? (global::EggLink.DanhengServer.Proto.RogueCommonMoney) gCBPFEACHKL_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.RemoveItemList; + gCBPFEACHKL_ = value; + gCBPFEACHKLCase_ = value == null ? GCBPFEACHKLOneofCase.None : GCBPFEACHKLOneofCase.RemoveItemList; } } @@ -241,10 +241,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.RogueCommonBuff GetBuffList { - get { return infoCaseCase_ == InfoCaseOneofCase.GetBuffList ? (global::EggLink.DanhengServer.Proto.RogueCommonBuff) infoCase_ : null; } + get { return gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetBuffList ? (global::EggLink.DanhengServer.Proto.RogueCommonBuff) gCBPFEACHKL_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.GetBuffList; + gCBPFEACHKL_ = value; + gCBPFEACHKLCase_ = value == null ? GCBPFEACHKLOneofCase.None : GCBPFEACHKLOneofCase.GetBuffList; } } @@ -253,10 +253,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.RogueCommonBuff RemoveBuffList { - get { return infoCaseCase_ == InfoCaseOneofCase.RemoveBuffList ? (global::EggLink.DanhengServer.Proto.RogueCommonBuff) infoCase_ : null; } + get { return gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.RemoveBuffList ? (global::EggLink.DanhengServer.Proto.RogueCommonBuff) gCBPFEACHKL_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.RemoveBuffList; + gCBPFEACHKL_ = value; + gCBPFEACHKLCase_ = value == null ? GCBPFEACHKLOneofCase.None : GCBPFEACHKLOneofCase.RemoveBuffList; } } @@ -265,10 +265,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.RogueCommonMiracle GetMiracleList { - get { return infoCaseCase_ == InfoCaseOneofCase.GetMiracleList ? (global::EggLink.DanhengServer.Proto.RogueCommonMiracle) infoCase_ : null; } + get { return gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetMiracleList ? (global::EggLink.DanhengServer.Proto.RogueCommonMiracle) gCBPFEACHKL_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.GetMiracleList; + gCBPFEACHKL_ = value; + gCBPFEACHKLCase_ = value == null ? GCBPFEACHKLOneofCase.None : GCBPFEACHKLOneofCase.GetMiracleList; } } @@ -277,10 +277,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.RogueCommonRemoveMiracle RemoveMiracleList { - get { return infoCaseCase_ == InfoCaseOneofCase.RemoveMiracleList ? (global::EggLink.DanhengServer.Proto.RogueCommonRemoveMiracle) infoCase_ : null; } + get { return gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.RemoveMiracleList ? (global::EggLink.DanhengServer.Proto.RogueCommonRemoveMiracle) gCBPFEACHKL_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.RemoveMiracleList; + gCBPFEACHKL_ = value; + gCBPFEACHKLCase_ = value == null ? GCBPFEACHKLOneofCase.None : GCBPFEACHKLOneofCase.RemoveMiracleList; } } @@ -289,10 +289,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.IBIBPOOPDEN APFMFBBDCJK { - get { return infoCaseCase_ == InfoCaseOneofCase.APFMFBBDCJK ? (global::EggLink.DanhengServer.Proto.IBIBPOOPDEN) infoCase_ : null; } + get { return gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.APFMFBBDCJK ? (global::EggLink.DanhengServer.Proto.IBIBPOOPDEN) gCBPFEACHKL_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.APFMFBBDCJK; + gCBPFEACHKL_ = value; + gCBPFEACHKLCase_ = value == null ? GCBPFEACHKLOneofCase.None : GCBPFEACHKLOneofCase.APFMFBBDCJK; } } @@ -301,10 +301,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.MAAAAGPJJFE BMDJOPGHLCA { - get { return infoCaseCase_ == InfoCaseOneofCase.BMDJOPGHLCA ? (global::EggLink.DanhengServer.Proto.MAAAAGPJJFE) infoCase_ : null; } + get { return gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.BMDJOPGHLCA ? (global::EggLink.DanhengServer.Proto.MAAAAGPJJFE) gCBPFEACHKL_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.BMDJOPGHLCA; + gCBPFEACHKL_ = value; + gCBPFEACHKLCase_ = value == null ? GCBPFEACHKLOneofCase.None : GCBPFEACHKLOneofCase.BMDJOPGHLCA; } } @@ -313,10 +313,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.PBALOEJCGFN OMPBJJOHPOO { - get { return infoCaseCase_ == InfoCaseOneofCase.OMPBJJOHPOO ? (global::EggLink.DanhengServer.Proto.PBALOEJCGFN) infoCase_ : null; } + get { return gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.OMPBJJOHPOO ? (global::EggLink.DanhengServer.Proto.PBALOEJCGFN) gCBPFEACHKL_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.OMPBJJOHPOO; + gCBPFEACHKL_ = value; + gCBPFEACHKLCase_ = value == null ? GCBPFEACHKLOneofCase.None : GCBPFEACHKLOneofCase.OMPBJJOHPOO; } } @@ -325,10 +325,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.HBLNHGANBAB IOMJMEAOMFI { - get { return infoCaseCase_ == InfoCaseOneofCase.IOMJMEAOMFI ? (global::EggLink.DanhengServer.Proto.HBLNHGANBAB) infoCase_ : null; } + get { return gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.IOMJMEAOMFI ? (global::EggLink.DanhengServer.Proto.HBLNHGANBAB) gCBPFEACHKL_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.IOMJMEAOMFI; + gCBPFEACHKL_ = value; + gCBPFEACHKLCase_ = value == null ? GCBPFEACHKLOneofCase.None : GCBPFEACHKLOneofCase.IOMJMEAOMFI; } } @@ -337,10 +337,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.MDGJIKLJDDE BBLGEEMHIIM { - get { return infoCaseCase_ == InfoCaseOneofCase.BBLGEEMHIIM ? (global::EggLink.DanhengServer.Proto.MDGJIKLJDDE) infoCase_ : null; } + get { return gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.BBLGEEMHIIM ? (global::EggLink.DanhengServer.Proto.MDGJIKLJDDE) gCBPFEACHKL_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.BBLGEEMHIIM; + gCBPFEACHKL_ = value; + gCBPFEACHKLCase_ = value == null ? GCBPFEACHKLOneofCase.None : GCBPFEACHKLOneofCase.BBLGEEMHIIM; } } @@ -349,10 +349,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.RogueCommonFormula GetFormulaList { - get { return infoCaseCase_ == InfoCaseOneofCase.GetFormulaList ? (global::EggLink.DanhengServer.Proto.RogueCommonFormula) infoCase_ : null; } + get { return gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetFormulaList ? (global::EggLink.DanhengServer.Proto.RogueCommonFormula) gCBPFEACHKL_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.GetFormulaList; + gCBPFEACHKL_ = value; + gCBPFEACHKLCase_ = value == null ? GCBPFEACHKLOneofCase.None : GCBPFEACHKLOneofCase.GetFormulaList; } } @@ -361,10 +361,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.RogueCommonRemoveFormula RemoveFormulaList { - get { return infoCaseCase_ == InfoCaseOneofCase.RemoveFormulaList ? (global::EggLink.DanhengServer.Proto.RogueCommonRemoveFormula) infoCase_ : null; } + get { return gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.RemoveFormulaList ? (global::EggLink.DanhengServer.Proto.RogueCommonRemoveFormula) gCBPFEACHKL_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.RemoveFormulaList; + gCBPFEACHKL_ = value; + gCBPFEACHKLCase_ = value == null ? GCBPFEACHKLOneofCase.None : GCBPFEACHKLOneofCase.RemoveFormulaList; } } @@ -373,10 +373,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.RogueCommonExpandedFormula ExpandFormulaList { - get { return infoCaseCase_ == InfoCaseOneofCase.ExpandFormulaList ? (global::EggLink.DanhengServer.Proto.RogueCommonExpandedFormula) infoCase_ : null; } + get { return gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.ExpandFormulaList ? (global::EggLink.DanhengServer.Proto.RogueCommonExpandedFormula) gCBPFEACHKL_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.ExpandFormulaList; + gCBPFEACHKL_ = value; + gCBPFEACHKLCase_ = value == null ? GCBPFEACHKLOneofCase.None : GCBPFEACHKLOneofCase.ExpandFormulaList; } } @@ -385,10 +385,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.RogueCommonContractFormula ContractFormulaList { - get { return infoCaseCase_ == InfoCaseOneofCase.ContractFormulaList ? (global::EggLink.DanhengServer.Proto.RogueCommonContractFormula) infoCase_ : null; } + get { return gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.ContractFormulaList ? (global::EggLink.DanhengServer.Proto.RogueCommonContractFormula) gCBPFEACHKL_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.ContractFormulaList; + gCBPFEACHKL_ = value; + gCBPFEACHKLCase_ = value == null ? GCBPFEACHKLOneofCase.None : GCBPFEACHKLOneofCase.ContractFormulaList; } } @@ -397,10 +397,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.FIPFPHBPHLH DMKGEBHPIPJ { - get { return infoCaseCase_ == InfoCaseOneofCase.DMKGEBHPIPJ ? (global::EggLink.DanhengServer.Proto.FIPFPHBPHLH) infoCase_ : null; } + get { return gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.DMKGEBHPIPJ ? (global::EggLink.DanhengServer.Proto.FIPFPHBPHLH) gCBPFEACHKL_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.DMKGEBHPIPJ; + gCBPFEACHKL_ = value; + gCBPFEACHKLCase_ = value == null ? GCBPFEACHKLOneofCase.None : GCBPFEACHKLOneofCase.DMKGEBHPIPJ; } } @@ -409,10 +409,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.RogueCommonPathBuff PathBuffList { - get { return infoCaseCase_ == InfoCaseOneofCase.PathBuffList ? (global::EggLink.DanhengServer.Proto.RogueCommonPathBuff) infoCase_ : null; } + get { return gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.PathBuffList ? (global::EggLink.DanhengServer.Proto.RogueCommonPathBuff) gCBPFEACHKL_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.PathBuffList; + gCBPFEACHKL_ = value; + gCBPFEACHKLCase_ = value == null ? GCBPFEACHKLOneofCase.None : GCBPFEACHKLOneofCase.PathBuffList; } } @@ -421,10 +421,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.RogueCommonKeyword GetKeywordList { - get { return infoCaseCase_ == InfoCaseOneofCase.GetKeywordList ? (global::EggLink.DanhengServer.Proto.RogueCommonKeyword) infoCase_ : null; } + get { return gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetKeywordList ? (global::EggLink.DanhengServer.Proto.RogueCommonKeyword) gCBPFEACHKL_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.GetKeywordList; + gCBPFEACHKL_ = value; + gCBPFEACHKLCase_ = value == null ? GCBPFEACHKLOneofCase.None : GCBPFEACHKLOneofCase.GetKeywordList; } } @@ -433,10 +433,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.RogueCommonRemoveKeyword RemoveKeywordList { - get { return infoCaseCase_ == InfoCaseOneofCase.RemoveKeywordList ? (global::EggLink.DanhengServer.Proto.RogueCommonRemoveKeyword) infoCase_ : null; } + get { return gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.RemoveKeywordList ? (global::EggLink.DanhengServer.Proto.RogueCommonRemoveKeyword) gCBPFEACHKL_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.RemoveKeywordList; + gCBPFEACHKL_ = value; + gCBPFEACHKLCase_ = value == null ? GCBPFEACHKLOneofCase.None : GCBPFEACHKLOneofCase.RemoveKeywordList; } } @@ -445,10 +445,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.RogueCommonDressScepter DressScepterList { - get { return infoCaseCase_ == InfoCaseOneofCase.DressScepterList ? (global::EggLink.DanhengServer.Proto.RogueCommonDressScepter) infoCase_ : null; } + get { return gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.DressScepterList ? (global::EggLink.DanhengServer.Proto.RogueCommonDressScepter) gCBPFEACHKL_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.DressScepterList; + gCBPFEACHKL_ = value; + gCBPFEACHKLCase_ = value == null ? GCBPFEACHKLOneofCase.None : GCBPFEACHKLOneofCase.DressScepterList; } } @@ -457,10 +457,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.RogueCommonGetScepter GetScepterList { - get { return infoCaseCase_ == InfoCaseOneofCase.GetScepterList ? (global::EggLink.DanhengServer.Proto.RogueCommonGetScepter) infoCase_ : null; } + get { return gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetScepterList ? (global::EggLink.DanhengServer.Proto.RogueCommonGetScepter) gCBPFEACHKL_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.GetScepterList; + gCBPFEACHKL_ = value; + gCBPFEACHKLCase_ = value == null ? GCBPFEACHKLOneofCase.None : GCBPFEACHKLOneofCase.GetScepterList; } } @@ -469,10 +469,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.AEFFJLGFAMH KAAILMGCHOK { - get { return infoCaseCase_ == InfoCaseOneofCase.KAAILMGCHOK ? (global::EggLink.DanhengServer.Proto.AEFFJLGFAMH) infoCase_ : null; } + get { return gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.KAAILMGCHOK ? (global::EggLink.DanhengServer.Proto.AEFFJLGFAMH) gCBPFEACHKL_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.KAAILMGCHOK; + gCBPFEACHKL_ = value; + gCBPFEACHKLCase_ = value == null ? GCBPFEACHKLOneofCase.None : GCBPFEACHKLOneofCase.KAAILMGCHOK; } } @@ -481,10 +481,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.RogueMagicGameUnitInfo GetMagicUnitList { - get { return infoCaseCase_ == InfoCaseOneofCase.GetMagicUnitList ? (global::EggLink.DanhengServer.Proto.RogueMagicGameUnitInfo) infoCase_ : null; } + get { return gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetMagicUnitList ? (global::EggLink.DanhengServer.Proto.RogueMagicGameUnitInfo) gCBPFEACHKL_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.GetMagicUnitList; + gCBPFEACHKL_ = value; + gCBPFEACHKLCase_ = value == null ? GCBPFEACHKLOneofCase.None : GCBPFEACHKLOneofCase.GetMagicUnitList; } } @@ -493,10 +493,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.RogueMagicGameUnitInfo RemoveMagicUnitList { - get { return infoCaseCase_ == InfoCaseOneofCase.RemoveMagicUnitList ? (global::EggLink.DanhengServer.Proto.RogueMagicGameUnitInfo) infoCase_ : null; } + get { return gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.RemoveMagicUnitList ? (global::EggLink.DanhengServer.Proto.RogueMagicGameUnitInfo) gCBPFEACHKL_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.RemoveMagicUnitList; + gCBPFEACHKL_ = value; + gCBPFEACHKLCase_ = value == null ? GCBPFEACHKLOneofCase.None : GCBPFEACHKLOneofCase.RemoveMagicUnitList; } } @@ -505,10 +505,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.RogueMagicGameUnitInfo JGDAEBNEFKA { - get { return infoCaseCase_ == InfoCaseOneofCase.JGDAEBNEFKA ? (global::EggLink.DanhengServer.Proto.RogueMagicGameUnitInfo) infoCase_ : null; } + get { return gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.JGDAEBNEFKA ? (global::EggLink.DanhengServer.Proto.RogueMagicGameUnitInfo) gCBPFEACHKL_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.JGDAEBNEFKA; + gCBPFEACHKL_ = value; + gCBPFEACHKLCase_ = value == null ? GCBPFEACHKLOneofCase.None : GCBPFEACHKLOneofCase.JGDAEBNEFKA; } } @@ -517,10 +517,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.RogueMagicGameScepterInfo AOIBHCMANFK { - get { return infoCaseCase_ == InfoCaseOneofCase.AOIBHCMANFK ? (global::EggLink.DanhengServer.Proto.RogueMagicGameScepterInfo) infoCase_ : null; } + get { return gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.AOIBHCMANFK ? (global::EggLink.DanhengServer.Proto.RogueMagicGameScepterInfo) gCBPFEACHKL_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.AOIBHCMANFK; + gCBPFEACHKL_ = value; + gCBPFEACHKLCase_ = value == null ? GCBPFEACHKLOneofCase.None : GCBPFEACHKLOneofCase.AOIBHCMANFK; } } @@ -529,10 +529,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.HOBKEOICBMI MIBOBJIDCAD { - get { return infoCaseCase_ == InfoCaseOneofCase.MIBOBJIDCAD ? (global::EggLink.DanhengServer.Proto.HOBKEOICBMI) infoCase_ : null; } + get { return gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.MIBOBJIDCAD ? (global::EggLink.DanhengServer.Proto.HOBKEOICBMI) gCBPFEACHKL_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.MIBOBJIDCAD; + gCBPFEACHKL_ = value; + gCBPFEACHKLCase_ = value == null ? GCBPFEACHKLOneofCase.None : GCBPFEACHKLOneofCase.MIBOBJIDCAD; } } @@ -541,16 +541,16 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.RogueTitanBlessEvent TitanBlessEvent { - get { return infoCaseCase_ == InfoCaseOneofCase.TitanBlessEvent ? (global::EggLink.DanhengServer.Proto.RogueTitanBlessEvent) infoCase_ : null; } + get { return gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.TitanBlessEvent ? (global::EggLink.DanhengServer.Proto.RogueTitanBlessEvent) gCBPFEACHKL_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.TitanBlessEvent; + gCBPFEACHKL_ = value; + gCBPFEACHKLCase_ = value == null ? GCBPFEACHKLOneofCase.None : GCBPFEACHKLOneofCase.TitanBlessEvent; } } - private object infoCase_; - /// Enum of possible cases for the "info_case" oneof. - public enum InfoCaseOneofCase { + private object gCBPFEACHKL_; + /// Enum of possible cases for the "GCBPFEACHKL" oneof. + public enum GCBPFEACHKLOneofCase { None = 0, GetItemList = 12, RemoveItemList = 14, @@ -581,18 +581,18 @@ namespace EggLink.DanhengServer.Proto { MIBOBJIDCAD = 1071, TitanBlessEvent = 1357, } - private InfoCaseOneofCase infoCaseCase_ = InfoCaseOneofCase.None; + private GCBPFEACHKLOneofCase gCBPFEACHKLCase_ = GCBPFEACHKLOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public InfoCaseOneofCase InfoCaseCase { - get { return infoCaseCase_; } + public GCBPFEACHKLOneofCase GCBPFEACHKLCase { + get { return gCBPFEACHKLCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearInfoCase() { - infoCaseCase_ = InfoCaseOneofCase.None; - infoCase_ = null; + public void ClearGCBPFEACHKL() { + gCBPFEACHKLCase_ = GCBPFEACHKLOneofCase.None; + gCBPFEACHKL_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -638,7 +638,7 @@ namespace EggLink.DanhengServer.Proto { if (!object.Equals(AOIBHCMANFK, other.AOIBHCMANFK)) return false; if (!object.Equals(MIBOBJIDCAD, other.MIBOBJIDCAD)) return false; if (!object.Equals(TitanBlessEvent, other.TitanBlessEvent)) return false; - if (InfoCaseCase != other.InfoCaseCase) return false; + if (GCBPFEACHKLCase != other.GCBPFEACHKLCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -646,35 +646,35 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (infoCaseCase_ == InfoCaseOneofCase.GetItemList) hash ^= GetItemList.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.RemoveItemList) hash ^= RemoveItemList.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.GetBuffList) hash ^= GetBuffList.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.RemoveBuffList) hash ^= RemoveBuffList.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.GetMiracleList) hash ^= GetMiracleList.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.RemoveMiracleList) hash ^= RemoveMiracleList.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.APFMFBBDCJK) hash ^= APFMFBBDCJK.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.BMDJOPGHLCA) hash ^= BMDJOPGHLCA.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.OMPBJJOHPOO) hash ^= OMPBJJOHPOO.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.IOMJMEAOMFI) hash ^= IOMJMEAOMFI.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.BBLGEEMHIIM) hash ^= BBLGEEMHIIM.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.GetFormulaList) hash ^= GetFormulaList.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.RemoveFormulaList) hash ^= RemoveFormulaList.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.ExpandFormulaList) hash ^= ExpandFormulaList.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.ContractFormulaList) hash ^= ContractFormulaList.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.DMKGEBHPIPJ) hash ^= DMKGEBHPIPJ.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.PathBuffList) hash ^= PathBuffList.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.GetKeywordList) hash ^= GetKeywordList.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.RemoveKeywordList) hash ^= RemoveKeywordList.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.DressScepterList) hash ^= DressScepterList.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.GetScepterList) hash ^= GetScepterList.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.KAAILMGCHOK) hash ^= KAAILMGCHOK.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.GetMagicUnitList) hash ^= GetMagicUnitList.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.RemoveMagicUnitList) hash ^= RemoveMagicUnitList.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.JGDAEBNEFKA) hash ^= JGDAEBNEFKA.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.AOIBHCMANFK) hash ^= AOIBHCMANFK.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.MIBOBJIDCAD) hash ^= MIBOBJIDCAD.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.TitanBlessEvent) hash ^= TitanBlessEvent.GetHashCode(); - hash ^= (int) infoCaseCase_; + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetItemList) hash ^= GetItemList.GetHashCode(); + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.RemoveItemList) hash ^= RemoveItemList.GetHashCode(); + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetBuffList) hash ^= GetBuffList.GetHashCode(); + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.RemoveBuffList) hash ^= RemoveBuffList.GetHashCode(); + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetMiracleList) hash ^= GetMiracleList.GetHashCode(); + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.RemoveMiracleList) hash ^= RemoveMiracleList.GetHashCode(); + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.APFMFBBDCJK) hash ^= APFMFBBDCJK.GetHashCode(); + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.BMDJOPGHLCA) hash ^= BMDJOPGHLCA.GetHashCode(); + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.OMPBJJOHPOO) hash ^= OMPBJJOHPOO.GetHashCode(); + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.IOMJMEAOMFI) hash ^= IOMJMEAOMFI.GetHashCode(); + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.BBLGEEMHIIM) hash ^= BBLGEEMHIIM.GetHashCode(); + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetFormulaList) hash ^= GetFormulaList.GetHashCode(); + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.RemoveFormulaList) hash ^= RemoveFormulaList.GetHashCode(); + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.ExpandFormulaList) hash ^= ExpandFormulaList.GetHashCode(); + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.ContractFormulaList) hash ^= ContractFormulaList.GetHashCode(); + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.DMKGEBHPIPJ) hash ^= DMKGEBHPIPJ.GetHashCode(); + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.PathBuffList) hash ^= PathBuffList.GetHashCode(); + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetKeywordList) hash ^= GetKeywordList.GetHashCode(); + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.RemoveKeywordList) hash ^= RemoveKeywordList.GetHashCode(); + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.DressScepterList) hash ^= DressScepterList.GetHashCode(); + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetScepterList) hash ^= GetScepterList.GetHashCode(); + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.KAAILMGCHOK) hash ^= KAAILMGCHOK.GetHashCode(); + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetMagicUnitList) hash ^= GetMagicUnitList.GetHashCode(); + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.RemoveMagicUnitList) hash ^= RemoveMagicUnitList.GetHashCode(); + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.JGDAEBNEFKA) hash ^= JGDAEBNEFKA.GetHashCode(); + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.AOIBHCMANFK) hash ^= AOIBHCMANFK.GetHashCode(); + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.MIBOBJIDCAD) hash ^= MIBOBJIDCAD.GetHashCode(); + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.TitanBlessEvent) hash ^= TitanBlessEvent.GetHashCode(); + hash ^= (int) gCBPFEACHKLCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -693,115 +693,115 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (infoCaseCase_ == InfoCaseOneofCase.GetItemList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetItemList) { output.WriteRawTag(98); output.WriteMessage(GetItemList); } - if (infoCaseCase_ == InfoCaseOneofCase.RemoveItemList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.RemoveItemList) { output.WriteRawTag(114); output.WriteMessage(RemoveItemList); } - if (infoCaseCase_ == InfoCaseOneofCase.GetKeywordList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetKeywordList) { output.WriteRawTag(194, 11); output.WriteMessage(GetKeywordList); } - if (infoCaseCase_ == InfoCaseOneofCase.RemoveBuffList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.RemoveBuffList) { output.WriteRawTag(138, 19); output.WriteMessage(RemoveBuffList); } - if (infoCaseCase_ == InfoCaseOneofCase.ContractFormulaList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.ContractFormulaList) { output.WriteRawTag(154, 28); output.WriteMessage(ContractFormulaList); } - if (infoCaseCase_ == InfoCaseOneofCase.RemoveFormulaList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.RemoveFormulaList) { output.WriteRawTag(154, 29); output.WriteMessage(RemoveFormulaList); } - if (infoCaseCase_ == InfoCaseOneofCase.GetFormulaList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetFormulaList) { output.WriteRawTag(162, 38); output.WriteMessage(GetFormulaList); } - if (infoCaseCase_ == InfoCaseOneofCase.GetMagicUnitList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetMagicUnitList) { output.WriteRawTag(178, 38); output.WriteMessage(GetMagicUnitList); } - if (infoCaseCase_ == InfoCaseOneofCase.KAAILMGCHOK) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.KAAILMGCHOK) { output.WriteRawTag(218, 40); output.WriteMessage(KAAILMGCHOK); } - if (infoCaseCase_ == InfoCaseOneofCase.BBLGEEMHIIM) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.BBLGEEMHIIM) { output.WriteRawTag(154, 56); output.WriteMessage(BBLGEEMHIIM); } - if (infoCaseCase_ == InfoCaseOneofCase.RemoveMiracleList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.RemoveMiracleList) { output.WriteRawTag(202, 59); output.WriteMessage(RemoveMiracleList); } - if (infoCaseCase_ == InfoCaseOneofCase.JGDAEBNEFKA) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.JGDAEBNEFKA) { output.WriteRawTag(170, 60); output.WriteMessage(JGDAEBNEFKA); } - if (infoCaseCase_ == InfoCaseOneofCase.RemoveMagicUnitList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.RemoveMagicUnitList) { output.WriteRawTag(178, 66); output.WriteMessage(RemoveMagicUnitList); } - if (infoCaseCase_ == InfoCaseOneofCase.MIBOBJIDCAD) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.MIBOBJIDCAD) { output.WriteRawTag(250, 66); output.WriteMessage(MIBOBJIDCAD); } - if (infoCaseCase_ == InfoCaseOneofCase.AOIBHCMANFK) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.AOIBHCMANFK) { output.WriteRawTag(170, 67); output.WriteMessage(AOIBHCMANFK); } - if (infoCaseCase_ == InfoCaseOneofCase.ExpandFormulaList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.ExpandFormulaList) { output.WriteRawTag(234, 71); output.WriteMessage(ExpandFormulaList); } - if (infoCaseCase_ == InfoCaseOneofCase.PathBuffList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.PathBuffList) { output.WriteRawTag(130, 75); output.WriteMessage(PathBuffList); } - if (infoCaseCase_ == InfoCaseOneofCase.OMPBJJOHPOO) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.OMPBJJOHPOO) { output.WriteRawTag(130, 76); output.WriteMessage(OMPBJJOHPOO); } - if (infoCaseCase_ == InfoCaseOneofCase.APFMFBBDCJK) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.APFMFBBDCJK) { output.WriteRawTag(210, 77); output.WriteMessage(APFMFBBDCJK); } - if (infoCaseCase_ == InfoCaseOneofCase.DressScepterList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.DressScepterList) { output.WriteRawTag(154, 78); output.WriteMessage(DressScepterList); } - if (infoCaseCase_ == InfoCaseOneofCase.TitanBlessEvent) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.TitanBlessEvent) { output.WriteRawTag(234, 84); output.WriteMessage(TitanBlessEvent); } - if (infoCaseCase_ == InfoCaseOneofCase.GetBuffList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetBuffList) { output.WriteRawTag(218, 90); output.WriteMessage(GetBuffList); } - if (infoCaseCase_ == InfoCaseOneofCase.GetScepterList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetScepterList) { output.WriteRawTag(210, 99); output.WriteMessage(GetScepterList); } - if (infoCaseCase_ == InfoCaseOneofCase.IOMJMEAOMFI) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.IOMJMEAOMFI) { output.WriteRawTag(186, 100); output.WriteMessage(IOMJMEAOMFI); } - if (infoCaseCase_ == InfoCaseOneofCase.DMKGEBHPIPJ) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.DMKGEBHPIPJ) { output.WriteRawTag(178, 103); output.WriteMessage(DMKGEBHPIPJ); } - if (infoCaseCase_ == InfoCaseOneofCase.BMDJOPGHLCA) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.BMDJOPGHLCA) { output.WriteRawTag(154, 115); output.WriteMessage(BMDJOPGHLCA); } - if (infoCaseCase_ == InfoCaseOneofCase.RemoveKeywordList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.RemoveKeywordList) { output.WriteRawTag(250, 118); output.WriteMessage(RemoveKeywordList); } - if (infoCaseCase_ == InfoCaseOneofCase.GetMiracleList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetMiracleList) { output.WriteRawTag(146, 126); output.WriteMessage(GetMiracleList); } @@ -815,115 +815,115 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (infoCaseCase_ == InfoCaseOneofCase.GetItemList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetItemList) { output.WriteRawTag(98); output.WriteMessage(GetItemList); } - if (infoCaseCase_ == InfoCaseOneofCase.RemoveItemList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.RemoveItemList) { output.WriteRawTag(114); output.WriteMessage(RemoveItemList); } - if (infoCaseCase_ == InfoCaseOneofCase.GetKeywordList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetKeywordList) { output.WriteRawTag(194, 11); output.WriteMessage(GetKeywordList); } - if (infoCaseCase_ == InfoCaseOneofCase.RemoveBuffList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.RemoveBuffList) { output.WriteRawTag(138, 19); output.WriteMessage(RemoveBuffList); } - if (infoCaseCase_ == InfoCaseOneofCase.ContractFormulaList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.ContractFormulaList) { output.WriteRawTag(154, 28); output.WriteMessage(ContractFormulaList); } - if (infoCaseCase_ == InfoCaseOneofCase.RemoveFormulaList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.RemoveFormulaList) { output.WriteRawTag(154, 29); output.WriteMessage(RemoveFormulaList); } - if (infoCaseCase_ == InfoCaseOneofCase.GetFormulaList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetFormulaList) { output.WriteRawTag(162, 38); output.WriteMessage(GetFormulaList); } - if (infoCaseCase_ == InfoCaseOneofCase.GetMagicUnitList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetMagicUnitList) { output.WriteRawTag(178, 38); output.WriteMessage(GetMagicUnitList); } - if (infoCaseCase_ == InfoCaseOneofCase.KAAILMGCHOK) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.KAAILMGCHOK) { output.WriteRawTag(218, 40); output.WriteMessage(KAAILMGCHOK); } - if (infoCaseCase_ == InfoCaseOneofCase.BBLGEEMHIIM) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.BBLGEEMHIIM) { output.WriteRawTag(154, 56); output.WriteMessage(BBLGEEMHIIM); } - if (infoCaseCase_ == InfoCaseOneofCase.RemoveMiracleList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.RemoveMiracleList) { output.WriteRawTag(202, 59); output.WriteMessage(RemoveMiracleList); } - if (infoCaseCase_ == InfoCaseOneofCase.JGDAEBNEFKA) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.JGDAEBNEFKA) { output.WriteRawTag(170, 60); output.WriteMessage(JGDAEBNEFKA); } - if (infoCaseCase_ == InfoCaseOneofCase.RemoveMagicUnitList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.RemoveMagicUnitList) { output.WriteRawTag(178, 66); output.WriteMessage(RemoveMagicUnitList); } - if (infoCaseCase_ == InfoCaseOneofCase.MIBOBJIDCAD) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.MIBOBJIDCAD) { output.WriteRawTag(250, 66); output.WriteMessage(MIBOBJIDCAD); } - if (infoCaseCase_ == InfoCaseOneofCase.AOIBHCMANFK) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.AOIBHCMANFK) { output.WriteRawTag(170, 67); output.WriteMessage(AOIBHCMANFK); } - if (infoCaseCase_ == InfoCaseOneofCase.ExpandFormulaList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.ExpandFormulaList) { output.WriteRawTag(234, 71); output.WriteMessage(ExpandFormulaList); } - if (infoCaseCase_ == InfoCaseOneofCase.PathBuffList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.PathBuffList) { output.WriteRawTag(130, 75); output.WriteMessage(PathBuffList); } - if (infoCaseCase_ == InfoCaseOneofCase.OMPBJJOHPOO) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.OMPBJJOHPOO) { output.WriteRawTag(130, 76); output.WriteMessage(OMPBJJOHPOO); } - if (infoCaseCase_ == InfoCaseOneofCase.APFMFBBDCJK) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.APFMFBBDCJK) { output.WriteRawTag(210, 77); output.WriteMessage(APFMFBBDCJK); } - if (infoCaseCase_ == InfoCaseOneofCase.DressScepterList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.DressScepterList) { output.WriteRawTag(154, 78); output.WriteMessage(DressScepterList); } - if (infoCaseCase_ == InfoCaseOneofCase.TitanBlessEvent) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.TitanBlessEvent) { output.WriteRawTag(234, 84); output.WriteMessage(TitanBlessEvent); } - if (infoCaseCase_ == InfoCaseOneofCase.GetBuffList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetBuffList) { output.WriteRawTag(218, 90); output.WriteMessage(GetBuffList); } - if (infoCaseCase_ == InfoCaseOneofCase.GetScepterList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetScepterList) { output.WriteRawTag(210, 99); output.WriteMessage(GetScepterList); } - if (infoCaseCase_ == InfoCaseOneofCase.IOMJMEAOMFI) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.IOMJMEAOMFI) { output.WriteRawTag(186, 100); output.WriteMessage(IOMJMEAOMFI); } - if (infoCaseCase_ == InfoCaseOneofCase.DMKGEBHPIPJ) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.DMKGEBHPIPJ) { output.WriteRawTag(178, 103); output.WriteMessage(DMKGEBHPIPJ); } - if (infoCaseCase_ == InfoCaseOneofCase.BMDJOPGHLCA) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.BMDJOPGHLCA) { output.WriteRawTag(154, 115); output.WriteMessage(BMDJOPGHLCA); } - if (infoCaseCase_ == InfoCaseOneofCase.RemoveKeywordList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.RemoveKeywordList) { output.WriteRawTag(250, 118); output.WriteMessage(RemoveKeywordList); } - if (infoCaseCase_ == InfoCaseOneofCase.GetMiracleList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetMiracleList) { output.WriteRawTag(146, 126); output.WriteMessage(GetMiracleList); } @@ -937,88 +937,88 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (infoCaseCase_ == InfoCaseOneofCase.GetItemList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetItemList) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(GetItemList); } - if (infoCaseCase_ == InfoCaseOneofCase.RemoveItemList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.RemoveItemList) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(RemoveItemList); } - if (infoCaseCase_ == InfoCaseOneofCase.GetBuffList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetBuffList) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(GetBuffList); } - if (infoCaseCase_ == InfoCaseOneofCase.RemoveBuffList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.RemoveBuffList) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(RemoveBuffList); } - if (infoCaseCase_ == InfoCaseOneofCase.GetMiracleList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetMiracleList) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(GetMiracleList); } - if (infoCaseCase_ == InfoCaseOneofCase.RemoveMiracleList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.RemoveMiracleList) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(RemoveMiracleList); } - if (infoCaseCase_ == InfoCaseOneofCase.APFMFBBDCJK) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.APFMFBBDCJK) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(APFMFBBDCJK); } - if (infoCaseCase_ == InfoCaseOneofCase.BMDJOPGHLCA) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.BMDJOPGHLCA) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(BMDJOPGHLCA); } - if (infoCaseCase_ == InfoCaseOneofCase.OMPBJJOHPOO) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.OMPBJJOHPOO) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(OMPBJJOHPOO); } - if (infoCaseCase_ == InfoCaseOneofCase.IOMJMEAOMFI) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.IOMJMEAOMFI) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(IOMJMEAOMFI); } - if (infoCaseCase_ == InfoCaseOneofCase.BBLGEEMHIIM) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.BBLGEEMHIIM) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(BBLGEEMHIIM); } - if (infoCaseCase_ == InfoCaseOneofCase.GetFormulaList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetFormulaList) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(GetFormulaList); } - if (infoCaseCase_ == InfoCaseOneofCase.RemoveFormulaList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.RemoveFormulaList) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(RemoveFormulaList); } - if (infoCaseCase_ == InfoCaseOneofCase.ExpandFormulaList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.ExpandFormulaList) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(ExpandFormulaList); } - if (infoCaseCase_ == InfoCaseOneofCase.ContractFormulaList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.ContractFormulaList) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(ContractFormulaList); } - if (infoCaseCase_ == InfoCaseOneofCase.DMKGEBHPIPJ) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.DMKGEBHPIPJ) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(DMKGEBHPIPJ); } - if (infoCaseCase_ == InfoCaseOneofCase.PathBuffList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.PathBuffList) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(PathBuffList); } - if (infoCaseCase_ == InfoCaseOneofCase.GetKeywordList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetKeywordList) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(GetKeywordList); } - if (infoCaseCase_ == InfoCaseOneofCase.RemoveKeywordList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.RemoveKeywordList) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(RemoveKeywordList); } - if (infoCaseCase_ == InfoCaseOneofCase.DressScepterList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.DressScepterList) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(DressScepterList); } - if (infoCaseCase_ == InfoCaseOneofCase.GetScepterList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetScepterList) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(GetScepterList); } - if (infoCaseCase_ == InfoCaseOneofCase.KAAILMGCHOK) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.KAAILMGCHOK) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(KAAILMGCHOK); } - if (infoCaseCase_ == InfoCaseOneofCase.GetMagicUnitList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetMagicUnitList) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(GetMagicUnitList); } - if (infoCaseCase_ == InfoCaseOneofCase.RemoveMagicUnitList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.RemoveMagicUnitList) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(RemoveMagicUnitList); } - if (infoCaseCase_ == InfoCaseOneofCase.JGDAEBNEFKA) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.JGDAEBNEFKA) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(JGDAEBNEFKA); } - if (infoCaseCase_ == InfoCaseOneofCase.AOIBHCMANFK) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.AOIBHCMANFK) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(AOIBHCMANFK); } - if (infoCaseCase_ == InfoCaseOneofCase.MIBOBJIDCAD) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.MIBOBJIDCAD) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(MIBOBJIDCAD); } - if (infoCaseCase_ == InfoCaseOneofCase.TitanBlessEvent) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.TitanBlessEvent) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(TitanBlessEvent); } if (_unknownFields != null) { @@ -1033,170 +1033,170 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - switch (other.InfoCaseCase) { - case InfoCaseOneofCase.GetItemList: + switch (other.GCBPFEACHKLCase) { + case GCBPFEACHKLOneofCase.GetItemList: if (GetItemList == null) { GetItemList = new global::EggLink.DanhengServer.Proto.RogueCommonMoney(); } GetItemList.MergeFrom(other.GetItemList); break; - case InfoCaseOneofCase.RemoveItemList: + case GCBPFEACHKLOneofCase.RemoveItemList: if (RemoveItemList == null) { RemoveItemList = new global::EggLink.DanhengServer.Proto.RogueCommonMoney(); } RemoveItemList.MergeFrom(other.RemoveItemList); break; - case InfoCaseOneofCase.GetBuffList: + case GCBPFEACHKLOneofCase.GetBuffList: if (GetBuffList == null) { GetBuffList = new global::EggLink.DanhengServer.Proto.RogueCommonBuff(); } GetBuffList.MergeFrom(other.GetBuffList); break; - case InfoCaseOneofCase.RemoveBuffList: + case GCBPFEACHKLOneofCase.RemoveBuffList: if (RemoveBuffList == null) { RemoveBuffList = new global::EggLink.DanhengServer.Proto.RogueCommonBuff(); } RemoveBuffList.MergeFrom(other.RemoveBuffList); break; - case InfoCaseOneofCase.GetMiracleList: + case GCBPFEACHKLOneofCase.GetMiracleList: if (GetMiracleList == null) { GetMiracleList = new global::EggLink.DanhengServer.Proto.RogueCommonMiracle(); } GetMiracleList.MergeFrom(other.GetMiracleList); break; - case InfoCaseOneofCase.RemoveMiracleList: + case GCBPFEACHKLOneofCase.RemoveMiracleList: if (RemoveMiracleList == null) { RemoveMiracleList = new global::EggLink.DanhengServer.Proto.RogueCommonRemoveMiracle(); } RemoveMiracleList.MergeFrom(other.RemoveMiracleList); break; - case InfoCaseOneofCase.APFMFBBDCJK: + case GCBPFEACHKLOneofCase.APFMFBBDCJK: if (APFMFBBDCJK == null) { APFMFBBDCJK = new global::EggLink.DanhengServer.Proto.IBIBPOOPDEN(); } APFMFBBDCJK.MergeFrom(other.APFMFBBDCJK); break; - case InfoCaseOneofCase.BMDJOPGHLCA: + case GCBPFEACHKLOneofCase.BMDJOPGHLCA: if (BMDJOPGHLCA == null) { BMDJOPGHLCA = new global::EggLink.DanhengServer.Proto.MAAAAGPJJFE(); } BMDJOPGHLCA.MergeFrom(other.BMDJOPGHLCA); break; - case InfoCaseOneofCase.OMPBJJOHPOO: + case GCBPFEACHKLOneofCase.OMPBJJOHPOO: if (OMPBJJOHPOO == null) { OMPBJJOHPOO = new global::EggLink.DanhengServer.Proto.PBALOEJCGFN(); } OMPBJJOHPOO.MergeFrom(other.OMPBJJOHPOO); break; - case InfoCaseOneofCase.IOMJMEAOMFI: + case GCBPFEACHKLOneofCase.IOMJMEAOMFI: if (IOMJMEAOMFI == null) { IOMJMEAOMFI = new global::EggLink.DanhengServer.Proto.HBLNHGANBAB(); } IOMJMEAOMFI.MergeFrom(other.IOMJMEAOMFI); break; - case InfoCaseOneofCase.BBLGEEMHIIM: + case GCBPFEACHKLOneofCase.BBLGEEMHIIM: if (BBLGEEMHIIM == null) { BBLGEEMHIIM = new global::EggLink.DanhengServer.Proto.MDGJIKLJDDE(); } BBLGEEMHIIM.MergeFrom(other.BBLGEEMHIIM); break; - case InfoCaseOneofCase.GetFormulaList: + case GCBPFEACHKLOneofCase.GetFormulaList: if (GetFormulaList == null) { GetFormulaList = new global::EggLink.DanhengServer.Proto.RogueCommonFormula(); } GetFormulaList.MergeFrom(other.GetFormulaList); break; - case InfoCaseOneofCase.RemoveFormulaList: + case GCBPFEACHKLOneofCase.RemoveFormulaList: if (RemoveFormulaList == null) { RemoveFormulaList = new global::EggLink.DanhengServer.Proto.RogueCommonRemoveFormula(); } RemoveFormulaList.MergeFrom(other.RemoveFormulaList); break; - case InfoCaseOneofCase.ExpandFormulaList: + case GCBPFEACHKLOneofCase.ExpandFormulaList: if (ExpandFormulaList == null) { ExpandFormulaList = new global::EggLink.DanhengServer.Proto.RogueCommonExpandedFormula(); } ExpandFormulaList.MergeFrom(other.ExpandFormulaList); break; - case InfoCaseOneofCase.ContractFormulaList: + case GCBPFEACHKLOneofCase.ContractFormulaList: if (ContractFormulaList == null) { ContractFormulaList = new global::EggLink.DanhengServer.Proto.RogueCommonContractFormula(); } ContractFormulaList.MergeFrom(other.ContractFormulaList); break; - case InfoCaseOneofCase.DMKGEBHPIPJ: + case GCBPFEACHKLOneofCase.DMKGEBHPIPJ: if (DMKGEBHPIPJ == null) { DMKGEBHPIPJ = new global::EggLink.DanhengServer.Proto.FIPFPHBPHLH(); } DMKGEBHPIPJ.MergeFrom(other.DMKGEBHPIPJ); break; - case InfoCaseOneofCase.PathBuffList: + case GCBPFEACHKLOneofCase.PathBuffList: if (PathBuffList == null) { PathBuffList = new global::EggLink.DanhengServer.Proto.RogueCommonPathBuff(); } PathBuffList.MergeFrom(other.PathBuffList); break; - case InfoCaseOneofCase.GetKeywordList: + case GCBPFEACHKLOneofCase.GetKeywordList: if (GetKeywordList == null) { GetKeywordList = new global::EggLink.DanhengServer.Proto.RogueCommonKeyword(); } GetKeywordList.MergeFrom(other.GetKeywordList); break; - case InfoCaseOneofCase.RemoveKeywordList: + case GCBPFEACHKLOneofCase.RemoveKeywordList: if (RemoveKeywordList == null) { RemoveKeywordList = new global::EggLink.DanhengServer.Proto.RogueCommonRemoveKeyword(); } RemoveKeywordList.MergeFrom(other.RemoveKeywordList); break; - case InfoCaseOneofCase.DressScepterList: + case GCBPFEACHKLOneofCase.DressScepterList: if (DressScepterList == null) { DressScepterList = new global::EggLink.DanhengServer.Proto.RogueCommonDressScepter(); } DressScepterList.MergeFrom(other.DressScepterList); break; - case InfoCaseOneofCase.GetScepterList: + case GCBPFEACHKLOneofCase.GetScepterList: if (GetScepterList == null) { GetScepterList = new global::EggLink.DanhengServer.Proto.RogueCommonGetScepter(); } GetScepterList.MergeFrom(other.GetScepterList); break; - case InfoCaseOneofCase.KAAILMGCHOK: + case GCBPFEACHKLOneofCase.KAAILMGCHOK: if (KAAILMGCHOK == null) { KAAILMGCHOK = new global::EggLink.DanhengServer.Proto.AEFFJLGFAMH(); } KAAILMGCHOK.MergeFrom(other.KAAILMGCHOK); break; - case InfoCaseOneofCase.GetMagicUnitList: + case GCBPFEACHKLOneofCase.GetMagicUnitList: if (GetMagicUnitList == null) { GetMagicUnitList = new global::EggLink.DanhengServer.Proto.RogueMagicGameUnitInfo(); } GetMagicUnitList.MergeFrom(other.GetMagicUnitList); break; - case InfoCaseOneofCase.RemoveMagicUnitList: + case GCBPFEACHKLOneofCase.RemoveMagicUnitList: if (RemoveMagicUnitList == null) { RemoveMagicUnitList = new global::EggLink.DanhengServer.Proto.RogueMagicGameUnitInfo(); } RemoveMagicUnitList.MergeFrom(other.RemoveMagicUnitList); break; - case InfoCaseOneofCase.JGDAEBNEFKA: + case GCBPFEACHKLOneofCase.JGDAEBNEFKA: if (JGDAEBNEFKA == null) { JGDAEBNEFKA = new global::EggLink.DanhengServer.Proto.RogueMagicGameUnitInfo(); } JGDAEBNEFKA.MergeFrom(other.JGDAEBNEFKA); break; - case InfoCaseOneofCase.AOIBHCMANFK: + case GCBPFEACHKLOneofCase.AOIBHCMANFK: if (AOIBHCMANFK == null) { AOIBHCMANFK = new global::EggLink.DanhengServer.Proto.RogueMagicGameScepterInfo(); } AOIBHCMANFK.MergeFrom(other.AOIBHCMANFK); break; - case InfoCaseOneofCase.MIBOBJIDCAD: + case GCBPFEACHKLOneofCase.MIBOBJIDCAD: if (MIBOBJIDCAD == null) { MIBOBJIDCAD = new global::EggLink.DanhengServer.Proto.HOBKEOICBMI(); } MIBOBJIDCAD.MergeFrom(other.MIBOBJIDCAD); break; - case InfoCaseOneofCase.TitanBlessEvent: + case GCBPFEACHKLOneofCase.TitanBlessEvent: if (TitanBlessEvent == null) { TitanBlessEvent = new global::EggLink.DanhengServer.Proto.RogueTitanBlessEvent(); } @@ -1221,7 +1221,7 @@ namespace EggLink.DanhengServer.Proto { break; case 98: { global::EggLink.DanhengServer.Proto.RogueCommonMoney subBuilder = new global::EggLink.DanhengServer.Proto.RogueCommonMoney(); - if (infoCaseCase_ == InfoCaseOneofCase.GetItemList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetItemList) { subBuilder.MergeFrom(GetItemList); } input.ReadMessage(subBuilder); @@ -1230,7 +1230,7 @@ namespace EggLink.DanhengServer.Proto { } case 114: { global::EggLink.DanhengServer.Proto.RogueCommonMoney subBuilder = new global::EggLink.DanhengServer.Proto.RogueCommonMoney(); - if (infoCaseCase_ == InfoCaseOneofCase.RemoveItemList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.RemoveItemList) { subBuilder.MergeFrom(RemoveItemList); } input.ReadMessage(subBuilder); @@ -1239,7 +1239,7 @@ namespace EggLink.DanhengServer.Proto { } case 1474: { global::EggLink.DanhengServer.Proto.RogueCommonKeyword subBuilder = new global::EggLink.DanhengServer.Proto.RogueCommonKeyword(); - if (infoCaseCase_ == InfoCaseOneofCase.GetKeywordList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetKeywordList) { subBuilder.MergeFrom(GetKeywordList); } input.ReadMessage(subBuilder); @@ -1248,7 +1248,7 @@ namespace EggLink.DanhengServer.Proto { } case 2442: { global::EggLink.DanhengServer.Proto.RogueCommonBuff subBuilder = new global::EggLink.DanhengServer.Proto.RogueCommonBuff(); - if (infoCaseCase_ == InfoCaseOneofCase.RemoveBuffList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.RemoveBuffList) { subBuilder.MergeFrom(RemoveBuffList); } input.ReadMessage(subBuilder); @@ -1257,7 +1257,7 @@ namespace EggLink.DanhengServer.Proto { } case 3610: { global::EggLink.DanhengServer.Proto.RogueCommonContractFormula subBuilder = new global::EggLink.DanhengServer.Proto.RogueCommonContractFormula(); - if (infoCaseCase_ == InfoCaseOneofCase.ContractFormulaList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.ContractFormulaList) { subBuilder.MergeFrom(ContractFormulaList); } input.ReadMessage(subBuilder); @@ -1266,7 +1266,7 @@ namespace EggLink.DanhengServer.Proto { } case 3738: { global::EggLink.DanhengServer.Proto.RogueCommonRemoveFormula subBuilder = new global::EggLink.DanhengServer.Proto.RogueCommonRemoveFormula(); - if (infoCaseCase_ == InfoCaseOneofCase.RemoveFormulaList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.RemoveFormulaList) { subBuilder.MergeFrom(RemoveFormulaList); } input.ReadMessage(subBuilder); @@ -1275,7 +1275,7 @@ namespace EggLink.DanhengServer.Proto { } case 4898: { global::EggLink.DanhengServer.Proto.RogueCommonFormula subBuilder = new global::EggLink.DanhengServer.Proto.RogueCommonFormula(); - if (infoCaseCase_ == InfoCaseOneofCase.GetFormulaList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetFormulaList) { subBuilder.MergeFrom(GetFormulaList); } input.ReadMessage(subBuilder); @@ -1284,7 +1284,7 @@ namespace EggLink.DanhengServer.Proto { } case 4914: { global::EggLink.DanhengServer.Proto.RogueMagicGameUnitInfo subBuilder = new global::EggLink.DanhengServer.Proto.RogueMagicGameUnitInfo(); - if (infoCaseCase_ == InfoCaseOneofCase.GetMagicUnitList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetMagicUnitList) { subBuilder.MergeFrom(GetMagicUnitList); } input.ReadMessage(subBuilder); @@ -1293,7 +1293,7 @@ namespace EggLink.DanhengServer.Proto { } case 5210: { global::EggLink.DanhengServer.Proto.AEFFJLGFAMH subBuilder = new global::EggLink.DanhengServer.Proto.AEFFJLGFAMH(); - if (infoCaseCase_ == InfoCaseOneofCase.KAAILMGCHOK) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.KAAILMGCHOK) { subBuilder.MergeFrom(KAAILMGCHOK); } input.ReadMessage(subBuilder); @@ -1302,7 +1302,7 @@ namespace EggLink.DanhengServer.Proto { } case 7194: { global::EggLink.DanhengServer.Proto.MDGJIKLJDDE subBuilder = new global::EggLink.DanhengServer.Proto.MDGJIKLJDDE(); - if (infoCaseCase_ == InfoCaseOneofCase.BBLGEEMHIIM) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.BBLGEEMHIIM) { subBuilder.MergeFrom(BBLGEEMHIIM); } input.ReadMessage(subBuilder); @@ -1311,7 +1311,7 @@ namespace EggLink.DanhengServer.Proto { } case 7626: { global::EggLink.DanhengServer.Proto.RogueCommonRemoveMiracle subBuilder = new global::EggLink.DanhengServer.Proto.RogueCommonRemoveMiracle(); - if (infoCaseCase_ == InfoCaseOneofCase.RemoveMiracleList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.RemoveMiracleList) { subBuilder.MergeFrom(RemoveMiracleList); } input.ReadMessage(subBuilder); @@ -1320,7 +1320,7 @@ namespace EggLink.DanhengServer.Proto { } case 7722: { global::EggLink.DanhengServer.Proto.RogueMagicGameUnitInfo subBuilder = new global::EggLink.DanhengServer.Proto.RogueMagicGameUnitInfo(); - if (infoCaseCase_ == InfoCaseOneofCase.JGDAEBNEFKA) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.JGDAEBNEFKA) { subBuilder.MergeFrom(JGDAEBNEFKA); } input.ReadMessage(subBuilder); @@ -1329,7 +1329,7 @@ namespace EggLink.DanhengServer.Proto { } case 8498: { global::EggLink.DanhengServer.Proto.RogueMagicGameUnitInfo subBuilder = new global::EggLink.DanhengServer.Proto.RogueMagicGameUnitInfo(); - if (infoCaseCase_ == InfoCaseOneofCase.RemoveMagicUnitList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.RemoveMagicUnitList) { subBuilder.MergeFrom(RemoveMagicUnitList); } input.ReadMessage(subBuilder); @@ -1338,7 +1338,7 @@ namespace EggLink.DanhengServer.Proto { } case 8570: { global::EggLink.DanhengServer.Proto.HOBKEOICBMI subBuilder = new global::EggLink.DanhengServer.Proto.HOBKEOICBMI(); - if (infoCaseCase_ == InfoCaseOneofCase.MIBOBJIDCAD) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.MIBOBJIDCAD) { subBuilder.MergeFrom(MIBOBJIDCAD); } input.ReadMessage(subBuilder); @@ -1347,7 +1347,7 @@ namespace EggLink.DanhengServer.Proto { } case 8618: { global::EggLink.DanhengServer.Proto.RogueMagicGameScepterInfo subBuilder = new global::EggLink.DanhengServer.Proto.RogueMagicGameScepterInfo(); - if (infoCaseCase_ == InfoCaseOneofCase.AOIBHCMANFK) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.AOIBHCMANFK) { subBuilder.MergeFrom(AOIBHCMANFK); } input.ReadMessage(subBuilder); @@ -1356,7 +1356,7 @@ namespace EggLink.DanhengServer.Proto { } case 9194: { global::EggLink.DanhengServer.Proto.RogueCommonExpandedFormula subBuilder = new global::EggLink.DanhengServer.Proto.RogueCommonExpandedFormula(); - if (infoCaseCase_ == InfoCaseOneofCase.ExpandFormulaList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.ExpandFormulaList) { subBuilder.MergeFrom(ExpandFormulaList); } input.ReadMessage(subBuilder); @@ -1365,7 +1365,7 @@ namespace EggLink.DanhengServer.Proto { } case 9602: { global::EggLink.DanhengServer.Proto.RogueCommonPathBuff subBuilder = new global::EggLink.DanhengServer.Proto.RogueCommonPathBuff(); - if (infoCaseCase_ == InfoCaseOneofCase.PathBuffList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.PathBuffList) { subBuilder.MergeFrom(PathBuffList); } input.ReadMessage(subBuilder); @@ -1374,7 +1374,7 @@ namespace EggLink.DanhengServer.Proto { } case 9730: { global::EggLink.DanhengServer.Proto.PBALOEJCGFN subBuilder = new global::EggLink.DanhengServer.Proto.PBALOEJCGFN(); - if (infoCaseCase_ == InfoCaseOneofCase.OMPBJJOHPOO) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.OMPBJJOHPOO) { subBuilder.MergeFrom(OMPBJJOHPOO); } input.ReadMessage(subBuilder); @@ -1383,7 +1383,7 @@ namespace EggLink.DanhengServer.Proto { } case 9938: { global::EggLink.DanhengServer.Proto.IBIBPOOPDEN subBuilder = new global::EggLink.DanhengServer.Proto.IBIBPOOPDEN(); - if (infoCaseCase_ == InfoCaseOneofCase.APFMFBBDCJK) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.APFMFBBDCJK) { subBuilder.MergeFrom(APFMFBBDCJK); } input.ReadMessage(subBuilder); @@ -1392,7 +1392,7 @@ namespace EggLink.DanhengServer.Proto { } case 10010: { global::EggLink.DanhengServer.Proto.RogueCommonDressScepter subBuilder = new global::EggLink.DanhengServer.Proto.RogueCommonDressScepter(); - if (infoCaseCase_ == InfoCaseOneofCase.DressScepterList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.DressScepterList) { subBuilder.MergeFrom(DressScepterList); } input.ReadMessage(subBuilder); @@ -1401,7 +1401,7 @@ namespace EggLink.DanhengServer.Proto { } case 10858: { global::EggLink.DanhengServer.Proto.RogueTitanBlessEvent subBuilder = new global::EggLink.DanhengServer.Proto.RogueTitanBlessEvent(); - if (infoCaseCase_ == InfoCaseOneofCase.TitanBlessEvent) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.TitanBlessEvent) { subBuilder.MergeFrom(TitanBlessEvent); } input.ReadMessage(subBuilder); @@ -1410,7 +1410,7 @@ namespace EggLink.DanhengServer.Proto { } case 11610: { global::EggLink.DanhengServer.Proto.RogueCommonBuff subBuilder = new global::EggLink.DanhengServer.Proto.RogueCommonBuff(); - if (infoCaseCase_ == InfoCaseOneofCase.GetBuffList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetBuffList) { subBuilder.MergeFrom(GetBuffList); } input.ReadMessage(subBuilder); @@ -1419,7 +1419,7 @@ namespace EggLink.DanhengServer.Proto { } case 12754: { global::EggLink.DanhengServer.Proto.RogueCommonGetScepter subBuilder = new global::EggLink.DanhengServer.Proto.RogueCommonGetScepter(); - if (infoCaseCase_ == InfoCaseOneofCase.GetScepterList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetScepterList) { subBuilder.MergeFrom(GetScepterList); } input.ReadMessage(subBuilder); @@ -1428,7 +1428,7 @@ namespace EggLink.DanhengServer.Proto { } case 12858: { global::EggLink.DanhengServer.Proto.HBLNHGANBAB subBuilder = new global::EggLink.DanhengServer.Proto.HBLNHGANBAB(); - if (infoCaseCase_ == InfoCaseOneofCase.IOMJMEAOMFI) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.IOMJMEAOMFI) { subBuilder.MergeFrom(IOMJMEAOMFI); } input.ReadMessage(subBuilder); @@ -1437,7 +1437,7 @@ namespace EggLink.DanhengServer.Proto { } case 13234: { global::EggLink.DanhengServer.Proto.FIPFPHBPHLH subBuilder = new global::EggLink.DanhengServer.Proto.FIPFPHBPHLH(); - if (infoCaseCase_ == InfoCaseOneofCase.DMKGEBHPIPJ) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.DMKGEBHPIPJ) { subBuilder.MergeFrom(DMKGEBHPIPJ); } input.ReadMessage(subBuilder); @@ -1446,7 +1446,7 @@ namespace EggLink.DanhengServer.Proto { } case 14746: { global::EggLink.DanhengServer.Proto.MAAAAGPJJFE subBuilder = new global::EggLink.DanhengServer.Proto.MAAAAGPJJFE(); - if (infoCaseCase_ == InfoCaseOneofCase.BMDJOPGHLCA) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.BMDJOPGHLCA) { subBuilder.MergeFrom(BMDJOPGHLCA); } input.ReadMessage(subBuilder); @@ -1455,7 +1455,7 @@ namespace EggLink.DanhengServer.Proto { } case 15226: { global::EggLink.DanhengServer.Proto.RogueCommonRemoveKeyword subBuilder = new global::EggLink.DanhengServer.Proto.RogueCommonRemoveKeyword(); - if (infoCaseCase_ == InfoCaseOneofCase.RemoveKeywordList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.RemoveKeywordList) { subBuilder.MergeFrom(RemoveKeywordList); } input.ReadMessage(subBuilder); @@ -1464,7 +1464,7 @@ namespace EggLink.DanhengServer.Proto { } case 16146: { global::EggLink.DanhengServer.Proto.RogueCommonMiracle subBuilder = new global::EggLink.DanhengServer.Proto.RogueCommonMiracle(); - if (infoCaseCase_ == InfoCaseOneofCase.GetMiracleList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetMiracleList) { subBuilder.MergeFrom(GetMiracleList); } input.ReadMessage(subBuilder); @@ -1488,7 +1488,7 @@ namespace EggLink.DanhengServer.Proto { break; case 98: { global::EggLink.DanhengServer.Proto.RogueCommonMoney subBuilder = new global::EggLink.DanhengServer.Proto.RogueCommonMoney(); - if (infoCaseCase_ == InfoCaseOneofCase.GetItemList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetItemList) { subBuilder.MergeFrom(GetItemList); } input.ReadMessage(subBuilder); @@ -1497,7 +1497,7 @@ namespace EggLink.DanhengServer.Proto { } case 114: { global::EggLink.DanhengServer.Proto.RogueCommonMoney subBuilder = new global::EggLink.DanhengServer.Proto.RogueCommonMoney(); - if (infoCaseCase_ == InfoCaseOneofCase.RemoveItemList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.RemoveItemList) { subBuilder.MergeFrom(RemoveItemList); } input.ReadMessage(subBuilder); @@ -1506,7 +1506,7 @@ namespace EggLink.DanhengServer.Proto { } case 1474: { global::EggLink.DanhengServer.Proto.RogueCommonKeyword subBuilder = new global::EggLink.DanhengServer.Proto.RogueCommonKeyword(); - if (infoCaseCase_ == InfoCaseOneofCase.GetKeywordList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetKeywordList) { subBuilder.MergeFrom(GetKeywordList); } input.ReadMessage(subBuilder); @@ -1515,7 +1515,7 @@ namespace EggLink.DanhengServer.Proto { } case 2442: { global::EggLink.DanhengServer.Proto.RogueCommonBuff subBuilder = new global::EggLink.DanhengServer.Proto.RogueCommonBuff(); - if (infoCaseCase_ == InfoCaseOneofCase.RemoveBuffList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.RemoveBuffList) { subBuilder.MergeFrom(RemoveBuffList); } input.ReadMessage(subBuilder); @@ -1524,7 +1524,7 @@ namespace EggLink.DanhengServer.Proto { } case 3610: { global::EggLink.DanhengServer.Proto.RogueCommonContractFormula subBuilder = new global::EggLink.DanhengServer.Proto.RogueCommonContractFormula(); - if (infoCaseCase_ == InfoCaseOneofCase.ContractFormulaList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.ContractFormulaList) { subBuilder.MergeFrom(ContractFormulaList); } input.ReadMessage(subBuilder); @@ -1533,7 +1533,7 @@ namespace EggLink.DanhengServer.Proto { } case 3738: { global::EggLink.DanhengServer.Proto.RogueCommonRemoveFormula subBuilder = new global::EggLink.DanhengServer.Proto.RogueCommonRemoveFormula(); - if (infoCaseCase_ == InfoCaseOneofCase.RemoveFormulaList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.RemoveFormulaList) { subBuilder.MergeFrom(RemoveFormulaList); } input.ReadMessage(subBuilder); @@ -1542,7 +1542,7 @@ namespace EggLink.DanhengServer.Proto { } case 4898: { global::EggLink.DanhengServer.Proto.RogueCommonFormula subBuilder = new global::EggLink.DanhengServer.Proto.RogueCommonFormula(); - if (infoCaseCase_ == InfoCaseOneofCase.GetFormulaList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetFormulaList) { subBuilder.MergeFrom(GetFormulaList); } input.ReadMessage(subBuilder); @@ -1551,7 +1551,7 @@ namespace EggLink.DanhengServer.Proto { } case 4914: { global::EggLink.DanhengServer.Proto.RogueMagicGameUnitInfo subBuilder = new global::EggLink.DanhengServer.Proto.RogueMagicGameUnitInfo(); - if (infoCaseCase_ == InfoCaseOneofCase.GetMagicUnitList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetMagicUnitList) { subBuilder.MergeFrom(GetMagicUnitList); } input.ReadMessage(subBuilder); @@ -1560,7 +1560,7 @@ namespace EggLink.DanhengServer.Proto { } case 5210: { global::EggLink.DanhengServer.Proto.AEFFJLGFAMH subBuilder = new global::EggLink.DanhengServer.Proto.AEFFJLGFAMH(); - if (infoCaseCase_ == InfoCaseOneofCase.KAAILMGCHOK) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.KAAILMGCHOK) { subBuilder.MergeFrom(KAAILMGCHOK); } input.ReadMessage(subBuilder); @@ -1569,7 +1569,7 @@ namespace EggLink.DanhengServer.Proto { } case 7194: { global::EggLink.DanhengServer.Proto.MDGJIKLJDDE subBuilder = new global::EggLink.DanhengServer.Proto.MDGJIKLJDDE(); - if (infoCaseCase_ == InfoCaseOneofCase.BBLGEEMHIIM) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.BBLGEEMHIIM) { subBuilder.MergeFrom(BBLGEEMHIIM); } input.ReadMessage(subBuilder); @@ -1578,7 +1578,7 @@ namespace EggLink.DanhengServer.Proto { } case 7626: { global::EggLink.DanhengServer.Proto.RogueCommonRemoveMiracle subBuilder = new global::EggLink.DanhengServer.Proto.RogueCommonRemoveMiracle(); - if (infoCaseCase_ == InfoCaseOneofCase.RemoveMiracleList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.RemoveMiracleList) { subBuilder.MergeFrom(RemoveMiracleList); } input.ReadMessage(subBuilder); @@ -1587,7 +1587,7 @@ namespace EggLink.DanhengServer.Proto { } case 7722: { global::EggLink.DanhengServer.Proto.RogueMagicGameUnitInfo subBuilder = new global::EggLink.DanhengServer.Proto.RogueMagicGameUnitInfo(); - if (infoCaseCase_ == InfoCaseOneofCase.JGDAEBNEFKA) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.JGDAEBNEFKA) { subBuilder.MergeFrom(JGDAEBNEFKA); } input.ReadMessage(subBuilder); @@ -1596,7 +1596,7 @@ namespace EggLink.DanhengServer.Proto { } case 8498: { global::EggLink.DanhengServer.Proto.RogueMagicGameUnitInfo subBuilder = new global::EggLink.DanhengServer.Proto.RogueMagicGameUnitInfo(); - if (infoCaseCase_ == InfoCaseOneofCase.RemoveMagicUnitList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.RemoveMagicUnitList) { subBuilder.MergeFrom(RemoveMagicUnitList); } input.ReadMessage(subBuilder); @@ -1605,7 +1605,7 @@ namespace EggLink.DanhengServer.Proto { } case 8570: { global::EggLink.DanhengServer.Proto.HOBKEOICBMI subBuilder = new global::EggLink.DanhengServer.Proto.HOBKEOICBMI(); - if (infoCaseCase_ == InfoCaseOneofCase.MIBOBJIDCAD) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.MIBOBJIDCAD) { subBuilder.MergeFrom(MIBOBJIDCAD); } input.ReadMessage(subBuilder); @@ -1614,7 +1614,7 @@ namespace EggLink.DanhengServer.Proto { } case 8618: { global::EggLink.DanhengServer.Proto.RogueMagicGameScepterInfo subBuilder = new global::EggLink.DanhengServer.Proto.RogueMagicGameScepterInfo(); - if (infoCaseCase_ == InfoCaseOneofCase.AOIBHCMANFK) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.AOIBHCMANFK) { subBuilder.MergeFrom(AOIBHCMANFK); } input.ReadMessage(subBuilder); @@ -1623,7 +1623,7 @@ namespace EggLink.DanhengServer.Proto { } case 9194: { global::EggLink.DanhengServer.Proto.RogueCommonExpandedFormula subBuilder = new global::EggLink.DanhengServer.Proto.RogueCommonExpandedFormula(); - if (infoCaseCase_ == InfoCaseOneofCase.ExpandFormulaList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.ExpandFormulaList) { subBuilder.MergeFrom(ExpandFormulaList); } input.ReadMessage(subBuilder); @@ -1632,7 +1632,7 @@ namespace EggLink.DanhengServer.Proto { } case 9602: { global::EggLink.DanhengServer.Proto.RogueCommonPathBuff subBuilder = new global::EggLink.DanhengServer.Proto.RogueCommonPathBuff(); - if (infoCaseCase_ == InfoCaseOneofCase.PathBuffList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.PathBuffList) { subBuilder.MergeFrom(PathBuffList); } input.ReadMessage(subBuilder); @@ -1641,7 +1641,7 @@ namespace EggLink.DanhengServer.Proto { } case 9730: { global::EggLink.DanhengServer.Proto.PBALOEJCGFN subBuilder = new global::EggLink.DanhengServer.Proto.PBALOEJCGFN(); - if (infoCaseCase_ == InfoCaseOneofCase.OMPBJJOHPOO) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.OMPBJJOHPOO) { subBuilder.MergeFrom(OMPBJJOHPOO); } input.ReadMessage(subBuilder); @@ -1650,7 +1650,7 @@ namespace EggLink.DanhengServer.Proto { } case 9938: { global::EggLink.DanhengServer.Proto.IBIBPOOPDEN subBuilder = new global::EggLink.DanhengServer.Proto.IBIBPOOPDEN(); - if (infoCaseCase_ == InfoCaseOneofCase.APFMFBBDCJK) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.APFMFBBDCJK) { subBuilder.MergeFrom(APFMFBBDCJK); } input.ReadMessage(subBuilder); @@ -1659,7 +1659,7 @@ namespace EggLink.DanhengServer.Proto { } case 10010: { global::EggLink.DanhengServer.Proto.RogueCommonDressScepter subBuilder = new global::EggLink.DanhengServer.Proto.RogueCommonDressScepter(); - if (infoCaseCase_ == InfoCaseOneofCase.DressScepterList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.DressScepterList) { subBuilder.MergeFrom(DressScepterList); } input.ReadMessage(subBuilder); @@ -1668,7 +1668,7 @@ namespace EggLink.DanhengServer.Proto { } case 10858: { global::EggLink.DanhengServer.Proto.RogueTitanBlessEvent subBuilder = new global::EggLink.DanhengServer.Proto.RogueTitanBlessEvent(); - if (infoCaseCase_ == InfoCaseOneofCase.TitanBlessEvent) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.TitanBlessEvent) { subBuilder.MergeFrom(TitanBlessEvent); } input.ReadMessage(subBuilder); @@ -1677,7 +1677,7 @@ namespace EggLink.DanhengServer.Proto { } case 11610: { global::EggLink.DanhengServer.Proto.RogueCommonBuff subBuilder = new global::EggLink.DanhengServer.Proto.RogueCommonBuff(); - if (infoCaseCase_ == InfoCaseOneofCase.GetBuffList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetBuffList) { subBuilder.MergeFrom(GetBuffList); } input.ReadMessage(subBuilder); @@ -1686,7 +1686,7 @@ namespace EggLink.DanhengServer.Proto { } case 12754: { global::EggLink.DanhengServer.Proto.RogueCommonGetScepter subBuilder = new global::EggLink.DanhengServer.Proto.RogueCommonGetScepter(); - if (infoCaseCase_ == InfoCaseOneofCase.GetScepterList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetScepterList) { subBuilder.MergeFrom(GetScepterList); } input.ReadMessage(subBuilder); @@ -1695,7 +1695,7 @@ namespace EggLink.DanhengServer.Proto { } case 12858: { global::EggLink.DanhengServer.Proto.HBLNHGANBAB subBuilder = new global::EggLink.DanhengServer.Proto.HBLNHGANBAB(); - if (infoCaseCase_ == InfoCaseOneofCase.IOMJMEAOMFI) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.IOMJMEAOMFI) { subBuilder.MergeFrom(IOMJMEAOMFI); } input.ReadMessage(subBuilder); @@ -1704,7 +1704,7 @@ namespace EggLink.DanhengServer.Proto { } case 13234: { global::EggLink.DanhengServer.Proto.FIPFPHBPHLH subBuilder = new global::EggLink.DanhengServer.Proto.FIPFPHBPHLH(); - if (infoCaseCase_ == InfoCaseOneofCase.DMKGEBHPIPJ) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.DMKGEBHPIPJ) { subBuilder.MergeFrom(DMKGEBHPIPJ); } input.ReadMessage(subBuilder); @@ -1713,7 +1713,7 @@ namespace EggLink.DanhengServer.Proto { } case 14746: { global::EggLink.DanhengServer.Proto.MAAAAGPJJFE subBuilder = new global::EggLink.DanhengServer.Proto.MAAAAGPJJFE(); - if (infoCaseCase_ == InfoCaseOneofCase.BMDJOPGHLCA) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.BMDJOPGHLCA) { subBuilder.MergeFrom(BMDJOPGHLCA); } input.ReadMessage(subBuilder); @@ -1722,7 +1722,7 @@ namespace EggLink.DanhengServer.Proto { } case 15226: { global::EggLink.DanhengServer.Proto.RogueCommonRemoveKeyword subBuilder = new global::EggLink.DanhengServer.Proto.RogueCommonRemoveKeyword(); - if (infoCaseCase_ == InfoCaseOneofCase.RemoveKeywordList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.RemoveKeywordList) { subBuilder.MergeFrom(RemoveKeywordList); } input.ReadMessage(subBuilder); @@ -1731,7 +1731,7 @@ namespace EggLink.DanhengServer.Proto { } case 16146: { global::EggLink.DanhengServer.Proto.RogueCommonMiracle subBuilder = new global::EggLink.DanhengServer.Proto.RogueCommonMiracle(); - if (infoCaseCase_ == InfoCaseOneofCase.GetMiracleList) { + if (gCBPFEACHKLCase_ == GCBPFEACHKLOneofCase.GetMiracleList) { subBuilder.MergeFrom(GetMiracleList); } input.ReadMessage(subBuilder); diff --git a/Proto/RogueCommonBuffDisplayType.cs b/Proto/RogueCommonBuffDisplayType.cs deleted file mode 100644 index 9b31a5b8..00000000 --- a/Proto/RogueCommonBuffDisplayType.cs +++ /dev/null @@ -1,51 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: RogueCommonBuffDisplayType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from RogueCommonBuffDisplayType.proto - public static partial class RogueCommonBuffDisplayTypeReflection { - - #region Descriptor - /// File descriptor for RogueCommonBuffDisplayType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static RogueCommonBuffDisplayTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "CiBSb2d1ZUNvbW1vbkJ1ZmZEaXNwbGF5VHlwZS5wcm90byqYAQoaUm9ndWVD", - "b21tb25CdWZmRGlzcGxheVR5cGUSJwojUk9HVUVfQ09NTU9OX0JVRkZfRElT", - "UExBWV9UWVBFX05PTkUQABImCiJST0dVRV9DT01NT05fQlVGRl9ESVNQTEFZ", - "X1RZUEVfQUREEAESKQolUk9HVUVfQ09NTU9OX0JVRkZfRElTUExBWV9UWVBF", - "X1JFTU9WRRACQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy", - "b3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.RogueCommonBuffDisplayType), }, null, null)); - } - #endregion - - } - #region Enums - public enum RogueCommonBuffDisplayType { - [pbr::OriginalName("ROGUE_COMMON_BUFF_DISPLAY_TYPE_NONE")] None = 0, - [pbr::OriginalName("ROGUE_COMMON_BUFF_DISPLAY_TYPE_ADD")] Add = 1, - [pbr::OriginalName("ROGUE_COMMON_BUFF_DISPLAY_TYPE_REMOVE")] Remove = 2, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/RogueCommonBuffSelectInfo.cs b/Proto/RogueCommonBuffSelectInfo.cs index d36c9a2d..51292226 100644 --- a/Proto/RogueCommonBuffSelectInfo.cs +++ b/Proto/RogueCommonBuffSelectInfo.cs @@ -24,21 +24,22 @@ namespace EggLink.DanhengServer.Proto { static RogueCommonBuffSelectInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Ch9Sb2d1ZUNvbW1vbkJ1ZmZTZWxlY3RJbmZvLnByb3RvGhJJdGVtQ29zdERh", - "dGEucHJvdG8aJVJvZ3VlQ29tbW9uQnVmZlNlbGVjdFNvdXJjZVR5cGUucHJv", - "dG8aFVJvZ3VlQ29tbW9uQnVmZi5wcm90byKjAwoZUm9ndWVDb21tb25CdWZm", - "U2VsZWN0SW5mbxIWCg5Tb3VyY2VDdXJDb3VudBgOIAEoDRIbChNDZXJ0YWlu", - "U2VsZWN0QnVmZklkGAUgASgNEhgKEFJvbGxCdWZmTWF4Q291bnQYAiABKA0S", - "GAoQU291cmNlVG90YWxDb3VudBgMIAEoDRIPCgdDYW5Sb2xsGAogASgIEiAK", - "GEhhbmRib29rVW5sb2NrQnVmZklkTGlzdBgGIAMoDRIZChFGaXJzdEJ1ZmZU", - "eXBlTGlzdBgBIAMoDRIZChFSb2xsQnVmZkZyZWVDb3VudBgHIAEoDRI0CgpT", - "b3VyY2VUeXBlGA0gASgOMiAuUm9ndWVDb21tb25CdWZmU2VsZWN0U291cmNl", - "VHlwZRIoCg5TZWxlY3RCdWZmTGlzdBgLIAMoCzIQLlJvZ3VlQ29tbW9uQnVm", - "ZhInChBSb2xsQnVmZkNvc3REYXRhGAggASgLMg0uSXRlbUNvc3REYXRhEhQK", - "DFNvdXJjZUhpbnRJZBgDIAEoDRIVCg1Sb2xsQnVmZkNvdW50GAQgASgNQh6q", - "AhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "Ch9Sb2d1ZUNvbW1vbkJ1ZmZTZWxlY3RJbmZvLnByb3RvGiVSb2d1ZUNvbW1v", + "bkJ1ZmZTZWxlY3RTb3VyY2VUeXBlLnByb3RvGhVSb2d1ZUNvbW1vbkJ1ZmYu", + "cHJvdG8aEkl0ZW1Db3N0RGF0YS5wcm90byLCAwoZUm9ndWVDb21tb25CdWZm", + "U2VsZWN0SW5mbxIYChBzb3VyY2VfY3VyX2NvdW50GA4gASgNEh4KFmNlcnRh", + "aW5fc2VsZWN0X2J1ZmZfaWQYBSABKA0SGwoTcm9sbF9idWZmX21heF9jb3Vu", + "dBgCIAEoDRIaChJzb3VyY2VfdG90YWxfY291bnQYDCABKA0SEAoIY2FuX3Jv", + "bGwYCiABKAgSJAocaGFuZGJvb2tfdW5sb2NrX2J1ZmZfaWRfbGlzdBgGIAMo", + "DRIcChRmaXJzdF9idWZmX3R5cGVfbGlzdBgBIAMoDRIcChRyb2xsX2J1ZmZf", + "ZnJlZV9jb3VudBgHIAEoDRI1Cgtzb3VyY2VfdHlwZRgNIAEoDjIgLlJvZ3Vl", + "Q29tbW9uQnVmZlNlbGVjdFNvdXJjZVR5cGUSKgoQc2VsZWN0X2J1ZmZfbGlz", + "dBgLIAMoCzIQLlJvZ3VlQ29tbW9uQnVmZhIqChNyb2xsX2J1ZmZfY29zdF9k", + "YXRhGAggASgLMg0uSXRlbUNvc3REYXRhEhYKDnNvdXJjZV9oaW50X2lkGAMg", + "ASgNEhcKD3JvbGxfYnVmZl9jb3VudBgEIAEoDUIeqgIbRWdnTGluay5EYW5o", + "ZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemCostDataReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonBuffSelectSourceTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonBuffReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueCommonBuffSelectSourceTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonBuffReflection.Descriptor, global::EggLink.DanhengServer.Proto.ItemCostDataReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueCommonBuffSelectInfo), global::EggLink.DanhengServer.Proto.RogueCommonBuffSelectInfo.Parser, new[]{ "SourceCurCount", "CertainSelectBuffId", "RollBuffMaxCount", "SourceTotalCount", "CanRoll", "HandbookUnlockBuffIdList", "FirstBuffTypeList", "RollBuffFreeCount", "SourceType", "SelectBuffList", "RollBuffCostData", "SourceHintId", "RollBuffCount" }, null, null, null, null) })); @@ -104,7 +105,7 @@ namespace EggLink.DanhengServer.Proto { return new RogueCommonBuffSelectInfo(this); } - /// Field number for the "SourceCurCount" field. + /// Field number for the "source_cur_count" field. public const int SourceCurCountFieldNumber = 14; private uint sourceCurCount_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -116,7 +117,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "CertainSelectBuffId" field. + /// Field number for the "certain_select_buff_id" field. public const int CertainSelectBuffIdFieldNumber = 5; private uint certainSelectBuffId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -128,7 +129,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "RollBuffMaxCount" field. + /// Field number for the "roll_buff_max_count" field. public const int RollBuffMaxCountFieldNumber = 2; private uint rollBuffMaxCount_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -140,7 +141,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "SourceTotalCount" field. + /// Field number for the "source_total_count" field. public const int SourceTotalCountFieldNumber = 12; private uint sourceTotalCount_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -152,7 +153,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "CanRoll" field. + /// Field number for the "can_roll" field. public const int CanRollFieldNumber = 10; private bool canRoll_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -164,7 +165,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "HandbookUnlockBuffIdList" field. + /// Field number for the "handbook_unlock_buff_id_list" field. public const int HandbookUnlockBuffIdListFieldNumber = 6; private static readonly pb::FieldCodec _repeated_handbookUnlockBuffIdList_codec = pb::FieldCodec.ForUInt32(50); @@ -175,7 +176,7 @@ namespace EggLink.DanhengServer.Proto { get { return handbookUnlockBuffIdList_; } } - /// Field number for the "FirstBuffTypeList" field. + /// Field number for the "first_buff_type_list" field. public const int FirstBuffTypeListFieldNumber = 1; private static readonly pb::FieldCodec _repeated_firstBuffTypeList_codec = pb::FieldCodec.ForUInt32(10); @@ -186,7 +187,7 @@ namespace EggLink.DanhengServer.Proto { get { return firstBuffTypeList_; } } - /// Field number for the "RollBuffFreeCount" field. + /// Field number for the "roll_buff_free_count" field. public const int RollBuffFreeCountFieldNumber = 7; private uint rollBuffFreeCount_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -198,7 +199,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "SourceType" field. + /// Field number for the "source_type" field. public const int SourceTypeFieldNumber = 13; private global::EggLink.DanhengServer.Proto.RogueCommonBuffSelectSourceType sourceType_ = global::EggLink.DanhengServer.Proto.RogueCommonBuffSelectSourceType.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -210,7 +211,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "SelectBuffList" field. + /// Field number for the "select_buff_list" field. public const int SelectBuffListFieldNumber = 11; private static readonly pb::FieldCodec _repeated_selectBuffList_codec = pb::FieldCodec.ForMessage(90, global::EggLink.DanhengServer.Proto.RogueCommonBuff.Parser); @@ -221,7 +222,7 @@ namespace EggLink.DanhengServer.Proto { get { return selectBuffList_; } } - /// Field number for the "RollBuffCostData" field. + /// Field number for the "roll_buff_cost_data" field. public const int RollBuffCostDataFieldNumber = 8; private global::EggLink.DanhengServer.Proto.ItemCostData rollBuffCostData_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -233,7 +234,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "SourceHintId" field. + /// Field number for the "source_hint_id" field. public const int SourceHintIdFieldNumber = 3; private uint sourceHintId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -245,7 +246,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "RollBuffCount" field. + /// Field number for the "roll_buff_count" field. public const int RollBuffCountFieldNumber = 4; private uint rollBuffCount_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/RogueCommonDialogueDataInfo.cs b/Proto/RogueCommonDialogueDataInfo.cs index 005ffb37..16c086c8 100644 --- a/Proto/RogueCommonDialogueDataInfo.cs +++ b/Proto/RogueCommonDialogueDataInfo.cs @@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto { static RogueCommonDialogueDataInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiFSb2d1ZUNvbW1vbkRpYWxvZ3VlRGF0YUluZm8ucHJvdG8aI1JvZ3VlQ29t", - "bW9uRGlhbG9ndWVPcHRpb25JbmZvLnByb3RvGh1Sb2d1ZUNvbW1vbkRpYWxv", - "Z3VlSW5mby5wcm90byKcAQobUm9ndWVDb21tb25EaWFsb2d1ZURhdGFJbmZv", + "CiFSb2d1ZUNvbW1vbkRpYWxvZ3VlRGF0YUluZm8ucHJvdG8aHVJvZ3VlQ29t", + "bW9uRGlhbG9ndWVJbmZvLnByb3RvGiNSb2d1ZUNvbW1vbkRpYWxvZ3VlT3B0", + "aW9uSW5mby5wcm90byKcAQobUm9ndWVDb21tb25EaWFsb2d1ZURhdGFJbmZv", "EhcKD2V2ZW50X3VuaXF1ZV9pZBgNIAEoDRIzCgtvcHRpb25fbGlzdBgBIAMo", "CzIeLlJvZ3VlQ29tbW9uRGlhbG9ndWVPcHRpb25JbmZvEi8KDWRpYWxvZ3Vl", "X2luZm8YCSABKAsyGC5Sb2d1ZUNvbW1vbkRpYWxvZ3VlSW5mb0IeqgIbRWdn", "TGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueCommonDialogueOptionInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonDialogueInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueCommonDialogueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonDialogueOptionInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueCommonDialogueDataInfo), global::EggLink.DanhengServer.Proto.RogueCommonDialogueDataInfo.Parser, new[]{ "EventUniqueId", "OptionList", "DialogueInfo" }, null, null, null, null) })); diff --git a/Proto/RogueCommonDialogueInfo.cs b/Proto/RogueCommonDialogueInfo.cs index 1b5739c2..b5abc693 100644 --- a/Proto/RogueCommonDialogueInfo.cs +++ b/Proto/RogueCommonDialogueInfo.cs @@ -25,20 +25,20 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Ch1Sb2d1ZUNvbW1vbkRpYWxvZ3VlSW5mby5wcm90bxoiUm9ndWVDb21tb25E", - "aWFsb2d1ZUJhc2ljSW5mby5wcm90bxoRQ05ISFBESEJNREMucHJvdG8aEUFG", - "Q0NBT0FDTkFLLnByb3RvGhFHTkpBUE9NTExIRS5wcm90bxoRSklFQUFGSkVO", - "TEsucHJvdG8aEUhQSkxBRkhIR0pHLnByb3RvIqECChdSb2d1ZUNvbW1vbkRp", + "aWFsb2d1ZUJhc2ljSW5mby5wcm90bxoRSklFQUFGSkVOTEsucHJvdG8aEUNO", + "SEhQREhCTURDLnByb3RvGhFHTkpBUE9NTExIRS5wcm90bxoRQUZDQ0FPQUNO", + "QUsucHJvdG8aEUhQSkxBRkhIR0pHLnByb3RvIp8CChdSb2d1ZUNvbW1vbkRp", "YWxvZ3VlSW5mbxI8ChNkaWFsb2d1ZV9iYXNpY19pbmZvGAwgASgLMh0uUm9n", "dWVDb21tb25EaWFsb2d1ZUJhc2ljSW5mb0gAEiMKC0FETUFITEFBTE5IGAUg", "ASgLMgwuR05KQVBPTUxMSEVIABIjCgtPRERHQ0JQT1BMRhgNIAEoCzIMLkNO", "SEhQREhCTURDSAASIwoLR01BS0hPTkFFUEgYCyABKAsyDC5KSUVBQUZKRU5M", "S0gAEiMKC0NBQ0dFS0FBTktMGAYgASgLMgwuSFBKTEFGSEhHSkdIABIjCgtB", - "R0dCTEhHS1BGShgDIAEoCzIMLkFGQ0NBT0FDTkFLSABCDwoNZGlhbG9ndWVf", - "Y2FzZUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "R0dCTEhHS1BGShgDIAEoCzIMLkFGQ0NBT0FDTkFLSABCDQoLUEhLRU5MS0hJ", + "TkxCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueCommonDialogueBasicInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.CNHHPDHBMDCReflection.Descriptor, global::EggLink.DanhengServer.Proto.AFCCAOACNAKReflection.Descriptor, global::EggLink.DanhengServer.Proto.GNJAPOMLLHEReflection.Descriptor, global::EggLink.DanhengServer.Proto.JIEAAFJENLKReflection.Descriptor, global::EggLink.DanhengServer.Proto.HPJLAFHHGJGReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueCommonDialogueBasicInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.JIEAAFJENLKReflection.Descriptor, global::EggLink.DanhengServer.Proto.CNHHPDHBMDCReflection.Descriptor, global::EggLink.DanhengServer.Proto.GNJAPOMLLHEReflection.Descriptor, global::EggLink.DanhengServer.Proto.AFCCAOACNAKReflection.Descriptor, global::EggLink.DanhengServer.Proto.HPJLAFHHGJGReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueCommonDialogueInfo), global::EggLink.DanhengServer.Proto.RogueCommonDialogueInfo.Parser, new[]{ "DialogueBasicInfo", "ADMAHLAALNH", "ODDGCBPOPLF", "GMAKHONAEPH", "CACGEKAANKL", "AGGBLHGKPFJ" }, new[]{ "DialogueCase" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueCommonDialogueInfo), global::EggLink.DanhengServer.Proto.RogueCommonDialogueInfo.Parser, new[]{ "DialogueBasicInfo", "ADMAHLAALNH", "ODDGCBPOPLF", "GMAKHONAEPH", "CACGEKAANKL", "AGGBLHGKPFJ" }, new[]{ "PHKENLKHINL" }, null, null, null) })); } #endregion @@ -80,23 +80,23 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public RogueCommonDialogueInfo(RogueCommonDialogueInfo other) : this() { - switch (other.DialogueCaseCase) { - case DialogueCaseOneofCase.DialogueBasicInfo: + switch (other.PHKENLKHINLCase) { + case PHKENLKHINLOneofCase.DialogueBasicInfo: DialogueBasicInfo = other.DialogueBasicInfo.Clone(); break; - case DialogueCaseOneofCase.ADMAHLAALNH: + case PHKENLKHINLOneofCase.ADMAHLAALNH: ADMAHLAALNH = other.ADMAHLAALNH.Clone(); break; - case DialogueCaseOneofCase.ODDGCBPOPLF: + case PHKENLKHINLOneofCase.ODDGCBPOPLF: ODDGCBPOPLF = other.ODDGCBPOPLF.Clone(); break; - case DialogueCaseOneofCase.GMAKHONAEPH: + case PHKENLKHINLOneofCase.GMAKHONAEPH: GMAKHONAEPH = other.GMAKHONAEPH.Clone(); break; - case DialogueCaseOneofCase.CACGEKAANKL: + case PHKENLKHINLOneofCase.CACGEKAANKL: CACGEKAANKL = other.CACGEKAANKL.Clone(); break; - case DialogueCaseOneofCase.AGGBLHGKPFJ: + case PHKENLKHINLOneofCase.AGGBLHGKPFJ: AGGBLHGKPFJ = other.AGGBLHGKPFJ.Clone(); break; } @@ -115,10 +115,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.RogueCommonDialogueBasicInfo DialogueBasicInfo { - get { return dialogueCaseCase_ == DialogueCaseOneofCase.DialogueBasicInfo ? (global::EggLink.DanhengServer.Proto.RogueCommonDialogueBasicInfo) dialogueCase_ : null; } + get { return pHKENLKHINLCase_ == PHKENLKHINLOneofCase.DialogueBasicInfo ? (global::EggLink.DanhengServer.Proto.RogueCommonDialogueBasicInfo) pHKENLKHINL_ : null; } set { - dialogueCase_ = value; - dialogueCaseCase_ = value == null ? DialogueCaseOneofCase.None : DialogueCaseOneofCase.DialogueBasicInfo; + pHKENLKHINL_ = value; + pHKENLKHINLCase_ = value == null ? PHKENLKHINLOneofCase.None : PHKENLKHINLOneofCase.DialogueBasicInfo; } } @@ -127,10 +127,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.GNJAPOMLLHE ADMAHLAALNH { - get { return dialogueCaseCase_ == DialogueCaseOneofCase.ADMAHLAALNH ? (global::EggLink.DanhengServer.Proto.GNJAPOMLLHE) dialogueCase_ : null; } + get { return pHKENLKHINLCase_ == PHKENLKHINLOneofCase.ADMAHLAALNH ? (global::EggLink.DanhengServer.Proto.GNJAPOMLLHE) pHKENLKHINL_ : null; } set { - dialogueCase_ = value; - dialogueCaseCase_ = value == null ? DialogueCaseOneofCase.None : DialogueCaseOneofCase.ADMAHLAALNH; + pHKENLKHINL_ = value; + pHKENLKHINLCase_ = value == null ? PHKENLKHINLOneofCase.None : PHKENLKHINLOneofCase.ADMAHLAALNH; } } @@ -139,10 +139,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.CNHHPDHBMDC ODDGCBPOPLF { - get { return dialogueCaseCase_ == DialogueCaseOneofCase.ODDGCBPOPLF ? (global::EggLink.DanhengServer.Proto.CNHHPDHBMDC) dialogueCase_ : null; } + get { return pHKENLKHINLCase_ == PHKENLKHINLOneofCase.ODDGCBPOPLF ? (global::EggLink.DanhengServer.Proto.CNHHPDHBMDC) pHKENLKHINL_ : null; } set { - dialogueCase_ = value; - dialogueCaseCase_ = value == null ? DialogueCaseOneofCase.None : DialogueCaseOneofCase.ODDGCBPOPLF; + pHKENLKHINL_ = value; + pHKENLKHINLCase_ = value == null ? PHKENLKHINLOneofCase.None : PHKENLKHINLOneofCase.ODDGCBPOPLF; } } @@ -151,10 +151,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.JIEAAFJENLK GMAKHONAEPH { - get { return dialogueCaseCase_ == DialogueCaseOneofCase.GMAKHONAEPH ? (global::EggLink.DanhengServer.Proto.JIEAAFJENLK) dialogueCase_ : null; } + get { return pHKENLKHINLCase_ == PHKENLKHINLOneofCase.GMAKHONAEPH ? (global::EggLink.DanhengServer.Proto.JIEAAFJENLK) pHKENLKHINL_ : null; } set { - dialogueCase_ = value; - dialogueCaseCase_ = value == null ? DialogueCaseOneofCase.None : DialogueCaseOneofCase.GMAKHONAEPH; + pHKENLKHINL_ = value; + pHKENLKHINLCase_ = value == null ? PHKENLKHINLOneofCase.None : PHKENLKHINLOneofCase.GMAKHONAEPH; } } @@ -163,10 +163,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.HPJLAFHHGJG CACGEKAANKL { - get { return dialogueCaseCase_ == DialogueCaseOneofCase.CACGEKAANKL ? (global::EggLink.DanhengServer.Proto.HPJLAFHHGJG) dialogueCase_ : null; } + get { return pHKENLKHINLCase_ == PHKENLKHINLOneofCase.CACGEKAANKL ? (global::EggLink.DanhengServer.Proto.HPJLAFHHGJG) pHKENLKHINL_ : null; } set { - dialogueCase_ = value; - dialogueCaseCase_ = value == null ? DialogueCaseOneofCase.None : DialogueCaseOneofCase.CACGEKAANKL; + pHKENLKHINL_ = value; + pHKENLKHINLCase_ = value == null ? PHKENLKHINLOneofCase.None : PHKENLKHINLOneofCase.CACGEKAANKL; } } @@ -175,16 +175,16 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.AFCCAOACNAK AGGBLHGKPFJ { - get { return dialogueCaseCase_ == DialogueCaseOneofCase.AGGBLHGKPFJ ? (global::EggLink.DanhengServer.Proto.AFCCAOACNAK) dialogueCase_ : null; } + get { return pHKENLKHINLCase_ == PHKENLKHINLOneofCase.AGGBLHGKPFJ ? (global::EggLink.DanhengServer.Proto.AFCCAOACNAK) pHKENLKHINL_ : null; } set { - dialogueCase_ = value; - dialogueCaseCase_ = value == null ? DialogueCaseOneofCase.None : DialogueCaseOneofCase.AGGBLHGKPFJ; + pHKENLKHINL_ = value; + pHKENLKHINLCase_ = value == null ? PHKENLKHINLOneofCase.None : PHKENLKHINLOneofCase.AGGBLHGKPFJ; } } - private object dialogueCase_; - /// Enum of possible cases for the "dialogue_case" oneof. - public enum DialogueCaseOneofCase { + private object pHKENLKHINL_; + /// Enum of possible cases for the "PHKENLKHINL" oneof. + public enum PHKENLKHINLOneofCase { None = 0, DialogueBasicInfo = 12, ADMAHLAALNH = 5, @@ -193,18 +193,18 @@ namespace EggLink.DanhengServer.Proto { CACGEKAANKL = 6, AGGBLHGKPFJ = 3, } - private DialogueCaseOneofCase dialogueCaseCase_ = DialogueCaseOneofCase.None; + private PHKENLKHINLOneofCase pHKENLKHINLCase_ = PHKENLKHINLOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public DialogueCaseOneofCase DialogueCaseCase { - get { return dialogueCaseCase_; } + public PHKENLKHINLOneofCase PHKENLKHINLCase { + get { return pHKENLKHINLCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearDialogueCase() { - dialogueCaseCase_ = DialogueCaseOneofCase.None; - dialogueCase_ = null; + public void ClearPHKENLKHINL() { + pHKENLKHINLCase_ = PHKENLKHINLOneofCase.None; + pHKENLKHINL_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -228,7 +228,7 @@ namespace EggLink.DanhengServer.Proto { if (!object.Equals(GMAKHONAEPH, other.GMAKHONAEPH)) return false; if (!object.Equals(CACGEKAANKL, other.CACGEKAANKL)) return false; if (!object.Equals(AGGBLHGKPFJ, other.AGGBLHGKPFJ)) return false; - if (DialogueCaseCase != other.DialogueCaseCase) return false; + if (PHKENLKHINLCase != other.PHKENLKHINLCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -236,13 +236,13 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (dialogueCaseCase_ == DialogueCaseOneofCase.DialogueBasicInfo) hash ^= DialogueBasicInfo.GetHashCode(); - if (dialogueCaseCase_ == DialogueCaseOneofCase.ADMAHLAALNH) hash ^= ADMAHLAALNH.GetHashCode(); - if (dialogueCaseCase_ == DialogueCaseOneofCase.ODDGCBPOPLF) hash ^= ODDGCBPOPLF.GetHashCode(); - if (dialogueCaseCase_ == DialogueCaseOneofCase.GMAKHONAEPH) hash ^= GMAKHONAEPH.GetHashCode(); - if (dialogueCaseCase_ == DialogueCaseOneofCase.CACGEKAANKL) hash ^= CACGEKAANKL.GetHashCode(); - if (dialogueCaseCase_ == DialogueCaseOneofCase.AGGBLHGKPFJ) hash ^= AGGBLHGKPFJ.GetHashCode(); - hash ^= (int) dialogueCaseCase_; + if (pHKENLKHINLCase_ == PHKENLKHINLOneofCase.DialogueBasicInfo) hash ^= DialogueBasicInfo.GetHashCode(); + if (pHKENLKHINLCase_ == PHKENLKHINLOneofCase.ADMAHLAALNH) hash ^= ADMAHLAALNH.GetHashCode(); + if (pHKENLKHINLCase_ == PHKENLKHINLOneofCase.ODDGCBPOPLF) hash ^= ODDGCBPOPLF.GetHashCode(); + if (pHKENLKHINLCase_ == PHKENLKHINLOneofCase.GMAKHONAEPH) hash ^= GMAKHONAEPH.GetHashCode(); + if (pHKENLKHINLCase_ == PHKENLKHINLOneofCase.CACGEKAANKL) hash ^= CACGEKAANKL.GetHashCode(); + if (pHKENLKHINLCase_ == PHKENLKHINLOneofCase.AGGBLHGKPFJ) hash ^= AGGBLHGKPFJ.GetHashCode(); + hash ^= (int) pHKENLKHINLCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -261,27 +261,27 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (dialogueCaseCase_ == DialogueCaseOneofCase.AGGBLHGKPFJ) { + if (pHKENLKHINLCase_ == PHKENLKHINLOneofCase.AGGBLHGKPFJ) { output.WriteRawTag(26); output.WriteMessage(AGGBLHGKPFJ); } - if (dialogueCaseCase_ == DialogueCaseOneofCase.ADMAHLAALNH) { + if (pHKENLKHINLCase_ == PHKENLKHINLOneofCase.ADMAHLAALNH) { output.WriteRawTag(42); output.WriteMessage(ADMAHLAALNH); } - if (dialogueCaseCase_ == DialogueCaseOneofCase.CACGEKAANKL) { + if (pHKENLKHINLCase_ == PHKENLKHINLOneofCase.CACGEKAANKL) { output.WriteRawTag(50); output.WriteMessage(CACGEKAANKL); } - if (dialogueCaseCase_ == DialogueCaseOneofCase.GMAKHONAEPH) { + if (pHKENLKHINLCase_ == PHKENLKHINLOneofCase.GMAKHONAEPH) { output.WriteRawTag(90); output.WriteMessage(GMAKHONAEPH); } - if (dialogueCaseCase_ == DialogueCaseOneofCase.DialogueBasicInfo) { + if (pHKENLKHINLCase_ == PHKENLKHINLOneofCase.DialogueBasicInfo) { output.WriteRawTag(98); output.WriteMessage(DialogueBasicInfo); } - if (dialogueCaseCase_ == DialogueCaseOneofCase.ODDGCBPOPLF) { + if (pHKENLKHINLCase_ == PHKENLKHINLOneofCase.ODDGCBPOPLF) { output.WriteRawTag(106); output.WriteMessage(ODDGCBPOPLF); } @@ -295,27 +295,27 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (dialogueCaseCase_ == DialogueCaseOneofCase.AGGBLHGKPFJ) { + if (pHKENLKHINLCase_ == PHKENLKHINLOneofCase.AGGBLHGKPFJ) { output.WriteRawTag(26); output.WriteMessage(AGGBLHGKPFJ); } - if (dialogueCaseCase_ == DialogueCaseOneofCase.ADMAHLAALNH) { + if (pHKENLKHINLCase_ == PHKENLKHINLOneofCase.ADMAHLAALNH) { output.WriteRawTag(42); output.WriteMessage(ADMAHLAALNH); } - if (dialogueCaseCase_ == DialogueCaseOneofCase.CACGEKAANKL) { + if (pHKENLKHINLCase_ == PHKENLKHINLOneofCase.CACGEKAANKL) { output.WriteRawTag(50); output.WriteMessage(CACGEKAANKL); } - if (dialogueCaseCase_ == DialogueCaseOneofCase.GMAKHONAEPH) { + if (pHKENLKHINLCase_ == PHKENLKHINLOneofCase.GMAKHONAEPH) { output.WriteRawTag(90); output.WriteMessage(GMAKHONAEPH); } - if (dialogueCaseCase_ == DialogueCaseOneofCase.DialogueBasicInfo) { + if (pHKENLKHINLCase_ == PHKENLKHINLOneofCase.DialogueBasicInfo) { output.WriteRawTag(98); output.WriteMessage(DialogueBasicInfo); } - if (dialogueCaseCase_ == DialogueCaseOneofCase.ODDGCBPOPLF) { + if (pHKENLKHINLCase_ == PHKENLKHINLOneofCase.ODDGCBPOPLF) { output.WriteRawTag(106); output.WriteMessage(ODDGCBPOPLF); } @@ -329,22 +329,22 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (dialogueCaseCase_ == DialogueCaseOneofCase.DialogueBasicInfo) { + if (pHKENLKHINLCase_ == PHKENLKHINLOneofCase.DialogueBasicInfo) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(DialogueBasicInfo); } - if (dialogueCaseCase_ == DialogueCaseOneofCase.ADMAHLAALNH) { + if (pHKENLKHINLCase_ == PHKENLKHINLOneofCase.ADMAHLAALNH) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(ADMAHLAALNH); } - if (dialogueCaseCase_ == DialogueCaseOneofCase.ODDGCBPOPLF) { + if (pHKENLKHINLCase_ == PHKENLKHINLOneofCase.ODDGCBPOPLF) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(ODDGCBPOPLF); } - if (dialogueCaseCase_ == DialogueCaseOneofCase.GMAKHONAEPH) { + if (pHKENLKHINLCase_ == PHKENLKHINLOneofCase.GMAKHONAEPH) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(GMAKHONAEPH); } - if (dialogueCaseCase_ == DialogueCaseOneofCase.CACGEKAANKL) { + if (pHKENLKHINLCase_ == PHKENLKHINLOneofCase.CACGEKAANKL) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(CACGEKAANKL); } - if (dialogueCaseCase_ == DialogueCaseOneofCase.AGGBLHGKPFJ) { + if (pHKENLKHINLCase_ == PHKENLKHINLOneofCase.AGGBLHGKPFJ) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(AGGBLHGKPFJ); } if (_unknownFields != null) { @@ -359,38 +359,38 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - switch (other.DialogueCaseCase) { - case DialogueCaseOneofCase.DialogueBasicInfo: + switch (other.PHKENLKHINLCase) { + case PHKENLKHINLOneofCase.DialogueBasicInfo: if (DialogueBasicInfo == null) { DialogueBasicInfo = new global::EggLink.DanhengServer.Proto.RogueCommonDialogueBasicInfo(); } DialogueBasicInfo.MergeFrom(other.DialogueBasicInfo); break; - case DialogueCaseOneofCase.ADMAHLAALNH: + case PHKENLKHINLOneofCase.ADMAHLAALNH: if (ADMAHLAALNH == null) { ADMAHLAALNH = new global::EggLink.DanhengServer.Proto.GNJAPOMLLHE(); } ADMAHLAALNH.MergeFrom(other.ADMAHLAALNH); break; - case DialogueCaseOneofCase.ODDGCBPOPLF: + case PHKENLKHINLOneofCase.ODDGCBPOPLF: if (ODDGCBPOPLF == null) { ODDGCBPOPLF = new global::EggLink.DanhengServer.Proto.CNHHPDHBMDC(); } ODDGCBPOPLF.MergeFrom(other.ODDGCBPOPLF); break; - case DialogueCaseOneofCase.GMAKHONAEPH: + case PHKENLKHINLOneofCase.GMAKHONAEPH: if (GMAKHONAEPH == null) { GMAKHONAEPH = new global::EggLink.DanhengServer.Proto.JIEAAFJENLK(); } GMAKHONAEPH.MergeFrom(other.GMAKHONAEPH); break; - case DialogueCaseOneofCase.CACGEKAANKL: + case PHKENLKHINLOneofCase.CACGEKAANKL: if (CACGEKAANKL == null) { CACGEKAANKL = new global::EggLink.DanhengServer.Proto.HPJLAFHHGJG(); } CACGEKAANKL.MergeFrom(other.CACGEKAANKL); break; - case DialogueCaseOneofCase.AGGBLHGKPFJ: + case PHKENLKHINLOneofCase.AGGBLHGKPFJ: if (AGGBLHGKPFJ == null) { AGGBLHGKPFJ = new global::EggLink.DanhengServer.Proto.AFCCAOACNAK(); } @@ -415,7 +415,7 @@ namespace EggLink.DanhengServer.Proto { break; case 26: { global::EggLink.DanhengServer.Proto.AFCCAOACNAK subBuilder = new global::EggLink.DanhengServer.Proto.AFCCAOACNAK(); - if (dialogueCaseCase_ == DialogueCaseOneofCase.AGGBLHGKPFJ) { + if (pHKENLKHINLCase_ == PHKENLKHINLOneofCase.AGGBLHGKPFJ) { subBuilder.MergeFrom(AGGBLHGKPFJ); } input.ReadMessage(subBuilder); @@ -424,7 +424,7 @@ namespace EggLink.DanhengServer.Proto { } case 42: { global::EggLink.DanhengServer.Proto.GNJAPOMLLHE subBuilder = new global::EggLink.DanhengServer.Proto.GNJAPOMLLHE(); - if (dialogueCaseCase_ == DialogueCaseOneofCase.ADMAHLAALNH) { + if (pHKENLKHINLCase_ == PHKENLKHINLOneofCase.ADMAHLAALNH) { subBuilder.MergeFrom(ADMAHLAALNH); } input.ReadMessage(subBuilder); @@ -433,7 +433,7 @@ namespace EggLink.DanhengServer.Proto { } case 50: { global::EggLink.DanhengServer.Proto.HPJLAFHHGJG subBuilder = new global::EggLink.DanhengServer.Proto.HPJLAFHHGJG(); - if (dialogueCaseCase_ == DialogueCaseOneofCase.CACGEKAANKL) { + if (pHKENLKHINLCase_ == PHKENLKHINLOneofCase.CACGEKAANKL) { subBuilder.MergeFrom(CACGEKAANKL); } input.ReadMessage(subBuilder); @@ -442,7 +442,7 @@ namespace EggLink.DanhengServer.Proto { } case 90: { global::EggLink.DanhengServer.Proto.JIEAAFJENLK subBuilder = new global::EggLink.DanhengServer.Proto.JIEAAFJENLK(); - if (dialogueCaseCase_ == DialogueCaseOneofCase.GMAKHONAEPH) { + if (pHKENLKHINLCase_ == PHKENLKHINLOneofCase.GMAKHONAEPH) { subBuilder.MergeFrom(GMAKHONAEPH); } input.ReadMessage(subBuilder); @@ -451,7 +451,7 @@ namespace EggLink.DanhengServer.Proto { } case 98: { global::EggLink.DanhengServer.Proto.RogueCommonDialogueBasicInfo subBuilder = new global::EggLink.DanhengServer.Proto.RogueCommonDialogueBasicInfo(); - if (dialogueCaseCase_ == DialogueCaseOneofCase.DialogueBasicInfo) { + if (pHKENLKHINLCase_ == PHKENLKHINLOneofCase.DialogueBasicInfo) { subBuilder.MergeFrom(DialogueBasicInfo); } input.ReadMessage(subBuilder); @@ -460,7 +460,7 @@ namespace EggLink.DanhengServer.Proto { } case 106: { global::EggLink.DanhengServer.Proto.CNHHPDHBMDC subBuilder = new global::EggLink.DanhengServer.Proto.CNHHPDHBMDC(); - if (dialogueCaseCase_ == DialogueCaseOneofCase.ODDGCBPOPLF) { + if (pHKENLKHINLCase_ == PHKENLKHINLOneofCase.ODDGCBPOPLF) { subBuilder.MergeFrom(ODDGCBPOPLF); } input.ReadMessage(subBuilder); @@ -484,7 +484,7 @@ namespace EggLink.DanhengServer.Proto { break; case 26: { global::EggLink.DanhengServer.Proto.AFCCAOACNAK subBuilder = new global::EggLink.DanhengServer.Proto.AFCCAOACNAK(); - if (dialogueCaseCase_ == DialogueCaseOneofCase.AGGBLHGKPFJ) { + if (pHKENLKHINLCase_ == PHKENLKHINLOneofCase.AGGBLHGKPFJ) { subBuilder.MergeFrom(AGGBLHGKPFJ); } input.ReadMessage(subBuilder); @@ -493,7 +493,7 @@ namespace EggLink.DanhengServer.Proto { } case 42: { global::EggLink.DanhengServer.Proto.GNJAPOMLLHE subBuilder = new global::EggLink.DanhengServer.Proto.GNJAPOMLLHE(); - if (dialogueCaseCase_ == DialogueCaseOneofCase.ADMAHLAALNH) { + if (pHKENLKHINLCase_ == PHKENLKHINLOneofCase.ADMAHLAALNH) { subBuilder.MergeFrom(ADMAHLAALNH); } input.ReadMessage(subBuilder); @@ -502,7 +502,7 @@ namespace EggLink.DanhengServer.Proto { } case 50: { global::EggLink.DanhengServer.Proto.HPJLAFHHGJG subBuilder = new global::EggLink.DanhengServer.Proto.HPJLAFHHGJG(); - if (dialogueCaseCase_ == DialogueCaseOneofCase.CACGEKAANKL) { + if (pHKENLKHINLCase_ == PHKENLKHINLOneofCase.CACGEKAANKL) { subBuilder.MergeFrom(CACGEKAANKL); } input.ReadMessage(subBuilder); @@ -511,7 +511,7 @@ namespace EggLink.DanhengServer.Proto { } case 90: { global::EggLink.DanhengServer.Proto.JIEAAFJENLK subBuilder = new global::EggLink.DanhengServer.Proto.JIEAAFJENLK(); - if (dialogueCaseCase_ == DialogueCaseOneofCase.GMAKHONAEPH) { + if (pHKENLKHINLCase_ == PHKENLKHINLOneofCase.GMAKHONAEPH) { subBuilder.MergeFrom(GMAKHONAEPH); } input.ReadMessage(subBuilder); @@ -520,7 +520,7 @@ namespace EggLink.DanhengServer.Proto { } case 98: { global::EggLink.DanhengServer.Proto.RogueCommonDialogueBasicInfo subBuilder = new global::EggLink.DanhengServer.Proto.RogueCommonDialogueBasicInfo(); - if (dialogueCaseCase_ == DialogueCaseOneofCase.DialogueBasicInfo) { + if (pHKENLKHINLCase_ == PHKENLKHINLOneofCase.DialogueBasicInfo) { subBuilder.MergeFrom(DialogueBasicInfo); } input.ReadMessage(subBuilder); @@ -529,7 +529,7 @@ namespace EggLink.DanhengServer.Proto { } case 106: { global::EggLink.DanhengServer.Proto.CNHHPDHBMDC subBuilder = new global::EggLink.DanhengServer.Proto.CNHHPDHBMDC(); - if (dialogueCaseCase_ == DialogueCaseOneofCase.ODDGCBPOPLF) { + if (pHKENLKHINLCase_ == PHKENLKHINLOneofCase.ODDGCBPOPLF) { subBuilder.MergeFrom(ODDGCBPOPLF); } input.ReadMessage(subBuilder); diff --git a/Proto/RogueCommonDialogueOptionInfo.cs b/Proto/RogueCommonDialogueOptionInfo.cs index 006396fb..f1ae00c8 100644 --- a/Proto/RogueCommonDialogueOptionInfo.cs +++ b/Proto/RogueCommonDialogueOptionInfo.cs @@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto { static RogueCommonDialogueOptionInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiNSb2d1ZUNvbW1vbkRpYWxvZ3VlT3B0aW9uSW5mby5wcm90bxopUm9ndWVD", - "b21tb25EaWFsb2d1ZU9wdGlvblJlc3VsdEluZm8ucHJvdG8aKlJvZ3VlQ29t", - "bW9uRGlhbG9ndWVPcHRpb25EaXNwbGF5SW5mby5wcm90byLlAQodUm9ndWVD", + "CiNSb2d1ZUNvbW1vbkRpYWxvZ3VlT3B0aW9uSW5mby5wcm90bxoqUm9ndWVD", + "b21tb25EaWFsb2d1ZU9wdGlvbkRpc3BsYXlJbmZvLnByb3RvGilSb2d1ZUNv", + "bW1vbkRpYWxvZ3VlT3B0aW9uUmVzdWx0SW5mby5wcm90byLlAQodUm9ndWVD", "b21tb25EaWFsb2d1ZU9wdGlvbkluZm8SDgoGYXJnX2lkGAUgASgNEhEKCW9w", "dGlvbl9pZBgCIAEoDRIPCgdjb25maXJtGAwgASgIEkAKEm9wdGlvbl9yZXN1", "bHRfaW5mbxgIIAMoCzIkLlJvZ3VlQ29tbW9uRGlhbG9ndWVPcHRpb25SZXN1", @@ -34,7 +34,7 @@ namespace EggLink.DanhengServer.Proto { "YWxvZ3VlT3B0aW9uRGlzcGxheUluZm8SEAoIaXNfdmFsaWQYBiABKAhCHqoC", "G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueCommonDialogueOptionResultInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonDialogueOptionDisplayInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueCommonDialogueOptionDisplayInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonDialogueOptionResultInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueCommonDialogueOptionInfo), global::EggLink.DanhengServer.Proto.RogueCommonDialogueOptionInfo.Parser, new[]{ "ArgId", "OptionId", "Confirm", "OptionResultInfo", "DisplayValue", "IsValid" }, null, null, null, null) })); diff --git a/Proto/RogueCommonDialogueOptionResultInfo.cs b/Proto/RogueCommonDialogueOptionResultInfo.cs index 937119e4..55d7c6d1 100644 --- a/Proto/RogueCommonDialogueOptionResultInfo.cs +++ b/Proto/RogueCommonDialogueOptionResultInfo.cs @@ -29,13 +29,13 @@ namespace EggLink.DanhengServer.Proto { "YXR0bGVSZXN1bHRJbmZvLnByb3RvIqMBCiNSb2d1ZUNvbW1vbkRpYWxvZ3Vl", "T3B0aW9uUmVzdWx0SW5mbxJIChJiYXR0bGVfcmVzdWx0X2luZm8YDiABKAsy", "Ki5Sb2d1ZUNvbW1vbkRpYWxvZ3VlT3B0aW9uQmF0dGxlUmVzdWx0SW5mb0gA", - "EiMKC0hNTENFSElLRkZLGAcgASgLMgwuTkVCUEdIRERFUENIAEINCgtyZXN1", - "bHRfY2FzZUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90", + "EiMKC0hNTENFSElLRkZLGAcgASgLMgwuTkVCUEdIRERFUENIAEINCgtDTU1K", + "SUdOT0NMTUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90", "bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.NEBPGHDDEPCReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonDialogueOptionBattleResultInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueCommonDialogueOptionResultInfo), global::EggLink.DanhengServer.Proto.RogueCommonDialogueOptionResultInfo.Parser, new[]{ "BattleResultInfo", "HMLCEHIKFFK" }, new[]{ "ResultCase" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueCommonDialogueOptionResultInfo), global::EggLink.DanhengServer.Proto.RogueCommonDialogueOptionResultInfo.Parser, new[]{ "BattleResultInfo", "HMLCEHIKFFK" }, new[]{ "CMMJIGNOCLM" }, null, null, null) })); } #endregion @@ -77,11 +77,11 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public RogueCommonDialogueOptionResultInfo(RogueCommonDialogueOptionResultInfo other) : this() { - switch (other.ResultCaseCase) { - case ResultCaseOneofCase.BattleResultInfo: + switch (other.CMMJIGNOCLMCase) { + case CMMJIGNOCLMOneofCase.BattleResultInfo: BattleResultInfo = other.BattleResultInfo.Clone(); break; - case ResultCaseOneofCase.HMLCEHIKFFK: + case CMMJIGNOCLMOneofCase.HMLCEHIKFFK: HMLCEHIKFFK = other.HMLCEHIKFFK.Clone(); break; } @@ -100,10 +100,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.RogueCommonDialogueOptionBattleResultInfo BattleResultInfo { - get { return resultCaseCase_ == ResultCaseOneofCase.BattleResultInfo ? (global::EggLink.DanhengServer.Proto.RogueCommonDialogueOptionBattleResultInfo) resultCase_ : null; } + get { return cMMJIGNOCLMCase_ == CMMJIGNOCLMOneofCase.BattleResultInfo ? (global::EggLink.DanhengServer.Proto.RogueCommonDialogueOptionBattleResultInfo) cMMJIGNOCLM_ : null; } set { - resultCase_ = value; - resultCaseCase_ = value == null ? ResultCaseOneofCase.None : ResultCaseOneofCase.BattleResultInfo; + cMMJIGNOCLM_ = value; + cMMJIGNOCLMCase_ = value == null ? CMMJIGNOCLMOneofCase.None : CMMJIGNOCLMOneofCase.BattleResultInfo; } } @@ -112,32 +112,32 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.NEBPGHDDEPC HMLCEHIKFFK { - get { return resultCaseCase_ == ResultCaseOneofCase.HMLCEHIKFFK ? (global::EggLink.DanhengServer.Proto.NEBPGHDDEPC) resultCase_ : null; } + get { return cMMJIGNOCLMCase_ == CMMJIGNOCLMOneofCase.HMLCEHIKFFK ? (global::EggLink.DanhengServer.Proto.NEBPGHDDEPC) cMMJIGNOCLM_ : null; } set { - resultCase_ = value; - resultCaseCase_ = value == null ? ResultCaseOneofCase.None : ResultCaseOneofCase.HMLCEHIKFFK; + cMMJIGNOCLM_ = value; + cMMJIGNOCLMCase_ = value == null ? CMMJIGNOCLMOneofCase.None : CMMJIGNOCLMOneofCase.HMLCEHIKFFK; } } - private object resultCase_; - /// Enum of possible cases for the "result_case" oneof. - public enum ResultCaseOneofCase { + private object cMMJIGNOCLM_; + /// Enum of possible cases for the "CMMJIGNOCLM" oneof. + public enum CMMJIGNOCLMOneofCase { None = 0, BattleResultInfo = 14, HMLCEHIKFFK = 7, } - private ResultCaseOneofCase resultCaseCase_ = ResultCaseOneofCase.None; + private CMMJIGNOCLMOneofCase cMMJIGNOCLMCase_ = CMMJIGNOCLMOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ResultCaseOneofCase ResultCaseCase { - get { return resultCaseCase_; } + public CMMJIGNOCLMOneofCase CMMJIGNOCLMCase { + get { return cMMJIGNOCLMCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearResultCase() { - resultCaseCase_ = ResultCaseOneofCase.None; - resultCase_ = null; + public void ClearCMMJIGNOCLM() { + cMMJIGNOCLMCase_ = CMMJIGNOCLMOneofCase.None; + cMMJIGNOCLM_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -157,7 +157,7 @@ namespace EggLink.DanhengServer.Proto { } if (!object.Equals(BattleResultInfo, other.BattleResultInfo)) return false; if (!object.Equals(HMLCEHIKFFK, other.HMLCEHIKFFK)) return false; - if (ResultCaseCase != other.ResultCaseCase) return false; + if (CMMJIGNOCLMCase != other.CMMJIGNOCLMCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -165,9 +165,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (resultCaseCase_ == ResultCaseOneofCase.BattleResultInfo) hash ^= BattleResultInfo.GetHashCode(); - if (resultCaseCase_ == ResultCaseOneofCase.HMLCEHIKFFK) hash ^= HMLCEHIKFFK.GetHashCode(); - hash ^= (int) resultCaseCase_; + if (cMMJIGNOCLMCase_ == CMMJIGNOCLMOneofCase.BattleResultInfo) hash ^= BattleResultInfo.GetHashCode(); + if (cMMJIGNOCLMCase_ == CMMJIGNOCLMOneofCase.HMLCEHIKFFK) hash ^= HMLCEHIKFFK.GetHashCode(); + hash ^= (int) cMMJIGNOCLMCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -186,11 +186,11 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (resultCaseCase_ == ResultCaseOneofCase.HMLCEHIKFFK) { + if (cMMJIGNOCLMCase_ == CMMJIGNOCLMOneofCase.HMLCEHIKFFK) { output.WriteRawTag(58); output.WriteMessage(HMLCEHIKFFK); } - if (resultCaseCase_ == ResultCaseOneofCase.BattleResultInfo) { + if (cMMJIGNOCLMCase_ == CMMJIGNOCLMOneofCase.BattleResultInfo) { output.WriteRawTag(114); output.WriteMessage(BattleResultInfo); } @@ -204,11 +204,11 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (resultCaseCase_ == ResultCaseOneofCase.HMLCEHIKFFK) { + if (cMMJIGNOCLMCase_ == CMMJIGNOCLMOneofCase.HMLCEHIKFFK) { output.WriteRawTag(58); output.WriteMessage(HMLCEHIKFFK); } - if (resultCaseCase_ == ResultCaseOneofCase.BattleResultInfo) { + if (cMMJIGNOCLMCase_ == CMMJIGNOCLMOneofCase.BattleResultInfo) { output.WriteRawTag(114); output.WriteMessage(BattleResultInfo); } @@ -222,10 +222,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (resultCaseCase_ == ResultCaseOneofCase.BattleResultInfo) { + if (cMMJIGNOCLMCase_ == CMMJIGNOCLMOneofCase.BattleResultInfo) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(BattleResultInfo); } - if (resultCaseCase_ == ResultCaseOneofCase.HMLCEHIKFFK) { + if (cMMJIGNOCLMCase_ == CMMJIGNOCLMOneofCase.HMLCEHIKFFK) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(HMLCEHIKFFK); } if (_unknownFields != null) { @@ -240,14 +240,14 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - switch (other.ResultCaseCase) { - case ResultCaseOneofCase.BattleResultInfo: + switch (other.CMMJIGNOCLMCase) { + case CMMJIGNOCLMOneofCase.BattleResultInfo: if (BattleResultInfo == null) { BattleResultInfo = new global::EggLink.DanhengServer.Proto.RogueCommonDialogueOptionBattleResultInfo(); } BattleResultInfo.MergeFrom(other.BattleResultInfo); break; - case ResultCaseOneofCase.HMLCEHIKFFK: + case CMMJIGNOCLMOneofCase.HMLCEHIKFFK: if (HMLCEHIKFFK == null) { HMLCEHIKFFK = new global::EggLink.DanhengServer.Proto.NEBPGHDDEPC(); } @@ -272,7 +272,7 @@ namespace EggLink.DanhengServer.Proto { break; case 58: { global::EggLink.DanhengServer.Proto.NEBPGHDDEPC subBuilder = new global::EggLink.DanhengServer.Proto.NEBPGHDDEPC(); - if (resultCaseCase_ == ResultCaseOneofCase.HMLCEHIKFFK) { + if (cMMJIGNOCLMCase_ == CMMJIGNOCLMOneofCase.HMLCEHIKFFK) { subBuilder.MergeFrom(HMLCEHIKFFK); } input.ReadMessage(subBuilder); @@ -281,7 +281,7 @@ namespace EggLink.DanhengServer.Proto { } case 114: { global::EggLink.DanhengServer.Proto.RogueCommonDialogueOptionBattleResultInfo subBuilder = new global::EggLink.DanhengServer.Proto.RogueCommonDialogueOptionBattleResultInfo(); - if (resultCaseCase_ == ResultCaseOneofCase.BattleResultInfo) { + if (cMMJIGNOCLMCase_ == CMMJIGNOCLMOneofCase.BattleResultInfo) { subBuilder.MergeFrom(BattleResultInfo); } input.ReadMessage(subBuilder); @@ -305,7 +305,7 @@ namespace EggLink.DanhengServer.Proto { break; case 58: { global::EggLink.DanhengServer.Proto.NEBPGHDDEPC subBuilder = new global::EggLink.DanhengServer.Proto.NEBPGHDDEPC(); - if (resultCaseCase_ == ResultCaseOneofCase.HMLCEHIKFFK) { + if (cMMJIGNOCLMCase_ == CMMJIGNOCLMOneofCase.HMLCEHIKFFK) { subBuilder.MergeFrom(HMLCEHIKFFK); } input.ReadMessage(subBuilder); @@ -314,7 +314,7 @@ namespace EggLink.DanhengServer.Proto { } case 114: { global::EggLink.DanhengServer.Proto.RogueCommonDialogueOptionBattleResultInfo subBuilder = new global::EggLink.DanhengServer.Proto.RogueCommonDialogueOptionBattleResultInfo(); - if (resultCaseCase_ == ResultCaseOneofCase.BattleResultInfo) { + if (cMMJIGNOCLMCase_ == CMMJIGNOCLMOneofCase.BattleResultInfo) { subBuilder.MergeFrom(BattleResultInfo); } input.ReadMessage(subBuilder); diff --git a/Proto/RogueCommonItemDisplayType.cs b/Proto/RogueCommonItemDisplayType.cs deleted file mode 100644 index d9739bb5..00000000 --- a/Proto/RogueCommonItemDisplayType.cs +++ /dev/null @@ -1,51 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: RogueCommonItemDisplayType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from RogueCommonItemDisplayType.proto - public static partial class RogueCommonItemDisplayTypeReflection { - - #region Descriptor - /// File descriptor for RogueCommonItemDisplayType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static RogueCommonItemDisplayTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "CiBSb2d1ZUNvbW1vbkl0ZW1EaXNwbGF5VHlwZS5wcm90byqYAQoaUm9ndWVD", - "b21tb25JdGVtRGlzcGxheVR5cGUSJwojUk9HVUVfQ09NTU9OX0lURU1fRElT", - "UExBWV9UWVBFX05PTkUQABImCiJST0dVRV9DT01NT05fSVRFTV9ESVNQTEFZ", - "X1RZUEVfQUREEAESKQolUk9HVUVfQ09NTU9OX0lURU1fRElTUExBWV9UWVBF", - "X1JFTU9WRRACQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy", - "b3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.RogueCommonItemDisplayType), }, null, null)); - } - #endregion - - } - #region Enums - public enum RogueCommonItemDisplayType { - [pbr::OriginalName("ROGUE_COMMON_ITEM_DISPLAY_TYPE_NONE")] None = 0, - [pbr::OriginalName("ROGUE_COMMON_ITEM_DISPLAY_TYPE_ADD")] Add = 1, - [pbr::OriginalName("ROGUE_COMMON_ITEM_DISPLAY_TYPE_REMOVE")] Remove = 2, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/RogueCommonMiracleDisplayType.cs b/Proto/RogueCommonMiracleDisplayType.cs deleted file mode 100644 index 25f4b577..00000000 --- a/Proto/RogueCommonMiracleDisplayType.cs +++ /dev/null @@ -1,53 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: RogueCommonMiracleDisplayType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from RogueCommonMiracleDisplayType.proto - public static partial class RogueCommonMiracleDisplayTypeReflection { - - #region Descriptor - /// File descriptor for RogueCommonMiracleDisplayType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static RogueCommonMiracleDisplayTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "CiNSb2d1ZUNvbW1vbk1pcmFjbGVEaXNwbGF5VHlwZS5wcm90byrSAQodUm9n", - "dWVDb21tb25NaXJhY2xlRGlzcGxheVR5cGUSKgomUk9HVUVfQ09NTU9OX01J", - "UkFDTEVfRElTUExBWV9UWVBFX05PTkUQABIpCiVST0dVRV9DT01NT05fTUlS", - "QUNMRV9ESVNQTEFZX1RZUEVfQUREEAESLAooUk9HVUVfQ09NTU9OX01JUkFD", - "TEVfRElTUExBWV9UWVBFX1JFTU9WRRACEiwKKFJPR1VFX0NPTU1PTl9NSVJB", - "Q0xFX0RJU1BMQVlfVFlQRV9SRVBBSVIQA0IeqgIbRWdnTGluay5EYW5oZW5n", - "U2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.RogueCommonMiracleDisplayType), }, null, null)); - } - #endregion - - } - #region Enums - public enum RogueCommonMiracleDisplayType { - [pbr::OriginalName("ROGUE_COMMON_MIRACLE_DISPLAY_TYPE_NONE")] None = 0, - [pbr::OriginalName("ROGUE_COMMON_MIRACLE_DISPLAY_TYPE_ADD")] Add = 1, - [pbr::OriginalName("ROGUE_COMMON_MIRACLE_DISPLAY_TYPE_REMOVE")] Remove = 2, - [pbr::OriginalName("ROGUE_COMMON_MIRACLE_DISPLAY_TYPE_REPAIR")] Repair = 3, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/RogueCommonMiracleSelectSourceType.cs b/Proto/RogueCommonMiracleSelectSourceType.cs deleted file mode 100644 index 9da9b22d..00000000 --- a/Proto/RogueCommonMiracleSelectSourceType.cs +++ /dev/null @@ -1,56 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: RogueCommonMiracleSelectSourceType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from RogueCommonMiracleSelectSourceType.proto - public static partial class RogueCommonMiracleSelectSourceTypeReflection { - - #region Descriptor - /// File descriptor for RogueCommonMiracleSelectSourceType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static RogueCommonMiracleSelectSourceTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "CihSb2d1ZUNvbW1vbk1pcmFjbGVTZWxlY3RTb3VyY2VUeXBlLnByb3RvKrUC", - "CiJSb2d1ZUNvbW1vbk1pcmFjbGVTZWxlY3RTb3VyY2VUeXBlEjAKLFJPR1VF", - "X0NPTU1PTl9NSVJBQ0xFX1NFTEVDVF9TT1VSQ0VfVFlQRV9OT05FEAASNQox", - "Uk9HVUVfQ09NTU9OX01JUkFDTEVfU0VMRUNUX1NPVVJDRV9UWVBFX0RJQ0Vf", - "Uk9MTBABEjAKLFJPR1VFX0NPTU1PTl9NSVJBQ0xFX1NFTEVDVF9TT1VSQ0Vf", - "VFlQRV9BRU9OEAISNwozUk9HVUVfQ09NTU9OX01JUkFDTEVfU0VMRUNUX1NP", - "VVJDRV9UWVBFX0JPQVJEX0VWRU5UEAMSOwo3Uk9HVUVfQ09NTU9OX01JUkFD", - "TEVfU0VMRUNUX1NPVVJDRV9UWVBFX0xFVkVMX01FQ0hBTklTTRAEQh6qAhtF", - "Z2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.RogueCommonMiracleSelectSourceType), }, null, null)); - } - #endregion - - } - #region Enums - public enum RogueCommonMiracleSelectSourceType { - [pbr::OriginalName("ROGUE_COMMON_MIRACLE_SELECT_SOURCE_TYPE_NONE")] None = 0, - [pbr::OriginalName("ROGUE_COMMON_MIRACLE_SELECT_SOURCE_TYPE_DICE_ROLL")] DiceRoll = 1, - [pbr::OriginalName("ROGUE_COMMON_MIRACLE_SELECT_SOURCE_TYPE_AEON")] Aeon = 2, - [pbr::OriginalName("ROGUE_COMMON_MIRACLE_SELECT_SOURCE_TYPE_BOARD_EVENT")] BoardEvent = 3, - [pbr::OriginalName("ROGUE_COMMON_MIRACLE_SELECT_SOURCE_TYPE_LEVEL_MECHANISM")] LevelMechanism = 4, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/RogueCurrentInfo.cs b/Proto/RogueCurrentInfo.cs index 4645aed1..9319ac64 100644 --- a/Proto/RogueCurrentInfo.cs +++ b/Proto/RogueCurrentInfo.cs @@ -24,11 +24,11 @@ namespace EggLink.DanhengServer.Proto { static RogueCurrentInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChZSb2d1ZUN1cnJlbnRJbmZvLnByb3RvGh5Sb2d1ZUNvbW1vblBlbmRpbmdB", - "Y3Rpb24ucHJvdG8aEkdhbWVBZW9uSW5mby5wcm90bxoRUm9ndWVTdGF0dXMu", - "cHJvdG8aElJvZ3VlTWFwSW5mby5wcm90bxoVR2FtZU1pcmFjbGVJbmZvLnBy", - "b3RvGhNSb2d1ZUJ1ZmZJbmZvLnByb3RvGhVSb2d1ZU1vZHVsZUluZm8ucHJv", - "dG8aFlJvZ3VlVmlydHVhbEl0ZW0ucHJvdG8aFVJvZ3VlTGluZXVwSW5mby5w", + "ChZSb2d1ZUN1cnJlbnRJbmZvLnByb3RvGhVHYW1lTWlyYWNsZUluZm8ucHJv", + "dG8aHlJvZ3VlQ29tbW9uUGVuZGluZ0FjdGlvbi5wcm90bxoSR2FtZUFlb25J", + "bmZvLnByb3RvGhZSb2d1ZVZpcnR1YWxJdGVtLnByb3RvGhVSb2d1ZUxpbmV1", + "cEluZm8ucHJvdG8aE1JvZ3VlQnVmZkluZm8ucHJvdG8aElJvZ3VlTWFwSW5m", + "by5wcm90bxoRUm9ndWVTdGF0dXMucHJvdG8aFVJvZ3VlTW9kdWxlSW5mby5w", "cm90byKdAwoQUm9ndWVDdXJyZW50SW5mbxIrChFyb2d1ZV9saW5ldXBfaW5m", "bxgDIAEoCzIQLlJvZ3VlTGluZXVwSW5mbxImCg9yb2d1ZV9hZW9uX2luZm8Y", "AiABKAsyDS5HYW1lQWVvbkluZm8SFgoOaXNfZXhwbG9yZV93aW4YDiABKAgS", @@ -41,7 +41,7 @@ namespace EggLink.DanhengServer.Proto { "b25QZW5kaW5nQWN0aW9uQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJv", "dG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueCommonPendingActionReflection.Descriptor, global::EggLink.DanhengServer.Proto.GameAeonInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMapInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.GameMiracleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueBuffInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueModuleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueVirtualItemReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueLineupInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GameMiracleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonPendingActionReflection.Descriptor, global::EggLink.DanhengServer.Proto.GameAeonInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueVirtualItemReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueLineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueBuffInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMapInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueModuleInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueCurrentInfo), global::EggLink.DanhengServer.Proto.RogueCurrentInfo.Parser, new[]{ "RogueLineupInfo", "RogueAeonInfo", "IsExploreWin", "Status", "VirtualItemInfo", "GameMiracleInfo", "ModuleInfo", "RogueMap", "RogueBuffInfo", "PendingAction" }, null, null, null, null) })); diff --git a/Proto/RogueDialogueEventParam.cs b/Proto/RogueDialogueEventParam.cs deleted file mode 100644 index ae8219d4..00000000 --- a/Proto/RogueDialogueEventParam.cs +++ /dev/null @@ -1,384 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: RogueDialogueEventParam.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from RogueDialogueEventParam.proto - public static partial class RogueDialogueEventParamReflection { - - #region Descriptor - /// File descriptor for RogueDialogueEventParam.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static RogueDialogueEventParamReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Ch1Sb2d1ZURpYWxvZ3VlRXZlbnRQYXJhbS5wcm90byJzChdSb2d1ZURpYWxv", - "Z3VlRXZlbnRQYXJhbRIPCgdJc1ZhbGlkGA4gASgIEhAKCEludFZhbHVlGAcg", - "ASgFEhcKD0RpYWxvZ3VlRXZlbnRJZBgNIAEoDRINCgVSYXRpbxgCIAEoAhIN", - "CgVBcmdJZBgIIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv", - "YgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueDialogueEventParam), global::EggLink.DanhengServer.Proto.RogueDialogueEventParam.Parser, new[]{ "IsValid", "IntValue", "DialogueEventId", "Ratio", "ArgId" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class RogueDialogueEventParam : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new RogueDialogueEventParam()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.RogueDialogueEventParamReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public RogueDialogueEventParam() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public RogueDialogueEventParam(RogueDialogueEventParam other) : this() { - isValid_ = other.isValid_; - intValue_ = other.intValue_; - dialogueEventId_ = other.dialogueEventId_; - ratio_ = other.ratio_; - argId_ = other.argId_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public RogueDialogueEventParam Clone() { - return new RogueDialogueEventParam(this); - } - - /// Field number for the "IsValid" field. - public const int IsValidFieldNumber = 14; - private bool isValid_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool IsValid { - get { return isValid_; } - set { - isValid_ = value; - } - } - - /// Field number for the "IntValue" field. - public const int IntValueFieldNumber = 7; - private int intValue_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int IntValue { - get { return intValue_; } - set { - intValue_ = value; - } - } - - /// Field number for the "DialogueEventId" field. - public const int DialogueEventIdFieldNumber = 13; - private uint dialogueEventId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint DialogueEventId { - get { return dialogueEventId_; } - set { - dialogueEventId_ = value; - } - } - - /// Field number for the "Ratio" field. - public const int RatioFieldNumber = 2; - private float ratio_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public float Ratio { - get { return ratio_; } - set { - ratio_ = value; - } - } - - /// Field number for the "ArgId" field. - public const int ArgIdFieldNumber = 8; - private uint argId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint ArgId { - get { return argId_; } - set { - argId_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as RogueDialogueEventParam); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(RogueDialogueEventParam other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (IsValid != other.IsValid) return false; - if (IntValue != other.IntValue) return false; - if (DialogueEventId != other.DialogueEventId) return false; - if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(Ratio, other.Ratio)) return false; - if (ArgId != other.ArgId) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (IsValid != false) hash ^= IsValid.GetHashCode(); - if (IntValue != 0) hash ^= IntValue.GetHashCode(); - if (DialogueEventId != 0) hash ^= DialogueEventId.GetHashCode(); - if (Ratio != 0F) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(Ratio); - if (ArgId != 0) hash ^= ArgId.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Ratio != 0F) { - output.WriteRawTag(21); - output.WriteFloat(Ratio); - } - if (IntValue != 0) { - output.WriteRawTag(56); - output.WriteInt32(IntValue); - } - if (ArgId != 0) { - output.WriteRawTag(64); - output.WriteUInt32(ArgId); - } - if (DialogueEventId != 0) { - output.WriteRawTag(104); - output.WriteUInt32(DialogueEventId); - } - if (IsValid != false) { - output.WriteRawTag(112); - output.WriteBool(IsValid); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Ratio != 0F) { - output.WriteRawTag(21); - output.WriteFloat(Ratio); - } - if (IntValue != 0) { - output.WriteRawTag(56); - output.WriteInt32(IntValue); - } - if (ArgId != 0) { - output.WriteRawTag(64); - output.WriteUInt32(ArgId); - } - if (DialogueEventId != 0) { - output.WriteRawTag(104); - output.WriteUInt32(DialogueEventId); - } - if (IsValid != false) { - output.WriteRawTag(112); - output.WriteBool(IsValid); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (IsValid != false) { - size += 1 + 1; - } - if (IntValue != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(IntValue); - } - if (DialogueEventId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DialogueEventId); - } - if (Ratio != 0F) { - size += 1 + 4; - } - if (ArgId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ArgId); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(RogueDialogueEventParam other) { - if (other == null) { - return; - } - if (other.IsValid != false) { - IsValid = other.IsValid; - } - if (other.IntValue != 0) { - IntValue = other.IntValue; - } - if (other.DialogueEventId != 0) { - DialogueEventId = other.DialogueEventId; - } - if (other.Ratio != 0F) { - Ratio = other.Ratio; - } - if (other.ArgId != 0) { - ArgId = other.ArgId; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 21: { - Ratio = input.ReadFloat(); - break; - } - case 56: { - IntValue = input.ReadInt32(); - break; - } - case 64: { - ArgId = input.ReadUInt32(); - break; - } - case 104: { - DialogueEventId = input.ReadUInt32(); - break; - } - case 112: { - IsValid = input.ReadBool(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 21: { - Ratio = input.ReadFloat(); - break; - } - case 56: { - IntValue = input.ReadInt32(); - break; - } - case 64: { - ArgId = input.ReadUInt32(); - break; - } - case 104: { - DialogueEventId = input.ReadUInt32(); - break; - } - case 112: { - IsValid = input.ReadBool(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/RogueDialogueResult.cs b/Proto/RogueDialogueResult.cs deleted file mode 100644 index 39fe2639..00000000 --- a/Proto/RogueDialogueResult.cs +++ /dev/null @@ -1,48 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: RogueDialogueResult.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from RogueDialogueResult.proto - public static partial class RogueDialogueResultReflection { - - #region Descriptor - /// File descriptor for RogueDialogueResult.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static RogueDialogueResultReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChlSb2d1ZURpYWxvZ3VlUmVzdWx0LnByb3RvKlUKE1JvZ3VlRGlhbG9ndWVS", - "ZXN1bHQSHgoaUk9HVUVfRElBTE9HVUVfUkVTVUxUX1NVQ0MQABIeChpST0dV", - "RV9ESUFMT0dVRV9SRVNVTFRfRkFJTBABQh6qAhtFZ2dMaW5rLkRhbmhlbmdT", - "ZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.RogueDialogueResult), }, null, null)); - } - #endregion - - } - #region Enums - public enum RogueDialogueResult { - [pbr::OriginalName("ROGUE_DIALOGUE_RESULT_SUCC")] Succ = 0, - [pbr::OriginalName("ROGUE_DIALOGUE_RESULT_FAIL")] Fail = 1, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/RogueFinishInfo.cs b/Proto/RogueFinishInfo.cs index da5f576f..52af404e 100644 --- a/Proto/RogueFinishInfo.cs +++ b/Proto/RogueFinishInfo.cs @@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto { static RogueFinishInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChVSb2d1ZUZpbmlzaEluZm8ucHJvdG8aGlJvZ3VlU2NvcmVSZXdhcmRJbmZv", - "LnByb3RvGg5JdGVtTGlzdC5wcm90bxoRQU9KT0ZCQk5FUEEucHJvdG8aFVJv", - "Z3VlUmVjb3JkSW5mby5wcm90bxoRQU9ESURGTlBJQ0YucHJvdG8i6QMKD1Jv", + "ChVSb2d1ZUZpbmlzaEluZm8ucHJvdG8aFVJvZ3VlUmVjb3JkSW5mby5wcm90", + "bxoRQU9KT0ZCQk5FUEEucHJvdG8aGlJvZ3VlU2NvcmVSZXdhcmRJbmZvLnBy", + "b3RvGg5JdGVtTGlzdC5wcm90bxoRQU9ESURGTlBJQ0YucHJvdG8i6QMKD1Jv", "Z3VlRmluaXNoSW5mbxIeCgtITE9CSk9PRUJPRBgJIAEoCzIJLkl0ZW1MaXN0", "EhMKC0lGRUhCSU1FTUVDGAogASgNEhAKB2FyZWFfaWQY+AggASgNEhMKC0JF", "Sk1PS0FQQURLGAggASgIEiEKC0FIT0FIRkZNSlBLGAMgASgLMgwuQU9ESURG", @@ -40,7 +40,7 @@ namespace EggLink.DanhengServer.Proto { "TU5CSUVCT0xDQ04YBiABKA0SEAoIc2NvcmVfaWQYBSABKA1CHqoCG0VnZ0xp", "bmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueScoreRewardInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.AOJOFBBNEPAReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueRecordInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.AODIDFNPICFReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueRecordInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.AOJOFBBNEPAReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueScoreRewardInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.AODIDFNPICFReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueFinishInfo), global::EggLink.DanhengServer.Proto.RogueFinishInfo.Parser, new[]{ "HLOBJOOEBOD", "IFEHBIMEMEC", "AreaId", "BEJMOKAPADK", "AHOAHFFMJPK", "IsWin", "AGPPEPMGFMF", "GHOGLLFKJHO", "LBGGHNANCOO", "DEDLGFJAEAM", "HLJJHLIJBPD", "RecordInfo", "LMMEANJPEND", "BIMDLGHKAOI", "CDIPFDNPMOM", "MNBIEBOLCCN", "ScoreId" }, null, null, null, null) })); diff --git a/Proto/RogueFormulaSelectInfo.cs b/Proto/RogueFormulaSelectInfo.cs index ee47ecfe..caf3da7c 100644 --- a/Proto/RogueFormulaSelectInfo.cs +++ b/Proto/RogueFormulaSelectInfo.cs @@ -25,13 +25,14 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChxSb2d1ZUZvcm11bGFTZWxlY3RJbmZvLnByb3RvGhJJdGVtQ29zdERhdGEu", - "cHJvdG8i/AEKFlJvZ3VlRm9ybXVsYVNlbGVjdEluZm8SIwobSGFuZGJvb2tV", - "bmxvY2tGb3JtdWxhSWRMaXN0GAEgAygNEhwKFFJvbGxGb3JtdWxhRnJlZUNv", - "dW50GAYgASgNEg4KBkhpbnRJZBgCIAEoDRIbChNSb2xsRm9ybXVsYU1heENv", - "dW50GAMgASgNEhgKEFJvbGxGb3JtdWxhQ291bnQYBCABKA0SKgoTUm9sbEZv", - "cm11bGFDb3N0RGF0YRgKIAEoCzINLkl0ZW1Db3N0RGF0YRIPCgdDYW5Sb2xs", - "GAsgASgIEhsKE1NlbGVjdEZvcm11bGFJZExpc3QYByADKA1CHqoCG0VnZ0xp", - "bmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); + "cHJvdG8ikAIKFlJvZ3VlRm9ybXVsYVNlbGVjdEluZm8SJwofaGFuZGJvb2tf", + "dW5sb2NrX2Zvcm11bGFfaWRfbGlzdBgBIAMoDRIfChdyb2xsX2Zvcm11bGFf", + "ZnJlZV9jb3VudBgGIAEoDRIPCgdoaW50X2lkGAIgASgNEh4KFnJvbGxfZm9y", + "bXVsYV9tYXhfY291bnQYAyABKA0SGgoScm9sbF9mb3JtdWxhX2NvdW50GAQg", + "ASgNEi0KFnJvbGxfZm9ybXVsYV9jb3N0X2RhdGEYCiABKAsyDS5JdGVtQ29z", + "dERhdGESEAoIY2FuX3JvbGwYCyABKAgSHgoWc2VsZWN0X2Zvcm11bGFfaWRf", + "bGlzdBgHIAMoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", + "cm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemCostDataReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -94,7 +95,7 @@ namespace EggLink.DanhengServer.Proto { return new RogueFormulaSelectInfo(this); } - /// Field number for the "HandbookUnlockFormulaIdList" field. + /// Field number for the "handbook_unlock_formula_id_list" field. public const int HandbookUnlockFormulaIdListFieldNumber = 1; private static readonly pb::FieldCodec _repeated_handbookUnlockFormulaIdList_codec = pb::FieldCodec.ForUInt32(10); @@ -105,7 +106,7 @@ namespace EggLink.DanhengServer.Proto { get { return handbookUnlockFormulaIdList_; } } - /// Field number for the "RollFormulaFreeCount" field. + /// Field number for the "roll_formula_free_count" field. public const int RollFormulaFreeCountFieldNumber = 6; private uint rollFormulaFreeCount_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -117,7 +118,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "HintId" field. + /// Field number for the "hint_id" field. public const int HintIdFieldNumber = 2; private uint hintId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -129,7 +130,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "RollFormulaMaxCount" field. + /// Field number for the "roll_formula_max_count" field. public const int RollFormulaMaxCountFieldNumber = 3; private uint rollFormulaMaxCount_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -141,7 +142,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "RollFormulaCount" field. + /// Field number for the "roll_formula_count" field. public const int RollFormulaCountFieldNumber = 4; private uint rollFormulaCount_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -153,7 +154,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "RollFormulaCostData" field. + /// Field number for the "roll_formula_cost_data" field. public const int RollFormulaCostDataFieldNumber = 10; private global::EggLink.DanhengServer.Proto.ItemCostData rollFormulaCostData_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -165,7 +166,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "CanRoll" field. + /// Field number for the "can_roll" field. public const int CanRollFieldNumber = 11; private bool canRoll_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -177,7 +178,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "SelectFormulaIdList" field. + /// Field number for the "select_formula_id_list" field. public const int SelectFormulaIdListFieldNumber = 7; private static readonly pb::FieldCodec _repeated_selectFormulaIdList_codec = pb::FieldCodec.ForUInt32(58); diff --git a/Proto/RogueGambleMazeInfo.cs b/Proto/RogueGambleMazeInfo.cs index c4b1d805..d57a280f 100644 --- a/Proto/RogueGambleMazeInfo.cs +++ b/Proto/RogueGambleMazeInfo.cs @@ -24,16 +24,16 @@ namespace EggLink.DanhengServer.Proto { static RogueGambleMazeInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChlSb2d1ZUdhbWJsZU1hemVJbmZvLnByb3RvGhFFSEtFR01DR0NNSC5wcm90", - "bxoRUE5ETkpCQkRIRFAucHJvdG8ilAEKE1JvZ3VlR2FtYmxlTWF6ZUluZm8S", - "IwoLREpOQUJJT0VFTkYYBCABKAsyDC5FSEtFR01DR0NNSEgAEiMKC0lNQ0FK", - "QU9HQ0xHGAggASgLMgwuUE5ETkpCQkRIRFBIABIPCgdtYXplX2lkGA4gASgN", - "EhMKC0tER0JKR09QRUhJGAEgASgIQg0KC09PTklKS0tETExQQh6qAhtFZ2dM", + "ChlSb2d1ZUdhbWJsZU1hemVJbmZvLnByb3RvGhFQTkROSkJCREhEUC5wcm90", + "bxoRRUhLRUdNQ0dDTUgucHJvdG8ilAEKE1JvZ3VlR2FtYmxlTWF6ZUluZm8S", + "DwoHbWF6ZV9pZBgOIAEoDRITCgtLREdCSkdPUEVISRgBIAEoCBIjCgtESk5B", + "QklPRUVORhgEIAEoCzIMLkVIS0VHTUNHQ01ISAASIwoLSU1DQUpBT0dDTEcY", + "CCABKAsyDC5QTkROSkJCREhEUEgAQg0KC0JBREdCQ0hLSkpQQh6qAhtFZ2dM", "aW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EHKEGMCGCMHReflection.Descriptor, global::EggLink.DanhengServer.Proto.PNDNJBBDHDPReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PNDNJBBDHDPReflection.Descriptor, global::EggLink.DanhengServer.Proto.EHKEGMCGCMHReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueGambleMazeInfo), global::EggLink.DanhengServer.Proto.RogueGambleMazeInfo.Parser, new[]{ "DJNABIOEENF", "IMCAJAOGCLG", "MazeId", "KDGBJGOPEHI" }, new[]{ "OONIJKKDLLP" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueGambleMazeInfo), global::EggLink.DanhengServer.Proto.RogueGambleMazeInfo.Parser, new[]{ "MazeId", "KDGBJGOPEHI", "DJNABIOEENF", "IMCAJAOGCLG" }, new[]{ "BADGBCHKJJP" }, null, null, null) })); } #endregion @@ -77,11 +77,11 @@ namespace EggLink.DanhengServer.Proto { public RogueGambleMazeInfo(RogueGambleMazeInfo other) : this() { mazeId_ = other.mazeId_; kDGBJGOPEHI_ = other.kDGBJGOPEHI_; - switch (other.OONIJKKDLLPCase) { - case OONIJKKDLLPOneofCase.DJNABIOEENF: + switch (other.BADGBCHKJJPCase) { + case BADGBCHKJJPOneofCase.DJNABIOEENF: DJNABIOEENF = other.DJNABIOEENF.Clone(); break; - case OONIJKKDLLPOneofCase.IMCAJAOGCLG: + case BADGBCHKJJPOneofCase.IMCAJAOGCLG: IMCAJAOGCLG = other.IMCAJAOGCLG.Clone(); break; } @@ -95,30 +95,6 @@ namespace EggLink.DanhengServer.Proto { return new RogueGambleMazeInfo(this); } - /// Field number for the "DJNABIOEENF" field. - public const int DJNABIOEENFFieldNumber = 4; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.EHKEGMCGCMH DJNABIOEENF { - get { return oONIJKKDLLPCase_ == OONIJKKDLLPOneofCase.DJNABIOEENF ? (global::EggLink.DanhengServer.Proto.EHKEGMCGCMH) oONIJKKDLLP_ : null; } - set { - oONIJKKDLLP_ = value; - oONIJKKDLLPCase_ = value == null ? OONIJKKDLLPOneofCase.None : OONIJKKDLLPOneofCase.DJNABIOEENF; - } - } - - /// Field number for the "IMCAJAOGCLG" field. - public const int IMCAJAOGCLGFieldNumber = 8; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.PNDNJBBDHDP IMCAJAOGCLG { - get { return oONIJKKDLLPCase_ == OONIJKKDLLPOneofCase.IMCAJAOGCLG ? (global::EggLink.DanhengServer.Proto.PNDNJBBDHDP) oONIJKKDLLP_ : null; } - set { - oONIJKKDLLP_ = value; - oONIJKKDLLPCase_ = value == null ? OONIJKKDLLPOneofCase.None : OONIJKKDLLPOneofCase.IMCAJAOGCLG; - } - } - /// Field number for the "maze_id" field. public const int MazeIdFieldNumber = 14; private uint mazeId_; @@ -143,25 +119,49 @@ namespace EggLink.DanhengServer.Proto { } } - private object oONIJKKDLLP_; - /// Enum of possible cases for the "OONIJKKDLLP" oneof. - public enum OONIJKKDLLPOneofCase { + /// Field number for the "DJNABIOEENF" field. + public const int DJNABIOEENFFieldNumber = 4; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.EHKEGMCGCMH DJNABIOEENF { + get { return bADGBCHKJJPCase_ == BADGBCHKJJPOneofCase.DJNABIOEENF ? (global::EggLink.DanhengServer.Proto.EHKEGMCGCMH) bADGBCHKJJP_ : null; } + set { + bADGBCHKJJP_ = value; + bADGBCHKJJPCase_ = value == null ? BADGBCHKJJPOneofCase.None : BADGBCHKJJPOneofCase.DJNABIOEENF; + } + } + + /// Field number for the "IMCAJAOGCLG" field. + public const int IMCAJAOGCLGFieldNumber = 8; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.PNDNJBBDHDP IMCAJAOGCLG { + get { return bADGBCHKJJPCase_ == BADGBCHKJJPOneofCase.IMCAJAOGCLG ? (global::EggLink.DanhengServer.Proto.PNDNJBBDHDP) bADGBCHKJJP_ : null; } + set { + bADGBCHKJJP_ = value; + bADGBCHKJJPCase_ = value == null ? BADGBCHKJJPOneofCase.None : BADGBCHKJJPOneofCase.IMCAJAOGCLG; + } + } + + private object bADGBCHKJJP_; + /// Enum of possible cases for the "BADGBCHKJJP" oneof. + public enum BADGBCHKJJPOneofCase { None = 0, DJNABIOEENF = 4, IMCAJAOGCLG = 8, } - private OONIJKKDLLPOneofCase oONIJKKDLLPCase_ = OONIJKKDLLPOneofCase.None; + private BADGBCHKJJPOneofCase bADGBCHKJJPCase_ = BADGBCHKJJPOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public OONIJKKDLLPOneofCase OONIJKKDLLPCase { - get { return oONIJKKDLLPCase_; } + public BADGBCHKJJPOneofCase BADGBCHKJJPCase { + get { return bADGBCHKJJPCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearOONIJKKDLLP() { - oONIJKKDLLPCase_ = OONIJKKDLLPOneofCase.None; - oONIJKKDLLP_ = null; + public void ClearBADGBCHKJJP() { + bADGBCHKJJPCase_ = BADGBCHKJJPOneofCase.None; + bADGBCHKJJP_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -179,11 +179,11 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (!object.Equals(DJNABIOEENF, other.DJNABIOEENF)) return false; - if (!object.Equals(IMCAJAOGCLG, other.IMCAJAOGCLG)) return false; if (MazeId != other.MazeId) return false; if (KDGBJGOPEHI != other.KDGBJGOPEHI) return false; - if (OONIJKKDLLPCase != other.OONIJKKDLLPCase) return false; + if (!object.Equals(DJNABIOEENF, other.DJNABIOEENF)) return false; + if (!object.Equals(IMCAJAOGCLG, other.IMCAJAOGCLG)) return false; + if (BADGBCHKJJPCase != other.BADGBCHKJJPCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -191,11 +191,11 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (oONIJKKDLLPCase_ == OONIJKKDLLPOneofCase.DJNABIOEENF) hash ^= DJNABIOEENF.GetHashCode(); - if (oONIJKKDLLPCase_ == OONIJKKDLLPOneofCase.IMCAJAOGCLG) hash ^= IMCAJAOGCLG.GetHashCode(); if (MazeId != 0) hash ^= MazeId.GetHashCode(); if (KDGBJGOPEHI != false) hash ^= KDGBJGOPEHI.GetHashCode(); - hash ^= (int) oONIJKKDLLPCase_; + if (bADGBCHKJJPCase_ == BADGBCHKJJPOneofCase.DJNABIOEENF) hash ^= DJNABIOEENF.GetHashCode(); + if (bADGBCHKJJPCase_ == BADGBCHKJJPOneofCase.IMCAJAOGCLG) hash ^= IMCAJAOGCLG.GetHashCode(); + hash ^= (int) bADGBCHKJJPCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -218,11 +218,11 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(8); output.WriteBool(KDGBJGOPEHI); } - if (oONIJKKDLLPCase_ == OONIJKKDLLPOneofCase.DJNABIOEENF) { + if (bADGBCHKJJPCase_ == BADGBCHKJJPOneofCase.DJNABIOEENF) { output.WriteRawTag(34); output.WriteMessage(DJNABIOEENF); } - if (oONIJKKDLLPCase_ == OONIJKKDLLPOneofCase.IMCAJAOGCLG) { + if (bADGBCHKJJPCase_ == BADGBCHKJJPOneofCase.IMCAJAOGCLG) { output.WriteRawTag(66); output.WriteMessage(IMCAJAOGCLG); } @@ -244,11 +244,11 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(8); output.WriteBool(KDGBJGOPEHI); } - if (oONIJKKDLLPCase_ == OONIJKKDLLPOneofCase.DJNABIOEENF) { + if (bADGBCHKJJPCase_ == BADGBCHKJJPOneofCase.DJNABIOEENF) { output.WriteRawTag(34); output.WriteMessage(DJNABIOEENF); } - if (oONIJKKDLLPCase_ == OONIJKKDLLPOneofCase.IMCAJAOGCLG) { + if (bADGBCHKJJPCase_ == BADGBCHKJJPOneofCase.IMCAJAOGCLG) { output.WriteRawTag(66); output.WriteMessage(IMCAJAOGCLG); } @@ -266,18 +266,18 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (oONIJKKDLLPCase_ == OONIJKKDLLPOneofCase.DJNABIOEENF) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(DJNABIOEENF); - } - if (oONIJKKDLLPCase_ == OONIJKKDLLPOneofCase.IMCAJAOGCLG) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(IMCAJAOGCLG); - } if (MazeId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MazeId); } if (KDGBJGOPEHI != false) { size += 1 + 1; } + if (bADGBCHKJJPCase_ == BADGBCHKJJPOneofCase.DJNABIOEENF) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(DJNABIOEENF); + } + if (bADGBCHKJJPCase_ == BADGBCHKJJPOneofCase.IMCAJAOGCLG) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(IMCAJAOGCLG); + } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -296,14 +296,14 @@ namespace EggLink.DanhengServer.Proto { if (other.KDGBJGOPEHI != false) { KDGBJGOPEHI = other.KDGBJGOPEHI; } - switch (other.OONIJKKDLLPCase) { - case OONIJKKDLLPOneofCase.DJNABIOEENF: + switch (other.BADGBCHKJJPCase) { + case BADGBCHKJJPOneofCase.DJNABIOEENF: if (DJNABIOEENF == null) { DJNABIOEENF = new global::EggLink.DanhengServer.Proto.EHKEGMCGCMH(); } DJNABIOEENF.MergeFrom(other.DJNABIOEENF); break; - case OONIJKKDLLPOneofCase.IMCAJAOGCLG: + case BADGBCHKJJPOneofCase.IMCAJAOGCLG: if (IMCAJAOGCLG == null) { IMCAJAOGCLG = new global::EggLink.DanhengServer.Proto.PNDNJBBDHDP(); } @@ -332,7 +332,7 @@ namespace EggLink.DanhengServer.Proto { } case 34: { global::EggLink.DanhengServer.Proto.EHKEGMCGCMH subBuilder = new global::EggLink.DanhengServer.Proto.EHKEGMCGCMH(); - if (oONIJKKDLLPCase_ == OONIJKKDLLPOneofCase.DJNABIOEENF) { + if (bADGBCHKJJPCase_ == BADGBCHKJJPOneofCase.DJNABIOEENF) { subBuilder.MergeFrom(DJNABIOEENF); } input.ReadMessage(subBuilder); @@ -341,7 +341,7 @@ namespace EggLink.DanhengServer.Proto { } case 66: { global::EggLink.DanhengServer.Proto.PNDNJBBDHDP subBuilder = new global::EggLink.DanhengServer.Proto.PNDNJBBDHDP(); - if (oONIJKKDLLPCase_ == OONIJKKDLLPOneofCase.IMCAJAOGCLG) { + if (bADGBCHKJJPCase_ == BADGBCHKJJPOneofCase.IMCAJAOGCLG) { subBuilder.MergeFrom(IMCAJAOGCLG); } input.ReadMessage(subBuilder); @@ -373,7 +373,7 @@ namespace EggLink.DanhengServer.Proto { } case 34: { global::EggLink.DanhengServer.Proto.EHKEGMCGCMH subBuilder = new global::EggLink.DanhengServer.Proto.EHKEGMCGCMH(); - if (oONIJKKDLLPCase_ == OONIJKKDLLPOneofCase.DJNABIOEENF) { + if (bADGBCHKJJPCase_ == BADGBCHKJJPOneofCase.DJNABIOEENF) { subBuilder.MergeFrom(DJNABIOEENF); } input.ReadMessage(subBuilder); @@ -382,7 +382,7 @@ namespace EggLink.DanhengServer.Proto { } case 66: { global::EggLink.DanhengServer.Proto.PNDNJBBDHDP subBuilder = new global::EggLink.DanhengServer.Proto.PNDNJBBDHDP(); - if (oONIJKKDLLPCase_ == OONIJKKDLLPOneofCase.IMCAJAOGCLG) { + if (bADGBCHKJJPCase_ == BADGBCHKJJPOneofCase.IMCAJAOGCLG) { subBuilder.MergeFrom(IMCAJAOGCLG); } input.ReadMessage(subBuilder); diff --git a/Proto/RogueGameInfo.cs b/Proto/RogueGameInfo.cs index d6e9dc43..ab9e07a3 100644 --- a/Proto/RogueGameInfo.cs +++ b/Proto/RogueGameInfo.cs @@ -24,26 +24,27 @@ namespace EggLink.DanhengServer.Proto { static RogueGameInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChNSb2d1ZUdhbWVJbmZvLnByb3RvGhpSb2d1ZVRvdXJuTGluZXVwSW5mby5w", - "cm90bxoYQ2hlc3NSb2d1ZUJ1ZmZJbmZvLnByb3RvGh5Sb2d1ZURpZmZpY3Vs", - "dHlMZXZlbEluZm8ucHJvdG8aGFJvZ3VlR2FtZUl0ZW1WYWx1ZS5wcm90bxoY", - "S2V5d29yZFVubG9ja1ZhbHVlLnByb3RvGhtDaGVzc1JvZ3VlTWlyYWNsZUlu", - "Zm8ucHJvdG8aHENoZXNzUm9ndWVHYW1lQWVvbkluZm8ucHJvdG8aG1JvZ3Vl", - "VG91cm5Gb3JtdWxhSW5mby5wcm90byKtAwoNUm9ndWVHYW1lSW5mbxIuCg9y", + "ChNSb2d1ZUdhbWVJbmZvLnByb3RvGh5Sb2d1ZURpZmZpY3VsdHlMZXZlbElu", + "Zm8ucHJvdG8aGENoZXNzUm9ndWVCdWZmSW5mby5wcm90bxobUm9ndWVUb3Vy", + "bkZvcm11bGFJbmZvLnByb3RvGhpSb2d1ZVRvdXJuTGluZXVwSW5mby5wcm90", + "bxoYUm9ndWVHYW1lSXRlbVZhbHVlLnByb3RvGhtDaGVzc1JvZ3VlTWlyYWNs", + "ZUluZm8ucHJvdG8aHENoZXNzUm9ndWVHYW1lQWVvbkluZm8ucHJvdG8aGEtl", + "eXdvcmRVbmxvY2tWYWx1ZS5wcm90byLHAwoNUm9ndWVHYW1lSW5mbxIuCg9y", "b2d1ZV9idWZmX2luZm8YDyABKAsyEy5DaGVzc1JvZ3VlQnVmZkluZm9IABIz", "ChFnYW1lX21pcmFjbGVfaW5mbxgLIAEoCzIWLkNoZXNzUm9ndWVNaXJhY2xl", - "SW5mb0gAEioKC0ZGRkNDRUpJRkRLGAUgASgLMhMuUm9ndWVHYW1lSXRlbVZh", - "bHVlSAASMgoPcm9ndWVfYWVvbl9pbmZvGAMgASgLMhcuQ2hlc3NSb2d1ZUdh", - "bWVBZW9uSW5mb0gAEjoKFXJvZ3VlX2RpZmZpY3VsdHlfaW5mbxgHIAEoCzIZ", - "LlJvZ3VlRGlmZmljdWx0eUxldmVsSW5mb0gAEi0KC0NLQUFOTURES0NKGAog", - "ASgLMhYuUm9ndWVUb3VybkZvcm11bGFJbmZvSAASKgoLTkJEQUNETkJKSUsY", - "ASABKAsyEy5LZXl3b3JkVW5sb2NrVmFsdWVIABIyChFyb2d1ZV9saW5ldXBf", - "aW5mbxgIIAEoCzIVLlJvZ3VlVG91cm5MaW5ldXBJbmZvSABCDAoKcm91Z2Vf", - "Y2FzZUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "SW5mb0gAEjQKFXJvZ3VlX2dhbWVfaXRlbV92YWx1ZRgFIAEoCzITLlJvZ3Vl", + "R2FtZUl0ZW1WYWx1ZUgAEjIKD3JvZ3VlX2Flb25faW5mbxgDIAEoCzIXLkNo", + "ZXNzUm9ndWVHYW1lQWVvbkluZm9IABI6ChVyb2d1ZV9kaWZmaWN1bHR5X2lu", + "Zm8YByABKAsyGS5Sb2d1ZURpZmZpY3VsdHlMZXZlbEluZm9IABI0ChJyb2d1", + "ZV9mb3JtdWxhX2luZm8YCiABKAsyFi5Sb2d1ZVRvdXJuRm9ybXVsYUluZm9I", + "ABIyChNyb2d1ZV9rZXl3b3JkX3ZhbHVlGAEgASgLMhMuS2V5d29yZFVubG9j", + "a1ZhbHVlSAASMgoRcm9ndWVfbGluZXVwX2luZm8YCCABKAsyFS5Sb2d1ZVRv", + "dXJuTGluZXVwSW5mb0gAQg0KC0RFUEtJQ0dBSUlNQh6qAhtFZ2dMaW5rLkRh", + "bmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueTournLineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueBuffInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueDifficultyLevelInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueGameItemValueReflection.Descriptor, global::EggLink.DanhengServer.Proto.KeywordUnlockValueReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueMiracleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueGameAeonInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournFormulaInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueDifficultyLevelInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueBuffInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournFormulaInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournLineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueGameItemValueReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueMiracleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueGameAeonInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.KeywordUnlockValueReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueGameInfo), global::EggLink.DanhengServer.Proto.RogueGameInfo.Parser, new[]{ "RogueBuffInfo", "GameMiracleInfo", "FFFCCEJIFDK", "RogueAeonInfo", "RogueDifficultyInfo", "CKAANMDDKCJ", "NBDACDNBJIK", "RogueLineupInfo" }, new[]{ "RougeCase" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueGameInfo), global::EggLink.DanhengServer.Proto.RogueGameInfo.Parser, new[]{ "RogueBuffInfo", "GameMiracleInfo", "RogueGameItemValue", "RogueAeonInfo", "RogueDifficultyInfo", "RogueFormulaInfo", "RogueKeywordValue", "RogueLineupInfo" }, new[]{ "DEPKICGAIIM" }, null, null, null) })); } #endregion @@ -85,29 +86,29 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public RogueGameInfo(RogueGameInfo other) : this() { - switch (other.RougeCaseCase) { - case RougeCaseOneofCase.RogueBuffInfo: + switch (other.DEPKICGAIIMCase) { + case DEPKICGAIIMOneofCase.RogueBuffInfo: RogueBuffInfo = other.RogueBuffInfo.Clone(); break; - case RougeCaseOneofCase.GameMiracleInfo: + case DEPKICGAIIMOneofCase.GameMiracleInfo: GameMiracleInfo = other.GameMiracleInfo.Clone(); break; - case RougeCaseOneofCase.FFFCCEJIFDK: - FFFCCEJIFDK = other.FFFCCEJIFDK.Clone(); + case DEPKICGAIIMOneofCase.RogueGameItemValue: + RogueGameItemValue = other.RogueGameItemValue.Clone(); break; - case RougeCaseOneofCase.RogueAeonInfo: + case DEPKICGAIIMOneofCase.RogueAeonInfo: RogueAeonInfo = other.RogueAeonInfo.Clone(); break; - case RougeCaseOneofCase.RogueDifficultyInfo: + case DEPKICGAIIMOneofCase.RogueDifficultyInfo: RogueDifficultyInfo = other.RogueDifficultyInfo.Clone(); break; - case RougeCaseOneofCase.CKAANMDDKCJ: - CKAANMDDKCJ = other.CKAANMDDKCJ.Clone(); + case DEPKICGAIIMOneofCase.RogueFormulaInfo: + RogueFormulaInfo = other.RogueFormulaInfo.Clone(); break; - case RougeCaseOneofCase.NBDACDNBJIK: - NBDACDNBJIK = other.NBDACDNBJIK.Clone(); + case DEPKICGAIIMOneofCase.RogueKeywordValue: + RogueKeywordValue = other.RogueKeywordValue.Clone(); break; - case RougeCaseOneofCase.RogueLineupInfo: + case DEPKICGAIIMOneofCase.RogueLineupInfo: RogueLineupInfo = other.RogueLineupInfo.Clone(); break; } @@ -126,10 +127,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.ChessRogueBuffInfo RogueBuffInfo { - get { return rougeCaseCase_ == RougeCaseOneofCase.RogueBuffInfo ? (global::EggLink.DanhengServer.Proto.ChessRogueBuffInfo) rougeCase_ : null; } + get { return dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueBuffInfo ? (global::EggLink.DanhengServer.Proto.ChessRogueBuffInfo) dEPKICGAIIM_ : null; } set { - rougeCase_ = value; - rougeCaseCase_ = value == null ? RougeCaseOneofCase.None : RougeCaseOneofCase.RogueBuffInfo; + dEPKICGAIIM_ = value; + dEPKICGAIIMCase_ = value == null ? DEPKICGAIIMOneofCase.None : DEPKICGAIIMOneofCase.RogueBuffInfo; } } @@ -138,22 +139,22 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.ChessRogueMiracleInfo GameMiracleInfo { - get { return rougeCaseCase_ == RougeCaseOneofCase.GameMiracleInfo ? (global::EggLink.DanhengServer.Proto.ChessRogueMiracleInfo) rougeCase_ : null; } + get { return dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.GameMiracleInfo ? (global::EggLink.DanhengServer.Proto.ChessRogueMiracleInfo) dEPKICGAIIM_ : null; } set { - rougeCase_ = value; - rougeCaseCase_ = value == null ? RougeCaseOneofCase.None : RougeCaseOneofCase.GameMiracleInfo; + dEPKICGAIIM_ = value; + dEPKICGAIIMCase_ = value == null ? DEPKICGAIIMOneofCase.None : DEPKICGAIIMOneofCase.GameMiracleInfo; } } - /// Field number for the "FFFCCEJIFDK" field. - public const int FFFCCEJIFDKFieldNumber = 5; + /// Field number for the "rogue_game_item_value" field. + public const int RogueGameItemValueFieldNumber = 5; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.RogueGameItemValue FFFCCEJIFDK { - get { return rougeCaseCase_ == RougeCaseOneofCase.FFFCCEJIFDK ? (global::EggLink.DanhengServer.Proto.RogueGameItemValue) rougeCase_ : null; } + public global::EggLink.DanhengServer.Proto.RogueGameItemValue RogueGameItemValue { + get { return dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueGameItemValue ? (global::EggLink.DanhengServer.Proto.RogueGameItemValue) dEPKICGAIIM_ : null; } set { - rougeCase_ = value; - rougeCaseCase_ = value == null ? RougeCaseOneofCase.None : RougeCaseOneofCase.FFFCCEJIFDK; + dEPKICGAIIM_ = value; + dEPKICGAIIMCase_ = value == null ? DEPKICGAIIMOneofCase.None : DEPKICGAIIMOneofCase.RogueGameItemValue; } } @@ -162,10 +163,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.ChessRogueGameAeonInfo RogueAeonInfo { - get { return rougeCaseCase_ == RougeCaseOneofCase.RogueAeonInfo ? (global::EggLink.DanhengServer.Proto.ChessRogueGameAeonInfo) rougeCase_ : null; } + get { return dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueAeonInfo ? (global::EggLink.DanhengServer.Proto.ChessRogueGameAeonInfo) dEPKICGAIIM_ : null; } set { - rougeCase_ = value; - rougeCaseCase_ = value == null ? RougeCaseOneofCase.None : RougeCaseOneofCase.RogueAeonInfo; + dEPKICGAIIM_ = value; + dEPKICGAIIMCase_ = value == null ? DEPKICGAIIMOneofCase.None : DEPKICGAIIMOneofCase.RogueAeonInfo; } } @@ -174,34 +175,34 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.RogueDifficultyLevelInfo RogueDifficultyInfo { - get { return rougeCaseCase_ == RougeCaseOneofCase.RogueDifficultyInfo ? (global::EggLink.DanhengServer.Proto.RogueDifficultyLevelInfo) rougeCase_ : null; } + get { return dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueDifficultyInfo ? (global::EggLink.DanhengServer.Proto.RogueDifficultyLevelInfo) dEPKICGAIIM_ : null; } set { - rougeCase_ = value; - rougeCaseCase_ = value == null ? RougeCaseOneofCase.None : RougeCaseOneofCase.RogueDifficultyInfo; + dEPKICGAIIM_ = value; + dEPKICGAIIMCase_ = value == null ? DEPKICGAIIMOneofCase.None : DEPKICGAIIMOneofCase.RogueDifficultyInfo; } } - /// Field number for the "CKAANMDDKCJ" field. - public const int CKAANMDDKCJFieldNumber = 10; + /// Field number for the "rogue_formula_info" field. + public const int RogueFormulaInfoFieldNumber = 10; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.RogueTournFormulaInfo CKAANMDDKCJ { - get { return rougeCaseCase_ == RougeCaseOneofCase.CKAANMDDKCJ ? (global::EggLink.DanhengServer.Proto.RogueTournFormulaInfo) rougeCase_ : null; } + public global::EggLink.DanhengServer.Proto.RogueTournFormulaInfo RogueFormulaInfo { + get { return dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueFormulaInfo ? (global::EggLink.DanhengServer.Proto.RogueTournFormulaInfo) dEPKICGAIIM_ : null; } set { - rougeCase_ = value; - rougeCaseCase_ = value == null ? RougeCaseOneofCase.None : RougeCaseOneofCase.CKAANMDDKCJ; + dEPKICGAIIM_ = value; + dEPKICGAIIMCase_ = value == null ? DEPKICGAIIMOneofCase.None : DEPKICGAIIMOneofCase.RogueFormulaInfo; } } - /// Field number for the "NBDACDNBJIK" field. - public const int NBDACDNBJIKFieldNumber = 1; + /// Field number for the "rogue_keyword_value" field. + public const int RogueKeywordValueFieldNumber = 1; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.KeywordUnlockValue NBDACDNBJIK { - get { return rougeCaseCase_ == RougeCaseOneofCase.NBDACDNBJIK ? (global::EggLink.DanhengServer.Proto.KeywordUnlockValue) rougeCase_ : null; } + public global::EggLink.DanhengServer.Proto.KeywordUnlockValue RogueKeywordValue { + get { return dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueKeywordValue ? (global::EggLink.DanhengServer.Proto.KeywordUnlockValue) dEPKICGAIIM_ : null; } set { - rougeCase_ = value; - rougeCaseCase_ = value == null ? RougeCaseOneofCase.None : RougeCaseOneofCase.NBDACDNBJIK; + dEPKICGAIIM_ = value; + dEPKICGAIIMCase_ = value == null ? DEPKICGAIIMOneofCase.None : DEPKICGAIIMOneofCase.RogueKeywordValue; } } @@ -210,38 +211,38 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.RogueTournLineupInfo RogueLineupInfo { - get { return rougeCaseCase_ == RougeCaseOneofCase.RogueLineupInfo ? (global::EggLink.DanhengServer.Proto.RogueTournLineupInfo) rougeCase_ : null; } + get { return dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueLineupInfo ? (global::EggLink.DanhengServer.Proto.RogueTournLineupInfo) dEPKICGAIIM_ : null; } set { - rougeCase_ = value; - rougeCaseCase_ = value == null ? RougeCaseOneofCase.None : RougeCaseOneofCase.RogueLineupInfo; + dEPKICGAIIM_ = value; + dEPKICGAIIMCase_ = value == null ? DEPKICGAIIMOneofCase.None : DEPKICGAIIMOneofCase.RogueLineupInfo; } } - private object rougeCase_; - /// Enum of possible cases for the "rouge_case" oneof. - public enum RougeCaseOneofCase { + private object dEPKICGAIIM_; + /// Enum of possible cases for the "DEPKICGAIIM" oneof. + public enum DEPKICGAIIMOneofCase { None = 0, RogueBuffInfo = 15, GameMiracleInfo = 11, - FFFCCEJIFDK = 5, + RogueGameItemValue = 5, RogueAeonInfo = 3, RogueDifficultyInfo = 7, - CKAANMDDKCJ = 10, - NBDACDNBJIK = 1, + RogueFormulaInfo = 10, + RogueKeywordValue = 1, RogueLineupInfo = 8, } - private RougeCaseOneofCase rougeCaseCase_ = RougeCaseOneofCase.None; + private DEPKICGAIIMOneofCase dEPKICGAIIMCase_ = DEPKICGAIIMOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public RougeCaseOneofCase RougeCaseCase { - get { return rougeCaseCase_; } + public DEPKICGAIIMOneofCase DEPKICGAIIMCase { + get { return dEPKICGAIIMCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearRougeCase() { - rougeCaseCase_ = RougeCaseOneofCase.None; - rougeCase_ = null; + public void ClearDEPKICGAIIM() { + dEPKICGAIIMCase_ = DEPKICGAIIMOneofCase.None; + dEPKICGAIIM_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -261,13 +262,13 @@ namespace EggLink.DanhengServer.Proto { } if (!object.Equals(RogueBuffInfo, other.RogueBuffInfo)) return false; if (!object.Equals(GameMiracleInfo, other.GameMiracleInfo)) return false; - if (!object.Equals(FFFCCEJIFDK, other.FFFCCEJIFDK)) return false; + if (!object.Equals(RogueGameItemValue, other.RogueGameItemValue)) return false; if (!object.Equals(RogueAeonInfo, other.RogueAeonInfo)) return false; if (!object.Equals(RogueDifficultyInfo, other.RogueDifficultyInfo)) return false; - if (!object.Equals(CKAANMDDKCJ, other.CKAANMDDKCJ)) return false; - if (!object.Equals(NBDACDNBJIK, other.NBDACDNBJIK)) return false; + if (!object.Equals(RogueFormulaInfo, other.RogueFormulaInfo)) return false; + if (!object.Equals(RogueKeywordValue, other.RogueKeywordValue)) return false; if (!object.Equals(RogueLineupInfo, other.RogueLineupInfo)) return false; - if (RougeCaseCase != other.RougeCaseCase) return false; + if (DEPKICGAIIMCase != other.DEPKICGAIIMCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -275,15 +276,15 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (rougeCaseCase_ == RougeCaseOneofCase.RogueBuffInfo) hash ^= RogueBuffInfo.GetHashCode(); - if (rougeCaseCase_ == RougeCaseOneofCase.GameMiracleInfo) hash ^= GameMiracleInfo.GetHashCode(); - if (rougeCaseCase_ == RougeCaseOneofCase.FFFCCEJIFDK) hash ^= FFFCCEJIFDK.GetHashCode(); - if (rougeCaseCase_ == RougeCaseOneofCase.RogueAeonInfo) hash ^= RogueAeonInfo.GetHashCode(); - if (rougeCaseCase_ == RougeCaseOneofCase.RogueDifficultyInfo) hash ^= RogueDifficultyInfo.GetHashCode(); - if (rougeCaseCase_ == RougeCaseOneofCase.CKAANMDDKCJ) hash ^= CKAANMDDKCJ.GetHashCode(); - if (rougeCaseCase_ == RougeCaseOneofCase.NBDACDNBJIK) hash ^= NBDACDNBJIK.GetHashCode(); - if (rougeCaseCase_ == RougeCaseOneofCase.RogueLineupInfo) hash ^= RogueLineupInfo.GetHashCode(); - hash ^= (int) rougeCaseCase_; + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueBuffInfo) hash ^= RogueBuffInfo.GetHashCode(); + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.GameMiracleInfo) hash ^= GameMiracleInfo.GetHashCode(); + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueGameItemValue) hash ^= RogueGameItemValue.GetHashCode(); + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueAeonInfo) hash ^= RogueAeonInfo.GetHashCode(); + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueDifficultyInfo) hash ^= RogueDifficultyInfo.GetHashCode(); + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueFormulaInfo) hash ^= RogueFormulaInfo.GetHashCode(); + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueKeywordValue) hash ^= RogueKeywordValue.GetHashCode(); + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueLineupInfo) hash ^= RogueLineupInfo.GetHashCode(); + hash ^= (int) dEPKICGAIIMCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -302,35 +303,35 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (rougeCaseCase_ == RougeCaseOneofCase.NBDACDNBJIK) { + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueKeywordValue) { output.WriteRawTag(10); - output.WriteMessage(NBDACDNBJIK); + output.WriteMessage(RogueKeywordValue); } - if (rougeCaseCase_ == RougeCaseOneofCase.RogueAeonInfo) { + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueAeonInfo) { output.WriteRawTag(26); output.WriteMessage(RogueAeonInfo); } - if (rougeCaseCase_ == RougeCaseOneofCase.FFFCCEJIFDK) { + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueGameItemValue) { output.WriteRawTag(42); - output.WriteMessage(FFFCCEJIFDK); + output.WriteMessage(RogueGameItemValue); } - if (rougeCaseCase_ == RougeCaseOneofCase.RogueDifficultyInfo) { + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueDifficultyInfo) { output.WriteRawTag(58); output.WriteMessage(RogueDifficultyInfo); } - if (rougeCaseCase_ == RougeCaseOneofCase.RogueLineupInfo) { + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueLineupInfo) { output.WriteRawTag(66); output.WriteMessage(RogueLineupInfo); } - if (rougeCaseCase_ == RougeCaseOneofCase.CKAANMDDKCJ) { + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueFormulaInfo) { output.WriteRawTag(82); - output.WriteMessage(CKAANMDDKCJ); + output.WriteMessage(RogueFormulaInfo); } - if (rougeCaseCase_ == RougeCaseOneofCase.GameMiracleInfo) { + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.GameMiracleInfo) { output.WriteRawTag(90); output.WriteMessage(GameMiracleInfo); } - if (rougeCaseCase_ == RougeCaseOneofCase.RogueBuffInfo) { + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueBuffInfo) { output.WriteRawTag(122); output.WriteMessage(RogueBuffInfo); } @@ -344,35 +345,35 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (rougeCaseCase_ == RougeCaseOneofCase.NBDACDNBJIK) { + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueKeywordValue) { output.WriteRawTag(10); - output.WriteMessage(NBDACDNBJIK); + output.WriteMessage(RogueKeywordValue); } - if (rougeCaseCase_ == RougeCaseOneofCase.RogueAeonInfo) { + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueAeonInfo) { output.WriteRawTag(26); output.WriteMessage(RogueAeonInfo); } - if (rougeCaseCase_ == RougeCaseOneofCase.FFFCCEJIFDK) { + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueGameItemValue) { output.WriteRawTag(42); - output.WriteMessage(FFFCCEJIFDK); + output.WriteMessage(RogueGameItemValue); } - if (rougeCaseCase_ == RougeCaseOneofCase.RogueDifficultyInfo) { + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueDifficultyInfo) { output.WriteRawTag(58); output.WriteMessage(RogueDifficultyInfo); } - if (rougeCaseCase_ == RougeCaseOneofCase.RogueLineupInfo) { + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueLineupInfo) { output.WriteRawTag(66); output.WriteMessage(RogueLineupInfo); } - if (rougeCaseCase_ == RougeCaseOneofCase.CKAANMDDKCJ) { + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueFormulaInfo) { output.WriteRawTag(82); - output.WriteMessage(CKAANMDDKCJ); + output.WriteMessage(RogueFormulaInfo); } - if (rougeCaseCase_ == RougeCaseOneofCase.GameMiracleInfo) { + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.GameMiracleInfo) { output.WriteRawTag(90); output.WriteMessage(GameMiracleInfo); } - if (rougeCaseCase_ == RougeCaseOneofCase.RogueBuffInfo) { + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueBuffInfo) { output.WriteRawTag(122); output.WriteMessage(RogueBuffInfo); } @@ -386,28 +387,28 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (rougeCaseCase_ == RougeCaseOneofCase.RogueBuffInfo) { + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueBuffInfo) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(RogueBuffInfo); } - if (rougeCaseCase_ == RougeCaseOneofCase.GameMiracleInfo) { + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.GameMiracleInfo) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(GameMiracleInfo); } - if (rougeCaseCase_ == RougeCaseOneofCase.FFFCCEJIFDK) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(FFFCCEJIFDK); + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueGameItemValue) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(RogueGameItemValue); } - if (rougeCaseCase_ == RougeCaseOneofCase.RogueAeonInfo) { + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueAeonInfo) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(RogueAeonInfo); } - if (rougeCaseCase_ == RougeCaseOneofCase.RogueDifficultyInfo) { + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueDifficultyInfo) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(RogueDifficultyInfo); } - if (rougeCaseCase_ == RougeCaseOneofCase.CKAANMDDKCJ) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(CKAANMDDKCJ); + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueFormulaInfo) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(RogueFormulaInfo); } - if (rougeCaseCase_ == RougeCaseOneofCase.NBDACDNBJIK) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(NBDACDNBJIK); + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueKeywordValue) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(RogueKeywordValue); } - if (rougeCaseCase_ == RougeCaseOneofCase.RogueLineupInfo) { + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueLineupInfo) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(RogueLineupInfo); } if (_unknownFields != null) { @@ -422,50 +423,50 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - switch (other.RougeCaseCase) { - case RougeCaseOneofCase.RogueBuffInfo: + switch (other.DEPKICGAIIMCase) { + case DEPKICGAIIMOneofCase.RogueBuffInfo: if (RogueBuffInfo == null) { RogueBuffInfo = new global::EggLink.DanhengServer.Proto.ChessRogueBuffInfo(); } RogueBuffInfo.MergeFrom(other.RogueBuffInfo); break; - case RougeCaseOneofCase.GameMiracleInfo: + case DEPKICGAIIMOneofCase.GameMiracleInfo: if (GameMiracleInfo == null) { GameMiracleInfo = new global::EggLink.DanhengServer.Proto.ChessRogueMiracleInfo(); } GameMiracleInfo.MergeFrom(other.GameMiracleInfo); break; - case RougeCaseOneofCase.FFFCCEJIFDK: - if (FFFCCEJIFDK == null) { - FFFCCEJIFDK = new global::EggLink.DanhengServer.Proto.RogueGameItemValue(); + case DEPKICGAIIMOneofCase.RogueGameItemValue: + if (RogueGameItemValue == null) { + RogueGameItemValue = new global::EggLink.DanhengServer.Proto.RogueGameItemValue(); } - FFFCCEJIFDK.MergeFrom(other.FFFCCEJIFDK); + RogueGameItemValue.MergeFrom(other.RogueGameItemValue); break; - case RougeCaseOneofCase.RogueAeonInfo: + case DEPKICGAIIMOneofCase.RogueAeonInfo: if (RogueAeonInfo == null) { RogueAeonInfo = new global::EggLink.DanhengServer.Proto.ChessRogueGameAeonInfo(); } RogueAeonInfo.MergeFrom(other.RogueAeonInfo); break; - case RougeCaseOneofCase.RogueDifficultyInfo: + case DEPKICGAIIMOneofCase.RogueDifficultyInfo: if (RogueDifficultyInfo == null) { RogueDifficultyInfo = new global::EggLink.DanhengServer.Proto.RogueDifficultyLevelInfo(); } RogueDifficultyInfo.MergeFrom(other.RogueDifficultyInfo); break; - case RougeCaseOneofCase.CKAANMDDKCJ: - if (CKAANMDDKCJ == null) { - CKAANMDDKCJ = new global::EggLink.DanhengServer.Proto.RogueTournFormulaInfo(); + case DEPKICGAIIMOneofCase.RogueFormulaInfo: + if (RogueFormulaInfo == null) { + RogueFormulaInfo = new global::EggLink.DanhengServer.Proto.RogueTournFormulaInfo(); } - CKAANMDDKCJ.MergeFrom(other.CKAANMDDKCJ); + RogueFormulaInfo.MergeFrom(other.RogueFormulaInfo); break; - case RougeCaseOneofCase.NBDACDNBJIK: - if (NBDACDNBJIK == null) { - NBDACDNBJIK = new global::EggLink.DanhengServer.Proto.KeywordUnlockValue(); + case DEPKICGAIIMOneofCase.RogueKeywordValue: + if (RogueKeywordValue == null) { + RogueKeywordValue = new global::EggLink.DanhengServer.Proto.KeywordUnlockValue(); } - NBDACDNBJIK.MergeFrom(other.NBDACDNBJIK); + RogueKeywordValue.MergeFrom(other.RogueKeywordValue); break; - case RougeCaseOneofCase.RogueLineupInfo: + case DEPKICGAIIMOneofCase.RogueLineupInfo: if (RogueLineupInfo == null) { RogueLineupInfo = new global::EggLink.DanhengServer.Proto.RogueTournLineupInfo(); } @@ -490,16 +491,16 @@ namespace EggLink.DanhengServer.Proto { break; case 10: { global::EggLink.DanhengServer.Proto.KeywordUnlockValue subBuilder = new global::EggLink.DanhengServer.Proto.KeywordUnlockValue(); - if (rougeCaseCase_ == RougeCaseOneofCase.NBDACDNBJIK) { - subBuilder.MergeFrom(NBDACDNBJIK); + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueKeywordValue) { + subBuilder.MergeFrom(RogueKeywordValue); } input.ReadMessage(subBuilder); - NBDACDNBJIK = subBuilder; + RogueKeywordValue = subBuilder; break; } case 26: { global::EggLink.DanhengServer.Proto.ChessRogueGameAeonInfo subBuilder = new global::EggLink.DanhengServer.Proto.ChessRogueGameAeonInfo(); - if (rougeCaseCase_ == RougeCaseOneofCase.RogueAeonInfo) { + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueAeonInfo) { subBuilder.MergeFrom(RogueAeonInfo); } input.ReadMessage(subBuilder); @@ -508,16 +509,16 @@ namespace EggLink.DanhengServer.Proto { } case 42: { global::EggLink.DanhengServer.Proto.RogueGameItemValue subBuilder = new global::EggLink.DanhengServer.Proto.RogueGameItemValue(); - if (rougeCaseCase_ == RougeCaseOneofCase.FFFCCEJIFDK) { - subBuilder.MergeFrom(FFFCCEJIFDK); + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueGameItemValue) { + subBuilder.MergeFrom(RogueGameItemValue); } input.ReadMessage(subBuilder); - FFFCCEJIFDK = subBuilder; + RogueGameItemValue = subBuilder; break; } case 58: { global::EggLink.DanhengServer.Proto.RogueDifficultyLevelInfo subBuilder = new global::EggLink.DanhengServer.Proto.RogueDifficultyLevelInfo(); - if (rougeCaseCase_ == RougeCaseOneofCase.RogueDifficultyInfo) { + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueDifficultyInfo) { subBuilder.MergeFrom(RogueDifficultyInfo); } input.ReadMessage(subBuilder); @@ -526,7 +527,7 @@ namespace EggLink.DanhengServer.Proto { } case 66: { global::EggLink.DanhengServer.Proto.RogueTournLineupInfo subBuilder = new global::EggLink.DanhengServer.Proto.RogueTournLineupInfo(); - if (rougeCaseCase_ == RougeCaseOneofCase.RogueLineupInfo) { + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueLineupInfo) { subBuilder.MergeFrom(RogueLineupInfo); } input.ReadMessage(subBuilder); @@ -535,16 +536,16 @@ namespace EggLink.DanhengServer.Proto { } case 82: { global::EggLink.DanhengServer.Proto.RogueTournFormulaInfo subBuilder = new global::EggLink.DanhengServer.Proto.RogueTournFormulaInfo(); - if (rougeCaseCase_ == RougeCaseOneofCase.CKAANMDDKCJ) { - subBuilder.MergeFrom(CKAANMDDKCJ); + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueFormulaInfo) { + subBuilder.MergeFrom(RogueFormulaInfo); } input.ReadMessage(subBuilder); - CKAANMDDKCJ = subBuilder; + RogueFormulaInfo = subBuilder; break; } case 90: { global::EggLink.DanhengServer.Proto.ChessRogueMiracleInfo subBuilder = new global::EggLink.DanhengServer.Proto.ChessRogueMiracleInfo(); - if (rougeCaseCase_ == RougeCaseOneofCase.GameMiracleInfo) { + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.GameMiracleInfo) { subBuilder.MergeFrom(GameMiracleInfo); } input.ReadMessage(subBuilder); @@ -553,7 +554,7 @@ namespace EggLink.DanhengServer.Proto { } case 122: { global::EggLink.DanhengServer.Proto.ChessRogueBuffInfo subBuilder = new global::EggLink.DanhengServer.Proto.ChessRogueBuffInfo(); - if (rougeCaseCase_ == RougeCaseOneofCase.RogueBuffInfo) { + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueBuffInfo) { subBuilder.MergeFrom(RogueBuffInfo); } input.ReadMessage(subBuilder); @@ -577,16 +578,16 @@ namespace EggLink.DanhengServer.Proto { break; case 10: { global::EggLink.DanhengServer.Proto.KeywordUnlockValue subBuilder = new global::EggLink.DanhengServer.Proto.KeywordUnlockValue(); - if (rougeCaseCase_ == RougeCaseOneofCase.NBDACDNBJIK) { - subBuilder.MergeFrom(NBDACDNBJIK); + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueKeywordValue) { + subBuilder.MergeFrom(RogueKeywordValue); } input.ReadMessage(subBuilder); - NBDACDNBJIK = subBuilder; + RogueKeywordValue = subBuilder; break; } case 26: { global::EggLink.DanhengServer.Proto.ChessRogueGameAeonInfo subBuilder = new global::EggLink.DanhengServer.Proto.ChessRogueGameAeonInfo(); - if (rougeCaseCase_ == RougeCaseOneofCase.RogueAeonInfo) { + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueAeonInfo) { subBuilder.MergeFrom(RogueAeonInfo); } input.ReadMessage(subBuilder); @@ -595,16 +596,16 @@ namespace EggLink.DanhengServer.Proto { } case 42: { global::EggLink.DanhengServer.Proto.RogueGameItemValue subBuilder = new global::EggLink.DanhengServer.Proto.RogueGameItemValue(); - if (rougeCaseCase_ == RougeCaseOneofCase.FFFCCEJIFDK) { - subBuilder.MergeFrom(FFFCCEJIFDK); + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueGameItemValue) { + subBuilder.MergeFrom(RogueGameItemValue); } input.ReadMessage(subBuilder); - FFFCCEJIFDK = subBuilder; + RogueGameItemValue = subBuilder; break; } case 58: { global::EggLink.DanhengServer.Proto.RogueDifficultyLevelInfo subBuilder = new global::EggLink.DanhengServer.Proto.RogueDifficultyLevelInfo(); - if (rougeCaseCase_ == RougeCaseOneofCase.RogueDifficultyInfo) { + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueDifficultyInfo) { subBuilder.MergeFrom(RogueDifficultyInfo); } input.ReadMessage(subBuilder); @@ -613,7 +614,7 @@ namespace EggLink.DanhengServer.Proto { } case 66: { global::EggLink.DanhengServer.Proto.RogueTournLineupInfo subBuilder = new global::EggLink.DanhengServer.Proto.RogueTournLineupInfo(); - if (rougeCaseCase_ == RougeCaseOneofCase.RogueLineupInfo) { + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueLineupInfo) { subBuilder.MergeFrom(RogueLineupInfo); } input.ReadMessage(subBuilder); @@ -622,16 +623,16 @@ namespace EggLink.DanhengServer.Proto { } case 82: { global::EggLink.DanhengServer.Proto.RogueTournFormulaInfo subBuilder = new global::EggLink.DanhengServer.Proto.RogueTournFormulaInfo(); - if (rougeCaseCase_ == RougeCaseOneofCase.CKAANMDDKCJ) { - subBuilder.MergeFrom(CKAANMDDKCJ); + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueFormulaInfo) { + subBuilder.MergeFrom(RogueFormulaInfo); } input.ReadMessage(subBuilder); - CKAANMDDKCJ = subBuilder; + RogueFormulaInfo = subBuilder; break; } case 90: { global::EggLink.DanhengServer.Proto.ChessRogueMiracleInfo subBuilder = new global::EggLink.DanhengServer.Proto.ChessRogueMiracleInfo(); - if (rougeCaseCase_ == RougeCaseOneofCase.GameMiracleInfo) { + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.GameMiracleInfo) { subBuilder.MergeFrom(GameMiracleInfo); } input.ReadMessage(subBuilder); @@ -640,7 +641,7 @@ namespace EggLink.DanhengServer.Proto { } case 122: { global::EggLink.DanhengServer.Proto.ChessRogueBuffInfo subBuilder = new global::EggLink.DanhengServer.Proto.ChessRogueBuffInfo(); - if (rougeCaseCase_ == RougeCaseOneofCase.RogueBuffInfo) { + if (dEPKICGAIIMCase_ == DEPKICGAIIMOneofCase.RogueBuffInfo) { subBuilder.MergeFrom(RogueBuffInfo); } input.ReadMessage(subBuilder); diff --git a/Proto/RogueGetInfo.cs b/Proto/RogueGetInfo.cs index a7b6f1d5..020563d9 100644 --- a/Proto/RogueGetInfo.cs +++ b/Proto/RogueGetInfo.cs @@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto { static RogueGetInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChJSb2d1ZUdldEluZm8ucHJvdG8aGlJvZ3VlU2NvcmVSZXdhcmRJbmZvLnBy", - "b3RvGhNSb2d1ZUFyZWFJbmZvLnByb3RvGhVSb2d1ZVNlYXNvbkluZm8ucHJv", - "dG8aHVJvZ3VlR2V0VmlydHVhbEl0ZW1JbmZvLnByb3RvGhNSb2d1ZUFlb25J", + "ChJSb2d1ZUdldEluZm8ucHJvdG8aHVJvZ3VlR2V0VmlydHVhbEl0ZW1JbmZv", + "LnByb3RvGhNSb2d1ZUFlb25JbmZvLnByb3RvGhpSb2d1ZVNjb3JlUmV3YXJk", + "SW5mby5wcm90bxoVUm9ndWVTZWFzb25JbmZvLnByb3RvGhNSb2d1ZUFyZWFJ", "bmZvLnByb3RvIoACCgxSb2d1ZUdldEluZm8SJwoPcm9ndWVfYXJlYV9pbmZv", "GA0gASgLMg4uUm9ndWVBcmVhSW5mbxInCg9yb2d1ZV9hZW9uX2luZm8YByAB", "KAsyDi5Sb2d1ZUFlb25JbmZvEisKEXJvZ3VlX3NlYXNvbl9pbmZvGAkgASgL", @@ -35,7 +35,7 @@ namespace EggLink.DanhengServer.Proto { "bF9pdGVtX2luZm8YAiABKAsyGC5Sb2d1ZUdldFZpcnR1YWxJdGVtSW5mb0Ie", "qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueScoreRewardInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueAreaInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueSeasonInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueGetVirtualItemInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueAeonInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueGetVirtualItemInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueAeonInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueScoreRewardInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueSeasonInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueAreaInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueGetInfo), global::EggLink.DanhengServer.Proto.RogueGetInfo.Parser, new[]{ "RogueAreaInfo", "RogueAeonInfo", "RogueSeasonInfo", "RogueScoreRewardInfo", "RogueVirtualItemInfo" }, null, null, null, null) })); diff --git a/Proto/RogueHandbook.cs b/Proto/RogueHandbook.cs index 1c4a7414..fafdb92c 100644 --- a/Proto/RogueHandbook.cs +++ b/Proto/RogueHandbook.cs @@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto { static RogueHandbookReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChNSb2d1ZUhhbmRib29rLnByb3RvGhFMT0dOS0VLSEJBSS5wcm90bxoRS05J", - "SkhHTkpJSk0ucHJvdG8aG1JvZ3VlSGFuZGJvb2tNYXplQnVmZi5wcm90bxoR", + "ChNSb2d1ZUhhbmRib29rLnByb3RvGhFLTklKSEdOSklKTS5wcm90bxobUm9n", + "dWVIYW5kYm9va01hemVCdWZmLnByb3RvGhFMT0dOS0VLSEJBSS5wcm90bxoR", "R0lBRExIRUVQSEQucHJvdG8ipAEKDVJvZ3VlSGFuZGJvb2sSIQoLQkpDTVBI", "TFBLTkYYDCADKAsyDC5MT0dOS0VLSEJBSRIhCgtCRUxPRk1GSEZESxgNIAMo", "CzIMLktOSUpIR05KSUpNEiIKDG1pcmFjbGVfbGlzdBgIIAMoCzIMLkdJQURM", "SEVFUEhEEikKCWJ1ZmZfbGlzdBgPIAMoCzIWLlJvZ3VlSGFuZGJvb2tNYXpl", "QnVmZkIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LOGNKEKHBAIReflection.Descriptor, global::EggLink.DanhengServer.Proto.KNIJHGNJIJMReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueHandbookMazeBuffReflection.Descriptor, global::EggLink.DanhengServer.Proto.GIADLHEEPHDReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.KNIJHGNJIJMReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueHandbookMazeBuffReflection.Descriptor, global::EggLink.DanhengServer.Proto.LOGNKEKHBAIReflection.Descriptor, global::EggLink.DanhengServer.Proto.GIADLHEEPHDReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueHandbook), global::EggLink.DanhengServer.Proto.RogueHandbook.Parser, new[]{ "BJCMPHLPKNF", "BELOFMFHFDK", "MiracleList", "BuffList" }, null, null, null, null) })); diff --git a/Proto/RogueMagicAreaInfo.cs b/Proto/RogueMagicAreaInfo.cs index 768291b9..11de3bda 100644 --- a/Proto/RogueMagicAreaInfo.cs +++ b/Proto/RogueMagicAreaInfo.cs @@ -24,8 +24,8 @@ namespace EggLink.DanhengServer.Proto { static RogueMagicAreaInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChhSb2d1ZU1hZ2ljQXJlYUluZm8ucHJvdG8aEUtPSUlDTUlFQUVGLnByb3Rv", - "GhFPTEZHQkFNRUZKSS5wcm90byLpAQoSUm9ndWVNYWdpY0FyZWFJbmZvEiYK", + "ChhSb2d1ZU1hZ2ljQXJlYUluZm8ucHJvdG8aEU9MRkdCQU1FRkpJLnByb3Rv", + "GhFLT0lJQ01JRUFFRi5wcm90byLpAQoSUm9ndWVNYWdpY0FyZWFJbmZvEiYK", "HnVubG9ja2VkX3RvdXJuX2RpZmZpY3VsdHlfbGlzdBgGIAMoDRIhCgtDR0FJ", "SkNDTEtCSBgBIAEoCzIMLktPSUlDTUlFQUVGEhEKCWNvbXBsZXRlZBgNIAEo", "CBITCgtpc191bmxvY2tlZBgOIAEoCBITCgtJRlBPSUxPUEZBRxgLIAEoDRIP", @@ -33,7 +33,7 @@ namespace EggLink.DanhengServer.Proto { "TUVGSkkSFwoPaXNfdGFrZW5fcmV3YXJkGAMgASgIQh6qAhtFZ2dMaW5rLkRh", "bmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.KOIICMIEAEFReflection.Descriptor, global::EggLink.DanhengServer.Proto.OLFGBAMEFJIReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.OLFGBAMEFJIReflection.Descriptor, global::EggLink.DanhengServer.Proto.KOIICMIEAEFReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueMagicAreaInfo), global::EggLink.DanhengServer.Proto.RogueMagicAreaInfo.Parser, new[]{ "UnlockedTournDifficultyList", "CGAIJCCLKBH", "Completed", "IsUnlocked", "IFPOILOPFAG", "AreaId", "RecordInfo", "IsTakenReward" }, null, null, null, null) })); diff --git a/Proto/RogueMagicCurInfo.cs b/Proto/RogueMagicCurInfo.cs index 8b6b50f7..53d3ad0d 100644 --- a/Proto/RogueMagicCurInfo.cs +++ b/Proto/RogueMagicCurInfo.cs @@ -24,12 +24,12 @@ namespace EggLink.DanhengServer.Proto { static RogueMagicCurInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChdSb2d1ZU1hZ2ljQ3VySW5mby5wcm90bxoaUm9ndWVUb3VybkxpbmV1cElu", - "Zm8ucHJvdG8aGFJvZ3VlR2FtZUl0ZW1WYWx1ZS5wcm90bxobQ2hlc3NSb2d1", - "ZU1pcmFjbGVJbmZvLnByb3RvGh1Sb2d1ZU1hZ2ljR2FtZUxldmVsSW5mby5w", - "cm90bxocUm9ndWVNYWdpY0dhbWVJdGVtSW5mby5wcm90bxoiUm9ndWVNYWdp", - "Y0dhbWVEaWZmaWN1bHR5SW5mby5wcm90bxobUm9ndWVUb3VybkN1ckFyZWFJ", - "bmZvLnByb3RvGhFLTE9ITkZHQk5QSC5wcm90byLtAgoRUm9ndWVNYWdpY0N1", + "ChdSb2d1ZU1hZ2ljQ3VySW5mby5wcm90bxoRS0xPSE5GR0JOUEgucHJvdG8a", + "HVJvZ3VlTWFnaWNHYW1lTGV2ZWxJbmZvLnByb3RvGhpSb2d1ZVRvdXJuTGlu", + "ZXVwSW5mby5wcm90bxoiUm9ndWVNYWdpY0dhbWVEaWZmaWN1bHR5SW5mby5w", + "cm90bxobUm9ndWVUb3VybkN1ckFyZWFJbmZvLnByb3RvGhhSb2d1ZUdhbWVJ", + "dGVtVmFsdWUucHJvdG8aG0NoZXNzUm9ndWVNaXJhY2xlSW5mby5wcm90bxoc", + "Um9ndWVNYWdpY0dhbWVJdGVtSW5mby5wcm90byLzAgoRUm9ndWVNYWdpY0N1", "ckluZm8SLAoMbWlyYWNsZV9pbmZvGA4gASgLMhYuQ2hlc3NSb2d1ZU1pcmFj", "bGVJbmZvEiEKC0NBQ0dFS0FBTktMGAggASgLMgwuS0xPSE5GR0JOUEgSOwoU", "Z2FtZV9kaWZmaWN1bHR5X2luZm8YCSABKAsyHS5Sb2d1ZU1hZ2ljR2FtZURp", @@ -37,12 +37,12 @@ namespace EggLink.DanhengServer.Proto { "dXBJbmZvEicKBWxldmVsGAMgASgLMhguUm9ndWVNYWdpY0dhbWVMZXZlbElu", "Zm8SKgoKYmFzaWNfaW5mbxgPIAEoCzIWLlJvZ3VlVG91cm5DdXJBcmVhSW5m", "bxIrCgptYWdpY19pdGVtGAsgASgLMhcuUm9ndWVNYWdpY0dhbWVJdGVtSW5m", - "bxIhCgRjb2luGAUgASgLMhMuUm9ndWVHYW1lSXRlbVZhbHVlQh6qAhtFZ2dM", - "aW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "bxInCgppdGVtX3ZhbHVlGAUgASgLMhMuUm9ndWVHYW1lSXRlbVZhbHVlQh6q", + "AhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueTournLineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueGameItemValueReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueMiracleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicGameLevelInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicGameItemInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicGameDifficultyInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournCurAreaInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.KLOHNFGBNPHReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.KLOHNFGBNPHReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicGameLevelInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournLineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicGameDifficultyInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournCurAreaInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueGameItemValueReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueMiracleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicGameItemInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueMagicCurInfo), global::EggLink.DanhengServer.Proto.RogueMagicCurInfo.Parser, new[]{ "MiracleInfo", "CACGEKAANKL", "GameDifficultyInfo", "Lineup", "Level", "BasicInfo", "MagicItem", "Coin" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueMagicCurInfo), global::EggLink.DanhengServer.Proto.RogueMagicCurInfo.Parser, new[]{ "MiracleInfo", "CACGEKAANKL", "GameDifficultyInfo", "Lineup", "Level", "BasicInfo", "MagicItem", "ItemValue" }, null, null, null, null) })); } #endregion @@ -91,7 +91,7 @@ namespace EggLink.DanhengServer.Proto { level_ = other.level_ != null ? other.level_.Clone() : null; basicInfo_ = other.basicInfo_ != null ? other.basicInfo_.Clone() : null; magicItem_ = other.magicItem_ != null ? other.magicItem_.Clone() : null; - coin_ = other.coin_ != null ? other.coin_.Clone() : null; + itemValue_ = other.itemValue_ != null ? other.itemValue_.Clone() : null; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -185,15 +185,15 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "coin" field. - public const int CoinFieldNumber = 5; - private global::EggLink.DanhengServer.Proto.RogueGameItemValue coin_; + /// Field number for the "item_value" field. + public const int ItemValueFieldNumber = 5; + private global::EggLink.DanhengServer.Proto.RogueGameItemValue itemValue_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.RogueGameItemValue Coin { - get { return coin_; } + public global::EggLink.DanhengServer.Proto.RogueGameItemValue ItemValue { + get { return itemValue_; } set { - coin_ = value; + itemValue_ = value; } } @@ -219,7 +219,7 @@ namespace EggLink.DanhengServer.Proto { if (!object.Equals(Level, other.Level)) return false; if (!object.Equals(BasicInfo, other.BasicInfo)) return false; if (!object.Equals(MagicItem, other.MagicItem)) return false; - if (!object.Equals(Coin, other.Coin)) return false; + if (!object.Equals(ItemValue, other.ItemValue)) return false; return Equals(_unknownFields, other._unknownFields); } @@ -234,7 +234,7 @@ namespace EggLink.DanhengServer.Proto { if (level_ != null) hash ^= Level.GetHashCode(); if (basicInfo_ != null) hash ^= BasicInfo.GetHashCode(); if (magicItem_ != null) hash ^= MagicItem.GetHashCode(); - if (coin_ != null) hash ^= Coin.GetHashCode(); + if (itemValue_ != null) hash ^= ItemValue.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -257,9 +257,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(26); output.WriteMessage(Level); } - if (coin_ != null) { + if (itemValue_ != null) { output.WriteRawTag(42); - output.WriteMessage(Coin); + output.WriteMessage(ItemValue); } if (cACGEKAANKL_ != null) { output.WriteRawTag(66); @@ -299,9 +299,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(26); output.WriteMessage(Level); } - if (coin_ != null) { + if (itemValue_ != null) { output.WriteRawTag(42); - output.WriteMessage(Coin); + output.WriteMessage(ItemValue); } if (cACGEKAANKL_ != null) { output.WriteRawTag(66); @@ -358,8 +358,8 @@ namespace EggLink.DanhengServer.Proto { if (magicItem_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(MagicItem); } - if (coin_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(Coin); + if (itemValue_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(ItemValue); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); @@ -415,11 +415,11 @@ namespace EggLink.DanhengServer.Proto { } MagicItem.MergeFrom(other.MagicItem); } - if (other.coin_ != null) { - if (coin_ == null) { - Coin = new global::EggLink.DanhengServer.Proto.RogueGameItemValue(); + if (other.itemValue_ != null) { + if (itemValue_ == null) { + ItemValue = new global::EggLink.DanhengServer.Proto.RogueGameItemValue(); } - Coin.MergeFrom(other.Coin); + ItemValue.MergeFrom(other.ItemValue); } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -444,10 +444,10 @@ namespace EggLink.DanhengServer.Proto { break; } case 42: { - if (coin_ == null) { - Coin = new global::EggLink.DanhengServer.Proto.RogueGameItemValue(); + if (itemValue_ == null) { + ItemValue = new global::EggLink.DanhengServer.Proto.RogueGameItemValue(); } - input.ReadMessage(Coin); + input.ReadMessage(ItemValue); break; } case 66: { @@ -515,10 +515,10 @@ namespace EggLink.DanhengServer.Proto { break; } case 42: { - if (coin_ == null) { - Coin = new global::EggLink.DanhengServer.Proto.RogueGameItemValue(); + if (itemValue_ == null) { + ItemValue = new global::EggLink.DanhengServer.Proto.RogueGameItemValue(); } - input.ReadMessage(Coin); + input.ReadMessage(ItemValue); break; } case 66: { diff --git a/Proto/RogueMagicCurSceneInfo.cs b/Proto/RogueMagicCurSceneInfo.cs index dbf99cdc..7be34362 100644 --- a/Proto/RogueMagicCurSceneInfo.cs +++ b/Proto/RogueMagicCurSceneInfo.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static RogueMagicCurSceneInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChxSb2d1ZU1hZ2ljQ3VyU2NlbmVJbmZvLnByb3RvGhhSb2d1ZU1hcFJvdGF0", - "ZUluZm8ucHJvdG8aD1NjZW5lSW5mby5wcm90bxoQTGluZXVwSW5mby5wcm90", + "ChxSb2d1ZU1hZ2ljQ3VyU2NlbmVJbmZvLnByb3RvGhBMaW5ldXBJbmZvLnBy", + "b3RvGhhSb2d1ZU1hcFJvdGF0ZUluZm8ucHJvdG8aD1NjZW5lSW5mby5wcm90", "byJ6ChZSb2d1ZU1hZ2ljQ3VyU2NlbmVJbmZvEhkKBXNjZW5lGAcgASgLMgou", "U2NlbmVJbmZvEhsKBmxpbmV1cBgEIAEoCzILLkxpbmV1cEluZm8SKAoLcm90", "YXRlX2luZm8YBSABKAsyEy5Sb2d1ZU1hcFJvdGF0ZUluZm9CHqoCG0VnZ0xp", "bmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueMapRotateInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMapRotateInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueMagicCurSceneInfo), global::EggLink.DanhengServer.Proto.RogueMagicCurSceneInfo.Parser, new[]{ "Scene", "Lineup", "RotateInfo" }, null, null, null, null) })); diff --git a/Proto/RogueMagicEnterScRsp.cs b/Proto/RogueMagicEnterScRsp.cs index 96f8d1b3..869d67a1 100644 --- a/Proto/RogueMagicEnterScRsp.cs +++ b/Proto/RogueMagicEnterScRsp.cs @@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto { static RogueMagicEnterScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChpSb2d1ZU1hZ2ljRW50ZXJTY1JzcC5wcm90bxocUm9ndWVNYWdpY0N1clNj", - "ZW5lSW5mby5wcm90bxoXUm9ndWVNYWdpY0N1ckluZm8ucHJvdG8ilgEKFFJv", + "ChpSb2d1ZU1hZ2ljRW50ZXJTY1JzcC5wcm90bxoXUm9ndWVNYWdpY0N1cklu", + "Zm8ucHJvdG8aHFJvZ3VlTWFnaWNDdXJTY2VuZUluZm8ucHJvdG8ilgEKFFJv", "Z3VlTWFnaWNFbnRlclNjUnNwEjAKFHJvZ3VlX3RvdXJuX2N1cl9pbmZvGAIg", "ASgLMhIuUm9ndWVNYWdpY0N1ckluZm8SOwoacm9ndWVfdG91cm5fY3VyX3Nj", "ZW5lX2luZm8YDSABKAsyFy5Sb2d1ZU1hZ2ljQ3VyU2NlbmVJbmZvEg8KB3Jl", "dGNvZGUYByABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG", "cHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueMagicCurSceneInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicCurInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueMagicCurInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicCurSceneInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueMagicEnterScRsp), global::EggLink.DanhengServer.Proto.RogueMagicEnterScRsp.Parser, new[]{ "RogueTournCurInfo", "RogueTournCurSceneInfo", "Retcode" }, null, null, null, null) })); diff --git a/Proto/RogueMagicFinishInfo.cs b/Proto/RogueMagicFinishInfo.cs index 4b0b4c14..f7fd5990 100644 --- a/Proto/RogueMagicFinishInfo.cs +++ b/Proto/RogueMagicFinishInfo.cs @@ -24,16 +24,16 @@ namespace EggLink.DanhengServer.Proto { static RogueMagicFinishInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChpSb2d1ZU1hZ2ljRmluaXNoSW5mby5wcm90bxoRQ0FDTEFOTE9PTEsucHJv", - "dG8aF1JvZ3VlTWFnaWNDdXJJbmZvLnByb3RvGhFGSkpES0ROREZESi5wcm90", - "bxoQTGluZXVwSW5mby5wcm90byK2AQoUUm9ndWVNYWdpY0ZpbmlzaEluZm8S", + "ChpSb2d1ZU1hZ2ljRmluaXNoSW5mby5wcm90bxoXUm9ndWVNYWdpY0N1cklu", + "Zm8ucHJvdG8aEUNBQ0xBTkxPT0xLLnByb3RvGhBMaW5ldXBJbmZvLnByb3Rv", + "GhFGSkpES0ROREZESi5wcm90byK2AQoUUm9ndWVNYWdpY0ZpbmlzaEluZm8S", "IQoLR0NHTE5LRkRLS04YBiABKAsyDC5DQUNMQU5MT09MSxIwChRyb2d1ZV90", "b3Vybl9jdXJfaW5mbxgOIAEoCzISLlJvZ3VlTWFnaWNDdXJJbmZvEiYKEXJv", "Z3VlX2xpbmV1cF9pbmZvGAkgASgLMgsuTGluZXVwSW5mbxIhCgtCSkxFTUZN", "Q09ERBgLIAEoCzIMLkZKSkRLRE5ERkRKQh6qAhtFZ2dMaW5rLkRhbmhlbmdT", "ZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CACLANLOOLKReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicCurInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.FJJDKDNDFDJReflection.Descriptor, global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueMagicCurInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.CACLANLOOLKReflection.Descriptor, global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.FJJDKDNDFDJReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueMagicFinishInfo), global::EggLink.DanhengServer.Proto.RogueMagicFinishInfo.Parser, new[]{ "GCGLNKFDKKN", "RogueTournCurInfo", "RogueLineupInfo", "BJLEMFMCODD" }, null, null, null, null) })); diff --git a/Proto/RogueMagicGameLevelInfo.cs b/Proto/RogueMagicGameLevelInfo.cs index 3286a7d8..0bce9986 100644 --- a/Proto/RogueMagicGameLevelInfo.cs +++ b/Proto/RogueMagicGameLevelInfo.cs @@ -24,8 +24,8 @@ namespace EggLink.DanhengServer.Proto { static RogueMagicGameLevelInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Ch1Sb2d1ZU1hZ2ljR2FtZUxldmVsSW5mby5wcm90bxocUm9ndWVNYWdpY1Nl", - "dHRsZVJlYXNvbi5wcm90bxoZUm9ndWVNYWdpY0xheWVySW5mby5wcm90bxob", + "Ch1Sb2d1ZU1hZ2ljR2FtZUxldmVsSW5mby5wcm90bxoZUm9ndWVNYWdpY0xh", + "eWVySW5mby5wcm90bxocUm9ndWVNYWdpY1NldHRsZVJlYXNvbi5wcm90bxob", "Um9ndWVNYWdpY0xldmVsU3RhdHVzLnByb3RvIuIBChdSb2d1ZU1hZ2ljR2Ft", "ZUxldmVsSW5mbxImCgZzdGF0dXMYBCABKA4yFi5Sb2d1ZU1hZ2ljTGV2ZWxT", "dGF0dXMSFwoPY3VyX2xldmVsX2luZGV4GAYgASgNEhMKC0FDR0JFTEFJR0JP", @@ -34,7 +34,7 @@ namespace EggLink.DanhengServer.Proto { "SW5mbxIZChFleHRyYV9yb3VuZF9saW1pdBgHIAEoDUIeqgIbRWdnTGluay5E", "YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueMagicSettleReasonReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicLayerInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicLevelStatusReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueMagicLayerInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicSettleReasonReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicLevelStatusReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueMagicGameLevelInfo), global::EggLink.DanhengServer.Proto.RogueMagicGameLevelInfo.Parser, new[]{ "Status", "CurLevelIndex", "ACGBELAIGBO", "Reason", "LevelInfoList", "ExtraRoundLimit" }, null, null, null, null) })); diff --git a/Proto/RogueMagicGameScepterInfo.cs b/Proto/RogueMagicGameScepterInfo.cs index ca400cba..f886c4b3 100644 --- a/Proto/RogueMagicGameScepterInfo.cs +++ b/Proto/RogueMagicGameScepterInfo.cs @@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto { static RogueMagicGameScepterInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Ch9Sb2d1ZU1hZ2ljR2FtZVNjZXB0ZXJJbmZvLnByb3RvGhdSb2d1ZU1hZ2lj", - "U2NlcHRlci5wcm90bxogUm9ndWVNYWdpY1NjZXB0ZXJEcmVzc0luZm8ucHJv", - "dG8aGFJvZ3VlTWFnaWNHYW1lVW5pdC5wcm90byKuAgoZUm9ndWVNYWdpY0dh", + "Ch9Sb2d1ZU1hZ2ljR2FtZVNjZXB0ZXJJbmZvLnByb3RvGhhSb2d1ZU1hZ2lj", + "R2FtZVVuaXQucHJvdG8aF1JvZ3VlTWFnaWNTY2VwdGVyLnByb3RvGiBSb2d1", + "ZU1hZ2ljU2NlcHRlckRyZXNzSW5mby5wcm90byKuAgoZUm9ndWVNYWdpY0dh", "bWVTY2VwdGVySW5mbxJBCgx0cmVuY2hfY291bnQYByADKAsyKy5Sb2d1ZU1h", "Z2ljR2FtZVNjZXB0ZXJJbmZvLlRyZW5jaENvdW50RW50cnkSLAoQbW9kaWZp", "ZXJfY29udGVudBgKIAEoCzISLlJvZ3VlTWFnaWNTY2VwdGVyEjMKFmxvY2tl", @@ -36,7 +36,7 @@ namespace EggLink.DanhengServer.Proto { "DQoFdmFsdWUYAiABKA06AjgBQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIu", "UHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueMagicScepterReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicScepterDressInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicGameUnitReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueMagicGameUnitReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicScepterReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicScepterDressInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueMagicGameScepterInfo), global::EggLink.DanhengServer.Proto.RogueMagicGameScepterInfo.Parser, new[]{ "TrenchCount", "ModifierContent", "LockedMagicUnitList", "ScepterDressInfo" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, }) })); diff --git a/Proto/RogueMagicGetInfo.cs b/Proto/RogueMagicGetInfo.cs index 249c502b..c5aaf666 100644 --- a/Proto/RogueMagicGetInfo.cs +++ b/Proto/RogueMagicGetInfo.cs @@ -24,11 +24,11 @@ namespace EggLink.DanhengServer.Proto { static RogueMagicGetInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChdSb2d1ZU1hZ2ljR2V0SW5mby5wcm90bxoYUm9ndWVNYWdpY0FyZWFJbmZv", - "LnByb3RvGh5Sb2d1ZU1hZ2ljRGlmZmljdWx0eUluZm8ucHJvdG8aGlJvZ3Vl", - "TWFnaWNUYWxlbnRJbmZvLnByb3RvGhhSb2d1ZU1hZ2ljVW5pdEluZm8ucHJv", - "dG8aGVJvZ3VlTWFnaWNTdG9yeUluZm8ucHJvdG8aG1JvZ3VlTWFnaWNTY2Vw", - "dGVySW5mby5wcm90byL2AgoRUm9ndWVNYWdpY0dldEluZm8SNwoacm9ndWVf", + "ChdSb2d1ZU1hZ2ljR2V0SW5mby5wcm90bxoZUm9ndWVNYWdpY1N0b3J5SW5m", + "by5wcm90bxoYUm9ndWVNYWdpY0FyZWFJbmZvLnByb3RvGhpSb2d1ZU1hZ2lj", + "VGFsZW50SW5mby5wcm90bxoeUm9ndWVNYWdpY0RpZmZpY3VsdHlJbmZvLnBy", + "b3RvGhtSb2d1ZU1hZ2ljU2NlcHRlckluZm8ucHJvdG8aGFJvZ3VlTWFnaWNV", + "bml0SW5mby5wcm90byL2AgoRUm9ndWVNYWdpY0dldEluZm8SNwoacm9ndWVf", "bWFnaWNfdW5pdF9pbmZvX2xpc3QYDyADKAsyEy5Sb2d1ZU1hZ2ljVW5pdElu", "Zm8SPgobcm9ndWVfdG91cm5fZGlmZmljdWx0eV9pbmZvGAggAygLMhkuUm9n", "dWVNYWdpY0RpZmZpY3VsdHlJbmZvEhMKC0tHTEJOREVBUEhGGAQgAygNEj0K", @@ -39,7 +39,7 @@ namespace EggLink.DanhengServer.Proto { "bxgOIAEoCzIVLlJvZ3VlTWFnaWNUYWxlbnRJbmZvQh6qAhtFZ2dMaW5rLkRh", "bmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueMagicAreaInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicDifficultyInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicTalentInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicUnitInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicStoryInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicScepterInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueMagicStoryInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicAreaInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicTalentInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicDifficultyInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicScepterInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicUnitInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueMagicGetInfo), global::EggLink.DanhengServer.Proto.RogueMagicGetInfo.Parser, new[]{ "RogueMagicUnitInfoList", "RogueTournDifficultyInfo", "KGLBNDEAPHF", "RogueMagicScepterInfoList", "StoryInfo", "RogueTournAreaInfo", "RogueMagicTalentInfo" }, null, null, null, null) })); diff --git a/Proto/RogueMagicLevelInfoUpdateScNotify.cs b/Proto/RogueMagicLevelInfoUpdateScNotify.cs index 5eeda4a6..ad710482 100644 --- a/Proto/RogueMagicLevelInfoUpdateScNotify.cs +++ b/Proto/RogueMagicLevelInfoUpdateScNotify.cs @@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto { static RogueMagicLevelInfoUpdateScNotifyReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CidSb2d1ZU1hZ2ljTGV2ZWxJbmZvVXBkYXRlU2NOb3RpZnkucHJvdG8aHFJv", - "Z3VlTWFnaWNTZXR0bGVSZWFzb24ucHJvdG8aG1JvZ3VlTWFnaWNMZXZlbFN0", - "YXR1cy5wcm90bxoZUm9ndWVNYWdpY0xheWVySW5mby5wcm90byLsAQohUm9n", + "CidSb2d1ZU1hZ2ljTGV2ZWxJbmZvVXBkYXRlU2NOb3RpZnkucHJvdG8aG1Jv", + "Z3VlTWFnaWNMZXZlbFN0YXR1cy5wcm90bxoZUm9ndWVNYWdpY0xheWVySW5m", + "by5wcm90bxocUm9ndWVNYWdpY1NldHRsZVJlYXNvbi5wcm90byLsAQohUm9n", "dWVNYWdpY0xldmVsSW5mb1VwZGF0ZVNjTm90aWZ5Ei0KD2xldmVsX2luZm9f", "bGlzdBgJIAMoCzIULlJvZ3VlTWFnaWNMYXllckluZm8SEwoLQUNHQkVMQUlH", "Qk8YByABKA0SJwoGcmVhc29uGAogASgOMhcuUm9ndWVNYWdpY1NldHRsZVJl", @@ -35,7 +35,7 @@ namespace EggLink.DanhengServer.Proto { "GAMgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3Rv", "Mw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueMagicSettleReasonReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicLevelStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicLayerInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueMagicLevelStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicLayerInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicSettleReasonReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueMagicLevelInfoUpdateScNotify), global::EggLink.DanhengServer.Proto.RogueMagicLevelInfoUpdateScNotify.Parser, new[]{ "LevelInfoList", "ACGBELAIGBO", "Reason", "Status", "CurLevelIndex", "ExtraRoundLimit" }, null, null, null, null) })); diff --git a/Proto/RogueMagicQueryScRsp.cs b/Proto/RogueMagicQueryScRsp.cs index f9fc980d..33a862a7 100644 --- a/Proto/RogueMagicQueryScRsp.cs +++ b/Proto/RogueMagicQueryScRsp.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static RogueMagicQueryScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChpSb2d1ZU1hZ2ljUXVlcnlTY1JzcC5wcm90bxoXUm9ndWVNYWdpY0dldElu", - "Zm8ucHJvdG8aF1JvZ3VlTWFnaWNDdXJJbmZvLnByb3RvIoUBChRSb2d1ZU1h", + "ChpSb2d1ZU1hZ2ljUXVlcnlTY1JzcC5wcm90bxoXUm9ndWVNYWdpY0N1cklu", + "Zm8ucHJvdG8aF1JvZ3VlTWFnaWNHZXRJbmZvLnByb3RvIoUBChRSb2d1ZU1h", "Z2ljUXVlcnlTY1JzcBIqCg5yb2d1ZV9nZXRfaW5mbxgLIAEoCzISLlJvZ3Vl", "TWFnaWNHZXRJbmZvEjAKFHJvZ3VlX3RvdXJuX2N1cl9pbmZvGA0gASgLMhIu", "Um9ndWVNYWdpY0N1ckluZm8SDwoHcmV0Y29kZRgOIAEoDUIeqgIbRWdnTGlu", "ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueMagicGetInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicCurInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueMagicCurInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicGetInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueMagicQueryScRsp), global::EggLink.DanhengServer.Proto.RogueMagicQueryScRsp.Parser, new[]{ "RogueGetInfo", "RogueTournCurInfo", "Retcode" }, null, null, null, null) })); diff --git a/Proto/RogueMagicStartScRsp.cs b/Proto/RogueMagicStartScRsp.cs index 44aae15d..2151817b 100644 --- a/Proto/RogueMagicStartScRsp.cs +++ b/Proto/RogueMagicStartScRsp.cs @@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto { static RogueMagicStartScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChpSb2d1ZU1hZ2ljU3RhcnRTY1JzcC5wcm90bxocUm9ndWVNYWdpY0N1clNj", - "ZW5lSW5mby5wcm90bxoXUm9ndWVNYWdpY0N1ckluZm8ucHJvdG8ilgEKFFJv", + "ChpSb2d1ZU1hZ2ljU3RhcnRTY1JzcC5wcm90bxoXUm9ndWVNYWdpY0N1cklu", + "Zm8ucHJvdG8aHFJvZ3VlTWFnaWNDdXJTY2VuZUluZm8ucHJvdG8ilgEKFFJv", "Z3VlTWFnaWNTdGFydFNjUnNwEg8KB3JldGNvZGUYCiABKA0SOwoacm9ndWVf", "dG91cm5fY3VyX3NjZW5lX2luZm8YBSABKAsyFy5Sb2d1ZU1hZ2ljQ3VyU2Nl", "bmVJbmZvEjAKFHJvZ3VlX3RvdXJuX2N1cl9pbmZvGAEgASgLMhIuUm9ndWVN", "YWdpY0N1ckluZm9CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG", "cHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueMagicCurSceneInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicCurInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueMagicCurInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicCurSceneInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueMagicStartScRsp), global::EggLink.DanhengServer.Proto.RogueMagicStartScRsp.Parser, new[]{ "Retcode", "RogueTournCurSceneInfo", "RogueTournCurInfo" }, null, null, null, null) })); diff --git a/Proto/RogueMapRotateInfo.cs b/Proto/RogueMapRotateInfo.cs index 2b22940d..1aa21477 100644 --- a/Proto/RogueMapRotateInfo.cs +++ b/Proto/RogueMapRotateInfo.cs @@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto { static RogueMapRotateInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChhSb2d1ZU1hcFJvdGF0ZUluZm8ucHJvdG8aEUNoYXJnZXJJbmZvLnByb3Rv", - "GhFSb3RhdGVyRGF0YS5wcm90bxoRSUNJTUFLQkFKR0IucHJvdG8aF1JvdGF0", - "ZXJFbmVyZ3lJbmZvLnByb3RvIvIBChJSb2d1ZU1hcFJvdGF0ZUluZm8SJwoR", + "ChhSb2d1ZU1hcFJvdGF0ZUluZm8ucHJvdG8aF1JvdGF0ZXJFbmVyZ3lJbmZv", + "LnByb3RvGhFDaGFyZ2VySW5mby5wcm90bxoRUm90YXRlckRhdGEucHJvdG8a", + "EUlDSU1BS0JBSkdCLnByb3RvIvIBChJSb2d1ZU1hcFJvdGF0ZUluZm8SJwoR", "cm90YXRlcl9kYXRhX2xpc3QYAyADKAsyDC5Sb3RhdGVyRGF0YRITCgtORkxC", "T05ESkFJRRgHIAEoDRIRCglpc19yb3RhdGUYBSABKAgSJwoLZW5lcmd5X2lu", "Zm8YDSABKAsyEi5Sb3RhdGVyRW5lcmd5SW5mbxIiCgxjaGFyZ2VyX2luZm8Y", @@ -34,7 +34,7 @@ namespace EggLink.DanhengServer.Proto { "QUtCQUpHQhIdChVlcmFfZmxpcHBlcl9yZWdpb25faWQYDyABKAVCHqoCG0Vn", "Z0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChargerInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RotaterDataReflection.Descriptor, global::EggLink.DanhengServer.Proto.ICIMAKBAJGBReflection.Descriptor, global::EggLink.DanhengServer.Proto.RotaterEnergyInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RotaterEnergyInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChargerInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RotaterDataReflection.Descriptor, global::EggLink.DanhengServer.Proto.ICIMAKBAJGBReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueMapRotateInfo), global::EggLink.DanhengServer.Proto.RogueMapRotateInfo.Parser, new[]{ "RotaterDataList", "NFLBONDJAIE", "IsRotate", "EnergyInfo", "ChargerInfo", "RogueMap", "EraFlipperRegionId" }, null, null, null, null) })); diff --git a/Proto/GetPreAvatarListCsReq.cs b/Proto/RogueMiracleDropSelectCallback.cs similarity index 78% rename from Proto/GetPreAvatarListCsReq.cs rename to Proto/RogueMiracleDropSelectCallback.cs index 504b6e2c..e1257056 100644 --- a/Proto/GetPreAvatarListCsReq.cs +++ b/Proto/RogueMiracleDropSelectCallback.cs @@ -1,6 +1,6 @@ // // Generated by the protocol buffer compiler. DO NOT EDIT! -// source: GetPreAvatarListCsReq.proto +// source: RogueMiracleDropSelectCallback.proto // #pragma warning disable 1591, 0612, 3021, 8981 #region Designer generated code @@ -11,26 +11,26 @@ using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; namespace EggLink.DanhengServer.Proto { - /// Holder for reflection information generated from GetPreAvatarListCsReq.proto - public static partial class GetPreAvatarListCsReqReflection { + /// Holder for reflection information generated from RogueMiracleDropSelectCallback.proto + public static partial class RogueMiracleDropSelectCallbackReflection { #region Descriptor - /// File descriptor for GetPreAvatarListCsReq.proto + /// File descriptor for RogueMiracleDropSelectCallback.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; - static GetPreAvatarListCsReqReflection() { + static RogueMiracleDropSelectCallbackReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChtHZXRQcmVBdmF0YXJMaXN0Q3NSZXEucHJvdG8iFwoVR2V0UHJlQXZhdGFy", - "TGlzdENzUmVxQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy", - "b3RvMw==")); + "CiRSb2d1ZU1pcmFjbGVEcm9wU2VsZWN0Q2FsbGJhY2sucHJvdG8iIAoeUm9n", + "dWVNaXJhY2xlRHJvcFNlbGVjdENhbGxiYWNrQh6qAhtFZ2dMaW5rLkRhbmhl", + "bmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetPreAvatarListCsReq), global::EggLink.DanhengServer.Proto.GetPreAvatarListCsReq.Parser, null, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueMiracleDropSelectCallback), global::EggLink.DanhengServer.Proto.RogueMiracleDropSelectCallback.Parser, null, null, null, null, null) })); } #endregion @@ -38,21 +38,21 @@ namespace EggLink.DanhengServer.Proto { } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class GetPreAvatarListCsReq : pb::IMessage + public sealed partial class RogueMiracleDropSelectCallback : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new GetPreAvatarListCsReq()); + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new RogueMiracleDropSelectCallback()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } + public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.GetPreAvatarListCsReqReflection.Descriptor.MessageTypes[0]; } + get { return global::EggLink.DanhengServer.Proto.RogueMiracleDropSelectCallbackReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -63,7 +63,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GetPreAvatarListCsReq() { + public RogueMiracleDropSelectCallback() { OnConstruction(); } @@ -71,25 +71,25 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GetPreAvatarListCsReq(GetPreAvatarListCsReq other) : this() { + public RogueMiracleDropSelectCallback(RogueMiracleDropSelectCallback other) : this() { _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public GetPreAvatarListCsReq Clone() { - return new GetPreAvatarListCsReq(this); + public RogueMiracleDropSelectCallback Clone() { + return new RogueMiracleDropSelectCallback(this); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { - return Equals(other as GetPreAvatarListCsReq); + return Equals(other as RogueMiracleDropSelectCallback); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(GetPreAvatarListCsReq other) { + public bool Equals(RogueMiracleDropSelectCallback other) { if (ReferenceEquals(other, null)) { return false; } @@ -149,7 +149,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(GetPreAvatarListCsReq other) { + public void MergeFrom(RogueMiracleDropSelectCallback other) { if (other == null) { return; } diff --git a/Proto/EAKECFAPPKD.cs b/Proto/RogueMiracleDropSelectInfo.cs similarity index 73% rename from Proto/EAKECFAPPKD.cs rename to Proto/RogueMiracleDropSelectInfo.cs index cb41de8b..5e85b6e8 100644 --- a/Proto/EAKECFAPPKD.cs +++ b/Proto/RogueMiracleDropSelectInfo.cs @@ -1,6 +1,6 @@ // // Generated by the protocol buffer compiler. DO NOT EDIT! -// source: EAKECFAPPKD.proto +// source: RogueMiracleDropSelectInfo.proto // #pragma warning disable 1591, 0612, 3021, 8981 #region Designer generated code @@ -11,26 +11,27 @@ using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; namespace EggLink.DanhengServer.Proto { - /// Holder for reflection information generated from EAKECFAPPKD.proto - public static partial class EAKECFAPPKDReflection { + /// Holder for reflection information generated from RogueMiracleDropSelectInfo.proto + public static partial class RogueMiracleDropSelectInfoReflection { #region Descriptor - /// File descriptor for EAKECFAPPKD.proto + /// File descriptor for RogueMiracleDropSelectInfo.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; - static EAKECFAPPKDReflection() { + static RogueMiracleDropSelectInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFFQUtFQ0ZBUFBLRC5wcm90byI6CgtFQUtFQ0ZBUFBLRBITCgtGSUtFTkJF", - "T05EShgLIAMoDRIWCg5zZWxlY3RfaGludF9pZBgEIAEoDUIeqgIbRWdnTGlu", - "ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "CiBSb2d1ZU1pcmFjbGVEcm9wU2VsZWN0SW5mby5wcm90byJPChpSb2d1ZU1p", + "cmFjbGVEcm9wU2VsZWN0SW5mbxIZChFkcm9wX21pcmFjbGVfbGlzdBgLIAMo", + "DRIWCg5zZWxlY3RfaGludF9pZBgEIAEoDUIeqgIbRWdnTGluay5EYW5oZW5n", + "U2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EAKECFAPPKD), global::EggLink.DanhengServer.Proto.EAKECFAPPKD.Parser, new[]{ "FIKENBEONDJ", "SelectHintId" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueMiracleDropSelectInfo), global::EggLink.DanhengServer.Proto.RogueMiracleDropSelectInfo.Parser, new[]{ "DropMiracleList", "SelectHintId" }, null, null, null, null) })); } #endregion @@ -38,21 +39,21 @@ namespace EggLink.DanhengServer.Proto { } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class EAKECFAPPKD : pb::IMessage + public sealed partial class RogueMiracleDropSelectInfo : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new EAKECFAPPKD()); + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new RogueMiracleDropSelectInfo()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } + public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.EAKECFAPPKDReflection.Descriptor.MessageTypes[0]; } + get { return global::EggLink.DanhengServer.Proto.RogueMiracleDropSelectInfoReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -63,7 +64,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public EAKECFAPPKD() { + public RogueMiracleDropSelectInfo() { OnConstruction(); } @@ -71,27 +72,27 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public EAKECFAPPKD(EAKECFAPPKD other) : this() { - fIKENBEONDJ_ = other.fIKENBEONDJ_.Clone(); + public RogueMiracleDropSelectInfo(RogueMiracleDropSelectInfo other) : this() { + dropMiracleList_ = other.dropMiracleList_.Clone(); selectHintId_ = other.selectHintId_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public EAKECFAPPKD Clone() { - return new EAKECFAPPKD(this); + public RogueMiracleDropSelectInfo Clone() { + return new RogueMiracleDropSelectInfo(this); } - /// Field number for the "FIKENBEONDJ" field. - public const int FIKENBEONDJFieldNumber = 11; - private static readonly pb::FieldCodec _repeated_fIKENBEONDJ_codec + /// Field number for the "drop_miracle_list" field. + public const int DropMiracleListFieldNumber = 11; + private static readonly pb::FieldCodec _repeated_dropMiracleList_codec = pb::FieldCodec.ForUInt32(90); - private readonly pbc::RepeatedField fIKENBEONDJ_ = new pbc::RepeatedField(); + private readonly pbc::RepeatedField dropMiracleList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField FIKENBEONDJ { - get { return fIKENBEONDJ_; } + public pbc::RepeatedField DropMiracleList { + get { return dropMiracleList_; } } /// Field number for the "select_hint_id" field. @@ -109,19 +110,19 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { - return Equals(other as EAKECFAPPKD); + return Equals(other as RogueMiracleDropSelectInfo); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(EAKECFAPPKD other) { + public bool Equals(RogueMiracleDropSelectInfo other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } - if(!fIKENBEONDJ_.Equals(other.fIKENBEONDJ_)) return false; + if(!dropMiracleList_.Equals(other.dropMiracleList_)) return false; if (SelectHintId != other.SelectHintId) return false; return Equals(_unknownFields, other._unknownFields); } @@ -130,7 +131,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - hash ^= fIKENBEONDJ_.GetHashCode(); + hash ^= dropMiracleList_.GetHashCode(); if (SelectHintId != 0) hash ^= SelectHintId.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); @@ -154,7 +155,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(32); output.WriteUInt32(SelectHintId); } - fIKENBEONDJ_.WriteTo(output, _repeated_fIKENBEONDJ_codec); + dropMiracleList_.WriteTo(output, _repeated_dropMiracleList_codec); if (_unknownFields != null) { _unknownFields.WriteTo(output); } @@ -169,7 +170,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(32); output.WriteUInt32(SelectHintId); } - fIKENBEONDJ_.WriteTo(ref output, _repeated_fIKENBEONDJ_codec); + dropMiracleList_.WriteTo(ref output, _repeated_dropMiracleList_codec); if (_unknownFields != null) { _unknownFields.WriteTo(ref output); } @@ -180,7 +181,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - size += fIKENBEONDJ_.CalculateSize(_repeated_fIKENBEONDJ_codec); + size += dropMiracleList_.CalculateSize(_repeated_dropMiracleList_codec); if (SelectHintId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SelectHintId); } @@ -192,11 +193,11 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(EAKECFAPPKD other) { + public void MergeFrom(RogueMiracleDropSelectInfo other) { if (other == null) { return; } - fIKENBEONDJ_.Add(other.fIKENBEONDJ_); + dropMiracleList_.Add(other.dropMiracleList_); if (other.SelectHintId != 0) { SelectHintId = other.SelectHintId; } @@ -221,7 +222,7 @@ namespace EggLink.DanhengServer.Proto { } case 90: case 88: { - fIKENBEONDJ_.AddEntriesFrom(input, _repeated_fIKENBEONDJ_codec); + dropMiracleList_.AddEntriesFrom(input, _repeated_dropMiracleList_codec); break; } } @@ -245,7 +246,7 @@ namespace EggLink.DanhengServer.Proto { } case 90: case 88: { - fIKENBEONDJ_.AddEntriesFrom(ref input, _repeated_fIKENBEONDJ_codec); + dropMiracleList_.AddEntriesFrom(ref input, _repeated_dropMiracleList_codec); break; } } diff --git a/Proto/JNNOGMCDKJK.cs b/Proto/RogueMiracleDropSelectResult.cs similarity index 71% rename from Proto/JNNOGMCDKJK.cs rename to Proto/RogueMiracleDropSelectResult.cs index 67adc839..ae47fecb 100644 --- a/Proto/JNNOGMCDKJK.cs +++ b/Proto/RogueMiracleDropSelectResult.cs @@ -1,6 +1,6 @@ // // Generated by the protocol buffer compiler. DO NOT EDIT! -// source: JNNOGMCDKJK.proto +// source: RogueMiracleDropSelectResult.proto // #pragma warning disable 1591, 0612, 3021, 8981 #region Designer generated code @@ -11,26 +11,26 @@ using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; namespace EggLink.DanhengServer.Proto { - /// Holder for reflection information generated from JNNOGMCDKJK.proto - public static partial class JNNOGMCDKJKReflection { + /// Holder for reflection information generated from RogueMiracleDropSelectResult.proto + public static partial class RogueMiracleDropSelectResultReflection { #region Descriptor - /// File descriptor for JNNOGMCDKJK.proto + /// File descriptor for RogueMiracleDropSelectResult.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; - static JNNOGMCDKJKReflection() { + static RogueMiracleDropSelectResultReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFKTk5PR01DREtKSy5wcm90byIiCgtKTk5PR01DREtKSxITCgtER0NGTEhD", - "UEpMThgPIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", - "cm90bzM=")); + "CiJSb2d1ZU1pcmFjbGVEcm9wU2VsZWN0UmVzdWx0LnByb3RvIjcKHFJvZ3Vl", + "TWlyYWNsZURyb3BTZWxlY3RSZXN1bHQSFwoPZHJvcF9taXJhY2xlX2lkGA8g", + "ASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.JNNOGMCDKJK), global::EggLink.DanhengServer.Proto.JNNOGMCDKJK.Parser, new[]{ "DGCFLHCPJLN" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueMiracleDropSelectResult), global::EggLink.DanhengServer.Proto.RogueMiracleDropSelectResult.Parser, new[]{ "DropMiracleId" }, null, null, null, null) })); } #endregion @@ -38,21 +38,21 @@ namespace EggLink.DanhengServer.Proto { } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class JNNOGMCDKJK : pb::IMessage + public sealed partial class RogueMiracleDropSelectResult : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new JNNOGMCDKJK()); + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new RogueMiracleDropSelectResult()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } + public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.JNNOGMCDKJKReflection.Descriptor.MessageTypes[0]; } + get { return global::EggLink.DanhengServer.Proto.RogueMiracleDropSelectResultReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -63,7 +63,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public JNNOGMCDKJK() { + public RogueMiracleDropSelectResult() { OnConstruction(); } @@ -71,45 +71,45 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public JNNOGMCDKJK(JNNOGMCDKJK other) : this() { - dGCFLHCPJLN_ = other.dGCFLHCPJLN_; + public RogueMiracleDropSelectResult(RogueMiracleDropSelectResult other) : this() { + dropMiracleId_ = other.dropMiracleId_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public JNNOGMCDKJK Clone() { - return new JNNOGMCDKJK(this); + public RogueMiracleDropSelectResult Clone() { + return new RogueMiracleDropSelectResult(this); } - /// Field number for the "DGCFLHCPJLN" field. - public const int DGCFLHCPJLNFieldNumber = 15; - private uint dGCFLHCPJLN_; + /// Field number for the "drop_miracle_id" field. + public const int DropMiracleIdFieldNumber = 15; + private uint dropMiracleId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint DGCFLHCPJLN { - get { return dGCFLHCPJLN_; } + public uint DropMiracleId { + get { return dropMiracleId_; } set { - dGCFLHCPJLN_ = value; + dropMiracleId_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { - return Equals(other as JNNOGMCDKJK); + return Equals(other as RogueMiracleDropSelectResult); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(JNNOGMCDKJK other) { + public bool Equals(RogueMiracleDropSelectResult other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } - if (DGCFLHCPJLN != other.DGCFLHCPJLN) return false; + if (DropMiracleId != other.DropMiracleId) return false; return Equals(_unknownFields, other._unknownFields); } @@ -117,7 +117,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (DGCFLHCPJLN != 0) hash ^= DGCFLHCPJLN.GetHashCode(); + if (DropMiracleId != 0) hash ^= DropMiracleId.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -136,9 +136,9 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (DGCFLHCPJLN != 0) { + if (DropMiracleId != 0) { output.WriteRawTag(120); - output.WriteUInt32(DGCFLHCPJLN); + output.WriteUInt32(DropMiracleId); } if (_unknownFields != null) { _unknownFields.WriteTo(output); @@ -150,9 +150,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (DGCFLHCPJLN != 0) { + if (DropMiracleId != 0) { output.WriteRawTag(120); - output.WriteUInt32(DGCFLHCPJLN); + output.WriteUInt32(DropMiracleId); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); @@ -164,8 +164,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (DGCFLHCPJLN != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DGCFLHCPJLN); + if (DropMiracleId != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DropMiracleId); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); @@ -175,12 +175,12 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(JNNOGMCDKJK other) { + public void MergeFrom(RogueMiracleDropSelectResult other) { if (other == null) { return; } - if (other.DGCFLHCPJLN != 0) { - DGCFLHCPJLN = other.DGCFLHCPJLN; + if (other.DropMiracleId != 0) { + DropMiracleId = other.DropMiracleId; } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -198,7 +198,7 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 120: { - DGCFLHCPJLN = input.ReadUInt32(); + DropMiracleId = input.ReadUInt32(); break; } } @@ -217,7 +217,7 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 120: { - DGCFLHCPJLN = input.ReadUInt32(); + DropMiracleId = input.ReadUInt32(); break; } } diff --git a/Proto/RogueMiracleSourceType.cs b/Proto/RogueMiracleSourceType.cs deleted file mode 100644 index 7d5b9304..00000000 --- a/Proto/RogueMiracleSourceType.cs +++ /dev/null @@ -1,69 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: RogueMiracleSourceType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from RogueMiracleSourceType.proto - public static partial class RogueMiracleSourceTypeReflection { - - #region Descriptor - /// File descriptor for RogueMiracleSourceType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static RogueMiracleSourceTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChxSb2d1ZU1pcmFjbGVTb3VyY2VUeXBlLnByb3RvKpYEChZSb2d1ZU1pcmFj", - "bGVTb3VyY2VUeXBlEiIKHlJPR1VFX01JUkFDTEVfU09VUkNFX1RZUEVfTk9O", - "RRAAEiQKIFJPR1VFX01JUkFDTEVfU09VUkNFX1RZUEVfU0VMRUNUEAESJgoi", - "Uk9HVUVfTUlSQUNMRV9TT1VSQ0VfVFlQRV9ESUFMT0dVRRACEiMKH1JPR1VF", - "X01JUkFDTEVfU09VUkNFX1RZUEVfQk9OVVMQAxIhCh1ST0dVRV9NSVJBQ0xF", - "X1NPVVJDRV9UWVBFX1VTRRAEEiMKH1JPR1VFX01JUkFDTEVfU09VUkNFX1RZ", - "UEVfUkVTRVQQBRIlCiFST0dVRV9NSVJBQ0xFX1NPVVJDRV9UWVBFX1JFUExB", - "Q0UQBhIjCh9ST0dVRV9NSVJBQ0xFX1NPVVJDRV9UWVBFX1RSQURFEAcSIQod", - "Uk9HVUVfTUlSQUNMRV9TT1VSQ0VfVFlQRV9HRVQQCBIiCh5ST0dVRV9NSVJB", - "Q0xFX1NPVVJDRV9UWVBFX1NIT1AQCRIoCiRST0dVRV9NSVJBQ0xFX1NPVVJD", - "RV9UWVBFX01BWkVfU0tJTEwQChItCilST0dVRV9NSVJBQ0xFX1NPVVJDRV9U", - "WVBFX0xFVkVMX01FQ0hBTklTTRALEjEKLVJPR1VFX01JUkFDTEVfU09VUkNF", - "X1RZUEVfRU5ETEVTU19MRVZFTF9TVEFSVBAMQh6qAhtFZ2dMaW5rLkRhbmhl", - "bmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.RogueMiracleSourceType), }, null, null)); - } - #endregion - - } - #region Enums - public enum RogueMiracleSourceType { - [pbr::OriginalName("ROGUE_MIRACLE_SOURCE_TYPE_NONE")] None = 0, - [pbr::OriginalName("ROGUE_MIRACLE_SOURCE_TYPE_SELECT")] Select = 1, - [pbr::OriginalName("ROGUE_MIRACLE_SOURCE_TYPE_DIALOGUE")] Dialogue = 2, - [pbr::OriginalName("ROGUE_MIRACLE_SOURCE_TYPE_BONUS")] Bonus = 3, - [pbr::OriginalName("ROGUE_MIRACLE_SOURCE_TYPE_USE")] Use = 4, - [pbr::OriginalName("ROGUE_MIRACLE_SOURCE_TYPE_RESET")] Reset = 5, - [pbr::OriginalName("ROGUE_MIRACLE_SOURCE_TYPE_REPLACE")] Replace = 6, - [pbr::OriginalName("ROGUE_MIRACLE_SOURCE_TYPE_TRADE")] Trade = 7, - [pbr::OriginalName("ROGUE_MIRACLE_SOURCE_TYPE_GET")] Get = 8, - [pbr::OriginalName("ROGUE_MIRACLE_SOURCE_TYPE_SHOP")] Shop = 9, - [pbr::OriginalName("ROGUE_MIRACLE_SOURCE_TYPE_MAZE_SKILL")] MazeSkill = 10, - [pbr::OriginalName("ROGUE_MIRACLE_SOURCE_TYPE_LEVEL_MECHANISM")] LevelMechanism = 11, - [pbr::OriginalName("ROGUE_MIRACLE_SOURCE_TYPE_ENDLESS_LEVEL_START")] EndlessLevelStart = 12, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/RogueModifier.cs b/Proto/RogueModifier.cs index bf59fa3c..e0f2c869 100644 --- a/Proto/RogueModifier.cs +++ b/Proto/RogueModifier.cs @@ -26,16 +26,16 @@ namespace EggLink.DanhengServer.Proto { string.Concat( "ChNSb2d1ZU1vZGlmaWVyLnByb3RvGh1Sb2d1ZU1vZGlmaWVyU291cmNlVHlw", "ZS5wcm90bxocQ2hlc3NSb2d1ZU1vZGlmaWVySW5mby5wcm90bxoaUm9ndWVN", - "b2RpZmllckNvbnRlbnQucHJvdG8izQEKDVJvZ3VlTW9kaWZpZXISMQoNbW9k", - "aWZpZXJfaW5mbxj6CSABKAsyFy5DaGVzc1JvZ3VlTW9kaWZpZXJJbmZvSAAS", - "LwoQbW9kaWZpZXJfY29udGVudBgNIAEoCzIVLlJvZ3VlTW9kaWZpZXJDb250", - "ZW50EhMKC21vZGlmaWVyX2lkGAQgASgEEjYKFG1vZGlmaWVyX3NvdXJjZV90", - "eXBlGAMgASgOMhguUm9ndWVNb2RpZmllclNvdXJjZVR5cGVCCwoJaW5mb19j", - "YXNlQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "b2RpZmllckNvbnRlbnQucHJvdG8izwEKDVJvZ3VlTW9kaWZpZXISLwoQbW9k", + "aWZpZXJfY29udGVudBgNIAEoCzIVLlJvZ3VlTW9kaWZpZXJDb250ZW50EhMK", + "C21vZGlmaWVyX2lkGAQgASgEEjYKFG1vZGlmaWVyX3NvdXJjZV90eXBlGAMg", + "ASgOMhguUm9ndWVNb2RpZmllclNvdXJjZVR5cGUSMQoNbW9kaWZpZXJfaW5m", + "bxj6CSABKAsyFy5DaGVzc1JvZ3VlTW9kaWZpZXJJbmZvSABCDQoLRUVOTENE", + "T0NLTERCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueModifierSourceTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueModifierInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueModifierContentReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueModifier), global::EggLink.DanhengServer.Proto.RogueModifier.Parser, new[]{ "ModifierInfo", "ModifierContent", "ModifierId", "ModifierSourceType" }, new[]{ "InfoCase" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueModifier), global::EggLink.DanhengServer.Proto.RogueModifier.Parser, new[]{ "ModifierContent", "ModifierId", "ModifierSourceType", "ModifierInfo" }, new[]{ "EENLCDOCKLD" }, null, null, null) })); } #endregion @@ -80,8 +80,8 @@ namespace EggLink.DanhengServer.Proto { modifierContent_ = other.modifierContent_ != null ? other.modifierContent_.Clone() : null; modifierId_ = other.modifierId_; modifierSourceType_ = other.modifierSourceType_; - switch (other.InfoCaseCase) { - case InfoCaseOneofCase.ModifierInfo: + switch (other.EENLCDOCKLDCase) { + case EENLCDOCKLDOneofCase.ModifierInfo: ModifierInfo = other.ModifierInfo.Clone(); break; } @@ -95,18 +95,6 @@ namespace EggLink.DanhengServer.Proto { return new RogueModifier(this); } - /// Field number for the "modifier_info" field. - public const int ModifierInfoFieldNumber = 1274; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.ChessRogueModifierInfo ModifierInfo { - get { return infoCaseCase_ == InfoCaseOneofCase.ModifierInfo ? (global::EggLink.DanhengServer.Proto.ChessRogueModifierInfo) infoCase_ : null; } - set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.ModifierInfo; - } - } - /// Field number for the "modifier_content" field. public const int ModifierContentFieldNumber = 13; private global::EggLink.DanhengServer.Proto.RogueModifierContent modifierContent_; @@ -143,24 +131,36 @@ namespace EggLink.DanhengServer.Proto { } } - private object infoCase_; - /// Enum of possible cases for the "info_case" oneof. - public enum InfoCaseOneofCase { + /// Field number for the "modifier_info" field. + public const int ModifierInfoFieldNumber = 1274; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.ChessRogueModifierInfo ModifierInfo { + get { return eENLCDOCKLDCase_ == EENLCDOCKLDOneofCase.ModifierInfo ? (global::EggLink.DanhengServer.Proto.ChessRogueModifierInfo) eENLCDOCKLD_ : null; } + set { + eENLCDOCKLD_ = value; + eENLCDOCKLDCase_ = value == null ? EENLCDOCKLDOneofCase.None : EENLCDOCKLDOneofCase.ModifierInfo; + } + } + + private object eENLCDOCKLD_; + /// Enum of possible cases for the "EENLCDOCKLD" oneof. + public enum EENLCDOCKLDOneofCase { None = 0, ModifierInfo = 1274, } - private InfoCaseOneofCase infoCaseCase_ = InfoCaseOneofCase.None; + private EENLCDOCKLDOneofCase eENLCDOCKLDCase_ = EENLCDOCKLDOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public InfoCaseOneofCase InfoCaseCase { - get { return infoCaseCase_; } + public EENLCDOCKLDOneofCase EENLCDOCKLDCase { + get { return eENLCDOCKLDCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearInfoCase() { - infoCaseCase_ = InfoCaseOneofCase.None; - infoCase_ = null; + public void ClearEENLCDOCKLD() { + eENLCDOCKLDCase_ = EENLCDOCKLDOneofCase.None; + eENLCDOCKLD_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -178,11 +178,11 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (!object.Equals(ModifierInfo, other.ModifierInfo)) return false; if (!object.Equals(ModifierContent, other.ModifierContent)) return false; if (ModifierId != other.ModifierId) return false; if (ModifierSourceType != other.ModifierSourceType) return false; - if (InfoCaseCase != other.InfoCaseCase) return false; + if (!object.Equals(ModifierInfo, other.ModifierInfo)) return false; + if (EENLCDOCKLDCase != other.EENLCDOCKLDCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -190,11 +190,11 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (infoCaseCase_ == InfoCaseOneofCase.ModifierInfo) hash ^= ModifierInfo.GetHashCode(); if (modifierContent_ != null) hash ^= ModifierContent.GetHashCode(); if (ModifierId != 0UL) hash ^= ModifierId.GetHashCode(); if (ModifierSourceType != global::EggLink.DanhengServer.Proto.RogueModifierSourceType.RogueModifierSourceNone) hash ^= ModifierSourceType.GetHashCode(); - hash ^= (int) infoCaseCase_; + if (eENLCDOCKLDCase_ == EENLCDOCKLDOneofCase.ModifierInfo) hash ^= ModifierInfo.GetHashCode(); + hash ^= (int) eENLCDOCKLDCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -225,7 +225,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(106); output.WriteMessage(ModifierContent); } - if (infoCaseCase_ == InfoCaseOneofCase.ModifierInfo) { + if (eENLCDOCKLDCase_ == EENLCDOCKLDOneofCase.ModifierInfo) { output.WriteRawTag(210, 79); output.WriteMessage(ModifierInfo); } @@ -251,7 +251,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(106); output.WriteMessage(ModifierContent); } - if (infoCaseCase_ == InfoCaseOneofCase.ModifierInfo) { + if (eENLCDOCKLDCase_ == EENLCDOCKLDOneofCase.ModifierInfo) { output.WriteRawTag(210, 79); output.WriteMessage(ModifierInfo); } @@ -265,9 +265,6 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (infoCaseCase_ == InfoCaseOneofCase.ModifierInfo) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(ModifierInfo); - } if (modifierContent_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(ModifierContent); } @@ -277,6 +274,9 @@ namespace EggLink.DanhengServer.Proto { if (ModifierSourceType != global::EggLink.DanhengServer.Proto.RogueModifierSourceType.RogueModifierSourceNone) { size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) ModifierSourceType); } + if (eENLCDOCKLDCase_ == EENLCDOCKLDOneofCase.ModifierInfo) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(ModifierInfo); + } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -301,8 +301,8 @@ namespace EggLink.DanhengServer.Proto { if (other.ModifierSourceType != global::EggLink.DanhengServer.Proto.RogueModifierSourceType.RogueModifierSourceNone) { ModifierSourceType = other.ModifierSourceType; } - switch (other.InfoCaseCase) { - case InfoCaseOneofCase.ModifierInfo: + switch (other.EENLCDOCKLDCase) { + case EENLCDOCKLDOneofCase.ModifierInfo: if (ModifierInfo == null) { ModifierInfo = new global::EggLink.DanhengServer.Proto.ChessRogueModifierInfo(); } @@ -342,7 +342,7 @@ namespace EggLink.DanhengServer.Proto { } case 10194: { global::EggLink.DanhengServer.Proto.ChessRogueModifierInfo subBuilder = new global::EggLink.DanhengServer.Proto.ChessRogueModifierInfo(); - if (infoCaseCase_ == InfoCaseOneofCase.ModifierInfo) { + if (eENLCDOCKLDCase_ == EENLCDOCKLDOneofCase.ModifierInfo) { subBuilder.MergeFrom(ModifierInfo); } input.ReadMessage(subBuilder); @@ -381,7 +381,7 @@ namespace EggLink.DanhengServer.Proto { } case 10194: { global::EggLink.DanhengServer.Proto.ChessRogueModifierInfo subBuilder = new global::EggLink.DanhengServer.Proto.ChessRogueModifierInfo(); - if (infoCaseCase_ == InfoCaseOneofCase.ModifierInfo) { + if (eENLCDOCKLDCase_ == EENLCDOCKLDOneofCase.ModifierInfo) { subBuilder.MergeFrom(ModifierInfo); } input.ReadMessage(subBuilder); diff --git a/Proto/RogueRecordInfo.cs b/Proto/RogueRecordInfo.cs index 3dc29417..2b9df16e 100644 --- a/Proto/RogueRecordInfo.cs +++ b/Proto/RogueRecordInfo.cs @@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto { static RogueRecordInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChVSb2d1ZVJlY29yZEluZm8ucHJvdG8aF1JvZ3VlUmVjb3JkQXZhdGFyLnBy", - "b3RvGg9Sb2d1ZUJ1ZmYucHJvdG8ibwoPUm9ndWVSZWNvcmRJbmZvEh0KCWJ1", + "ChVSb2d1ZVJlY29yZEluZm8ucHJvdG8aD1JvZ3VlQnVmZi5wcm90bxoXUm9n", + "dWVSZWNvcmRBdmF0YXIucHJvdG8ibwoPUm9ndWVSZWNvcmRJbmZvEh0KCWJ1", "ZmZfbGlzdBgEIAMoCzIKLlJvZ3VlQnVmZhIUCgxtaXJhY2xlX2xpc3QYByAD", "KA0SJwoLYXZhdGFyX2xpc3QYDCADKAsyEi5Sb2d1ZVJlY29yZEF2YXRhckIe", "qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueRecordAvatarReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueBuffReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueBuffReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueRecordAvatarReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueRecordInfo), global::EggLink.DanhengServer.Proto.RogueRecordInfo.Parser, new[]{ "BuffList", "MiracleList", "AvatarList" }, null, null, null, null) })); diff --git a/Proto/RogueSyncContextBoardEvent.cs b/Proto/RogueSyncContextBoardEvent.cs index 78ee8211..3588434f 100644 --- a/Proto/RogueSyncContextBoardEvent.cs +++ b/Proto/RogueSyncContextBoardEvent.cs @@ -24,10 +24,10 @@ namespace EggLink.DanhengServer.Proto { static RogueSyncContextBoardEventReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiBSb2d1ZVN5bmNDb250ZXh0Qm9hcmRFdmVudC5wcm90byJOChpSb2d1ZVN5", - "bmNDb250ZXh0Qm9hcmRFdmVudBIUCgxCb2FyZEV2ZW50SWQYDCABKA0SGgoS", - "TW9kaWZpZXJFZmZlY3RUeXBlGAYgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdT", - "ZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "CiBSb2d1ZVN5bmNDb250ZXh0Qm9hcmRFdmVudC5wcm90byJSChpSb2d1ZVN5", + "bmNDb250ZXh0Qm9hcmRFdmVudBIWCg5ib2FyZF9ldmVudF9pZBgMIAEoDRIc", + "ChRtb2RpZmllcl9lZmZlY3RfdHlwZRgGIAEoDUIeqgIbRWdnTGluay5EYW5o", + "ZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -84,7 +84,7 @@ namespace EggLink.DanhengServer.Proto { return new RogueSyncContextBoardEvent(this); } - /// Field number for the "BoardEventId" field. + /// Field number for the "board_event_id" field. public const int BoardEventIdFieldNumber = 12; private uint boardEventId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -96,7 +96,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "ModifierEffectType" field. + /// Field number for the "modifier_effect_type" field. public const int ModifierEffectTypeFieldNumber = 6; private uint modifierEffectType_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/RogueTournBattleFailSettleInfoScNotify.cs b/Proto/RogueTournBattleFailSettleInfoScNotify.cs index b73ed47f..8b01f16f 100644 --- a/Proto/RogueTournBattleFailSettleInfoScNotify.cs +++ b/Proto/RogueTournBattleFailSettleInfoScNotify.cs @@ -25,14 +25,14 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CixSb2d1ZVRvdXJuQmF0dGxlRmFpbFNldHRsZUluZm9TY05vdGlmeS5wcm90", - "bxocUm9ndWVUb3VybkN1clNjZW5lSW5mby5wcm90bxoaUm9ndWVUb3VybkZp", - "bmlzaEluZm8ucHJvdG8ilwEKJlJvZ3VlVG91cm5CYXR0bGVGYWlsU2V0dGxl", + "bxoaUm9ndWVUb3VybkZpbmlzaEluZm8ucHJvdG8aHFJvZ3VlVG91cm5DdXJT", + "Y2VuZUluZm8ucHJvdG8ilwEKJlJvZ3VlVG91cm5CYXR0bGVGYWlsU2V0dGxl", "SW5mb1NjTm90aWZ5EjAKEXRvdXJuX2ZpbmlzaF9pbmZvGA0gASgLMhUuUm9n", "dWVUb3VybkZpbmlzaEluZm8SOwoacm9ndWVfdG91cm5fY3VyX3NjZW5lX2lu", "Zm8YBCABKAsyFy5Sb2d1ZVRvdXJuQ3VyU2NlbmVJbmZvQh6qAhtFZ2dMaW5r", "LkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueTournCurSceneInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournFinishInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueTournFinishInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournCurSceneInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueTournBattleFailSettleInfoScNotify), global::EggLink.DanhengServer.Proto.RogueTournBattleFailSettleInfoScNotify.Parser, new[]{ "TournFinishInfo", "RogueTournCurSceneInfo" }, null, null, null, null) })); diff --git a/Proto/RogueTournConfirmSettleScRsp.cs b/Proto/RogueTournConfirmSettleScRsp.cs index 04334948..925bb184 100644 --- a/Proto/RogueTournConfirmSettleScRsp.cs +++ b/Proto/RogueTournConfirmSettleScRsp.cs @@ -25,8 +25,8 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CiJSb2d1ZVRvdXJuQ29uZmlybVNldHRsZVNjUnNwLnByb3RvGg5JdGVtTGlz", - "dC5wcm90bxocUm9ndWVUb3VybkN1clNjZW5lSW5mby5wcm90bxoYUm9ndWVU", - "b3VyblNhdmVMaXN0LnByb3RvItYBChxSb2d1ZVRvdXJuQ29uZmlybVNldHRs", + "dC5wcm90bxoYUm9ndWVUb3VyblNhdmVMaXN0LnByb3RvGhxSb2d1ZVRvdXJu", + "Q3VyU2NlbmVJbmZvLnByb3RvItYBChxSb2d1ZVRvdXJuQ29uZmlybVNldHRs", "ZVNjUnNwEg8KB3JldGNvZGUYDyABKA0SOwoacm9ndWVfdG91cm5fY3VyX3Nj", "ZW5lX2luZm8YCSABKAsyFy5Sb2d1ZVRvdXJuQ3VyU2NlbmVJbmZvEh4KC0pQ", "TEFBUEpDQ0JIGAYgASgLMgkuSXRlbUxpc3QSKAoLT0hISktHRk9GSEIYByAB", @@ -34,7 +34,7 @@ namespace EggLink.DanhengServer.Proto { "CS5JdGVtTGlzdEIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", "cm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournCurSceneInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournSaveListReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournSaveListReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournCurSceneInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueTournConfirmSettleScRsp), global::EggLink.DanhengServer.Proto.RogueTournConfirmSettleScRsp.Parser, new[]{ "Retcode", "RogueTournCurSceneInfo", "JPLAAPJCCBH", "OHHJKGFOFHB", "GFONFDBFBNA" }, null, null, null, null) })); diff --git a/Proto/RogueTournCurGameInfo.cs b/Proto/RogueTournCurGameInfo.cs index c3cd004a..80c109ce 100644 --- a/Proto/RogueTournCurGameInfo.cs +++ b/Proto/RogueTournCurGameInfo.cs @@ -24,30 +24,30 @@ namespace EggLink.DanhengServer.Proto { static RogueTournCurGameInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChtSb2d1ZVRvdXJuQ3VyR2FtZUluZm8ucHJvdG8aIlJvZ3VlVG91cm5HYW1l", - "RGlmZmljdWx0eUluZm8ucHJvdG8aGlJvZ3VlVG91cm5MaW5ldXBJbmZvLnBy", - "b3RvGhhDaGVzc1JvZ3VlQnVmZkluZm8ucHJvdG8aGFJvZ3VlR2FtZUl0ZW1W", - "YWx1ZS5wcm90bxoRQ0dKTkhOTUFNREgucHJvdG8aGEtleXdvcmRVbmxvY2tW", - "YWx1ZS5wcm90bxoaUm9ndWVUb3Vybk1vZHVsZUluZm8ucHJvdG8aGVJvZ3Vl", - "VG91cm5MZXZlbEluZm8ucHJvdG8aG0NoZXNzUm9ndWVNaXJhY2xlSW5mby5w", - "cm90bxocUm9ndWVUb3VybkdhbWVBcmVhSW5mby5wcm90bxobUm9ndWVUb3Vy", - "bkZvcm11bGFJbmZvLnByb3RvIoUEChVSb2d1ZVRvdXJuQ3VyR2FtZUluZm8S", + "ChtSb2d1ZVRvdXJuQ3VyR2FtZUluZm8ucHJvdG8aGENoZXNzUm9ndWVCdWZm", + "SW5mby5wcm90bxoRQ0dKTkhOTUFNREgucHJvdG8aG1JvZ3VlVG91cm5Gb3Jt", + "dWxhSW5mby5wcm90bxoaUm9ndWVUb3VybkxpbmV1cEluZm8ucHJvdG8aHFJv", + "Z3VlVG91cm5HYW1lQXJlYUluZm8ucHJvdG8aGlJvZ3VlVG91cm5Nb2R1bGVJ", + "bmZvLnByb3RvGhhSb2d1ZUdhbWVJdGVtVmFsdWUucHJvdG8aG0NoZXNzUm9n", + "dWVNaXJhY2xlSW5mby5wcm90bxoiUm9ndWVUb3VybkdhbWVEaWZmaWN1bHR5", + "SW5mby5wcm90bxoZUm9ndWVUb3VybkxldmVsSW5mby5wcm90bxoYS2V5d29y", + "ZFVubG9ja1ZhbHVlLnByb3RvIosEChVSb2d1ZVRvdXJuQ3VyR2FtZUluZm8S", "OwoUZ2FtZV9kaWZmaWN1bHR5X2luZm8YCSABKAsyHS5Sb2d1ZVRvdXJuR2Ft", "ZURpZmZpY3VsdHlJbmZvEikKDHVubG9ja192YWx1ZRgNIAEoCzITLktleXdv", - "cmRVbmxvY2tWYWx1ZRIhCgRjb2luGAggASgLMhMuUm9ndWVHYW1lSXRlbVZh", - "bHVlEjAKEXRvdXJuX21vZHVsZV9pbmZvGAUgASgLMhUuUm9ndWVUb3Vybk1v", - "ZHVsZUluZm8SLAoMbWlyYWNsZV9pbmZvGAwgASgLMhYuQ2hlc3NSb2d1ZU1p", - "cmFjbGVJbmZvEiUKBmxpbmV1cBgPIAEoCzIVLlJvZ3VlVG91cm5MaW5ldXBJ", - "bmZvEiEKBGJ1ZmYYBCABKAsyEy5DaGVzc1JvZ3VlQnVmZkluZm8SIwoFbGV2", - "ZWwYASABKAsyFC5Sb2d1ZVRvdXJuTGV2ZWxJbmZvEiEKC0pNSURMTERLSkJJ", - "GA4gASgLMgwuQ0dKTkhOTUFNREgSMgoSdG91cm5fZm9ybXVsYV9pbmZvGAIg", - "ASgLMhYuUm9ndWVUb3VybkZvcm11bGFJbmZvEjsKGnJvZ3VlX3RvdXJuX2dh", - "bWVfYXJlYV9pbmZvGAogASgLMhcuUm9ndWVUb3VybkdhbWVBcmVhSW5mb0Ie", - "qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "cmRVbmxvY2tWYWx1ZRInCgppdGVtX3ZhbHVlGAggASgLMhMuUm9ndWVHYW1l", + "SXRlbVZhbHVlEjAKEXRvdXJuX21vZHVsZV9pbmZvGAUgASgLMhUuUm9ndWVU", + "b3Vybk1vZHVsZUluZm8SLAoMbWlyYWNsZV9pbmZvGAwgASgLMhYuQ2hlc3NS", + "b2d1ZU1pcmFjbGVJbmZvEiUKBmxpbmV1cBgPIAEoCzIVLlJvZ3VlVG91cm5M", + "aW5ldXBJbmZvEiEKBGJ1ZmYYBCABKAsyEy5DaGVzc1JvZ3VlQnVmZkluZm8S", + "IwoFbGV2ZWwYASABKAsyFC5Sb2d1ZVRvdXJuTGV2ZWxJbmZvEiEKC0pNSURM", + "TERLSkJJGA4gASgLMgwuQ0dKTkhOTUFNREgSMgoSdG91cm5fZm9ybXVsYV9p", + "bmZvGAIgASgLMhYuUm9ndWVUb3VybkZvcm11bGFJbmZvEjsKGnJvZ3VlX3Rv", + "dXJuX2dhbWVfYXJlYV9pbmZvGAogASgLMhcuUm9ndWVUb3VybkdhbWVBcmVh", + "SW5mb0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueTournGameDifficultyInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournLineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueBuffInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueGameItemValueReflection.Descriptor, global::EggLink.DanhengServer.Proto.CGJNHNMAMDHReflection.Descriptor, global::EggLink.DanhengServer.Proto.KeywordUnlockValueReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournModuleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournLevelInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueMiracleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournGameAreaInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournFormulaInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueBuffInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.CGJNHNMAMDHReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournFormulaInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournLineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournGameAreaInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournModuleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueGameItemValueReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueMiracleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournGameDifficultyInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournLevelInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.KeywordUnlockValueReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueTournCurGameInfo), global::EggLink.DanhengServer.Proto.RogueTournCurGameInfo.Parser, new[]{ "GameDifficultyInfo", "UnlockValue", "Coin", "TournModuleInfo", "MiracleInfo", "Lineup", "Buff", "Level", "JMIDLLDKJBI", "TournFormulaInfo", "RogueTournGameAreaInfo" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueTournCurGameInfo), global::EggLink.DanhengServer.Proto.RogueTournCurGameInfo.Parser, new[]{ "GameDifficultyInfo", "UnlockValue", "ItemValue", "TournModuleInfo", "MiracleInfo", "Lineup", "Buff", "Level", "JMIDLLDKJBI", "TournFormulaInfo", "RogueTournGameAreaInfo" }, null, null, null, null) })); } #endregion @@ -91,7 +91,7 @@ namespace EggLink.DanhengServer.Proto { public RogueTournCurGameInfo(RogueTournCurGameInfo other) : this() { gameDifficultyInfo_ = other.gameDifficultyInfo_ != null ? other.gameDifficultyInfo_.Clone() : null; unlockValue_ = other.unlockValue_ != null ? other.unlockValue_.Clone() : null; - coin_ = other.coin_ != null ? other.coin_.Clone() : null; + itemValue_ = other.itemValue_ != null ? other.itemValue_.Clone() : null; tournModuleInfo_ = other.tournModuleInfo_ != null ? other.tournModuleInfo_.Clone() : null; miracleInfo_ = other.miracleInfo_ != null ? other.miracleInfo_.Clone() : null; lineup_ = other.lineup_ != null ? other.lineup_.Clone() : null; @@ -133,15 +133,15 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "coin" field. - public const int CoinFieldNumber = 8; - private global::EggLink.DanhengServer.Proto.RogueGameItemValue coin_; + /// Field number for the "item_value" field. + public const int ItemValueFieldNumber = 8; + private global::EggLink.DanhengServer.Proto.RogueGameItemValue itemValue_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.RogueGameItemValue Coin { - get { return coin_; } + public global::EggLink.DanhengServer.Proto.RogueGameItemValue ItemValue { + get { return itemValue_; } set { - coin_ = value; + itemValue_ = value; } } @@ -258,7 +258,7 @@ namespace EggLink.DanhengServer.Proto { } if (!object.Equals(GameDifficultyInfo, other.GameDifficultyInfo)) return false; if (!object.Equals(UnlockValue, other.UnlockValue)) return false; - if (!object.Equals(Coin, other.Coin)) return false; + if (!object.Equals(ItemValue, other.ItemValue)) return false; if (!object.Equals(TournModuleInfo, other.TournModuleInfo)) return false; if (!object.Equals(MiracleInfo, other.MiracleInfo)) return false; if (!object.Equals(Lineup, other.Lineup)) return false; @@ -276,7 +276,7 @@ namespace EggLink.DanhengServer.Proto { int hash = 1; if (gameDifficultyInfo_ != null) hash ^= GameDifficultyInfo.GetHashCode(); if (unlockValue_ != null) hash ^= UnlockValue.GetHashCode(); - if (coin_ != null) hash ^= Coin.GetHashCode(); + if (itemValue_ != null) hash ^= ItemValue.GetHashCode(); if (tournModuleInfo_ != null) hash ^= TournModuleInfo.GetHashCode(); if (miracleInfo_ != null) hash ^= MiracleInfo.GetHashCode(); if (lineup_ != null) hash ^= Lineup.GetHashCode(); @@ -319,9 +319,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(42); output.WriteMessage(TournModuleInfo); } - if (coin_ != null) { + if (itemValue_ != null) { output.WriteRawTag(66); - output.WriteMessage(Coin); + output.WriteMessage(ItemValue); } if (gameDifficultyInfo_ != null) { output.WriteRawTag(74); @@ -373,9 +373,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(42); output.WriteMessage(TournModuleInfo); } - if (coin_ != null) { + if (itemValue_ != null) { output.WriteRawTag(66); - output.WriteMessage(Coin); + output.WriteMessage(ItemValue); } if (gameDifficultyInfo_ != null) { output.WriteRawTag(74); @@ -417,8 +417,8 @@ namespace EggLink.DanhengServer.Proto { if (unlockValue_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(UnlockValue); } - if (coin_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(Coin); + if (itemValue_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(ItemValue); } if (tournModuleInfo_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(TournModuleInfo); @@ -468,11 +468,11 @@ namespace EggLink.DanhengServer.Proto { } UnlockValue.MergeFrom(other.UnlockValue); } - if (other.coin_ != null) { - if (coin_ == null) { - Coin = new global::EggLink.DanhengServer.Proto.RogueGameItemValue(); + if (other.itemValue_ != null) { + if (itemValue_ == null) { + ItemValue = new global::EggLink.DanhengServer.Proto.RogueGameItemValue(); } - Coin.MergeFrom(other.Coin); + ItemValue.MergeFrom(other.ItemValue); } if (other.tournModuleInfo_ != null) { if (tournModuleInfo_ == null) { @@ -566,10 +566,10 @@ namespace EggLink.DanhengServer.Proto { break; } case 66: { - if (coin_ == null) { - Coin = new global::EggLink.DanhengServer.Proto.RogueGameItemValue(); + if (itemValue_ == null) { + ItemValue = new global::EggLink.DanhengServer.Proto.RogueGameItemValue(); } - input.ReadMessage(Coin); + input.ReadMessage(ItemValue); break; } case 74: { @@ -658,10 +658,10 @@ namespace EggLink.DanhengServer.Proto { break; } case 66: { - if (coin_ == null) { - Coin = new global::EggLink.DanhengServer.Proto.RogueGameItemValue(); + if (itemValue_ == null) { + ItemValue = new global::EggLink.DanhengServer.Proto.RogueGameItemValue(); } - input.ReadMessage(Coin); + input.ReadMessage(ItemValue); break; } case 74: { diff --git a/Proto/RogueTournCurInfo.cs b/Proto/RogueTournCurInfo.cs index 6dc6888e..9169d8f2 100644 --- a/Proto/RogueTournCurInfo.cs +++ b/Proto/RogueTournCurInfo.cs @@ -24,17 +24,17 @@ namespace EggLink.DanhengServer.Proto { static RogueTournCurInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChdSb2d1ZVRvdXJuQ3VySW5mby5wcm90bxobUm9ndWVUb3VybkN1ckdhbWVJ", - "bmZvLnByb3RvGhtSb2d1ZVRvdXJuQ3VyQXJlYUluZm8ucHJvdG8imQEKEVJv", - "Z3VlVG91cm5DdXJJbmZvEjwKGXJvZ3VlX3RvdXJuX2N1cl9nYW1lX2luZm8Y", - "+QIgASgLMhYuUm9ndWVUb3VybkN1ckdhbWVJbmZvSAASOQoZcm9ndWVfdG91", - "cm5fY3VyX2FyZWFfaW5mbxgPIAEoCzIWLlJvZ3VlVG91cm5DdXJBcmVhSW5m", - "b0ILCglpbmZvX2Nhc2VCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90", - "b2IGcHJvdG8z")); + "ChdSb2d1ZVRvdXJuQ3VySW5mby5wcm90bxobUm9ndWVUb3VybkN1ckFyZWFJ", + "bmZvLnByb3RvGhtSb2d1ZVRvdXJuQ3VyR2FtZUluZm8ucHJvdG8imwEKEVJv", + "Z3VlVG91cm5DdXJJbmZvEjkKGXJvZ3VlX3RvdXJuX2N1cl9hcmVhX2luZm8Y", + "DyABKAsyFi5Sb2d1ZVRvdXJuQ3VyQXJlYUluZm8SPAoZcm9ndWVfdG91cm5f", + "Y3VyX2dhbWVfaW5mbxj5AiABKAsyFi5Sb2d1ZVRvdXJuQ3VyR2FtZUluZm9I", + "AEINCgtMS0JPREJERENJTUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlBy", + "b3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueTournCurGameInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournCurAreaInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueTournCurAreaInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournCurGameInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueTournCurInfo), global::EggLink.DanhengServer.Proto.RogueTournCurInfo.Parser, new[]{ "RogueTournCurGameInfo", "RogueTournCurAreaInfo" }, new[]{ "InfoCase" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueTournCurInfo), global::EggLink.DanhengServer.Proto.RogueTournCurInfo.Parser, new[]{ "RogueTournCurAreaInfo", "RogueTournCurGameInfo" }, new[]{ "LKBODBDDCIM" }, null, null, null) })); } #endregion @@ -77,8 +77,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public RogueTournCurInfo(RogueTournCurInfo other) : this() { rogueTournCurAreaInfo_ = other.rogueTournCurAreaInfo_ != null ? other.rogueTournCurAreaInfo_.Clone() : null; - switch (other.InfoCaseCase) { - case InfoCaseOneofCase.RogueTournCurGameInfo: + switch (other.LKBODBDDCIMCase) { + case LKBODBDDCIMOneofCase.RogueTournCurGameInfo: RogueTournCurGameInfo = other.RogueTournCurGameInfo.Clone(); break; } @@ -92,18 +92,6 @@ namespace EggLink.DanhengServer.Proto { return new RogueTournCurInfo(this); } - /// Field number for the "rogue_tourn_cur_game_info" field. - public const int RogueTournCurGameInfoFieldNumber = 377; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.RogueTournCurGameInfo RogueTournCurGameInfo { - get { return infoCaseCase_ == InfoCaseOneofCase.RogueTournCurGameInfo ? (global::EggLink.DanhengServer.Proto.RogueTournCurGameInfo) infoCase_ : null; } - set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.RogueTournCurGameInfo; - } - } - /// Field number for the "rogue_tourn_cur_area_info" field. public const int RogueTournCurAreaInfoFieldNumber = 15; private global::EggLink.DanhengServer.Proto.RogueTournCurAreaInfo rogueTournCurAreaInfo_; @@ -116,24 +104,36 @@ namespace EggLink.DanhengServer.Proto { } } - private object infoCase_; - /// Enum of possible cases for the "info_case" oneof. - public enum InfoCaseOneofCase { + /// Field number for the "rogue_tourn_cur_game_info" field. + public const int RogueTournCurGameInfoFieldNumber = 377; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.RogueTournCurGameInfo RogueTournCurGameInfo { + get { return lKBODBDDCIMCase_ == LKBODBDDCIMOneofCase.RogueTournCurGameInfo ? (global::EggLink.DanhengServer.Proto.RogueTournCurGameInfo) lKBODBDDCIM_ : null; } + set { + lKBODBDDCIM_ = value; + lKBODBDDCIMCase_ = value == null ? LKBODBDDCIMOneofCase.None : LKBODBDDCIMOneofCase.RogueTournCurGameInfo; + } + } + + private object lKBODBDDCIM_; + /// Enum of possible cases for the "LKBODBDDCIM" oneof. + public enum LKBODBDDCIMOneofCase { None = 0, RogueTournCurGameInfo = 377, } - private InfoCaseOneofCase infoCaseCase_ = InfoCaseOneofCase.None; + private LKBODBDDCIMOneofCase lKBODBDDCIMCase_ = LKBODBDDCIMOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public InfoCaseOneofCase InfoCaseCase { - get { return infoCaseCase_; } + public LKBODBDDCIMOneofCase LKBODBDDCIMCase { + get { return lKBODBDDCIMCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearInfoCase() { - infoCaseCase_ = InfoCaseOneofCase.None; - infoCase_ = null; + public void ClearLKBODBDDCIM() { + lKBODBDDCIMCase_ = LKBODBDDCIMOneofCase.None; + lKBODBDDCIM_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -151,9 +151,9 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (!object.Equals(RogueTournCurGameInfo, other.RogueTournCurGameInfo)) return false; if (!object.Equals(RogueTournCurAreaInfo, other.RogueTournCurAreaInfo)) return false; - if (InfoCaseCase != other.InfoCaseCase) return false; + if (!object.Equals(RogueTournCurGameInfo, other.RogueTournCurGameInfo)) return false; + if (LKBODBDDCIMCase != other.LKBODBDDCIMCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -161,9 +161,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (infoCaseCase_ == InfoCaseOneofCase.RogueTournCurGameInfo) hash ^= RogueTournCurGameInfo.GetHashCode(); if (rogueTournCurAreaInfo_ != null) hash ^= RogueTournCurAreaInfo.GetHashCode(); - hash ^= (int) infoCaseCase_; + if (lKBODBDDCIMCase_ == LKBODBDDCIMOneofCase.RogueTournCurGameInfo) hash ^= RogueTournCurGameInfo.GetHashCode(); + hash ^= (int) lKBODBDDCIMCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -186,7 +186,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(122); output.WriteMessage(RogueTournCurAreaInfo); } - if (infoCaseCase_ == InfoCaseOneofCase.RogueTournCurGameInfo) { + if (lKBODBDDCIMCase_ == LKBODBDDCIMOneofCase.RogueTournCurGameInfo) { output.WriteRawTag(202, 23); output.WriteMessage(RogueTournCurGameInfo); } @@ -204,7 +204,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(122); output.WriteMessage(RogueTournCurAreaInfo); } - if (infoCaseCase_ == InfoCaseOneofCase.RogueTournCurGameInfo) { + if (lKBODBDDCIMCase_ == LKBODBDDCIMOneofCase.RogueTournCurGameInfo) { output.WriteRawTag(202, 23); output.WriteMessage(RogueTournCurGameInfo); } @@ -218,12 +218,12 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (infoCaseCase_ == InfoCaseOneofCase.RogueTournCurGameInfo) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(RogueTournCurGameInfo); - } if (rogueTournCurAreaInfo_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(RogueTournCurAreaInfo); } + if (lKBODBDDCIMCase_ == LKBODBDDCIMOneofCase.RogueTournCurGameInfo) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(RogueTournCurGameInfo); + } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -242,8 +242,8 @@ namespace EggLink.DanhengServer.Proto { } RogueTournCurAreaInfo.MergeFrom(other.RogueTournCurAreaInfo); } - switch (other.InfoCaseCase) { - case InfoCaseOneofCase.RogueTournCurGameInfo: + switch (other.LKBODBDDCIMCase) { + case LKBODBDDCIMOneofCase.RogueTournCurGameInfo: if (RogueTournCurGameInfo == null) { RogueTournCurGameInfo = new global::EggLink.DanhengServer.Proto.RogueTournCurGameInfo(); } @@ -275,7 +275,7 @@ namespace EggLink.DanhengServer.Proto { } case 3018: { global::EggLink.DanhengServer.Proto.RogueTournCurGameInfo subBuilder = new global::EggLink.DanhengServer.Proto.RogueTournCurGameInfo(); - if (infoCaseCase_ == InfoCaseOneofCase.RogueTournCurGameInfo) { + if (lKBODBDDCIMCase_ == LKBODBDDCIMOneofCase.RogueTournCurGameInfo) { subBuilder.MergeFrom(RogueTournCurGameInfo); } input.ReadMessage(subBuilder); @@ -306,7 +306,7 @@ namespace EggLink.DanhengServer.Proto { } case 3018: { global::EggLink.DanhengServer.Proto.RogueTournCurGameInfo subBuilder = new global::EggLink.DanhengServer.Proto.RogueTournCurGameInfo(); - if (infoCaseCase_ == InfoCaseOneofCase.RogueTournCurGameInfo) { + if (lKBODBDDCIMCase_ == LKBODBDDCIMOneofCase.RogueTournCurGameInfo) { subBuilder.MergeFrom(RogueTournCurGameInfo); } input.ReadMessage(subBuilder); diff --git a/Proto/RogueTournCurSceneInfo.cs b/Proto/RogueTournCurSceneInfo.cs index 777e4508..f4b4eb35 100644 --- a/Proto/RogueTournCurSceneInfo.cs +++ b/Proto/RogueTournCurSceneInfo.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static RogueTournCurSceneInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChxSb2d1ZVRvdXJuQ3VyU2NlbmVJbmZvLnByb3RvGhhSb2d1ZU1hcFJvdGF0", - "ZUluZm8ucHJvdG8aD1NjZW5lSW5mby5wcm90bxoQTGluZXVwSW5mby5wcm90", + "ChxSb2d1ZVRvdXJuQ3VyU2NlbmVJbmZvLnByb3RvGhBMaW5ldXBJbmZvLnBy", + "b3RvGhhSb2d1ZU1hcFJvdGF0ZUluZm8ucHJvdG8aD1NjZW5lSW5mby5wcm90", "byJ6ChZSb2d1ZVRvdXJuQ3VyU2NlbmVJbmZvEigKC3JvdGF0ZV9pbmZvGAMg", "ASgLMhMuUm9ndWVNYXBSb3RhdGVJbmZvEhsKBmxpbmV1cBgJIAEoCzILLkxp", "bmV1cEluZm8SGQoFc2NlbmUYDSABKAsyCi5TY2VuZUluZm9CHqoCG0VnZ0xp", "bmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueMapRotateInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMapRotateInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueTournCurSceneInfo), global::EggLink.DanhengServer.Proto.RogueTournCurSceneInfo.Parser, new[]{ "RotateInfo", "Lineup", "Scene" }, null, null, null, null) })); diff --git a/Proto/RogueTournEnterScRsp.cs b/Proto/RogueTournEnterScRsp.cs index 58febb8c..f7dca567 100644 --- a/Proto/RogueTournEnterScRsp.cs +++ b/Proto/RogueTournEnterScRsp.cs @@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto { static RogueTournEnterScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChpSb2d1ZVRvdXJuRW50ZXJTY1JzcC5wcm90bxoXUm9ndWVUb3VybkN1cklu", - "Zm8ucHJvdG8aHFJvZ3VlVG91cm5DdXJTY2VuZUluZm8ucHJvdG8ilgEKFFJv", + "ChpSb2d1ZVRvdXJuRW50ZXJTY1JzcC5wcm90bxocUm9ndWVUb3VybkN1clNj", + "ZW5lSW5mby5wcm90bxoXUm9ndWVUb3VybkN1ckluZm8ucHJvdG8ilgEKFFJv", "Z3VlVG91cm5FbnRlclNjUnNwEjsKGnJvZ3VlX3RvdXJuX2N1cl9zY2VuZV9p", "bmZvGA8gASgLMhcuUm9ndWVUb3VybkN1clNjZW5lSW5mbxIPCgdyZXRjb2Rl", "GAcgASgNEjAKFHJvZ3VlX3RvdXJuX2N1cl9pbmZvGAwgASgLMhIuUm9ndWVU", "b3VybkN1ckluZm9CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG", "cHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueTournCurInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournCurSceneInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueTournCurSceneInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournCurInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueTournEnterScRsp), global::EggLink.DanhengServer.Proto.RogueTournEnterScRsp.Parser, new[]{ "RogueTournCurSceneInfo", "Retcode", "RogueTournCurInfo" }, null, null, null, null) })); diff --git a/Proto/RogueTournFinishInfo.cs b/Proto/RogueTournFinishInfo.cs index caefa810..65196a4e 100644 --- a/Proto/RogueTournFinishInfo.cs +++ b/Proto/RogueTournFinishInfo.cs @@ -24,10 +24,10 @@ namespace EggLink.DanhengServer.Proto { static RogueTournFinishInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChpSb2d1ZVRvdXJuRmluaXNoSW5mby5wcm90bxoRRkJITkZKQ05ITUwucHJv", - "dG8aF1JvZ3VlVG91cm5DdXJJbmZvLnByb3RvGhFOTklKQ0RLSFBLTC5wcm90", - "bxoRTktQS0lBQU1PREcucHJvdG8aEExpbmV1cEluZm8ucHJvdG8aEUtDTENI", - "Sk1OUEdMLnByb3RvGhFHUE5KTUVITkRNTi5wcm90byKfAgoUUm9ndWVUb3Vy", + "ChpSb2d1ZVRvdXJuRmluaXNoSW5mby5wcm90bxoRS0NMQ0hKTU5QR0wucHJv", + "dG8aEU5LUEtJQUFNT0RHLnByb3RvGhBMaW5ldXBJbmZvLnByb3RvGhFHUE5K", + "TUVITkRNTi5wcm90bxoXUm9ndWVUb3VybkN1ckluZm8ucHJvdG8aEUZCSE5G", + "SkNOSE1MLnByb3RvGhFOTklKQ0RLSFBLTC5wcm90byKfAgoUUm9ndWVUb3Vy", "bkZpbmlzaEluZm8SIQoLQ0xLSFBPTkRERE8YByABKAsyDC5LQ0xDSEpNTlBH", "TBImChFyb2d1ZV9saW5ldXBfaW5mbxgMIAEoCzILLkxpbmV1cEluZm8SIQoL", "S0dDSUFJQUZJQkUYBSABKAsyDC5HUE5KTUVITkRNThIhCgtDSkNPSkFNTEVF", @@ -37,7 +37,7 @@ namespace EggLink.DanhengServer.Proto { "REtIUEtMQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3Rv", "Mw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FBHNFJCNHMLReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournCurInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.NNIJCDKHPKLReflection.Descriptor, global::EggLink.DanhengServer.Proto.NKPKIAAMODGReflection.Descriptor, global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.KCLCHJMNPGLReflection.Descriptor, global::EggLink.DanhengServer.Proto.GPNJMEHNDMNReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.KCLCHJMNPGLReflection.Descriptor, global::EggLink.DanhengServer.Proto.NKPKIAAMODGReflection.Descriptor, global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.GPNJMEHNDMNReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournCurInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.FBHNFJCNHMLReflection.Descriptor, global::EggLink.DanhengServer.Proto.NNIJCDKHPKLReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueTournFinishInfo), global::EggLink.DanhengServer.Proto.RogueTournFinishInfo.Parser, new[]{ "CLKHPONDDDO", "RogueLineupInfo", "KGCIAIAFIBE", "CJCOJAMLEEL", "PFOEPFPHFNJ", "RogueTournCurInfo", "GCGLNKFDKKN" }, null, null, null, null) })); diff --git a/Proto/RogueTournGetMiscRealTimeDataScRsp.cs b/Proto/RogueTournGetMiscRealTimeDataScRsp.cs index 39e05819..cda6c1fd 100644 --- a/Proto/RogueTournGetMiscRealTimeDataScRsp.cs +++ b/Proto/RogueTournGetMiscRealTimeDataScRsp.cs @@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto { static RogueTournGetMiscRealTimeDataScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CihSb2d1ZVRvdXJuR2V0TWlzY1JlYWxUaW1lRGF0YVNjUnNwLnByb3RvGhFG", - "QkhORkpDTkhNTC5wcm90bxoRTk5JSkNES0hQS0wucHJvdG8aEU5LUEtJQUFN", - "T0RHLnByb3RvGhFLQ0xDSEpNTlBHTC5wcm90bxoRR1BOSk1FSE5ETU4ucHJv", + "CihSb2d1ZVRvdXJuR2V0TWlzY1JlYWxUaW1lRGF0YVNjUnNwLnByb3RvGhFL", + "Q0xDSEpNTlBHTC5wcm90bxoRTktQS0lBQU1PREcucHJvdG8aEUdQTkpNRUhO", + "RE1OLnByb3RvGhFGQkhORkpDTkhNTC5wcm90bxoRTk5JSkNES0hQS0wucHJv", "dG8i5AEKIlJvZ3VlVG91cm5HZXRNaXNjUmVhbFRpbWVEYXRhU2NSc3ASIQoL", "S0dDSUFJQUZJQkUYCyABKAsyDC5HUE5KTUVITkRNThIhCgtDSkNPSkFNTEVF", "TBgJIAEoCzIMLk5LUEtJQUFNT0RHEg8KB3JldGNvZGUYASABKA0SIQoLR0NH", @@ -35,7 +35,7 @@ namespace EggLink.DanhengServer.Proto { "Q0hKTU5QR0xCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv", "dG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FBHNFJCNHMLReflection.Descriptor, global::EggLink.DanhengServer.Proto.NNIJCDKHPKLReflection.Descriptor, global::EggLink.DanhengServer.Proto.NKPKIAAMODGReflection.Descriptor, global::EggLink.DanhengServer.Proto.KCLCHJMNPGLReflection.Descriptor, global::EggLink.DanhengServer.Proto.GPNJMEHNDMNReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.KCLCHJMNPGLReflection.Descriptor, global::EggLink.DanhengServer.Proto.NKPKIAAMODGReflection.Descriptor, global::EggLink.DanhengServer.Proto.GPNJMEHNDMNReflection.Descriptor, global::EggLink.DanhengServer.Proto.FBHNFJCNHMLReflection.Descriptor, global::EggLink.DanhengServer.Proto.NNIJCDKHPKLReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueTournGetMiscRealTimeDataScRsp), global::EggLink.DanhengServer.Proto.RogueTournGetMiscRealTimeDataScRsp.Parser, new[]{ "KGCIAIAFIBE", "CJCOJAMLEEL", "Retcode", "GCGLNKFDKKN", "PFOEPFPHFNJ", "CLKHPONDDDO" }, null, null, null, null) })); diff --git a/Proto/RogueTournHandBookNotify.cs b/Proto/RogueTournHandBookNotify.cs index ea03d614..79d47a45 100644 --- a/Proto/RogueTournHandBookNotify.cs +++ b/Proto/RogueTournHandBookNotify.cs @@ -24,20 +24,21 @@ namespace EggLink.DanhengServer.Proto { static RogueTournHandBookNotifyReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Ch5Sb2d1ZVRvdXJuSGFuZEJvb2tOb3RpZnkucHJvdG8aEUpDQ0NBQ05GREpH", - "LnByb3RvGhFBUEZKTE9GSU5GSi5wcm90bxoRSk5JQU9HSUlPR0IucHJvdG8a", - "EUZJREZOTkNKQUpFLnByb3RvGhFFQ0dPQ0hQTUNQRC5wcm90bxoRSkZJSEdE", - "UE9JSUQucHJvdG8ihQIKGFJvZ3VlVG91cm5IYW5kQm9va05vdGlmeRIjCgtJ", + "Ch5Sb2d1ZVRvdXJuSGFuZEJvb2tOb3RpZnkucHJvdG8aEUFQRkpMT0ZJTkZK", + "LnByb3RvGhFKTklBT0dJSU9HQi5wcm90bxoRRUNHT0NIUE1DUEQucHJvdG8a", + "EUZJREZOTkNKQUpFLnByb3RvGhFKQ0NDQUNORkRKRy5wcm90bxoRSkZJSEdE", + "UE9JSUQucHJvdG8ihwIKGFJvZ3VlVG91cm5IYW5kQm9va05vdGlmeRIjCgtJ", "SUhPUE1FRUFKQRgHIAEoCzIMLkpOSUFPR0lJT0dCSAASIwoLR1BPTEJER09P", "T0QYASABKAsyDC5KQ0NDQUNORkRKR0gAEhwKBGJ1ZmYYCiABKAsyDC5KRklI", "R0RQT0lJREgAEiMKC05GTERPRElBQkNMGAwgASgLMgwuRUNHT0NIUE1DUERI", "ABIqChJ0b3Vybl9mb3JtdWxhX2luZm8YDiABKAsyDC5BUEZKTE9GSU5GSkgA", - "EiMKC0pNSURMTERLSkJJGA0gASgLMgwuRklERk5OQ0pBSkVIAEILCglpbmZv", - "X2Nhc2VCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); + "EiMKC0pNSURMTERLSkJJGA0gASgLMgwuRklERk5OQ0pBSkVIAEINCgtQR09D", + "Q01HSExIS0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90", + "bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.JCCCACNFDJGReflection.Descriptor, global::EggLink.DanhengServer.Proto.APFJLOFINFJReflection.Descriptor, global::EggLink.DanhengServer.Proto.JNIAOGIIOGBReflection.Descriptor, global::EggLink.DanhengServer.Proto.FIDFNNCJAJEReflection.Descriptor, global::EggLink.DanhengServer.Proto.ECGOCHPMCPDReflection.Descriptor, global::EggLink.DanhengServer.Proto.JFIHGDPOIIDReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.APFJLOFINFJReflection.Descriptor, global::EggLink.DanhengServer.Proto.JNIAOGIIOGBReflection.Descriptor, global::EggLink.DanhengServer.Proto.ECGOCHPMCPDReflection.Descriptor, global::EggLink.DanhengServer.Proto.FIDFNNCJAJEReflection.Descriptor, global::EggLink.DanhengServer.Proto.JCCCACNFDJGReflection.Descriptor, global::EggLink.DanhengServer.Proto.JFIHGDPOIIDReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueTournHandBookNotify), global::EggLink.DanhengServer.Proto.RogueTournHandBookNotify.Parser, new[]{ "IIHOPMEEAJA", "GPOLBDGOOOD", "Buff", "NFLDODIABCL", "TournFormulaInfo", "JMIDLLDKJBI" }, new[]{ "InfoCase" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueTournHandBookNotify), global::EggLink.DanhengServer.Proto.RogueTournHandBookNotify.Parser, new[]{ "IIHOPMEEAJA", "GPOLBDGOOOD", "Buff", "NFLDODIABCL", "TournFormulaInfo", "JMIDLLDKJBI" }, new[]{ "PGOCCMGHLHK" }, null, null, null) })); } #endregion @@ -79,23 +80,23 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public RogueTournHandBookNotify(RogueTournHandBookNotify other) : this() { - switch (other.InfoCaseCase) { - case InfoCaseOneofCase.IIHOPMEEAJA: + switch (other.PGOCCMGHLHKCase) { + case PGOCCMGHLHKOneofCase.IIHOPMEEAJA: IIHOPMEEAJA = other.IIHOPMEEAJA.Clone(); break; - case InfoCaseOneofCase.GPOLBDGOOOD: + case PGOCCMGHLHKOneofCase.GPOLBDGOOOD: GPOLBDGOOOD = other.GPOLBDGOOOD.Clone(); break; - case InfoCaseOneofCase.Buff: + case PGOCCMGHLHKOneofCase.Buff: Buff = other.Buff.Clone(); break; - case InfoCaseOneofCase.NFLDODIABCL: + case PGOCCMGHLHKOneofCase.NFLDODIABCL: NFLDODIABCL = other.NFLDODIABCL.Clone(); break; - case InfoCaseOneofCase.TournFormulaInfo: + case PGOCCMGHLHKOneofCase.TournFormulaInfo: TournFormulaInfo = other.TournFormulaInfo.Clone(); break; - case InfoCaseOneofCase.JMIDLLDKJBI: + case PGOCCMGHLHKOneofCase.JMIDLLDKJBI: JMIDLLDKJBI = other.JMIDLLDKJBI.Clone(); break; } @@ -114,10 +115,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.JNIAOGIIOGB IIHOPMEEAJA { - get { return infoCaseCase_ == InfoCaseOneofCase.IIHOPMEEAJA ? (global::EggLink.DanhengServer.Proto.JNIAOGIIOGB) infoCase_ : null; } + get { return pGOCCMGHLHKCase_ == PGOCCMGHLHKOneofCase.IIHOPMEEAJA ? (global::EggLink.DanhengServer.Proto.JNIAOGIIOGB) pGOCCMGHLHK_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.IIHOPMEEAJA; + pGOCCMGHLHK_ = value; + pGOCCMGHLHKCase_ = value == null ? PGOCCMGHLHKOneofCase.None : PGOCCMGHLHKOneofCase.IIHOPMEEAJA; } } @@ -126,10 +127,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.JCCCACNFDJG GPOLBDGOOOD { - get { return infoCaseCase_ == InfoCaseOneofCase.GPOLBDGOOOD ? (global::EggLink.DanhengServer.Proto.JCCCACNFDJG) infoCase_ : null; } + get { return pGOCCMGHLHKCase_ == PGOCCMGHLHKOneofCase.GPOLBDGOOOD ? (global::EggLink.DanhengServer.Proto.JCCCACNFDJG) pGOCCMGHLHK_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.GPOLBDGOOOD; + pGOCCMGHLHK_ = value; + pGOCCMGHLHKCase_ = value == null ? PGOCCMGHLHKOneofCase.None : PGOCCMGHLHKOneofCase.GPOLBDGOOOD; } } @@ -138,10 +139,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.JFIHGDPOIID Buff { - get { return infoCaseCase_ == InfoCaseOneofCase.Buff ? (global::EggLink.DanhengServer.Proto.JFIHGDPOIID) infoCase_ : null; } + get { return pGOCCMGHLHKCase_ == PGOCCMGHLHKOneofCase.Buff ? (global::EggLink.DanhengServer.Proto.JFIHGDPOIID) pGOCCMGHLHK_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.Buff; + pGOCCMGHLHK_ = value; + pGOCCMGHLHKCase_ = value == null ? PGOCCMGHLHKOneofCase.None : PGOCCMGHLHKOneofCase.Buff; } } @@ -150,10 +151,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.ECGOCHPMCPD NFLDODIABCL { - get { return infoCaseCase_ == InfoCaseOneofCase.NFLDODIABCL ? (global::EggLink.DanhengServer.Proto.ECGOCHPMCPD) infoCase_ : null; } + get { return pGOCCMGHLHKCase_ == PGOCCMGHLHKOneofCase.NFLDODIABCL ? (global::EggLink.DanhengServer.Proto.ECGOCHPMCPD) pGOCCMGHLHK_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.NFLDODIABCL; + pGOCCMGHLHK_ = value; + pGOCCMGHLHKCase_ = value == null ? PGOCCMGHLHKOneofCase.None : PGOCCMGHLHKOneofCase.NFLDODIABCL; } } @@ -162,10 +163,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.APFJLOFINFJ TournFormulaInfo { - get { return infoCaseCase_ == InfoCaseOneofCase.TournFormulaInfo ? (global::EggLink.DanhengServer.Proto.APFJLOFINFJ) infoCase_ : null; } + get { return pGOCCMGHLHKCase_ == PGOCCMGHLHKOneofCase.TournFormulaInfo ? (global::EggLink.DanhengServer.Proto.APFJLOFINFJ) pGOCCMGHLHK_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.TournFormulaInfo; + pGOCCMGHLHK_ = value; + pGOCCMGHLHKCase_ = value == null ? PGOCCMGHLHKOneofCase.None : PGOCCMGHLHKOneofCase.TournFormulaInfo; } } @@ -174,16 +175,16 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.FIDFNNCJAJE JMIDLLDKJBI { - get { return infoCaseCase_ == InfoCaseOneofCase.JMIDLLDKJBI ? (global::EggLink.DanhengServer.Proto.FIDFNNCJAJE) infoCase_ : null; } + get { return pGOCCMGHLHKCase_ == PGOCCMGHLHKOneofCase.JMIDLLDKJBI ? (global::EggLink.DanhengServer.Proto.FIDFNNCJAJE) pGOCCMGHLHK_ : null; } set { - infoCase_ = value; - infoCaseCase_ = value == null ? InfoCaseOneofCase.None : InfoCaseOneofCase.JMIDLLDKJBI; + pGOCCMGHLHK_ = value; + pGOCCMGHLHKCase_ = value == null ? PGOCCMGHLHKOneofCase.None : PGOCCMGHLHKOneofCase.JMIDLLDKJBI; } } - private object infoCase_; - /// Enum of possible cases for the "info_case" oneof. - public enum InfoCaseOneofCase { + private object pGOCCMGHLHK_; + /// Enum of possible cases for the "PGOCCMGHLHK" oneof. + public enum PGOCCMGHLHKOneofCase { None = 0, IIHOPMEEAJA = 7, GPOLBDGOOOD = 1, @@ -192,18 +193,18 @@ namespace EggLink.DanhengServer.Proto { TournFormulaInfo = 14, JMIDLLDKJBI = 13, } - private InfoCaseOneofCase infoCaseCase_ = InfoCaseOneofCase.None; + private PGOCCMGHLHKOneofCase pGOCCMGHLHKCase_ = PGOCCMGHLHKOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public InfoCaseOneofCase InfoCaseCase { - get { return infoCaseCase_; } + public PGOCCMGHLHKOneofCase PGOCCMGHLHKCase { + get { return pGOCCMGHLHKCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearInfoCase() { - infoCaseCase_ = InfoCaseOneofCase.None; - infoCase_ = null; + public void ClearPGOCCMGHLHK() { + pGOCCMGHLHKCase_ = PGOCCMGHLHKOneofCase.None; + pGOCCMGHLHK_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -227,7 +228,7 @@ namespace EggLink.DanhengServer.Proto { if (!object.Equals(NFLDODIABCL, other.NFLDODIABCL)) return false; if (!object.Equals(TournFormulaInfo, other.TournFormulaInfo)) return false; if (!object.Equals(JMIDLLDKJBI, other.JMIDLLDKJBI)) return false; - if (InfoCaseCase != other.InfoCaseCase) return false; + if (PGOCCMGHLHKCase != other.PGOCCMGHLHKCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -235,13 +236,13 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (infoCaseCase_ == InfoCaseOneofCase.IIHOPMEEAJA) hash ^= IIHOPMEEAJA.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.GPOLBDGOOOD) hash ^= GPOLBDGOOOD.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.Buff) hash ^= Buff.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.NFLDODIABCL) hash ^= NFLDODIABCL.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.TournFormulaInfo) hash ^= TournFormulaInfo.GetHashCode(); - if (infoCaseCase_ == InfoCaseOneofCase.JMIDLLDKJBI) hash ^= JMIDLLDKJBI.GetHashCode(); - hash ^= (int) infoCaseCase_; + if (pGOCCMGHLHKCase_ == PGOCCMGHLHKOneofCase.IIHOPMEEAJA) hash ^= IIHOPMEEAJA.GetHashCode(); + if (pGOCCMGHLHKCase_ == PGOCCMGHLHKOneofCase.GPOLBDGOOOD) hash ^= GPOLBDGOOOD.GetHashCode(); + if (pGOCCMGHLHKCase_ == PGOCCMGHLHKOneofCase.Buff) hash ^= Buff.GetHashCode(); + if (pGOCCMGHLHKCase_ == PGOCCMGHLHKOneofCase.NFLDODIABCL) hash ^= NFLDODIABCL.GetHashCode(); + if (pGOCCMGHLHKCase_ == PGOCCMGHLHKOneofCase.TournFormulaInfo) hash ^= TournFormulaInfo.GetHashCode(); + if (pGOCCMGHLHKCase_ == PGOCCMGHLHKOneofCase.JMIDLLDKJBI) hash ^= JMIDLLDKJBI.GetHashCode(); + hash ^= (int) pGOCCMGHLHKCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -260,27 +261,27 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (infoCaseCase_ == InfoCaseOneofCase.GPOLBDGOOOD) { + if (pGOCCMGHLHKCase_ == PGOCCMGHLHKOneofCase.GPOLBDGOOOD) { output.WriteRawTag(10); output.WriteMessage(GPOLBDGOOOD); } - if (infoCaseCase_ == InfoCaseOneofCase.IIHOPMEEAJA) { + if (pGOCCMGHLHKCase_ == PGOCCMGHLHKOneofCase.IIHOPMEEAJA) { output.WriteRawTag(58); output.WriteMessage(IIHOPMEEAJA); } - if (infoCaseCase_ == InfoCaseOneofCase.Buff) { + if (pGOCCMGHLHKCase_ == PGOCCMGHLHKOneofCase.Buff) { output.WriteRawTag(82); output.WriteMessage(Buff); } - if (infoCaseCase_ == InfoCaseOneofCase.NFLDODIABCL) { + if (pGOCCMGHLHKCase_ == PGOCCMGHLHKOneofCase.NFLDODIABCL) { output.WriteRawTag(98); output.WriteMessage(NFLDODIABCL); } - if (infoCaseCase_ == InfoCaseOneofCase.JMIDLLDKJBI) { + if (pGOCCMGHLHKCase_ == PGOCCMGHLHKOneofCase.JMIDLLDKJBI) { output.WriteRawTag(106); output.WriteMessage(JMIDLLDKJBI); } - if (infoCaseCase_ == InfoCaseOneofCase.TournFormulaInfo) { + if (pGOCCMGHLHKCase_ == PGOCCMGHLHKOneofCase.TournFormulaInfo) { output.WriteRawTag(114); output.WriteMessage(TournFormulaInfo); } @@ -294,27 +295,27 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (infoCaseCase_ == InfoCaseOneofCase.GPOLBDGOOOD) { + if (pGOCCMGHLHKCase_ == PGOCCMGHLHKOneofCase.GPOLBDGOOOD) { output.WriteRawTag(10); output.WriteMessage(GPOLBDGOOOD); } - if (infoCaseCase_ == InfoCaseOneofCase.IIHOPMEEAJA) { + if (pGOCCMGHLHKCase_ == PGOCCMGHLHKOneofCase.IIHOPMEEAJA) { output.WriteRawTag(58); output.WriteMessage(IIHOPMEEAJA); } - if (infoCaseCase_ == InfoCaseOneofCase.Buff) { + if (pGOCCMGHLHKCase_ == PGOCCMGHLHKOneofCase.Buff) { output.WriteRawTag(82); output.WriteMessage(Buff); } - if (infoCaseCase_ == InfoCaseOneofCase.NFLDODIABCL) { + if (pGOCCMGHLHKCase_ == PGOCCMGHLHKOneofCase.NFLDODIABCL) { output.WriteRawTag(98); output.WriteMessage(NFLDODIABCL); } - if (infoCaseCase_ == InfoCaseOneofCase.JMIDLLDKJBI) { + if (pGOCCMGHLHKCase_ == PGOCCMGHLHKOneofCase.JMIDLLDKJBI) { output.WriteRawTag(106); output.WriteMessage(JMIDLLDKJBI); } - if (infoCaseCase_ == InfoCaseOneofCase.TournFormulaInfo) { + if (pGOCCMGHLHKCase_ == PGOCCMGHLHKOneofCase.TournFormulaInfo) { output.WriteRawTag(114); output.WriteMessage(TournFormulaInfo); } @@ -328,22 +329,22 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (infoCaseCase_ == InfoCaseOneofCase.IIHOPMEEAJA) { + if (pGOCCMGHLHKCase_ == PGOCCMGHLHKOneofCase.IIHOPMEEAJA) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(IIHOPMEEAJA); } - if (infoCaseCase_ == InfoCaseOneofCase.GPOLBDGOOOD) { + if (pGOCCMGHLHKCase_ == PGOCCMGHLHKOneofCase.GPOLBDGOOOD) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(GPOLBDGOOOD); } - if (infoCaseCase_ == InfoCaseOneofCase.Buff) { + if (pGOCCMGHLHKCase_ == PGOCCMGHLHKOneofCase.Buff) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(Buff); } - if (infoCaseCase_ == InfoCaseOneofCase.NFLDODIABCL) { + if (pGOCCMGHLHKCase_ == PGOCCMGHLHKOneofCase.NFLDODIABCL) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(NFLDODIABCL); } - if (infoCaseCase_ == InfoCaseOneofCase.TournFormulaInfo) { + if (pGOCCMGHLHKCase_ == PGOCCMGHLHKOneofCase.TournFormulaInfo) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(TournFormulaInfo); } - if (infoCaseCase_ == InfoCaseOneofCase.JMIDLLDKJBI) { + if (pGOCCMGHLHKCase_ == PGOCCMGHLHKOneofCase.JMIDLLDKJBI) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(JMIDLLDKJBI); } if (_unknownFields != null) { @@ -358,38 +359,38 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - switch (other.InfoCaseCase) { - case InfoCaseOneofCase.IIHOPMEEAJA: + switch (other.PGOCCMGHLHKCase) { + case PGOCCMGHLHKOneofCase.IIHOPMEEAJA: if (IIHOPMEEAJA == null) { IIHOPMEEAJA = new global::EggLink.DanhengServer.Proto.JNIAOGIIOGB(); } IIHOPMEEAJA.MergeFrom(other.IIHOPMEEAJA); break; - case InfoCaseOneofCase.GPOLBDGOOOD: + case PGOCCMGHLHKOneofCase.GPOLBDGOOOD: if (GPOLBDGOOOD == null) { GPOLBDGOOOD = new global::EggLink.DanhengServer.Proto.JCCCACNFDJG(); } GPOLBDGOOOD.MergeFrom(other.GPOLBDGOOOD); break; - case InfoCaseOneofCase.Buff: + case PGOCCMGHLHKOneofCase.Buff: if (Buff == null) { Buff = new global::EggLink.DanhengServer.Proto.JFIHGDPOIID(); } Buff.MergeFrom(other.Buff); break; - case InfoCaseOneofCase.NFLDODIABCL: + case PGOCCMGHLHKOneofCase.NFLDODIABCL: if (NFLDODIABCL == null) { NFLDODIABCL = new global::EggLink.DanhengServer.Proto.ECGOCHPMCPD(); } NFLDODIABCL.MergeFrom(other.NFLDODIABCL); break; - case InfoCaseOneofCase.TournFormulaInfo: + case PGOCCMGHLHKOneofCase.TournFormulaInfo: if (TournFormulaInfo == null) { TournFormulaInfo = new global::EggLink.DanhengServer.Proto.APFJLOFINFJ(); } TournFormulaInfo.MergeFrom(other.TournFormulaInfo); break; - case InfoCaseOneofCase.JMIDLLDKJBI: + case PGOCCMGHLHKOneofCase.JMIDLLDKJBI: if (JMIDLLDKJBI == null) { JMIDLLDKJBI = new global::EggLink.DanhengServer.Proto.FIDFNNCJAJE(); } @@ -414,7 +415,7 @@ namespace EggLink.DanhengServer.Proto { break; case 10: { global::EggLink.DanhengServer.Proto.JCCCACNFDJG subBuilder = new global::EggLink.DanhengServer.Proto.JCCCACNFDJG(); - if (infoCaseCase_ == InfoCaseOneofCase.GPOLBDGOOOD) { + if (pGOCCMGHLHKCase_ == PGOCCMGHLHKOneofCase.GPOLBDGOOOD) { subBuilder.MergeFrom(GPOLBDGOOOD); } input.ReadMessage(subBuilder); @@ -423,7 +424,7 @@ namespace EggLink.DanhengServer.Proto { } case 58: { global::EggLink.DanhengServer.Proto.JNIAOGIIOGB subBuilder = new global::EggLink.DanhengServer.Proto.JNIAOGIIOGB(); - if (infoCaseCase_ == InfoCaseOneofCase.IIHOPMEEAJA) { + if (pGOCCMGHLHKCase_ == PGOCCMGHLHKOneofCase.IIHOPMEEAJA) { subBuilder.MergeFrom(IIHOPMEEAJA); } input.ReadMessage(subBuilder); @@ -432,7 +433,7 @@ namespace EggLink.DanhengServer.Proto { } case 82: { global::EggLink.DanhengServer.Proto.JFIHGDPOIID subBuilder = new global::EggLink.DanhengServer.Proto.JFIHGDPOIID(); - if (infoCaseCase_ == InfoCaseOneofCase.Buff) { + if (pGOCCMGHLHKCase_ == PGOCCMGHLHKOneofCase.Buff) { subBuilder.MergeFrom(Buff); } input.ReadMessage(subBuilder); @@ -441,7 +442,7 @@ namespace EggLink.DanhengServer.Proto { } case 98: { global::EggLink.DanhengServer.Proto.ECGOCHPMCPD subBuilder = new global::EggLink.DanhengServer.Proto.ECGOCHPMCPD(); - if (infoCaseCase_ == InfoCaseOneofCase.NFLDODIABCL) { + if (pGOCCMGHLHKCase_ == PGOCCMGHLHKOneofCase.NFLDODIABCL) { subBuilder.MergeFrom(NFLDODIABCL); } input.ReadMessage(subBuilder); @@ -450,7 +451,7 @@ namespace EggLink.DanhengServer.Proto { } case 106: { global::EggLink.DanhengServer.Proto.FIDFNNCJAJE subBuilder = new global::EggLink.DanhengServer.Proto.FIDFNNCJAJE(); - if (infoCaseCase_ == InfoCaseOneofCase.JMIDLLDKJBI) { + if (pGOCCMGHLHKCase_ == PGOCCMGHLHKOneofCase.JMIDLLDKJBI) { subBuilder.MergeFrom(JMIDLLDKJBI); } input.ReadMessage(subBuilder); @@ -459,7 +460,7 @@ namespace EggLink.DanhengServer.Proto { } case 114: { global::EggLink.DanhengServer.Proto.APFJLOFINFJ subBuilder = new global::EggLink.DanhengServer.Proto.APFJLOFINFJ(); - if (infoCaseCase_ == InfoCaseOneofCase.TournFormulaInfo) { + if (pGOCCMGHLHKCase_ == PGOCCMGHLHKOneofCase.TournFormulaInfo) { subBuilder.MergeFrom(TournFormulaInfo); } input.ReadMessage(subBuilder); @@ -483,7 +484,7 @@ namespace EggLink.DanhengServer.Proto { break; case 10: { global::EggLink.DanhengServer.Proto.JCCCACNFDJG subBuilder = new global::EggLink.DanhengServer.Proto.JCCCACNFDJG(); - if (infoCaseCase_ == InfoCaseOneofCase.GPOLBDGOOOD) { + if (pGOCCMGHLHKCase_ == PGOCCMGHLHKOneofCase.GPOLBDGOOOD) { subBuilder.MergeFrom(GPOLBDGOOOD); } input.ReadMessage(subBuilder); @@ -492,7 +493,7 @@ namespace EggLink.DanhengServer.Proto { } case 58: { global::EggLink.DanhengServer.Proto.JNIAOGIIOGB subBuilder = new global::EggLink.DanhengServer.Proto.JNIAOGIIOGB(); - if (infoCaseCase_ == InfoCaseOneofCase.IIHOPMEEAJA) { + if (pGOCCMGHLHKCase_ == PGOCCMGHLHKOneofCase.IIHOPMEEAJA) { subBuilder.MergeFrom(IIHOPMEEAJA); } input.ReadMessage(subBuilder); @@ -501,7 +502,7 @@ namespace EggLink.DanhengServer.Proto { } case 82: { global::EggLink.DanhengServer.Proto.JFIHGDPOIID subBuilder = new global::EggLink.DanhengServer.Proto.JFIHGDPOIID(); - if (infoCaseCase_ == InfoCaseOneofCase.Buff) { + if (pGOCCMGHLHKCase_ == PGOCCMGHLHKOneofCase.Buff) { subBuilder.MergeFrom(Buff); } input.ReadMessage(subBuilder); @@ -510,7 +511,7 @@ namespace EggLink.DanhengServer.Proto { } case 98: { global::EggLink.DanhengServer.Proto.ECGOCHPMCPD subBuilder = new global::EggLink.DanhengServer.Proto.ECGOCHPMCPD(); - if (infoCaseCase_ == InfoCaseOneofCase.NFLDODIABCL) { + if (pGOCCMGHLHKCase_ == PGOCCMGHLHKOneofCase.NFLDODIABCL) { subBuilder.MergeFrom(NFLDODIABCL); } input.ReadMessage(subBuilder); @@ -519,7 +520,7 @@ namespace EggLink.DanhengServer.Proto { } case 106: { global::EggLink.DanhengServer.Proto.FIDFNNCJAJE subBuilder = new global::EggLink.DanhengServer.Proto.FIDFNNCJAJE(); - if (infoCaseCase_ == InfoCaseOneofCase.JMIDLLDKJBI) { + if (pGOCCMGHLHKCase_ == PGOCCMGHLHKOneofCase.JMIDLLDKJBI) { subBuilder.MergeFrom(JMIDLLDKJBI); } input.ReadMessage(subBuilder); @@ -528,7 +529,7 @@ namespace EggLink.DanhengServer.Proto { } case 114: { global::EggLink.DanhengServer.Proto.APFJLOFINFJ subBuilder = new global::EggLink.DanhengServer.Proto.APFJLOFINFJ(); - if (infoCaseCase_ == InfoCaseOneofCase.TournFormulaInfo) { + if (pGOCCMGHLHKCase_ == PGOCCMGHLHKOneofCase.TournFormulaInfo) { subBuilder.MergeFrom(TournFormulaInfo); } input.ReadMessage(subBuilder); diff --git a/Proto/RogueTournHandbookInfo.cs b/Proto/RogueTournHandbookInfo.cs index cb922e53..210f18a8 100644 --- a/Proto/RogueTournHandbookInfo.cs +++ b/Proto/RogueTournHandbookInfo.cs @@ -25,26 +25,23 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChxSb2d1ZVRvdXJuSGFuZGJvb2tJbmZvLnByb3RvIoQCChZSb2d1ZVRvdXJu", - "SGFuZGJvb2tJbmZvEiEKGWhhbmRib29rX3RpdGFuX2JsZXNzX2xpc3QYAyAD", - "KA0SIAoYaGFuZGJvb2tfaGV4X2F2YXRhcl9saXN0GA4gAygNEiMKG2hhbmRi", - "b29rX3RvdXJuX21pcmFjbGVfbGlzdBgKIAMoDRIaChJoYW5kYm9va19idWZm", - "X2xpc3QYBiADKA0SJgoecm9ndWVfdG91cm5faGFuZGJvb2tfc2Vhc29uX2lk", - "GAcgASgNEh0KFWhhbmRib29rX21pcmFjbGVfbGlzdBgJIAMoDRIdChVoYW5k", - "Ym9va19mb3JtdWxhX2xpc3QYDSADKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1Nl", + "SGFuZGJvb2tJbmZvEhoKEmhhbmRib29rX2J1ZmZfbGlzdBgDIAMoDRIjChto", + "YW5kYm9va190b3Vybl9taXJhY2xlX2xpc3QYDiADKA0SIAoYaGFuZGJvb2tf", + "aGV4X2F2YXRhcl9saXN0GAogAygNEh0KFWhhbmRib29rX21pcmFjbGVfbGlz", + "dBgGIAMoDRImCh5yb2d1ZV90b3Vybl9oYW5kYm9va19zZWFzb25faWQYByAB", + "KA0SHQoVaGFuZGJvb2tfZm9ybXVsYV9saXN0GAkgAygNEiEKGWhhbmRib29r", + "X3RpdGFuX2JsZXNzX2xpc3QYDSADKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1Nl", "cnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueTournHandbookInfo), global::EggLink.DanhengServer.Proto.RogueTournHandbookInfo.Parser, new[]{ "HandbookTitanBlessList", "HandbookHexAvatarList", "HandbookTournMiracleList", "HandbookBuffList", "RogueTournHandbookSeasonId", "HandbookMiracleList", "HandbookFormulaList" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueTournHandbookInfo), global::EggLink.DanhengServer.Proto.RogueTournHandbookInfo.Parser, new[]{ "HandbookBuffList", "HandbookTournMiracleList", "HandbookHexAvatarList", "HandbookMiracleList", "RogueTournHandbookSeasonId", "HandbookFormulaList", "HandbookTitanBlessList" }, null, null, null, null) })); } #endregion } #region Messages - /// - ///? - /// [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class RogueTournHandbookInfo : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE @@ -80,13 +77,13 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public RogueTournHandbookInfo(RogueTournHandbookInfo other) : this() { - handbookTitanBlessList_ = other.handbookTitanBlessList_.Clone(); - handbookHexAvatarList_ = other.handbookHexAvatarList_.Clone(); - handbookTournMiracleList_ = other.handbookTournMiracleList_.Clone(); handbookBuffList_ = other.handbookBuffList_.Clone(); - rogueTournHandbookSeasonId_ = other.rogueTournHandbookSeasonId_; + handbookTournMiracleList_ = other.handbookTournMiracleList_.Clone(); + handbookHexAvatarList_ = other.handbookHexAvatarList_.Clone(); handbookMiracleList_ = other.handbookMiracleList_.Clone(); + rogueTournHandbookSeasonId_ = other.rogueTournHandbookSeasonId_; handbookFormulaList_ = other.handbookFormulaList_.Clone(); + handbookTitanBlessList_ = other.handbookTitanBlessList_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -96,32 +93,21 @@ namespace EggLink.DanhengServer.Proto { return new RogueTournHandbookInfo(this); } - /// Field number for the "handbook_titan_bless_list" field. - public const int HandbookTitanBlessListFieldNumber = 3; - private static readonly pb::FieldCodec _repeated_handbookTitanBlessList_codec + /// Field number for the "handbook_buff_list" field. + public const int HandbookBuffListFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_handbookBuffList_codec = pb::FieldCodec.ForUInt32(26); - private readonly pbc::RepeatedField handbookTitanBlessList_ = new pbc::RepeatedField(); + private readonly pbc::RepeatedField handbookBuffList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField HandbookTitanBlessList { - get { return handbookTitanBlessList_; } - } - - /// Field number for the "handbook_hex_avatar_list" field. - public const int HandbookHexAvatarListFieldNumber = 14; - private static readonly pb::FieldCodec _repeated_handbookHexAvatarList_codec - = pb::FieldCodec.ForUInt32(114); - private readonly pbc::RepeatedField handbookHexAvatarList_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField HandbookHexAvatarList { - get { return handbookHexAvatarList_; } + public pbc::RepeatedField HandbookBuffList { + get { return handbookBuffList_; } } /// Field number for the "handbook_tourn_miracle_list" field. - public const int HandbookTournMiracleListFieldNumber = 10; + public const int HandbookTournMiracleListFieldNumber = 14; private static readonly pb::FieldCodec _repeated_handbookTournMiracleList_codec - = pb::FieldCodec.ForUInt32(82); + = pb::FieldCodec.ForUInt32(114); private readonly pbc::RepeatedField handbookTournMiracleList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] @@ -129,15 +115,26 @@ namespace EggLink.DanhengServer.Proto { get { return handbookTournMiracleList_; } } - /// Field number for the "handbook_buff_list" field. - public const int HandbookBuffListFieldNumber = 6; - private static readonly pb::FieldCodec _repeated_handbookBuffList_codec - = pb::FieldCodec.ForUInt32(50); - private readonly pbc::RepeatedField handbookBuffList_ = new pbc::RepeatedField(); + /// Field number for the "handbook_hex_avatar_list" field. + public const int HandbookHexAvatarListFieldNumber = 10; + private static readonly pb::FieldCodec _repeated_handbookHexAvatarList_codec + = pb::FieldCodec.ForUInt32(82); + private readonly pbc::RepeatedField handbookHexAvatarList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField HandbookBuffList { - get { return handbookBuffList_; } + public pbc::RepeatedField HandbookHexAvatarList { + get { return handbookHexAvatarList_; } + } + + /// Field number for the "handbook_miracle_list" field. + public const int HandbookMiracleListFieldNumber = 6; + private static readonly pb::FieldCodec _repeated_handbookMiracleList_codec + = pb::FieldCodec.ForUInt32(50); + private readonly pbc::RepeatedField handbookMiracleList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField HandbookMiracleList { + get { return handbookMiracleList_; } } /// Field number for the "rogue_tourn_handbook_season_id" field. @@ -152,21 +149,10 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "handbook_miracle_list" field. - public const int HandbookMiracleListFieldNumber = 9; - private static readonly pb::FieldCodec _repeated_handbookMiracleList_codec - = pb::FieldCodec.ForUInt32(74); - private readonly pbc::RepeatedField handbookMiracleList_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField HandbookMiracleList { - get { return handbookMiracleList_; } - } - /// Field number for the "handbook_formula_list" field. - public const int HandbookFormulaListFieldNumber = 13; + public const int HandbookFormulaListFieldNumber = 9; private static readonly pb::FieldCodec _repeated_handbookFormulaList_codec - = pb::FieldCodec.ForUInt32(106); + = pb::FieldCodec.ForUInt32(74); private readonly pbc::RepeatedField handbookFormulaList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] @@ -174,6 +160,17 @@ namespace EggLink.DanhengServer.Proto { get { return handbookFormulaList_; } } + /// Field number for the "handbook_titan_bless_list" field. + public const int HandbookTitanBlessListFieldNumber = 13; + private static readonly pb::FieldCodec _repeated_handbookTitanBlessList_codec + = pb::FieldCodec.ForUInt32(106); + private readonly pbc::RepeatedField handbookTitanBlessList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField HandbookTitanBlessList { + get { return handbookTitanBlessList_; } + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { @@ -189,13 +186,13 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if(!handbookTitanBlessList_.Equals(other.handbookTitanBlessList_)) return false; - if(!handbookHexAvatarList_.Equals(other.handbookHexAvatarList_)) return false; - if(!handbookTournMiracleList_.Equals(other.handbookTournMiracleList_)) return false; if(!handbookBuffList_.Equals(other.handbookBuffList_)) return false; - if (RogueTournHandbookSeasonId != other.RogueTournHandbookSeasonId) return false; + if(!handbookTournMiracleList_.Equals(other.handbookTournMiracleList_)) return false; + if(!handbookHexAvatarList_.Equals(other.handbookHexAvatarList_)) return false; if(!handbookMiracleList_.Equals(other.handbookMiracleList_)) return false; + if (RogueTournHandbookSeasonId != other.RogueTournHandbookSeasonId) return false; if(!handbookFormulaList_.Equals(other.handbookFormulaList_)) return false; + if(!handbookTitanBlessList_.Equals(other.handbookTitanBlessList_)) return false; return Equals(_unknownFields, other._unknownFields); } @@ -203,13 +200,13 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - hash ^= handbookTitanBlessList_.GetHashCode(); - hash ^= handbookHexAvatarList_.GetHashCode(); - hash ^= handbookTournMiracleList_.GetHashCode(); hash ^= handbookBuffList_.GetHashCode(); - if (RogueTournHandbookSeasonId != 0) hash ^= RogueTournHandbookSeasonId.GetHashCode(); + hash ^= handbookTournMiracleList_.GetHashCode(); + hash ^= handbookHexAvatarList_.GetHashCode(); hash ^= handbookMiracleList_.GetHashCode(); + if (RogueTournHandbookSeasonId != 0) hash ^= RogueTournHandbookSeasonId.GetHashCode(); hash ^= handbookFormulaList_.GetHashCode(); + hash ^= handbookTitanBlessList_.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -228,16 +225,16 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - handbookTitanBlessList_.WriteTo(output, _repeated_handbookTitanBlessList_codec); handbookBuffList_.WriteTo(output, _repeated_handbookBuffList_codec); + handbookMiracleList_.WriteTo(output, _repeated_handbookMiracleList_codec); if (RogueTournHandbookSeasonId != 0) { output.WriteRawTag(56); output.WriteUInt32(RogueTournHandbookSeasonId); } - handbookMiracleList_.WriteTo(output, _repeated_handbookMiracleList_codec); - handbookTournMiracleList_.WriteTo(output, _repeated_handbookTournMiracleList_codec); handbookFormulaList_.WriteTo(output, _repeated_handbookFormulaList_codec); handbookHexAvatarList_.WriteTo(output, _repeated_handbookHexAvatarList_codec); + handbookTitanBlessList_.WriteTo(output, _repeated_handbookTitanBlessList_codec); + handbookTournMiracleList_.WriteTo(output, _repeated_handbookTournMiracleList_codec); if (_unknownFields != null) { _unknownFields.WriteTo(output); } @@ -248,16 +245,16 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - handbookTitanBlessList_.WriteTo(ref output, _repeated_handbookTitanBlessList_codec); handbookBuffList_.WriteTo(ref output, _repeated_handbookBuffList_codec); + handbookMiracleList_.WriteTo(ref output, _repeated_handbookMiracleList_codec); if (RogueTournHandbookSeasonId != 0) { output.WriteRawTag(56); output.WriteUInt32(RogueTournHandbookSeasonId); } - handbookMiracleList_.WriteTo(ref output, _repeated_handbookMiracleList_codec); - handbookTournMiracleList_.WriteTo(ref output, _repeated_handbookTournMiracleList_codec); handbookFormulaList_.WriteTo(ref output, _repeated_handbookFormulaList_codec); handbookHexAvatarList_.WriteTo(ref output, _repeated_handbookHexAvatarList_codec); + handbookTitanBlessList_.WriteTo(ref output, _repeated_handbookTitanBlessList_codec); + handbookTournMiracleList_.WriteTo(ref output, _repeated_handbookTournMiracleList_codec); if (_unknownFields != null) { _unknownFields.WriteTo(ref output); } @@ -268,15 +265,15 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - size += handbookTitanBlessList_.CalculateSize(_repeated_handbookTitanBlessList_codec); - size += handbookHexAvatarList_.CalculateSize(_repeated_handbookHexAvatarList_codec); - size += handbookTournMiracleList_.CalculateSize(_repeated_handbookTournMiracleList_codec); size += handbookBuffList_.CalculateSize(_repeated_handbookBuffList_codec); + size += handbookTournMiracleList_.CalculateSize(_repeated_handbookTournMiracleList_codec); + size += handbookHexAvatarList_.CalculateSize(_repeated_handbookHexAvatarList_codec); + size += handbookMiracleList_.CalculateSize(_repeated_handbookMiracleList_codec); if (RogueTournHandbookSeasonId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(RogueTournHandbookSeasonId); } - size += handbookMiracleList_.CalculateSize(_repeated_handbookMiracleList_codec); size += handbookFormulaList_.CalculateSize(_repeated_handbookFormulaList_codec); + size += handbookTitanBlessList_.CalculateSize(_repeated_handbookTitanBlessList_codec); if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -289,15 +286,15 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - handbookTitanBlessList_.Add(other.handbookTitanBlessList_); - handbookHexAvatarList_.Add(other.handbookHexAvatarList_); - handbookTournMiracleList_.Add(other.handbookTournMiracleList_); handbookBuffList_.Add(other.handbookBuffList_); + handbookTournMiracleList_.Add(other.handbookTournMiracleList_); + handbookHexAvatarList_.Add(other.handbookHexAvatarList_); + handbookMiracleList_.Add(other.handbookMiracleList_); if (other.RogueTournHandbookSeasonId != 0) { RogueTournHandbookSeasonId = other.RogueTournHandbookSeasonId; } - handbookMiracleList_.Add(other.handbookMiracleList_); handbookFormulaList_.Add(other.handbookFormulaList_); + handbookTitanBlessList_.Add(other.handbookTitanBlessList_); _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -315,12 +312,12 @@ namespace EggLink.DanhengServer.Proto { break; case 26: case 24: { - handbookTitanBlessList_.AddEntriesFrom(input, _repeated_handbookTitanBlessList_codec); + handbookBuffList_.AddEntriesFrom(input, _repeated_handbookBuffList_codec); break; } case 50: case 48: { - handbookBuffList_.AddEntriesFrom(input, _repeated_handbookBuffList_codec); + handbookMiracleList_.AddEntriesFrom(input, _repeated_handbookMiracleList_codec); break; } case 56: { @@ -329,22 +326,22 @@ namespace EggLink.DanhengServer.Proto { } case 74: case 72: { - handbookMiracleList_.AddEntriesFrom(input, _repeated_handbookMiracleList_codec); + handbookFormulaList_.AddEntriesFrom(input, _repeated_handbookFormulaList_codec); break; } case 82: case 80: { - handbookTournMiracleList_.AddEntriesFrom(input, _repeated_handbookTournMiracleList_codec); + handbookHexAvatarList_.AddEntriesFrom(input, _repeated_handbookHexAvatarList_codec); break; } case 106: case 104: { - handbookFormulaList_.AddEntriesFrom(input, _repeated_handbookFormulaList_codec); + handbookTitanBlessList_.AddEntriesFrom(input, _repeated_handbookTitanBlessList_codec); break; } case 114: case 112: { - handbookHexAvatarList_.AddEntriesFrom(input, _repeated_handbookHexAvatarList_codec); + handbookTournMiracleList_.AddEntriesFrom(input, _repeated_handbookTournMiracleList_codec); break; } } @@ -364,12 +361,12 @@ namespace EggLink.DanhengServer.Proto { break; case 26: case 24: { - handbookTitanBlessList_.AddEntriesFrom(ref input, _repeated_handbookTitanBlessList_codec); + handbookBuffList_.AddEntriesFrom(ref input, _repeated_handbookBuffList_codec); break; } case 50: case 48: { - handbookBuffList_.AddEntriesFrom(ref input, _repeated_handbookBuffList_codec); + handbookMiracleList_.AddEntriesFrom(ref input, _repeated_handbookMiracleList_codec); break; } case 56: { @@ -378,22 +375,22 @@ namespace EggLink.DanhengServer.Proto { } case 74: case 72: { - handbookMiracleList_.AddEntriesFrom(ref input, _repeated_handbookMiracleList_codec); + handbookFormulaList_.AddEntriesFrom(ref input, _repeated_handbookFormulaList_codec); break; } case 82: case 80: { - handbookTournMiracleList_.AddEntriesFrom(ref input, _repeated_handbookTournMiracleList_codec); + handbookHexAvatarList_.AddEntriesFrom(ref input, _repeated_handbookHexAvatarList_codec); break; } case 106: case 104: { - handbookFormulaList_.AddEntriesFrom(ref input, _repeated_handbookFormulaList_codec); + handbookTitanBlessList_.AddEntriesFrom(ref input, _repeated_handbookTitanBlessList_codec); break; } case 114: case 112: { - handbookHexAvatarList_.AddEntriesFrom(ref input, _repeated_handbookHexAvatarList_codec); + handbookTournMiracleList_.AddEntriesFrom(ref input, _repeated_handbookTournMiracleList_codec); break; } } diff --git a/Proto/RogueTournHandbookType.cs b/Proto/RogueTournHandbookType.cs deleted file mode 100644 index b9ec56a2..00000000 --- a/Proto/RogueTournHandbookType.cs +++ /dev/null @@ -1,57 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: RogueTournHandbookType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from RogueTournHandbookType.proto - public static partial class RogueTournHandbookTypeReflection { - - #region Descriptor - /// File descriptor for RogueTournHandbookType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static RogueTournHandbookTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChxSb2d1ZVRvdXJuSGFuZGJvb2tUeXBlLnByb3RvKo0CChZSb2d1ZVRvdXJu", - "SGFuZGJvb2tUeXBlEh0KGVJPR1VFX1RPVVJOX0hBTkRCT09LX05PTkUQABIn", - "CiNST0dVRV9UT1VSTl9IQU5EQk9PS19TSU1QTEVfTUlSQUNMRRABEiQKIFJP", - "R1VFX1RPVVJOX0hBTkRCT09LX0hFWF9NSVJBQ0xFEAISHQoZUk9HVUVfVE9V", - "Uk5fSEFOREJPT0tfQlVGRhADEh4KGlJPR1VFX1RPVVJOX0hBTkRCT09LX0VW", - "RU5UEAQSIAocUk9HVUVfVE9VUk5fSEFOREJPT0tfRk9STVVMQRAFEiQKIFJP", - "R1VFX1RPVVJOX0hBTkRCT09LX1RJVEFOX0JMRVNTEAZCHqoCG0VnZ0xpbmsu", - "RGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.RogueTournHandbookType), }, null, null)); - } - #endregion - - } - #region Enums - public enum RogueTournHandbookType { - [pbr::OriginalName("ROGUE_TOURN_HANDBOOK_NONE")] RogueTournHandbookNone = 0, - [pbr::OriginalName("ROGUE_TOURN_HANDBOOK_SIMPLE_MIRACLE")] RogueTournHandbookSimpleMiracle = 1, - [pbr::OriginalName("ROGUE_TOURN_HANDBOOK_HEX_MIRACLE")] RogueTournHandbookHexMiracle = 2, - [pbr::OriginalName("ROGUE_TOURN_HANDBOOK_BUFF")] RogueTournHandbookBuff = 3, - [pbr::OriginalName("ROGUE_TOURN_HANDBOOK_EVENT")] RogueTournHandbookEvent = 4, - [pbr::OriginalName("ROGUE_TOURN_HANDBOOK_FORMULA")] RogueTournHandbookFormula = 5, - [pbr::OriginalName("ROGUE_TOURN_HANDBOOK_TITAN_BLESS")] RogueTournHandbookTitanBless = 6, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/RogueTournInfo.cs b/Proto/RogueTournInfo.cs index 7676425a..379d4f97 100644 --- a/Proto/RogueTournInfo.cs +++ b/Proto/RogueTournInfo.cs @@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto { static RogueTournInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChRSb2d1ZVRvdXJuSW5mby5wcm90bxocUm9ndWVUb3VybkhhbmRib29rSW5m", - "by5wcm90bxoXUm9ndWVUb3VybkV4cEluZm8ucHJvdG8aGFJvZ3VlVG91cm5B", - "cmVhSW5mby5wcm90bxocUm9ndWVUb3VyblNlYXNvblRhbGVudC5wcm90bxoU", - "RXh0cmFTY29yZUluZm8ucHJvdG8aGFJvZ3VlVG91cm5TYXZlTGlzdC5wcm90", - "bxoeUm9ndWVUb3VybkRpZmZpY3VsdHlJbmZvLnByb3RvGhpSb2d1ZVRvdXJu", - "U2Vhc29uSW5mby5wcm90bxoRS0NMQ0hKTU5QR0wucHJvdG8aI1JvZ3VlVG91", - "cm5QZXJtYW5lbnRUYWxlbnRJbmZvLnByb3RvIo4ECg5Sb2d1ZVRvdXJuSW5m", + "ChRSb2d1ZVRvdXJuSW5mby5wcm90bxoRS0NMQ0hKTU5QR0wucHJvdG8aHFJv", + "Z3VlVG91cm5TZWFzb25UYWxlbnQucHJvdG8aGFJvZ3VlVG91cm5TYXZlTGlz", + "dC5wcm90bxocUm9ndWVUb3VybkhhbmRib29rSW5mby5wcm90bxoeUm9ndWVU", + "b3VybkRpZmZpY3VsdHlJbmZvLnByb3RvGhRFeHRyYVNjb3JlSW5mby5wcm90", + "bxojUm9ndWVUb3VyblBlcm1hbmVudFRhbGVudEluZm8ucHJvdG8aGlJvZ3Vl", + "VG91cm5TZWFzb25JbmZvLnByb3RvGhdSb2d1ZVRvdXJuRXhwSW5mby5wcm90", + "bxoYUm9ndWVUb3VybkFyZWFJbmZvLnByb3RvIo4ECg5Sb2d1ZVRvdXJuSW5m", "bxI1ChRyb2d1ZV90b3Vybl9oYW5kYm9vaxgJIAEoCzIXLlJvZ3VlVG91cm5I", "YW5kYm9va0luZm8SMwoSc2Vhc29uX3RhbGVudF9pbmZvGAMgASgLMhcuUm9n", "dWVUb3VyblNlYXNvblRhbGVudBIwChRyb2d1ZV90b3Vybl9leHBfaW5mbxgF", @@ -45,7 +45,7 @@ namespace EggLink.DanhengServer.Proto { "Dy5FeHRyYVNjb3JlSW5mb0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlBy", "b3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueTournHandbookInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournExpInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournAreaInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournSeasonTalentReflection.Descriptor, global::EggLink.DanhengServer.Proto.ExtraScoreInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournSaveListReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournDifficultyInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournSeasonInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.KCLCHJMNPGLReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournPermanentTalentInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.KCLCHJMNPGLReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournSeasonTalentReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournSaveListReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournHandbookInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournDifficultyInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ExtraScoreInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournPermanentTalentInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournSeasonInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournExpInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournAreaInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueTournInfo), global::EggLink.DanhengServer.Proto.RogueTournInfo.Parser, new[]{ "RogueTournHandbook", "SeasonTalentInfo", "RogueTournExpInfo", "RogueSeasonInfo", "LKCEFCLJCBM", "RogueTournDifficultyInfo", "RogueTournAreaInfo", "PermanentInfo", "RogueTournSaveList", "ExtraScoreInfo" }, null, null, null, null) })); diff --git a/Proto/RogueTournLevelInfo.cs b/Proto/RogueTournLevelInfo.cs index 4b877f48..38cd7eba 100644 --- a/Proto/RogueTournLevelInfo.cs +++ b/Proto/RogueTournLevelInfo.cs @@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto { static RogueTournLevelInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChlSb2d1ZVRvdXJuTGV2ZWxJbmZvLnByb3RvGhtSb2d1ZVRvdXJuTGV2ZWxT", - "dGF0dXMucHJvdG8aHFJvZ3VlVG91cm5TZXR0bGVSZWFzb24ucHJvdG8aFVJv", - "Z3VlVG91cm5MZXZlbC5wcm90byLUAQoTUm9ndWVUb3VybkxldmVsSW5mbxIX", + "ChlSb2d1ZVRvdXJuTGV2ZWxJbmZvLnByb3RvGhVSb2d1ZVRvdXJuTGV2ZWwu", + "cHJvdG8aHFJvZ3VlVG91cm5TZXR0bGVSZWFzb24ucHJvdG8aG1JvZ3VlVG91", + "cm5MZXZlbFN0YXR1cy5wcm90byLUAQoTUm9ndWVUb3VybkxldmVsSW5mbxIX", "Cg9jdXJfbGV2ZWxfaW5kZXgYCyABKA0SEwoLTEdCT0hESUNGUEsYDCABKAgS", "KQoPbGV2ZWxfaW5mb19saXN0GA8gAygLMhAuUm9ndWVUb3VybkxldmVsEhMK", "C0VKT0lKR0NMQ0pPGAQgASgIEicKBnJlYXNvbhgNIAEoDjIXLlJvZ3VlVG91", @@ -34,7 +34,7 @@ namespace EggLink.DanhengServer.Proto { "dmVsU3RhdHVzQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy", "b3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueTournLevelStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournSettleReasonReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournLevelReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueTournLevelReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournSettleReasonReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournLevelStatusReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueTournLevelInfo), global::EggLink.DanhengServer.Proto.RogueTournLevelInfo.Parser, new[]{ "CurLevelIndex", "LGBOHDICFPK", "LevelInfoList", "EJOIJGCLCJO", "Reason", "Status" }, null, null, null, null) })); diff --git a/Proto/RogueTournLevelInfoUpdateScNotify.cs b/Proto/RogueTournLevelInfoUpdateScNotify.cs index f1f9b8d8..bc7d13b9 100644 --- a/Proto/RogueTournLevelInfoUpdateScNotify.cs +++ b/Proto/RogueTournLevelInfoUpdateScNotify.cs @@ -24,16 +24,16 @@ namespace EggLink.DanhengServer.Proto { static RogueTournLevelInfoUpdateScNotifyReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CidSb2d1ZVRvdXJuTGV2ZWxJbmZvVXBkYXRlU2NOb3RpZnkucHJvdG8aG1Jv", - "Z3VlVG91cm5MZXZlbFN0YXR1cy5wcm90bxocUm9ndWVUb3VyblNldHRsZVJl", - "YXNvbi5wcm90bxoVUm9ndWVUb3VybkxldmVsLnByb3RvIrgBCiFSb2d1ZVRv", + "CidSb2d1ZVRvdXJuTGV2ZWxJbmZvVXBkYXRlU2NOb3RpZnkucHJvdG8aFVJv", + "Z3VlVG91cm5MZXZlbC5wcm90bxocUm9ndWVUb3VyblNldHRsZVJlYXNvbi5w", + "cm90bxobUm9ndWVUb3VybkxldmVsU3RhdHVzLnByb3RvIrgBCiFSb2d1ZVRv", "dXJuTGV2ZWxJbmZvVXBkYXRlU2NOb3RpZnkSJgoGc3RhdHVzGAIgASgOMhYu", "Um9ndWVUb3VybkxldmVsU3RhdHVzEicKBnJlYXNvbhgPIAEoDjIXLlJvZ3Vl", "VG91cm5TZXR0bGVSZWFzb24SKQoPbGV2ZWxfaW5mb19saXN0GA4gAygLMhAu", "Um9ndWVUb3VybkxldmVsEhcKD2N1cl9sZXZlbF9pbmRleBgHIAEoDUIeqgIb", "RWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueTournLevelStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournSettleReasonReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournLevelReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueTournLevelReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournSettleReasonReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournLevelStatusReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueTournLevelInfoUpdateScNotify), global::EggLink.DanhengServer.Proto.RogueTournLevelInfoUpdateScNotify.Parser, new[]{ "Status", "Reason", "LevelInfoList", "CurLevelIndex" }, null, null, null, null) })); diff --git a/Proto/RogueTournSaveList.cs b/Proto/RogueTournSaveList.cs index 282f1bc7..d68c7cda 100644 --- a/Proto/RogueTournSaveList.cs +++ b/Proto/RogueTournSaveList.cs @@ -25,15 +25,15 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChhSb2d1ZVRvdXJuU2F2ZUxpc3QucHJvdG8aGlJvZ3VlVG91cm5TZWFzb25J", - "bmZvLnByb3RvGhFCS0ZGTk5BSU9EQy5wcm90bxoXUm9ndWVUb3VybkN1cklu", - "Zm8ucHJvdG8i1QEKElJvZ3VlVG91cm5TYXZlTGlzdBIRCgltYXhfdGltZXMY", + "bmZvLnByb3RvGhdSb2d1ZVRvdXJuQ3VySW5mby5wcm90bxoRQktGRk5OQUlP", + "REMucHJvdG8i1QEKElJvZ3VlVG91cm5TYXZlTGlzdBIRCgltYXhfdGltZXMY", "CCABKA0SEAoIZW5kX3RpbWUYCSABKAMSDAoEbmFtZRgBIAEoCRIMCgR0aW1l", "GAIgASgDEjAKEXJvZ3VlX3NlYXNvbl9pbmZvGA4gASgLMhUuUm9ndWVUb3Vy", "blNlYXNvbkluZm8SMAoUcm9ndWVfdG91cm5fY3VyX2luZm8YDCABKAsyEi5S", "b2d1ZVRvdXJuQ3VySW5mbxIaCgRkYXRhGAcgASgLMgwuQktGRk5OQUlPRENC", "HqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueTournSeasonInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.BKFFNNAIODCReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournCurInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueTournSeasonInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournCurInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.BKFFNNAIODCReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueTournSaveList), global::EggLink.DanhengServer.Proto.RogueTournSaveList.Parser, new[]{ "MaxTimes", "EndTime", "Name", "Time", "RogueSeasonInfo", "RogueTournCurInfo", "Data" }, null, null, null, null) })); diff --git a/Proto/RogueTournSettleScRsp.cs b/Proto/RogueTournSettleScRsp.cs index 5a79d690..8af05b1e 100644 --- a/Proto/RogueTournSettleScRsp.cs +++ b/Proto/RogueTournSettleScRsp.cs @@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto { static RogueTournSettleScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChtSb2d1ZVRvdXJuU2V0dGxlU2NSc3AucHJvdG8aHFJvZ3VlVG91cm5DdXJT", - "Y2VuZUluZm8ucHJvdG8aGlJvZ3VlVG91cm5GaW5pc2hJbmZvLnByb3RvIpcB", + "ChtSb2d1ZVRvdXJuU2V0dGxlU2NSc3AucHJvdG8aGlJvZ3VlVG91cm5GaW5p", + "c2hJbmZvLnByb3RvGhxSb2d1ZVRvdXJuQ3VyU2NlbmVJbmZvLnByb3RvIpcB", "ChVSb2d1ZVRvdXJuU2V0dGxlU2NSc3ASMAoRdG91cm5fZmluaXNoX2luZm8Y", "DSABKAsyFS5Sb2d1ZVRvdXJuRmluaXNoSW5mbxI7Chpyb2d1ZV90b3Vybl9j", "dXJfc2NlbmVfaW5mbxgPIAEoCzIXLlJvZ3VlVG91cm5DdXJTY2VuZUluZm8S", "DwoHcmV0Y29kZRgDIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlBy", "b3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueTournCurSceneInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournFinishInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueTournFinishInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournCurSceneInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueTournSettleScRsp), global::EggLink.DanhengServer.Proto.RogueTournSettleScRsp.Parser, new[]{ "TournFinishInfo", "RogueTournCurSceneInfo", "Retcode" }, null, null, null, null) })); diff --git a/Proto/RogueTournStartScRsp.cs b/Proto/RogueTournStartScRsp.cs index 2ec1d65d..b610009d 100644 --- a/Proto/RogueTournStartScRsp.cs +++ b/Proto/RogueTournStartScRsp.cs @@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto { static RogueTournStartScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChpSb2d1ZVRvdXJuU3RhcnRTY1JzcC5wcm90bxoXUm9ndWVUb3VybkN1cklu", - "Zm8ucHJvdG8aHFJvZ3VlVG91cm5DdXJTY2VuZUluZm8ucHJvdG8ipAEKFFJv", + "ChpSb2d1ZVRvdXJuU3RhcnRTY1JzcC5wcm90bxocUm9ndWVUb3VybkN1clNj", + "ZW5lSW5mby5wcm90bxoXUm9ndWVUb3VybkN1ckluZm8ucHJvdG8ipAEKFFJv", "Z3VlVG91cm5TdGFydFNjUnNwEgwKBHdlZWsYAyABKA0SDwoHcmV0Y29kZRgB", "IAEoDRIwChRyb2d1ZV90b3Vybl9jdXJfaW5mbxgOIAEoCzISLlJvZ3VlVG91", "cm5DdXJJbmZvEjsKGnJvZ3VlX3RvdXJuX2N1cl9zY2VuZV9pbmZvGAUgASgL", "MhcuUm9ndWVUb3VybkN1clNjZW5lSW5mb0IeqgIbRWdnTGluay5EYW5oZW5n", "U2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueTournCurInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournCurSceneInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueTournCurSceneInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournCurInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueTournStartScRsp), global::EggLink.DanhengServer.Proto.RogueTournStartScRsp.Parser, new[]{ "Week", "Retcode", "RogueTournCurInfo", "RogueTournCurSceneInfo" }, null, null, null, null) })); diff --git a/Proto/RogueUnlockProgress.cs b/Proto/RogueUnlockProgress.cs index 37e3384b..c672f0ef 100644 --- a/Proto/RogueUnlockProgress.cs +++ b/Proto/RogueUnlockProgress.cs @@ -24,10 +24,10 @@ namespace EggLink.DanhengServer.Proto { static RogueUnlockProgressReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChlSb2d1ZVVubG9ja1Byb2dyZXNzLnByb3RvIkkKE1JvZ3VlVW5sb2NrUHJv", - "Z3Jlc3MSEAoIVW5sb2NrSWQYBSABKA0SEAoIUHJvZ3Jlc3MYBiABKA0SDgoG", - "RmluaXNoGAMgASgIQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9i", - "BnByb3RvMw==")); + "ChlSb2d1ZVVubG9ja1Byb2dyZXNzLnByb3RvIkoKE1JvZ3VlVW5sb2NrUHJv", + "Z3Jlc3MSEQoJdW5sb2NrX2lkGAUgASgNEhAKCHByb2dyZXNzGAYgASgNEg4K", + "BmZpbmlzaBgDIAEoCEIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv", + "YgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -85,7 +85,7 @@ namespace EggLink.DanhengServer.Proto { return new RogueUnlockProgress(this); } - /// Field number for the "UnlockId" field. + /// Field number for the "unlock_id" field. public const int UnlockIdFieldNumber = 5; private uint unlockId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -97,7 +97,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Progress" field. + /// Field number for the "progress" field. public const int ProgressFieldNumber = 6; private uint progress_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -109,7 +109,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Finish" field. + /// Field number for the "finish" field. public const int FinishFieldNumber = 3; private bool finish_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/RogueWorkbenchContentInfo.cs b/Proto/RogueWorkbenchContentInfo.cs index 35fe3eda..114143de 100644 --- a/Proto/RogueWorkbenchContentInfo.cs +++ b/Proto/RogueWorkbenchContentInfo.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static RogueWorkbenchContentInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Ch9Sb2d1ZVdvcmtiZW5jaENvbnRlbnRJbmZvLnByb3RvGidXb3JrYmVuY2hD", - "b21wb3NlTWlyYWNsZVRhcmdldEluZm8ucHJvdG8aEUdKQkJMQ0lQQkhELnBy", - "b3RvGhFMRUhHTENFTEpNRi5wcm90bxoRSkRPT0lEQktDSU0ucHJvdG8aKVdv", - "cmtiZW5jaFJlZm9yZ2VIZXhBdmF0YXJUYXJnZXRJbmZvLnByb3RvGidXb3Jr", - "YmVuY2hSZWZvcmdlRm9ybXVsYVRhcmdldEluZm8ucHJvdG8aJFdvcmtiZW5j", - "aFJlZm9yZ2VCdWZmVGFyZ2V0SW5mby5wcm90bxokV29ya2JlbmNoRW5oYW5j", - "ZUJ1ZmZUYXJnZXRJbmZvLnByb3RvGhFGSEpHTE9QTUZOQy5wcm90bxoRSkJO", - "Q0RGRlBET1AucHJvdG8itAQKGVJvZ3VlV29ya2JlbmNoQ29udGVudEluZm8S", + "Ch9Sb2d1ZVdvcmtiZW5jaENvbnRlbnRJbmZvLnByb3RvGiRXb3JrYmVuY2hS", + "ZWZvcmdlQnVmZlRhcmdldEluZm8ucHJvdG8aKVdvcmtiZW5jaFJlZm9yZ2VI", + "ZXhBdmF0YXJUYXJnZXRJbmZvLnByb3RvGhFGSEpHTE9QTUZOQy5wcm90bxon", + "V29ya2JlbmNoQ29tcG9zZU1pcmFjbGVUYXJnZXRJbmZvLnByb3RvGidXb3Jr", + "YmVuY2hSZWZvcmdlRm9ybXVsYVRhcmdldEluZm8ucHJvdG8aEUpCTkNERkZQ", + "RE9QLnByb3RvGhFKRE9PSURCS0NJTS5wcm90bxoRTEVIR0xDRUxKTUYucHJv", + "dG8aEUdKQkJMQ0lQQkhELnByb3RvGiRXb3JrYmVuY2hFbmhhbmNlQnVmZlRh", + "cmdldEluZm8ucHJvdG8iswQKGVJvZ3VlV29ya2JlbmNoQ29udGVudEluZm8S", "PAoRcmVmb3JnZV9idWZmX2Z1bmMYCSABKAsyHy5Xb3JrYmVuY2hSZWZvcmdl", "QnVmZlRhcmdldEluZm9IABJCChRyZWZvcmdlX2Zvcm11bGFfZnVuYxgHIAEo", "CzIiLldvcmtiZW5jaFJlZm9yZ2VGb3JtdWxhVGFyZ2V0SW5mb0gAEjwKEWVu", @@ -43,12 +43,12 @@ namespace EggLink.DanhengServer.Proto { "REJLQ0lNSAASJwoPZ2FtZV9tYWdpY191bml0GAwgASgLMgwuR0pCQkxDSVBC", "SERIABIjCgtDRUFKTkxJT0ZIRhgIIAEoCzIMLkxFSEdMQ0VMSk1GSAASIwoL", "UEdQQUFQT1BET0MYAyABKAsyDC5GSEpHTE9QTUZOQ0gAEiMKC1BNS0VIR0JQ", - "Q05HGAYgASgLMgwuSkJOQ0RGRlBET1BIAEIOCgxjb250ZW50X2Nhc2VCHqoC", - "G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); + "Q05HGAYgASgLMgwuSkJOQ0RGRlBET1BIAEINCgtGTExGQkxBTEdMTEIeqgIb", + "RWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.WorkbenchComposeMiracleTargetInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.GJBBLCIPBHDReflection.Descriptor, global::EggLink.DanhengServer.Proto.LEHGLCELJMFReflection.Descriptor, global::EggLink.DanhengServer.Proto.JDOOIDBKCIMReflection.Descriptor, global::EggLink.DanhengServer.Proto.WorkbenchReforgeHexAvatarTargetInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.WorkbenchReforgeFormulaTargetInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.WorkbenchReforgeBuffTargetInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.WorkbenchEnhanceBuffTargetInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.FHJGLOPMFNCReflection.Descriptor, global::EggLink.DanhengServer.Proto.JBNCDFFPDOPReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.WorkbenchReforgeBuffTargetInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.WorkbenchReforgeHexAvatarTargetInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.FHJGLOPMFNCReflection.Descriptor, global::EggLink.DanhengServer.Proto.WorkbenchComposeMiracleTargetInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.WorkbenchReforgeFormulaTargetInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.JBNCDFFPDOPReflection.Descriptor, global::EggLink.DanhengServer.Proto.JDOOIDBKCIMReflection.Descriptor, global::EggLink.DanhengServer.Proto.LEHGLCELJMFReflection.Descriptor, global::EggLink.DanhengServer.Proto.GJBBLCIPBHDReflection.Descriptor, global::EggLink.DanhengServer.Proto.WorkbenchEnhanceBuffTargetInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueWorkbenchContentInfo), global::EggLink.DanhengServer.Proto.RogueWorkbenchContentInfo.Parser, new[]{ "ReforgeBuffFunc", "ReforgeFormulaFunc", "EnhanceBuffFunc", "ComposeMiracleFunc", "ReforgeHexAvatarFunc", "MagicItem", "GameMagicUnit", "CEAJNLIOFHF", "PGPAAPOPDOC", "PMKEHGBPCNG" }, new[]{ "ContentCase" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueWorkbenchContentInfo), global::EggLink.DanhengServer.Proto.RogueWorkbenchContentInfo.Parser, new[]{ "ReforgeBuffFunc", "ReforgeFormulaFunc", "EnhanceBuffFunc", "ComposeMiracleFunc", "ReforgeHexAvatarFunc", "MagicItem", "GameMagicUnit", "CEAJNLIOFHF", "PGPAAPOPDOC", "PMKEHGBPCNG" }, new[]{ "FLLFBLALGLL" }, null, null, null) })); } #endregion @@ -90,35 +90,35 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public RogueWorkbenchContentInfo(RogueWorkbenchContentInfo other) : this() { - switch (other.ContentCaseCase) { - case ContentCaseOneofCase.ReforgeBuffFunc: + switch (other.FLLFBLALGLLCase) { + case FLLFBLALGLLOneofCase.ReforgeBuffFunc: ReforgeBuffFunc = other.ReforgeBuffFunc.Clone(); break; - case ContentCaseOneofCase.ReforgeFormulaFunc: + case FLLFBLALGLLOneofCase.ReforgeFormulaFunc: ReforgeFormulaFunc = other.ReforgeFormulaFunc.Clone(); break; - case ContentCaseOneofCase.EnhanceBuffFunc: + case FLLFBLALGLLOneofCase.EnhanceBuffFunc: EnhanceBuffFunc = other.EnhanceBuffFunc.Clone(); break; - case ContentCaseOneofCase.ComposeMiracleFunc: + case FLLFBLALGLLOneofCase.ComposeMiracleFunc: ComposeMiracleFunc = other.ComposeMiracleFunc.Clone(); break; - case ContentCaseOneofCase.ReforgeHexAvatarFunc: + case FLLFBLALGLLOneofCase.ReforgeHexAvatarFunc: ReforgeHexAvatarFunc = other.ReforgeHexAvatarFunc.Clone(); break; - case ContentCaseOneofCase.MagicItem: + case FLLFBLALGLLOneofCase.MagicItem: MagicItem = other.MagicItem.Clone(); break; - case ContentCaseOneofCase.GameMagicUnit: + case FLLFBLALGLLOneofCase.GameMagicUnit: GameMagicUnit = other.GameMagicUnit.Clone(); break; - case ContentCaseOneofCase.CEAJNLIOFHF: + case FLLFBLALGLLOneofCase.CEAJNLIOFHF: CEAJNLIOFHF = other.CEAJNLIOFHF.Clone(); break; - case ContentCaseOneofCase.PGPAAPOPDOC: + case FLLFBLALGLLOneofCase.PGPAAPOPDOC: PGPAAPOPDOC = other.PGPAAPOPDOC.Clone(); break; - case ContentCaseOneofCase.PMKEHGBPCNG: + case FLLFBLALGLLOneofCase.PMKEHGBPCNG: PMKEHGBPCNG = other.PMKEHGBPCNG.Clone(); break; } @@ -137,10 +137,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.WorkbenchReforgeBuffTargetInfo ReforgeBuffFunc { - get { return contentCaseCase_ == ContentCaseOneofCase.ReforgeBuffFunc ? (global::EggLink.DanhengServer.Proto.WorkbenchReforgeBuffTargetInfo) contentCase_ : null; } + get { return fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.ReforgeBuffFunc ? (global::EggLink.DanhengServer.Proto.WorkbenchReforgeBuffTargetInfo) fLLFBLALGLL_ : null; } set { - contentCase_ = value; - contentCaseCase_ = value == null ? ContentCaseOneofCase.None : ContentCaseOneofCase.ReforgeBuffFunc; + fLLFBLALGLL_ = value; + fLLFBLALGLLCase_ = value == null ? FLLFBLALGLLOneofCase.None : FLLFBLALGLLOneofCase.ReforgeBuffFunc; } } @@ -149,10 +149,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.WorkbenchReforgeFormulaTargetInfo ReforgeFormulaFunc { - get { return contentCaseCase_ == ContentCaseOneofCase.ReforgeFormulaFunc ? (global::EggLink.DanhengServer.Proto.WorkbenchReforgeFormulaTargetInfo) contentCase_ : null; } + get { return fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.ReforgeFormulaFunc ? (global::EggLink.DanhengServer.Proto.WorkbenchReforgeFormulaTargetInfo) fLLFBLALGLL_ : null; } set { - contentCase_ = value; - contentCaseCase_ = value == null ? ContentCaseOneofCase.None : ContentCaseOneofCase.ReforgeFormulaFunc; + fLLFBLALGLL_ = value; + fLLFBLALGLLCase_ = value == null ? FLLFBLALGLLOneofCase.None : FLLFBLALGLLOneofCase.ReforgeFormulaFunc; } } @@ -161,10 +161,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.WorkbenchEnhanceBuffTargetInfo EnhanceBuffFunc { - get { return contentCaseCase_ == ContentCaseOneofCase.EnhanceBuffFunc ? (global::EggLink.DanhengServer.Proto.WorkbenchEnhanceBuffTargetInfo) contentCase_ : null; } + get { return fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.EnhanceBuffFunc ? (global::EggLink.DanhengServer.Proto.WorkbenchEnhanceBuffTargetInfo) fLLFBLALGLL_ : null; } set { - contentCase_ = value; - contentCaseCase_ = value == null ? ContentCaseOneofCase.None : ContentCaseOneofCase.EnhanceBuffFunc; + fLLFBLALGLL_ = value; + fLLFBLALGLLCase_ = value == null ? FLLFBLALGLLOneofCase.None : FLLFBLALGLLOneofCase.EnhanceBuffFunc; } } @@ -173,10 +173,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.WorkbenchComposeMiracleTargetInfo ComposeMiracleFunc { - get { return contentCaseCase_ == ContentCaseOneofCase.ComposeMiracleFunc ? (global::EggLink.DanhengServer.Proto.WorkbenchComposeMiracleTargetInfo) contentCase_ : null; } + get { return fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.ComposeMiracleFunc ? (global::EggLink.DanhengServer.Proto.WorkbenchComposeMiracleTargetInfo) fLLFBLALGLL_ : null; } set { - contentCase_ = value; - contentCaseCase_ = value == null ? ContentCaseOneofCase.None : ContentCaseOneofCase.ComposeMiracleFunc; + fLLFBLALGLL_ = value; + fLLFBLALGLLCase_ = value == null ? FLLFBLALGLLOneofCase.None : FLLFBLALGLLOneofCase.ComposeMiracleFunc; } } @@ -185,10 +185,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.WorkbenchReforgeHexAvatarTargetInfo ReforgeHexAvatarFunc { - get { return contentCaseCase_ == ContentCaseOneofCase.ReforgeHexAvatarFunc ? (global::EggLink.DanhengServer.Proto.WorkbenchReforgeHexAvatarTargetInfo) contentCase_ : null; } + get { return fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.ReforgeHexAvatarFunc ? (global::EggLink.DanhengServer.Proto.WorkbenchReforgeHexAvatarTargetInfo) fLLFBLALGLL_ : null; } set { - contentCase_ = value; - contentCaseCase_ = value == null ? ContentCaseOneofCase.None : ContentCaseOneofCase.ReforgeHexAvatarFunc; + fLLFBLALGLL_ = value; + fLLFBLALGLLCase_ = value == null ? FLLFBLALGLLOneofCase.None : FLLFBLALGLLOneofCase.ReforgeHexAvatarFunc; } } @@ -197,10 +197,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.JDOOIDBKCIM MagicItem { - get { return contentCaseCase_ == ContentCaseOneofCase.MagicItem ? (global::EggLink.DanhengServer.Proto.JDOOIDBKCIM) contentCase_ : null; } + get { return fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.MagicItem ? (global::EggLink.DanhengServer.Proto.JDOOIDBKCIM) fLLFBLALGLL_ : null; } set { - contentCase_ = value; - contentCaseCase_ = value == null ? ContentCaseOneofCase.None : ContentCaseOneofCase.MagicItem; + fLLFBLALGLL_ = value; + fLLFBLALGLLCase_ = value == null ? FLLFBLALGLLOneofCase.None : FLLFBLALGLLOneofCase.MagicItem; } } @@ -209,10 +209,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.GJBBLCIPBHD GameMagicUnit { - get { return contentCaseCase_ == ContentCaseOneofCase.GameMagicUnit ? (global::EggLink.DanhengServer.Proto.GJBBLCIPBHD) contentCase_ : null; } + get { return fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.GameMagicUnit ? (global::EggLink.DanhengServer.Proto.GJBBLCIPBHD) fLLFBLALGLL_ : null; } set { - contentCase_ = value; - contentCaseCase_ = value == null ? ContentCaseOneofCase.None : ContentCaseOneofCase.GameMagicUnit; + fLLFBLALGLL_ = value; + fLLFBLALGLLCase_ = value == null ? FLLFBLALGLLOneofCase.None : FLLFBLALGLLOneofCase.GameMagicUnit; } } @@ -221,10 +221,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.LEHGLCELJMF CEAJNLIOFHF { - get { return contentCaseCase_ == ContentCaseOneofCase.CEAJNLIOFHF ? (global::EggLink.DanhengServer.Proto.LEHGLCELJMF) contentCase_ : null; } + get { return fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.CEAJNLIOFHF ? (global::EggLink.DanhengServer.Proto.LEHGLCELJMF) fLLFBLALGLL_ : null; } set { - contentCase_ = value; - contentCaseCase_ = value == null ? ContentCaseOneofCase.None : ContentCaseOneofCase.CEAJNLIOFHF; + fLLFBLALGLL_ = value; + fLLFBLALGLLCase_ = value == null ? FLLFBLALGLLOneofCase.None : FLLFBLALGLLOneofCase.CEAJNLIOFHF; } } @@ -233,10 +233,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.FHJGLOPMFNC PGPAAPOPDOC { - get { return contentCaseCase_ == ContentCaseOneofCase.PGPAAPOPDOC ? (global::EggLink.DanhengServer.Proto.FHJGLOPMFNC) contentCase_ : null; } + get { return fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.PGPAAPOPDOC ? (global::EggLink.DanhengServer.Proto.FHJGLOPMFNC) fLLFBLALGLL_ : null; } set { - contentCase_ = value; - contentCaseCase_ = value == null ? ContentCaseOneofCase.None : ContentCaseOneofCase.PGPAAPOPDOC; + fLLFBLALGLL_ = value; + fLLFBLALGLLCase_ = value == null ? FLLFBLALGLLOneofCase.None : FLLFBLALGLLOneofCase.PGPAAPOPDOC; } } @@ -245,16 +245,16 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.JBNCDFFPDOP PMKEHGBPCNG { - get { return contentCaseCase_ == ContentCaseOneofCase.PMKEHGBPCNG ? (global::EggLink.DanhengServer.Proto.JBNCDFFPDOP) contentCase_ : null; } + get { return fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.PMKEHGBPCNG ? (global::EggLink.DanhengServer.Proto.JBNCDFFPDOP) fLLFBLALGLL_ : null; } set { - contentCase_ = value; - contentCaseCase_ = value == null ? ContentCaseOneofCase.None : ContentCaseOneofCase.PMKEHGBPCNG; + fLLFBLALGLL_ = value; + fLLFBLALGLLCase_ = value == null ? FLLFBLALGLLOneofCase.None : FLLFBLALGLLOneofCase.PMKEHGBPCNG; } } - private object contentCase_; - /// Enum of possible cases for the "content_case" oneof. - public enum ContentCaseOneofCase { + private object fLLFBLALGLL_; + /// Enum of possible cases for the "FLLFBLALGLL" oneof. + public enum FLLFBLALGLLOneofCase { None = 0, ReforgeBuffFunc = 9, ReforgeFormulaFunc = 7, @@ -267,18 +267,18 @@ namespace EggLink.DanhengServer.Proto { PGPAAPOPDOC = 3, PMKEHGBPCNG = 6, } - private ContentCaseOneofCase contentCaseCase_ = ContentCaseOneofCase.None; + private FLLFBLALGLLOneofCase fLLFBLALGLLCase_ = FLLFBLALGLLOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ContentCaseOneofCase ContentCaseCase { - get { return contentCaseCase_; } + public FLLFBLALGLLOneofCase FLLFBLALGLLCase { + get { return fLLFBLALGLLCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearContentCase() { - contentCaseCase_ = ContentCaseOneofCase.None; - contentCase_ = null; + public void ClearFLLFBLALGLL() { + fLLFBLALGLLCase_ = FLLFBLALGLLOneofCase.None; + fLLFBLALGLL_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -306,7 +306,7 @@ namespace EggLink.DanhengServer.Proto { if (!object.Equals(CEAJNLIOFHF, other.CEAJNLIOFHF)) return false; if (!object.Equals(PGPAAPOPDOC, other.PGPAAPOPDOC)) return false; if (!object.Equals(PMKEHGBPCNG, other.PMKEHGBPCNG)) return false; - if (ContentCaseCase != other.ContentCaseCase) return false; + if (FLLFBLALGLLCase != other.FLLFBLALGLLCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -314,17 +314,17 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (contentCaseCase_ == ContentCaseOneofCase.ReforgeBuffFunc) hash ^= ReforgeBuffFunc.GetHashCode(); - if (contentCaseCase_ == ContentCaseOneofCase.ReforgeFormulaFunc) hash ^= ReforgeFormulaFunc.GetHashCode(); - if (contentCaseCase_ == ContentCaseOneofCase.EnhanceBuffFunc) hash ^= EnhanceBuffFunc.GetHashCode(); - if (contentCaseCase_ == ContentCaseOneofCase.ComposeMiracleFunc) hash ^= ComposeMiracleFunc.GetHashCode(); - if (contentCaseCase_ == ContentCaseOneofCase.ReforgeHexAvatarFunc) hash ^= ReforgeHexAvatarFunc.GetHashCode(); - if (contentCaseCase_ == ContentCaseOneofCase.MagicItem) hash ^= MagicItem.GetHashCode(); - if (contentCaseCase_ == ContentCaseOneofCase.GameMagicUnit) hash ^= GameMagicUnit.GetHashCode(); - if (contentCaseCase_ == ContentCaseOneofCase.CEAJNLIOFHF) hash ^= CEAJNLIOFHF.GetHashCode(); - if (contentCaseCase_ == ContentCaseOneofCase.PGPAAPOPDOC) hash ^= PGPAAPOPDOC.GetHashCode(); - if (contentCaseCase_ == ContentCaseOneofCase.PMKEHGBPCNG) hash ^= PMKEHGBPCNG.GetHashCode(); - hash ^= (int) contentCaseCase_; + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.ReforgeBuffFunc) hash ^= ReforgeBuffFunc.GetHashCode(); + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.ReforgeFormulaFunc) hash ^= ReforgeFormulaFunc.GetHashCode(); + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.EnhanceBuffFunc) hash ^= EnhanceBuffFunc.GetHashCode(); + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.ComposeMiracleFunc) hash ^= ComposeMiracleFunc.GetHashCode(); + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.ReforgeHexAvatarFunc) hash ^= ReforgeHexAvatarFunc.GetHashCode(); + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.MagicItem) hash ^= MagicItem.GetHashCode(); + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.GameMagicUnit) hash ^= GameMagicUnit.GetHashCode(); + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.CEAJNLIOFHF) hash ^= CEAJNLIOFHF.GetHashCode(); + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.PGPAAPOPDOC) hash ^= PGPAAPOPDOC.GetHashCode(); + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.PMKEHGBPCNG) hash ^= PMKEHGBPCNG.GetHashCode(); + hash ^= (int) fLLFBLALGLLCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -343,43 +343,43 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (contentCaseCase_ == ContentCaseOneofCase.MagicItem) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.MagicItem) { output.WriteRawTag(18); output.WriteMessage(MagicItem); } - if (contentCaseCase_ == ContentCaseOneofCase.PGPAAPOPDOC) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.PGPAAPOPDOC) { output.WriteRawTag(26); output.WriteMessage(PGPAAPOPDOC); } - if (contentCaseCase_ == ContentCaseOneofCase.EnhanceBuffFunc) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.EnhanceBuffFunc) { output.WriteRawTag(34); output.WriteMessage(EnhanceBuffFunc); } - if (contentCaseCase_ == ContentCaseOneofCase.PMKEHGBPCNG) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.PMKEHGBPCNG) { output.WriteRawTag(50); output.WriteMessage(PMKEHGBPCNG); } - if (contentCaseCase_ == ContentCaseOneofCase.ReforgeFormulaFunc) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.ReforgeFormulaFunc) { output.WriteRawTag(58); output.WriteMessage(ReforgeFormulaFunc); } - if (contentCaseCase_ == ContentCaseOneofCase.CEAJNLIOFHF) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.CEAJNLIOFHF) { output.WriteRawTag(66); output.WriteMessage(CEAJNLIOFHF); } - if (contentCaseCase_ == ContentCaseOneofCase.ReforgeBuffFunc) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.ReforgeBuffFunc) { output.WriteRawTag(74); output.WriteMessage(ReforgeBuffFunc); } - if (contentCaseCase_ == ContentCaseOneofCase.ReforgeHexAvatarFunc) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.ReforgeHexAvatarFunc) { output.WriteRawTag(82); output.WriteMessage(ReforgeHexAvatarFunc); } - if (contentCaseCase_ == ContentCaseOneofCase.ComposeMiracleFunc) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.ComposeMiracleFunc) { output.WriteRawTag(90); output.WriteMessage(ComposeMiracleFunc); } - if (contentCaseCase_ == ContentCaseOneofCase.GameMagicUnit) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.GameMagicUnit) { output.WriteRawTag(98); output.WriteMessage(GameMagicUnit); } @@ -393,43 +393,43 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (contentCaseCase_ == ContentCaseOneofCase.MagicItem) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.MagicItem) { output.WriteRawTag(18); output.WriteMessage(MagicItem); } - if (contentCaseCase_ == ContentCaseOneofCase.PGPAAPOPDOC) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.PGPAAPOPDOC) { output.WriteRawTag(26); output.WriteMessage(PGPAAPOPDOC); } - if (contentCaseCase_ == ContentCaseOneofCase.EnhanceBuffFunc) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.EnhanceBuffFunc) { output.WriteRawTag(34); output.WriteMessage(EnhanceBuffFunc); } - if (contentCaseCase_ == ContentCaseOneofCase.PMKEHGBPCNG) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.PMKEHGBPCNG) { output.WriteRawTag(50); output.WriteMessage(PMKEHGBPCNG); } - if (contentCaseCase_ == ContentCaseOneofCase.ReforgeFormulaFunc) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.ReforgeFormulaFunc) { output.WriteRawTag(58); output.WriteMessage(ReforgeFormulaFunc); } - if (contentCaseCase_ == ContentCaseOneofCase.CEAJNLIOFHF) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.CEAJNLIOFHF) { output.WriteRawTag(66); output.WriteMessage(CEAJNLIOFHF); } - if (contentCaseCase_ == ContentCaseOneofCase.ReforgeBuffFunc) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.ReforgeBuffFunc) { output.WriteRawTag(74); output.WriteMessage(ReforgeBuffFunc); } - if (contentCaseCase_ == ContentCaseOneofCase.ReforgeHexAvatarFunc) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.ReforgeHexAvatarFunc) { output.WriteRawTag(82); output.WriteMessage(ReforgeHexAvatarFunc); } - if (contentCaseCase_ == ContentCaseOneofCase.ComposeMiracleFunc) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.ComposeMiracleFunc) { output.WriteRawTag(90); output.WriteMessage(ComposeMiracleFunc); } - if (contentCaseCase_ == ContentCaseOneofCase.GameMagicUnit) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.GameMagicUnit) { output.WriteRawTag(98); output.WriteMessage(GameMagicUnit); } @@ -443,34 +443,34 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (contentCaseCase_ == ContentCaseOneofCase.ReforgeBuffFunc) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.ReforgeBuffFunc) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(ReforgeBuffFunc); } - if (contentCaseCase_ == ContentCaseOneofCase.ReforgeFormulaFunc) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.ReforgeFormulaFunc) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(ReforgeFormulaFunc); } - if (contentCaseCase_ == ContentCaseOneofCase.EnhanceBuffFunc) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.EnhanceBuffFunc) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(EnhanceBuffFunc); } - if (contentCaseCase_ == ContentCaseOneofCase.ComposeMiracleFunc) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.ComposeMiracleFunc) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(ComposeMiracleFunc); } - if (contentCaseCase_ == ContentCaseOneofCase.ReforgeHexAvatarFunc) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.ReforgeHexAvatarFunc) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(ReforgeHexAvatarFunc); } - if (contentCaseCase_ == ContentCaseOneofCase.MagicItem) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.MagicItem) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(MagicItem); } - if (contentCaseCase_ == ContentCaseOneofCase.GameMagicUnit) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.GameMagicUnit) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(GameMagicUnit); } - if (contentCaseCase_ == ContentCaseOneofCase.CEAJNLIOFHF) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.CEAJNLIOFHF) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(CEAJNLIOFHF); } - if (contentCaseCase_ == ContentCaseOneofCase.PGPAAPOPDOC) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.PGPAAPOPDOC) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(PGPAAPOPDOC); } - if (contentCaseCase_ == ContentCaseOneofCase.PMKEHGBPCNG) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.PMKEHGBPCNG) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(PMKEHGBPCNG); } if (_unknownFields != null) { @@ -485,62 +485,62 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - switch (other.ContentCaseCase) { - case ContentCaseOneofCase.ReforgeBuffFunc: + switch (other.FLLFBLALGLLCase) { + case FLLFBLALGLLOneofCase.ReforgeBuffFunc: if (ReforgeBuffFunc == null) { ReforgeBuffFunc = new global::EggLink.DanhengServer.Proto.WorkbenchReforgeBuffTargetInfo(); } ReforgeBuffFunc.MergeFrom(other.ReforgeBuffFunc); break; - case ContentCaseOneofCase.ReforgeFormulaFunc: + case FLLFBLALGLLOneofCase.ReforgeFormulaFunc: if (ReforgeFormulaFunc == null) { ReforgeFormulaFunc = new global::EggLink.DanhengServer.Proto.WorkbenchReforgeFormulaTargetInfo(); } ReforgeFormulaFunc.MergeFrom(other.ReforgeFormulaFunc); break; - case ContentCaseOneofCase.EnhanceBuffFunc: + case FLLFBLALGLLOneofCase.EnhanceBuffFunc: if (EnhanceBuffFunc == null) { EnhanceBuffFunc = new global::EggLink.DanhengServer.Proto.WorkbenchEnhanceBuffTargetInfo(); } EnhanceBuffFunc.MergeFrom(other.EnhanceBuffFunc); break; - case ContentCaseOneofCase.ComposeMiracleFunc: + case FLLFBLALGLLOneofCase.ComposeMiracleFunc: if (ComposeMiracleFunc == null) { ComposeMiracleFunc = new global::EggLink.DanhengServer.Proto.WorkbenchComposeMiracleTargetInfo(); } ComposeMiracleFunc.MergeFrom(other.ComposeMiracleFunc); break; - case ContentCaseOneofCase.ReforgeHexAvatarFunc: + case FLLFBLALGLLOneofCase.ReforgeHexAvatarFunc: if (ReforgeHexAvatarFunc == null) { ReforgeHexAvatarFunc = new global::EggLink.DanhengServer.Proto.WorkbenchReforgeHexAvatarTargetInfo(); } ReforgeHexAvatarFunc.MergeFrom(other.ReforgeHexAvatarFunc); break; - case ContentCaseOneofCase.MagicItem: + case FLLFBLALGLLOneofCase.MagicItem: if (MagicItem == null) { MagicItem = new global::EggLink.DanhengServer.Proto.JDOOIDBKCIM(); } MagicItem.MergeFrom(other.MagicItem); break; - case ContentCaseOneofCase.GameMagicUnit: + case FLLFBLALGLLOneofCase.GameMagicUnit: if (GameMagicUnit == null) { GameMagicUnit = new global::EggLink.DanhengServer.Proto.GJBBLCIPBHD(); } GameMagicUnit.MergeFrom(other.GameMagicUnit); break; - case ContentCaseOneofCase.CEAJNLIOFHF: + case FLLFBLALGLLOneofCase.CEAJNLIOFHF: if (CEAJNLIOFHF == null) { CEAJNLIOFHF = new global::EggLink.DanhengServer.Proto.LEHGLCELJMF(); } CEAJNLIOFHF.MergeFrom(other.CEAJNLIOFHF); break; - case ContentCaseOneofCase.PGPAAPOPDOC: + case FLLFBLALGLLOneofCase.PGPAAPOPDOC: if (PGPAAPOPDOC == null) { PGPAAPOPDOC = new global::EggLink.DanhengServer.Proto.FHJGLOPMFNC(); } PGPAAPOPDOC.MergeFrom(other.PGPAAPOPDOC); break; - case ContentCaseOneofCase.PMKEHGBPCNG: + case FLLFBLALGLLOneofCase.PMKEHGBPCNG: if (PMKEHGBPCNG == null) { PMKEHGBPCNG = new global::EggLink.DanhengServer.Proto.JBNCDFFPDOP(); } @@ -565,7 +565,7 @@ namespace EggLink.DanhengServer.Proto { break; case 18: { global::EggLink.DanhengServer.Proto.JDOOIDBKCIM subBuilder = new global::EggLink.DanhengServer.Proto.JDOOIDBKCIM(); - if (contentCaseCase_ == ContentCaseOneofCase.MagicItem) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.MagicItem) { subBuilder.MergeFrom(MagicItem); } input.ReadMessage(subBuilder); @@ -574,7 +574,7 @@ namespace EggLink.DanhengServer.Proto { } case 26: { global::EggLink.DanhengServer.Proto.FHJGLOPMFNC subBuilder = new global::EggLink.DanhengServer.Proto.FHJGLOPMFNC(); - if (contentCaseCase_ == ContentCaseOneofCase.PGPAAPOPDOC) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.PGPAAPOPDOC) { subBuilder.MergeFrom(PGPAAPOPDOC); } input.ReadMessage(subBuilder); @@ -583,7 +583,7 @@ namespace EggLink.DanhengServer.Proto { } case 34: { global::EggLink.DanhengServer.Proto.WorkbenchEnhanceBuffTargetInfo subBuilder = new global::EggLink.DanhengServer.Proto.WorkbenchEnhanceBuffTargetInfo(); - if (contentCaseCase_ == ContentCaseOneofCase.EnhanceBuffFunc) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.EnhanceBuffFunc) { subBuilder.MergeFrom(EnhanceBuffFunc); } input.ReadMessage(subBuilder); @@ -592,7 +592,7 @@ namespace EggLink.DanhengServer.Proto { } case 50: { global::EggLink.DanhengServer.Proto.JBNCDFFPDOP subBuilder = new global::EggLink.DanhengServer.Proto.JBNCDFFPDOP(); - if (contentCaseCase_ == ContentCaseOneofCase.PMKEHGBPCNG) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.PMKEHGBPCNG) { subBuilder.MergeFrom(PMKEHGBPCNG); } input.ReadMessage(subBuilder); @@ -601,7 +601,7 @@ namespace EggLink.DanhengServer.Proto { } case 58: { global::EggLink.DanhengServer.Proto.WorkbenchReforgeFormulaTargetInfo subBuilder = new global::EggLink.DanhengServer.Proto.WorkbenchReforgeFormulaTargetInfo(); - if (contentCaseCase_ == ContentCaseOneofCase.ReforgeFormulaFunc) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.ReforgeFormulaFunc) { subBuilder.MergeFrom(ReforgeFormulaFunc); } input.ReadMessage(subBuilder); @@ -610,7 +610,7 @@ namespace EggLink.DanhengServer.Proto { } case 66: { global::EggLink.DanhengServer.Proto.LEHGLCELJMF subBuilder = new global::EggLink.DanhengServer.Proto.LEHGLCELJMF(); - if (contentCaseCase_ == ContentCaseOneofCase.CEAJNLIOFHF) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.CEAJNLIOFHF) { subBuilder.MergeFrom(CEAJNLIOFHF); } input.ReadMessage(subBuilder); @@ -619,7 +619,7 @@ namespace EggLink.DanhengServer.Proto { } case 74: { global::EggLink.DanhengServer.Proto.WorkbenchReforgeBuffTargetInfo subBuilder = new global::EggLink.DanhengServer.Proto.WorkbenchReforgeBuffTargetInfo(); - if (contentCaseCase_ == ContentCaseOneofCase.ReforgeBuffFunc) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.ReforgeBuffFunc) { subBuilder.MergeFrom(ReforgeBuffFunc); } input.ReadMessage(subBuilder); @@ -628,7 +628,7 @@ namespace EggLink.DanhengServer.Proto { } case 82: { global::EggLink.DanhengServer.Proto.WorkbenchReforgeHexAvatarTargetInfo subBuilder = new global::EggLink.DanhengServer.Proto.WorkbenchReforgeHexAvatarTargetInfo(); - if (contentCaseCase_ == ContentCaseOneofCase.ReforgeHexAvatarFunc) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.ReforgeHexAvatarFunc) { subBuilder.MergeFrom(ReforgeHexAvatarFunc); } input.ReadMessage(subBuilder); @@ -637,7 +637,7 @@ namespace EggLink.DanhengServer.Proto { } case 90: { global::EggLink.DanhengServer.Proto.WorkbenchComposeMiracleTargetInfo subBuilder = new global::EggLink.DanhengServer.Proto.WorkbenchComposeMiracleTargetInfo(); - if (contentCaseCase_ == ContentCaseOneofCase.ComposeMiracleFunc) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.ComposeMiracleFunc) { subBuilder.MergeFrom(ComposeMiracleFunc); } input.ReadMessage(subBuilder); @@ -646,7 +646,7 @@ namespace EggLink.DanhengServer.Proto { } case 98: { global::EggLink.DanhengServer.Proto.GJBBLCIPBHD subBuilder = new global::EggLink.DanhengServer.Proto.GJBBLCIPBHD(); - if (contentCaseCase_ == ContentCaseOneofCase.GameMagicUnit) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.GameMagicUnit) { subBuilder.MergeFrom(GameMagicUnit); } input.ReadMessage(subBuilder); @@ -670,7 +670,7 @@ namespace EggLink.DanhengServer.Proto { break; case 18: { global::EggLink.DanhengServer.Proto.JDOOIDBKCIM subBuilder = new global::EggLink.DanhengServer.Proto.JDOOIDBKCIM(); - if (contentCaseCase_ == ContentCaseOneofCase.MagicItem) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.MagicItem) { subBuilder.MergeFrom(MagicItem); } input.ReadMessage(subBuilder); @@ -679,7 +679,7 @@ namespace EggLink.DanhengServer.Proto { } case 26: { global::EggLink.DanhengServer.Proto.FHJGLOPMFNC subBuilder = new global::EggLink.DanhengServer.Proto.FHJGLOPMFNC(); - if (contentCaseCase_ == ContentCaseOneofCase.PGPAAPOPDOC) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.PGPAAPOPDOC) { subBuilder.MergeFrom(PGPAAPOPDOC); } input.ReadMessage(subBuilder); @@ -688,7 +688,7 @@ namespace EggLink.DanhengServer.Proto { } case 34: { global::EggLink.DanhengServer.Proto.WorkbenchEnhanceBuffTargetInfo subBuilder = new global::EggLink.DanhengServer.Proto.WorkbenchEnhanceBuffTargetInfo(); - if (contentCaseCase_ == ContentCaseOneofCase.EnhanceBuffFunc) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.EnhanceBuffFunc) { subBuilder.MergeFrom(EnhanceBuffFunc); } input.ReadMessage(subBuilder); @@ -697,7 +697,7 @@ namespace EggLink.DanhengServer.Proto { } case 50: { global::EggLink.DanhengServer.Proto.JBNCDFFPDOP subBuilder = new global::EggLink.DanhengServer.Proto.JBNCDFFPDOP(); - if (contentCaseCase_ == ContentCaseOneofCase.PMKEHGBPCNG) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.PMKEHGBPCNG) { subBuilder.MergeFrom(PMKEHGBPCNG); } input.ReadMessage(subBuilder); @@ -706,7 +706,7 @@ namespace EggLink.DanhengServer.Proto { } case 58: { global::EggLink.DanhengServer.Proto.WorkbenchReforgeFormulaTargetInfo subBuilder = new global::EggLink.DanhengServer.Proto.WorkbenchReforgeFormulaTargetInfo(); - if (contentCaseCase_ == ContentCaseOneofCase.ReforgeFormulaFunc) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.ReforgeFormulaFunc) { subBuilder.MergeFrom(ReforgeFormulaFunc); } input.ReadMessage(subBuilder); @@ -715,7 +715,7 @@ namespace EggLink.DanhengServer.Proto { } case 66: { global::EggLink.DanhengServer.Proto.LEHGLCELJMF subBuilder = new global::EggLink.DanhengServer.Proto.LEHGLCELJMF(); - if (contentCaseCase_ == ContentCaseOneofCase.CEAJNLIOFHF) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.CEAJNLIOFHF) { subBuilder.MergeFrom(CEAJNLIOFHF); } input.ReadMessage(subBuilder); @@ -724,7 +724,7 @@ namespace EggLink.DanhengServer.Proto { } case 74: { global::EggLink.DanhengServer.Proto.WorkbenchReforgeBuffTargetInfo subBuilder = new global::EggLink.DanhengServer.Proto.WorkbenchReforgeBuffTargetInfo(); - if (contentCaseCase_ == ContentCaseOneofCase.ReforgeBuffFunc) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.ReforgeBuffFunc) { subBuilder.MergeFrom(ReforgeBuffFunc); } input.ReadMessage(subBuilder); @@ -733,7 +733,7 @@ namespace EggLink.DanhengServer.Proto { } case 82: { global::EggLink.DanhengServer.Proto.WorkbenchReforgeHexAvatarTargetInfo subBuilder = new global::EggLink.DanhengServer.Proto.WorkbenchReforgeHexAvatarTargetInfo(); - if (contentCaseCase_ == ContentCaseOneofCase.ReforgeHexAvatarFunc) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.ReforgeHexAvatarFunc) { subBuilder.MergeFrom(ReforgeHexAvatarFunc); } input.ReadMessage(subBuilder); @@ -742,7 +742,7 @@ namespace EggLink.DanhengServer.Proto { } case 90: { global::EggLink.DanhengServer.Proto.WorkbenchComposeMiracleTargetInfo subBuilder = new global::EggLink.DanhengServer.Proto.WorkbenchComposeMiracleTargetInfo(); - if (contentCaseCase_ == ContentCaseOneofCase.ComposeMiracleFunc) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.ComposeMiracleFunc) { subBuilder.MergeFrom(ComposeMiracleFunc); } input.ReadMessage(subBuilder); @@ -751,7 +751,7 @@ namespace EggLink.DanhengServer.Proto { } case 98: { global::EggLink.DanhengServer.Proto.GJBBLCIPBHD subBuilder = new global::EggLink.DanhengServer.Proto.GJBBLCIPBHD(); - if (contentCaseCase_ == ContentCaseOneofCase.GameMagicUnit) { + if (fLLFBLALGLLCase_ == FLLFBLALGLLOneofCase.GameMagicUnit) { subBuilder.MergeFrom(GameMagicUnit); } input.ReadMessage(subBuilder); diff --git a/Proto/SavePointsInfoNotify.cs b/Proto/SavePointsInfoNotify.cs index e508d0cf..5a3cc341 100644 --- a/Proto/SavePointsInfoNotify.cs +++ b/Proto/SavePointsInfoNotify.cs @@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto { static SavePointsInfoNotifyReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChpTYXZlUG9pbnRzSW5mb05vdGlmeS5wcm90byI/ChRTYXZlUG9pbnRzSW5m", - "b05vdGlmeRISCgpWYWxpZFRpbWVzGAYgASgNEhMKC1JlZnJlc2hUaW1lGA4g", - "ASgDQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "ChpTYXZlUG9pbnRzSW5mb05vdGlmeS5wcm90byJBChRTYXZlUG9pbnRzSW5m", + "b05vdGlmeRITCgt2YWxpZF90aW1lcxgGIAEoDRIUCgxyZWZyZXNoX3RpbWUY", + "DiABKANCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -83,7 +83,7 @@ namespace EggLink.DanhengServer.Proto { return new SavePointsInfoNotify(this); } - /// Field number for the "ValidTimes" field. + /// Field number for the "valid_times" field. public const int ValidTimesFieldNumber = 6; private uint validTimes_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -95,7 +95,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "RefreshTime" field. + /// Field number for the "refresh_time" field. public const int RefreshTimeFieldNumber = 14; private long refreshTime_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/SceneBattleInfo.cs b/Proto/SceneBattleInfo.cs index 8f1b3e26..6bc15ba7 100644 --- a/Proto/SceneBattleInfo.cs +++ b/Proto/SceneBattleInfo.cs @@ -24,12 +24,12 @@ namespace EggLink.DanhengServer.Proto { static SceneBattleInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChVTY2VuZUJhdHRsZUluZm8ucHJvdG8aG0V2b2x2ZUJ1aWxkQmF0dGxlSW5m", - "by5wcm90bxoQQmF0dGxlQnVmZi5wcm90bxoSQmF0dGxlQXZhdGFyLnByb3Rv", - "GhZCYXR0bGVUYXJnZXRMaXN0LnByb3RvGhtCYXR0bGVFdmVudEJhdHRsZUlu", - "Zm8ucHJvdG8aEUxKR0lBR0xGSEhDLnByb3RvGhZTY2VuZU1vbnN0ZXJXYXZl", - "LnByb3RvGhpCYXR0bGVSb2d1ZU1hZ2ljSW5mby5wcm90bxoRR0lFSUJFQUNC", - "QU8ucHJvdG8ijgUKD1NjZW5lQmF0dGxlSW5mbxIsCgtKUEdJRkNISkRMSxi5", + "ChVTY2VuZUJhdHRsZUluZm8ucHJvdG8aEUdJRUlCRUFDQkFPLnByb3RvGhJC", + "YXR0bGVBdmF0YXIucHJvdG8aEEJhdHRsZUJ1ZmYucHJvdG8aG0V2b2x2ZUJ1", + "aWxkQmF0dGxlSW5mby5wcm90bxobQmF0dGxlRXZlbnRCYXR0bGVJbmZvLnBy", + "b3RvGhFMSkdJQUdMRkhIQy5wcm90bxoWQmF0dGxlVGFyZ2V0TGlzdC5wcm90", + "bxoaQmF0dGxlUm9ndWVNYWdpY0luZm8ucHJvdG8aFlNjZW5lTW9uc3Rlcldh", + "dmUucHJvdG8ijgUKD1NjZW5lQmF0dGxlSW5mbxIsCgtKUEdJRkNISkRMSxi5", "CiABKAsyFi5Fdm9sdmVCdWlsZEJhdHRsZUluZm8SQwoSYmF0dGxlX3Rhcmdl", "dF9pbmZvGNIHIAMoCzImLlNjZW5lQmF0dGxlSW5mby5CYXR0bGVUYXJnZXRJ", "bmZvRW50cnkSNwoXYmF0dGxlX3JvZ3VlX21hZ2ljX2luZm8Y0wQgASgLMhUu", @@ -46,7 +46,7 @@ namespace EggLink.DanhengServer.Proto { "BXZhbHVlGAIgASgLMhEuQmF0dGxlVGFyZ2V0TGlzdDoCOAFCHqoCG0VnZ0xp", "bmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EvolveBuildBattleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleBuffReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleAvatarReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleTargetListReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleEventBattleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.LJGIAGLFHHCReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneMonsterWaveReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleRogueMagicInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.GIEIBEACBAOReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GIEIBEACBAOReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleAvatarReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleBuffReflection.Descriptor, global::EggLink.DanhengServer.Proto.EvolveBuildBattleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleEventBattleInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.LJGIAGLFHHCReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleTargetListReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleRogueMagicInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneMonsterWaveReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SceneBattleInfo), global::EggLink.DanhengServer.Proto.SceneBattleInfo.Parser, new[]{ "JPGIFCHJDLK", "BattleTargetInfo", "BattleRogueMagicInfo", "DDOGJOKECCL", "BattleEvent", "StageId", "BattleId", "NBCKFDGMFDB", "RoundsLimit", "MFKJOKAJJMJ", "LogicRandomSeed", "MonsterWaveList", "BuffList", "BattleAvatarList", "AJGPJGLPMIO", "WorldLevel" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, }) })); diff --git a/Proto/SceneCastSkillCsReq.cs b/Proto/SceneCastSkillCsReq.cs index aa74b76f..4fc16fc7 100644 --- a/Proto/SceneCastSkillCsReq.cs +++ b/Proto/SceneCastSkillCsReq.cs @@ -24,22 +24,23 @@ namespace EggLink.DanhengServer.Proto { static SceneCastSkillCsReqReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChlTY2VuZUNhc3RTa2lsbENzUmVxLnByb3RvGhBNb3Rpb25JbmZvLnByb3Rv", - "GhZBc3Npc3RFbnRpdHlJbmZvLnByb3RvGhNEeW5hbWljVmFsdWVzLnByb3Rv", - "GhNTa2lsbEV4dHJhVGFnLnByb3RvIvcCChNTY2VuZUNhc3RTa2lsbENzUmVx", - "EiIKDXRhcmdldF9tb3Rpb24YDSABKAsyCy5Nb3Rpb25JbmZvEh0KFWFzc2lz", - "dF9lbnRpdHlfaWRfbGlzdBgMIAMoDRIdChVhdHRhY2tlZF9ieV9lbnRpdHlf", - "aWQYByABKA0SEwoLc2tpbGxfaW5kZXgYDiABKA0SIQoZaGl0X3RhcmdldF9l", - "bnRpdHlfaWRfbGlzdBgIIAMoDRITCgtIQ0hESExKQ0lKRRgLIAEoDRImCg5k", - "eW5hbWljX3ZhbHVlcxgCIAMoCzIOLkR5bmFtaWNWYWx1ZXMSLQoSYXNzaXN0", - "X2VudGl0eV9pbmZvGAQgAygLMhEuQXNzaXN0RW50aXR5SW5mbxIWCg5jYXN0", - "X2VudGl0eV9pZBgGIAEoDRIYChBtYXplX2FiaWxpdHlfc3RyGAEgASgJEigK", - "EHNraWxsX2V4dHJhX3RhZ3MYDyADKA4yDi5Ta2lsbEV4dHJhVGFnQh6qAhtF", - "Z2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "ChlTY2VuZUNhc3RTa2lsbENzUmVxLnByb3RvGhNTa2lsbEV4dHJhVGFnLnBy", + "b3RvGhBNb3Rpb25JbmZvLnByb3RvGh1Bc3Npc3RNb25zdGVyRW50aXR5SW5m", + "by5wcm90bxoTRHluYW1pY1ZhbHVlcy5wcm90byKOAwoTU2NlbmVDYXN0U2tp", + "bGxDc1JlcRIiCg10YXJnZXRfbW90aW9uGA0gASgLMgsuTW90aW9uSW5mbxIl", + "Ch1hc3Npc3RfbW9uc3Rlcl9lbnRpdHlfaWRfbGlzdBgMIAMoDRIdChVhdHRh", + "Y2tlZF9ieV9lbnRpdHlfaWQYByABKA0SEwoLc2tpbGxfaW5kZXgYDiABKA0S", + "IQoZaGl0X3RhcmdldF9lbnRpdHlfaWRfbGlzdBgIIAMoDRITCgtIQ0hESExK", + "Q0lKRRgLIAEoDRImCg5keW5hbWljX3ZhbHVlcxgCIAMoCzIOLkR5bmFtaWNW", + "YWx1ZXMSPAoaYXNzaXN0X21vbnN0ZXJfZW50aXR5X2luZm8YBCADKAsyGC5B", + "c3Npc3RNb25zdGVyRW50aXR5SW5mbxIWCg5jYXN0X2VudGl0eV9pZBgGIAEo", + "DRIYChBtYXplX2FiaWxpdHlfc3RyGAEgASgJEigKEHNraWxsX2V4dHJhX3Rh", + "Z3MYDyADKA4yDi5Ta2lsbEV4dHJhVGFnQh6qAhtFZ2dMaW5rLkRhbmhlbmdT", + "ZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MotionInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.AssistEntityInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.DynamicValuesReflection.Descriptor, global::EggLink.DanhengServer.Proto.SkillExtraTagReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.SkillExtraTagReflection.Descriptor, global::EggLink.DanhengServer.Proto.MotionInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.AssistMonsterEntityInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.DynamicValuesReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SceneCastSkillCsReq), global::EggLink.DanhengServer.Proto.SceneCastSkillCsReq.Parser, new[]{ "TargetMotion", "AssistEntityIdList", "AttackedByEntityId", "SkillIndex", "HitTargetEntityIdList", "HCHDHLJCIJE", "DynamicValues", "AssistEntityInfo", "CastEntityId", "MazeAbilityStr", "SkillExtraTags" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SceneCastSkillCsReq), global::EggLink.DanhengServer.Proto.SceneCastSkillCsReq.Parser, new[]{ "TargetMotion", "AssistMonsterEntityIdList", "AttackedByEntityId", "SkillIndex", "HitTargetEntityIdList", "HCHDHLJCIJE", "DynamicValues", "AssistMonsterEntityInfo", "CastEntityId", "MazeAbilityStr", "SkillExtraTags" }, null, null, null, null) })); } #endregion @@ -82,13 +83,13 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public SceneCastSkillCsReq(SceneCastSkillCsReq other) : this() { targetMotion_ = other.targetMotion_ != null ? other.targetMotion_.Clone() : null; - assistEntityIdList_ = other.assistEntityIdList_.Clone(); + assistMonsterEntityIdList_ = other.assistMonsterEntityIdList_.Clone(); attackedByEntityId_ = other.attackedByEntityId_; skillIndex_ = other.skillIndex_; hitTargetEntityIdList_ = other.hitTargetEntityIdList_.Clone(); hCHDHLJCIJE_ = other.hCHDHLJCIJE_; dynamicValues_ = other.dynamicValues_.Clone(); - assistEntityInfo_ = other.assistEntityInfo_.Clone(); + assistMonsterEntityInfo_ = other.assistMonsterEntityInfo_.Clone(); castEntityId_ = other.castEntityId_; mazeAbilityStr_ = other.mazeAbilityStr_; skillExtraTags_ = other.skillExtraTags_.Clone(); @@ -113,15 +114,15 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "assist_entity_id_list" field. - public const int AssistEntityIdListFieldNumber = 12; - private static readonly pb::FieldCodec _repeated_assistEntityIdList_codec + /// Field number for the "assist_monster_entity_id_list" field. + public const int AssistMonsterEntityIdListFieldNumber = 12; + private static readonly pb::FieldCodec _repeated_assistMonsterEntityIdList_codec = pb::FieldCodec.ForUInt32(98); - private readonly pbc::RepeatedField assistEntityIdList_ = new pbc::RepeatedField(); + private readonly pbc::RepeatedField assistMonsterEntityIdList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField AssistEntityIdList { - get { return assistEntityIdList_; } + public pbc::RepeatedField AssistMonsterEntityIdList { + get { return assistMonsterEntityIdList_; } } /// Field number for the "attacked_by_entity_id" field. @@ -182,15 +183,15 @@ namespace EggLink.DanhengServer.Proto { get { return dynamicValues_; } } - /// Field number for the "assist_entity_info" field. - public const int AssistEntityInfoFieldNumber = 4; - private static readonly pb::FieldCodec _repeated_assistEntityInfo_codec - = pb::FieldCodec.ForMessage(34, global::EggLink.DanhengServer.Proto.AssistEntityInfo.Parser); - private readonly pbc::RepeatedField assistEntityInfo_ = new pbc::RepeatedField(); + /// Field number for the "assist_monster_entity_info" field. + public const int AssistMonsterEntityInfoFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_assistMonsterEntityInfo_codec + = pb::FieldCodec.ForMessage(34, global::EggLink.DanhengServer.Proto.AssistMonsterEntityInfo.Parser); + private readonly pbc::RepeatedField assistMonsterEntityInfo_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField AssistEntityInfo { - get { return assistEntityInfo_; } + public pbc::RepeatedField AssistMonsterEntityInfo { + get { return assistMonsterEntityInfo_; } } /// Field number for the "cast_entity_id" field. @@ -244,13 +245,13 @@ namespace EggLink.DanhengServer.Proto { return true; } if (!object.Equals(TargetMotion, other.TargetMotion)) return false; - if(!assistEntityIdList_.Equals(other.assistEntityIdList_)) return false; + if(!assistMonsterEntityIdList_.Equals(other.assistMonsterEntityIdList_)) return false; if (AttackedByEntityId != other.AttackedByEntityId) return false; if (SkillIndex != other.SkillIndex) return false; if(!hitTargetEntityIdList_.Equals(other.hitTargetEntityIdList_)) return false; if (HCHDHLJCIJE != other.HCHDHLJCIJE) return false; if(!dynamicValues_.Equals(other.dynamicValues_)) return false; - if(!assistEntityInfo_.Equals(other.assistEntityInfo_)) return false; + if(!assistMonsterEntityInfo_.Equals(other.assistMonsterEntityInfo_)) return false; if (CastEntityId != other.CastEntityId) return false; if (MazeAbilityStr != other.MazeAbilityStr) return false; if(!skillExtraTags_.Equals(other.skillExtraTags_)) return false; @@ -262,13 +263,13 @@ namespace EggLink.DanhengServer.Proto { public override int GetHashCode() { int hash = 1; if (targetMotion_ != null) hash ^= TargetMotion.GetHashCode(); - hash ^= assistEntityIdList_.GetHashCode(); + hash ^= assistMonsterEntityIdList_.GetHashCode(); if (AttackedByEntityId != 0) hash ^= AttackedByEntityId.GetHashCode(); if (SkillIndex != 0) hash ^= SkillIndex.GetHashCode(); hash ^= hitTargetEntityIdList_.GetHashCode(); if (HCHDHLJCIJE != 0) hash ^= HCHDHLJCIJE.GetHashCode(); hash ^= dynamicValues_.GetHashCode(); - hash ^= assistEntityInfo_.GetHashCode(); + hash ^= assistMonsterEntityInfo_.GetHashCode(); if (CastEntityId != 0) hash ^= CastEntityId.GetHashCode(); if (MazeAbilityStr.Length != 0) hash ^= MazeAbilityStr.GetHashCode(); hash ^= skillExtraTags_.GetHashCode(); @@ -295,7 +296,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteString(MazeAbilityStr); } dynamicValues_.WriteTo(output, _repeated_dynamicValues_codec); - assistEntityInfo_.WriteTo(output, _repeated_assistEntityInfo_codec); + assistMonsterEntityInfo_.WriteTo(output, _repeated_assistMonsterEntityInfo_codec); if (CastEntityId != 0) { output.WriteRawTag(48); output.WriteUInt32(CastEntityId); @@ -309,7 +310,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(88); output.WriteUInt32(HCHDHLJCIJE); } - assistEntityIdList_.WriteTo(output, _repeated_assistEntityIdList_codec); + assistMonsterEntityIdList_.WriteTo(output, _repeated_assistMonsterEntityIdList_codec); if (targetMotion_ != null) { output.WriteRawTag(106); output.WriteMessage(TargetMotion); @@ -334,7 +335,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteString(MazeAbilityStr); } dynamicValues_.WriteTo(ref output, _repeated_dynamicValues_codec); - assistEntityInfo_.WriteTo(ref output, _repeated_assistEntityInfo_codec); + assistMonsterEntityInfo_.WriteTo(ref output, _repeated_assistMonsterEntityInfo_codec); if (CastEntityId != 0) { output.WriteRawTag(48); output.WriteUInt32(CastEntityId); @@ -348,7 +349,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(88); output.WriteUInt32(HCHDHLJCIJE); } - assistEntityIdList_.WriteTo(ref output, _repeated_assistEntityIdList_codec); + assistMonsterEntityIdList_.WriteTo(ref output, _repeated_assistMonsterEntityIdList_codec); if (targetMotion_ != null) { output.WriteRawTag(106); output.WriteMessage(TargetMotion); @@ -371,7 +372,7 @@ namespace EggLink.DanhengServer.Proto { if (targetMotion_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(TargetMotion); } - size += assistEntityIdList_.CalculateSize(_repeated_assistEntityIdList_codec); + size += assistMonsterEntityIdList_.CalculateSize(_repeated_assistMonsterEntityIdList_codec); if (AttackedByEntityId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AttackedByEntityId); } @@ -383,7 +384,7 @@ namespace EggLink.DanhengServer.Proto { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HCHDHLJCIJE); } size += dynamicValues_.CalculateSize(_repeated_dynamicValues_codec); - size += assistEntityInfo_.CalculateSize(_repeated_assistEntityInfo_codec); + size += assistMonsterEntityInfo_.CalculateSize(_repeated_assistMonsterEntityInfo_codec); if (CastEntityId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CastEntityId); } @@ -409,7 +410,7 @@ namespace EggLink.DanhengServer.Proto { } TargetMotion.MergeFrom(other.TargetMotion); } - assistEntityIdList_.Add(other.assistEntityIdList_); + assistMonsterEntityIdList_.Add(other.assistMonsterEntityIdList_); if (other.AttackedByEntityId != 0) { AttackedByEntityId = other.AttackedByEntityId; } @@ -421,7 +422,7 @@ namespace EggLink.DanhengServer.Proto { HCHDHLJCIJE = other.HCHDHLJCIJE; } dynamicValues_.Add(other.dynamicValues_); - assistEntityInfo_.Add(other.assistEntityInfo_); + assistMonsterEntityInfo_.Add(other.assistMonsterEntityInfo_); if (other.CastEntityId != 0) { CastEntityId = other.CastEntityId; } @@ -453,7 +454,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 34: { - assistEntityInfo_.AddEntriesFrom(input, _repeated_assistEntityInfo_codec); + assistMonsterEntityInfo_.AddEntriesFrom(input, _repeated_assistMonsterEntityInfo_codec); break; } case 48: { @@ -475,7 +476,7 @@ namespace EggLink.DanhengServer.Proto { } case 98: case 96: { - assistEntityIdList_.AddEntriesFrom(input, _repeated_assistEntityIdList_codec); + assistMonsterEntityIdList_.AddEntriesFrom(input, _repeated_assistMonsterEntityIdList_codec); break; } case 106: { @@ -518,7 +519,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 34: { - assistEntityInfo_.AddEntriesFrom(ref input, _repeated_assistEntityInfo_codec); + assistMonsterEntityInfo_.AddEntriesFrom(ref input, _repeated_assistMonsterEntityInfo_codec); break; } case 48: { @@ -540,7 +541,7 @@ namespace EggLink.DanhengServer.Proto { } case 98: case 96: { - assistEntityIdList_.AddEntriesFrom(ref input, _repeated_assistEntityIdList_codec); + assistMonsterEntityIdList_.AddEntriesFrom(ref input, _repeated_assistMonsterEntityIdList_codec); break; } case 106: { diff --git a/Proto/SceneEntityInfo.cs b/Proto/SceneEntityInfo.cs index 491b3c09..574ae10f 100644 --- a/Proto/SceneEntityInfo.cs +++ b/Proto/SceneEntityInfo.cs @@ -24,22 +24,22 @@ namespace EggLink.DanhengServer.Proto { static SceneEntityInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChVTY2VuZUVudGl0eUluZm8ucHJvdG8aE1NjZW5lUHJvcEluZm8ucHJvdG8a", - "GVNjZW5lTnBjTW9uc3RlckluZm8ucHJvdG8aFFNjZW5lQWN0b3JJbmZvLnBy", - "b3RvGhBNb3Rpb25JbmZvLnByb3RvGhJTY2VuZU5wY0luZm8ucHJvdG8aGVNj", - "ZW5lU3VtbW9uVW5pdEluZm8ucHJvdG8iqAIKD1NjZW5lRW50aXR5SW5mbxIg", - "CgVBY3RvchgPIAEoCzIPLlNjZW5lQWN0b3JJbmZvSAASKgoKTnBjTW9uc3Rl", - "chgHIAEoCzIULlNjZW5lTnBjTW9uc3RlckluZm9IABIcCgNOcGMYDCABKAsy", - "DS5TY2VuZU5wY0luZm9IABIeCgRQcm9wGAggASgLMg4uU2NlbmVQcm9wSW5m", - "b0gAEioKClN1bW1vblVuaXQYDSABKAsyFC5TY2VuZVN1bW1vblVuaXRJbmZv", - "SAASGwoGTW90aW9uGAEgASgLMgsuTW90aW9uSW5mbxIQCghFbnRpdHlJZBgO", - "IAEoDRIOCgZJbnN0SWQYAiABKA0SDwoHR3JvdXBJZBgFIAEoDUINCgtlbnRp", - "dHlDYXNlX0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90", - "bzM=")); + "ChVTY2VuZUVudGl0eUluZm8ucHJvdG8aEE1vdGlvbkluZm8ucHJvdG8aE1Nj", + "ZW5lUHJvcEluZm8ucHJvdG8aFFNjZW5lQWN0b3JJbmZvLnByb3RvGhlTY2Vu", + "ZVN1bW1vblVuaXRJbmZvLnByb3RvGhJTY2VuZU5wY0luZm8ucHJvdG8aGVNj", + "ZW5lTnBjTW9uc3RlckluZm8ucHJvdG8isQIKD1NjZW5lRW50aXR5SW5mbxIb", + "CgZtb3Rpb24YASABKAsyCy5Nb3Rpb25JbmZvEhEKCWVudGl0eV9pZBgOIAEo", + "DRIPCgdpbnN0X2lkGAIgASgNEhAKCGdyb3VwX2lkGAUgASgNEiAKBWFjdG9y", + "GA8gASgLMg8uU2NlbmVBY3RvckluZm9IABIrCgtucGNfbW9uc3RlchgHIAEo", + "CzIULlNjZW5lTnBjTW9uc3RlckluZm9IABIcCgNucGMYDCABKAsyDS5TY2Vu", + "ZU5wY0luZm9IABIeCgRwcm9wGAggASgLMg4uU2NlbmVQcm9wSW5mb0gAEisK", + "C3N1bW1vbl91bml0GA0gASgLMhQuU2NlbmVTdW1tb25Vbml0SW5mb0gAQhEK", + "D0VudGl0eU9uZW9mQ2FzZUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlBy", + "b3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ScenePropInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneNpcMonsterInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneActorInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.MotionInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneNpcInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneSummonUnitInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MotionInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ScenePropInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneActorInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneSummonUnitInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneNpcInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneNpcMonsterInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SceneEntityInfo), global::EggLink.DanhengServer.Proto.SceneEntityInfo.Parser, new[]{ "Actor", "NpcMonster", "Npc", "Prop", "SummonUnit", "Motion", "EntityId", "InstId", "GroupId" }, new[]{ "EntityCase" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SceneEntityInfo), global::EggLink.DanhengServer.Proto.SceneEntityInfo.Parser, new[]{ "Motion", "EntityId", "InstId", "GroupId", "Actor", "NpcMonster", "Npc", "Prop", "SummonUnit" }, new[]{ "EntityOneofCase" }, null, null, null) })); } #endregion @@ -85,20 +85,20 @@ namespace EggLink.DanhengServer.Proto { entityId_ = other.entityId_; instId_ = other.instId_; groupId_ = other.groupId_; - switch (other.EntityCaseCase) { - case EntityCaseOneofCase.Actor: + switch (other.EntityOneofCaseCase) { + case EntityOneofCaseOneofCase.Actor: Actor = other.Actor.Clone(); break; - case EntityCaseOneofCase.NpcMonster: + case EntityOneofCaseOneofCase.NpcMonster: NpcMonster = other.NpcMonster.Clone(); break; - case EntityCaseOneofCase.Npc: + case EntityOneofCaseOneofCase.Npc: Npc = other.Npc.Clone(); break; - case EntityCaseOneofCase.Prop: + case EntityOneofCaseOneofCase.Prop: Prop = other.Prop.Clone(); break; - case EntityCaseOneofCase.SummonUnit: + case EntityOneofCaseOneofCase.SummonUnit: SummonUnit = other.SummonUnit.Clone(); break; } @@ -112,67 +112,7 @@ namespace EggLink.DanhengServer.Proto { return new SceneEntityInfo(this); } - /// Field number for the "Actor" field. - public const int ActorFieldNumber = 15; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.SceneActorInfo Actor { - get { return entityCaseCase_ == EntityCaseOneofCase.Actor ? (global::EggLink.DanhengServer.Proto.SceneActorInfo) entityCase_ : null; } - set { - entityCase_ = value; - entityCaseCase_ = value == null ? EntityCaseOneofCase.None : EntityCaseOneofCase.Actor; - } - } - - /// Field number for the "NpcMonster" field. - public const int NpcMonsterFieldNumber = 7; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.SceneNpcMonsterInfo NpcMonster { - get { return entityCaseCase_ == EntityCaseOneofCase.NpcMonster ? (global::EggLink.DanhengServer.Proto.SceneNpcMonsterInfo) entityCase_ : null; } - set { - entityCase_ = value; - entityCaseCase_ = value == null ? EntityCaseOneofCase.None : EntityCaseOneofCase.NpcMonster; - } - } - - /// Field number for the "Npc" field. - public const int NpcFieldNumber = 12; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.SceneNpcInfo Npc { - get { return entityCaseCase_ == EntityCaseOneofCase.Npc ? (global::EggLink.DanhengServer.Proto.SceneNpcInfo) entityCase_ : null; } - set { - entityCase_ = value; - entityCaseCase_ = value == null ? EntityCaseOneofCase.None : EntityCaseOneofCase.Npc; - } - } - - /// Field number for the "Prop" field. - public const int PropFieldNumber = 8; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.ScenePropInfo Prop { - get { return entityCaseCase_ == EntityCaseOneofCase.Prop ? (global::EggLink.DanhengServer.Proto.ScenePropInfo) entityCase_ : null; } - set { - entityCase_ = value; - entityCaseCase_ = value == null ? EntityCaseOneofCase.None : EntityCaseOneofCase.Prop; - } - } - - /// Field number for the "SummonUnit" field. - public const int SummonUnitFieldNumber = 13; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.SceneSummonUnitInfo SummonUnit { - get { return entityCaseCase_ == EntityCaseOneofCase.SummonUnit ? (global::EggLink.DanhengServer.Proto.SceneSummonUnitInfo) entityCase_ : null; } - set { - entityCase_ = value; - entityCaseCase_ = value == null ? EntityCaseOneofCase.None : EntityCaseOneofCase.SummonUnit; - } - } - - /// Field number for the "Motion" field. + /// Field number for the "motion" field. public const int MotionFieldNumber = 1; private global::EggLink.DanhengServer.Proto.MotionInfo motion_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -184,7 +124,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "EntityId" field. + /// Field number for the "entity_id" field. public const int EntityIdFieldNumber = 14; private uint entityId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -196,7 +136,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "InstId" field. + /// Field number for the "inst_id" field. public const int InstIdFieldNumber = 2; private uint instId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -208,7 +148,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "GroupId" field. + /// Field number for the "group_id" field. public const int GroupIdFieldNumber = 5; private uint groupId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -220,9 +160,69 @@ namespace EggLink.DanhengServer.Proto { } } - private object entityCase_; - /// Enum of possible cases for the "entityCase_" oneof. - public enum EntityCaseOneofCase { + /// Field number for the "actor" field. + public const int ActorFieldNumber = 15; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.SceneActorInfo Actor { + get { return entityOneofCaseCase_ == EntityOneofCaseOneofCase.Actor ? (global::EggLink.DanhengServer.Proto.SceneActorInfo) entityOneofCase_ : null; } + set { + entityOneofCase_ = value; + entityOneofCaseCase_ = value == null ? EntityOneofCaseOneofCase.None : EntityOneofCaseOneofCase.Actor; + } + } + + /// Field number for the "npc_monster" field. + public const int NpcMonsterFieldNumber = 7; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.SceneNpcMonsterInfo NpcMonster { + get { return entityOneofCaseCase_ == EntityOneofCaseOneofCase.NpcMonster ? (global::EggLink.DanhengServer.Proto.SceneNpcMonsterInfo) entityOneofCase_ : null; } + set { + entityOneofCase_ = value; + entityOneofCaseCase_ = value == null ? EntityOneofCaseOneofCase.None : EntityOneofCaseOneofCase.NpcMonster; + } + } + + /// Field number for the "npc" field. + public const int NpcFieldNumber = 12; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.SceneNpcInfo Npc { + get { return entityOneofCaseCase_ == EntityOneofCaseOneofCase.Npc ? (global::EggLink.DanhengServer.Proto.SceneNpcInfo) entityOneofCase_ : null; } + set { + entityOneofCase_ = value; + entityOneofCaseCase_ = value == null ? EntityOneofCaseOneofCase.None : EntityOneofCaseOneofCase.Npc; + } + } + + /// Field number for the "prop" field. + public const int PropFieldNumber = 8; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.ScenePropInfo Prop { + get { return entityOneofCaseCase_ == EntityOneofCaseOneofCase.Prop ? (global::EggLink.DanhengServer.Proto.ScenePropInfo) entityOneofCase_ : null; } + set { + entityOneofCase_ = value; + entityOneofCaseCase_ = value == null ? EntityOneofCaseOneofCase.None : EntityOneofCaseOneofCase.Prop; + } + } + + /// Field number for the "summon_unit" field. + public const int SummonUnitFieldNumber = 13; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.SceneSummonUnitInfo SummonUnit { + get { return entityOneofCaseCase_ == EntityOneofCaseOneofCase.SummonUnit ? (global::EggLink.DanhengServer.Proto.SceneSummonUnitInfo) entityOneofCase_ : null; } + set { + entityOneofCase_ = value; + entityOneofCaseCase_ = value == null ? EntityOneofCaseOneofCase.None : EntityOneofCaseOneofCase.SummonUnit; + } + } + + private object entityOneofCase_; + /// Enum of possible cases for the "EntityOneofCase" oneof. + public enum EntityOneofCaseOneofCase { None = 0, Actor = 15, NpcMonster = 7, @@ -230,18 +230,18 @@ namespace EggLink.DanhengServer.Proto { Prop = 8, SummonUnit = 13, } - private EntityCaseOneofCase entityCaseCase_ = EntityCaseOneofCase.None; + private EntityOneofCaseOneofCase entityOneofCaseCase_ = EntityOneofCaseOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public EntityCaseOneofCase EntityCaseCase { - get { return entityCaseCase_; } + public EntityOneofCaseOneofCase EntityOneofCaseCase { + get { return entityOneofCaseCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearEntityCase() { - entityCaseCase_ = EntityCaseOneofCase.None; - entityCase_ = null; + public void ClearEntityOneofCase() { + entityOneofCaseCase_ = EntityOneofCaseOneofCase.None; + entityOneofCase_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -259,16 +259,16 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } + if (!object.Equals(Motion, other.Motion)) return false; + if (EntityId != other.EntityId) return false; + if (InstId != other.InstId) return false; + if (GroupId != other.GroupId) return false; if (!object.Equals(Actor, other.Actor)) return false; if (!object.Equals(NpcMonster, other.NpcMonster)) return false; if (!object.Equals(Npc, other.Npc)) return false; if (!object.Equals(Prop, other.Prop)) return false; if (!object.Equals(SummonUnit, other.SummonUnit)) return false; - if (!object.Equals(Motion, other.Motion)) return false; - if (EntityId != other.EntityId) return false; - if (InstId != other.InstId) return false; - if (GroupId != other.GroupId) return false; - if (EntityCaseCase != other.EntityCaseCase) return false; + if (EntityOneofCaseCase != other.EntityOneofCaseCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -276,16 +276,16 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (entityCaseCase_ == EntityCaseOneofCase.Actor) hash ^= Actor.GetHashCode(); - if (entityCaseCase_ == EntityCaseOneofCase.NpcMonster) hash ^= NpcMonster.GetHashCode(); - if (entityCaseCase_ == EntityCaseOneofCase.Npc) hash ^= Npc.GetHashCode(); - if (entityCaseCase_ == EntityCaseOneofCase.Prop) hash ^= Prop.GetHashCode(); - if (entityCaseCase_ == EntityCaseOneofCase.SummonUnit) hash ^= SummonUnit.GetHashCode(); if (motion_ != null) hash ^= Motion.GetHashCode(); if (EntityId != 0) hash ^= EntityId.GetHashCode(); if (InstId != 0) hash ^= InstId.GetHashCode(); if (GroupId != 0) hash ^= GroupId.GetHashCode(); - hash ^= (int) entityCaseCase_; + if (entityOneofCaseCase_ == EntityOneofCaseOneofCase.Actor) hash ^= Actor.GetHashCode(); + if (entityOneofCaseCase_ == EntityOneofCaseOneofCase.NpcMonster) hash ^= NpcMonster.GetHashCode(); + if (entityOneofCaseCase_ == EntityOneofCaseOneofCase.Npc) hash ^= Npc.GetHashCode(); + if (entityOneofCaseCase_ == EntityOneofCaseOneofCase.Prop) hash ^= Prop.GetHashCode(); + if (entityOneofCaseCase_ == EntityOneofCaseOneofCase.SummonUnit) hash ^= SummonUnit.GetHashCode(); + hash ^= (int) entityOneofCaseCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -316,19 +316,19 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(40); output.WriteUInt32(GroupId); } - if (entityCaseCase_ == EntityCaseOneofCase.NpcMonster) { + if (entityOneofCaseCase_ == EntityOneofCaseOneofCase.NpcMonster) { output.WriteRawTag(58); output.WriteMessage(NpcMonster); } - if (entityCaseCase_ == EntityCaseOneofCase.Prop) { + if (entityOneofCaseCase_ == EntityOneofCaseOneofCase.Prop) { output.WriteRawTag(66); output.WriteMessage(Prop); } - if (entityCaseCase_ == EntityCaseOneofCase.Npc) { + if (entityOneofCaseCase_ == EntityOneofCaseOneofCase.Npc) { output.WriteRawTag(98); output.WriteMessage(Npc); } - if (entityCaseCase_ == EntityCaseOneofCase.SummonUnit) { + if (entityOneofCaseCase_ == EntityOneofCaseOneofCase.SummonUnit) { output.WriteRawTag(106); output.WriteMessage(SummonUnit); } @@ -336,7 +336,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(112); output.WriteUInt32(EntityId); } - if (entityCaseCase_ == EntityCaseOneofCase.Actor) { + if (entityOneofCaseCase_ == EntityOneofCaseOneofCase.Actor) { output.WriteRawTag(122); output.WriteMessage(Actor); } @@ -362,19 +362,19 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(40); output.WriteUInt32(GroupId); } - if (entityCaseCase_ == EntityCaseOneofCase.NpcMonster) { + if (entityOneofCaseCase_ == EntityOneofCaseOneofCase.NpcMonster) { output.WriteRawTag(58); output.WriteMessage(NpcMonster); } - if (entityCaseCase_ == EntityCaseOneofCase.Prop) { + if (entityOneofCaseCase_ == EntityOneofCaseOneofCase.Prop) { output.WriteRawTag(66); output.WriteMessage(Prop); } - if (entityCaseCase_ == EntityCaseOneofCase.Npc) { + if (entityOneofCaseCase_ == EntityOneofCaseOneofCase.Npc) { output.WriteRawTag(98); output.WriteMessage(Npc); } - if (entityCaseCase_ == EntityCaseOneofCase.SummonUnit) { + if (entityOneofCaseCase_ == EntityOneofCaseOneofCase.SummonUnit) { output.WriteRawTag(106); output.WriteMessage(SummonUnit); } @@ -382,7 +382,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(112); output.WriteUInt32(EntityId); } - if (entityCaseCase_ == EntityCaseOneofCase.Actor) { + if (entityOneofCaseCase_ == EntityOneofCaseOneofCase.Actor) { output.WriteRawTag(122); output.WriteMessage(Actor); } @@ -396,21 +396,6 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (entityCaseCase_ == EntityCaseOneofCase.Actor) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(Actor); - } - if (entityCaseCase_ == EntityCaseOneofCase.NpcMonster) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(NpcMonster); - } - if (entityCaseCase_ == EntityCaseOneofCase.Npc) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(Npc); - } - if (entityCaseCase_ == EntityCaseOneofCase.Prop) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(Prop); - } - if (entityCaseCase_ == EntityCaseOneofCase.SummonUnit) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(SummonUnit); - } if (motion_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(Motion); } @@ -423,6 +408,21 @@ namespace EggLink.DanhengServer.Proto { if (GroupId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GroupId); } + if (entityOneofCaseCase_ == EntityOneofCaseOneofCase.Actor) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Actor); + } + if (entityOneofCaseCase_ == EntityOneofCaseOneofCase.NpcMonster) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(NpcMonster); + } + if (entityOneofCaseCase_ == EntityOneofCaseOneofCase.Npc) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Npc); + } + if (entityOneofCaseCase_ == EntityOneofCaseOneofCase.Prop) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Prop); + } + if (entityOneofCaseCase_ == EntityOneofCaseOneofCase.SummonUnit) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(SummonUnit); + } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -450,32 +450,32 @@ namespace EggLink.DanhengServer.Proto { if (other.GroupId != 0) { GroupId = other.GroupId; } - switch (other.EntityCaseCase) { - case EntityCaseOneofCase.Actor: + switch (other.EntityOneofCaseCase) { + case EntityOneofCaseOneofCase.Actor: if (Actor == null) { Actor = new global::EggLink.DanhengServer.Proto.SceneActorInfo(); } Actor.MergeFrom(other.Actor); break; - case EntityCaseOneofCase.NpcMonster: + case EntityOneofCaseOneofCase.NpcMonster: if (NpcMonster == null) { NpcMonster = new global::EggLink.DanhengServer.Proto.SceneNpcMonsterInfo(); } NpcMonster.MergeFrom(other.NpcMonster); break; - case EntityCaseOneofCase.Npc: + case EntityOneofCaseOneofCase.Npc: if (Npc == null) { Npc = new global::EggLink.DanhengServer.Proto.SceneNpcInfo(); } Npc.MergeFrom(other.Npc); break; - case EntityCaseOneofCase.Prop: + case EntityOneofCaseOneofCase.Prop: if (Prop == null) { Prop = new global::EggLink.DanhengServer.Proto.ScenePropInfo(); } Prop.MergeFrom(other.Prop); break; - case EntityCaseOneofCase.SummonUnit: + case EntityOneofCaseOneofCase.SummonUnit: if (SummonUnit == null) { SummonUnit = new global::EggLink.DanhengServer.Proto.SceneSummonUnitInfo(); } @@ -515,7 +515,7 @@ namespace EggLink.DanhengServer.Proto { } case 58: { global::EggLink.DanhengServer.Proto.SceneNpcMonsterInfo subBuilder = new global::EggLink.DanhengServer.Proto.SceneNpcMonsterInfo(); - if (entityCaseCase_ == EntityCaseOneofCase.NpcMonster) { + if (entityOneofCaseCase_ == EntityOneofCaseOneofCase.NpcMonster) { subBuilder.MergeFrom(NpcMonster); } input.ReadMessage(subBuilder); @@ -524,7 +524,7 @@ namespace EggLink.DanhengServer.Proto { } case 66: { global::EggLink.DanhengServer.Proto.ScenePropInfo subBuilder = new global::EggLink.DanhengServer.Proto.ScenePropInfo(); - if (entityCaseCase_ == EntityCaseOneofCase.Prop) { + if (entityOneofCaseCase_ == EntityOneofCaseOneofCase.Prop) { subBuilder.MergeFrom(Prop); } input.ReadMessage(subBuilder); @@ -533,7 +533,7 @@ namespace EggLink.DanhengServer.Proto { } case 98: { global::EggLink.DanhengServer.Proto.SceneNpcInfo subBuilder = new global::EggLink.DanhengServer.Proto.SceneNpcInfo(); - if (entityCaseCase_ == EntityCaseOneofCase.Npc) { + if (entityOneofCaseCase_ == EntityOneofCaseOneofCase.Npc) { subBuilder.MergeFrom(Npc); } input.ReadMessage(subBuilder); @@ -542,7 +542,7 @@ namespace EggLink.DanhengServer.Proto { } case 106: { global::EggLink.DanhengServer.Proto.SceneSummonUnitInfo subBuilder = new global::EggLink.DanhengServer.Proto.SceneSummonUnitInfo(); - if (entityCaseCase_ == EntityCaseOneofCase.SummonUnit) { + if (entityOneofCaseCase_ == EntityOneofCaseOneofCase.SummonUnit) { subBuilder.MergeFrom(SummonUnit); } input.ReadMessage(subBuilder); @@ -555,7 +555,7 @@ namespace EggLink.DanhengServer.Proto { } case 122: { global::EggLink.DanhengServer.Proto.SceneActorInfo subBuilder = new global::EggLink.DanhengServer.Proto.SceneActorInfo(); - if (entityCaseCase_ == EntityCaseOneofCase.Actor) { + if (entityOneofCaseCase_ == EntityOneofCaseOneofCase.Actor) { subBuilder.MergeFrom(Actor); } input.ReadMessage(subBuilder); @@ -594,7 +594,7 @@ namespace EggLink.DanhengServer.Proto { } case 58: { global::EggLink.DanhengServer.Proto.SceneNpcMonsterInfo subBuilder = new global::EggLink.DanhengServer.Proto.SceneNpcMonsterInfo(); - if (entityCaseCase_ == EntityCaseOneofCase.NpcMonster) { + if (entityOneofCaseCase_ == EntityOneofCaseOneofCase.NpcMonster) { subBuilder.MergeFrom(NpcMonster); } input.ReadMessage(subBuilder); @@ -603,7 +603,7 @@ namespace EggLink.DanhengServer.Proto { } case 66: { global::EggLink.DanhengServer.Proto.ScenePropInfo subBuilder = new global::EggLink.DanhengServer.Proto.ScenePropInfo(); - if (entityCaseCase_ == EntityCaseOneofCase.Prop) { + if (entityOneofCaseCase_ == EntityOneofCaseOneofCase.Prop) { subBuilder.MergeFrom(Prop); } input.ReadMessage(subBuilder); @@ -612,7 +612,7 @@ namespace EggLink.DanhengServer.Proto { } case 98: { global::EggLink.DanhengServer.Proto.SceneNpcInfo subBuilder = new global::EggLink.DanhengServer.Proto.SceneNpcInfo(); - if (entityCaseCase_ == EntityCaseOneofCase.Npc) { + if (entityOneofCaseCase_ == EntityOneofCaseOneofCase.Npc) { subBuilder.MergeFrom(Npc); } input.ReadMessage(subBuilder); @@ -621,7 +621,7 @@ namespace EggLink.DanhengServer.Proto { } case 106: { global::EggLink.DanhengServer.Proto.SceneSummonUnitInfo subBuilder = new global::EggLink.DanhengServer.Proto.SceneSummonUnitInfo(); - if (entityCaseCase_ == EntityCaseOneofCase.SummonUnit) { + if (entityOneofCaseCase_ == EntityOneofCaseOneofCase.SummonUnit) { subBuilder.MergeFrom(SummonUnit); } input.ReadMessage(subBuilder); @@ -634,7 +634,7 @@ namespace EggLink.DanhengServer.Proto { } case 122: { global::EggLink.DanhengServer.Proto.SceneActorInfo subBuilder = new global::EggLink.DanhengServer.Proto.SceneActorInfo(); - if (entityCaseCase_ == EntityCaseOneofCase.Actor) { + if (entityOneofCaseCase_ == EntityOneofCaseOneofCase.Actor) { subBuilder.MergeFrom(Actor); } input.ReadMessage(subBuilder); diff --git a/Proto/SceneEntityMoveScRsp.cs b/Proto/SceneEntityMoveScRsp.cs index 1674a8f6..d7402d6c 100644 --- a/Proto/SceneEntityMoveScRsp.cs +++ b/Proto/SceneEntityMoveScRsp.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static SceneEntityMoveScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChpTY2VuZUVudGl0eU1vdmVTY1JzcC5wcm90bxoSRW50aXR5TW90aW9uLnBy", - "b3RvGhhDbGllbnREb3dubG9hZERhdGEucHJvdG8ifgoUU2NlbmVFbnRpdHlN", + "ChpTY2VuZUVudGl0eU1vdmVTY1JzcC5wcm90bxoYQ2xpZW50RG93bmxvYWRE", + "YXRhLnByb3RvGhJFbnRpdHlNb3Rpb24ucHJvdG8ifgoUU2NlbmVFbnRpdHlN", "b3ZlU2NSc3ASDwoHcmV0Y29kZRgMIAEoDRIqCg1kb3dubG9hZF9kYXRhGA8g", "ASgLMhMuQ2xpZW50RG93bmxvYWREYXRhEikKEmVudGl0eV9tb3Rpb25fbGlz", "dBgBIAMoCzINLkVudGl0eU1vdGlvbkIeqgIbRWdnTGluay5EYW5oZW5nU2Vy", "dmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EntityMotionReflection.Descriptor, global::EggLink.DanhengServer.Proto.ClientDownloadDataReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ClientDownloadDataReflection.Descriptor, global::EggLink.DanhengServer.Proto.EntityMotionReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SceneEntityMoveScRsp), global::EggLink.DanhengServer.Proto.SceneEntityMoveScRsp.Parser, new[]{ "Retcode", "DownloadData", "EntityMotionList" }, null, null, null, null) })); diff --git a/Proto/SceneEntityRefreshInfo.cs b/Proto/SceneEntityRefreshInfo.cs index 06abe907..d8577ec2 100644 --- a/Proto/SceneEntityRefreshInfo.cs +++ b/Proto/SceneEntityRefreshInfo.cs @@ -27,12 +27,12 @@ namespace EggLink.DanhengServer.Proto { "ChxTY2VuZUVudGl0eVJlZnJlc2hJbmZvLnByb3RvGhVTY2VuZUVudGl0eUlu", "Zm8ucHJvdG8ifwoWU2NlbmVFbnRpdHlSZWZyZXNoSW5mbxImCgphZGRfZW50", "aXR5GAsgASgLMhAuU2NlbmVFbnRpdHlJbmZvSAASFwoNZGVsZXRlX2VudGl0", - "eRgDIAEoDUgAEhUKC01ISE9BQUhER0FPGAwgASgNSABCDQoLZW50aXR5X2Nh", - "c2VCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); + "eRgDIAEoDUgAEhUKC01ISE9BQUhER0FPGAwgASgNSABCDQoLRUVPQkNQRUpF", + "Sk5CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.SceneEntityInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SceneEntityRefreshInfo), global::EggLink.DanhengServer.Proto.SceneEntityRefreshInfo.Parser, new[]{ "AddEntity", "DeleteEntity", "MHHOAAHDGAO" }, new[]{ "EntityCase" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SceneEntityRefreshInfo), global::EggLink.DanhengServer.Proto.SceneEntityRefreshInfo.Parser, new[]{ "AddEntity", "DeleteEntity", "MHHOAAHDGAO" }, new[]{ "EEOBCPEJEJN" }, null, null, null) })); } #endregion @@ -74,14 +74,14 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public SceneEntityRefreshInfo(SceneEntityRefreshInfo other) : this() { - switch (other.EntityCaseCase) { - case EntityCaseOneofCase.AddEntity: + switch (other.EEOBCPEJEJNCase) { + case EEOBCPEJEJNOneofCase.AddEntity: AddEntity = other.AddEntity.Clone(); break; - case EntityCaseOneofCase.DeleteEntity: + case EEOBCPEJEJNOneofCase.DeleteEntity: DeleteEntity = other.DeleteEntity; break; - case EntityCaseOneofCase.MHHOAAHDGAO: + case EEOBCPEJEJNOneofCase.MHHOAAHDGAO: MHHOAAHDGAO = other.MHHOAAHDGAO; break; } @@ -100,10 +100,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.SceneEntityInfo AddEntity { - get { return entityCaseCase_ == EntityCaseOneofCase.AddEntity ? (global::EggLink.DanhengServer.Proto.SceneEntityInfo) entityCase_ : null; } + get { return eEOBCPEJEJNCase_ == EEOBCPEJEJNOneofCase.AddEntity ? (global::EggLink.DanhengServer.Proto.SceneEntityInfo) eEOBCPEJEJN_ : null; } set { - entityCase_ = value; - entityCaseCase_ = value == null ? EntityCaseOneofCase.None : EntityCaseOneofCase.AddEntity; + eEOBCPEJEJN_ = value; + eEOBCPEJEJNCase_ = value == null ? EEOBCPEJEJNOneofCase.None : EEOBCPEJEJNOneofCase.AddEntity; } } @@ -112,24 +112,24 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint DeleteEntity { - get { return HasDeleteEntity ? (uint) entityCase_ : 0; } + get { return HasDeleteEntity ? (uint) eEOBCPEJEJN_ : 0; } set { - entityCase_ = value; - entityCaseCase_ = EntityCaseOneofCase.DeleteEntity; + eEOBCPEJEJN_ = value; + eEOBCPEJEJNCase_ = EEOBCPEJEJNOneofCase.DeleteEntity; } } /// Gets whether the "delete_entity" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasDeleteEntity { - get { return entityCaseCase_ == EntityCaseOneofCase.DeleteEntity; } + get { return eEOBCPEJEJNCase_ == EEOBCPEJEJNOneofCase.DeleteEntity; } } /// Clears the value of the oneof if it's currently set to "delete_entity" [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearDeleteEntity() { if (HasDeleteEntity) { - ClearEntityCase(); + ClearEEOBCPEJEJN(); } } @@ -138,47 +138,47 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint MHHOAAHDGAO { - get { return HasMHHOAAHDGAO ? (uint) entityCase_ : 0; } + get { return HasMHHOAAHDGAO ? (uint) eEOBCPEJEJN_ : 0; } set { - entityCase_ = value; - entityCaseCase_ = EntityCaseOneofCase.MHHOAAHDGAO; + eEOBCPEJEJN_ = value; + eEOBCPEJEJNCase_ = EEOBCPEJEJNOneofCase.MHHOAAHDGAO; } } /// Gets whether the "MHHOAAHDGAO" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasMHHOAAHDGAO { - get { return entityCaseCase_ == EntityCaseOneofCase.MHHOAAHDGAO; } + get { return eEOBCPEJEJNCase_ == EEOBCPEJEJNOneofCase.MHHOAAHDGAO; } } /// Clears the value of the oneof if it's currently set to "MHHOAAHDGAO" [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearMHHOAAHDGAO() { if (HasMHHOAAHDGAO) { - ClearEntityCase(); + ClearEEOBCPEJEJN(); } } - private object entityCase_; - /// Enum of possible cases for the "entity_case" oneof. - public enum EntityCaseOneofCase { + private object eEOBCPEJEJN_; + /// Enum of possible cases for the "EEOBCPEJEJN" oneof. + public enum EEOBCPEJEJNOneofCase { None = 0, AddEntity = 11, DeleteEntity = 3, MHHOAAHDGAO = 12, } - private EntityCaseOneofCase entityCaseCase_ = EntityCaseOneofCase.None; + private EEOBCPEJEJNOneofCase eEOBCPEJEJNCase_ = EEOBCPEJEJNOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public EntityCaseOneofCase EntityCaseCase { - get { return entityCaseCase_; } + public EEOBCPEJEJNOneofCase EEOBCPEJEJNCase { + get { return eEOBCPEJEJNCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearEntityCase() { - entityCaseCase_ = EntityCaseOneofCase.None; - entityCase_ = null; + public void ClearEEOBCPEJEJN() { + eEOBCPEJEJNCase_ = EEOBCPEJEJNOneofCase.None; + eEOBCPEJEJN_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -199,7 +199,7 @@ namespace EggLink.DanhengServer.Proto { if (!object.Equals(AddEntity, other.AddEntity)) return false; if (DeleteEntity != other.DeleteEntity) return false; if (MHHOAAHDGAO != other.MHHOAAHDGAO) return false; - if (EntityCaseCase != other.EntityCaseCase) return false; + if (EEOBCPEJEJNCase != other.EEOBCPEJEJNCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -207,10 +207,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (entityCaseCase_ == EntityCaseOneofCase.AddEntity) hash ^= AddEntity.GetHashCode(); + if (eEOBCPEJEJNCase_ == EEOBCPEJEJNOneofCase.AddEntity) hash ^= AddEntity.GetHashCode(); if (HasDeleteEntity) hash ^= DeleteEntity.GetHashCode(); if (HasMHHOAAHDGAO) hash ^= MHHOAAHDGAO.GetHashCode(); - hash ^= (int) entityCaseCase_; + hash ^= (int) eEOBCPEJEJNCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -233,7 +233,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(24); output.WriteUInt32(DeleteEntity); } - if (entityCaseCase_ == EntityCaseOneofCase.AddEntity) { + if (eEOBCPEJEJNCase_ == EEOBCPEJEJNOneofCase.AddEntity) { output.WriteRawTag(90); output.WriteMessage(AddEntity); } @@ -255,7 +255,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(24); output.WriteUInt32(DeleteEntity); } - if (entityCaseCase_ == EntityCaseOneofCase.AddEntity) { + if (eEOBCPEJEJNCase_ == EEOBCPEJEJNOneofCase.AddEntity) { output.WriteRawTag(90); output.WriteMessage(AddEntity); } @@ -273,7 +273,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (entityCaseCase_ == EntityCaseOneofCase.AddEntity) { + if (eEOBCPEJEJNCase_ == EEOBCPEJEJNOneofCase.AddEntity) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(AddEntity); } if (HasDeleteEntity) { @@ -294,17 +294,17 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - switch (other.EntityCaseCase) { - case EntityCaseOneofCase.AddEntity: + switch (other.EEOBCPEJEJNCase) { + case EEOBCPEJEJNOneofCase.AddEntity: if (AddEntity == null) { AddEntity = new global::EggLink.DanhengServer.Proto.SceneEntityInfo(); } AddEntity.MergeFrom(other.AddEntity); break; - case EntityCaseOneofCase.DeleteEntity: + case EEOBCPEJEJNOneofCase.DeleteEntity: DeleteEntity = other.DeleteEntity; break; - case EntityCaseOneofCase.MHHOAAHDGAO: + case EEOBCPEJEJNOneofCase.MHHOAAHDGAO: MHHOAAHDGAO = other.MHHOAAHDGAO; break; } @@ -330,7 +330,7 @@ namespace EggLink.DanhengServer.Proto { } case 90: { global::EggLink.DanhengServer.Proto.SceneEntityInfo subBuilder = new global::EggLink.DanhengServer.Proto.SceneEntityInfo(); - if (entityCaseCase_ == EntityCaseOneofCase.AddEntity) { + if (eEOBCPEJEJNCase_ == EEOBCPEJEJNOneofCase.AddEntity) { subBuilder.MergeFrom(AddEntity); } input.ReadMessage(subBuilder); @@ -362,7 +362,7 @@ namespace EggLink.DanhengServer.Proto { } case 90: { global::EggLink.DanhengServer.Proto.SceneEntityInfo subBuilder = new global::EggLink.DanhengServer.Proto.SceneEntityInfo(); - if (entityCaseCase_ == EntityCaseOneofCase.AddEntity) { + if (eEOBCPEJEJNCase_ == EEOBCPEJEJNOneofCase.AddEntity) { subBuilder.MergeFrom(AddEntity); } input.ReadMessage(subBuilder); diff --git a/Proto/SceneInfo.cs b/Proto/SceneInfo.cs index 79b68d60..2b263cf7 100644 --- a/Proto/SceneInfo.cs +++ b/Proto/SceneInfo.cs @@ -24,11 +24,11 @@ namespace EggLink.DanhengServer.Proto { static SceneInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Cg9TY2VuZUluZm8ucHJvdG8aEUtFR01JSERGUE1NLnByb3RvGhRDdXN0b21T", - "YXZlRGF0YS5wcm90bxoaU2NlbmVFbnRpdHlHcm91cEluZm8ucHJvdG8aHk1p", - "c3Npb25TdGF0dXNCeVNjZW5lSW5mby5wcm90bxoOQnVmZkluZm8ucHJvdG8a", - "FVNjZW5lR3JvdXBTdGF0ZS5wcm90bxoVU2NlbmVFbnRpdHlJbmZvLnByb3Rv", - "GhRFbnRpdHlCdWZmSW5mby5wcm90byLGBgoJU2NlbmVJbmZvEhAKCGZsb29y", + "Cg9TY2VuZUluZm8ucHJvdG8aHk1pc3Npb25TdGF0dXNCeVNjZW5lSW5mby5w", + "cm90bxoURW50aXR5QnVmZkluZm8ucHJvdG8aFVNjZW5lR3JvdXBTdGF0ZS5w", + "cm90bxoaU2NlbmVFbnRpdHlHcm91cEluZm8ucHJvdG8aDkJ1ZmZJbmZvLnBy", + "b3RvGhVTY2VuZUVudGl0eUluZm8ucHJvdG8aFEN1c3RvbVNhdmVEYXRhLnBy", + "b3RvGhFLRUdNSUhERlBNTS5wcm90byLGBgoJU2NlbmVJbmZvEhAKCGZsb29y", "X2lkGAEgASgNEhgKEGxlYWRlcl9lbnRpdHlfaWQYByABKA0SNgoSc2NlbmVf", "bWlzc2lvbl9pbmZvGN8HIAEoCzIZLk1pc3Npb25TdGF0dXNCeVNjZW5lSW5m", "bxIWCg5nYW1lX21vZGVfdHlwZRgKIAEoDRITCgpjb250ZW50X2lkGMYPIAEo", @@ -50,7 +50,7 @@ namespace EggLink.DanhengServer.Proto { "IAEoBToCOAFCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv", "dG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.KEGMIHDFPMMReflection.Descriptor, global::EggLink.DanhengServer.Proto.CustomSaveDataReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneEntityGroupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.MissionStatusBySceneInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.BuffInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneGroupStateReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneEntityInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.EntityBuffInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MissionStatusBySceneInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.EntityBuffInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneGroupStateReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneEntityGroupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.BuffInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneEntityInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.CustomSaveDataReflection.Descriptor, global::EggLink.DanhengServer.Proto.KEGMIHDFPMMReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SceneInfo), global::EggLink.DanhengServer.Proto.SceneInfo.Parser, new[]{ "FloorId", "LeaderEntityId", "SceneMissionInfo", "GameModeType", "ContentId", "MPEHIBKEOBE", "EntityBuffInfoList", "EntityList", "EntryId", "DimensionId", "CustomDataList", "PlaneId", "EntityGroupList", "LightenSectionList", "SceneBuffInfoList", "GroupStateList", "DJBIBIJMEBH", "WorldId", "ClientPosVersion", "GameStoryLineId", "FloorSavedData" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, null, }) })); diff --git a/Proto/SceneMapInfo.cs b/Proto/SceneMapInfo.cs index 236ce2fd..81da6240 100644 --- a/Proto/SceneMapInfo.cs +++ b/Proto/SceneMapInfo.cs @@ -24,8 +24,8 @@ namespace EggLink.DanhengServer.Proto { static SceneMapInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChJTY2VuZU1hcEluZm8ucHJvdG8aEU5QQU9HS0ZLQUFFLnByb3RvGg9NYXpl", - "R3JvdXAucHJvdG8aE01hemVQcm9wU3RhdGUucHJvdG8aD0NoZXN0SW5mby5w", + "ChJTY2VuZU1hcEluZm8ucHJvdG8aD01hemVHcm91cC5wcm90bxoTTWF6ZVBy", + "b3BTdGF0ZS5wcm90bxoRTlBBT0dLRktBQUUucHJvdG8aD0NoZXN0SW5mby5w", "cm90byKzAwoMU2NlbmVNYXBJbmZvEhAKCGZsb29yX2lkGAogASgNEhAKCGVu", "dHJ5X2lkGAIgASgNEjsKEGZsb29yX3NhdmVkX2RhdGEYCyADKAsyIS5TY2Vu", "ZU1hcEluZm8uRmxvb3JTYXZlZERhdGFFbnRyeRIjCg9tYXplX2dyb3VwX2xp", @@ -38,7 +38,7 @@ namespace EggLink.DanhengServer.Proto { "RW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgFOgI4AUIeqgIbRWdn", "TGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.NPAOGKFKAAEReflection.Descriptor, global::EggLink.DanhengServer.Proto.MazeGroupReflection.Descriptor, global::EggLink.DanhengServer.Proto.MazePropStateReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChestInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MazeGroupReflection.Descriptor, global::EggLink.DanhengServer.Proto.MazePropStateReflection.Descriptor, global::EggLink.DanhengServer.Proto.NPAOGKFKAAEReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChestInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SceneMapInfo), global::EggLink.DanhengServer.Proto.SceneMapInfo.Parser, new[]{ "FloorId", "EntryId", "FloorSavedData", "MazeGroupList", "DimensionId", "ChestList", "CurMapEntryId", "Retcode", "MazePropList", "LightenSectionList", "JMLDMOCNMHM", "UnlockTeleportList" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, }) })); diff --git a/Proto/SceneMonsterWave.cs b/Proto/SceneMonsterWave.cs index df5ca3bf..f6ebb10f 100644 --- a/Proto/SceneMonsterWave.cs +++ b/Proto/SceneMonsterWave.cs @@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto { static SceneMonsterWaveReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChZTY2VuZU1vbnN0ZXJXYXZlLnByb3RvGg5JdGVtTGlzdC5wcm90bxobU2Nl", - "bmVNb25zdGVyV2F2ZVBhcmFtLnByb3RvGhJTY2VuZU1vbnN0ZXIucHJvdG8i", + "ChZTY2VuZU1vbnN0ZXJXYXZlLnByb3RvGg5JdGVtTGlzdC5wcm90bxoSU2Nl", + "bmVNb25zdGVyLnByb3RvGhtTY2VuZU1vbnN0ZXJXYXZlUGFyYW0ucHJvdG8i", "twEKEFNjZW5lTW9uc3RlcldhdmUSHgoLSkNETEpHSEhBT0YYDiADKAsyCS5J", "dGVtTGlzdBIWCg5iYXR0bGVfd2F2ZV9pZBgMIAEoDRItCg1tb25zdGVyX3Bh", "cmFtGA0gASgLMhYuU2NlbmVNb25zdGVyV2F2ZVBhcmFtEhcKD2JhdHRsZV9z", "dGFnZV9pZBgHIAEoDRIjCgxtb25zdGVyX2xpc3QYASADKAsyDS5TY2VuZU1v", "bnN0ZXJCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneMonsterWaveParamReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneMonsterReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneMonsterReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneMonsterWaveParamReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SceneMonsterWave), global::EggLink.DanhengServer.Proto.SceneMonsterWave.Parser, new[]{ "JCDLJGHHAOF", "BattleWaveId", "MonsterParam", "BattleStageId", "MonsterList" }, null, null, null, null) })); diff --git a/Proto/ScoreInfo.cs b/Proto/ScoreInfo.cs deleted file mode 100644 index 14bb198f..00000000 --- a/Proto/ScoreInfo.cs +++ /dev/null @@ -1,271 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: ScoreInfo.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from ScoreInfo.proto - public static partial class ScoreInfoReflection { - - #region Descriptor - /// File descriptor for ScoreInfo.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static ScoreInfoReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Cg9TY29yZUluZm8ucHJvdG8iMgoJU2NvcmVJbmZvEhMKC0ZKSkRGUEtHT1BD", - "GAEgASgNEhAKCHNjb3JlX2lkGAIgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdT", - "ZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ScoreInfo), global::EggLink.DanhengServer.Proto.ScoreInfo.Parser, new[]{ "FJJDFPKGOPC", "ScoreId" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class ScoreInfo : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ScoreInfo()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.ScoreInfoReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ScoreInfo() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ScoreInfo(ScoreInfo other) : this() { - fJJDFPKGOPC_ = other.fJJDFPKGOPC_; - scoreId_ = other.scoreId_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public ScoreInfo Clone() { - return new ScoreInfo(this); - } - - /// Field number for the "FJJDFPKGOPC" field. - public const int FJJDFPKGOPCFieldNumber = 1; - private uint fJJDFPKGOPC_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint FJJDFPKGOPC { - get { return fJJDFPKGOPC_; } - set { - fJJDFPKGOPC_ = value; - } - } - - /// Field number for the "score_id" field. - public const int ScoreIdFieldNumber = 2; - private uint scoreId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint ScoreId { - get { return scoreId_; } - set { - scoreId_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as ScoreInfo); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(ScoreInfo other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (FJJDFPKGOPC != other.FJJDFPKGOPC) return false; - if (ScoreId != other.ScoreId) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (FJJDFPKGOPC != 0) hash ^= FJJDFPKGOPC.GetHashCode(); - if (ScoreId != 0) hash ^= ScoreId.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (FJJDFPKGOPC != 0) { - output.WriteRawTag(8); - output.WriteUInt32(FJJDFPKGOPC); - } - if (ScoreId != 0) { - output.WriteRawTag(16); - output.WriteUInt32(ScoreId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (FJJDFPKGOPC != 0) { - output.WriteRawTag(8); - output.WriteUInt32(FJJDFPKGOPC); - } - if (ScoreId != 0) { - output.WriteRawTag(16); - output.WriteUInt32(ScoreId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (FJJDFPKGOPC != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FJJDFPKGOPC); - } - if (ScoreId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ScoreId); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(ScoreInfo other) { - if (other == null) { - return; - } - if (other.FJJDFPKGOPC != 0) { - FJJDFPKGOPC = other.FJJDFPKGOPC; - } - if (other.ScoreId != 0) { - ScoreId = other.ScoreId; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - FJJDFPKGOPC = input.ReadUInt32(); - break; - } - case 16: { - ScoreId = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - FJJDFPKGOPC = input.ReadUInt32(); - break; - } - case 16: { - ScoreId = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/ServerLogScNotify.cs b/Proto/ServerLogScNotify.cs index 8aa0c79a..c74a5e56 100644 --- a/Proto/ServerLogScNotify.cs +++ b/Proto/ServerLogScNotify.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static ServerLogScNotifyReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChdTZXJ2ZXJMb2dTY05vdGlmeS5wcm90bxoUU2VydmVyTG9nTGV2ZWwucHJv", - "dG8aElNlcnZlckxvZ1RhZy5wcm90byJ5ChFTZXJ2ZXJMb2dTY05vdGlmeRIe", + "ChdTZXJ2ZXJMb2dTY05vdGlmeS5wcm90bxoSU2VydmVyTG9nVGFnLnByb3Rv", + "GhRTZXJ2ZXJMb2dMZXZlbC5wcm90byJ5ChFTZXJ2ZXJMb2dTY05vdGlmeRIe", "CgVsZXZlbBgDIAEoDjIPLlNlcnZlckxvZ0xldmVsEhMKC0hLTElHQ0hISUVH", "GAEgASgJEhoKA3RhZxgOIAEoDjINLlNlcnZlckxvZ1RhZxITCgtMQ1BMTEdO", "Sk5BShgJIAEoCUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", "cm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ServerLogLevelReflection.Descriptor, global::EggLink.DanhengServer.Proto.ServerLogTagReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ServerLogTagReflection.Descriptor, global::EggLink.DanhengServer.Proto.ServerLogLevelReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ServerLogScNotify), global::EggLink.DanhengServer.Proto.ServerLogScNotify.Parser, new[]{ "Level", "HKLIGCHHIEG", "Tag", "LCPLLGNJNAJ" }, null, null, null, null) })); diff --git a/Proto/ServerLogSettings.cs b/Proto/ServerLogSettings.cs index 85bddaaa..d4bb130d 100644 --- a/Proto/ServerLogSettings.cs +++ b/Proto/ServerLogSettings.cs @@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto { static ServerLogSettingsReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChdTZXJ2ZXJMb2dTZXR0aW5ncy5wcm90bxoUU2VydmVyTG9nTGV2ZWwucHJv", - "dG8aElNlcnZlckxvZ1RhZy5wcm90byJfChFTZXJ2ZXJMb2dTZXR0aW5ncxIk", - "CgtOb3RpZnlMZXZlbBgNIAEoDjIPLlNlcnZlckxvZ0xldmVsEiQKDU5vdGlm", - "eVRhZ0xpc3QYCCADKA4yDS5TZXJ2ZXJMb2dUYWdCHqoCG0VnZ0xpbmsuRGFu", - "aGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); + "ChdTZXJ2ZXJMb2dTZXR0aW5ncy5wcm90bxoSU2VydmVyTG9nVGFnLnByb3Rv", + "GhRTZXJ2ZXJMb2dMZXZlbC5wcm90byJiChFTZXJ2ZXJMb2dTZXR0aW5ncxIl", + "Cgxub3RpZnlfbGV2ZWwYDSABKA4yDy5TZXJ2ZXJMb2dMZXZlbBImCg9ub3Rp", + "ZnlfdGFnX2xpc3QYCCADKA4yDS5TZXJ2ZXJMb2dUYWdCHqoCG0VnZ0xpbmsu", + "RGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ServerLogLevelReflection.Descriptor, global::EggLink.DanhengServer.Proto.ServerLogTagReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ServerLogTagReflection.Descriptor, global::EggLink.DanhengServer.Proto.ServerLogLevelReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ServerLogSettings), global::EggLink.DanhengServer.Proto.ServerLogSettings.Parser, new[]{ "NotifyLevel", "NotifyTagList" }, null, null, null, null) })); @@ -85,7 +85,7 @@ namespace EggLink.DanhengServer.Proto { return new ServerLogSettings(this); } - /// Field number for the "NotifyLevel" field. + /// Field number for the "notify_level" field. public const int NotifyLevelFieldNumber = 13; private global::EggLink.DanhengServer.Proto.ServerLogLevel notifyLevel_ = global::EggLink.DanhengServer.Proto.ServerLogLevel.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -97,7 +97,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "NotifyTagList" field. + /// Field number for the "notify_tag_list" field. public const int NotifyTagListFieldNumber = 8; private static readonly pb::FieldCodec _repeated_notifyTagList_codec = pb::FieldCodec.ForEnum(66, x => (int) x, x => (global::EggLink.DanhengServer.Proto.ServerLogTag) x); diff --git a/Proto/SetGachaDecideItemCsReq.cs b/Proto/SetGachaDecideItemCsReq.cs deleted file mode 100644 index 0be4f8c7..00000000 --- a/Proto/SetGachaDecideItemCsReq.cs +++ /dev/null @@ -1,300 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: SetGachaDecideItemCsReq.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from SetGachaDecideItemCsReq.proto - public static partial class SetGachaDecideItemCsReqReflection { - - #region Descriptor - /// File descriptor for SetGachaDecideItemCsReq.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static SetGachaDecideItemCsReqReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Ch1TZXRHYWNoYURlY2lkZUl0ZW1Dc1JlcS5wcm90byJVChdTZXRHYWNoYURl", - "Y2lkZUl0ZW1Dc1JlcRITCgtDSERPSUJGRUhMUBgIIAEoDRIQCghnYWNoYV9p", - "ZBgNIAEoDRITCgtETEFCRE5QSUhGRhgEIAMoDUIeqgIbRWdnTGluay5EYW5o", - "ZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SetGachaDecideItemCsReq), global::EggLink.DanhengServer.Proto.SetGachaDecideItemCsReq.Parser, new[]{ "CHDOIBFEHLP", "GachaId", "DLABDNPIHFF" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class SetGachaDecideItemCsReq : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new SetGachaDecideItemCsReq()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.SetGachaDecideItemCsReqReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public SetGachaDecideItemCsReq() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public SetGachaDecideItemCsReq(SetGachaDecideItemCsReq other) : this() { - cHDOIBFEHLP_ = other.cHDOIBFEHLP_; - gachaId_ = other.gachaId_; - dLABDNPIHFF_ = other.dLABDNPIHFF_.Clone(); - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public SetGachaDecideItemCsReq Clone() { - return new SetGachaDecideItemCsReq(this); - } - - /// Field number for the "CHDOIBFEHLP" field. - public const int CHDOIBFEHLPFieldNumber = 8; - private uint cHDOIBFEHLP_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint CHDOIBFEHLP { - get { return cHDOIBFEHLP_; } - set { - cHDOIBFEHLP_ = value; - } - } - - /// Field number for the "gacha_id" field. - public const int GachaIdFieldNumber = 13; - private uint gachaId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint GachaId { - get { return gachaId_; } - set { - gachaId_ = value; - } - } - - /// Field number for the "DLABDNPIHFF" field. - public const int DLABDNPIHFFFieldNumber = 4; - private static readonly pb::FieldCodec _repeated_dLABDNPIHFF_codec - = pb::FieldCodec.ForUInt32(34); - private readonly pbc::RepeatedField dLABDNPIHFF_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField DLABDNPIHFF { - get { return dLABDNPIHFF_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as SetGachaDecideItemCsReq); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(SetGachaDecideItemCsReq other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (CHDOIBFEHLP != other.CHDOIBFEHLP) return false; - if (GachaId != other.GachaId) return false; - if(!dLABDNPIHFF_.Equals(other.dLABDNPIHFF_)) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (CHDOIBFEHLP != 0) hash ^= CHDOIBFEHLP.GetHashCode(); - if (GachaId != 0) hash ^= GachaId.GetHashCode(); - hash ^= dLABDNPIHFF_.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - dLABDNPIHFF_.WriteTo(output, _repeated_dLABDNPIHFF_codec); - if (CHDOIBFEHLP != 0) { - output.WriteRawTag(64); - output.WriteUInt32(CHDOIBFEHLP); - } - if (GachaId != 0) { - output.WriteRawTag(104); - output.WriteUInt32(GachaId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - dLABDNPIHFF_.WriteTo(ref output, _repeated_dLABDNPIHFF_codec); - if (CHDOIBFEHLP != 0) { - output.WriteRawTag(64); - output.WriteUInt32(CHDOIBFEHLP); - } - if (GachaId != 0) { - output.WriteRawTag(104); - output.WriteUInt32(GachaId); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (CHDOIBFEHLP != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CHDOIBFEHLP); - } - if (GachaId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GachaId); - } - size += dLABDNPIHFF_.CalculateSize(_repeated_dLABDNPIHFF_codec); - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(SetGachaDecideItemCsReq other) { - if (other == null) { - return; - } - if (other.CHDOIBFEHLP != 0) { - CHDOIBFEHLP = other.CHDOIBFEHLP; - } - if (other.GachaId != 0) { - GachaId = other.GachaId; - } - dLABDNPIHFF_.Add(other.dLABDNPIHFF_); - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 34: - case 32: { - dLABDNPIHFF_.AddEntriesFrom(input, _repeated_dLABDNPIHFF_codec); - break; - } - case 64: { - CHDOIBFEHLP = input.ReadUInt32(); - break; - } - case 104: { - GachaId = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 34: - case 32: { - dLABDNPIHFF_.AddEntriesFrom(ref input, _repeated_dLABDNPIHFF_codec); - break; - } - case 64: { - CHDOIBFEHLP = input.ReadUInt32(); - break; - } - case 104: { - GachaId = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/SetGachaDecideItemScRsp.cs b/Proto/SetGachaDecideItemScRsp.cs index 603f2cf7..4cc52916 100644 --- a/Proto/SetGachaDecideItemScRsp.cs +++ b/Proto/SetGachaDecideItemScRsp.cs @@ -25,14 +25,14 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Ch1TZXRHYWNoYURlY2lkZUl0ZW1TY1JzcC5wcm90bxoRTE9QREpBSEZQSE4u", - "cHJvdG8iZwoXU2V0R2FjaGFEZWNpZGVJdGVtU2NSc3ASDwoHcmV0Y29kZRgO", - "IAEoDRIhCgtHRFBPRUVKTk1IThgCIAEoCzIMLkxPUERKQUhGUEhOEhgKEGRl", - "Y2lkZV9pdGVtX2xpc3QYCSADKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZl", - "ci5Qcm90b2IGcHJvdG8z")); + "cHJvdG8iXwoXU2V0R2FjaGFEZWNpZGVJdGVtU2NSc3ASDwoHcmV0Y29kZRgO", + "IAEoDRIhCgtHRFBPRUVKTk1IThgCIAEoCzIMLkxPUERKQUhGUEhOEhAKCGdh", + "Y2hhX2lkGAkgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9i", + "BnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LOPDJAHFPHNReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SetGachaDecideItemScRsp), global::EggLink.DanhengServer.Proto.SetGachaDecideItemScRsp.Parser, new[]{ "Retcode", "GDPOEEJNMHN", "DecideItemList" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SetGachaDecideItemScRsp), global::EggLink.DanhengServer.Proto.SetGachaDecideItemScRsp.Parser, new[]{ "Retcode", "GDPOEEJNMHN", "GachaId" }, null, null, null, null) })); } #endregion @@ -76,7 +76,7 @@ namespace EggLink.DanhengServer.Proto { public SetGachaDecideItemScRsp(SetGachaDecideItemScRsp other) : this() { retcode_ = other.retcode_; gDPOEEJNMHN_ = other.gDPOEEJNMHN_ != null ? other.gDPOEEJNMHN_.Clone() : null; - decideItemList_ = other.decideItemList_.Clone(); + gachaId_ = other.gachaId_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -110,15 +110,16 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "decide_item_list" field. - public const int DecideItemListFieldNumber = 9; - private static readonly pb::FieldCodec _repeated_decideItemList_codec - = pb::FieldCodec.ForUInt32(74); - private readonly pbc::RepeatedField decideItemList_ = new pbc::RepeatedField(); + /// Field number for the "gacha_id" field. + public const int GachaIdFieldNumber = 9; + private uint gachaId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField DecideItemList { - get { return decideItemList_; } + public uint GachaId { + get { return gachaId_; } + set { + gachaId_ = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -138,7 +139,7 @@ namespace EggLink.DanhengServer.Proto { } if (Retcode != other.Retcode) return false; if (!object.Equals(GDPOEEJNMHN, other.GDPOEEJNMHN)) return false; - if(!decideItemList_.Equals(other.decideItemList_)) return false; + if (GachaId != other.GachaId) return false; return Equals(_unknownFields, other._unknownFields); } @@ -148,7 +149,7 @@ namespace EggLink.DanhengServer.Proto { int hash = 1; if (Retcode != 0) hash ^= Retcode.GetHashCode(); if (gDPOEEJNMHN_ != null) hash ^= GDPOEEJNMHN.GetHashCode(); - hash ^= decideItemList_.GetHashCode(); + if (GachaId != 0) hash ^= GachaId.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -171,7 +172,10 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(18); output.WriteMessage(GDPOEEJNMHN); } - decideItemList_.WriteTo(output, _repeated_decideItemList_codec); + if (GachaId != 0) { + output.WriteRawTag(72); + output.WriteUInt32(GachaId); + } if (Retcode != 0) { output.WriteRawTag(112); output.WriteUInt32(Retcode); @@ -190,7 +194,10 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(18); output.WriteMessage(GDPOEEJNMHN); } - decideItemList_.WriteTo(ref output, _repeated_decideItemList_codec); + if (GachaId != 0) { + output.WriteRawTag(72); + output.WriteUInt32(GachaId); + } if (Retcode != 0) { output.WriteRawTag(112); output.WriteUInt32(Retcode); @@ -211,7 +218,9 @@ namespace EggLink.DanhengServer.Proto { if (gDPOEEJNMHN_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(GDPOEEJNMHN); } - size += decideItemList_.CalculateSize(_repeated_decideItemList_codec); + if (GachaId != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GachaId); + } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -233,7 +242,9 @@ namespace EggLink.DanhengServer.Proto { } GDPOEEJNMHN.MergeFrom(other.GDPOEEJNMHN); } - decideItemList_.Add(other.decideItemList_); + if (other.GachaId != 0) { + GachaId = other.GachaId; + } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -256,9 +267,8 @@ namespace EggLink.DanhengServer.Proto { input.ReadMessage(GDPOEEJNMHN); break; } - case 74: case 72: { - decideItemList_.AddEntriesFrom(input, _repeated_decideItemList_codec); + GachaId = input.ReadUInt32(); break; } case 112: { @@ -287,9 +297,8 @@ namespace EggLink.DanhengServer.Proto { input.ReadMessage(GDPOEEJNMHN); break; } - case 74: case 72: { - decideItemList_.AddEntriesFrom(ref input, _repeated_decideItemList_codec); + GachaId = input.ReadUInt32(); break; } case 112: { diff --git a/Proto/SetGrowthTargetAvatarCsReq.cs b/Proto/SetGrowthTargetAvatarCsReq.cs index aeb54b6b..e2a91aac 100644 --- a/Proto/SetGrowthTargetAvatarCsReq.cs +++ b/Proto/SetGrowthTargetAvatarCsReq.cs @@ -24,17 +24,17 @@ namespace EggLink.DanhengServer.Proto { static SetGrowthTargetAvatarCsReqReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiBTZXRHcm93dGhUYXJnZXRBdmF0YXJDc1JlcS5wcm90bxobR3Jvd3RoVGFy", - "dGdldEZ1bmNUeXBlLnByb3RvGhdHcm93dGhUYXJnZXRTdGF0ZS5wcm90byKf", + "CiBTZXRHcm93dGhUYXJnZXRBdmF0YXJDc1JlcS5wcm90bxoXR3Jvd3RoVGFy", + "Z2V0U3RhdGUucHJvdG8aG0dyb3d0aFRhcnRnZXRGdW5jVHlwZS5wcm90byKh", "AQoaU2V0R3Jvd3RoVGFyZ2V0QXZhdGFyQ3NSZXESNwoXZ3Jvd3RoX3Rhcmdl", - "dF90eXBlX2xpc3QYASADKA4yFi5Hcm93dGhUYXJ0Z2V0RnVuY1R5cGUSEQoJ", - "aXNfdGFyZ2V0GA4gASgNEiIKBnNvdXJjZRgFIAEoDjISLkdyb3d0aFRhcmdl", - "dFN0YXRlEhEKCWF2YXRhcl9pZBgDIAEoDUIeqgIbRWdnTGluay5EYW5oZW5n", - "U2VydmVyLlByb3RvYgZwcm90bzM=")); + "dF90eXBlX2xpc3QYASADKA4yFi5Hcm93dGhUYXJ0Z2V0RnVuY1R5cGUSEwoL", + "SUROTUVLTkhMUE8YDiABKA0SIgoGc291cmNlGAUgASgOMhIuR3Jvd3RoVGFy", + "Z2V0U3RhdGUSEQoJYXZhdGFyX2lkGAMgASgNQh6qAhtFZ2dMaW5rLkRhbmhl", + "bmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GrowthTartgetFuncTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.GrowthTargetStateReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GrowthTargetStateReflection.Descriptor, global::EggLink.DanhengServer.Proto.GrowthTartgetFuncTypeReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SetGrowthTargetAvatarCsReq), global::EggLink.DanhengServer.Proto.SetGrowthTargetAvatarCsReq.Parser, new[]{ "GrowthTargetTypeList", "IsTarget", "Source", "AvatarId" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SetGrowthTargetAvatarCsReq), global::EggLink.DanhengServer.Proto.SetGrowthTargetAvatarCsReq.Parser, new[]{ "GrowthTargetTypeList", "IDNMEKNHLPO", "Source", "AvatarId" }, null, null, null, null) })); } #endregion @@ -77,7 +77,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public SetGrowthTargetAvatarCsReq(SetGrowthTargetAvatarCsReq other) : this() { growthTargetTypeList_ = other.growthTargetTypeList_.Clone(); - isTarget_ = other.isTarget_; + iDNMEKNHLPO_ = other.iDNMEKNHLPO_; source_ = other.source_; avatarId_ = other.avatarId_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); @@ -100,15 +100,15 @@ namespace EggLink.DanhengServer.Proto { get { return growthTargetTypeList_; } } - /// Field number for the "is_target" field. - public const int IsTargetFieldNumber = 14; - private uint isTarget_; + /// Field number for the "IDNMEKNHLPO" field. + public const int IDNMEKNHLPOFieldNumber = 14; + private uint iDNMEKNHLPO_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint IsTarget { - get { return isTarget_; } + public uint IDNMEKNHLPO { + get { return iDNMEKNHLPO_; } set { - isTarget_ = value; + iDNMEKNHLPO_ = value; } } @@ -152,7 +152,7 @@ namespace EggLink.DanhengServer.Proto { return true; } if(!growthTargetTypeList_.Equals(other.growthTargetTypeList_)) return false; - if (IsTarget != other.IsTarget) return false; + if (IDNMEKNHLPO != other.IDNMEKNHLPO) return false; if (Source != other.Source) return false; if (AvatarId != other.AvatarId) return false; return Equals(_unknownFields, other._unknownFields); @@ -163,7 +163,7 @@ namespace EggLink.DanhengServer.Proto { public override int GetHashCode() { int hash = 1; hash ^= growthTargetTypeList_.GetHashCode(); - if (IsTarget != 0) hash ^= IsTarget.GetHashCode(); + if (IDNMEKNHLPO != 0) hash ^= IDNMEKNHLPO.GetHashCode(); if (Source != global::EggLink.DanhengServer.Proto.GrowthTargetState.GrowthTargetAvatarNone) hash ^= Source.GetHashCode(); if (AvatarId != 0) hash ^= AvatarId.GetHashCode(); if (_unknownFields != null) { @@ -193,9 +193,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(40); output.WriteEnum((int) Source); } - if (IsTarget != 0) { + if (IDNMEKNHLPO != 0) { output.WriteRawTag(112); - output.WriteUInt32(IsTarget); + output.WriteUInt32(IDNMEKNHLPO); } if (_unknownFields != null) { _unknownFields.WriteTo(output); @@ -216,9 +216,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(40); output.WriteEnum((int) Source); } - if (IsTarget != 0) { + if (IDNMEKNHLPO != 0) { output.WriteRawTag(112); - output.WriteUInt32(IsTarget); + output.WriteUInt32(IDNMEKNHLPO); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); @@ -231,8 +231,8 @@ namespace EggLink.DanhengServer.Proto { public int CalculateSize() { int size = 0; size += growthTargetTypeList_.CalculateSize(_repeated_growthTargetTypeList_codec); - if (IsTarget != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IsTarget); + if (IDNMEKNHLPO != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IDNMEKNHLPO); } if (Source != global::EggLink.DanhengServer.Proto.GrowthTargetState.GrowthTargetAvatarNone) { size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Source); @@ -253,8 +253,8 @@ namespace EggLink.DanhengServer.Proto { return; } growthTargetTypeList_.Add(other.growthTargetTypeList_); - if (other.IsTarget != 0) { - IsTarget = other.IsTarget; + if (other.IDNMEKNHLPO != 0) { + IDNMEKNHLPO = other.IDNMEKNHLPO; } if (other.Source != global::EggLink.DanhengServer.Proto.GrowthTargetState.GrowthTargetAvatarNone) { Source = other.Source; @@ -291,7 +291,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 112: { - IsTarget = input.ReadUInt32(); + IDNMEKNHLPO = input.ReadUInt32(); break; } } @@ -323,7 +323,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 112: { - IsTarget = input.ReadUInt32(); + IDNMEKNHLPO = input.ReadUInt32(); break; } } diff --git a/Proto/SetGrowthTargetAvatarScRsp.cs b/Proto/SetGrowthTargetAvatarScRsp.cs index 3a121df1..d25d327d 100644 --- a/Proto/SetGrowthTargetAvatarScRsp.cs +++ b/Proto/SetGrowthTargetAvatarScRsp.cs @@ -25,15 +25,15 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CiBTZXRHcm93dGhUYXJnZXRBdmF0YXJTY1JzcC5wcm90bxobR3Jvd3RoVGFy", - "dGdldEZ1bmNUeXBlLnByb3RvIqIBChpTZXRHcm93dGhUYXJnZXRBdmF0YXJT", - "Y1JzcBIgChhjb25maXJtX3RhcmdldF9hdmF0YXJfaWQYBCABKA0SNwoXZ3Jv", - "d3RoX3RhcmdldF90eXBlX2xpc3QYCyADKA4yFi5Hcm93dGhUYXJ0Z2V0RnVu", - "Y1R5cGUSGAoQdGFyZ2V0X2F2YXRhcl9pZBgFIAEoDRIPCgdyZXRjb2RlGA0g", - "ASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "dGdldEZ1bmNUeXBlLnByb3RvIpABChpTZXRHcm93dGhUYXJnZXRBdmF0YXJT", + "Y1JzcBITCgtOQ0JLUEROR09IShgEIAEoDRI3Chdncm93dGhfdGFyZ2V0X3R5", + "cGVfbGlzdBgLIAMoDjIWLkdyb3d0aFRhcnRnZXRGdW5jVHlwZRITCgtKUE5M", + "UE9QTUtFShgFIAEoDRIPCgdyZXRjb2RlGA0gASgNQh6qAhtFZ2dMaW5rLkRh", + "bmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GrowthTartgetFuncTypeReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SetGrowthTargetAvatarScRsp), global::EggLink.DanhengServer.Proto.SetGrowthTargetAvatarScRsp.Parser, new[]{ "ConfirmTargetAvatarId", "GrowthTargetTypeList", "TargetAvatarId", "Retcode" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SetGrowthTargetAvatarScRsp), global::EggLink.DanhengServer.Proto.SetGrowthTargetAvatarScRsp.Parser, new[]{ "NCBKPDNGOHJ", "GrowthTargetTypeList", "JPNLPOPMKEJ", "Retcode" }, null, null, null, null) })); } #endregion @@ -75,9 +75,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public SetGrowthTargetAvatarScRsp(SetGrowthTargetAvatarScRsp other) : this() { - confirmTargetAvatarId_ = other.confirmTargetAvatarId_; + nCBKPDNGOHJ_ = other.nCBKPDNGOHJ_; growthTargetTypeList_ = other.growthTargetTypeList_.Clone(); - targetAvatarId_ = other.targetAvatarId_; + jPNLPOPMKEJ_ = other.jPNLPOPMKEJ_; retcode_ = other.retcode_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -88,15 +88,15 @@ namespace EggLink.DanhengServer.Proto { return new SetGrowthTargetAvatarScRsp(this); } - /// Field number for the "confirm_target_avatar_id" field. - public const int ConfirmTargetAvatarIdFieldNumber = 4; - private uint confirmTargetAvatarId_; + /// Field number for the "NCBKPDNGOHJ" field. + public const int NCBKPDNGOHJFieldNumber = 4; + private uint nCBKPDNGOHJ_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint ConfirmTargetAvatarId { - get { return confirmTargetAvatarId_; } + public uint NCBKPDNGOHJ { + get { return nCBKPDNGOHJ_; } set { - confirmTargetAvatarId_ = value; + nCBKPDNGOHJ_ = value; } } @@ -111,15 +111,15 @@ namespace EggLink.DanhengServer.Proto { get { return growthTargetTypeList_; } } - /// Field number for the "target_avatar_id" field. - public const int TargetAvatarIdFieldNumber = 5; - private uint targetAvatarId_; + /// Field number for the "JPNLPOPMKEJ" field. + public const int JPNLPOPMKEJFieldNumber = 5; + private uint jPNLPOPMKEJ_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint TargetAvatarId { - get { return targetAvatarId_; } + public uint JPNLPOPMKEJ { + get { return jPNLPOPMKEJ_; } set { - targetAvatarId_ = value; + jPNLPOPMKEJ_ = value; } } @@ -150,9 +150,9 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (ConfirmTargetAvatarId != other.ConfirmTargetAvatarId) return false; + if (NCBKPDNGOHJ != other.NCBKPDNGOHJ) return false; if(!growthTargetTypeList_.Equals(other.growthTargetTypeList_)) return false; - if (TargetAvatarId != other.TargetAvatarId) return false; + if (JPNLPOPMKEJ != other.JPNLPOPMKEJ) return false; if (Retcode != other.Retcode) return false; return Equals(_unknownFields, other._unknownFields); } @@ -161,9 +161,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (ConfirmTargetAvatarId != 0) hash ^= ConfirmTargetAvatarId.GetHashCode(); + if (NCBKPDNGOHJ != 0) hash ^= NCBKPDNGOHJ.GetHashCode(); hash ^= growthTargetTypeList_.GetHashCode(); - if (TargetAvatarId != 0) hash ^= TargetAvatarId.GetHashCode(); + if (JPNLPOPMKEJ != 0) hash ^= JPNLPOPMKEJ.GetHashCode(); if (Retcode != 0) hash ^= Retcode.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); @@ -183,13 +183,13 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (ConfirmTargetAvatarId != 0) { + if (NCBKPDNGOHJ != 0) { output.WriteRawTag(32); - output.WriteUInt32(ConfirmTargetAvatarId); + output.WriteUInt32(NCBKPDNGOHJ); } - if (TargetAvatarId != 0) { + if (JPNLPOPMKEJ != 0) { output.WriteRawTag(40); - output.WriteUInt32(TargetAvatarId); + output.WriteUInt32(JPNLPOPMKEJ); } growthTargetTypeList_.WriteTo(output, _repeated_growthTargetTypeList_codec); if (Retcode != 0) { @@ -206,13 +206,13 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (ConfirmTargetAvatarId != 0) { + if (NCBKPDNGOHJ != 0) { output.WriteRawTag(32); - output.WriteUInt32(ConfirmTargetAvatarId); + output.WriteUInt32(NCBKPDNGOHJ); } - if (TargetAvatarId != 0) { + if (JPNLPOPMKEJ != 0) { output.WriteRawTag(40); - output.WriteUInt32(TargetAvatarId); + output.WriteUInt32(JPNLPOPMKEJ); } growthTargetTypeList_.WriteTo(ref output, _repeated_growthTargetTypeList_codec); if (Retcode != 0) { @@ -229,12 +229,12 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (ConfirmTargetAvatarId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ConfirmTargetAvatarId); + if (NCBKPDNGOHJ != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NCBKPDNGOHJ); } size += growthTargetTypeList_.CalculateSize(_repeated_growthTargetTypeList_codec); - if (TargetAvatarId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(TargetAvatarId); + if (JPNLPOPMKEJ != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JPNLPOPMKEJ); } if (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); @@ -251,12 +251,12 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - if (other.ConfirmTargetAvatarId != 0) { - ConfirmTargetAvatarId = other.ConfirmTargetAvatarId; + if (other.NCBKPDNGOHJ != 0) { + NCBKPDNGOHJ = other.NCBKPDNGOHJ; } growthTargetTypeList_.Add(other.growthTargetTypeList_); - if (other.TargetAvatarId != 0) { - TargetAvatarId = other.TargetAvatarId; + if (other.JPNLPOPMKEJ != 0) { + JPNLPOPMKEJ = other.JPNLPOPMKEJ; } if (other.Retcode != 0) { Retcode = other.Retcode; @@ -277,11 +277,11 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 32: { - ConfirmTargetAvatarId = input.ReadUInt32(); + NCBKPDNGOHJ = input.ReadUInt32(); break; } case 40: { - TargetAvatarId = input.ReadUInt32(); + JPNLPOPMKEJ = input.ReadUInt32(); break; } case 90: @@ -309,11 +309,11 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 32: { - ConfirmTargetAvatarId = input.ReadUInt32(); + NCBKPDNGOHJ = input.ReadUInt32(); break; } case 40: { - TargetAvatarId = input.ReadUInt32(); + JPNLPOPMKEJ = input.ReadUInt32(); break; } case 90: diff --git a/Proto/SetHeadIconScRsp.cs b/Proto/SetHeadIconScRsp.cs index 6e11718b..e020dc33 100644 --- a/Proto/SetHeadIconScRsp.cs +++ b/Proto/SetHeadIconScRsp.cs @@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto { static SetHeadIconScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChZTZXRIZWFkSWNvblNjUnNwLnByb3RvIjoKEFNldEhlYWRJY29uU2NSc3AS", - "DwoHcmV0Y29kZRgFIAEoDRIVCg1jdXJfaGVhZF9pY29uGAYgASgNQh6qAhtF", - "Z2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "ChZTZXRIZWFkSWNvblNjUnNwLnByb3RvIkEKEFNldEhlYWRJY29uU2NSc3AS", + "DwoHcmV0Y29kZRgFIAEoDRIcChRjdXJyZW50X2hlYWRfaWNvbl9pZBgGIAEo", + "DUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SetHeadIconScRsp), global::EggLink.DanhengServer.Proto.SetHeadIconScRsp.Parser, new[]{ "Retcode", "CurHeadIcon" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SetHeadIconScRsp), global::EggLink.DanhengServer.Proto.SetHeadIconScRsp.Parser, new[]{ "Retcode", "CurrentHeadIconId" }, null, null, null, null) })); } #endregion @@ -73,7 +73,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public SetHeadIconScRsp(SetHeadIconScRsp other) : this() { retcode_ = other.retcode_; - curHeadIcon_ = other.curHeadIcon_; + currentHeadIconId_ = other.currentHeadIconId_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -95,15 +95,15 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "cur_head_icon" field. - public const int CurHeadIconFieldNumber = 6; - private uint curHeadIcon_; + /// Field number for the "current_head_icon_id" field. + public const int CurrentHeadIconIdFieldNumber = 6; + private uint currentHeadIconId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint CurHeadIcon { - get { return curHeadIcon_; } + public uint CurrentHeadIconId { + get { return currentHeadIconId_; } set { - curHeadIcon_ = value; + currentHeadIconId_ = value; } } @@ -123,7 +123,7 @@ namespace EggLink.DanhengServer.Proto { return true; } if (Retcode != other.Retcode) return false; - if (CurHeadIcon != other.CurHeadIcon) return false; + if (CurrentHeadIconId != other.CurrentHeadIconId) return false; return Equals(_unknownFields, other._unknownFields); } @@ -132,7 +132,7 @@ namespace EggLink.DanhengServer.Proto { public override int GetHashCode() { int hash = 1; if (Retcode != 0) hash ^= Retcode.GetHashCode(); - if (CurHeadIcon != 0) hash ^= CurHeadIcon.GetHashCode(); + if (CurrentHeadIconId != 0) hash ^= CurrentHeadIconId.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -155,9 +155,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(40); output.WriteUInt32(Retcode); } - if (CurHeadIcon != 0) { + if (CurrentHeadIconId != 0) { output.WriteRawTag(48); - output.WriteUInt32(CurHeadIcon); + output.WriteUInt32(CurrentHeadIconId); } if (_unknownFields != null) { _unknownFields.WriteTo(output); @@ -173,9 +173,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(40); output.WriteUInt32(Retcode); } - if (CurHeadIcon != 0) { + if (CurrentHeadIconId != 0) { output.WriteRawTag(48); - output.WriteUInt32(CurHeadIcon); + output.WriteUInt32(CurrentHeadIconId); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); @@ -190,8 +190,8 @@ namespace EggLink.DanhengServer.Proto { if (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); } - if (CurHeadIcon != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurHeadIcon); + if (CurrentHeadIconId != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurrentHeadIconId); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); @@ -208,8 +208,8 @@ namespace EggLink.DanhengServer.Proto { if (other.Retcode != 0) { Retcode = other.Retcode; } - if (other.CurHeadIcon != 0) { - CurHeadIcon = other.CurHeadIcon; + if (other.CurrentHeadIconId != 0) { + CurrentHeadIconId = other.CurrentHeadIconId; } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -231,7 +231,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 48: { - CurHeadIcon = input.ReadUInt32(); + CurrentHeadIconId = input.ReadUInt32(); break; } } @@ -254,7 +254,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 48: { - CurHeadIcon = input.ReadUInt32(); + CurrentHeadIconId = input.ReadUInt32(); break; } } diff --git a/Proto/SetPersonalCardScRsp.cs b/Proto/SetPersonalCardScRsp.cs index b2a80296..4930035a 100644 --- a/Proto/SetPersonalCardScRsp.cs +++ b/Proto/SetPersonalCardScRsp.cs @@ -24,14 +24,13 @@ namespace EggLink.DanhengServer.Proto { static SetPersonalCardScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChpTZXRQZXJzb25hbENhcmRTY1JzcC5wcm90byJCChRTZXRQZXJzb25hbENh", - "cmRTY1JzcBIPCgdyZXRjb2RlGAIgASgNEhkKEWN1cl9wZXJzb25hbF9jYXJk", - "GAwgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3Rv", - "Mw==")); + "ChpTZXRQZXJzb25hbENhcmRTY1JzcC5wcm90byJBChRTZXRQZXJzb25hbENh", + "cmRTY1JzcBIPCgdyZXRjb2RlGAIgASgNEhgKEHBlcnNvbmFsX2NhcmRfaWQY", + "DCABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SetPersonalCardScRsp), global::EggLink.DanhengServer.Proto.SetPersonalCardScRsp.Parser, new[]{ "Retcode", "CurPersonalCard" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SetPersonalCardScRsp), global::EggLink.DanhengServer.Proto.SetPersonalCardScRsp.Parser, new[]{ "Retcode", "PersonalCardId" }, null, null, null, null) })); } #endregion @@ -74,7 +73,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public SetPersonalCardScRsp(SetPersonalCardScRsp other) : this() { retcode_ = other.retcode_; - curPersonalCard_ = other.curPersonalCard_; + personalCardId_ = other.personalCardId_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -96,15 +95,15 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "cur_personal_card" field. - public const int CurPersonalCardFieldNumber = 12; - private uint curPersonalCard_; + /// Field number for the "personal_card_id" field. + public const int PersonalCardIdFieldNumber = 12; + private uint personalCardId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint CurPersonalCard { - get { return curPersonalCard_; } + public uint PersonalCardId { + get { return personalCardId_; } set { - curPersonalCard_ = value; + personalCardId_ = value; } } @@ -124,7 +123,7 @@ namespace EggLink.DanhengServer.Proto { return true; } if (Retcode != other.Retcode) return false; - if (CurPersonalCard != other.CurPersonalCard) return false; + if (PersonalCardId != other.PersonalCardId) return false; return Equals(_unknownFields, other._unknownFields); } @@ -133,7 +132,7 @@ namespace EggLink.DanhengServer.Proto { public override int GetHashCode() { int hash = 1; if (Retcode != 0) hash ^= Retcode.GetHashCode(); - if (CurPersonalCard != 0) hash ^= CurPersonalCard.GetHashCode(); + if (PersonalCardId != 0) hash ^= PersonalCardId.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -156,9 +155,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(16); output.WriteUInt32(Retcode); } - if (CurPersonalCard != 0) { + if (PersonalCardId != 0) { output.WriteRawTag(96); - output.WriteUInt32(CurPersonalCard); + output.WriteUInt32(PersonalCardId); } if (_unknownFields != null) { _unknownFields.WriteTo(output); @@ -174,9 +173,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(16); output.WriteUInt32(Retcode); } - if (CurPersonalCard != 0) { + if (PersonalCardId != 0) { output.WriteRawTag(96); - output.WriteUInt32(CurPersonalCard); + output.WriteUInt32(PersonalCardId); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); @@ -191,8 +190,8 @@ namespace EggLink.DanhengServer.Proto { if (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); } - if (CurPersonalCard != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurPersonalCard); + if (PersonalCardId != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PersonalCardId); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); @@ -209,8 +208,8 @@ namespace EggLink.DanhengServer.Proto { if (other.Retcode != 0) { Retcode = other.Retcode; } - if (other.CurPersonalCard != 0) { - CurPersonalCard = other.CurPersonalCard; + if (other.PersonalCardId != 0) { + PersonalCardId = other.PersonalCardId; } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -232,7 +231,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 96: { - CurPersonalCard = input.ReadUInt32(); + PersonalCardId = input.ReadUInt32(); break; } } @@ -255,7 +254,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 96: { - CurPersonalCard = input.ReadUInt32(); + PersonalCardId = input.ReadUInt32(); break; } } diff --git a/Proto/SetRogueCollectionScRsp.cs b/Proto/SetRogueCollectionScRsp.cs index ff26b129..517def21 100644 --- a/Proto/SetRogueCollectionScRsp.cs +++ b/Proto/SetRogueCollectionScRsp.cs @@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto { static SetRogueCollectionScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Ch1TZXRSb2d1ZUNvbGxlY3Rpb25TY1JzcC5wcm90bxoRQUpBS0RDRERBTU8u", - "cHJvdG8aEUZLQkZPT0VGUEFFLnByb3RvInAKF1NldFJvZ3VlQ29sbGVjdGlv", + "Ch1TZXRSb2d1ZUNvbGxlY3Rpb25TY1JzcC5wcm90bxoRRktCRk9PRUZQQUUu", + "cHJvdG8aEUFKQUtEQ0REQU1PLnByb3RvInAKF1NldFJvZ3VlQ29sbGVjdGlv", "blNjUnNwEg8KB3JldGNvZGUYBCABKA0SIQoLUENQRURGTE5CR0EYDSADKAsy", "DC5GS0JGT09FRlBBRRIhCgtQQUhQREJJQUNIQRgGIAMoCzIMLkFKQUtEQ0RE", "QU1PQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AJAKDCDDAMOReflection.Descriptor, global::EggLink.DanhengServer.Proto.FKBFOOEFPAEReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FKBFOOEFPAEReflection.Descriptor, global::EggLink.DanhengServer.Proto.AJAKDCDDAMOReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SetRogueCollectionScRsp), global::EggLink.DanhengServer.Proto.SetRogueCollectionScRsp.Parser, new[]{ "Retcode", "PCPEDFLNBGA", "PAHPDBIACHA" }, null, null, null, null) })); diff --git a/Proto/ShieldType.cs b/Proto/ShieldType.cs deleted file mode 100644 index 9d05755d..00000000 --- a/Proto/ShieldType.cs +++ /dev/null @@ -1,49 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: ShieldType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from ShieldType.proto - public static partial class ShieldTypeReflection { - - #region Descriptor - /// File descriptor for ShieldType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static ShieldTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChBTaGllbGRUeXBlLnByb3RvKlIKClNoaWVsZFR5cGUSFAoQU0hJRUxEX1RZ", - "UEVfTk9ORRAAEhcKE1NISUVMRF9UWVBFX1JFUExBQ0UQARIVChFTSElFTERf", - "VFlQRV9TSElFRBACQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9i", - "BnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.ShieldType), }, null, null)); - } - #endregion - - } - #region Enums - public enum ShieldType { - [pbr::OriginalName("SHIELD_TYPE_NONE")] None = 0, - [pbr::OriginalName("SHIELD_TYPE_REPLACE")] Replace = 1, - [pbr::OriginalName("SHIELD_TYPE_SHIED")] Shied = 2, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/Shop.cs b/Proto/Shop.cs index d0f274a4..57b8885c 100644 --- a/Proto/Shop.cs +++ b/Proto/Shop.cs @@ -24,11 +24,12 @@ namespace EggLink.DanhengServer.Proto { static ShopReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CgpTaG9wLnByb3RvGgtHb29kcy5wcm90byKXAQoEU2hvcBIZCglHb29kc0xp", - "c3QYAiADKAsyBi5Hb29kcxIRCglCZWdpblRpbWUYDCABKAMSHAoUQ2l0eVRh", - "a2VuTGV2ZWxSZXdhcmQYDiABKAQSDwoHRW5kVGltZRgJIAEoAxIPCgdDaXR5", - "RXhwGAMgASgNEhEKCUNpdHlMZXZlbBgEIAEoDRIOCgZTaG9wSWQYCiABKA1C", - "HqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); + "CgpTaG9wLnByb3RvGgtHb29kcy5wcm90byKgAQoEU2hvcBIaCgpnb29kc19s", + "aXN0GAIgAygLMgYuR29vZHMSEgoKYmVnaW5fdGltZRgMIAEoAxIfChdjaXR5", + "X3Rha2VuX2xldmVsX3Jld2FyZBgOIAEoBBIQCghlbmRfdGltZRgJIAEoAxIQ", + "CghjaXR5X2V4cBgDIAEoDRISCgpjaXR5X2xldmVsGAQgASgNEg8KB3Nob3Bf", + "aWQYCiABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv", + "dG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GoodsReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -90,7 +91,7 @@ namespace EggLink.DanhengServer.Proto { return new Shop(this); } - /// Field number for the "GoodsList" field. + /// Field number for the "goods_list" field. public const int GoodsListFieldNumber = 2; private static readonly pb::FieldCodec _repeated_goodsList_codec = pb::FieldCodec.ForMessage(18, global::EggLink.DanhengServer.Proto.Goods.Parser); @@ -101,7 +102,7 @@ namespace EggLink.DanhengServer.Proto { get { return goodsList_; } } - /// Field number for the "BeginTime" field. + /// Field number for the "begin_time" field. public const int BeginTimeFieldNumber = 12; private long beginTime_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -113,7 +114,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "CityTakenLevelReward" field. + /// Field number for the "city_taken_level_reward" field. public const int CityTakenLevelRewardFieldNumber = 14; private ulong cityTakenLevelReward_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -125,7 +126,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "EndTime" field. + /// Field number for the "end_time" field. public const int EndTimeFieldNumber = 9; private long endTime_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -137,7 +138,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "CityExp" field. + /// Field number for the "city_exp" field. public const int CityExpFieldNumber = 3; private uint cityExp_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -149,7 +150,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "CityLevel" field. + /// Field number for the "city_level" field. public const int CityLevelFieldNumber = 4; private uint cityLevel_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -161,7 +162,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "ShopId" field. + /// Field number for the "shop_id" field. public const int ShopIdFieldNumber = 10; private uint shopId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/SocialEventServerCache.cs b/Proto/SocialEventServerCache.cs index 4299f106..7ab40cd1 100644 --- a/Proto/SocialEventServerCache.cs +++ b/Proto/SocialEventServerCache.cs @@ -24,10 +24,10 @@ namespace EggLink.DanhengServer.Proto { static SocialEventServerCacheReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChxTb2NpYWxFdmVudFNlcnZlckNhY2hlLnByb3RvIlYKFlNvY2lhbEV2ZW50", - "U2VydmVyQ2FjaGUSCgoCSWQYCSABKA0SDwoHQWRkQ29pbhgDIAEoDRIOCgZT", - "cmNVaWQYDCABKA0SDwoHU3ViQ29pbhgEIAEoDUIeqgIbRWdnTGluay5EYW5o", - "ZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "ChxTb2NpYWxFdmVudFNlcnZlckNhY2hlLnByb3RvIlkKFlNvY2lhbEV2ZW50", + "U2VydmVyQ2FjaGUSCgoCaWQYCSABKA0SEAoIYWRkX2NvaW4YAyABKA0SDwoH", + "c3JjX3VpZBgMIAEoDRIQCghzdWJfY29pbhgEIAEoDUIeqgIbRWdnTGluay5E", + "YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -86,7 +86,7 @@ namespace EggLink.DanhengServer.Proto { return new SocialEventServerCache(this); } - /// Field number for the "Id" field. + /// Field number for the "id" field. public const int IdFieldNumber = 9; private uint id_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -98,7 +98,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "AddCoin" field. + /// Field number for the "add_coin" field. public const int AddCoinFieldNumber = 3; private uint addCoin_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -110,7 +110,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "SrcUid" field. + /// Field number for the "src_uid" field. public const int SrcUidFieldNumber = 12; private uint srcUid_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -122,7 +122,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "SubCoin" field. + /// Field number for the "sub_coin" field. public const int SubCoinFieldNumber = 4; private uint subCoin_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/SpaceZooBornScRsp.cs b/Proto/SpaceZooBornScRsp.cs index 56b157e6..7a74a533 100644 --- a/Proto/SpaceZooBornScRsp.cs +++ b/Proto/SpaceZooBornScRsp.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static SpaceZooBornScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChdTcGFjZVpvb0Jvcm5TY1JzcC5wcm90bxoRRkFGR01MUEFETUkucHJvdG8a", - "EUlQSkFJSU5FR0VMLnByb3RvIn8KEVNwYWNlWm9vQm9yblNjUnNwEiEKC0tQ", + "ChdTcGFjZVpvb0Jvcm5TY1JzcC5wcm90bxoRSVBKQUlJTkVHRUwucHJvdG8a", + "EUZBRkdNTFBBRE1JLnByb3RvIn8KEVNwYWNlWm9vQm9yblNjUnNwEiEKC0tQ", "S0RIR0hER05CGAIgASgLMgwuRkFGR01MUEFETUkSIQoLR09FQU9GTkZKT0QY", "CyADKAsyDC5JUEpBSUlORUdFTBIPCgdyZXRjb2RlGAUgASgNEhMKC0lLTFBO", "Q0dCUFBDGAggASgIQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9i", "BnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FAFGMLPADMIReflection.Descriptor, global::EggLink.DanhengServer.Proto.IPJAIINEGELReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.IPJAIINEGELReflection.Descriptor, global::EggLink.DanhengServer.Proto.FAFGMLPADMIReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SpaceZooBornScRsp), global::EggLink.DanhengServer.Proto.SpaceZooBornScRsp.Parser, new[]{ "KPKDHGHDGNB", "GOEAOFNFJOD", "Retcode", "IKLPNCGBPPC" }, null, null, null, null) })); diff --git a/Proto/SpaceZooMutateScRsp.cs b/Proto/SpaceZooMutateScRsp.cs index 9f5d829d..cba26b29 100644 --- a/Proto/SpaceZooMutateScRsp.cs +++ b/Proto/SpaceZooMutateScRsp.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static SpaceZooMutateScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChlTcGFjZVpvb011dGF0ZVNjUnNwLnByb3RvGhFGQUZHTUxQQURNSS5wcm90", - "bxoRSVBKQUlJTkVHRUwucHJvdG8igQEKE1NwYWNlWm9vTXV0YXRlU2NSc3AS", + "ChlTcGFjZVpvb011dGF0ZVNjUnNwLnByb3RvGhFJUEpBSUlORUdFTC5wcm90", + "bxoRRkFGR01MUEFETUkucHJvdG8igQEKE1NwYWNlWm9vTXV0YXRlU2NSc3AS", "IQoLRUZMQ01ITUFKQUwYBSABKAsyDC5GQUZHTUxQQURNSRITCgtJS0xQTkNH", "QlBQQxgIIAEoCBIhCgtHT0VBT0ZORkpPRBgKIAMoCzIMLklQSkFJSU5FR0VM", "Eg8KB3JldGNvZGUYASABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Q", "cm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FAFGMLPADMIReflection.Descriptor, global::EggLink.DanhengServer.Proto.IPJAIINEGELReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.IPJAIINEGELReflection.Descriptor, global::EggLink.DanhengServer.Proto.FAFGMLPADMIReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SpaceZooMutateScRsp), global::EggLink.DanhengServer.Proto.SpaceZooMutateScRsp.Parser, new[]{ "EFLCMHMAJAL", "IKLPNCGBPPC", "GOEAOFNFJOD", "Retcode" }, null, null, null, null) })); diff --git a/Proto/StartAetherDivideSceneBattleCsReq.cs b/Proto/StartAetherDivideSceneBattleCsReq.cs index 4715b24f..bd47567c 100644 --- a/Proto/StartAetherDivideSceneBattleCsReq.cs +++ b/Proto/StartAetherDivideSceneBattleCsReq.cs @@ -24,17 +24,18 @@ namespace EggLink.DanhengServer.Proto { static StartAetherDivideSceneBattleCsReqReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CidTdGFydEFldGhlckRpdmlkZVNjZW5lQmF0dGxlQ3NSZXEucHJvdG8aFkFz", - "c2lzdEVudGl0eUluZm8ucHJvdG8ivQEKIVN0YXJ0QWV0aGVyRGl2aWRlU2Nl", - "bmVCYXR0bGVDc1JlcRIdChVhc3Npc3RfZW50aXR5X2lkX2xpc3QYASADKA0S", - "LQoSYXNzaXN0X2VudGl0eV9pbmZvGA4gAygLMhEuQXNzaXN0RW50aXR5SW5m", - "bxIdChVhdHRhY2tlZF9ieV9lbnRpdHlfaWQYBCABKA0SEwoLc2tpbGxfaW5k", - "ZXgYCiABKA0SFgoOY2FzdF9lbnRpdHlfaWQYCSABKA1CHqoCG0VnZ0xpbmsu", - "RGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); + "CidTdGFydEFldGhlckRpdmlkZVNjZW5lQmF0dGxlQ3NSZXEucHJvdG8aHUFz", + "c2lzdE1vbnN0ZXJFbnRpdHlJbmZvLnByb3RvItQBCiFTdGFydEFldGhlckRp", + "dmlkZVNjZW5lQmF0dGxlQ3NSZXESJQodYXNzaXN0X21vbnN0ZXJfZW50aXR5", + "X2lkX2xpc3QYASADKA0SPAoaYXNzaXN0X21vbnN0ZXJfZW50aXR5X2luZm8Y", + "DiADKAsyGC5Bc3Npc3RNb25zdGVyRW50aXR5SW5mbxIdChVhdHRhY2tlZF9i", + "eV9lbnRpdHlfaWQYBCABKA0SEwoLc2tpbGxfaW5kZXgYCiABKA0SFgoOY2Fz", + "dF9lbnRpdHlfaWQYCSABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Q", + "cm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AssistEntityInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AssistMonsterEntityInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.StartAetherDivideSceneBattleCsReq), global::EggLink.DanhengServer.Proto.StartAetherDivideSceneBattleCsReq.Parser, new[]{ "AssistEntityIdList", "AssistEntityInfo", "AttackedByEntityId", "SkillIndex", "CastEntityId" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.StartAetherDivideSceneBattleCsReq), global::EggLink.DanhengServer.Proto.StartAetherDivideSceneBattleCsReq.Parser, new[]{ "AssistMonsterEntityIdList", "AssistMonsterEntityInfo", "AttackedByEntityId", "SkillIndex", "CastEntityId" }, null, null, null, null) })); } #endregion @@ -76,8 +77,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public StartAetherDivideSceneBattleCsReq(StartAetherDivideSceneBattleCsReq other) : this() { - assistEntityIdList_ = other.assistEntityIdList_.Clone(); - assistEntityInfo_ = other.assistEntityInfo_.Clone(); + assistMonsterEntityIdList_ = other.assistMonsterEntityIdList_.Clone(); + assistMonsterEntityInfo_ = other.assistMonsterEntityInfo_.Clone(); attackedByEntityId_ = other.attackedByEntityId_; skillIndex_ = other.skillIndex_; castEntityId_ = other.castEntityId_; @@ -90,26 +91,26 @@ namespace EggLink.DanhengServer.Proto { return new StartAetherDivideSceneBattleCsReq(this); } - /// Field number for the "assist_entity_id_list" field. - public const int AssistEntityIdListFieldNumber = 1; - private static readonly pb::FieldCodec _repeated_assistEntityIdList_codec + /// Field number for the "assist_monster_entity_id_list" field. + public const int AssistMonsterEntityIdListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_assistMonsterEntityIdList_codec = pb::FieldCodec.ForUInt32(10); - private readonly pbc::RepeatedField assistEntityIdList_ = new pbc::RepeatedField(); + private readonly pbc::RepeatedField assistMonsterEntityIdList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField AssistEntityIdList { - get { return assistEntityIdList_; } + public pbc::RepeatedField AssistMonsterEntityIdList { + get { return assistMonsterEntityIdList_; } } - /// Field number for the "assist_entity_info" field. - public const int AssistEntityInfoFieldNumber = 14; - private static readonly pb::FieldCodec _repeated_assistEntityInfo_codec - = pb::FieldCodec.ForMessage(114, global::EggLink.DanhengServer.Proto.AssistEntityInfo.Parser); - private readonly pbc::RepeatedField assistEntityInfo_ = new pbc::RepeatedField(); + /// Field number for the "assist_monster_entity_info" field. + public const int AssistMonsterEntityInfoFieldNumber = 14; + private static readonly pb::FieldCodec _repeated_assistMonsterEntityInfo_codec + = pb::FieldCodec.ForMessage(114, global::EggLink.DanhengServer.Proto.AssistMonsterEntityInfo.Parser); + private readonly pbc::RepeatedField assistMonsterEntityInfo_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField AssistEntityInfo { - get { return assistEntityInfo_; } + public pbc::RepeatedField AssistMonsterEntityInfo { + get { return assistMonsterEntityInfo_; } } /// Field number for the "attacked_by_entity_id" field. @@ -163,8 +164,8 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if(!assistEntityIdList_.Equals(other.assistEntityIdList_)) return false; - if(!assistEntityInfo_.Equals(other.assistEntityInfo_)) return false; + if(!assistMonsterEntityIdList_.Equals(other.assistMonsterEntityIdList_)) return false; + if(!assistMonsterEntityInfo_.Equals(other.assistMonsterEntityInfo_)) return false; if (AttackedByEntityId != other.AttackedByEntityId) return false; if (SkillIndex != other.SkillIndex) return false; if (CastEntityId != other.CastEntityId) return false; @@ -175,8 +176,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - hash ^= assistEntityIdList_.GetHashCode(); - hash ^= assistEntityInfo_.GetHashCode(); + hash ^= assistMonsterEntityIdList_.GetHashCode(); + hash ^= assistMonsterEntityInfo_.GetHashCode(); if (AttackedByEntityId != 0) hash ^= AttackedByEntityId.GetHashCode(); if (SkillIndex != 0) hash ^= SkillIndex.GetHashCode(); if (CastEntityId != 0) hash ^= CastEntityId.GetHashCode(); @@ -198,7 +199,7 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - assistEntityIdList_.WriteTo(output, _repeated_assistEntityIdList_codec); + assistMonsterEntityIdList_.WriteTo(output, _repeated_assistMonsterEntityIdList_codec); if (AttackedByEntityId != 0) { output.WriteRawTag(32); output.WriteUInt32(AttackedByEntityId); @@ -211,7 +212,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(80); output.WriteUInt32(SkillIndex); } - assistEntityInfo_.WriteTo(output, _repeated_assistEntityInfo_codec); + assistMonsterEntityInfo_.WriteTo(output, _repeated_assistMonsterEntityInfo_codec); if (_unknownFields != null) { _unknownFields.WriteTo(output); } @@ -222,7 +223,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - assistEntityIdList_.WriteTo(ref output, _repeated_assistEntityIdList_codec); + assistMonsterEntityIdList_.WriteTo(ref output, _repeated_assistMonsterEntityIdList_codec); if (AttackedByEntityId != 0) { output.WriteRawTag(32); output.WriteUInt32(AttackedByEntityId); @@ -235,7 +236,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(80); output.WriteUInt32(SkillIndex); } - assistEntityInfo_.WriteTo(ref output, _repeated_assistEntityInfo_codec); + assistMonsterEntityInfo_.WriteTo(ref output, _repeated_assistMonsterEntityInfo_codec); if (_unknownFields != null) { _unknownFields.WriteTo(ref output); } @@ -246,8 +247,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - size += assistEntityIdList_.CalculateSize(_repeated_assistEntityIdList_codec); - size += assistEntityInfo_.CalculateSize(_repeated_assistEntityInfo_codec); + size += assistMonsterEntityIdList_.CalculateSize(_repeated_assistMonsterEntityIdList_codec); + size += assistMonsterEntityInfo_.CalculateSize(_repeated_assistMonsterEntityInfo_codec); if (AttackedByEntityId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AttackedByEntityId); } @@ -269,8 +270,8 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - assistEntityIdList_.Add(other.assistEntityIdList_); - assistEntityInfo_.Add(other.assistEntityInfo_); + assistMonsterEntityIdList_.Add(other.assistMonsterEntityIdList_); + assistMonsterEntityInfo_.Add(other.assistMonsterEntityInfo_); if (other.AttackedByEntityId != 0) { AttackedByEntityId = other.AttackedByEntityId; } @@ -297,7 +298,7 @@ namespace EggLink.DanhengServer.Proto { break; case 10: case 8: { - assistEntityIdList_.AddEntriesFrom(input, _repeated_assistEntityIdList_codec); + assistMonsterEntityIdList_.AddEntriesFrom(input, _repeated_assistMonsterEntityIdList_codec); break; } case 32: { @@ -313,7 +314,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 114: { - assistEntityInfo_.AddEntriesFrom(input, _repeated_assistEntityInfo_codec); + assistMonsterEntityInfo_.AddEntriesFrom(input, _repeated_assistMonsterEntityInfo_codec); break; } } @@ -333,7 +334,7 @@ namespace EggLink.DanhengServer.Proto { break; case 10: case 8: { - assistEntityIdList_.AddEntriesFrom(ref input, _repeated_assistEntityIdList_codec); + assistMonsterEntityIdList_.AddEntriesFrom(ref input, _repeated_assistMonsterEntityIdList_codec); break; } case 32: { @@ -349,7 +350,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 114: { - assistEntityInfo_.AddEntriesFrom(ref input, _repeated_assistEntityInfo_codec); + assistMonsterEntityInfo_.AddEntriesFrom(ref input, _repeated_assistMonsterEntityInfo_codec); break; } } diff --git a/Proto/StartChallengeScRsp.cs b/Proto/StartChallengeScRsp.cs index e925efb5..52dc50ca 100644 --- a/Proto/StartChallengeScRsp.cs +++ b/Proto/StartChallengeScRsp.cs @@ -24,16 +24,16 @@ namespace EggLink.DanhengServer.Proto { static StartChallengeScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChlTdGFydENoYWxsZW5nZVNjUnNwLnByb3RvGhhDaGFsbGVuZ2VTdGFnZUlu", - "Zm8ucHJvdG8aD1NjZW5lSW5mby5wcm90bxoSQ3VyQ2hhbGxlbmdlLnByb3Rv", - "GhBMaW5ldXBJbmZvLnByb3RvIrIBChNTdGFydENoYWxsZW5nZVNjUnNwEiAK", + "ChlTdGFydENoYWxsZW5nZVNjUnNwLnByb3RvGhBMaW5ldXBJbmZvLnByb3Rv", + "GhJDdXJDaGFsbGVuZ2UucHJvdG8aD1NjZW5lSW5mby5wcm90bxoYQ2hhbGxl", + "bmdlU3RhZ2VJbmZvLnByb3RvIrIBChNTdGFydENoYWxsZW5nZVNjUnNwEiAK", "C2xpbmV1cF9saXN0GAggAygLMgsuTGluZXVwSW5mbxIZCgVzY2VuZRgCIAEo", "CzIKLlNjZW5lSW5mbxIPCgdyZXRjb2RlGAEgASgNEicKCnN0YWdlX2luZm8Y", "CyABKAsyEy5DaGFsbGVuZ2VTdGFnZUluZm8SJAoNY3VyX2NoYWxsZW5nZRgM", "IAEoCzINLkN1ckNoYWxsZW5nZUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy", "LlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChallengeStageInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.CurChallengeReflection.Descriptor, global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.CurChallengeReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengeStageInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.StartChallengeScRsp), global::EggLink.DanhengServer.Proto.StartChallengeScRsp.Parser, new[]{ "LineupList", "Scene", "Retcode", "StageInfo", "CurChallenge" }, null, null, null, null) })); diff --git a/Proto/StartCocoonStageScRsp.cs b/Proto/StartCocoonStageScRsp.cs index 63b23384..b2d983d7 100644 --- a/Proto/StartCocoonStageScRsp.cs +++ b/Proto/StartCocoonStageScRsp.cs @@ -25,11 +25,11 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChtTdGFydENvY29vblN0YWdlU2NSc3AucHJvdG8aFVNjZW5lQmF0dGxlSW5m", - "by5wcm90byKEAQoVU3RhcnRDb2Nvb25TdGFnZVNjUnNwEgwKBFdhdmUYASAB", - "KA0SDwoHUmV0Y29kZRgMIAEoDRIUCgxQcm9wRW50aXR5SWQYBSABKA0SJAoK", - "QmF0dGxlSW5mbxgHIAEoCzIQLlNjZW5lQmF0dGxlSW5mbxIQCghDb2Nvb25J", - "ZBgIIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90", - "bzM=")); + "by5wcm90byKIAQoVU3RhcnRDb2Nvb25TdGFnZVNjUnNwEgwKBHdhdmUYASAB", + "KA0SDwoHcmV0Y29kZRgMIAEoDRIWCg5wcm9wX2VudGl0eV9pZBgFIAEoDRIl", + "CgtiYXR0bGVfaW5mbxgHIAEoCzIQLlNjZW5lQmF0dGxlSW5mbxIRCgljb2Nv", + "b25faWQYCCABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG", + "cHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.SceneBattleInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -89,7 +89,7 @@ namespace EggLink.DanhengServer.Proto { return new StartCocoonStageScRsp(this); } - /// Field number for the "Wave" field. + /// Field number for the "wave" field. public const int WaveFieldNumber = 1; private uint wave_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -101,7 +101,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Retcode" field. + /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 12; private uint retcode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -113,7 +113,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "PropEntityId" field. + /// Field number for the "prop_entity_id" field. public const int PropEntityIdFieldNumber = 5; private uint propEntityId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -125,7 +125,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "BattleInfo" field. + /// Field number for the "battle_info" field. public const int BattleInfoFieldNumber = 7; private global::EggLink.DanhengServer.Proto.SceneBattleInfo battleInfo_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -137,7 +137,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "CocoonId" field. + /// Field number for the "cocoon_id" field. public const int CocoonIdFieldNumber = 8; private uint cocoonId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/StartPartialChallengeScRsp.cs b/Proto/StartPartialChallengeScRsp.cs index 00003535..26c1483e 100644 --- a/Proto/StartPartialChallengeScRsp.cs +++ b/Proto/StartPartialChallengeScRsp.cs @@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto { static StartPartialChallengeScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiBTdGFydFBhcnRpYWxDaGFsbGVuZ2VTY1JzcC5wcm90bxoSQ3VyQ2hhbGxl", - "bmdlLnByb3RvGg9TY2VuZUluZm8ucHJvdG8aEExpbmV1cEluZm8ucHJvdG8i", + "CiBTdGFydFBhcnRpYWxDaGFsbGVuZ2VTY1JzcC5wcm90bxoQTGluZXVwSW5m", + "by5wcm90bxoSQ3VyQ2hhbGxlbmdlLnByb3RvGg9TY2VuZUluZm8ucHJvdG8i", "iwEKGlN0YXJ0UGFydGlhbENoYWxsZW5nZVNjUnNwEhsKBmxpbmV1cBgIIAEo", "CzILLkxpbmV1cEluZm8SDwoHcmV0Y29kZRgJIAEoDRIkCg1jdXJfY2hhbGxl", "bmdlGAQgASgLMg0uQ3VyQ2hhbGxlbmdlEhkKBXNjZW5lGAcgASgLMgouU2Nl", "bmVJbmZvQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3Rv", "Mw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CurChallengeReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.CurChallengeReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.StartPartialChallengeScRsp), global::EggLink.DanhengServer.Proto.StartPartialChallengeScRsp.Parser, new[]{ "Lineup", "Retcode", "CurChallenge", "Scene" }, null, null, null, null) })); diff --git a/Proto/StartPunkLordRaidScRsp.cs b/Proto/StartPunkLordRaidScRsp.cs index 39b4d34d..e9901645 100644 --- a/Proto/StartPunkLordRaidScRsp.cs +++ b/Proto/StartPunkLordRaidScRsp.cs @@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto { static StartPunkLordRaidScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChxTdGFydFB1bmtMb3JkUmFpZFNjUnNwLnByb3RvGhFGTkxHUExOQ1BDTC5w", - "cm90bxoRS0FPQUhLQU9IRkkucHJvdG8iqAEKFlN0YXJ0UHVua0xvcmRSYWlk", - "U2NSc3ASDwoHcmV0Y29kZRgLIAEoDRIbCgVzY2VuZRgDIAEoCzIMLkZOTEdQ", - "TE5DUENMEhMKC0RNSUxDRkhMSUhQGAcgAygNEiEKC0RQTUtBTU1JT0xCGAwg", - "ASgLMgwuS0FPQUhLQU9IRkkSEwoLQ0xPTU1GS0pQTU0YBiABKAgSEwoLQUdF", - "R0RNR05QREsYCSABKANCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90", - "b2IGcHJvdG8z")); + "ChxTdGFydFB1bmtMb3JkUmFpZFNjUnNwLnByb3RvGhFLQU9BSEtBT0hGSS5w", + "cm90bxoUUmFpZFBsYXllckRhdGEucHJvdG8iqwEKFlN0YXJ0UHVua0xvcmRS", + "YWlkU2NSc3ASDwoHcmV0Y29kZRgLIAEoDRIeCgVzY2VuZRgDIAEoCzIPLlJh", + "aWRQbGF5ZXJEYXRhEhMKC0RNSUxDRkhMSUhQGAcgAygNEiEKC0RQTUtBTU1J", + "T0xCGAwgASgLMgwuS0FPQUhLQU9IRkkSEwoLQ0xPTU1GS0pQTU0YBiABKAgS", + "EwoLQUdFR0RNR05QREsYCSABKANCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZl", + "ci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FNLGPLNCPCLReflection.Descriptor, global::EggLink.DanhengServer.Proto.KAOAHKAOHFIReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.KAOAHKAOHFIReflection.Descriptor, global::EggLink.DanhengServer.Proto.RaidPlayerDataReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.StartPunkLordRaidScRsp), global::EggLink.DanhengServer.Proto.StartPunkLordRaidScRsp.Parser, new[]{ "Retcode", "Scene", "DMILCFHLIHP", "DPMKAMMIOLB", "CLOMMFKJPMM", "AGEGDMGNPDK" }, null, null, null, null) })); @@ -105,10 +105,10 @@ namespace EggLink.DanhengServer.Proto { /// Field number for the "scene" field. public const int SceneFieldNumber = 3; - private global::EggLink.DanhengServer.Proto.FNLGPLNCPCL scene_; + private global::EggLink.DanhengServer.Proto.RaidPlayerData scene_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.FNLGPLNCPCL Scene { + public global::EggLink.DanhengServer.Proto.RaidPlayerData Scene { get { return scene_; } set { scene_ = value; @@ -309,7 +309,7 @@ namespace EggLink.DanhengServer.Proto { } if (other.scene_ != null) { if (scene_ == null) { - Scene = new global::EggLink.DanhengServer.Proto.FNLGPLNCPCL(); + Scene = new global::EggLink.DanhengServer.Proto.RaidPlayerData(); } Scene.MergeFrom(other.Scene); } @@ -343,7 +343,7 @@ namespace EggLink.DanhengServer.Proto { break; case 26: { if (scene_ == null) { - Scene = new global::EggLink.DanhengServer.Proto.FNLGPLNCPCL(); + Scene = new global::EggLink.DanhengServer.Proto.RaidPlayerData(); } input.ReadMessage(Scene); break; @@ -389,7 +389,7 @@ namespace EggLink.DanhengServer.Proto { break; case 26: { if (scene_ == null) { - Scene = new global::EggLink.DanhengServer.Proto.FNLGPLNCPCL(); + Scene = new global::EggLink.DanhengServer.Proto.RaidPlayerData(); } input.ReadMessage(Scene); break; diff --git a/Proto/StartRaidScRsp.cs b/Proto/StartRaidScRsp.cs index c7e14b73..bbf69093 100644 --- a/Proto/StartRaidScRsp.cs +++ b/Proto/StartRaidScRsp.cs @@ -24,12 +24,12 @@ namespace EggLink.DanhengServer.Proto { static StartRaidScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChRTdGFydFJhaWRTY1JzcC5wcm90bxoRRk5MR1BMTkNQQ0wucHJvdG8iPgoO", - "U3RhcnRSYWlkU2NSc3ASGwoFc2NlbmUYDCABKAsyDC5GTkxHUExOQ1BDTBIP", - "CgdyZXRjb2RlGAQgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJv", - "dG9iBnByb3RvMw==")); + "ChRTdGFydFJhaWRTY1JzcC5wcm90bxoUUmFpZFBsYXllckRhdGEucHJvdG8i", + "QQoOU3RhcnRSYWlkU2NSc3ASHgoFc2NlbmUYDCABKAsyDy5SYWlkUGxheWVy", + "RGF0YRIPCgdyZXRjb2RlGAQgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2", + "ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FNLGPLNCPCLReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RaidPlayerDataReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.StartRaidScRsp), global::EggLink.DanhengServer.Proto.StartRaidScRsp.Parser, new[]{ "Scene", "Retcode" }, null, null, null, null) })); @@ -86,10 +86,10 @@ namespace EggLink.DanhengServer.Proto { /// Field number for the "scene" field. public const int SceneFieldNumber = 12; - private global::EggLink.DanhengServer.Proto.FNLGPLNCPCL scene_; + private global::EggLink.DanhengServer.Proto.RaidPlayerData scene_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.FNLGPLNCPCL Scene { + public global::EggLink.DanhengServer.Proto.RaidPlayerData Scene { get { return scene_; } set { scene_ = value; @@ -208,7 +208,7 @@ namespace EggLink.DanhengServer.Proto { } if (other.scene_ != null) { if (scene_ == null) { - Scene = new global::EggLink.DanhengServer.Proto.FNLGPLNCPCL(); + Scene = new global::EggLink.DanhengServer.Proto.RaidPlayerData(); } Scene.MergeFrom(other.Scene); } @@ -236,7 +236,7 @@ namespace EggLink.DanhengServer.Proto { } case 98: { if (scene_ == null) { - Scene = new global::EggLink.DanhengServer.Proto.FNLGPLNCPCL(); + Scene = new global::EggLink.DanhengServer.Proto.RaidPlayerData(); } input.ReadMessage(Scene); break; @@ -262,7 +262,7 @@ namespace EggLink.DanhengServer.Proto { } case 98: { if (scene_ == null) { - Scene = new global::EggLink.DanhengServer.Proto.FNLGPLNCPCL(); + Scene = new global::EggLink.DanhengServer.Proto.RaidPlayerData(); } input.ReadMessage(Scene); break; diff --git a/Proto/StartRogueScRsp.cs b/Proto/StartRogueScRsp.cs index d058590a..e9600b8b 100644 --- a/Proto/StartRogueScRsp.cs +++ b/Proto/StartRogueScRsp.cs @@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto { static StartRogueScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChVTdGFydFJvZ3VlU2NSc3AucHJvdG8aGFJvZ3VlTWFwUm90YXRlSW5mby5w", - "cm90bxoPU2NlbmVJbmZvLnByb3RvGhBMaW5ldXBJbmZvLnByb3RvGg9Sb2d1", + "ChVTdGFydFJvZ3VlU2NSc3AucHJvdG8aD1JvZ3VlSW5mby5wcm90bxoQTGlu", + "ZXVwSW5mby5wcm90bxoYUm9ndWVNYXBSb3RhdGVJbmZvLnByb3RvGg9TY2Vu", "ZUluZm8ucHJvdG8iqQEKD1N0YXJ0Um9ndWVTY1JzcBIoCgtyb3RhdGVfaW5m", "bxgEIAEoCzITLlJvZ3VlTWFwUm90YXRlSW5mbxIZCgVzY2VuZRgDIAEoCzIK", "LlNjZW5lSW5mbxIjCg9yb2d1ZV9nYW1lX2luZm8YDSABKAsyCi5Sb2d1ZUlu", "Zm8SGwoGbGluZXVwGAIgASgLMgsuTGluZXVwSW5mbxIPCgdyZXRjb2RlGAEg", "ASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueMapRotateInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMapRotateInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.StartRogueScRsp), global::EggLink.DanhengServer.Proto.StartRogueScRsp.Parser, new[]{ "RotateInfo", "Scene", "RogueGameInfo", "Lineup", "Retcode" }, null, null, null, null) })); diff --git a/Proto/StopRogueAdventureRoomCsReq.cs b/Proto/StopRogueAdventureRoomCsReq.cs index 972cb0a9..62015c45 100644 --- a/Proto/StopRogueAdventureRoomCsReq.cs +++ b/Proto/StopRogueAdventureRoomCsReq.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static StopRogueAdventureRoomCsReqReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiFTdG9wUm9ndWVBZHZlbnR1cmVSb29tQ3NSZXEucHJvdG8iUQobU3RvcFJv", + "CiFTdG9wUm9ndWVBZHZlbnR1cmVSb29tQ3NSZXEucHJvdG8iVQobU3RvcFJv", "Z3VlQWR2ZW50dXJlUm9vbUNzUmVxEh0KFWhpdF90YXJnZXRfaW5kZXhfbGlz", - "dBgGIAMoDRITCgtNTUhNREhJSENBQhgMIAEoDUIeqgIbRWdnTGluay5EYW5o", - "ZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "dBgGIAMoDRIXCg9hZHZlbnR1cmVfc2NvcmUYDCABKA1CHqoCG0VnZ0xpbmsu", + "RGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.StopRogueAdventureRoomCsReq), global::EggLink.DanhengServer.Proto.StopRogueAdventureRoomCsReq.Parser, new[]{ "HitTargetIndexList", "MMHMDHIHCAB" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.StopRogueAdventureRoomCsReq), global::EggLink.DanhengServer.Proto.StopRogueAdventureRoomCsReq.Parser, new[]{ "HitTargetIndexList", "AdventureScore" }, null, null, null, null) })); } #endregion @@ -74,7 +74,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public StopRogueAdventureRoomCsReq(StopRogueAdventureRoomCsReq other) : this() { hitTargetIndexList_ = other.hitTargetIndexList_.Clone(); - mMHMDHIHCAB_ = other.mMHMDHIHCAB_; + adventureScore_ = other.adventureScore_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -95,15 +95,15 @@ namespace EggLink.DanhengServer.Proto { get { return hitTargetIndexList_; } } - /// Field number for the "MMHMDHIHCAB" field. - public const int MMHMDHIHCABFieldNumber = 12; - private uint mMHMDHIHCAB_; + /// Field number for the "adventure_score" field. + public const int AdventureScoreFieldNumber = 12; + private uint adventureScore_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint MMHMDHIHCAB { - get { return mMHMDHIHCAB_; } + public uint AdventureScore { + get { return adventureScore_; } set { - mMHMDHIHCAB_ = value; + adventureScore_ = value; } } @@ -123,7 +123,7 @@ namespace EggLink.DanhengServer.Proto { return true; } if(!hitTargetIndexList_.Equals(other.hitTargetIndexList_)) return false; - if (MMHMDHIHCAB != other.MMHMDHIHCAB) return false; + if (AdventureScore != other.AdventureScore) return false; return Equals(_unknownFields, other._unknownFields); } @@ -132,7 +132,7 @@ namespace EggLink.DanhengServer.Proto { public override int GetHashCode() { int hash = 1; hash ^= hitTargetIndexList_.GetHashCode(); - if (MMHMDHIHCAB != 0) hash ^= MMHMDHIHCAB.GetHashCode(); + if (AdventureScore != 0) hash ^= AdventureScore.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -152,9 +152,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawMessage(this); #else hitTargetIndexList_.WriteTo(output, _repeated_hitTargetIndexList_codec); - if (MMHMDHIHCAB != 0) { + if (AdventureScore != 0) { output.WriteRawTag(96); - output.WriteUInt32(MMHMDHIHCAB); + output.WriteUInt32(AdventureScore); } if (_unknownFields != null) { _unknownFields.WriteTo(output); @@ -167,9 +167,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { hitTargetIndexList_.WriteTo(ref output, _repeated_hitTargetIndexList_codec); - if (MMHMDHIHCAB != 0) { + if (AdventureScore != 0) { output.WriteRawTag(96); - output.WriteUInt32(MMHMDHIHCAB); + output.WriteUInt32(AdventureScore); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); @@ -182,8 +182,8 @@ namespace EggLink.DanhengServer.Proto { public int CalculateSize() { int size = 0; size += hitTargetIndexList_.CalculateSize(_repeated_hitTargetIndexList_codec); - if (MMHMDHIHCAB != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MMHMDHIHCAB); + if (AdventureScore != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AdventureScore); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); @@ -198,8 +198,8 @@ namespace EggLink.DanhengServer.Proto { return; } hitTargetIndexList_.Add(other.hitTargetIndexList_); - if (other.MMHMDHIHCAB != 0) { - MMHMDHIHCAB = other.MMHMDHIHCAB; + if (other.AdventureScore != 0) { + AdventureScore = other.AdventureScore; } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -222,7 +222,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 96: { - MMHMDHIHCAB = input.ReadUInt32(); + AdventureScore = input.ReadUInt32(); break; } } @@ -246,7 +246,7 @@ namespace EggLink.DanhengServer.Proto { break; } case 96: { - MMHMDHIHCAB = input.ReadUInt32(); + AdventureScore = input.ReadUInt32(); break; } } diff --git a/Proto/StrongChallengeAvatar.cs b/Proto/StrongChallengeAvatar.cs index 88e81f42..983af9d9 100644 --- a/Proto/StrongChallengeAvatar.cs +++ b/Proto/StrongChallengeAvatar.cs @@ -25,9 +25,9 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChtTdHJvbmdDaGFsbGVuZ2VBdmF0YXIucHJvdG8aEEF2YXRhclR5cGUucHJv", - "dG8iSgoVU3Ryb25nQ2hhbGxlbmdlQXZhdGFyEh8KCkF2YXRhclR5cGUYDiAB", - "KA4yCy5BdmF0YXJUeXBlEhAKCEF2YXRhcklkGA0gASgNQh6qAhtFZ2dMaW5r", - "LkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "dG8iTAoVU3Ryb25nQ2hhbGxlbmdlQXZhdGFyEiAKC2F2YXRhcl90eXBlGA4g", + "ASgOMgsuQXZhdGFyVHlwZRIRCglhdmF0YXJfaWQYDSABKA1CHqoCG0VnZ0xp", + "bmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AvatarTypeReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -84,7 +84,7 @@ namespace EggLink.DanhengServer.Proto { return new StrongChallengeAvatar(this); } - /// Field number for the "AvatarType" field. + /// Field number for the "avatar_type" field. public const int AvatarTypeFieldNumber = 14; private global::EggLink.DanhengServer.Proto.AvatarType avatarType_ = global::EggLink.DanhengServer.Proto.AvatarType.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -96,7 +96,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "AvatarId" field. + /// Field number for the "avatar_id" field. public const int AvatarIdFieldNumber = 13; private uint avatarId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/SyncLineupNotify.cs b/Proto/SyncLineupNotify.cs index 0227dd29..6bc5a8ac 100644 --- a/Proto/SyncLineupNotify.cs +++ b/Proto/SyncLineupNotify.cs @@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto { static SyncLineupNotifyReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChZTeW5jTGluZXVwTm90aWZ5LnByb3RvGhZTeW5jTGluZXVwUmVhc29uLnBy", - "b3RvGhBMaW5ldXBJbmZvLnByb3RvIlYKEFN5bmNMaW5ldXBOb3RpZnkSGwoG", - "TGluZXVwGA8gASgLMgsuTGluZXVwSW5mbxIlCgpSZWFzb25MaXN0GAEgAygO", - "MhEuU3luY0xpbmV1cFJlYXNvbkIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy", - "LlByb3RvYgZwcm90bzM=")); + "ChZTeW5jTGluZXVwTm90aWZ5LnByb3RvGhBMaW5ldXBJbmZvLnByb3RvGhZT", + "eW5jTGluZXVwUmVhc29uLnByb3RvIlcKEFN5bmNMaW5ldXBOb3RpZnkSGwoG", + "bGluZXVwGA8gASgLMgsuTGluZXVwSW5mbxImCgtyZWFzb25fbGlzdBgBIAMo", + "DjIRLlN5bmNMaW5ldXBSZWFzb25CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZl", + "ci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.SyncLineupReasonReflection.Descriptor, global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SyncLineupReasonReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SyncLineupNotify), global::EggLink.DanhengServer.Proto.SyncLineupNotify.Parser, new[]{ "Lineup", "ReasonList" }, null, null, null, null) })); @@ -85,7 +85,7 @@ namespace EggLink.DanhengServer.Proto { return new SyncLineupNotify(this); } - /// Field number for the "Lineup" field. + /// Field number for the "lineup" field. public const int LineupFieldNumber = 15; private global::EggLink.DanhengServer.Proto.LineupInfo lineup_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -97,7 +97,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "ReasonList" field. + /// Field number for the "reason_list" field. public const int ReasonListFieldNumber = 1; private static readonly pb::FieldCodec _repeated_reasonList_codec = pb::FieldCodec.ForEnum(10, x => (int) x, x => (global::EggLink.DanhengServer.Proto.SyncLineupReason) x); diff --git a/Proto/SyncRechargeBenefitInfoScNotify.cs b/Proto/SyncRechargeBenefitInfoScNotify.cs index bc6fa9af..892d19b9 100644 --- a/Proto/SyncRechargeBenefitInfoScNotify.cs +++ b/Proto/SyncRechargeBenefitInfoScNotify.cs @@ -24,14 +24,15 @@ namespace EggLink.DanhengServer.Proto { static SyncRechargeBenefitInfoScNotifyReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiVTeW5jUmVjaGFyZ2VCZW5lZml0SW5mb1NjTm90aWZ5LnByb3RvGhFKTUhP", - "SktLR05JRi5wcm90byJECh9TeW5jUmVjaGFyZ2VCZW5lZml0SW5mb1NjTm90", - "aWZ5EiEKC0FNRUZQUEZDRkpJGAggASgLMgwuSk1IT0pLS0dOSUZCHqoCG0Vn", - "Z0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); + "CiVTeW5jUmVjaGFyZ2VCZW5lZml0SW5mb1NjTm90aWZ5LnByb3RvGhlSZWNo", + "YXJnZUJlbmVmaXRJbmZvLnByb3RvIlYKH1N5bmNSZWNoYXJnZUJlbmVmaXRJ", + "bmZvU2NOb3RpZnkSMwoVcmVjaGFyZ2VfYmVuZWZpdF9pbmZvGAggASgLMhQu", + "UmVjaGFyZ2VCZW5lZml0SW5mb0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy", + "LlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.JMHOJKKGNIFReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RechargeBenefitInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SyncRechargeBenefitInfoScNotify), global::EggLink.DanhengServer.Proto.SyncRechargeBenefitInfoScNotify.Parser, new[]{ "AMEFPPFCFJI" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SyncRechargeBenefitInfoScNotify), global::EggLink.DanhengServer.Proto.SyncRechargeBenefitInfoScNotify.Parser, new[]{ "RechargeBenefitInfo" }, null, null, null, null) })); } #endregion @@ -73,7 +74,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public SyncRechargeBenefitInfoScNotify(SyncRechargeBenefitInfoScNotify other) : this() { - aMEFPPFCFJI_ = other.aMEFPPFCFJI_ != null ? other.aMEFPPFCFJI_.Clone() : null; + rechargeBenefitInfo_ = other.rechargeBenefitInfo_ != null ? other.rechargeBenefitInfo_.Clone() : null; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -83,15 +84,15 @@ namespace EggLink.DanhengServer.Proto { return new SyncRechargeBenefitInfoScNotify(this); } - /// Field number for the "AMEFPPFCFJI" field. - public const int AMEFPPFCFJIFieldNumber = 8; - private global::EggLink.DanhengServer.Proto.JMHOJKKGNIF aMEFPPFCFJI_; + /// Field number for the "recharge_benefit_info" field. + public const int RechargeBenefitInfoFieldNumber = 8; + private global::EggLink.DanhengServer.Proto.RechargeBenefitInfo rechargeBenefitInfo_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.JMHOJKKGNIF AMEFPPFCFJI { - get { return aMEFPPFCFJI_; } + public global::EggLink.DanhengServer.Proto.RechargeBenefitInfo RechargeBenefitInfo { + get { return rechargeBenefitInfo_; } set { - aMEFPPFCFJI_ = value; + rechargeBenefitInfo_ = value; } } @@ -110,7 +111,7 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (!object.Equals(AMEFPPFCFJI, other.AMEFPPFCFJI)) return false; + if (!object.Equals(RechargeBenefitInfo, other.RechargeBenefitInfo)) return false; return Equals(_unknownFields, other._unknownFields); } @@ -118,7 +119,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (aMEFPPFCFJI_ != null) hash ^= AMEFPPFCFJI.GetHashCode(); + if (rechargeBenefitInfo_ != null) hash ^= RechargeBenefitInfo.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -137,9 +138,9 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (aMEFPPFCFJI_ != null) { + if (rechargeBenefitInfo_ != null) { output.WriteRawTag(66); - output.WriteMessage(AMEFPPFCFJI); + output.WriteMessage(RechargeBenefitInfo); } if (_unknownFields != null) { _unknownFields.WriteTo(output); @@ -151,9 +152,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (aMEFPPFCFJI_ != null) { + if (rechargeBenefitInfo_ != null) { output.WriteRawTag(66); - output.WriteMessage(AMEFPPFCFJI); + output.WriteMessage(RechargeBenefitInfo); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); @@ -165,8 +166,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (aMEFPPFCFJI_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(AMEFPPFCFJI); + if (rechargeBenefitInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(RechargeBenefitInfo); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); @@ -180,11 +181,11 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - if (other.aMEFPPFCFJI_ != null) { - if (aMEFPPFCFJI_ == null) { - AMEFPPFCFJI = new global::EggLink.DanhengServer.Proto.JMHOJKKGNIF(); + if (other.rechargeBenefitInfo_ != null) { + if (rechargeBenefitInfo_ == null) { + RechargeBenefitInfo = new global::EggLink.DanhengServer.Proto.RechargeBenefitInfo(); } - AMEFPPFCFJI.MergeFrom(other.AMEFPPFCFJI); + RechargeBenefitInfo.MergeFrom(other.RechargeBenefitInfo); } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -202,10 +203,10 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 66: { - if (aMEFPPFCFJI_ == null) { - AMEFPPFCFJI = new global::EggLink.DanhengServer.Proto.JMHOJKKGNIF(); + if (rechargeBenefitInfo_ == null) { + RechargeBenefitInfo = new global::EggLink.DanhengServer.Proto.RechargeBenefitInfo(); } - input.ReadMessage(AMEFPPFCFJI); + input.ReadMessage(RechargeBenefitInfo); break; } } @@ -224,10 +225,10 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 66: { - if (aMEFPPFCFJI_ == null) { - AMEFPPFCFJI = new global::EggLink.DanhengServer.Proto.JMHOJKKGNIF(); + if (rechargeBenefitInfo_ == null) { + RechargeBenefitInfo = new global::EggLink.DanhengServer.Proto.RechargeBenefitInfo(); } - input.ReadMessage(AMEFPPFCFJI); + input.ReadMessage(RechargeBenefitInfo); break; } } diff --git a/Proto/SyncRogueCommonDialogueOptionFinishScNotify.cs b/Proto/SyncRogueCommonDialogueOptionFinishScNotify.cs index b0567cc5..107ddf8d 100644 --- a/Proto/SyncRogueCommonDialogueOptionFinishScNotify.cs +++ b/Proto/SyncRogueCommonDialogueOptionFinishScNotify.cs @@ -25,8 +25,8 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CjFTeW5jUm9ndWVDb21tb25EaWFsb2d1ZU9wdGlvbkZpbmlzaFNjTm90aWZ5", - "LnByb3RvGiNSb2d1ZUNvbW1vbkRpYWxvZ3VlT3B0aW9uSW5mby5wcm90bxoh", - "Um9ndWVDb21tb25EaWFsb2d1ZURhdGFJbmZvLnByb3RvIsoBCitTeW5jUm9n", + "LnByb3RvGiFSb2d1ZUNvbW1vbkRpYWxvZ3VlRGF0YUluZm8ucHJvdG8aI1Jv", + "Z3VlQ29tbW9uRGlhbG9ndWVPcHRpb25JbmZvLnByb3RvIsoBCitTeW5jUm9n", "dWVDb21tb25EaWFsb2d1ZU9wdGlvbkZpbmlzaFNjTm90aWZ5EjMKDWRpYWxv", "Z3VlX2RhdGEYBSABKAsyHC5Sb2d1ZUNvbW1vbkRpYWxvZ3VlRGF0YUluZm8S", "OgoScmVzdWx0X29wdGlvbl9pbmZvGAcgASgLMh4uUm9ndWVDb21tb25EaWFs", @@ -34,7 +34,7 @@ namespace EggLink.DanhengServer.Proto { "aXF1ZV9pZBgEIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv", "YgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueCommonDialogueOptionInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonDialogueDataInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueCommonDialogueDataInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueCommonDialogueOptionInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SyncRogueCommonDialogueOptionFinishScNotify), global::EggLink.DanhengServer.Proto.SyncRogueCommonDialogueOptionFinishScNotify.Parser, new[]{ "DialogueData", "ResultOptionInfo", "OptionId", "EventUniqueId" }, null, null, null, null) })); diff --git a/Proto/SyncRogueHandbookDataUpdateScNotify.cs b/Proto/SyncRogueHandbookDataUpdateScNotify.cs index d708cc48..edca2b4f 100644 --- a/Proto/SyncRogueHandbookDataUpdateScNotify.cs +++ b/Proto/SyncRogueHandbookDataUpdateScNotify.cs @@ -25,9 +25,9 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CilTeW5jUm9ndWVIYW5kYm9va0RhdGFVcGRhdGVTY05vdGlmeS5wcm90bxob", - "Um9ndWVIYW5kYm9va01hemVCdWZmLnByb3RvGhFMT0dOS0VLSEJBSS5wcm90", - "bxoYUm9ndWVNYWdpY1VuaXRJbmZvLnByb3RvGhFHSUFETEhFRVBIRC5wcm90", - "bxobUm9ndWVNYWdpY1NjZXB0ZXJJbmZvLnByb3RvIu8BCiNTeW5jUm9ndWVI", + "Um9ndWVIYW5kYm9va01hemVCdWZmLnByb3RvGhFHSUFETEhFRVBIRC5wcm90", + "bxoRTE9HTktFS0hCQUkucHJvdG8aG1JvZ3VlTWFnaWNTY2VwdGVySW5mby5w", + "cm90bxoYUm9ndWVNYWdpY1VuaXRJbmZvLnByb3RvIu8BCiNTeW5jUm9ndWVI", "YW5kYm9va0RhdGFVcGRhdGVTY05vdGlmeRIrCgtBQklCT0JGREtMRBgPIAMo", "CzIWLlJvZ3VlSGFuZGJvb2tNYXplQnVmZhIoCgtNTUhDSEhDT0ZQQhgBIAMo", "CzITLlJvZ3VlTWFnaWNVbml0SW5mbxIhCgtIQUVCQUFNQk5CQhgEIAMoCzIM", @@ -35,7 +35,7 @@ namespace EggLink.DanhengServer.Proto { "Y1NjZXB0ZXJJbmZvEiEKC0lERERDSk9OUEZOGAcgAygLMgwuR0lBRExIRUVQ", "SERCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueHandbookMazeBuffReflection.Descriptor, global::EggLink.DanhengServer.Proto.LOGNKEKHBAIReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicUnitInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.GIADLHEEPHDReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicScepterInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueHandbookMazeBuffReflection.Descriptor, global::EggLink.DanhengServer.Proto.GIADLHEEPHDReflection.Descriptor, global::EggLink.DanhengServer.Proto.LOGNKEKHBAIReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicScepterInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicUnitInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SyncRogueHandbookDataUpdateScNotify), global::EggLink.DanhengServer.Proto.SyncRogueHandbookDataUpdateScNotify.Parser, new[]{ "ABIBOBFDKLD", "MMHCHHCOFPB", "HAEBAAMBNBB", "BJKPKFBFDFF", "IDDDCJONPFN" }, null, null, null, null) })); diff --git a/Proto/SyncRogueSeasonFinishScNotify.cs b/Proto/SyncRogueSeasonFinishScNotify.cs index 21540a1a..8c429534 100644 --- a/Proto/SyncRogueSeasonFinishScNotify.cs +++ b/Proto/SyncRogueSeasonFinishScNotify.cs @@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto { static SyncRogueSeasonFinishScNotifyReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiNTeW5jUm9ndWVTZWFzb25GaW5pc2hTY05vdGlmeS5wcm90bxoVUm9ndWVG", - "aW5pc2hJbmZvLnByb3RvGg9TY2VuZUluZm8ucHJvdG8aGlJvZ3VlU2NvcmVS", - "ZXdhcmRJbmZvLnByb3RvGhBMaW5ldXBJbmZvLnByb3RvItEBCh1TeW5jUm9n", + "CiNTeW5jUm9ndWVTZWFzb25GaW5pc2hTY05vdGlmeS5wcm90bxoQTGluZXVw", + "SW5mby5wcm90bxoVUm9ndWVGaW5pc2hJbmZvLnByb3RvGhpSb2d1ZVNjb3Jl", + "UmV3YXJkSW5mby5wcm90bxoPU2NlbmVJbmZvLnByb3RvItEBCh1TeW5jUm9n", "dWVTZWFzb25GaW5pc2hTY05vdGlmeRITCgtOSU9MREZGRkVMThgDIAEoCBIZ", "CgVzY2VuZRgEIAEoCzIKLlNjZW5lSW5mbxI2Chdyb2d1ZV9zY29yZV9yZXdh", "cmRfaW5mbxgMIAEoCzIVLlJvZ3VlU2NvcmVSZXdhcmRJbmZvEhsKBmxpbmV1", @@ -34,7 +34,7 @@ namespace EggLink.DanhengServer.Proto { "KAsyEC5Sb2d1ZUZpbmlzaEluZm9CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZl", "ci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueFinishInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueScoreRewardInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueFinishInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueScoreRewardInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SyncRogueSeasonFinishScNotify), global::EggLink.DanhengServer.Proto.SyncRogueSeasonFinishScNotify.Parser, new[]{ "NIOLDFFFELN", "Scene", "RogueScoreRewardInfo", "Lineup", "RogueFinishInfo" }, null, null, null, null) })); diff --git a/Proto/SyncStatus.cs b/Proto/SyncStatus.cs index cdae48c6..8eab9e42 100644 --- a/Proto/SyncStatus.cs +++ b/Proto/SyncStatus.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static SyncStatusReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChBTeW5jU3RhdHVzLnByb3RvGhFHcm91cFN0YXR1cy5wcm90bxoTU2VjdGlv", - "blN0YXR1cy5wcm90byKKAQoKU3luY1N0YXR1cxImCg5zZWN0aW9uX3N0YXR1", + "ChBTeW5jU3RhdHVzLnByb3RvGhNTZWN0aW9uU3RhdHVzLnByb3RvGhFHcm91", + "cFN0YXR1cy5wcm90byKKAQoKU3luY1N0YXR1cxImCg5zZWN0aW9uX3N0YXR1", "cxgIIAMoCzIOLlNlY3Rpb25TdGF0dXMSEwoLQ05HTERKTlBPUEkYByADKA0S", "KgoUbWVzc2FnZV9ncm91cF9zdGF0dXMYDyADKAsyDC5Hcm91cFN0YXR1cxIT", "CgtMTkVKTEdFRlBMRRgCIAMoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy", "LlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GroupStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.SectionStatusReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.SectionStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.GroupStatusReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SyncStatus), global::EggLink.DanhengServer.Proto.SyncStatus.Parser, new[]{ "SectionStatus", "CNGLDJNPOPI", "MessageGroupStatus", "LNEJLGEFPLE" }, null, null, null, null) })); diff --git a/Proto/TakeBpRewardCsReq.cs b/Proto/TakeBpRewardCsReq.cs index fe3976ca..a18a56ed 100644 --- a/Proto/TakeBpRewardCsReq.cs +++ b/Proto/TakeBpRewardCsReq.cs @@ -24,12 +24,12 @@ namespace EggLink.DanhengServer.Proto { static TakeBpRewardCsReqReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChdUYWtlQnBSZXdhcmRDc1JlcS5wcm90bxoTQnBSZXdhcmFkVHlwZS5wcm90", - "byJcChFUYWtlQnBSZXdhcmRDc1JlcRIcCgR0eXBlGAQgASgOMg4uQnBSZXdh", - "cmFkVHlwZRINCgVsZXZlbBgGIAEoDRIaChJvcHRpb25hbF9yZXdhcmRfaWQY", - "ByABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); + "ChdUYWtlQnBSZXdhcmRDc1JlcS5wcm90bxoSQnBSZXdhcmRUeXBlLnByb3Rv", + "IlsKEVRha2VCcFJld2FyZENzUmVxEhsKBHR5cGUYBCABKA4yDS5CcFJld2Fy", + "ZFR5cGUSDQoFbGV2ZWwYBiABKA0SGgoSb3B0aW9uYWxfcmV3YXJkX2lkGAcg", + "ASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BpRewaradTypeReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BpRewardTypeReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.TakeBpRewardCsReq), global::EggLink.DanhengServer.Proto.TakeBpRewardCsReq.Parser, new[]{ "Type", "Level", "OptionalRewardId" }, null, null, null, null) })); @@ -87,10 +87,10 @@ namespace EggLink.DanhengServer.Proto { /// Field number for the "type" field. public const int TypeFieldNumber = 4; - private global::EggLink.DanhengServer.Proto.BpRewaradType type_ = global::EggLink.DanhengServer.Proto.BpRewaradType.None; + private global::EggLink.DanhengServer.Proto.BpRewardType type_ = global::EggLink.DanhengServer.Proto.BpRewardType.BpRewaradTypeNone; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.BpRewaradType Type { + public global::EggLink.DanhengServer.Proto.BpRewardType Type { get { return type_; } set { type_ = value; @@ -146,7 +146,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (Type != global::EggLink.DanhengServer.Proto.BpRewaradType.None) hash ^= Type.GetHashCode(); + if (Type != global::EggLink.DanhengServer.Proto.BpRewardType.BpRewaradTypeNone) hash ^= Type.GetHashCode(); if (Level != 0) hash ^= Level.GetHashCode(); if (OptionalRewardId != 0) hash ^= OptionalRewardId.GetHashCode(); if (_unknownFields != null) { @@ -167,7 +167,7 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (Type != global::EggLink.DanhengServer.Proto.BpRewaradType.None) { + if (Type != global::EggLink.DanhengServer.Proto.BpRewardType.BpRewaradTypeNone) { output.WriteRawTag(32); output.WriteEnum((int) Type); } @@ -189,7 +189,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Type != global::EggLink.DanhengServer.Proto.BpRewaradType.None) { + if (Type != global::EggLink.DanhengServer.Proto.BpRewardType.BpRewaradTypeNone) { output.WriteRawTag(32); output.WriteEnum((int) Type); } @@ -211,7 +211,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (Type != global::EggLink.DanhengServer.Proto.BpRewaradType.None) { + if (Type != global::EggLink.DanhengServer.Proto.BpRewardType.BpRewaradTypeNone) { size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Type); } if (Level != 0) { @@ -232,7 +232,7 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - if (other.Type != global::EggLink.DanhengServer.Proto.BpRewaradType.None) { + if (other.Type != global::EggLink.DanhengServer.Proto.BpRewardType.BpRewaradTypeNone) { Type = other.Type; } if (other.Level != 0) { @@ -257,7 +257,7 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 32: { - Type = (global::EggLink.DanhengServer.Proto.BpRewaradType) input.ReadEnum(); + Type = (global::EggLink.DanhengServer.Proto.BpRewardType) input.ReadEnum(); break; } case 48: { @@ -284,7 +284,7 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 32: { - Type = (global::EggLink.DanhengServer.Proto.BpRewaradType) input.ReadEnum(); + Type = (global::EggLink.DanhengServer.Proto.BpRewardType) input.ReadEnum(); break; } case 48: { diff --git a/Proto/TakeCityShopRewardScRsp.cs b/Proto/TakeCityShopRewardScRsp.cs index fdeccb32..848560c7 100644 --- a/Proto/TakeCityShopRewardScRsp.cs +++ b/Proto/TakeCityShopRewardScRsp.cs @@ -25,10 +25,10 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Ch1UYWtlQ2l0eVNob3BSZXdhcmRTY1JzcC5wcm90bxoOSXRlbUxpc3QucHJv", - "dG8iZAoXVGFrZUNpdHlTaG9wUmV3YXJkU2NSc3ASDgoGU2hvcElkGAggASgN", - "Eg0KBUxldmVsGAUgASgNEg8KB1JldGNvZGUYBCABKA0SGQoGUmV3YXJkGA8g", - "ASgLMgkuSXRlbUxpc3RCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90", - "b2IGcHJvdG8z")); + "dG8iZQoXVGFrZUNpdHlTaG9wUmV3YXJkU2NSc3ASDwoHc2hvcF9pZBgIIAEo", + "DRINCgVsZXZlbBgFIAEoDRIPCgdyZXRjb2RlGAQgASgNEhkKBnJld2FyZBgP", + "IAEoCzIJLkl0ZW1MaXN0Qh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJv", + "dG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -87,7 +87,7 @@ namespace EggLink.DanhengServer.Proto { return new TakeCityShopRewardScRsp(this); } - /// Field number for the "ShopId" field. + /// Field number for the "shop_id" field. public const int ShopIdFieldNumber = 8; private uint shopId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -99,7 +99,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Level" field. + /// Field number for the "level" field. public const int LevelFieldNumber = 5; private uint level_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -111,7 +111,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Retcode" field. + /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 4; private uint retcode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -123,7 +123,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Reward" field. + /// Field number for the "reward" field. public const int RewardFieldNumber = 15; private global::EggLink.DanhengServer.Proto.ItemList reward_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/TakeMailAttachmentScRsp.cs b/Proto/TakeMailAttachmentScRsp.cs index 6e4d2189..06e725cb 100644 --- a/Proto/TakeMailAttachmentScRsp.cs +++ b/Proto/TakeMailAttachmentScRsp.cs @@ -25,11 +25,12 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Ch1UYWtlTWFpbEF0dGFjaG1lbnRTY1JzcC5wcm90bxoOSXRlbUxpc3QucHJv", - "dG8aHkNsaWVudE1haWxBdHRhY2htZW50SXRlbS5wcm90byKSAQoXVGFrZU1h", - "aWxBdHRhY2htZW50U2NSc3ASHQoKQXR0YWNobWVudBgMIAEoCzIJLkl0ZW1M", - "aXN0EhYKDlN1Y2NNYWlsSWRMaXN0GAkgAygNEi8KDEZhaWxNYWlsTGlzdBgB", - "IAMoCzIZLkNsaWVudE1haWxBdHRhY2htZW50SXRlbRIPCgdSZXRjb2RlGAYg", - "ASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "dG8aHkNsaWVudE1haWxBdHRhY2htZW50SXRlbS5wcm90byKXAQoXVGFrZU1h", + "aWxBdHRhY2htZW50U2NSc3ASHQoKYXR0YWNobWVudBgMIAEoCzIJLkl0ZW1M", + "aXN0EhkKEXN1Y2NfbWFpbF9pZF9saXN0GAkgAygNEjEKDmZhaWxfbWFpbF9s", + "aXN0GAEgAygLMhkuQ2xpZW50TWFpbEF0dGFjaG1lbnRJdGVtEg8KB3JldGNv", + "ZGUYBiABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv", + "dG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.ClientMailAttachmentItemReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -88,7 +89,7 @@ namespace EggLink.DanhengServer.Proto { return new TakeMailAttachmentScRsp(this); } - /// Field number for the "Attachment" field. + /// Field number for the "attachment" field. public const int AttachmentFieldNumber = 12; private global::EggLink.DanhengServer.Proto.ItemList attachment_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -100,7 +101,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "SuccMailIdList" field. + /// Field number for the "succ_mail_id_list" field. public const int SuccMailIdListFieldNumber = 9; private static readonly pb::FieldCodec _repeated_succMailIdList_codec = pb::FieldCodec.ForUInt32(74); @@ -111,7 +112,7 @@ namespace EggLink.DanhengServer.Proto { get { return succMailIdList_; } } - /// Field number for the "FailMailList" field. + /// Field number for the "fail_mail_list" field. public const int FailMailListFieldNumber = 1; private static readonly pb::FieldCodec _repeated_failMailList_codec = pb::FieldCodec.ForMessage(10, global::EggLink.DanhengServer.Proto.ClientMailAttachmentItem.Parser); @@ -122,7 +123,7 @@ namespace EggLink.DanhengServer.Proto { get { return failMailList_; } } - /// Field number for the "Retcode" field. + /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 6; private uint retcode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/TakeQuestRewardScRsp.cs b/Proto/TakeQuestRewardScRsp.cs index 2581f9ff..487f8818 100644 --- a/Proto/TakeQuestRewardScRsp.cs +++ b/Proto/TakeQuestRewardScRsp.cs @@ -25,14 +25,13 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChpUYWtlUXVlc3RSZXdhcmRTY1JzcC5wcm90bxoOSXRlbUxpc3QucHJvdG8i", - "cAoUVGFrZVF1ZXN0UmV3YXJkU2NSc3ASDwoHUmV0Y29kZRgNIAEoDRITCgtR", - "dWVzdElkTGlzdBgGIAMoDRIZCgZSZXdhcmQYASABKAsyCS5JdGVtTGlzdBIX", - "Cg9TdWNjUXVlc3RJZExpc3QYDCADKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1Nl", - "cnZlci5Qcm90b2IGcHJvdG8z")); + "XgoUVGFrZVF1ZXN0UmV3YXJkU2NSc3ASGgoSc3VjY19xdWVzdF9pZF9saXN0", + "GAwgAygNEhkKBnJld2FyZBgBIAEoCzIJLkl0ZW1MaXN0Eg8KB3JldGNvZGUY", + "DSABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.TakeQuestRewardScRsp), global::EggLink.DanhengServer.Proto.TakeQuestRewardScRsp.Parser, new[]{ "Retcode", "QuestIdList", "Reward", "SuccQuestIdList" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.TakeQuestRewardScRsp), global::EggLink.DanhengServer.Proto.TakeQuestRewardScRsp.Parser, new[]{ "SuccQuestIdList", "Reward", "Retcode" }, null, null, null, null) })); } #endregion @@ -74,10 +73,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public TakeQuestRewardScRsp(TakeQuestRewardScRsp other) : this() { - retcode_ = other.retcode_; - questIdList_ = other.questIdList_.Clone(); - reward_ = other.reward_ != null ? other.reward_.Clone() : null; succQuestIdList_ = other.succQuestIdList_.Clone(); + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + retcode_ = other.retcode_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -87,30 +85,18 @@ namespace EggLink.DanhengServer.Proto { return new TakeQuestRewardScRsp(this); } - /// Field number for the "Retcode" field. - public const int RetcodeFieldNumber = 13; - private uint retcode_; + /// Field number for the "succ_quest_id_list" field. + public const int SuccQuestIdListFieldNumber = 12; + private static readonly pb::FieldCodec _repeated_succQuestIdList_codec + = pb::FieldCodec.ForUInt32(98); + private readonly pbc::RepeatedField succQuestIdList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint Retcode { - get { return retcode_; } - set { - retcode_ = value; - } + public pbc::RepeatedField SuccQuestIdList { + get { return succQuestIdList_; } } - /// Field number for the "QuestIdList" field. - public const int QuestIdListFieldNumber = 6; - private static readonly pb::FieldCodec _repeated_questIdList_codec - = pb::FieldCodec.ForUInt32(50); - private readonly pbc::RepeatedField questIdList_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField QuestIdList { - get { return questIdList_; } - } - - /// Field number for the "Reward" field. + /// Field number for the "reward" field. public const int RewardFieldNumber = 1; private global::EggLink.DanhengServer.Proto.ItemList reward_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -122,15 +108,16 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "SuccQuestIdList" field. - public const int SuccQuestIdListFieldNumber = 12; - private static readonly pb::FieldCodec _repeated_succQuestIdList_codec - = pb::FieldCodec.ForUInt32(98); - private readonly pbc::RepeatedField succQuestIdList_ = new pbc::RepeatedField(); + /// Field number for the "retcode" field. + public const int RetcodeFieldNumber = 13; + private uint retcode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField SuccQuestIdList { - get { return succQuestIdList_; } + public uint Retcode { + get { return retcode_; } + set { + retcode_ = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -148,10 +135,9 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (Retcode != other.Retcode) return false; - if(!questIdList_.Equals(other.questIdList_)) return false; - if (!object.Equals(Reward, other.Reward)) return false; if(!succQuestIdList_.Equals(other.succQuestIdList_)) return false; + if (!object.Equals(Reward, other.Reward)) return false; + if (Retcode != other.Retcode) return false; return Equals(_unknownFields, other._unknownFields); } @@ -159,10 +145,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (Retcode != 0) hash ^= Retcode.GetHashCode(); - hash ^= questIdList_.GetHashCode(); - if (reward_ != null) hash ^= Reward.GetHashCode(); hash ^= succQuestIdList_.GetHashCode(); + if (reward_ != null) hash ^= Reward.GetHashCode(); + if (Retcode != 0) hash ^= Retcode.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -185,7 +170,6 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(10); output.WriteMessage(Reward); } - questIdList_.WriteTo(output, _repeated_questIdList_codec); succQuestIdList_.WriteTo(output, _repeated_succQuestIdList_codec); if (Retcode != 0) { output.WriteRawTag(104); @@ -205,7 +189,6 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(10); output.WriteMessage(Reward); } - questIdList_.WriteTo(ref output, _repeated_questIdList_codec); succQuestIdList_.WriteTo(ref output, _repeated_succQuestIdList_codec); if (Retcode != 0) { output.WriteRawTag(104); @@ -221,14 +204,13 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (Retcode != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); - } - size += questIdList_.CalculateSize(_repeated_questIdList_codec); + size += succQuestIdList_.CalculateSize(_repeated_succQuestIdList_codec); if (reward_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); } - size += succQuestIdList_.CalculateSize(_repeated_succQuestIdList_codec); + if (Retcode != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); + } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -241,17 +223,16 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - if (other.Retcode != 0) { - Retcode = other.Retcode; - } - questIdList_.Add(other.questIdList_); + succQuestIdList_.Add(other.succQuestIdList_); if (other.reward_ != null) { if (reward_ == null) { Reward = new global::EggLink.DanhengServer.Proto.ItemList(); } Reward.MergeFrom(other.Reward); } - succQuestIdList_.Add(other.succQuestIdList_); + if (other.Retcode != 0) { + Retcode = other.Retcode; + } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -274,11 +255,6 @@ namespace EggLink.DanhengServer.Proto { input.ReadMessage(Reward); break; } - case 50: - case 48: { - questIdList_.AddEntriesFrom(input, _repeated_questIdList_codec); - break; - } case 98: case 96: { succQuestIdList_.AddEntriesFrom(input, _repeated_succQuestIdList_codec); @@ -310,11 +286,6 @@ namespace EggLink.DanhengServer.Proto { input.ReadMessage(Reward); break; } - case 50: - case 48: { - questIdList_.AddEntriesFrom(ref input, _repeated_questIdList_codec); - break; - } case 98: case 96: { succQuestIdList_.AddEntriesFrom(ref input, _repeated_succQuestIdList_codec); diff --git a/Proto/TakeRechargeBenefitRewardCsReq.cs b/Proto/TakeRechargeBenefitRewardCsReq.cs deleted file mode 100644 index a5423538..00000000 --- a/Proto/TakeRechargeBenefitRewardCsReq.cs +++ /dev/null @@ -1,234 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: TakeRechargeBenefitRewardCsReq.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from TakeRechargeBenefitRewardCsReq.proto - public static partial class TakeRechargeBenefitRewardCsReqReflection { - - #region Descriptor - /// File descriptor for TakeRechargeBenefitRewardCsReq.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static TakeRechargeBenefitRewardCsReqReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "CiRUYWtlUmVjaGFyZ2VCZW5lZml0UmV3YXJkQ3NSZXEucHJvdG8iLAoeVGFr", - "ZVJlY2hhcmdlQmVuZWZpdFJld2FyZENzUmVxEgoKAmlkGAggASgNQh6qAhtF", - "Z2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.TakeRechargeBenefitRewardCsReq), global::EggLink.DanhengServer.Proto.TakeRechargeBenefitRewardCsReq.Parser, new[]{ "Id" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class TakeRechargeBenefitRewardCsReq : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new TakeRechargeBenefitRewardCsReq()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.TakeRechargeBenefitRewardCsReqReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public TakeRechargeBenefitRewardCsReq() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public TakeRechargeBenefitRewardCsReq(TakeRechargeBenefitRewardCsReq other) : this() { - id_ = other.id_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public TakeRechargeBenefitRewardCsReq Clone() { - return new TakeRechargeBenefitRewardCsReq(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 8; - private uint id_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint Id { - get { return id_; } - set { - id_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as TakeRechargeBenefitRewardCsReq); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(TakeRechargeBenefitRewardCsReq other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Id != 0) hash ^= Id.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Id != 0) { - output.WriteRawTag(64); - output.WriteUInt32(Id); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Id != 0) { - output.WriteRawTag(64); - output.WriteUInt32(Id); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Id != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Id); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(TakeRechargeBenefitRewardCsReq other) { - if (other == null) { - return; - } - if (other.Id != 0) { - Id = other.Id; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 64: { - Id = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 64: { - Id = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/TakeRechargeBenefitRewardScRsp.cs b/Proto/TakeRechargeBenefitRewardScRsp.cs index 704b836d..b739ae64 100644 --- a/Proto/TakeRechargeBenefitRewardScRsp.cs +++ b/Proto/TakeRechargeBenefitRewardScRsp.cs @@ -25,15 +25,15 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CiRUYWtlUmVjaGFyZ2VCZW5lZml0UmV3YXJkU2NSc3AucHJvdG8aDkl0ZW1M", - "aXN0LnByb3RvGhFKTUhPSktLR05JRi5wcm90byJvCh5UYWtlUmVjaGFyZ2VC", - "ZW5lZml0UmV3YXJkU2NSc3ASDwoHcmV0Y29kZRgBIAEoDRIZCgZyZXdhcmQY", - "DiABKAsyCS5JdGVtTGlzdBIhCgtBTUVGUFBGQ0ZKSRgKIAEoCzIMLkpNSE9K", - "S0tHTklGQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3Rv", - "Mw==")); + "aXN0LnByb3RvGhlSZWNoYXJnZUJlbmVmaXRJbmZvLnByb3RvIoEBCh5UYWtl", + "UmVjaGFyZ2VCZW5lZml0UmV3YXJkU2NSc3ASDwoHcmV0Y29kZRgBIAEoDRIZ", + "CgZyZXdhcmQYDiABKAsyCS5JdGVtTGlzdBIzChVyZWNoYXJnZV9iZW5lZml0", + "X2luZm8YCiABKAsyFC5SZWNoYXJnZUJlbmVmaXRJbmZvQh6qAhtFZ2dMaW5r", + "LkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.JMHOJKKGNIFReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.RechargeBenefitInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.TakeRechargeBenefitRewardScRsp), global::EggLink.DanhengServer.Proto.TakeRechargeBenefitRewardScRsp.Parser, new[]{ "Retcode", "Reward", "AMEFPPFCFJI" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.TakeRechargeBenefitRewardScRsp), global::EggLink.DanhengServer.Proto.TakeRechargeBenefitRewardScRsp.Parser, new[]{ "Retcode", "Reward", "RechargeBenefitInfo" }, null, null, null, null) })); } #endregion @@ -77,7 +77,7 @@ namespace EggLink.DanhengServer.Proto { public TakeRechargeBenefitRewardScRsp(TakeRechargeBenefitRewardScRsp other) : this() { retcode_ = other.retcode_; reward_ = other.reward_ != null ? other.reward_.Clone() : null; - aMEFPPFCFJI_ = other.aMEFPPFCFJI_ != null ? other.aMEFPPFCFJI_.Clone() : null; + rechargeBenefitInfo_ = other.rechargeBenefitInfo_ != null ? other.rechargeBenefitInfo_.Clone() : null; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -111,15 +111,15 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "AMEFPPFCFJI" field. - public const int AMEFPPFCFJIFieldNumber = 10; - private global::EggLink.DanhengServer.Proto.JMHOJKKGNIF aMEFPPFCFJI_; + /// Field number for the "recharge_benefit_info" field. + public const int RechargeBenefitInfoFieldNumber = 10; + private global::EggLink.DanhengServer.Proto.RechargeBenefitInfo rechargeBenefitInfo_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.JMHOJKKGNIF AMEFPPFCFJI { - get { return aMEFPPFCFJI_; } + public global::EggLink.DanhengServer.Proto.RechargeBenefitInfo RechargeBenefitInfo { + get { return rechargeBenefitInfo_; } set { - aMEFPPFCFJI_ = value; + rechargeBenefitInfo_ = value; } } @@ -140,7 +140,7 @@ namespace EggLink.DanhengServer.Proto { } if (Retcode != other.Retcode) return false; if (!object.Equals(Reward, other.Reward)) return false; - if (!object.Equals(AMEFPPFCFJI, other.AMEFPPFCFJI)) return false; + if (!object.Equals(RechargeBenefitInfo, other.RechargeBenefitInfo)) return false; return Equals(_unknownFields, other._unknownFields); } @@ -150,7 +150,7 @@ namespace EggLink.DanhengServer.Proto { int hash = 1; if (Retcode != 0) hash ^= Retcode.GetHashCode(); if (reward_ != null) hash ^= Reward.GetHashCode(); - if (aMEFPPFCFJI_ != null) hash ^= AMEFPPFCFJI.GetHashCode(); + if (rechargeBenefitInfo_ != null) hash ^= RechargeBenefitInfo.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -173,9 +173,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(8); output.WriteUInt32(Retcode); } - if (aMEFPPFCFJI_ != null) { + if (rechargeBenefitInfo_ != null) { output.WriteRawTag(82); - output.WriteMessage(AMEFPPFCFJI); + output.WriteMessage(RechargeBenefitInfo); } if (reward_ != null) { output.WriteRawTag(114); @@ -195,9 +195,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(8); output.WriteUInt32(Retcode); } - if (aMEFPPFCFJI_ != null) { + if (rechargeBenefitInfo_ != null) { output.WriteRawTag(82); - output.WriteMessage(AMEFPPFCFJI); + output.WriteMessage(RechargeBenefitInfo); } if (reward_ != null) { output.WriteRawTag(114); @@ -219,8 +219,8 @@ namespace EggLink.DanhengServer.Proto { if (reward_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); } - if (aMEFPPFCFJI_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(AMEFPPFCFJI); + if (rechargeBenefitInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(RechargeBenefitInfo); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); @@ -243,11 +243,11 @@ namespace EggLink.DanhengServer.Proto { } Reward.MergeFrom(other.Reward); } - if (other.aMEFPPFCFJI_ != null) { - if (aMEFPPFCFJI_ == null) { - AMEFPPFCFJI = new global::EggLink.DanhengServer.Proto.JMHOJKKGNIF(); + if (other.rechargeBenefitInfo_ != null) { + if (rechargeBenefitInfo_ == null) { + RechargeBenefitInfo = new global::EggLink.DanhengServer.Proto.RechargeBenefitInfo(); } - AMEFPPFCFJI.MergeFrom(other.AMEFPPFCFJI); + RechargeBenefitInfo.MergeFrom(other.RechargeBenefitInfo); } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -269,10 +269,10 @@ namespace EggLink.DanhengServer.Proto { break; } case 82: { - if (aMEFPPFCFJI_ == null) { - AMEFPPFCFJI = new global::EggLink.DanhengServer.Proto.JMHOJKKGNIF(); + if (rechargeBenefitInfo_ == null) { + RechargeBenefitInfo = new global::EggLink.DanhengServer.Proto.RechargeBenefitInfo(); } - input.ReadMessage(AMEFPPFCFJI); + input.ReadMessage(RechargeBenefitInfo); break; } case 114: { @@ -302,10 +302,10 @@ namespace EggLink.DanhengServer.Proto { break; } case 82: { - if (aMEFPPFCFJI_ == null) { - AMEFPPFCFJI = new global::EggLink.DanhengServer.Proto.JMHOJKKGNIF(); + if (rechargeBenefitInfo_ == null) { + RechargeBenefitInfo = new global::EggLink.DanhengServer.Proto.RechargeBenefitInfo(); } - input.ReadMessage(AMEFPPFCFJI); + input.ReadMessage(RechargeBenefitInfo); break; } case 114: { diff --git a/Proto/TakeRechargeGiftRewardScRsp.cs b/Proto/TakeRechargeGiftRewardScRsp.cs index 01a4afab..7c248dae 100644 --- a/Proto/TakeRechargeGiftRewardScRsp.cs +++ b/Proto/TakeRechargeGiftRewardScRsp.cs @@ -25,15 +25,15 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CiFUYWtlUmVjaGFyZ2VHaWZ0UmV3YXJkU2NSc3AucHJvdG8aDkl0ZW1MaXN0", - "LnByb3RvGhZSZWNoYXJnZUdpZnRJbmZvLnByb3RvInEKG1Rha2VSZWNoYXJn", + "LnByb3RvGhZSZWNoYXJnZUdpZnRJbmZvLnByb3RvInsKG1Rha2VSZWNoYXJn", "ZUdpZnRSZXdhcmRTY1JzcBIPCgdyZXRjb2RlGAQgASgNEhkKBnJld2FyZBgL", - "IAEoCzIJLkl0ZW1MaXN0EiYKC0hOS0dDTkRPQ0FLGAggASgLMhEuUmVjaGFy", - "Z2VHaWZ0SW5mb0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", - "cm90bzM=")); + "IAEoCzIJLkl0ZW1MaXN0EjAKFXJlY2hhcmdlX2JlbmVmaXRfaW5mbxgIIAEo", + "CzIRLlJlY2hhcmdlR2lmdEluZm9CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZl", + "ci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.RechargeGiftInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.TakeRechargeGiftRewardScRsp), global::EggLink.DanhengServer.Proto.TakeRechargeGiftRewardScRsp.Parser, new[]{ "Retcode", "Reward", "HNKGCNDOCAK" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.TakeRechargeGiftRewardScRsp), global::EggLink.DanhengServer.Proto.TakeRechargeGiftRewardScRsp.Parser, new[]{ "Retcode", "Reward", "RechargeBenefitInfo" }, null, null, null, null) })); } #endregion @@ -77,7 +77,7 @@ namespace EggLink.DanhengServer.Proto { public TakeRechargeGiftRewardScRsp(TakeRechargeGiftRewardScRsp other) : this() { retcode_ = other.retcode_; reward_ = other.reward_ != null ? other.reward_.Clone() : null; - hNKGCNDOCAK_ = other.hNKGCNDOCAK_ != null ? other.hNKGCNDOCAK_.Clone() : null; + rechargeBenefitInfo_ = other.rechargeBenefitInfo_ != null ? other.rechargeBenefitInfo_.Clone() : null; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -111,15 +111,15 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "HNKGCNDOCAK" field. - public const int HNKGCNDOCAKFieldNumber = 8; - private global::EggLink.DanhengServer.Proto.RechargeGiftInfo hNKGCNDOCAK_; + /// Field number for the "recharge_benefit_info" field. + public const int RechargeBenefitInfoFieldNumber = 8; + private global::EggLink.DanhengServer.Proto.RechargeGiftInfo rechargeBenefitInfo_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.RechargeGiftInfo HNKGCNDOCAK { - get { return hNKGCNDOCAK_; } + public global::EggLink.DanhengServer.Proto.RechargeGiftInfo RechargeBenefitInfo { + get { return rechargeBenefitInfo_; } set { - hNKGCNDOCAK_ = value; + rechargeBenefitInfo_ = value; } } @@ -140,7 +140,7 @@ namespace EggLink.DanhengServer.Proto { } if (Retcode != other.Retcode) return false; if (!object.Equals(Reward, other.Reward)) return false; - if (!object.Equals(HNKGCNDOCAK, other.HNKGCNDOCAK)) return false; + if (!object.Equals(RechargeBenefitInfo, other.RechargeBenefitInfo)) return false; return Equals(_unknownFields, other._unknownFields); } @@ -150,7 +150,7 @@ namespace EggLink.DanhengServer.Proto { int hash = 1; if (Retcode != 0) hash ^= Retcode.GetHashCode(); if (reward_ != null) hash ^= Reward.GetHashCode(); - if (hNKGCNDOCAK_ != null) hash ^= HNKGCNDOCAK.GetHashCode(); + if (rechargeBenefitInfo_ != null) hash ^= RechargeBenefitInfo.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -173,9 +173,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(32); output.WriteUInt32(Retcode); } - if (hNKGCNDOCAK_ != null) { + if (rechargeBenefitInfo_ != null) { output.WriteRawTag(66); - output.WriteMessage(HNKGCNDOCAK); + output.WriteMessage(RechargeBenefitInfo); } if (reward_ != null) { output.WriteRawTag(90); @@ -195,9 +195,9 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(32); output.WriteUInt32(Retcode); } - if (hNKGCNDOCAK_ != null) { + if (rechargeBenefitInfo_ != null) { output.WriteRawTag(66); - output.WriteMessage(HNKGCNDOCAK); + output.WriteMessage(RechargeBenefitInfo); } if (reward_ != null) { output.WriteRawTag(90); @@ -219,8 +219,8 @@ namespace EggLink.DanhengServer.Proto { if (reward_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); } - if (hNKGCNDOCAK_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(HNKGCNDOCAK); + if (rechargeBenefitInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(RechargeBenefitInfo); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); @@ -243,11 +243,11 @@ namespace EggLink.DanhengServer.Proto { } Reward.MergeFrom(other.Reward); } - if (other.hNKGCNDOCAK_ != null) { - if (hNKGCNDOCAK_ == null) { - HNKGCNDOCAK = new global::EggLink.DanhengServer.Proto.RechargeGiftInfo(); + if (other.rechargeBenefitInfo_ != null) { + if (rechargeBenefitInfo_ == null) { + RechargeBenefitInfo = new global::EggLink.DanhengServer.Proto.RechargeGiftInfo(); } - HNKGCNDOCAK.MergeFrom(other.HNKGCNDOCAK); + RechargeBenefitInfo.MergeFrom(other.RechargeBenefitInfo); } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -269,10 +269,10 @@ namespace EggLink.DanhengServer.Proto { break; } case 66: { - if (hNKGCNDOCAK_ == null) { - HNKGCNDOCAK = new global::EggLink.DanhengServer.Proto.RechargeGiftInfo(); + if (rechargeBenefitInfo_ == null) { + RechargeBenefitInfo = new global::EggLink.DanhengServer.Proto.RechargeGiftInfo(); } - input.ReadMessage(HNKGCNDOCAK); + input.ReadMessage(RechargeBenefitInfo); break; } case 90: { @@ -302,10 +302,10 @@ namespace EggLink.DanhengServer.Proto { break; } case 66: { - if (hNKGCNDOCAK_ == null) { - HNKGCNDOCAK = new global::EggLink.DanhengServer.Proto.RechargeGiftInfo(); + if (rechargeBenefitInfo_ == null) { + RechargeBenefitInfo = new global::EggLink.DanhengServer.Proto.RechargeGiftInfo(); } - input.ReadMessage(HNKGCNDOCAK); + input.ReadMessage(RechargeBenefitInfo); break; } case 90: { diff --git a/Proto/TakeRogueEventHandbookRewardCsReq.cs b/Proto/TakeRogueEventHandbookRewardCsReq.cs index 5763cb1f..8fd91747 100644 --- a/Proto/TakeRogueEventHandbookRewardCsReq.cs +++ b/Proto/TakeRogueEventHandbookRewardCsReq.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static TakeRogueEventHandbookRewardCsReqReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CidUYWtlUm9ndWVFdmVudEhhbmRib29rUmV3YXJkQ3NSZXEucHJvdG8iPwoh", - "VGFrZVJvZ3VlRXZlbnRIYW5kYm9va1Jld2FyZENzUmVxEhoKEmhhbmRib29r", - "X2J1ZmZfbGlzdBgDIAMoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlBy", - "b3RvYgZwcm90bzM=")); + "CidUYWtlUm9ndWVFdmVudEhhbmRib29rUmV3YXJkQ3NSZXEucHJvdG8iQgoh", + "VGFrZVJvZ3VlRXZlbnRIYW5kYm9va1Jld2FyZENzUmVxEh0KFWhhbmRib29r", + "X21pcmFjbGVfbGlzdBgDIAMoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy", + "LlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.TakeRogueEventHandbookRewardCsReq), global::EggLink.DanhengServer.Proto.TakeRogueEventHandbookRewardCsReq.Parser, new[]{ "HandbookBuffList" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.TakeRogueEventHandbookRewardCsReq), global::EggLink.DanhengServer.Proto.TakeRogueEventHandbookRewardCsReq.Parser, new[]{ "HandbookMiracleList" }, null, null, null, null) })); } #endregion @@ -73,7 +73,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public TakeRogueEventHandbookRewardCsReq(TakeRogueEventHandbookRewardCsReq other) : this() { - handbookBuffList_ = other.handbookBuffList_.Clone(); + handbookMiracleList_ = other.handbookMiracleList_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -83,15 +83,15 @@ namespace EggLink.DanhengServer.Proto { return new TakeRogueEventHandbookRewardCsReq(this); } - /// Field number for the "handbook_buff_list" field. - public const int HandbookBuffListFieldNumber = 3; - private static readonly pb::FieldCodec _repeated_handbookBuffList_codec + /// Field number for the "handbook_miracle_list" field. + public const int HandbookMiracleListFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_handbookMiracleList_codec = pb::FieldCodec.ForUInt32(26); - private readonly pbc::RepeatedField handbookBuffList_ = new pbc::RepeatedField(); + private readonly pbc::RepeatedField handbookMiracleList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField HandbookBuffList { - get { return handbookBuffList_; } + public pbc::RepeatedField HandbookMiracleList { + get { return handbookMiracleList_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -109,7 +109,7 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if(!handbookBuffList_.Equals(other.handbookBuffList_)) return false; + if(!handbookMiracleList_.Equals(other.handbookMiracleList_)) return false; return Equals(_unknownFields, other._unknownFields); } @@ -117,7 +117,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - hash ^= handbookBuffList_.GetHashCode(); + hash ^= handbookMiracleList_.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -136,7 +136,7 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - handbookBuffList_.WriteTo(output, _repeated_handbookBuffList_codec); + handbookMiracleList_.WriteTo(output, _repeated_handbookMiracleList_codec); if (_unknownFields != null) { _unknownFields.WriteTo(output); } @@ -147,7 +147,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - handbookBuffList_.WriteTo(ref output, _repeated_handbookBuffList_codec); + handbookMiracleList_.WriteTo(ref output, _repeated_handbookMiracleList_codec); if (_unknownFields != null) { _unknownFields.WriteTo(ref output); } @@ -158,7 +158,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - size += handbookBuffList_.CalculateSize(_repeated_handbookBuffList_codec); + size += handbookMiracleList_.CalculateSize(_repeated_handbookMiracleList_codec); if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -171,7 +171,7 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - handbookBuffList_.Add(other.handbookBuffList_); + handbookMiracleList_.Add(other.handbookMiracleList_); _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -189,7 +189,7 @@ namespace EggLink.DanhengServer.Proto { break; case 26: case 24: { - handbookBuffList_.AddEntriesFrom(input, _repeated_handbookBuffList_codec); + handbookMiracleList_.AddEntriesFrom(input, _repeated_handbookMiracleList_codec); break; } } @@ -209,7 +209,7 @@ namespace EggLink.DanhengServer.Proto { break; case 26: case 24: { - handbookBuffList_.AddEntriesFrom(ref input, _repeated_handbookBuffList_codec); + handbookMiracleList_.AddEntriesFrom(ref input, _repeated_handbookMiracleList_codec); break; } } diff --git a/Proto/TakeRogueMiracleHandbookRewardCsReq.cs b/Proto/TakeRogueMiracleHandbookRewardCsReq.cs index 8e5e8f10..fb827dcf 100644 --- a/Proto/TakeRogueMiracleHandbookRewardCsReq.cs +++ b/Proto/TakeRogueMiracleHandbookRewardCsReq.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static TakeRogueMiracleHandbookRewardCsReqReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CilUYWtlUm9ndWVNaXJhY2xlSGFuZGJvb2tSZXdhcmRDc1JlcS5wcm90byJB", - "CiNUYWtlUm9ndWVNaXJhY2xlSGFuZGJvb2tSZXdhcmRDc1JlcRIaChJoYW5k", - "Ym9va19idWZmX2xpc3QYDyADKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZl", - "ci5Qcm90b2IGcHJvdG8z")); + "CilUYWtlUm9ndWVNaXJhY2xlSGFuZGJvb2tSZXdhcmRDc1JlcS5wcm90byJE", + "CiNUYWtlUm9ndWVNaXJhY2xlSGFuZGJvb2tSZXdhcmRDc1JlcRIdChVoYW5k", + "Ym9va19taXJhY2xlX2xpc3QYDyADKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1Nl", + "cnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.TakeRogueMiracleHandbookRewardCsReq), global::EggLink.DanhengServer.Proto.TakeRogueMiracleHandbookRewardCsReq.Parser, new[]{ "HandbookBuffList" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.TakeRogueMiracleHandbookRewardCsReq), global::EggLink.DanhengServer.Proto.TakeRogueMiracleHandbookRewardCsReq.Parser, new[]{ "HandbookMiracleList" }, null, null, null, null) })); } #endregion @@ -73,7 +73,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public TakeRogueMiracleHandbookRewardCsReq(TakeRogueMiracleHandbookRewardCsReq other) : this() { - handbookBuffList_ = other.handbookBuffList_.Clone(); + handbookMiracleList_ = other.handbookMiracleList_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -83,15 +83,15 @@ namespace EggLink.DanhengServer.Proto { return new TakeRogueMiracleHandbookRewardCsReq(this); } - /// Field number for the "handbook_buff_list" field. - public const int HandbookBuffListFieldNumber = 15; - private static readonly pb::FieldCodec _repeated_handbookBuffList_codec + /// Field number for the "handbook_miracle_list" field. + public const int HandbookMiracleListFieldNumber = 15; + private static readonly pb::FieldCodec _repeated_handbookMiracleList_codec = pb::FieldCodec.ForUInt32(122); - private readonly pbc::RepeatedField handbookBuffList_ = new pbc::RepeatedField(); + private readonly pbc::RepeatedField handbookMiracleList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField HandbookBuffList { - get { return handbookBuffList_; } + public pbc::RepeatedField HandbookMiracleList { + get { return handbookMiracleList_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -109,7 +109,7 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if(!handbookBuffList_.Equals(other.handbookBuffList_)) return false; + if(!handbookMiracleList_.Equals(other.handbookMiracleList_)) return false; return Equals(_unknownFields, other._unknownFields); } @@ -117,7 +117,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - hash ^= handbookBuffList_.GetHashCode(); + hash ^= handbookMiracleList_.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -136,7 +136,7 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - handbookBuffList_.WriteTo(output, _repeated_handbookBuffList_codec); + handbookMiracleList_.WriteTo(output, _repeated_handbookMiracleList_codec); if (_unknownFields != null) { _unknownFields.WriteTo(output); } @@ -147,7 +147,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - handbookBuffList_.WriteTo(ref output, _repeated_handbookBuffList_codec); + handbookMiracleList_.WriteTo(ref output, _repeated_handbookMiracleList_codec); if (_unknownFields != null) { _unknownFields.WriteTo(ref output); } @@ -158,7 +158,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - size += handbookBuffList_.CalculateSize(_repeated_handbookBuffList_codec); + size += handbookMiracleList_.CalculateSize(_repeated_handbookMiracleList_codec); if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -171,7 +171,7 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - handbookBuffList_.Add(other.handbookBuffList_); + handbookMiracleList_.Add(other.handbookMiracleList_); _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -189,7 +189,7 @@ namespace EggLink.DanhengServer.Proto { break; case 122: case 120: { - handbookBuffList_.AddEntriesFrom(input, _repeated_handbookBuffList_codec); + handbookMiracleList_.AddEntriesFrom(input, _repeated_handbookMiracleList_codec); break; } } @@ -209,7 +209,7 @@ namespace EggLink.DanhengServer.Proto { break; case 122: case 120: { - handbookBuffList_.AddEntriesFrom(ref input, _repeated_handbookBuffList_codec); + handbookMiracleList_.AddEntriesFrom(ref input, _repeated_handbookMiracleList_codec); break; } } diff --git a/Proto/TakeRollShopRewardScRsp.cs b/Proto/TakeRollShopRewardScRsp.cs index b68472fe..00062895 100644 --- a/Proto/TakeRollShopRewardScRsp.cs +++ b/Proto/TakeRollShopRewardScRsp.cs @@ -25,10 +25,10 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Ch1UYWtlUm9sbFNob3BSZXdhcmRTY1JzcC5wcm90bxoOSXRlbUxpc3QucHJv", - "dG8ibAoXVGFrZVJvbGxTaG9wUmV3YXJkU2NSc3ASGQoGUmV3YXJkGA8gASgL", - "MgkuSXRlbUxpc3QSDwoHUmV0Y29kZRgGIAEoDRIRCglHcm91cFR5cGUYBCAB", - "KA0SEgoKUm9sbFNob3BJZBgLIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2Vy", - "dmVyLlByb3RvYgZwcm90bzM=")); + "dG8ibwoXVGFrZVJvbGxTaG9wUmV3YXJkU2NSc3ASGQoGcmV3YXJkGA8gASgL", + "MgkuSXRlbUxpc3QSDwoHcmV0Y29kZRgGIAEoDRISCgpncm91cF90eXBlGAQg", + "ASgNEhQKDHJvbGxfc2hvcF9pZBgLIAEoDUIeqgIbRWdnTGluay5EYW5oZW5n", + "U2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -87,7 +87,7 @@ namespace EggLink.DanhengServer.Proto { return new TakeRollShopRewardScRsp(this); } - /// Field number for the "Reward" field. + /// Field number for the "reward" field. public const int RewardFieldNumber = 15; private global::EggLink.DanhengServer.Proto.ItemList reward_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -99,7 +99,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Retcode" field. + /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 6; private uint retcode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -111,7 +111,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "GroupType" field. + /// Field number for the "group_type" field. public const int GroupTypeFieldNumber = 4; private uint groupType_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -123,7 +123,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "RollShopId" field. + /// Field number for the "roll_shop_id" field. public const int RollShopIdFieldNumber = 11; private uint rollShopId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/TrainPartyBuildDiyScRsp.cs b/Proto/TrainPartyBuildDiyScRsp.cs index 49991f79..901f3de2 100644 --- a/Proto/TrainPartyBuildDiyScRsp.cs +++ b/Proto/TrainPartyBuildDiyScRsp.cs @@ -24,15 +24,15 @@ namespace EggLink.DanhengServer.Proto { static TrainPartyBuildDiyScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Ch1UcmFpblBhcnR5QnVpbGREaXlTY1JzcC5wcm90bxoVQXJlYUR5bmFtaWNJ", - "bmZvLnByb3RvGhFDSUtPSEpOQUdPTi5wcm90byKbAQoXVHJhaW5QYXJ0eUJ1", + "Ch1UcmFpblBhcnR5QnVpbGREaXlTY1JzcC5wcm90bxoRQ0lLT0hKTkFHT04u", + "cHJvdG8aFUFyZWFEeW5hbWljSW5mby5wcm90byKbAQoXVHJhaW5QYXJ0eUJ1", "aWxkRGl5U2NSc3ASDwoHYXJlYV9pZBgDIAEoDRIhCgtGRkxQS0xMREhMTRgL", "IAMoCzIMLkNJS09ISk5BR09OEg8KB3JldGNvZGUYCCABKA0SJgoMZHluYW1p", "Y19pbmZvGAYgAygLMhAuQXJlYUR5bmFtaWNJbmZvEhMKC0dBTkhLTE5QQVBJ", "GA8gASgIQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3Rv", "Mw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AreaDynamicInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.CIKOHJNAGONReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CIKOHJNAGONReflection.Descriptor, global::EggLink.DanhengServer.Proto.AreaDynamicInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.TrainPartyBuildDiyScRsp), global::EggLink.DanhengServer.Proto.TrainPartyBuildDiyScRsp.Parser, new[]{ "AreaId", "FFLPKLLDHLM", "Retcode", "DynamicInfo", "GANHKLNPAPI" }, null, null, null, null) })); diff --git a/Proto/TrainPartyData.cs b/Proto/TrainPartyData.cs new file mode 100644 index 00000000..0cf6f509 --- /dev/null +++ b/Proto/TrainPartyData.cs @@ -0,0 +1,451 @@ +// +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: TrainPartyData.proto +// +#pragma warning disable 1591, 0612, 3021, 8981 +#region Designer generated code + +using pb = global::Google.Protobuf; +using pbc = global::Google.Protobuf.Collections; +using pbr = global::Google.Protobuf.Reflection; +using scg = global::System.Collections.Generic; +namespace EggLink.DanhengServer.Proto { + + /// Holder for reflection information generated from TrainPartyData.proto + public static partial class TrainPartyDataReflection { + + #region Descriptor + /// File descriptor for TrainPartyData.proto + public static pbr::FileDescriptor Descriptor { + get { return descriptor; } + } + private static pbr::FileDescriptor descriptor; + + static TrainPartyDataReflection() { + byte[] descriptorData = global::System.Convert.FromBase64String( + string.Concat( + "ChRUcmFpblBhcnR5RGF0YS5wcm90bxoUVHJhaW5QYXJ0eUluZm8ucHJvdG8a", + "EUNETkdORE5MTkFKLnByb3RvGh1UcmFpblBhcnR5UGFzc2VuZ2VySW5mby5w", + "cm90byLRAQoOVHJhaW5QYXJ0eURhdGESIQoLQ0VGTUJBRkNOUEsYBSABKAsy", + "DC5DRE5HTkROTE5BShITCgtBSUFOT0ZLTkxIRxgLIAEoDRIpChB0cmFpbl9w", + "YXJ0eV9pbmZvGAcgASgLMg8uVHJhaW5QYXJ0eUluZm8SEQoJcmVjb3JkX2lk", + "GAggASgNEjAKDnBhc3Nlbmdlcl9pbmZvGA8gASgLMhguVHJhaW5QYXJ0eVBh", + "c3NlbmdlckluZm8SFwoPdW5sb2NrX2FyZWFfbnVtGAogASgNQh6qAhtFZ2dM", + "aW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.TrainPartyInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.CDNGNDNLNAJReflection.Descriptor, global::EggLink.DanhengServer.Proto.TrainPartyPassengerInfoReflection.Descriptor, }, + new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.TrainPartyData), global::EggLink.DanhengServer.Proto.TrainPartyData.Parser, new[]{ "CEFMBAFCNPK", "AIANOFKNLHG", "TrainPartyInfo", "RecordId", "PassengerInfo", "UnlockAreaNum" }, null, null, null, null) + })); + } + #endregion + + } + #region Messages + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class TrainPartyData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new TrainPartyData()); + private pb::UnknownFieldSet _unknownFields; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public static pb::MessageParser Parser { get { return _parser; } } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public static pbr::MessageDescriptor Descriptor { + get { return global::EggLink.DanhengServer.Proto.TrainPartyDataReflection.Descriptor.MessageTypes[0]; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + pbr::MessageDescriptor pb::IMessage.Descriptor { + get { return Descriptor; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public TrainPartyData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public TrainPartyData(TrainPartyData other) : this() { + cEFMBAFCNPK_ = other.cEFMBAFCNPK_ != null ? other.cEFMBAFCNPK_.Clone() : null; + aIANOFKNLHG_ = other.aIANOFKNLHG_; + trainPartyInfo_ = other.trainPartyInfo_ != null ? other.trainPartyInfo_.Clone() : null; + recordId_ = other.recordId_; + passengerInfo_ = other.passengerInfo_ != null ? other.passengerInfo_.Clone() : null; + unlockAreaNum_ = other.unlockAreaNum_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public TrainPartyData Clone() { + return new TrainPartyData(this); + } + + /// Field number for the "CEFMBAFCNPK" field. + public const int CEFMBAFCNPKFieldNumber = 5; + private global::EggLink.DanhengServer.Proto.CDNGNDNLNAJ cEFMBAFCNPK_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.CDNGNDNLNAJ CEFMBAFCNPK { + get { return cEFMBAFCNPK_; } + set { + cEFMBAFCNPK_ = value; + } + } + + /// Field number for the "AIANOFKNLHG" field. + public const int AIANOFKNLHGFieldNumber = 11; + private uint aIANOFKNLHG_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public uint AIANOFKNLHG { + get { return aIANOFKNLHG_; } + set { + aIANOFKNLHG_ = value; + } + } + + /// Field number for the "train_party_info" field. + public const int TrainPartyInfoFieldNumber = 7; + private global::EggLink.DanhengServer.Proto.TrainPartyInfo trainPartyInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.TrainPartyInfo TrainPartyInfo { + get { return trainPartyInfo_; } + set { + trainPartyInfo_ = value; + } + } + + /// Field number for the "record_id" field. + public const int RecordIdFieldNumber = 8; + private uint recordId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public uint RecordId { + get { return recordId_; } + set { + recordId_ = value; + } + } + + /// Field number for the "passenger_info" field. + public const int PassengerInfoFieldNumber = 15; + private global::EggLink.DanhengServer.Proto.TrainPartyPassengerInfo passengerInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.TrainPartyPassengerInfo PassengerInfo { + get { return passengerInfo_; } + set { + passengerInfo_ = value; + } + } + + /// Field number for the "unlock_area_num" field. + public const int UnlockAreaNumFieldNumber = 10; + private uint unlockAreaNum_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public uint UnlockAreaNum { + get { return unlockAreaNum_; } + set { + unlockAreaNum_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as TrainPartyData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(TrainPartyData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(CEFMBAFCNPK, other.CEFMBAFCNPK)) return false; + if (AIANOFKNLHG != other.AIANOFKNLHG) return false; + if (!object.Equals(TrainPartyInfo, other.TrainPartyInfo)) return false; + if (RecordId != other.RecordId) return false; + if (!object.Equals(PassengerInfo, other.PassengerInfo)) return false; + if (UnlockAreaNum != other.UnlockAreaNum) return false; + return Equals(_unknownFields, other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override int GetHashCode() { + int hash = 1; + if (cEFMBAFCNPK_ != null) hash ^= CEFMBAFCNPK.GetHashCode(); + if (AIANOFKNLHG != 0) hash ^= AIANOFKNLHG.GetHashCode(); + if (trainPartyInfo_ != null) hash ^= TrainPartyInfo.GetHashCode(); + if (RecordId != 0) hash ^= RecordId.GetHashCode(); + if (passengerInfo_ != null) hash ^= PassengerInfo.GetHashCode(); + if (UnlockAreaNum != 0) hash ^= UnlockAreaNum.GetHashCode(); + if (_unknownFields != null) { + hash ^= _unknownFields.GetHashCode(); + } + return hash; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override string ToString() { + return pb::JsonFormatter.ToDiagnosticString(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void WriteTo(pb::CodedOutputStream output) { + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + output.WriteRawMessage(this); + #else + if (cEFMBAFCNPK_ != null) { + output.WriteRawTag(42); + output.WriteMessage(CEFMBAFCNPK); + } + if (trainPartyInfo_ != null) { + output.WriteRawTag(58); + output.WriteMessage(TrainPartyInfo); + } + if (RecordId != 0) { + output.WriteRawTag(64); + output.WriteUInt32(RecordId); + } + if (UnlockAreaNum != 0) { + output.WriteRawTag(80); + output.WriteUInt32(UnlockAreaNum); + } + if (AIANOFKNLHG != 0) { + output.WriteRawTag(88); + output.WriteUInt32(AIANOFKNLHG); + } + if (passengerInfo_ != null) { + output.WriteRawTag(122); + output.WriteMessage(PassengerInfo); + } + if (_unknownFields != null) { + _unknownFields.WriteTo(output); + } + #endif + } + + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { + if (cEFMBAFCNPK_ != null) { + output.WriteRawTag(42); + output.WriteMessage(CEFMBAFCNPK); + } + if (trainPartyInfo_ != null) { + output.WriteRawTag(58); + output.WriteMessage(TrainPartyInfo); + } + if (RecordId != 0) { + output.WriteRawTag(64); + output.WriteUInt32(RecordId); + } + if (UnlockAreaNum != 0) { + output.WriteRawTag(80); + output.WriteUInt32(UnlockAreaNum); + } + if (AIANOFKNLHG != 0) { + output.WriteRawTag(88); + output.WriteUInt32(AIANOFKNLHG); + } + if (passengerInfo_ != null) { + output.WriteRawTag(122); + output.WriteMessage(PassengerInfo); + } + if (_unknownFields != null) { + _unknownFields.WriteTo(ref output); + } + } + #endif + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CalculateSize() { + int size = 0; + if (cEFMBAFCNPK_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(CEFMBAFCNPK); + } + if (AIANOFKNLHG != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AIANOFKNLHG); + } + if (trainPartyInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(TrainPartyInfo); + } + if (RecordId != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(RecordId); + } + if (passengerInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(PassengerInfo); + } + if (UnlockAreaNum != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(UnlockAreaNum); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(TrainPartyData other) { + if (other == null) { + return; + } + if (other.cEFMBAFCNPK_ != null) { + if (cEFMBAFCNPK_ == null) { + CEFMBAFCNPK = new global::EggLink.DanhengServer.Proto.CDNGNDNLNAJ(); + } + CEFMBAFCNPK.MergeFrom(other.CEFMBAFCNPK); + } + if (other.AIANOFKNLHG != 0) { + AIANOFKNLHG = other.AIANOFKNLHG; + } + if (other.trainPartyInfo_ != null) { + if (trainPartyInfo_ == null) { + TrainPartyInfo = new global::EggLink.DanhengServer.Proto.TrainPartyInfo(); + } + TrainPartyInfo.MergeFrom(other.TrainPartyInfo); + } + if (other.RecordId != 0) { + RecordId = other.RecordId; + } + if (other.passengerInfo_ != null) { + if (passengerInfo_ == null) { + PassengerInfo = new global::EggLink.DanhengServer.Proto.TrainPartyPassengerInfo(); + } + PassengerInfo.MergeFrom(other.PassengerInfo); + } + if (other.UnlockAreaNum != 0) { + UnlockAreaNum = other.UnlockAreaNum; + } + _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(pb::CodedInputStream input) { + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + input.ReadRawMessage(this); + #else + uint tag; + while ((tag = input.ReadTag()) != 0) { + switch(tag) { + default: + _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); + break; + case 42: { + if (cEFMBAFCNPK_ == null) { + CEFMBAFCNPK = new global::EggLink.DanhengServer.Proto.CDNGNDNLNAJ(); + } + input.ReadMessage(CEFMBAFCNPK); + break; + } + case 58: { + if (trainPartyInfo_ == null) { + TrainPartyInfo = new global::EggLink.DanhengServer.Proto.TrainPartyInfo(); + } + input.ReadMessage(TrainPartyInfo); + break; + } + case 64: { + RecordId = input.ReadUInt32(); + break; + } + case 80: { + UnlockAreaNum = input.ReadUInt32(); + break; + } + case 88: { + AIANOFKNLHG = input.ReadUInt32(); + break; + } + case 122: { + if (passengerInfo_ == null) { + PassengerInfo = new global::EggLink.DanhengServer.Proto.TrainPartyPassengerInfo(); + } + input.ReadMessage(PassengerInfo); + break; + } + } + } + #endif + } + + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { + uint tag; + while ((tag = input.ReadTag()) != 0) { + switch(tag) { + default: + _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); + break; + case 42: { + if (cEFMBAFCNPK_ == null) { + CEFMBAFCNPK = new global::EggLink.DanhengServer.Proto.CDNGNDNLNAJ(); + } + input.ReadMessage(CEFMBAFCNPK); + break; + } + case 58: { + if (trainPartyInfo_ == null) { + TrainPartyInfo = new global::EggLink.DanhengServer.Proto.TrainPartyInfo(); + } + input.ReadMessage(TrainPartyInfo); + break; + } + case 64: { + RecordId = input.ReadUInt32(); + break; + } + case 80: { + UnlockAreaNum = input.ReadUInt32(); + break; + } + case 88: { + AIANOFKNLHG = input.ReadUInt32(); + break; + } + case 122: { + if (passengerInfo_ == null) { + PassengerInfo = new global::EggLink.DanhengServer.Proto.TrainPartyPassengerInfo(); + } + input.ReadMessage(PassengerInfo); + break; + } + } + } + } + #endif + + } + + #endregion + +} + +#endregion Designer generated code diff --git a/Proto/TrainPartyDetail.cs b/Proto/TrainPartyDetail.cs deleted file mode 100644 index bb0c5abc..00000000 --- a/Proto/TrainPartyDetail.cs +++ /dev/null @@ -1,533 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: TrainPartyDetail.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from TrainPartyDetail.proto - public static partial class TrainPartyDetailReflection { - - #region Descriptor - /// File descriptor for TrainPartyDetail.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static TrainPartyDetailReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChZUcmFpblBhcnR5RGV0YWlsLnByb3RvGhRUcmFpblBhcnR5QXJlYS5wcm90", - "bxoRSU5ERkZOTkhPSEMucHJvdG8iggIKEFRyYWluUGFydHlEZXRhaWwSIgoJ", - "YXJlYV9saXN0GAUgAygLMg8uVHJhaW5QYXJ0eUFyZWESEwoLUFBGRktGR09M", - "TEoYBCABKA0SEwoLQ0lHQUNHSFBER0sYAyADKA0SFwoPZHluYW1pY19pZF9s", - "aXN0GAsgAygNEhMKC09CT0tHTENNS0tFGA0gASgNEhMKC0NOQUpPSUdOTUxK", - "GAwgASgNEhAKCGN1cl9mdW5kGAIgASgNEiEKC0VPSEJCRUFLT0RGGAYgAygL", - "MgwuSU5ERkZOTkhPSEMSEwoLRUVCTkFBUEJLQ04YCCABKA0SEwoLRkxCTkVL", - "R0lEQk8YASABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG", - "cHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.TrainPartyAreaReflection.Descriptor, global::EggLink.DanhengServer.Proto.INDFFNNHOHCReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.TrainPartyDetail), global::EggLink.DanhengServer.Proto.TrainPartyDetail.Parser, new[]{ "AreaList", "PPFFKFGOLLJ", "CIGACGHPDGK", "DynamicIdList", "OBOKGLCMKKE", "CNAJOIGNMLJ", "CurFund", "EOHBBEAKODF", "EEBNAAPBKCN", "FLBNEKGIDBO" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class TrainPartyDetail : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new TrainPartyDetail()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.TrainPartyDetailReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public TrainPartyDetail() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public TrainPartyDetail(TrainPartyDetail other) : this() { - areaList_ = other.areaList_.Clone(); - pPFFKFGOLLJ_ = other.pPFFKFGOLLJ_; - cIGACGHPDGK_ = other.cIGACGHPDGK_.Clone(); - dynamicIdList_ = other.dynamicIdList_.Clone(); - oBOKGLCMKKE_ = other.oBOKGLCMKKE_; - cNAJOIGNMLJ_ = other.cNAJOIGNMLJ_; - curFund_ = other.curFund_; - eOHBBEAKODF_ = other.eOHBBEAKODF_.Clone(); - eEBNAAPBKCN_ = other.eEBNAAPBKCN_; - fLBNEKGIDBO_ = other.fLBNEKGIDBO_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public TrainPartyDetail Clone() { - return new TrainPartyDetail(this); - } - - /// Field number for the "area_list" field. - public const int AreaListFieldNumber = 5; - private static readonly pb::FieldCodec _repeated_areaList_codec - = pb::FieldCodec.ForMessage(42, global::EggLink.DanhengServer.Proto.TrainPartyArea.Parser); - private readonly pbc::RepeatedField areaList_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField AreaList { - get { return areaList_; } - } - - /// Field number for the "PPFFKFGOLLJ" field. - public const int PPFFKFGOLLJFieldNumber = 4; - private uint pPFFKFGOLLJ_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint PPFFKFGOLLJ { - get { return pPFFKFGOLLJ_; } - set { - pPFFKFGOLLJ_ = value; - } - } - - /// Field number for the "CIGACGHPDGK" field. - public const int CIGACGHPDGKFieldNumber = 3; - private static readonly pb::FieldCodec _repeated_cIGACGHPDGK_codec - = pb::FieldCodec.ForUInt32(26); - private readonly pbc::RepeatedField cIGACGHPDGK_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField CIGACGHPDGK { - get { return cIGACGHPDGK_; } - } - - /// Field number for the "dynamic_id_list" field. - public const int DynamicIdListFieldNumber = 11; - private static readonly pb::FieldCodec _repeated_dynamicIdList_codec - = pb::FieldCodec.ForUInt32(90); - private readonly pbc::RepeatedField dynamicIdList_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField DynamicIdList { - get { return dynamicIdList_; } - } - - /// Field number for the "OBOKGLCMKKE" field. - public const int OBOKGLCMKKEFieldNumber = 13; - private uint oBOKGLCMKKE_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint OBOKGLCMKKE { - get { return oBOKGLCMKKE_; } - set { - oBOKGLCMKKE_ = value; - } - } - - /// Field number for the "CNAJOIGNMLJ" field. - public const int CNAJOIGNMLJFieldNumber = 12; - private uint cNAJOIGNMLJ_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint CNAJOIGNMLJ { - get { return cNAJOIGNMLJ_; } - set { - cNAJOIGNMLJ_ = value; - } - } - - /// Field number for the "cur_fund" field. - public const int CurFundFieldNumber = 2; - private uint curFund_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint CurFund { - get { return curFund_; } - set { - curFund_ = value; - } - } - - /// Field number for the "EOHBBEAKODF" field. - public const int EOHBBEAKODFFieldNumber = 6; - private static readonly pb::FieldCodec _repeated_eOHBBEAKODF_codec - = pb::FieldCodec.ForMessage(50, global::EggLink.DanhengServer.Proto.INDFFNNHOHC.Parser); - private readonly pbc::RepeatedField eOHBBEAKODF_ = new pbc::RepeatedField(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField EOHBBEAKODF { - get { return eOHBBEAKODF_; } - } - - /// Field number for the "EEBNAAPBKCN" field. - public const int EEBNAAPBKCNFieldNumber = 8; - private uint eEBNAAPBKCN_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint EEBNAAPBKCN { - get { return eEBNAAPBKCN_; } - set { - eEBNAAPBKCN_ = value; - } - } - - /// Field number for the "FLBNEKGIDBO" field. - public const int FLBNEKGIDBOFieldNumber = 1; - private uint fLBNEKGIDBO_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint FLBNEKGIDBO { - get { return fLBNEKGIDBO_; } - set { - fLBNEKGIDBO_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as TrainPartyDetail); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(TrainPartyDetail other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if(!areaList_.Equals(other.areaList_)) return false; - if (PPFFKFGOLLJ != other.PPFFKFGOLLJ) return false; - if(!cIGACGHPDGK_.Equals(other.cIGACGHPDGK_)) return false; - if(!dynamicIdList_.Equals(other.dynamicIdList_)) return false; - if (OBOKGLCMKKE != other.OBOKGLCMKKE) return false; - if (CNAJOIGNMLJ != other.CNAJOIGNMLJ) return false; - if (CurFund != other.CurFund) return false; - if(!eOHBBEAKODF_.Equals(other.eOHBBEAKODF_)) return false; - if (EEBNAAPBKCN != other.EEBNAAPBKCN) return false; - if (FLBNEKGIDBO != other.FLBNEKGIDBO) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - hash ^= areaList_.GetHashCode(); - if (PPFFKFGOLLJ != 0) hash ^= PPFFKFGOLLJ.GetHashCode(); - hash ^= cIGACGHPDGK_.GetHashCode(); - hash ^= dynamicIdList_.GetHashCode(); - if (OBOKGLCMKKE != 0) hash ^= OBOKGLCMKKE.GetHashCode(); - if (CNAJOIGNMLJ != 0) hash ^= CNAJOIGNMLJ.GetHashCode(); - if (CurFund != 0) hash ^= CurFund.GetHashCode(); - hash ^= eOHBBEAKODF_.GetHashCode(); - if (EEBNAAPBKCN != 0) hash ^= EEBNAAPBKCN.GetHashCode(); - if (FLBNEKGIDBO != 0) hash ^= FLBNEKGIDBO.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (FLBNEKGIDBO != 0) { - output.WriteRawTag(8); - output.WriteUInt32(FLBNEKGIDBO); - } - if (CurFund != 0) { - output.WriteRawTag(16); - output.WriteUInt32(CurFund); - } - cIGACGHPDGK_.WriteTo(output, _repeated_cIGACGHPDGK_codec); - if (PPFFKFGOLLJ != 0) { - output.WriteRawTag(32); - output.WriteUInt32(PPFFKFGOLLJ); - } - areaList_.WriteTo(output, _repeated_areaList_codec); - eOHBBEAKODF_.WriteTo(output, _repeated_eOHBBEAKODF_codec); - if (EEBNAAPBKCN != 0) { - output.WriteRawTag(64); - output.WriteUInt32(EEBNAAPBKCN); - } - dynamicIdList_.WriteTo(output, _repeated_dynamicIdList_codec); - if (CNAJOIGNMLJ != 0) { - output.WriteRawTag(96); - output.WriteUInt32(CNAJOIGNMLJ); - } - if (OBOKGLCMKKE != 0) { - output.WriteRawTag(104); - output.WriteUInt32(OBOKGLCMKKE); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (FLBNEKGIDBO != 0) { - output.WriteRawTag(8); - output.WriteUInt32(FLBNEKGIDBO); - } - if (CurFund != 0) { - output.WriteRawTag(16); - output.WriteUInt32(CurFund); - } - cIGACGHPDGK_.WriteTo(ref output, _repeated_cIGACGHPDGK_codec); - if (PPFFKFGOLLJ != 0) { - output.WriteRawTag(32); - output.WriteUInt32(PPFFKFGOLLJ); - } - areaList_.WriteTo(ref output, _repeated_areaList_codec); - eOHBBEAKODF_.WriteTo(ref output, _repeated_eOHBBEAKODF_codec); - if (EEBNAAPBKCN != 0) { - output.WriteRawTag(64); - output.WriteUInt32(EEBNAAPBKCN); - } - dynamicIdList_.WriteTo(ref output, _repeated_dynamicIdList_codec); - if (CNAJOIGNMLJ != 0) { - output.WriteRawTag(96); - output.WriteUInt32(CNAJOIGNMLJ); - } - if (OBOKGLCMKKE != 0) { - output.WriteRawTag(104); - output.WriteUInt32(OBOKGLCMKKE); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - size += areaList_.CalculateSize(_repeated_areaList_codec); - if (PPFFKFGOLLJ != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PPFFKFGOLLJ); - } - size += cIGACGHPDGK_.CalculateSize(_repeated_cIGACGHPDGK_codec); - size += dynamicIdList_.CalculateSize(_repeated_dynamicIdList_codec); - if (OBOKGLCMKKE != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OBOKGLCMKKE); - } - if (CNAJOIGNMLJ != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CNAJOIGNMLJ); - } - if (CurFund != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurFund); - } - size += eOHBBEAKODF_.CalculateSize(_repeated_eOHBBEAKODF_codec); - if (EEBNAAPBKCN != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EEBNAAPBKCN); - } - if (FLBNEKGIDBO != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FLBNEKGIDBO); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(TrainPartyDetail other) { - if (other == null) { - return; - } - areaList_.Add(other.areaList_); - if (other.PPFFKFGOLLJ != 0) { - PPFFKFGOLLJ = other.PPFFKFGOLLJ; - } - cIGACGHPDGK_.Add(other.cIGACGHPDGK_); - dynamicIdList_.Add(other.dynamicIdList_); - if (other.OBOKGLCMKKE != 0) { - OBOKGLCMKKE = other.OBOKGLCMKKE; - } - if (other.CNAJOIGNMLJ != 0) { - CNAJOIGNMLJ = other.CNAJOIGNMLJ; - } - if (other.CurFund != 0) { - CurFund = other.CurFund; - } - eOHBBEAKODF_.Add(other.eOHBBEAKODF_); - if (other.EEBNAAPBKCN != 0) { - EEBNAAPBKCN = other.EEBNAAPBKCN; - } - if (other.FLBNEKGIDBO != 0) { - FLBNEKGIDBO = other.FLBNEKGIDBO; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - FLBNEKGIDBO = input.ReadUInt32(); - break; - } - case 16: { - CurFund = input.ReadUInt32(); - break; - } - case 26: - case 24: { - cIGACGHPDGK_.AddEntriesFrom(input, _repeated_cIGACGHPDGK_codec); - break; - } - case 32: { - PPFFKFGOLLJ = input.ReadUInt32(); - break; - } - case 42: { - areaList_.AddEntriesFrom(input, _repeated_areaList_codec); - break; - } - case 50: { - eOHBBEAKODF_.AddEntriesFrom(input, _repeated_eOHBBEAKODF_codec); - break; - } - case 64: { - EEBNAAPBKCN = input.ReadUInt32(); - break; - } - case 90: - case 88: { - dynamicIdList_.AddEntriesFrom(input, _repeated_dynamicIdList_codec); - break; - } - case 96: { - CNAJOIGNMLJ = input.ReadUInt32(); - break; - } - case 104: { - OBOKGLCMKKE = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - FLBNEKGIDBO = input.ReadUInt32(); - break; - } - case 16: { - CurFund = input.ReadUInt32(); - break; - } - case 26: - case 24: { - cIGACGHPDGK_.AddEntriesFrom(ref input, _repeated_cIGACGHPDGK_codec); - break; - } - case 32: { - PPFFKFGOLLJ = input.ReadUInt32(); - break; - } - case 42: { - areaList_.AddEntriesFrom(ref input, _repeated_areaList_codec); - break; - } - case 50: { - eOHBBEAKODF_.AddEntriesFrom(ref input, _repeated_eOHBBEAKODF_codec); - break; - } - case 64: { - EEBNAAPBKCN = input.ReadUInt32(); - break; - } - case 90: - case 88: { - dynamicIdList_.AddEntriesFrom(ref input, _repeated_dynamicIdList_codec); - break; - } - case 96: { - CNAJOIGNMLJ = input.ReadUInt32(); - break; - } - case 104: { - OBOKGLCMKKE = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/TrainPartyGetDataScRsp.cs b/Proto/TrainPartyGetDataScRsp.cs index 325c0714..05464a47 100644 --- a/Proto/TrainPartyGetDataScRsp.cs +++ b/Proto/TrainPartyGetDataScRsp.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static TrainPartyGetDataScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChxUcmFpblBhcnR5R2V0RGF0YVNjUnNwLnByb3RvGhRUcmFpblBhcnR5SW5m", - "by5wcm90byJUChZUcmFpblBhcnR5R2V0RGF0YVNjUnNwEikKEHRyYWluX3Bh", - "cnR5X2luZm8YBiABKAsyDy5UcmFpblBhcnR5SW5mbxIPCgdyZXRjb2RlGAcg", + "ChxUcmFpblBhcnR5R2V0RGF0YVNjUnNwLnByb3RvGhRUcmFpblBhcnR5RGF0", + "YS5wcm90byJUChZUcmFpblBhcnR5R2V0RGF0YVNjUnNwEikKEHRyYWluX3Bh", + "cnR5X2RhdGEYBiABKAsyDy5UcmFpblBhcnR5RGF0YRIPCgdyZXRjb2RlGAcg", "ASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.TrainPartyInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.TrainPartyDataReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.TrainPartyGetDataScRsp), global::EggLink.DanhengServer.Proto.TrainPartyGetDataScRsp.Parser, new[]{ "TrainPartyInfo", "Retcode" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.TrainPartyGetDataScRsp), global::EggLink.DanhengServer.Proto.TrainPartyGetDataScRsp.Parser, new[]{ "TrainPartyData", "Retcode" }, null, null, null, null) })); } #endregion @@ -73,7 +73,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public TrainPartyGetDataScRsp(TrainPartyGetDataScRsp other) : this() { - trainPartyInfo_ = other.trainPartyInfo_ != null ? other.trainPartyInfo_.Clone() : null; + trainPartyData_ = other.trainPartyData_ != null ? other.trainPartyData_.Clone() : null; retcode_ = other.retcode_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -84,15 +84,15 @@ namespace EggLink.DanhengServer.Proto { return new TrainPartyGetDataScRsp(this); } - /// Field number for the "train_party_info" field. - public const int TrainPartyInfoFieldNumber = 6; - private global::EggLink.DanhengServer.Proto.TrainPartyInfo trainPartyInfo_; + /// Field number for the "train_party_data" field. + public const int TrainPartyDataFieldNumber = 6; + private global::EggLink.DanhengServer.Proto.TrainPartyData trainPartyData_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.TrainPartyInfo TrainPartyInfo { - get { return trainPartyInfo_; } + public global::EggLink.DanhengServer.Proto.TrainPartyData TrainPartyData { + get { return trainPartyData_; } set { - trainPartyInfo_ = value; + trainPartyData_ = value; } } @@ -123,7 +123,7 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (!object.Equals(TrainPartyInfo, other.TrainPartyInfo)) return false; + if (!object.Equals(TrainPartyData, other.TrainPartyData)) return false; if (Retcode != other.Retcode) return false; return Equals(_unknownFields, other._unknownFields); } @@ -132,7 +132,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (trainPartyInfo_ != null) hash ^= TrainPartyInfo.GetHashCode(); + if (trainPartyData_ != null) hash ^= TrainPartyData.GetHashCode(); if (Retcode != 0) hash ^= Retcode.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); @@ -152,9 +152,9 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (trainPartyInfo_ != null) { + if (trainPartyData_ != null) { output.WriteRawTag(50); - output.WriteMessage(TrainPartyInfo); + output.WriteMessage(TrainPartyData); } if (Retcode != 0) { output.WriteRawTag(56); @@ -170,9 +170,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (trainPartyInfo_ != null) { + if (trainPartyData_ != null) { output.WriteRawTag(50); - output.WriteMessage(TrainPartyInfo); + output.WriteMessage(TrainPartyData); } if (Retcode != 0) { output.WriteRawTag(56); @@ -188,8 +188,8 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (trainPartyInfo_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(TrainPartyInfo); + if (trainPartyData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(TrainPartyData); } if (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); @@ -206,11 +206,11 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - if (other.trainPartyInfo_ != null) { - if (trainPartyInfo_ == null) { - TrainPartyInfo = new global::EggLink.DanhengServer.Proto.TrainPartyInfo(); + if (other.trainPartyData_ != null) { + if (trainPartyData_ == null) { + TrainPartyData = new global::EggLink.DanhengServer.Proto.TrainPartyData(); } - TrainPartyInfo.MergeFrom(other.TrainPartyInfo); + TrainPartyData.MergeFrom(other.TrainPartyData); } if (other.Retcode != 0) { Retcode = other.Retcode; @@ -231,10 +231,10 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 50: { - if (trainPartyInfo_ == null) { - TrainPartyInfo = new global::EggLink.DanhengServer.Proto.TrainPartyInfo(); + if (trainPartyData_ == null) { + TrainPartyData = new global::EggLink.DanhengServer.Proto.TrainPartyData(); } - input.ReadMessage(TrainPartyInfo); + input.ReadMessage(TrainPartyData); break; } case 56: { @@ -257,10 +257,10 @@ namespace EggLink.DanhengServer.Proto { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 50: { - if (trainPartyInfo_ == null) { - TrainPartyInfo = new global::EggLink.DanhengServer.Proto.TrainPartyInfo(); + if (trainPartyData_ == null) { + TrainPartyData = new global::EggLink.DanhengServer.Proto.TrainPartyData(); } - input.ReadMessage(TrainPartyInfo); + input.ReadMessage(TrainPartyData); break; } case 56: { diff --git a/Proto/TrainPartyHandlePendingActionCsReq.cs b/Proto/TrainPartyHandlePendingActionCsReq.cs index 738fdf4b..bdf5e72d 100644 --- a/Proto/TrainPartyHandlePendingActionCsReq.cs +++ b/Proto/TrainPartyHandlePendingActionCsReq.cs @@ -24,19 +24,19 @@ namespace EggLink.DanhengServer.Proto { static TrainPartyHandlePendingActionCsReqReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CihUcmFpblBhcnR5SGFuZGxlUGVuZGluZ0FjdGlvbkNzUmVxLnByb3RvGhFI", - "UEZLR0RESUZIRy5wcm90bxoRUEVDR0xLQ0lDR08ucHJvdG8aEUdMQkZCTkhG", - "Q05PLnByb3RvGhFFTkNKS1BHT0lBTC5wcm90byLjAQoiVHJhaW5QYXJ0eUhh", - "bmRsZVBlbmRpbmdBY3Rpb25Dc1JlcRIkCgtJQU1LREpDRk1JQhilByABKAsy", - "DC5IUEZLR0RESUZIR0gAEiQKC1BNTUdPQ0pGRUVKGNcEIAEoCzIMLkdMQkZC", - "TkhGQ05PSAASJAoLTEdCSkFFTERQTkIYkQMgASgLMgwuUEVDR0xLQ0lDR09I", - "ABIkCgtCR0pNRkJIQ01LTBicBCABKAsyDC5FTkNKS1BHT0lBTEgAEhYKDnF1", - "ZXVlX3Bvc2l0aW9uGAYgASgNQg0KC1BIS0dDQk5FSkNPQh6qAhtFZ2dMaW5r", + "CihUcmFpblBhcnR5SGFuZGxlUGVuZGluZ0FjdGlvbkNzUmVxLnByb3RvGhFQ", + "RUNHTEtDSUNHTy5wcm90bxoRRU5DSktQR09JQUwucHJvdG8aEUhQRktHRERJ", + "RkhHLnByb3RvGhFHTEJGQk5IRkNOTy5wcm90byLjAQoiVHJhaW5QYXJ0eUhh", + "bmRsZVBlbmRpbmdBY3Rpb25Dc1JlcRIWCg5xdWV1ZV9wb3NpdGlvbhgGIAEo", + "DRIkCgtJQU1LREpDRk1JQhilByABKAsyDC5IUEZLR0RESUZIR0gAEiQKC1BN", + "TUdPQ0pGRUVKGNcEIAEoCzIMLkdMQkZCTkhGQ05PSAASJAoLTEdCSkFFTERQ", + "TkIYkQMgASgLMgwuUEVDR0xLQ0lDR09IABIkCgtCR0pNRkJIQ01LTBicBCAB", + "KAsyDC5FTkNKS1BHT0lBTEgAQg0KC0VLSUVETkNLSEhBQh6qAhtFZ2dMaW5r", "LkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.HPFKGDDIFHGReflection.Descriptor, global::EggLink.DanhengServer.Proto.PECGLKCICGOReflection.Descriptor, global::EggLink.DanhengServer.Proto.GLBFBNHFCNOReflection.Descriptor, global::EggLink.DanhengServer.Proto.ENCJKPGOIALReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PECGLKCICGOReflection.Descriptor, global::EggLink.DanhengServer.Proto.ENCJKPGOIALReflection.Descriptor, global::EggLink.DanhengServer.Proto.HPFKGDDIFHGReflection.Descriptor, global::EggLink.DanhengServer.Proto.GLBFBNHFCNOReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.TrainPartyHandlePendingActionCsReq), global::EggLink.DanhengServer.Proto.TrainPartyHandlePendingActionCsReq.Parser, new[]{ "IAMKDJCFMIB", "PMMGOCJFEEJ", "LGBJAELDPNB", "BGJMFBHCMKL", "QueuePosition" }, new[]{ "PHKGCBNEJCO" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.TrainPartyHandlePendingActionCsReq), global::EggLink.DanhengServer.Proto.TrainPartyHandlePendingActionCsReq.Parser, new[]{ "QueuePosition", "IAMKDJCFMIB", "PMMGOCJFEEJ", "LGBJAELDPNB", "BGJMFBHCMKL" }, new[]{ "EKIEDNCKHHA" }, null, null, null) })); } #endregion @@ -79,17 +79,17 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public TrainPartyHandlePendingActionCsReq(TrainPartyHandlePendingActionCsReq other) : this() { queuePosition_ = other.queuePosition_; - switch (other.PHKGCBNEJCOCase) { - case PHKGCBNEJCOOneofCase.IAMKDJCFMIB: + switch (other.EKIEDNCKHHACase) { + case EKIEDNCKHHAOneofCase.IAMKDJCFMIB: IAMKDJCFMIB = other.IAMKDJCFMIB.Clone(); break; - case PHKGCBNEJCOOneofCase.PMMGOCJFEEJ: + case EKIEDNCKHHAOneofCase.PMMGOCJFEEJ: PMMGOCJFEEJ = other.PMMGOCJFEEJ.Clone(); break; - case PHKGCBNEJCOOneofCase.LGBJAELDPNB: + case EKIEDNCKHHAOneofCase.LGBJAELDPNB: LGBJAELDPNB = other.LGBJAELDPNB.Clone(); break; - case PHKGCBNEJCOOneofCase.BGJMFBHCMKL: + case EKIEDNCKHHAOneofCase.BGJMFBHCMKL: BGJMFBHCMKL = other.BGJMFBHCMKL.Clone(); break; } @@ -103,54 +103,6 @@ namespace EggLink.DanhengServer.Proto { return new TrainPartyHandlePendingActionCsReq(this); } - /// Field number for the "IAMKDJCFMIB" field. - public const int IAMKDJCFMIBFieldNumber = 933; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.HPFKGDDIFHG IAMKDJCFMIB { - get { return pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.IAMKDJCFMIB ? (global::EggLink.DanhengServer.Proto.HPFKGDDIFHG) pHKGCBNEJCO_ : null; } - set { - pHKGCBNEJCO_ = value; - pHKGCBNEJCOCase_ = value == null ? PHKGCBNEJCOOneofCase.None : PHKGCBNEJCOOneofCase.IAMKDJCFMIB; - } - } - - /// Field number for the "PMMGOCJFEEJ" field. - public const int PMMGOCJFEEJFieldNumber = 599; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.GLBFBNHFCNO PMMGOCJFEEJ { - get { return pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.PMMGOCJFEEJ ? (global::EggLink.DanhengServer.Proto.GLBFBNHFCNO) pHKGCBNEJCO_ : null; } - set { - pHKGCBNEJCO_ = value; - pHKGCBNEJCOCase_ = value == null ? PHKGCBNEJCOOneofCase.None : PHKGCBNEJCOOneofCase.PMMGOCJFEEJ; - } - } - - /// Field number for the "LGBJAELDPNB" field. - public const int LGBJAELDPNBFieldNumber = 401; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.PECGLKCICGO LGBJAELDPNB { - get { return pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.LGBJAELDPNB ? (global::EggLink.DanhengServer.Proto.PECGLKCICGO) pHKGCBNEJCO_ : null; } - set { - pHKGCBNEJCO_ = value; - pHKGCBNEJCOCase_ = value == null ? PHKGCBNEJCOOneofCase.None : PHKGCBNEJCOOneofCase.LGBJAELDPNB; - } - } - - /// Field number for the "BGJMFBHCMKL" field. - public const int BGJMFBHCMKLFieldNumber = 540; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.ENCJKPGOIAL BGJMFBHCMKL { - get { return pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.BGJMFBHCMKL ? (global::EggLink.DanhengServer.Proto.ENCJKPGOIAL) pHKGCBNEJCO_ : null; } - set { - pHKGCBNEJCO_ = value; - pHKGCBNEJCOCase_ = value == null ? PHKGCBNEJCOOneofCase.None : PHKGCBNEJCOOneofCase.BGJMFBHCMKL; - } - } - /// Field number for the "queue_position" field. public const int QueuePositionFieldNumber = 6; private uint queuePosition_; @@ -163,27 +115,75 @@ namespace EggLink.DanhengServer.Proto { } } - private object pHKGCBNEJCO_; - /// Enum of possible cases for the "PHKGCBNEJCO" oneof. - public enum PHKGCBNEJCOOneofCase { + /// Field number for the "IAMKDJCFMIB" field. + public const int IAMKDJCFMIBFieldNumber = 933; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.HPFKGDDIFHG IAMKDJCFMIB { + get { return eKIEDNCKHHACase_ == EKIEDNCKHHAOneofCase.IAMKDJCFMIB ? (global::EggLink.DanhengServer.Proto.HPFKGDDIFHG) eKIEDNCKHHA_ : null; } + set { + eKIEDNCKHHA_ = value; + eKIEDNCKHHACase_ = value == null ? EKIEDNCKHHAOneofCase.None : EKIEDNCKHHAOneofCase.IAMKDJCFMIB; + } + } + + /// Field number for the "PMMGOCJFEEJ" field. + public const int PMMGOCJFEEJFieldNumber = 599; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.GLBFBNHFCNO PMMGOCJFEEJ { + get { return eKIEDNCKHHACase_ == EKIEDNCKHHAOneofCase.PMMGOCJFEEJ ? (global::EggLink.DanhengServer.Proto.GLBFBNHFCNO) eKIEDNCKHHA_ : null; } + set { + eKIEDNCKHHA_ = value; + eKIEDNCKHHACase_ = value == null ? EKIEDNCKHHAOneofCase.None : EKIEDNCKHHAOneofCase.PMMGOCJFEEJ; + } + } + + /// Field number for the "LGBJAELDPNB" field. + public const int LGBJAELDPNBFieldNumber = 401; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.PECGLKCICGO LGBJAELDPNB { + get { return eKIEDNCKHHACase_ == EKIEDNCKHHAOneofCase.LGBJAELDPNB ? (global::EggLink.DanhengServer.Proto.PECGLKCICGO) eKIEDNCKHHA_ : null; } + set { + eKIEDNCKHHA_ = value; + eKIEDNCKHHACase_ = value == null ? EKIEDNCKHHAOneofCase.None : EKIEDNCKHHAOneofCase.LGBJAELDPNB; + } + } + + /// Field number for the "BGJMFBHCMKL" field. + public const int BGJMFBHCMKLFieldNumber = 540; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.ENCJKPGOIAL BGJMFBHCMKL { + get { return eKIEDNCKHHACase_ == EKIEDNCKHHAOneofCase.BGJMFBHCMKL ? (global::EggLink.DanhengServer.Proto.ENCJKPGOIAL) eKIEDNCKHHA_ : null; } + set { + eKIEDNCKHHA_ = value; + eKIEDNCKHHACase_ = value == null ? EKIEDNCKHHAOneofCase.None : EKIEDNCKHHAOneofCase.BGJMFBHCMKL; + } + } + + private object eKIEDNCKHHA_; + /// Enum of possible cases for the "EKIEDNCKHHA" oneof. + public enum EKIEDNCKHHAOneofCase { None = 0, IAMKDJCFMIB = 933, PMMGOCJFEEJ = 599, LGBJAELDPNB = 401, BGJMFBHCMKL = 540, } - private PHKGCBNEJCOOneofCase pHKGCBNEJCOCase_ = PHKGCBNEJCOOneofCase.None; + private EKIEDNCKHHAOneofCase eKIEDNCKHHACase_ = EKIEDNCKHHAOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PHKGCBNEJCOOneofCase PHKGCBNEJCOCase { - get { return pHKGCBNEJCOCase_; } + public EKIEDNCKHHAOneofCase EKIEDNCKHHACase { + get { return eKIEDNCKHHACase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearPHKGCBNEJCO() { - pHKGCBNEJCOCase_ = PHKGCBNEJCOOneofCase.None; - pHKGCBNEJCO_ = null; + public void ClearEKIEDNCKHHA() { + eKIEDNCKHHACase_ = EKIEDNCKHHAOneofCase.None; + eKIEDNCKHHA_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -201,12 +201,12 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } + if (QueuePosition != other.QueuePosition) return false; if (!object.Equals(IAMKDJCFMIB, other.IAMKDJCFMIB)) return false; if (!object.Equals(PMMGOCJFEEJ, other.PMMGOCJFEEJ)) return false; if (!object.Equals(LGBJAELDPNB, other.LGBJAELDPNB)) return false; if (!object.Equals(BGJMFBHCMKL, other.BGJMFBHCMKL)) return false; - if (QueuePosition != other.QueuePosition) return false; - if (PHKGCBNEJCOCase != other.PHKGCBNEJCOCase) return false; + if (EKIEDNCKHHACase != other.EKIEDNCKHHACase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -214,12 +214,12 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.IAMKDJCFMIB) hash ^= IAMKDJCFMIB.GetHashCode(); - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.PMMGOCJFEEJ) hash ^= PMMGOCJFEEJ.GetHashCode(); - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.LGBJAELDPNB) hash ^= LGBJAELDPNB.GetHashCode(); - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.BGJMFBHCMKL) hash ^= BGJMFBHCMKL.GetHashCode(); if (QueuePosition != 0) hash ^= QueuePosition.GetHashCode(); - hash ^= (int) pHKGCBNEJCOCase_; + if (eKIEDNCKHHACase_ == EKIEDNCKHHAOneofCase.IAMKDJCFMIB) hash ^= IAMKDJCFMIB.GetHashCode(); + if (eKIEDNCKHHACase_ == EKIEDNCKHHAOneofCase.PMMGOCJFEEJ) hash ^= PMMGOCJFEEJ.GetHashCode(); + if (eKIEDNCKHHACase_ == EKIEDNCKHHAOneofCase.LGBJAELDPNB) hash ^= LGBJAELDPNB.GetHashCode(); + if (eKIEDNCKHHACase_ == EKIEDNCKHHAOneofCase.BGJMFBHCMKL) hash ^= BGJMFBHCMKL.GetHashCode(); + hash ^= (int) eKIEDNCKHHACase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -242,19 +242,19 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(48); output.WriteUInt32(QueuePosition); } - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.LGBJAELDPNB) { + if (eKIEDNCKHHACase_ == EKIEDNCKHHAOneofCase.LGBJAELDPNB) { output.WriteRawTag(138, 25); output.WriteMessage(LGBJAELDPNB); } - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.BGJMFBHCMKL) { + if (eKIEDNCKHHACase_ == EKIEDNCKHHAOneofCase.BGJMFBHCMKL) { output.WriteRawTag(226, 33); output.WriteMessage(BGJMFBHCMKL); } - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.PMMGOCJFEEJ) { + if (eKIEDNCKHHACase_ == EKIEDNCKHHAOneofCase.PMMGOCJFEEJ) { output.WriteRawTag(186, 37); output.WriteMessage(PMMGOCJFEEJ); } - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.IAMKDJCFMIB) { + if (eKIEDNCKHHACase_ == EKIEDNCKHHAOneofCase.IAMKDJCFMIB) { output.WriteRawTag(170, 58); output.WriteMessage(IAMKDJCFMIB); } @@ -272,19 +272,19 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(48); output.WriteUInt32(QueuePosition); } - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.LGBJAELDPNB) { + if (eKIEDNCKHHACase_ == EKIEDNCKHHAOneofCase.LGBJAELDPNB) { output.WriteRawTag(138, 25); output.WriteMessage(LGBJAELDPNB); } - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.BGJMFBHCMKL) { + if (eKIEDNCKHHACase_ == EKIEDNCKHHAOneofCase.BGJMFBHCMKL) { output.WriteRawTag(226, 33); output.WriteMessage(BGJMFBHCMKL); } - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.PMMGOCJFEEJ) { + if (eKIEDNCKHHACase_ == EKIEDNCKHHAOneofCase.PMMGOCJFEEJ) { output.WriteRawTag(186, 37); output.WriteMessage(PMMGOCJFEEJ); } - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.IAMKDJCFMIB) { + if (eKIEDNCKHHACase_ == EKIEDNCKHHAOneofCase.IAMKDJCFMIB) { output.WriteRawTag(170, 58); output.WriteMessage(IAMKDJCFMIB); } @@ -298,21 +298,21 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.IAMKDJCFMIB) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(IAMKDJCFMIB); - } - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.PMMGOCJFEEJ) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(PMMGOCJFEEJ); - } - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.LGBJAELDPNB) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(LGBJAELDPNB); - } - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.BGJMFBHCMKL) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(BGJMFBHCMKL); - } if (QueuePosition != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(QueuePosition); } + if (eKIEDNCKHHACase_ == EKIEDNCKHHAOneofCase.IAMKDJCFMIB) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(IAMKDJCFMIB); + } + if (eKIEDNCKHHACase_ == EKIEDNCKHHAOneofCase.PMMGOCJFEEJ) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(PMMGOCJFEEJ); + } + if (eKIEDNCKHHACase_ == EKIEDNCKHHAOneofCase.LGBJAELDPNB) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(LGBJAELDPNB); + } + if (eKIEDNCKHHACase_ == EKIEDNCKHHAOneofCase.BGJMFBHCMKL) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(BGJMFBHCMKL); + } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -328,26 +328,26 @@ namespace EggLink.DanhengServer.Proto { if (other.QueuePosition != 0) { QueuePosition = other.QueuePosition; } - switch (other.PHKGCBNEJCOCase) { - case PHKGCBNEJCOOneofCase.IAMKDJCFMIB: + switch (other.EKIEDNCKHHACase) { + case EKIEDNCKHHAOneofCase.IAMKDJCFMIB: if (IAMKDJCFMIB == null) { IAMKDJCFMIB = new global::EggLink.DanhengServer.Proto.HPFKGDDIFHG(); } IAMKDJCFMIB.MergeFrom(other.IAMKDJCFMIB); break; - case PHKGCBNEJCOOneofCase.PMMGOCJFEEJ: + case EKIEDNCKHHAOneofCase.PMMGOCJFEEJ: if (PMMGOCJFEEJ == null) { PMMGOCJFEEJ = new global::EggLink.DanhengServer.Proto.GLBFBNHFCNO(); } PMMGOCJFEEJ.MergeFrom(other.PMMGOCJFEEJ); break; - case PHKGCBNEJCOOneofCase.LGBJAELDPNB: + case EKIEDNCKHHAOneofCase.LGBJAELDPNB: if (LGBJAELDPNB == null) { LGBJAELDPNB = new global::EggLink.DanhengServer.Proto.PECGLKCICGO(); } LGBJAELDPNB.MergeFrom(other.LGBJAELDPNB); break; - case PHKGCBNEJCOOneofCase.BGJMFBHCMKL: + case EKIEDNCKHHAOneofCase.BGJMFBHCMKL: if (BGJMFBHCMKL == null) { BGJMFBHCMKL = new global::EggLink.DanhengServer.Proto.ENCJKPGOIAL(); } @@ -376,7 +376,7 @@ namespace EggLink.DanhengServer.Proto { } case 3210: { global::EggLink.DanhengServer.Proto.PECGLKCICGO subBuilder = new global::EggLink.DanhengServer.Proto.PECGLKCICGO(); - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.LGBJAELDPNB) { + if (eKIEDNCKHHACase_ == EKIEDNCKHHAOneofCase.LGBJAELDPNB) { subBuilder.MergeFrom(LGBJAELDPNB); } input.ReadMessage(subBuilder); @@ -385,7 +385,7 @@ namespace EggLink.DanhengServer.Proto { } case 4322: { global::EggLink.DanhengServer.Proto.ENCJKPGOIAL subBuilder = new global::EggLink.DanhengServer.Proto.ENCJKPGOIAL(); - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.BGJMFBHCMKL) { + if (eKIEDNCKHHACase_ == EKIEDNCKHHAOneofCase.BGJMFBHCMKL) { subBuilder.MergeFrom(BGJMFBHCMKL); } input.ReadMessage(subBuilder); @@ -394,7 +394,7 @@ namespace EggLink.DanhengServer.Proto { } case 4794: { global::EggLink.DanhengServer.Proto.GLBFBNHFCNO subBuilder = new global::EggLink.DanhengServer.Proto.GLBFBNHFCNO(); - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.PMMGOCJFEEJ) { + if (eKIEDNCKHHACase_ == EKIEDNCKHHAOneofCase.PMMGOCJFEEJ) { subBuilder.MergeFrom(PMMGOCJFEEJ); } input.ReadMessage(subBuilder); @@ -403,7 +403,7 @@ namespace EggLink.DanhengServer.Proto { } case 7466: { global::EggLink.DanhengServer.Proto.HPFKGDDIFHG subBuilder = new global::EggLink.DanhengServer.Proto.HPFKGDDIFHG(); - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.IAMKDJCFMIB) { + if (eKIEDNCKHHACase_ == EKIEDNCKHHAOneofCase.IAMKDJCFMIB) { subBuilder.MergeFrom(IAMKDJCFMIB); } input.ReadMessage(subBuilder); @@ -431,7 +431,7 @@ namespace EggLink.DanhengServer.Proto { } case 3210: { global::EggLink.DanhengServer.Proto.PECGLKCICGO subBuilder = new global::EggLink.DanhengServer.Proto.PECGLKCICGO(); - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.LGBJAELDPNB) { + if (eKIEDNCKHHACase_ == EKIEDNCKHHAOneofCase.LGBJAELDPNB) { subBuilder.MergeFrom(LGBJAELDPNB); } input.ReadMessage(subBuilder); @@ -440,7 +440,7 @@ namespace EggLink.DanhengServer.Proto { } case 4322: { global::EggLink.DanhengServer.Proto.ENCJKPGOIAL subBuilder = new global::EggLink.DanhengServer.Proto.ENCJKPGOIAL(); - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.BGJMFBHCMKL) { + if (eKIEDNCKHHACase_ == EKIEDNCKHHAOneofCase.BGJMFBHCMKL) { subBuilder.MergeFrom(BGJMFBHCMKL); } input.ReadMessage(subBuilder); @@ -449,7 +449,7 @@ namespace EggLink.DanhengServer.Proto { } case 4794: { global::EggLink.DanhengServer.Proto.GLBFBNHFCNO subBuilder = new global::EggLink.DanhengServer.Proto.GLBFBNHFCNO(); - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.PMMGOCJFEEJ) { + if (eKIEDNCKHHACase_ == EKIEDNCKHHAOneofCase.PMMGOCJFEEJ) { subBuilder.MergeFrom(PMMGOCJFEEJ); } input.ReadMessage(subBuilder); @@ -458,7 +458,7 @@ namespace EggLink.DanhengServer.Proto { } case 7466: { global::EggLink.DanhengServer.Proto.HPFKGDDIFHG subBuilder = new global::EggLink.DanhengServer.Proto.HPFKGDDIFHG(); - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.IAMKDJCFMIB) { + if (eKIEDNCKHHACase_ == EKIEDNCKHHAOneofCase.IAMKDJCFMIB) { subBuilder.MergeFrom(IAMKDJCFMIB); } input.ReadMessage(subBuilder); diff --git a/Proto/TrainPartyHandlePendingActionScRsp.cs b/Proto/TrainPartyHandlePendingActionScRsp.cs index c6e698a8..51650bbb 100644 --- a/Proto/TrainPartyHandlePendingActionScRsp.cs +++ b/Proto/TrainPartyHandlePendingActionScRsp.cs @@ -25,20 +25,20 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CihUcmFpblBhcnR5SGFuZGxlUGVuZGluZ0FjdGlvblNjUnNwLnByb3RvGhFG", - "QkdMTEROTEdQRS5wcm90bxoRRktNQkZMTUVHRUIucHJvdG8aEUJGSUZBTkFP", - "Q1BDLnByb3RvGhFNQklOTUFPTkJDRC5wcm90bxoRSkJPQ0pITkRBTUMucHJv", - "dG8iqwIKIlRyYWluUGFydHlIYW5kbGVQZW5kaW5nQWN0aW9uU2NSc3ASJAoL", - "TEFFTFBOSEhKSUsY1AYgASgLMgwuQkZJRkFOQU9DUENIABIjCgtQTU9KQkpN", - "S0ZBThg2IAEoCzIMLk1CSU5NQU9OQkNESAASJAoLQUZETkRCQURES1AYvgIg", - "ASgLMgwuSkJPQ0pITkRBTUNIABIkCgtMRURGTkNERkFNSxixDiABKAsyDC5G", - "QkdMTEROTEdQRUgAEiEKC0hJTE9NRUtBRkJQGAwgASgLMgwuRktNQkZMTUVH", - "RUISDwoHcmV0Y29kZRgHIAEoDRITCgtETE5DQkpGR0tBQRgDIAEoCBIWCg5x", - "dWV1ZV9wb3NpdGlvbhgLIAEoDUINCgtQSEtHQ0JORUpDT0IeqgIbRWdnTGlu", + "QkdMTEROTEdQRS5wcm90bxoRSkJPQ0pITkRBTUMucHJvdG8aEUZLTUJGTE1F", + "R0VCLnByb3RvGhFCRklGQU5BT0NQQy5wcm90bxoRTUJJTk1BT05CQ0QucHJv", + "dG8iqwIKIlRyYWluUGFydHlIYW5kbGVQZW5kaW5nQWN0aW9uU2NSc3ASIQoL", + "SElMT01FS0FGQlAYDCABKAsyDC5GS01CRkxNRUdFQhIPCgdyZXRjb2RlGAcg", + "ASgNEhMKC0RMTkNCSkZHS0FBGAMgASgIEhYKDnF1ZXVlX3Bvc2l0aW9uGAsg", + "ASgNEiQKC0xBRUxQTkhISklLGNQGIAEoCzIMLkJGSUZBTkFPQ1BDSAASIwoL", + "UE1PSkJKTUtGQU4YNiABKAsyDC5NQklOTUFPTkJDREgAEiQKC0FGRE5EQkFE", + "REtQGL4CIAEoCzIMLkpCT0NKSE5EQU1DSAASJAoLTEVERk5DREZBTUsYsQ4g", + "ASgLMgwuRkJHTExETkxHUEVIAEINCgtCQ09GUERFSk5KREIeqgIbRWdnTGlu", "ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FBGLLDNLGPEReflection.Descriptor, global::EggLink.DanhengServer.Proto.FKMBFLMEGEBReflection.Descriptor, global::EggLink.DanhengServer.Proto.BFIFANAOCPCReflection.Descriptor, global::EggLink.DanhengServer.Proto.MBINMAONBCDReflection.Descriptor, global::EggLink.DanhengServer.Proto.JBOCJHNDAMCReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FBGLLDNLGPEReflection.Descriptor, global::EggLink.DanhengServer.Proto.JBOCJHNDAMCReflection.Descriptor, global::EggLink.DanhengServer.Proto.FKMBFLMEGEBReflection.Descriptor, global::EggLink.DanhengServer.Proto.BFIFANAOCPCReflection.Descriptor, global::EggLink.DanhengServer.Proto.MBINMAONBCDReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.TrainPartyHandlePendingActionScRsp), global::EggLink.DanhengServer.Proto.TrainPartyHandlePendingActionScRsp.Parser, new[]{ "LAELPNHHJIK", "PMOJBJMKFAN", "AFDNDBADDKP", "LEDFNCDFAMK", "HILOMEKAFBP", "Retcode", "DLNCBJFGKAA", "QueuePosition" }, new[]{ "PHKGCBNEJCO" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.TrainPartyHandlePendingActionScRsp), global::EggLink.DanhengServer.Proto.TrainPartyHandlePendingActionScRsp.Parser, new[]{ "HILOMEKAFBP", "Retcode", "DLNCBJFGKAA", "QueuePosition", "LAELPNHHJIK", "PMOJBJMKFAN", "AFDNDBADDKP", "LEDFNCDFAMK" }, new[]{ "BCOFPDEJNJD" }, null, null, null) })); } #endregion @@ -84,17 +84,17 @@ namespace EggLink.DanhengServer.Proto { retcode_ = other.retcode_; dLNCBJFGKAA_ = other.dLNCBJFGKAA_; queuePosition_ = other.queuePosition_; - switch (other.PHKGCBNEJCOCase) { - case PHKGCBNEJCOOneofCase.LAELPNHHJIK: + switch (other.BCOFPDEJNJDCase) { + case BCOFPDEJNJDOneofCase.LAELPNHHJIK: LAELPNHHJIK = other.LAELPNHHJIK.Clone(); break; - case PHKGCBNEJCOOneofCase.PMOJBJMKFAN: + case BCOFPDEJNJDOneofCase.PMOJBJMKFAN: PMOJBJMKFAN = other.PMOJBJMKFAN.Clone(); break; - case PHKGCBNEJCOOneofCase.AFDNDBADDKP: + case BCOFPDEJNJDOneofCase.AFDNDBADDKP: AFDNDBADDKP = other.AFDNDBADDKP.Clone(); break; - case PHKGCBNEJCOOneofCase.LEDFNCDFAMK: + case BCOFPDEJNJDOneofCase.LEDFNCDFAMK: LEDFNCDFAMK = other.LEDFNCDFAMK.Clone(); break; } @@ -108,54 +108,6 @@ namespace EggLink.DanhengServer.Proto { return new TrainPartyHandlePendingActionScRsp(this); } - /// Field number for the "LAELPNHHJIK" field. - public const int LAELPNHHJIKFieldNumber = 852; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.BFIFANAOCPC LAELPNHHJIK { - get { return pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.LAELPNHHJIK ? (global::EggLink.DanhengServer.Proto.BFIFANAOCPC) pHKGCBNEJCO_ : null; } - set { - pHKGCBNEJCO_ = value; - pHKGCBNEJCOCase_ = value == null ? PHKGCBNEJCOOneofCase.None : PHKGCBNEJCOOneofCase.LAELPNHHJIK; - } - } - - /// Field number for the "PMOJBJMKFAN" field. - public const int PMOJBJMKFANFieldNumber = 54; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.MBINMAONBCD PMOJBJMKFAN { - get { return pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.PMOJBJMKFAN ? (global::EggLink.DanhengServer.Proto.MBINMAONBCD) pHKGCBNEJCO_ : null; } - set { - pHKGCBNEJCO_ = value; - pHKGCBNEJCOCase_ = value == null ? PHKGCBNEJCOOneofCase.None : PHKGCBNEJCOOneofCase.PMOJBJMKFAN; - } - } - - /// Field number for the "AFDNDBADDKP" field. - public const int AFDNDBADDKPFieldNumber = 318; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.JBOCJHNDAMC AFDNDBADDKP { - get { return pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.AFDNDBADDKP ? (global::EggLink.DanhengServer.Proto.JBOCJHNDAMC) pHKGCBNEJCO_ : null; } - set { - pHKGCBNEJCO_ = value; - pHKGCBNEJCOCase_ = value == null ? PHKGCBNEJCOOneofCase.None : PHKGCBNEJCOOneofCase.AFDNDBADDKP; - } - } - - /// Field number for the "LEDFNCDFAMK" field. - public const int LEDFNCDFAMKFieldNumber = 1841; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.FBGLLDNLGPE LEDFNCDFAMK { - get { return pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.LEDFNCDFAMK ? (global::EggLink.DanhengServer.Proto.FBGLLDNLGPE) pHKGCBNEJCO_ : null; } - set { - pHKGCBNEJCO_ = value; - pHKGCBNEJCOCase_ = value == null ? PHKGCBNEJCOOneofCase.None : PHKGCBNEJCOOneofCase.LEDFNCDFAMK; - } - } - /// Field number for the "HILOMEKAFBP" field. public const int HILOMEKAFBPFieldNumber = 12; private global::EggLink.DanhengServer.Proto.FKMBFLMEGEB hILOMEKAFBP_; @@ -204,27 +156,75 @@ namespace EggLink.DanhengServer.Proto { } } - private object pHKGCBNEJCO_; - /// Enum of possible cases for the "PHKGCBNEJCO" oneof. - public enum PHKGCBNEJCOOneofCase { + /// Field number for the "LAELPNHHJIK" field. + public const int LAELPNHHJIKFieldNumber = 852; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.BFIFANAOCPC LAELPNHHJIK { + get { return bCOFPDEJNJDCase_ == BCOFPDEJNJDOneofCase.LAELPNHHJIK ? (global::EggLink.DanhengServer.Proto.BFIFANAOCPC) bCOFPDEJNJD_ : null; } + set { + bCOFPDEJNJD_ = value; + bCOFPDEJNJDCase_ = value == null ? BCOFPDEJNJDOneofCase.None : BCOFPDEJNJDOneofCase.LAELPNHHJIK; + } + } + + /// Field number for the "PMOJBJMKFAN" field. + public const int PMOJBJMKFANFieldNumber = 54; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.MBINMAONBCD PMOJBJMKFAN { + get { return bCOFPDEJNJDCase_ == BCOFPDEJNJDOneofCase.PMOJBJMKFAN ? (global::EggLink.DanhengServer.Proto.MBINMAONBCD) bCOFPDEJNJD_ : null; } + set { + bCOFPDEJNJD_ = value; + bCOFPDEJNJDCase_ = value == null ? BCOFPDEJNJDOneofCase.None : BCOFPDEJNJDOneofCase.PMOJBJMKFAN; + } + } + + /// Field number for the "AFDNDBADDKP" field. + public const int AFDNDBADDKPFieldNumber = 318; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.JBOCJHNDAMC AFDNDBADDKP { + get { return bCOFPDEJNJDCase_ == BCOFPDEJNJDOneofCase.AFDNDBADDKP ? (global::EggLink.DanhengServer.Proto.JBOCJHNDAMC) bCOFPDEJNJD_ : null; } + set { + bCOFPDEJNJD_ = value; + bCOFPDEJNJDCase_ = value == null ? BCOFPDEJNJDOneofCase.None : BCOFPDEJNJDOneofCase.AFDNDBADDKP; + } + } + + /// Field number for the "LEDFNCDFAMK" field. + public const int LEDFNCDFAMKFieldNumber = 1841; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EggLink.DanhengServer.Proto.FBGLLDNLGPE LEDFNCDFAMK { + get { return bCOFPDEJNJDCase_ == BCOFPDEJNJDOneofCase.LEDFNCDFAMK ? (global::EggLink.DanhengServer.Proto.FBGLLDNLGPE) bCOFPDEJNJD_ : null; } + set { + bCOFPDEJNJD_ = value; + bCOFPDEJNJDCase_ = value == null ? BCOFPDEJNJDOneofCase.None : BCOFPDEJNJDOneofCase.LEDFNCDFAMK; + } + } + + private object bCOFPDEJNJD_; + /// Enum of possible cases for the "BCOFPDEJNJD" oneof. + public enum BCOFPDEJNJDOneofCase { None = 0, LAELPNHHJIK = 852, PMOJBJMKFAN = 54, AFDNDBADDKP = 318, LEDFNCDFAMK = 1841, } - private PHKGCBNEJCOOneofCase pHKGCBNEJCOCase_ = PHKGCBNEJCOOneofCase.None; + private BCOFPDEJNJDOneofCase bCOFPDEJNJDCase_ = BCOFPDEJNJDOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public PHKGCBNEJCOOneofCase PHKGCBNEJCOCase { - get { return pHKGCBNEJCOCase_; } + public BCOFPDEJNJDOneofCase BCOFPDEJNJDCase { + get { return bCOFPDEJNJDCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearPHKGCBNEJCO() { - pHKGCBNEJCOCase_ = PHKGCBNEJCOOneofCase.None; - pHKGCBNEJCO_ = null; + public void ClearBCOFPDEJNJD() { + bCOFPDEJNJDCase_ = BCOFPDEJNJDOneofCase.None; + bCOFPDEJNJD_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -242,15 +242,15 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (!object.Equals(LAELPNHHJIK, other.LAELPNHHJIK)) return false; - if (!object.Equals(PMOJBJMKFAN, other.PMOJBJMKFAN)) return false; - if (!object.Equals(AFDNDBADDKP, other.AFDNDBADDKP)) return false; - if (!object.Equals(LEDFNCDFAMK, other.LEDFNCDFAMK)) return false; if (!object.Equals(HILOMEKAFBP, other.HILOMEKAFBP)) return false; if (Retcode != other.Retcode) return false; if (DLNCBJFGKAA != other.DLNCBJFGKAA) return false; if (QueuePosition != other.QueuePosition) return false; - if (PHKGCBNEJCOCase != other.PHKGCBNEJCOCase) return false; + if (!object.Equals(LAELPNHHJIK, other.LAELPNHHJIK)) return false; + if (!object.Equals(PMOJBJMKFAN, other.PMOJBJMKFAN)) return false; + if (!object.Equals(AFDNDBADDKP, other.AFDNDBADDKP)) return false; + if (!object.Equals(LEDFNCDFAMK, other.LEDFNCDFAMK)) return false; + if (BCOFPDEJNJDCase != other.BCOFPDEJNJDCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -258,15 +258,15 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.LAELPNHHJIK) hash ^= LAELPNHHJIK.GetHashCode(); - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.PMOJBJMKFAN) hash ^= PMOJBJMKFAN.GetHashCode(); - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.AFDNDBADDKP) hash ^= AFDNDBADDKP.GetHashCode(); - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.LEDFNCDFAMK) hash ^= LEDFNCDFAMK.GetHashCode(); if (hILOMEKAFBP_ != null) hash ^= HILOMEKAFBP.GetHashCode(); if (Retcode != 0) hash ^= Retcode.GetHashCode(); if (DLNCBJFGKAA != false) hash ^= DLNCBJFGKAA.GetHashCode(); if (QueuePosition != 0) hash ^= QueuePosition.GetHashCode(); - hash ^= (int) pHKGCBNEJCOCase_; + if (bCOFPDEJNJDCase_ == BCOFPDEJNJDOneofCase.LAELPNHHJIK) hash ^= LAELPNHHJIK.GetHashCode(); + if (bCOFPDEJNJDCase_ == BCOFPDEJNJDOneofCase.PMOJBJMKFAN) hash ^= PMOJBJMKFAN.GetHashCode(); + if (bCOFPDEJNJDCase_ == BCOFPDEJNJDOneofCase.AFDNDBADDKP) hash ^= AFDNDBADDKP.GetHashCode(); + if (bCOFPDEJNJDCase_ == BCOFPDEJNJDOneofCase.LEDFNCDFAMK) hash ^= LEDFNCDFAMK.GetHashCode(); + hash ^= (int) bCOFPDEJNJDCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -301,19 +301,19 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(98); output.WriteMessage(HILOMEKAFBP); } - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.PMOJBJMKFAN) { + if (bCOFPDEJNJDCase_ == BCOFPDEJNJDOneofCase.PMOJBJMKFAN) { output.WriteRawTag(178, 3); output.WriteMessage(PMOJBJMKFAN); } - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.AFDNDBADDKP) { + if (bCOFPDEJNJDCase_ == BCOFPDEJNJDOneofCase.AFDNDBADDKP) { output.WriteRawTag(242, 19); output.WriteMessage(AFDNDBADDKP); } - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.LAELPNHHJIK) { + if (bCOFPDEJNJDCase_ == BCOFPDEJNJDOneofCase.LAELPNHHJIK) { output.WriteRawTag(162, 53); output.WriteMessage(LAELPNHHJIK); } - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.LEDFNCDFAMK) { + if (bCOFPDEJNJDCase_ == BCOFPDEJNJDOneofCase.LEDFNCDFAMK) { output.WriteRawTag(138, 115); output.WriteMessage(LEDFNCDFAMK); } @@ -343,19 +343,19 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(98); output.WriteMessage(HILOMEKAFBP); } - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.PMOJBJMKFAN) { + if (bCOFPDEJNJDCase_ == BCOFPDEJNJDOneofCase.PMOJBJMKFAN) { output.WriteRawTag(178, 3); output.WriteMessage(PMOJBJMKFAN); } - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.AFDNDBADDKP) { + if (bCOFPDEJNJDCase_ == BCOFPDEJNJDOneofCase.AFDNDBADDKP) { output.WriteRawTag(242, 19); output.WriteMessage(AFDNDBADDKP); } - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.LAELPNHHJIK) { + if (bCOFPDEJNJDCase_ == BCOFPDEJNJDOneofCase.LAELPNHHJIK) { output.WriteRawTag(162, 53); output.WriteMessage(LAELPNHHJIK); } - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.LEDFNCDFAMK) { + if (bCOFPDEJNJDCase_ == BCOFPDEJNJDOneofCase.LEDFNCDFAMK) { output.WriteRawTag(138, 115); output.WriteMessage(LEDFNCDFAMK); } @@ -369,18 +369,6 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.LAELPNHHJIK) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(LAELPNHHJIK); - } - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.PMOJBJMKFAN) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(PMOJBJMKFAN); - } - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.AFDNDBADDKP) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(AFDNDBADDKP); - } - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.LEDFNCDFAMK) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(LEDFNCDFAMK); - } if (hILOMEKAFBP_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(HILOMEKAFBP); } @@ -393,6 +381,18 @@ namespace EggLink.DanhengServer.Proto { if (QueuePosition != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(QueuePosition); } + if (bCOFPDEJNJDCase_ == BCOFPDEJNJDOneofCase.LAELPNHHJIK) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(LAELPNHHJIK); + } + if (bCOFPDEJNJDCase_ == BCOFPDEJNJDOneofCase.PMOJBJMKFAN) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(PMOJBJMKFAN); + } + if (bCOFPDEJNJDCase_ == BCOFPDEJNJDOneofCase.AFDNDBADDKP) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(AFDNDBADDKP); + } + if (bCOFPDEJNJDCase_ == BCOFPDEJNJDOneofCase.LEDFNCDFAMK) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(LEDFNCDFAMK); + } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -420,26 +420,26 @@ namespace EggLink.DanhengServer.Proto { if (other.QueuePosition != 0) { QueuePosition = other.QueuePosition; } - switch (other.PHKGCBNEJCOCase) { - case PHKGCBNEJCOOneofCase.LAELPNHHJIK: + switch (other.BCOFPDEJNJDCase) { + case BCOFPDEJNJDOneofCase.LAELPNHHJIK: if (LAELPNHHJIK == null) { LAELPNHHJIK = new global::EggLink.DanhengServer.Proto.BFIFANAOCPC(); } LAELPNHHJIK.MergeFrom(other.LAELPNHHJIK); break; - case PHKGCBNEJCOOneofCase.PMOJBJMKFAN: + case BCOFPDEJNJDOneofCase.PMOJBJMKFAN: if (PMOJBJMKFAN == null) { PMOJBJMKFAN = new global::EggLink.DanhengServer.Proto.MBINMAONBCD(); } PMOJBJMKFAN.MergeFrom(other.PMOJBJMKFAN); break; - case PHKGCBNEJCOOneofCase.AFDNDBADDKP: + case BCOFPDEJNJDOneofCase.AFDNDBADDKP: if (AFDNDBADDKP == null) { AFDNDBADDKP = new global::EggLink.DanhengServer.Proto.JBOCJHNDAMC(); } AFDNDBADDKP.MergeFrom(other.AFDNDBADDKP); break; - case PHKGCBNEJCOOneofCase.LEDFNCDFAMK: + case BCOFPDEJNJDOneofCase.LEDFNCDFAMK: if (LEDFNCDFAMK == null) { LEDFNCDFAMK = new global::EggLink.DanhengServer.Proto.FBGLLDNLGPE(); } @@ -483,7 +483,7 @@ namespace EggLink.DanhengServer.Proto { } case 434: { global::EggLink.DanhengServer.Proto.MBINMAONBCD subBuilder = new global::EggLink.DanhengServer.Proto.MBINMAONBCD(); - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.PMOJBJMKFAN) { + if (bCOFPDEJNJDCase_ == BCOFPDEJNJDOneofCase.PMOJBJMKFAN) { subBuilder.MergeFrom(PMOJBJMKFAN); } input.ReadMessage(subBuilder); @@ -492,7 +492,7 @@ namespace EggLink.DanhengServer.Proto { } case 2546: { global::EggLink.DanhengServer.Proto.JBOCJHNDAMC subBuilder = new global::EggLink.DanhengServer.Proto.JBOCJHNDAMC(); - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.AFDNDBADDKP) { + if (bCOFPDEJNJDCase_ == BCOFPDEJNJDOneofCase.AFDNDBADDKP) { subBuilder.MergeFrom(AFDNDBADDKP); } input.ReadMessage(subBuilder); @@ -501,7 +501,7 @@ namespace EggLink.DanhengServer.Proto { } case 6818: { global::EggLink.DanhengServer.Proto.BFIFANAOCPC subBuilder = new global::EggLink.DanhengServer.Proto.BFIFANAOCPC(); - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.LAELPNHHJIK) { + if (bCOFPDEJNJDCase_ == BCOFPDEJNJDOneofCase.LAELPNHHJIK) { subBuilder.MergeFrom(LAELPNHHJIK); } input.ReadMessage(subBuilder); @@ -510,7 +510,7 @@ namespace EggLink.DanhengServer.Proto { } case 14730: { global::EggLink.DanhengServer.Proto.FBGLLDNLGPE subBuilder = new global::EggLink.DanhengServer.Proto.FBGLLDNLGPE(); - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.LEDFNCDFAMK) { + if (bCOFPDEJNJDCase_ == BCOFPDEJNJDOneofCase.LEDFNCDFAMK) { subBuilder.MergeFrom(LEDFNCDFAMK); } input.ReadMessage(subBuilder); @@ -553,7 +553,7 @@ namespace EggLink.DanhengServer.Proto { } case 434: { global::EggLink.DanhengServer.Proto.MBINMAONBCD subBuilder = new global::EggLink.DanhengServer.Proto.MBINMAONBCD(); - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.PMOJBJMKFAN) { + if (bCOFPDEJNJDCase_ == BCOFPDEJNJDOneofCase.PMOJBJMKFAN) { subBuilder.MergeFrom(PMOJBJMKFAN); } input.ReadMessage(subBuilder); @@ -562,7 +562,7 @@ namespace EggLink.DanhengServer.Proto { } case 2546: { global::EggLink.DanhengServer.Proto.JBOCJHNDAMC subBuilder = new global::EggLink.DanhengServer.Proto.JBOCJHNDAMC(); - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.AFDNDBADDKP) { + if (bCOFPDEJNJDCase_ == BCOFPDEJNJDOneofCase.AFDNDBADDKP) { subBuilder.MergeFrom(AFDNDBADDKP); } input.ReadMessage(subBuilder); @@ -571,7 +571,7 @@ namespace EggLink.DanhengServer.Proto { } case 6818: { global::EggLink.DanhengServer.Proto.BFIFANAOCPC subBuilder = new global::EggLink.DanhengServer.Proto.BFIFANAOCPC(); - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.LAELPNHHJIK) { + if (bCOFPDEJNJDCase_ == BCOFPDEJNJDOneofCase.LAELPNHHJIK) { subBuilder.MergeFrom(LAELPNHHJIK); } input.ReadMessage(subBuilder); @@ -580,7 +580,7 @@ namespace EggLink.DanhengServer.Proto { } case 14730: { global::EggLink.DanhengServer.Proto.FBGLLDNLGPE subBuilder = new global::EggLink.DanhengServer.Proto.FBGLLDNLGPE(); - if (pHKGCBNEJCOCase_ == PHKGCBNEJCOOneofCase.LEDFNCDFAMK) { + if (bCOFPDEJNJDCase_ == BCOFPDEJNJDOneofCase.LEDFNCDFAMK) { subBuilder.MergeFrom(LEDFNCDFAMK); } input.ReadMessage(subBuilder); diff --git a/Proto/TrainPartyInfo.cs b/Proto/TrainPartyInfo.cs index 3268c995..2881a523 100644 --- a/Proto/TrainPartyInfo.cs +++ b/Proto/TrainPartyInfo.cs @@ -24,18 +24,19 @@ namespace EggLink.DanhengServer.Proto { static TrainPartyInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChRUcmFpblBhcnR5SW5mby5wcm90bxodVHJhaW5QYXJ0eVBhc3Nlbmdlcklu", - "Zm8ucHJvdG8aFlRyYWluUGFydHlEZXRhaWwucHJvdG8aEUNETkdORE5MTkFK", - "LnByb3RvItUBCg5UcmFpblBhcnR5SW5mbxIhCgtDRUZNQkFGQ05QSxgFIAEo", - "CzIMLkNETkdORE5MTkFKEhMKC0FJQU5PRktOTEhHGAsgASgNEi0KEnRyYWlu", - "X3BhcnR5X2RldGFpbBgHIAEoCzIRLlRyYWluUGFydHlEZXRhaWwSEQoJcmVj", - "b3JkX2lkGAggASgNEjAKDnBhc3Nlbmdlcl9pbmZvGA8gASgLMhguVHJhaW5Q", - "YXJ0eVBhc3NlbmdlckluZm8SFwoPdW5sb2NrX2FyZWFfbnVtGAogASgNQh6q", - "AhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "ChRUcmFpblBhcnR5SW5mby5wcm90bxoUVHJhaW5QYXJ0eUFyZWEucHJvdG8a", + "EUlOREZGTk5IT0hDLnByb3RvIoACCg5UcmFpblBhcnR5SW5mbxIiCglhcmVh", + "X2xpc3QYBSADKAsyDy5UcmFpblBhcnR5QXJlYRITCgtQUEZGS0ZHT0xMShgE", + "IAEoDRITCgtDSUdBQ0dIUERHSxgDIAMoDRIXCg9keW5hbWljX2lkX2xpc3QY", + "CyADKA0SEwoLT0JPS0dMQ01LS0UYDSABKA0SEwoLQ05BSk9JR05NTEoYDCAB", + "KA0SEAoIY3VyX2Z1bmQYAiABKA0SIQoLRU9IQkJFQUtPREYYBiADKAsyDC5J", + "TkRGRk5OSE9IQxITCgtFRUJOQUFQQktDThgIIAEoDRITCgtGTEJORUtHSURC", + "TxgBIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90", + "bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.TrainPartyPassengerInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.TrainPartyDetailReflection.Descriptor, global::EggLink.DanhengServer.Proto.CDNGNDNLNAJReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.TrainPartyAreaReflection.Descriptor, global::EggLink.DanhengServer.Proto.INDFFNNHOHCReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.TrainPartyInfo), global::EggLink.DanhengServer.Proto.TrainPartyInfo.Parser, new[]{ "CEFMBAFCNPK", "AIANOFKNLHG", "TrainPartyDetail", "RecordId", "PassengerInfo", "UnlockAreaNum" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.TrainPartyInfo), global::EggLink.DanhengServer.Proto.TrainPartyInfo.Parser, new[]{ "AreaList", "PPFFKFGOLLJ", "CIGACGHPDGK", "DynamicIdList", "OBOKGLCMKKE", "CNAJOIGNMLJ", "CurFund", "EOHBBEAKODF", "EEBNAAPBKCN", "FLBNEKGIDBO" }, null, null, null, null) })); } #endregion @@ -77,12 +78,16 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public TrainPartyInfo(TrainPartyInfo other) : this() { - cEFMBAFCNPK_ = other.cEFMBAFCNPK_ != null ? other.cEFMBAFCNPK_.Clone() : null; - aIANOFKNLHG_ = other.aIANOFKNLHG_; - trainPartyDetail_ = other.trainPartyDetail_ != null ? other.trainPartyDetail_.Clone() : null; - recordId_ = other.recordId_; - passengerInfo_ = other.passengerInfo_ != null ? other.passengerInfo_.Clone() : null; - unlockAreaNum_ = other.unlockAreaNum_; + areaList_ = other.areaList_.Clone(); + pPFFKFGOLLJ_ = other.pPFFKFGOLLJ_; + cIGACGHPDGK_ = other.cIGACGHPDGK_.Clone(); + dynamicIdList_ = other.dynamicIdList_.Clone(); + oBOKGLCMKKE_ = other.oBOKGLCMKKE_; + cNAJOIGNMLJ_ = other.cNAJOIGNMLJ_; + curFund_ = other.curFund_; + eOHBBEAKODF_ = other.eOHBBEAKODF_.Clone(); + eEBNAAPBKCN_ = other.eEBNAAPBKCN_; + fLBNEKGIDBO_ = other.fLBNEKGIDBO_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -92,75 +97,119 @@ namespace EggLink.DanhengServer.Proto { return new TrainPartyInfo(this); } - /// Field number for the "CEFMBAFCNPK" field. - public const int CEFMBAFCNPKFieldNumber = 5; - private global::EggLink.DanhengServer.Proto.CDNGNDNLNAJ cEFMBAFCNPK_; + /// Field number for the "area_list" field. + public const int AreaListFieldNumber = 5; + private static readonly pb::FieldCodec _repeated_areaList_codec + = pb::FieldCodec.ForMessage(42, global::EggLink.DanhengServer.Proto.TrainPartyArea.Parser); + private readonly pbc::RepeatedField areaList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.CDNGNDNLNAJ CEFMBAFCNPK { - get { return cEFMBAFCNPK_; } + public pbc::RepeatedField AreaList { + get { return areaList_; } + } + + /// Field number for the "PPFFKFGOLLJ" field. + public const int PPFFKFGOLLJFieldNumber = 4; + private uint pPFFKFGOLLJ_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public uint PPFFKFGOLLJ { + get { return pPFFKFGOLLJ_; } set { - cEFMBAFCNPK_ = value; + pPFFKFGOLLJ_ = value; } } - /// Field number for the "AIANOFKNLHG" field. - public const int AIANOFKNLHGFieldNumber = 11; - private uint aIANOFKNLHG_; + /// Field number for the "CIGACGHPDGK" field. + public const int CIGACGHPDGKFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_cIGACGHPDGK_codec + = pb::FieldCodec.ForUInt32(26); + private readonly pbc::RepeatedField cIGACGHPDGK_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint AIANOFKNLHG { - get { return aIANOFKNLHG_; } + public pbc::RepeatedField CIGACGHPDGK { + get { return cIGACGHPDGK_; } + } + + /// Field number for the "dynamic_id_list" field. + public const int DynamicIdListFieldNumber = 11; + private static readonly pb::FieldCodec _repeated_dynamicIdList_codec + = pb::FieldCodec.ForUInt32(90); + private readonly pbc::RepeatedField dynamicIdList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField DynamicIdList { + get { return dynamicIdList_; } + } + + /// Field number for the "OBOKGLCMKKE" field. + public const int OBOKGLCMKKEFieldNumber = 13; + private uint oBOKGLCMKKE_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public uint OBOKGLCMKKE { + get { return oBOKGLCMKKE_; } set { - aIANOFKNLHG_ = value; + oBOKGLCMKKE_ = value; } } - /// Field number for the "train_party_detail" field. - public const int TrainPartyDetailFieldNumber = 7; - private global::EggLink.DanhengServer.Proto.TrainPartyDetail trainPartyDetail_; + /// Field number for the "CNAJOIGNMLJ" field. + public const int CNAJOIGNMLJFieldNumber = 12; + private uint cNAJOIGNMLJ_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.TrainPartyDetail TrainPartyDetail { - get { return trainPartyDetail_; } + public uint CNAJOIGNMLJ { + get { return cNAJOIGNMLJ_; } set { - trainPartyDetail_ = value; + cNAJOIGNMLJ_ = value; } } - /// Field number for the "record_id" field. - public const int RecordIdFieldNumber = 8; - private uint recordId_; + /// Field number for the "cur_fund" field. + public const int CurFundFieldNumber = 2; + private uint curFund_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint RecordId { - get { return recordId_; } + public uint CurFund { + get { return curFund_; } set { - recordId_ = value; + curFund_ = value; } } - /// Field number for the "passenger_info" field. - public const int PassengerInfoFieldNumber = 15; - private global::EggLink.DanhengServer.Proto.TrainPartyPassengerInfo passengerInfo_; + /// Field number for the "EOHBBEAKODF" field. + public const int EOHBBEAKODFFieldNumber = 6; + private static readonly pb::FieldCodec _repeated_eOHBBEAKODF_codec + = pb::FieldCodec.ForMessage(50, global::EggLink.DanhengServer.Proto.INDFFNNHOHC.Parser); + private readonly pbc::RepeatedField eOHBBEAKODF_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public global::EggLink.DanhengServer.Proto.TrainPartyPassengerInfo PassengerInfo { - get { return passengerInfo_; } + public pbc::RepeatedField EOHBBEAKODF { + get { return eOHBBEAKODF_; } + } + + /// Field number for the "EEBNAAPBKCN" field. + public const int EEBNAAPBKCNFieldNumber = 8; + private uint eEBNAAPBKCN_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public uint EEBNAAPBKCN { + get { return eEBNAAPBKCN_; } set { - passengerInfo_ = value; + eEBNAAPBKCN_ = value; } } - /// Field number for the "unlock_area_num" field. - public const int UnlockAreaNumFieldNumber = 10; - private uint unlockAreaNum_; + /// Field number for the "FLBNEKGIDBO" field. + public const int FLBNEKGIDBOFieldNumber = 1; + private uint fLBNEKGIDBO_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint UnlockAreaNum { - get { return unlockAreaNum_; } + public uint FLBNEKGIDBO { + get { return fLBNEKGIDBO_; } set { - unlockAreaNum_ = value; + fLBNEKGIDBO_ = value; } } @@ -179,12 +228,16 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if (!object.Equals(CEFMBAFCNPK, other.CEFMBAFCNPK)) return false; - if (AIANOFKNLHG != other.AIANOFKNLHG) return false; - if (!object.Equals(TrainPartyDetail, other.TrainPartyDetail)) return false; - if (RecordId != other.RecordId) return false; - if (!object.Equals(PassengerInfo, other.PassengerInfo)) return false; - if (UnlockAreaNum != other.UnlockAreaNum) return false; + if(!areaList_.Equals(other.areaList_)) return false; + if (PPFFKFGOLLJ != other.PPFFKFGOLLJ) return false; + if(!cIGACGHPDGK_.Equals(other.cIGACGHPDGK_)) return false; + if(!dynamicIdList_.Equals(other.dynamicIdList_)) return false; + if (OBOKGLCMKKE != other.OBOKGLCMKKE) return false; + if (CNAJOIGNMLJ != other.CNAJOIGNMLJ) return false; + if (CurFund != other.CurFund) return false; + if(!eOHBBEAKODF_.Equals(other.eOHBBEAKODF_)) return false; + if (EEBNAAPBKCN != other.EEBNAAPBKCN) return false; + if (FLBNEKGIDBO != other.FLBNEKGIDBO) return false; return Equals(_unknownFields, other._unknownFields); } @@ -192,12 +245,16 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (cEFMBAFCNPK_ != null) hash ^= CEFMBAFCNPK.GetHashCode(); - if (AIANOFKNLHG != 0) hash ^= AIANOFKNLHG.GetHashCode(); - if (trainPartyDetail_ != null) hash ^= TrainPartyDetail.GetHashCode(); - if (RecordId != 0) hash ^= RecordId.GetHashCode(); - if (passengerInfo_ != null) hash ^= PassengerInfo.GetHashCode(); - if (UnlockAreaNum != 0) hash ^= UnlockAreaNum.GetHashCode(); + hash ^= areaList_.GetHashCode(); + if (PPFFKFGOLLJ != 0) hash ^= PPFFKFGOLLJ.GetHashCode(); + hash ^= cIGACGHPDGK_.GetHashCode(); + hash ^= dynamicIdList_.GetHashCode(); + if (OBOKGLCMKKE != 0) hash ^= OBOKGLCMKKE.GetHashCode(); + if (CNAJOIGNMLJ != 0) hash ^= CNAJOIGNMLJ.GetHashCode(); + if (CurFund != 0) hash ^= CurFund.GetHashCode(); + hash ^= eOHBBEAKODF_.GetHashCode(); + if (EEBNAAPBKCN != 0) hash ^= EEBNAAPBKCN.GetHashCode(); + if (FLBNEKGIDBO != 0) hash ^= FLBNEKGIDBO.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -216,29 +273,33 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (cEFMBAFCNPK_ != null) { - output.WriteRawTag(42); - output.WriteMessage(CEFMBAFCNPK); + if (FLBNEKGIDBO != 0) { + output.WriteRawTag(8); + output.WriteUInt32(FLBNEKGIDBO); } - if (trainPartyDetail_ != null) { - output.WriteRawTag(58); - output.WriteMessage(TrainPartyDetail); + if (CurFund != 0) { + output.WriteRawTag(16); + output.WriteUInt32(CurFund); } - if (RecordId != 0) { + cIGACGHPDGK_.WriteTo(output, _repeated_cIGACGHPDGK_codec); + if (PPFFKFGOLLJ != 0) { + output.WriteRawTag(32); + output.WriteUInt32(PPFFKFGOLLJ); + } + areaList_.WriteTo(output, _repeated_areaList_codec); + eOHBBEAKODF_.WriteTo(output, _repeated_eOHBBEAKODF_codec); + if (EEBNAAPBKCN != 0) { output.WriteRawTag(64); - output.WriteUInt32(RecordId); + output.WriteUInt32(EEBNAAPBKCN); } - if (UnlockAreaNum != 0) { - output.WriteRawTag(80); - output.WriteUInt32(UnlockAreaNum); + dynamicIdList_.WriteTo(output, _repeated_dynamicIdList_codec); + if (CNAJOIGNMLJ != 0) { + output.WriteRawTag(96); + output.WriteUInt32(CNAJOIGNMLJ); } - if (AIANOFKNLHG != 0) { - output.WriteRawTag(88); - output.WriteUInt32(AIANOFKNLHG); - } - if (passengerInfo_ != null) { - output.WriteRawTag(122); - output.WriteMessage(PassengerInfo); + if (OBOKGLCMKKE != 0) { + output.WriteRawTag(104); + output.WriteUInt32(OBOKGLCMKKE); } if (_unknownFields != null) { _unknownFields.WriteTo(output); @@ -250,29 +311,33 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (cEFMBAFCNPK_ != null) { - output.WriteRawTag(42); - output.WriteMessage(CEFMBAFCNPK); + if (FLBNEKGIDBO != 0) { + output.WriteRawTag(8); + output.WriteUInt32(FLBNEKGIDBO); } - if (trainPartyDetail_ != null) { - output.WriteRawTag(58); - output.WriteMessage(TrainPartyDetail); + if (CurFund != 0) { + output.WriteRawTag(16); + output.WriteUInt32(CurFund); } - if (RecordId != 0) { + cIGACGHPDGK_.WriteTo(ref output, _repeated_cIGACGHPDGK_codec); + if (PPFFKFGOLLJ != 0) { + output.WriteRawTag(32); + output.WriteUInt32(PPFFKFGOLLJ); + } + areaList_.WriteTo(ref output, _repeated_areaList_codec); + eOHBBEAKODF_.WriteTo(ref output, _repeated_eOHBBEAKODF_codec); + if (EEBNAAPBKCN != 0) { output.WriteRawTag(64); - output.WriteUInt32(RecordId); + output.WriteUInt32(EEBNAAPBKCN); } - if (UnlockAreaNum != 0) { - output.WriteRawTag(80); - output.WriteUInt32(UnlockAreaNum); + dynamicIdList_.WriteTo(ref output, _repeated_dynamicIdList_codec); + if (CNAJOIGNMLJ != 0) { + output.WriteRawTag(96); + output.WriteUInt32(CNAJOIGNMLJ); } - if (AIANOFKNLHG != 0) { - output.WriteRawTag(88); - output.WriteUInt32(AIANOFKNLHG); - } - if (passengerInfo_ != null) { - output.WriteRawTag(122); - output.WriteMessage(PassengerInfo); + if (OBOKGLCMKKE != 0) { + output.WriteRawTag(104); + output.WriteUInt32(OBOKGLCMKKE); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); @@ -284,23 +349,27 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (cEFMBAFCNPK_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(CEFMBAFCNPK); + size += areaList_.CalculateSize(_repeated_areaList_codec); + if (PPFFKFGOLLJ != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PPFFKFGOLLJ); } - if (AIANOFKNLHG != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AIANOFKNLHG); + size += cIGACGHPDGK_.CalculateSize(_repeated_cIGACGHPDGK_codec); + size += dynamicIdList_.CalculateSize(_repeated_dynamicIdList_codec); + if (OBOKGLCMKKE != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OBOKGLCMKKE); } - if (trainPartyDetail_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(TrainPartyDetail); + if (CNAJOIGNMLJ != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CNAJOIGNMLJ); } - if (RecordId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(RecordId); + if (CurFund != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurFund); } - if (passengerInfo_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(PassengerInfo); + size += eOHBBEAKODF_.CalculateSize(_repeated_eOHBBEAKODF_codec); + if (EEBNAAPBKCN != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EEBNAAPBKCN); } - if (UnlockAreaNum != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(UnlockAreaNum); + if (FLBNEKGIDBO != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FLBNEKGIDBO); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); @@ -314,32 +383,27 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - if (other.cEFMBAFCNPK_ != null) { - if (cEFMBAFCNPK_ == null) { - CEFMBAFCNPK = new global::EggLink.DanhengServer.Proto.CDNGNDNLNAJ(); - } - CEFMBAFCNPK.MergeFrom(other.CEFMBAFCNPK); + areaList_.Add(other.areaList_); + if (other.PPFFKFGOLLJ != 0) { + PPFFKFGOLLJ = other.PPFFKFGOLLJ; } - if (other.AIANOFKNLHG != 0) { - AIANOFKNLHG = other.AIANOFKNLHG; + cIGACGHPDGK_.Add(other.cIGACGHPDGK_); + dynamicIdList_.Add(other.dynamicIdList_); + if (other.OBOKGLCMKKE != 0) { + OBOKGLCMKKE = other.OBOKGLCMKKE; } - if (other.trainPartyDetail_ != null) { - if (trainPartyDetail_ == null) { - TrainPartyDetail = new global::EggLink.DanhengServer.Proto.TrainPartyDetail(); - } - TrainPartyDetail.MergeFrom(other.TrainPartyDetail); + if (other.CNAJOIGNMLJ != 0) { + CNAJOIGNMLJ = other.CNAJOIGNMLJ; } - if (other.RecordId != 0) { - RecordId = other.RecordId; + if (other.CurFund != 0) { + CurFund = other.CurFund; } - if (other.passengerInfo_ != null) { - if (passengerInfo_ == null) { - PassengerInfo = new global::EggLink.DanhengServer.Proto.TrainPartyPassengerInfo(); - } - PassengerInfo.MergeFrom(other.PassengerInfo); + eOHBBEAKODF_.Add(other.eOHBBEAKODF_); + if (other.EEBNAAPBKCN != 0) { + EEBNAAPBKCN = other.EEBNAAPBKCN; } - if (other.UnlockAreaNum != 0) { - UnlockAreaNum = other.UnlockAreaNum; + if (other.FLBNEKGIDBO != 0) { + FLBNEKGIDBO = other.FLBNEKGIDBO; } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -356,37 +420,46 @@ namespace EggLink.DanhengServer.Proto { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; - case 42: { - if (cEFMBAFCNPK_ == null) { - CEFMBAFCNPK = new global::EggLink.DanhengServer.Proto.CDNGNDNLNAJ(); - } - input.ReadMessage(CEFMBAFCNPK); + case 8: { + FLBNEKGIDBO = input.ReadUInt32(); break; } - case 58: { - if (trainPartyDetail_ == null) { - TrainPartyDetail = new global::EggLink.DanhengServer.Proto.TrainPartyDetail(); - } - input.ReadMessage(TrainPartyDetail); + case 16: { + CurFund = input.ReadUInt32(); + break; + } + case 26: + case 24: { + cIGACGHPDGK_.AddEntriesFrom(input, _repeated_cIGACGHPDGK_codec); + break; + } + case 32: { + PPFFKFGOLLJ = input.ReadUInt32(); + break; + } + case 42: { + areaList_.AddEntriesFrom(input, _repeated_areaList_codec); + break; + } + case 50: { + eOHBBEAKODF_.AddEntriesFrom(input, _repeated_eOHBBEAKODF_codec); break; } case 64: { - RecordId = input.ReadUInt32(); - break; - } - case 80: { - UnlockAreaNum = input.ReadUInt32(); + EEBNAAPBKCN = input.ReadUInt32(); break; } + case 90: case 88: { - AIANOFKNLHG = input.ReadUInt32(); + dynamicIdList_.AddEntriesFrom(input, _repeated_dynamicIdList_codec); break; } - case 122: { - if (passengerInfo_ == null) { - PassengerInfo = new global::EggLink.DanhengServer.Proto.TrainPartyPassengerInfo(); - } - input.ReadMessage(PassengerInfo); + case 96: { + CNAJOIGNMLJ = input.ReadUInt32(); + break; + } + case 104: { + OBOKGLCMKKE = input.ReadUInt32(); break; } } @@ -404,37 +477,46 @@ namespace EggLink.DanhengServer.Proto { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; - case 42: { - if (cEFMBAFCNPK_ == null) { - CEFMBAFCNPK = new global::EggLink.DanhengServer.Proto.CDNGNDNLNAJ(); - } - input.ReadMessage(CEFMBAFCNPK); + case 8: { + FLBNEKGIDBO = input.ReadUInt32(); break; } - case 58: { - if (trainPartyDetail_ == null) { - TrainPartyDetail = new global::EggLink.DanhengServer.Proto.TrainPartyDetail(); - } - input.ReadMessage(TrainPartyDetail); + case 16: { + CurFund = input.ReadUInt32(); + break; + } + case 26: + case 24: { + cIGACGHPDGK_.AddEntriesFrom(ref input, _repeated_cIGACGHPDGK_codec); + break; + } + case 32: { + PPFFKFGOLLJ = input.ReadUInt32(); + break; + } + case 42: { + areaList_.AddEntriesFrom(ref input, _repeated_areaList_codec); + break; + } + case 50: { + eOHBBEAKODF_.AddEntriesFrom(ref input, _repeated_eOHBBEAKODF_codec); break; } case 64: { - RecordId = input.ReadUInt32(); - break; - } - case 80: { - UnlockAreaNum = input.ReadUInt32(); + EEBNAAPBKCN = input.ReadUInt32(); break; } + case 90: case 88: { - AIANOFKNLHG = input.ReadUInt32(); + dynamicIdList_.AddEntriesFrom(ref input, _repeated_dynamicIdList_codec); break; } - case 122: { - if (passengerInfo_ == null) { - PassengerInfo = new global::EggLink.DanhengServer.Proto.TrainPartyPassengerInfo(); - } - input.ReadMessage(PassengerInfo); + case 96: { + CNAJOIGNMLJ = input.ReadUInt32(); + break; + } + case 104: { + OBOKGLCMKKE = input.ReadUInt32(); break; } } diff --git a/Proto/TreasureDungeonLevel.cs b/Proto/TreasureDungeonLevel.cs index 122e0d3e..57fd418b 100644 --- a/Proto/TreasureDungeonLevel.cs +++ b/Proto/TreasureDungeonLevel.cs @@ -24,10 +24,10 @@ namespace EggLink.DanhengServer.Proto { static TreasureDungeonLevelReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChpUcmVhc3VyZUR1bmdlb25MZXZlbC5wcm90bxoRTEhBTkJHTkpDSUYucHJv", - "dG8aEUVOQk5GT0xDRElFLnByb3RvGhFMS0hIR0pQUE1QUC5wcm90bxoRUENB", - "SUdOSktBRkEucHJvdG8aEUxLQ01GRUFBSEhNLnByb3RvGh9UcmVhc3VyZUR1", - "bmdlb25SZWNvcmREYXRhLnByb3RvIoAEChRUcmVhc3VyZUR1bmdlb25MZXZl", + "ChpUcmVhc3VyZUR1bmdlb25MZXZlbC5wcm90bxoRTEtISEdKUFBNUFAucHJv", + "dG8aH1RyZWFzdXJlRHVuZ2VvblJlY29yZERhdGEucHJvdG8aEVBDQUlHTkpL", + "QUZBLnByb3RvGhFMS0NNRkVBQUhITS5wcm90bxoRTEhBTkJHTkpDSUYucHJv", + "dG8aEUVOQk5GT0xDRElFLnByb3RvIoAEChRUcmVhc3VyZUR1bmdlb25MZXZl", "bBIgCglidWZmX2xpc3QYjAMgAygLMgwuRU5CTkZPTENESUUSIgoLR0ZGT0pD", "Q0tMRk0YywMgAygLMgwuUENBSUdOSktBRkESIAoJaXRlbV9saXN0GOIIIAMo", "CzIMLkxIQU5CR05KQ0lGEhMKC05DQkhBRExPQUdBGA0gASgNEhQKC0lJQUxH", @@ -41,7 +41,7 @@ namespace EggLink.DanhengServer.Proto { "SEhNEhQKC05NRkFQR09MT0RKGKYOIAEoCBIOCgZtYXBfaWQYBCABKA1CHqoC", "G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LHANBGNJCIFReflection.Descriptor, global::EggLink.DanhengServer.Proto.ENBNFOLCDIEReflection.Descriptor, global::EggLink.DanhengServer.Proto.LKHHGJPPMPPReflection.Descriptor, global::EggLink.DanhengServer.Proto.PCAIGNJKAFAReflection.Descriptor, global::EggLink.DanhengServer.Proto.LKCMFEAAHHMReflection.Descriptor, global::EggLink.DanhengServer.Proto.TreasureDungeonRecordDataReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LKHHGJPPMPPReflection.Descriptor, global::EggLink.DanhengServer.Proto.TreasureDungeonRecordDataReflection.Descriptor, global::EggLink.DanhengServer.Proto.PCAIGNJKAFAReflection.Descriptor, global::EggLink.DanhengServer.Proto.LKCMFEAAHHMReflection.Descriptor, global::EggLink.DanhengServer.Proto.LHANBGNJCIFReflection.Descriptor, global::EggLink.DanhengServer.Proto.ENBNFOLCDIEReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.TreasureDungeonLevel), global::EggLink.DanhengServer.Proto.TreasureDungeonLevel.Parser, new[]{ "BuffList", "GFFOJCCKLFM", "ItemList", "NCBHADLOAGA", "IIALGLDDNAD", "BBCKFJIHIDM", "AvatarList", "JAFNPNMOHCM", "FCJECKCICKB", "NODBPKHOJEC", "NLMDEMOHBOO", "PIKAPDJHGND", "PHHKBAENBMM", "CFDPDENPPDH", "KJJOMEPHJEE", "MKOAMBMKDID", "NMFAPGOLODJ", "MapId" }, null, null, null, null) })); diff --git a/Proto/TreasureDungeonRecordData.cs b/Proto/TreasureDungeonRecordData.cs index be2dfe76..e75752e1 100644 --- a/Proto/TreasureDungeonRecordData.cs +++ b/Proto/TreasureDungeonRecordData.cs @@ -25,11 +25,11 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Ch9UcmVhc3VyZUR1bmdlb25SZWNvcmREYXRhLnByb3RvGh9UcmVhc3VyZUR1", - "bmdlb25SZWNvcmRUeXBlLnByb3RvIpEBChlUcmVhc3VyZUR1bmdlb25SZWNv", - "cmREYXRhEhQKDFRhcmdldEdyaWRJZBgIIAEoDRIoCgRUeXBlGA8gASgOMhou", - "VHJlYXN1cmVEdW5nZW9uUmVjb3JkVHlwZRIUCgxTb3VyY2VHcmlkSWQYCiAB", - "KA0SDgoGUGFyYW0yGAIgASgNEg4KBlBhcmFtMRgEIAEoDUIeqgIbRWdnTGlu", - "ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "bmdlb25SZWNvcmRUeXBlLnByb3RvIpUBChlUcmVhc3VyZUR1bmdlb25SZWNv", + "cmREYXRhEhYKDnRhcmdldF9ncmlkX2lkGAggASgNEigKBHR5cGUYDyABKA4y", + "Gi5UcmVhc3VyZUR1bmdlb25SZWNvcmRUeXBlEhYKDnNvdXJjZV9ncmlkX2lk", + "GAogASgNEg4KBnBhcmFtMhgCIAEoDRIOCgZwYXJhbTEYBCABKA1CHqoCG0Vn", + "Z0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.TreasureDungeonRecordTypeReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -89,7 +89,7 @@ namespace EggLink.DanhengServer.Proto { return new TreasureDungeonRecordData(this); } - /// Field number for the "TargetGridId" field. + /// Field number for the "target_grid_id" field. public const int TargetGridIdFieldNumber = 8; private uint targetGridId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -101,7 +101,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Type" field. + /// Field number for the "type" field. public const int TypeFieldNumber = 15; private global::EggLink.DanhengServer.Proto.TreasureDungeonRecordType type_ = global::EggLink.DanhengServer.Proto.TreasureDungeonRecordType.TreasureDungeonRecordNone; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -113,7 +113,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "SourceGridId" field. + /// Field number for the "source_grid_id" field. public const int SourceGridIdFieldNumber = 10; private uint sourceGridId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -125,7 +125,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Param2" field. + /// Field number for the "param2" field. public const int Param2FieldNumber = 2; private uint param2_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -137,7 +137,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Param1" field. + /// Field number for the "param1" field. public const int Param1FieldNumber = 4; private uint param1_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/Tutorial.cs b/Proto/Tutorial.cs index 3a0fa04a..45df8e0b 100644 --- a/Proto/Tutorial.cs +++ b/Proto/Tutorial.cs @@ -25,7 +25,7 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Cg5UdXRvcmlhbC5wcm90bxoUVHV0b3JpYWxTdGF0dXMucHJvdG8iNwoIVHV0", - "b3JpYWwSHwoGU3RhdHVzGAggASgOMg8uVHV0b3JpYWxTdGF0dXMSCgoCSWQY", + "b3JpYWwSHwoGc3RhdHVzGAggASgOMg8uVHV0b3JpYWxTdGF0dXMSCgoCaWQY", "CiABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.TutorialStatusReflection.Descriptor, }, @@ -83,7 +83,7 @@ namespace EggLink.DanhengServer.Proto { return new Tutorial(this); } - /// Field number for the "Status" field. + /// Field number for the "status" field. public const int StatusFieldNumber = 8; private global::EggLink.DanhengServer.Proto.TutorialStatus status_ = global::EggLink.DanhengServer.Proto.TutorialStatus.TutorialNone; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -95,7 +95,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Id" field. + /// Field number for the "id" field. public const int IdFieldNumber = 10; private uint id_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/TutorialGuide.cs b/Proto/TutorialGuide.cs index a452cbd3..080f9bfe 100644 --- a/Proto/TutorialGuide.cs +++ b/Proto/TutorialGuide.cs @@ -25,8 +25,8 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChNUdXRvcmlhbEd1aWRlLnByb3RvGhRUdXRvcmlhbFN0YXR1cy5wcm90byI8", - "Cg1UdXRvcmlhbEd1aWRlEh8KBlN0YXR1cxgJIAEoDjIPLlR1dG9yaWFsU3Rh", - "dHVzEgoKAklkGAcgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJv", + "Cg1UdXRvcmlhbEd1aWRlEh8KBnN0YXR1cxgJIAEoDjIPLlR1dG9yaWFsU3Rh", + "dHVzEgoKAmlkGAcgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJv", "dG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.TutorialStatusReflection.Descriptor, }, @@ -84,7 +84,7 @@ namespace EggLink.DanhengServer.Proto { return new TutorialGuide(this); } - /// Field number for the "Status" field. + /// Field number for the "status" field. public const int StatusFieldNumber = 9; private global::EggLink.DanhengServer.Proto.TutorialStatus status_ = global::EggLink.DanhengServer.Proto.TutorialStatus.TutorialNone; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -96,7 +96,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Id" field. + /// Field number for the "id" field. public const int IdFieldNumber = 7; private uint id_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/UnlockTutorialGuideScRsp.cs b/Proto/UnlockTutorialGuideScRsp.cs index ff2a50b3..4ff2f05b 100644 --- a/Proto/UnlockTutorialGuideScRsp.cs +++ b/Proto/UnlockTutorialGuideScRsp.cs @@ -25,9 +25,9 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Ch5VbmxvY2tUdXRvcmlhbEd1aWRlU2NSc3AucHJvdG8aE1R1dG9yaWFsR3Vp", - "ZGUucHJvdG8iUgoYVW5sb2NrVHV0b3JpYWxHdWlkZVNjUnNwEiUKDVR1dG9y", - "aWFsR3VpZGUYCCABKAsyDi5UdXRvcmlhbEd1aWRlEg8KB1JldGNvZGUYAyAB", - "KA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); + "ZGUucHJvdG8iUwoYVW5sb2NrVHV0b3JpYWxHdWlkZVNjUnNwEiYKDnR1dG9y", + "aWFsX2d1aWRlGAggASgLMg4uVHV0b3JpYWxHdWlkZRIPCgdyZXRjb2RlGAMg", + "ASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.TutorialGuideReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -84,7 +84,7 @@ namespace EggLink.DanhengServer.Proto { return new UnlockTutorialGuideScRsp(this); } - /// Field number for the "TutorialGuide" field. + /// Field number for the "tutorial_guide" field. public const int TutorialGuideFieldNumber = 8; private global::EggLink.DanhengServer.Proto.TutorialGuide tutorialGuide_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -96,7 +96,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Retcode" field. + /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 3; private uint retcode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/UnlockTutorialScRsp.cs b/Proto/UnlockTutorialScRsp.cs index bff9dfad..b92283ba 100644 --- a/Proto/UnlockTutorialScRsp.cs +++ b/Proto/UnlockTutorialScRsp.cs @@ -25,7 +25,7 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChlVbmxvY2tUdXRvcmlhbFNjUnNwLnByb3RvGg5UdXRvcmlhbC5wcm90byJD", - "ChNVbmxvY2tUdXRvcmlhbFNjUnNwEg8KB1JldGNvZGUYDCABKA0SGwoIVHV0", + "ChNVbmxvY2tUdXRvcmlhbFNjUnNwEg8KB3JldGNvZGUYDCABKA0SGwoIdHV0", "b3JpYWwYBCABKAsyCS5UdXRvcmlhbEIeqgIbRWdnTGluay5EYW5oZW5nU2Vy", "dmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, @@ -84,7 +84,7 @@ namespace EggLink.DanhengServer.Proto { return new UnlockTutorialScRsp(this); } - /// Field number for the "Retcode" field. + /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 12; private uint retcode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -96,7 +96,7 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "Tutorial" field. + /// Field number for the "tutorial" field. public const int TutorialFieldNumber = 4; private global::EggLink.DanhengServer.Proto.Tutorial tutorial_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/UpdateFeatureSwitchScNotify.cs b/Proto/UpdateFeatureSwitchScNotify.cs index 21db5890..7ebb436b 100644 --- a/Proto/UpdateFeatureSwitchScNotify.cs +++ b/Proto/UpdateFeatureSwitchScNotify.cs @@ -25,9 +25,9 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CiFVcGRhdGVGZWF0dXJlU3dpdGNoU2NOb3RpZnkucHJvdG8aF0ZlYXR1cmVT", - "d2l0Y2hJbmZvLnByb3RvIkkKG1VwZGF0ZUZlYXR1cmVTd2l0Y2hTY05vdGlm", - "eRIqCg5Td2l0Y2hJbmZvTGlzdBgGIAMoCzISLkZlYXR1cmVTd2l0Y2hJbmZv", - "Qh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); + "d2l0Y2hJbmZvLnByb3RvIksKG1VwZGF0ZUZlYXR1cmVTd2l0Y2hTY05vdGlm", + "eRIsChBzd2l0Y2hfaW5mb19saXN0GAYgAygLMhIuRmVhdHVyZVN3aXRjaElu", + "Zm9CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FeatureSwitchInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { @@ -83,7 +83,7 @@ namespace EggLink.DanhengServer.Proto { return new UpdateFeatureSwitchScNotify(this); } - /// Field number for the "SwitchInfoList" field. + /// Field number for the "switch_info_list" field. public const int SwitchInfoListFieldNumber = 6; private static readonly pb::FieldCodec _repeated_switchInfoList_codec = pb::FieldCodec.ForMessage(50, global::EggLink.DanhengServer.Proto.FeatureSwitchInfo.Parser); diff --git a/Proto/UpdateMapRotationDataScNotify.cs b/Proto/UpdateMapRotationDataScNotify.cs index 811d57bc..4a2547c1 100644 --- a/Proto/UpdateMapRotationDataScNotify.cs +++ b/Proto/UpdateMapRotationDataScNotify.cs @@ -24,9 +24,9 @@ namespace EggLink.DanhengServer.Proto { static UpdateMapRotationDataScNotifyReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiNVcGRhdGVNYXBSb3RhdGlvbkRhdGFTY05vdGlmeS5wcm90bxoRQ2hhcmdl", - "ckluZm8ucHJvdG8aEVJvdGF0ZXJEYXRhLnByb3RvGhFJQ0lNQUtCQUpHQi5w", - "cm90bxoXUm90YXRlckVuZXJneUluZm8ucHJvdG8i/wEKHVVwZGF0ZU1hcFJv", + "CiNVcGRhdGVNYXBSb3RhdGlvbkRhdGFTY05vdGlmeS5wcm90bxoXUm90YXRl", + "ckVuZXJneUluZm8ucHJvdG8aEUNoYXJnZXJJbmZvLnByb3RvGhFSb3RhdGVy", + "RGF0YS5wcm90bxoRSUNJTUFLQkFKR0IucHJvdG8i/wEKHVVwZGF0ZU1hcFJv", "dGF0aW9uRGF0YVNjTm90aWZ5Eh8KCXJvZ3VlX21hcBgMIAEoCzIMLklDSU1B", "S0JBSkdCEhMKC09NRUpMTE1OUENOGAQgASgIEiIKDGNoYXJnZXJfaW5mbxgN", "IAMoCzIMLkNoYXJnZXJJbmZvEicKEXJvdGF0ZXJfZGF0YV9saXN0GA4gAygL", @@ -35,7 +35,7 @@ namespace EggLink.DanhengServer.Proto { "TkZMQk9OREpBSUUYCSABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Q", "cm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChargerInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RotaterDataReflection.Descriptor, global::EggLink.DanhengServer.Proto.ICIMAKBAJGBReflection.Descriptor, global::EggLink.DanhengServer.Proto.RotaterEnergyInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RotaterEnergyInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChargerInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RotaterDataReflection.Descriptor, global::EggLink.DanhengServer.Proto.ICIMAKBAJGBReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.UpdateMapRotationDataScNotify), global::EggLink.DanhengServer.Proto.UpdateMapRotationDataScNotify.Parser, new[]{ "RogueMap", "OMEJLLMNPCN", "ChargerInfo", "RotaterDataList", "EraFlipperRegionId", "EnergyInfo", "NFLBONDJAIE" }, null, null, null, null) })); diff --git a/Proto/UpdatePlayerSetting.cs b/Proto/UpdatePlayerSetting.cs index a7422fa3..240a214a 100644 --- a/Proto/UpdatePlayerSetting.cs +++ b/Proto/UpdatePlayerSetting.cs @@ -25,18 +25,18 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChlVcGRhdGVQbGF5ZXJTZXR0aW5nLnByb3RvGhFPR0ZJT0RQSUxFTC5wcm90", - "byKZAgoTVXBkYXRlUGxheWVyU2V0dGluZxIVCgtLQVBESU1HSkxORhgCIAEo", + "byK6AgoTVXBkYXRlUGxheWVyU2V0dGluZxIVCgtLQVBESU1HSkxORhgCIAEo", "CEgAEhUKC01NTU5KQ0hFTUZOGAUgASgISAASFQoLTktFS0lCTkpNUEEYByAB", "KAhIABIVCgtQQktCR0xISEtQRRgJIAEoCEgAEhUKC05KRk1JTEpPRk9LGAEg", "ASgISAASFQoLQUlDTkZBT0JDUEkYBCABKAhIABIVCgtLSk5DQ0tISkZIRRgN", "IAEoCEgAEhUKC0FQT05FSURNUEhMGAsgASgISAASFQoLR01KQU5PSk1LQ0UY", - "CCABKAhIABIjCgtHSEtDTUROS09QThgOIAEoCzIMLk9HRklPRFBJTEVMSABC", - "DgoMc2V0dGluZ19jYXNlQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJv", - "dG9iBnByb3RvMw==")); + "CCABKAhIABIfChVpbmNsdWRlX3VwZ3JhZGVfcmVsaWMYDyABKAhIABIjCgtH", + "SEtDTUROS09QThgOIAEoCzIMLk9HRklPRFBJTEVMSABCDgoMc2V0dGluZ19j", + "YXNlQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.OGFIODPILELReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.UpdatePlayerSetting), global::EggLink.DanhengServer.Proto.UpdatePlayerSetting.Parser, new[]{ "KAPDIMGJLNF", "MMMNJCHEMFN", "NKEKIBNJMPA", "PBKBGLHHKPE", "NJFMILJOFOK", "AICNFAOBCPI", "KJNCCKHJFHE", "APONEIDMPHL", "GMJANOJMKCE", "GHKCMDNKOPN" }, new[]{ "SettingCase" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.UpdatePlayerSetting), global::EggLink.DanhengServer.Proto.UpdatePlayerSetting.Parser, new[]{ "KAPDIMGJLNF", "MMMNJCHEMFN", "NKEKIBNJMPA", "PBKBGLHHKPE", "NJFMILJOFOK", "AICNFAOBCPI", "KJNCCKHJFHE", "APONEIDMPHL", "GMJANOJMKCE", "IncludeUpgradeRelic", "GHKCMDNKOPN" }, new[]{ "SettingCase" }, null, null, null) })); } #endregion @@ -106,6 +106,9 @@ namespace EggLink.DanhengServer.Proto { case SettingCaseOneofCase.GMJANOJMKCE: GMJANOJMKCE = other.GMJANOJMKCE; break; + case SettingCaseOneofCase.IncludeUpgradeRelic: + IncludeUpgradeRelic = other.IncludeUpgradeRelic; + break; case SettingCaseOneofCase.GHKCMDNKOPN: GHKCMDNKOPN = other.GHKCMDNKOPN.Clone(); break; @@ -354,6 +357,32 @@ namespace EggLink.DanhengServer.Proto { } } + /// Field number for the "include_upgrade_relic" field. + public const int IncludeUpgradeRelicFieldNumber = 15; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IncludeUpgradeRelic { + get { return HasIncludeUpgradeRelic ? (bool) settingCase_ : false; } + set { + settingCase_ = value; + settingCaseCase_ = SettingCaseOneofCase.IncludeUpgradeRelic; + } + } + /// Gets whether the "include_upgrade_relic" field is set + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool HasIncludeUpgradeRelic { + get { return settingCaseCase_ == SettingCaseOneofCase.IncludeUpgradeRelic; } + } + /// Clears the value of the oneof if it's currently set to "include_upgrade_relic" + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void ClearIncludeUpgradeRelic() { + if (HasIncludeUpgradeRelic) { + ClearSettingCase(); + } + } + /// Field number for the "GHKCMDNKOPN" field. public const int GHKCMDNKOPNFieldNumber = 14; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -379,6 +408,7 @@ namespace EggLink.DanhengServer.Proto { KJNCCKHJFHE = 13, APONEIDMPHL = 11, GMJANOJMKCE = 8, + IncludeUpgradeRelic = 15, GHKCMDNKOPN = 14, } private SettingCaseOneofCase settingCaseCase_ = SettingCaseOneofCase.None; @@ -419,6 +449,7 @@ namespace EggLink.DanhengServer.Proto { if (KJNCCKHJFHE != other.KJNCCKHJFHE) return false; if (APONEIDMPHL != other.APONEIDMPHL) return false; if (GMJANOJMKCE != other.GMJANOJMKCE) return false; + if (IncludeUpgradeRelic != other.IncludeUpgradeRelic) return false; if (!object.Equals(GHKCMDNKOPN, other.GHKCMDNKOPN)) return false; if (SettingCaseCase != other.SettingCaseCase) return false; return Equals(_unknownFields, other._unknownFields); @@ -437,6 +468,7 @@ namespace EggLink.DanhengServer.Proto { if (HasKJNCCKHJFHE) hash ^= KJNCCKHJFHE.GetHashCode(); if (HasAPONEIDMPHL) hash ^= APONEIDMPHL.GetHashCode(); if (HasGMJANOJMKCE) hash ^= GMJANOJMKCE.GetHashCode(); + if (HasIncludeUpgradeRelic) hash ^= IncludeUpgradeRelic.GetHashCode(); if (settingCaseCase_ == SettingCaseOneofCase.GHKCMDNKOPN) hash ^= GHKCMDNKOPN.GetHashCode(); hash ^= (int) settingCaseCase_; if (_unknownFields != null) { @@ -497,6 +529,10 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(114); output.WriteMessage(GHKCMDNKOPN); } + if (HasIncludeUpgradeRelic) { + output.WriteRawTag(120); + output.WriteBool(IncludeUpgradeRelic); + } if (_unknownFields != null) { _unknownFields.WriteTo(output); } @@ -547,6 +583,10 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(114); output.WriteMessage(GHKCMDNKOPN); } + if (HasIncludeUpgradeRelic) { + output.WriteRawTag(120); + output.WriteBool(IncludeUpgradeRelic); + } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); } @@ -584,6 +624,9 @@ namespace EggLink.DanhengServer.Proto { if (HasGMJANOJMKCE) { size += 1 + 1; } + if (HasIncludeUpgradeRelic) { + size += 1 + 1; + } if (settingCaseCase_ == SettingCaseOneofCase.GHKCMDNKOPN) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(GHKCMDNKOPN); } @@ -627,6 +670,9 @@ namespace EggLink.DanhengServer.Proto { case SettingCaseOneofCase.GMJANOJMKCE: GMJANOJMKCE = other.GMJANOJMKCE; break; + case SettingCaseOneofCase.IncludeUpgradeRelic: + IncludeUpgradeRelic = other.IncludeUpgradeRelic; + break; case SettingCaseOneofCase.GHKCMDNKOPN: if (GHKCMDNKOPN == null) { GHKCMDNKOPN = new global::EggLink.DanhengServer.Proto.OGFIODPILEL(); @@ -695,6 +741,10 @@ namespace EggLink.DanhengServer.Proto { GHKCMDNKOPN = subBuilder; break; } + case 120: { + IncludeUpgradeRelic = input.ReadBool(); + break; + } } } #endif @@ -755,6 +805,10 @@ namespace EggLink.DanhengServer.Proto { GHKCMDNKOPN = subBuilder; break; } + case 120: { + IncludeUpgradeRelic = input.ReadBool(); + break; + } } } } diff --git a/Proto/UpdatePsnSettingsInfoCsReq.cs b/Proto/UpdatePsnSettingsInfoCsReq.cs index 6dc603a8..a9fdc3f3 100644 --- a/Proto/UpdatePsnSettingsInfoCsReq.cs +++ b/Proto/UpdatePsnSettingsInfoCsReq.cs @@ -24,16 +24,16 @@ namespace EggLink.DanhengServer.Proto { static UpdatePsnSettingsInfoCsReqReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiBVcGRhdGVQc25TZXR0aW5nc0luZm9Dc1JlcS5wcm90bxoRQ0pBS0lCRElN", - "TUoucHJvdG8aEU5DQklNTFBPRE9OLnByb3RvIncKGlVwZGF0ZVBzblNldHRp", + "CiBVcGRhdGVQc25TZXR0aW5nc0luZm9Dc1JlcS5wcm90bxoRTkNCSU1MUE9E", + "T04ucHJvdG8aEUNKQUtJQkRJTU1KLnByb3RvIncKGlVwZGF0ZVBzblNldHRp", "bmdzSW5mb0NzUmVxEiQKC0RPT0NQTENMRFBEGPUFIAEoCzIMLk5DQklNTFBP", "RE9OSAASJAoLSU5ITERJREpHSEEY7gIgASgLMgwuQ0pBS0lCRElNTUpIAEIN", - "CgtEREJOTEhKTkFORUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv", + "CgtDTUJLS0tBUEFLTUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv", "YgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CJAKIBDIMMJReflection.Descriptor, global::EggLink.DanhengServer.Proto.NCBIMLPODONReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.NCBIMLPODONReflection.Descriptor, global::EggLink.DanhengServer.Proto.CJAKIBDIMMJReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.UpdatePsnSettingsInfoCsReq), global::EggLink.DanhengServer.Proto.UpdatePsnSettingsInfoCsReq.Parser, new[]{ "DOOCPLCLDPD", "INHLDIDJGHA" }, new[]{ "DDBNLHJNANE" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.UpdatePsnSettingsInfoCsReq), global::EggLink.DanhengServer.Proto.UpdatePsnSettingsInfoCsReq.Parser, new[]{ "DOOCPLCLDPD", "INHLDIDJGHA" }, new[]{ "CMBKKKAPAKM" }, null, null, null) })); } #endregion @@ -75,11 +75,11 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public UpdatePsnSettingsInfoCsReq(UpdatePsnSettingsInfoCsReq other) : this() { - switch (other.DDBNLHJNANECase) { - case DDBNLHJNANEOneofCase.DOOCPLCLDPD: + switch (other.CMBKKKAPAKMCase) { + case CMBKKKAPAKMOneofCase.DOOCPLCLDPD: DOOCPLCLDPD = other.DOOCPLCLDPD.Clone(); break; - case DDBNLHJNANEOneofCase.INHLDIDJGHA: + case CMBKKKAPAKMOneofCase.INHLDIDJGHA: INHLDIDJGHA = other.INHLDIDJGHA.Clone(); break; } @@ -98,10 +98,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.NCBIMLPODON DOOCPLCLDPD { - get { return dDBNLHJNANECase_ == DDBNLHJNANEOneofCase.DOOCPLCLDPD ? (global::EggLink.DanhengServer.Proto.NCBIMLPODON) dDBNLHJNANE_ : null; } + get { return cMBKKKAPAKMCase_ == CMBKKKAPAKMOneofCase.DOOCPLCLDPD ? (global::EggLink.DanhengServer.Proto.NCBIMLPODON) cMBKKKAPAKM_ : null; } set { - dDBNLHJNANE_ = value; - dDBNLHJNANECase_ = value == null ? DDBNLHJNANEOneofCase.None : DDBNLHJNANEOneofCase.DOOCPLCLDPD; + cMBKKKAPAKM_ = value; + cMBKKKAPAKMCase_ = value == null ? CMBKKKAPAKMOneofCase.None : CMBKKKAPAKMOneofCase.DOOCPLCLDPD; } } @@ -110,32 +110,32 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.CJAKIBDIMMJ INHLDIDJGHA { - get { return dDBNLHJNANECase_ == DDBNLHJNANEOneofCase.INHLDIDJGHA ? (global::EggLink.DanhengServer.Proto.CJAKIBDIMMJ) dDBNLHJNANE_ : null; } + get { return cMBKKKAPAKMCase_ == CMBKKKAPAKMOneofCase.INHLDIDJGHA ? (global::EggLink.DanhengServer.Proto.CJAKIBDIMMJ) cMBKKKAPAKM_ : null; } set { - dDBNLHJNANE_ = value; - dDBNLHJNANECase_ = value == null ? DDBNLHJNANEOneofCase.None : DDBNLHJNANEOneofCase.INHLDIDJGHA; + cMBKKKAPAKM_ = value; + cMBKKKAPAKMCase_ = value == null ? CMBKKKAPAKMOneofCase.None : CMBKKKAPAKMOneofCase.INHLDIDJGHA; } } - private object dDBNLHJNANE_; - /// Enum of possible cases for the "DDBNLHJNANE" oneof. - public enum DDBNLHJNANEOneofCase { + private object cMBKKKAPAKM_; + /// Enum of possible cases for the "CMBKKKAPAKM" oneof. + public enum CMBKKKAPAKMOneofCase { None = 0, DOOCPLCLDPD = 757, INHLDIDJGHA = 366, } - private DDBNLHJNANEOneofCase dDBNLHJNANECase_ = DDBNLHJNANEOneofCase.None; + private CMBKKKAPAKMOneofCase cMBKKKAPAKMCase_ = CMBKKKAPAKMOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public DDBNLHJNANEOneofCase DDBNLHJNANECase { - get { return dDBNLHJNANECase_; } + public CMBKKKAPAKMOneofCase CMBKKKAPAKMCase { + get { return cMBKKKAPAKMCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearDDBNLHJNANE() { - dDBNLHJNANECase_ = DDBNLHJNANEOneofCase.None; - dDBNLHJNANE_ = null; + public void ClearCMBKKKAPAKM() { + cMBKKKAPAKMCase_ = CMBKKKAPAKMOneofCase.None; + cMBKKKAPAKM_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -155,7 +155,7 @@ namespace EggLink.DanhengServer.Proto { } if (!object.Equals(DOOCPLCLDPD, other.DOOCPLCLDPD)) return false; if (!object.Equals(INHLDIDJGHA, other.INHLDIDJGHA)) return false; - if (DDBNLHJNANECase != other.DDBNLHJNANECase) return false; + if (CMBKKKAPAKMCase != other.CMBKKKAPAKMCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -163,9 +163,9 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (dDBNLHJNANECase_ == DDBNLHJNANEOneofCase.DOOCPLCLDPD) hash ^= DOOCPLCLDPD.GetHashCode(); - if (dDBNLHJNANECase_ == DDBNLHJNANEOneofCase.INHLDIDJGHA) hash ^= INHLDIDJGHA.GetHashCode(); - hash ^= (int) dDBNLHJNANECase_; + if (cMBKKKAPAKMCase_ == CMBKKKAPAKMOneofCase.DOOCPLCLDPD) hash ^= DOOCPLCLDPD.GetHashCode(); + if (cMBKKKAPAKMCase_ == CMBKKKAPAKMOneofCase.INHLDIDJGHA) hash ^= INHLDIDJGHA.GetHashCode(); + hash ^= (int) cMBKKKAPAKMCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -184,11 +184,11 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (dDBNLHJNANECase_ == DDBNLHJNANEOneofCase.INHLDIDJGHA) { + if (cMBKKKAPAKMCase_ == CMBKKKAPAKMOneofCase.INHLDIDJGHA) { output.WriteRawTag(242, 22); output.WriteMessage(INHLDIDJGHA); } - if (dDBNLHJNANECase_ == DDBNLHJNANEOneofCase.DOOCPLCLDPD) { + if (cMBKKKAPAKMCase_ == CMBKKKAPAKMOneofCase.DOOCPLCLDPD) { output.WriteRawTag(170, 47); output.WriteMessage(DOOCPLCLDPD); } @@ -202,11 +202,11 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (dDBNLHJNANECase_ == DDBNLHJNANEOneofCase.INHLDIDJGHA) { + if (cMBKKKAPAKMCase_ == CMBKKKAPAKMOneofCase.INHLDIDJGHA) { output.WriteRawTag(242, 22); output.WriteMessage(INHLDIDJGHA); } - if (dDBNLHJNANECase_ == DDBNLHJNANEOneofCase.DOOCPLCLDPD) { + if (cMBKKKAPAKMCase_ == CMBKKKAPAKMOneofCase.DOOCPLCLDPD) { output.WriteRawTag(170, 47); output.WriteMessage(DOOCPLCLDPD); } @@ -220,10 +220,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (dDBNLHJNANECase_ == DDBNLHJNANEOneofCase.DOOCPLCLDPD) { + if (cMBKKKAPAKMCase_ == CMBKKKAPAKMOneofCase.DOOCPLCLDPD) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(DOOCPLCLDPD); } - if (dDBNLHJNANECase_ == DDBNLHJNANEOneofCase.INHLDIDJGHA) { + if (cMBKKKAPAKMCase_ == CMBKKKAPAKMOneofCase.INHLDIDJGHA) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(INHLDIDJGHA); } if (_unknownFields != null) { @@ -238,14 +238,14 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - switch (other.DDBNLHJNANECase) { - case DDBNLHJNANEOneofCase.DOOCPLCLDPD: + switch (other.CMBKKKAPAKMCase) { + case CMBKKKAPAKMOneofCase.DOOCPLCLDPD: if (DOOCPLCLDPD == null) { DOOCPLCLDPD = new global::EggLink.DanhengServer.Proto.NCBIMLPODON(); } DOOCPLCLDPD.MergeFrom(other.DOOCPLCLDPD); break; - case DDBNLHJNANEOneofCase.INHLDIDJGHA: + case CMBKKKAPAKMOneofCase.INHLDIDJGHA: if (INHLDIDJGHA == null) { INHLDIDJGHA = new global::EggLink.DanhengServer.Proto.CJAKIBDIMMJ(); } @@ -270,7 +270,7 @@ namespace EggLink.DanhengServer.Proto { break; case 2930: { global::EggLink.DanhengServer.Proto.CJAKIBDIMMJ subBuilder = new global::EggLink.DanhengServer.Proto.CJAKIBDIMMJ(); - if (dDBNLHJNANECase_ == DDBNLHJNANEOneofCase.INHLDIDJGHA) { + if (cMBKKKAPAKMCase_ == CMBKKKAPAKMOneofCase.INHLDIDJGHA) { subBuilder.MergeFrom(INHLDIDJGHA); } input.ReadMessage(subBuilder); @@ -279,7 +279,7 @@ namespace EggLink.DanhengServer.Proto { } case 6058: { global::EggLink.DanhengServer.Proto.NCBIMLPODON subBuilder = new global::EggLink.DanhengServer.Proto.NCBIMLPODON(); - if (dDBNLHJNANECase_ == DDBNLHJNANEOneofCase.DOOCPLCLDPD) { + if (cMBKKKAPAKMCase_ == CMBKKKAPAKMOneofCase.DOOCPLCLDPD) { subBuilder.MergeFrom(DOOCPLCLDPD); } input.ReadMessage(subBuilder); @@ -303,7 +303,7 @@ namespace EggLink.DanhengServer.Proto { break; case 2930: { global::EggLink.DanhengServer.Proto.CJAKIBDIMMJ subBuilder = new global::EggLink.DanhengServer.Proto.CJAKIBDIMMJ(); - if (dDBNLHJNANECase_ == DDBNLHJNANEOneofCase.INHLDIDJGHA) { + if (cMBKKKAPAKMCase_ == CMBKKKAPAKMOneofCase.INHLDIDJGHA) { subBuilder.MergeFrom(INHLDIDJGHA); } input.ReadMessage(subBuilder); @@ -312,7 +312,7 @@ namespace EggLink.DanhengServer.Proto { } case 6058: { global::EggLink.DanhengServer.Proto.NCBIMLPODON subBuilder = new global::EggLink.DanhengServer.Proto.NCBIMLPODON(); - if (dDBNLHJNANECase_ == DDBNLHJNANEOneofCase.DOOCPLCLDPD) { + if (cMBKKKAPAKMCase_ == CMBKKKAPAKMOneofCase.DOOCPLCLDPD) { subBuilder.MergeFrom(DOOCPLCLDPD); } input.ReadMessage(subBuilder); diff --git a/Proto/UpdateServerLogSettingsCsReq.cs b/Proto/UpdateServerLogSettingsCsReq.cs index 47cf594f..b4efe8ae 100644 --- a/Proto/UpdateServerLogSettingsCsReq.cs +++ b/Proto/UpdateServerLogSettingsCsReq.cs @@ -26,7 +26,7 @@ namespace EggLink.DanhengServer.Proto { string.Concat( "CiJVcGRhdGVTZXJ2ZXJMb2dTZXR0aW5nc0NzUmVxLnByb3RvGhdTZXJ2ZXJM", "b2dTZXR0aW5ncy5wcm90byJEChxVcGRhdGVTZXJ2ZXJMb2dTZXR0aW5nc0Nz", - "UmVxEiQKCFNldHRpbmdzGAUgASgLMhIuU2VydmVyTG9nU2V0dGluZ3NCHqoC", + "UmVxEiQKCHNldHRpbmdzGAUgASgLMhIuU2VydmVyTG9nU2V0dGluZ3NCHqoC", "G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ServerLogSettingsReflection.Descriptor, }, @@ -83,7 +83,7 @@ namespace EggLink.DanhengServer.Proto { return new UpdateServerLogSettingsCsReq(this); } - /// Field number for the "Settings" field. + /// Field number for the "settings" field. public const int SettingsFieldNumber = 5; private global::EggLink.DanhengServer.Proto.ServerLogSettings settings_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] diff --git a/Proto/VersionCount.cs b/Proto/VersionCount.cs deleted file mode 100644 index 6061ceab..00000000 --- a/Proto/VersionCount.cs +++ /dev/null @@ -1,271 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: VersionCount.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from VersionCount.proto - public static partial class VersionCountReflection { - - #region Descriptor - /// File descriptor for VersionCount.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static VersionCountReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChJWZXJzaW9uQ291bnQucHJvdG8iLgoMVmVyc2lvbkNvdW50Eg8KB3ZlcnNp", - "b24YASABKA0SDQoFY291bnQYAiABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1Nl", - "cnZlci5Qcm90b2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.VersionCount), global::EggLink.DanhengServer.Proto.VersionCount.Parser, new[]{ "Version", "Count" }, null, null, null, null) - })); - } - #endregion - - } - #region Messages - [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] - public sealed partial class VersionCount : pb::IMessage - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - , pb::IBufferMessage - #endif - { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new VersionCount()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public static pbr::MessageDescriptor Descriptor { - get { return global::EggLink.DanhengServer.Proto.VersionCountReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public VersionCount() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public VersionCount(VersionCount other) : this() { - version_ = other.version_; - count_ = other.count_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public VersionCount Clone() { - return new VersionCount(this); - } - - /// Field number for the "version" field. - public const int VersionFieldNumber = 1; - private uint version_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint Version { - get { return version_; } - set { - version_ = value; - } - } - - /// Field number for the "count" field. - public const int CountFieldNumber = 2; - private uint count_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public uint Count { - get { return count_; } - set { - count_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override bool Equals(object other) { - return Equals(other as VersionCount); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public bool Equals(VersionCount other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Version != other.Version) return false; - if (Count != other.Count) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override int GetHashCode() { - int hash = 1; - if (Version != 0) hash ^= Version.GetHashCode(); - if (Count != 0) hash ^= Count.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void WriteTo(pb::CodedOutputStream output) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - output.WriteRawMessage(this); - #else - if (Version != 0) { - output.WriteRawTag(8); - output.WriteUInt32(Version); - } - if (Count != 0) { - output.WriteRawTag(16); - output.WriteUInt32(Count); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (Version != 0) { - output.WriteRawTag(8); - output.WriteUInt32(Version); - } - if (Count != 0) { - output.WriteRawTag(16); - output.WriteUInt32(Count); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(ref output); - } - } - #endif - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public int CalculateSize() { - int size = 0; - if (Version != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Version); - } - if (Count != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Count); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(VersionCount other) { - if (other == null) { - return; - } - if (other.Version != 0) { - Version = other.Version; - } - if (other.Count != 0) { - Count = other.Count; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void MergeFrom(pb::CodedInputStream input) { - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - input.ReadRawMessage(this); - #else - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - Version = input.ReadUInt32(); - break; - } - case 16: { - Count = input.ReadUInt32(); - break; - } - } - } - #endif - } - - #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); - break; - case 8: { - Version = input.ReadUInt32(); - break; - } - case 16: { - Count = input.ReadUInt32(); - break; - } - } - } - } - #endif - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/VirtualItemType.cs b/Proto/VirtualItemType.cs deleted file mode 100644 index 30421870..00000000 --- a/Proto/VirtualItemType.cs +++ /dev/null @@ -1,142 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: VirtualItemType.proto -// -#pragma warning disable 1591, 0612, 3021, 8981 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace EggLink.DanhengServer.Proto { - - /// Holder for reflection information generated from VirtualItemType.proto - public static partial class VirtualItemTypeReflection { - - #region Descriptor - /// File descriptor for VirtualItemType.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static VirtualItemTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChVWaXJ0dWFsSXRlbVR5cGUucHJvdG8qhA8KD1ZpcnR1YWxJdGVtVHlwZRIV", - "ChFWSVJUVUFMX0lURU1fTk9ORRAAEhYKElZJUlRVQUxfSVRFTV9IQ09JThAB", - "EhYKElZJUlRVQUxfSVRFTV9TQ09JThACEhYKElZJUlRVQUxfSVRFTV9NQ09J", - "ThADEhgKFFZJUlRVQUxfSVRFTV9TVEFNSU5BEAsSIAocVklSVFVBTF9JVEVN", - "X1JFU0VSVkVfU1RBTUlOQRAMEhsKF1ZJUlRVQUxfSVRFTV9BVkFUQVJfRVhQ", - "EBUSFAoQVklSVFVBTF9JVEVNX0VYUBAWEiMKH1ZJUlRVQUxfSVRFTV9EQUlM", - "WV9BQ1RJVkVfUE9JTlQQFxIXChNWSVJUVUFMX0lURU1fTVBfTUFYEBgSJAog", - "VklSVFVBTF9JVEVNX1BMQVlFUl9SRVRVUk5fUE9JTlQQGRIlCiFWSVJUVUFM", - "X0lURU1fQkFUVExFX0NPTExFR0VfUE9JTlQQGhIbChdWSVJUVUFMX0lURU1f", - "Uk9HVUVfQ09JThAfEiIKHlZJUlRVQUxfSVRFTV9ST0dVRV9UQUxFTlRfQ09J", - "ThAgEiEKHVZJUlRVQUxfSVRFTV9ST0dVRV9SRVdBUkRfS0VZECESIAocVklS", - "VFVBTF9JVEVNX0FDSElFVkVNRU5UX0VYUBApEhcKE1ZJUlRVQUxfSVRFTV9C", - "UF9FWFAQMxIcChhWSVJUVUFMX0lURU1fQlBfUkVBTF9FWFAQNBIdChlWSVJU", - "VUFMX0lURU1fTVVTRVVNX0ZVTkRTEDUSJQohVklSVFVBTF9UUkFJTlBBUlRZ", - "X0JVSUxESU5HX0ZVTkRTEDYSJwojVklSVFVBTF9UUkFJTlBBUlRZX0FSRUFf", - "VU5MT0NLX0NPSU4QNxIfChtWSVJUVUFMX1RSQUlOUEFSVFlfTU9CSUxJVFkQ", - "OBIdChhWSVJUVUFMX0lURU1fV0FSUklPUl9FWFAQvgESGwoWVklSVFVBTF9J", - "VEVNX1JPR1VFX0VYUBC/ARIaChVWSVJUVUFMX0lURU1fTUFHRV9FWFAQwAES", - "HAoXVklSVFVBTF9JVEVNX1NIQU1BTl9FWFAQwQESHQoYVklSVFVBTF9JVEVN", - "X1dBUkxPQ0tfRVhQEMIBEhwKF1ZJUlRVQUxfSVRFTV9LTklHSFRfRVhQEMMB", - "EhwKF1ZJUlRVQUxfSVRFTV9QUklFU1RfRVhQEMQBEiIKHFZJUlRVQUxfSVRF", - "TV9QVU5LX0xPUkRfUE9JTlQQoI0GEjgKMlZJUlRVQUxfSVRFTV9HQU1FUExB", - "WV9DT1VOVEVSX01PTlNURVJfU05FQUtfVklTSU9OEMGLERIzCi1WSVJUVUFM", - "X0lURU1fR0FNRVBMQVlfQ09VTlRFUl9XT0xGX0JST19CVUxMRVQQwosREh4K", - "GFZJUlRVQUxfSVRFTV9BTExFWV9GVU5EUxCpkxESJQofVklSVFVBTF9JVEVN", - "X1JPR1VFX1BVTUFOX0NPVVBPThC0kxESHQoXVklSVFVBTF9JVEVNX01PTlRI", - "X0NBUkQQxagSEhwKFlZJUlRVQUxfSVRFTV9CUF9OT1JNQUwQxqgSEhwKFlZJ", - "UlRVQUxfSVRFTV9CUF9ERUxVWEUQx6gSEh0KF1ZJUlRVQUxfSVRFTV9CUF9V", - "UEdSQURFEMioEhIgChpWSVJUVUFMX0lURU1fSEVMSU9CVVNfRkFOUxCqkxES", - "KAoiVklSVFVBTF9JVEVNX1NQQUNFX1pPT19IWUJSSURfSVRFTRCrkxESJgog", - "VklSVFVBTF9JVEVNX1NQQUNFX1pPT19FWFBfUE9JTlQQrJMREikKI1ZJUlRV", - "QUxfSVRFTV9ST0dVRV9OT1VTX1RBTEVOVF9DT0lOELWTERIkCh5WSVJUVUFM", - "X0lURU1fRVZPTFZFX0JVSUxEX0NPSU4Qu5MREiIKHFZJUlRVQUxfSVRFTV9E", - "UklOS19NQUtFUl9USVAQrZMREiAKGlZJUlRVQUxfSVRFTV9NT05PUE9MWV9E", - "SUNFELaTERIgChpWSVJUVUFMX0lURU1fTU9OT1BPTFlfQ09JThC3kxESJQof", - "VklSVFVBTF9JVEVNX01PTk9QT0xZX0NIRUFURElDRRC4kxESIgocVklSVFVB", - "TF9JVEVNX01PTk9QT0xZX1JFUk9MTBC5kxESNAouVklSVFVBTF9JVEVNX1JP", - "R1VFX1RPVVJOX1BFUk1BTkVOVF9UQUxFTlRfQ09JThC6kxESMQorVklSVFVB", - "TF9JVEVNX1JPR1VFX1RPVVJOX1NFQVNPTl9UQUxFTlRfQ09JThC8kxESIgoc", - "VklSVFVBTF9JVEVNX1JPR1VFX1RPVVJOX0VYUBC+kxESIgocVklSVFVBTF9J", - "VEVNX01BVENIVEhSRUVfQ09JThDAkxESLQonVklSVFVBTF9JVEVNX1NXT1JE", - "X1RSQUlOSU5HX1NLSUxMX1BPSU5UEL+TERIiChxWSVJUVUFMX0lURU1fRklH", - "SFRfRkVTVF9DT0lOEMGTERIqCiRWSVJUVUFMX0lURU1fUk9HVUVfTUFHSUNf", - "VEFMRU5UX0NPSU4QwpMRQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJv", - "dG9iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.VirtualItemType), }, null, null)); - } - #endregion - - } - #region Enums - public enum VirtualItemType { - [pbr::OriginalName("VIRTUAL_ITEM_NONE")] VirtualItemNone = 0, - [pbr::OriginalName("VIRTUAL_ITEM_HCOIN")] VirtualItemHcoin = 1, - [pbr::OriginalName("VIRTUAL_ITEM_SCOIN")] VirtualItemScoin = 2, - [pbr::OriginalName("VIRTUAL_ITEM_MCOIN")] VirtualItemMcoin = 3, - [pbr::OriginalName("VIRTUAL_ITEM_STAMINA")] VirtualItemStamina = 11, - [pbr::OriginalName("VIRTUAL_ITEM_RESERVE_STAMINA")] VirtualItemReserveStamina = 12, - [pbr::OriginalName("VIRTUAL_ITEM_AVATAR_EXP")] VirtualItemAvatarExp = 21, - [pbr::OriginalName("VIRTUAL_ITEM_EXP")] VirtualItemExp = 22, - [pbr::OriginalName("VIRTUAL_ITEM_DAILY_ACTIVE_POINT")] VirtualItemDailyActivePoint = 23, - [pbr::OriginalName("VIRTUAL_ITEM_MP_MAX")] VirtualItemMpMax = 24, - [pbr::OriginalName("VIRTUAL_ITEM_PLAYER_RETURN_POINT")] VirtualItemPlayerReturnPoint = 25, - [pbr::OriginalName("VIRTUAL_ITEM_BATTLE_COLLEGE_POINT")] VirtualItemBattleCollegePoint = 26, - [pbr::OriginalName("VIRTUAL_ITEM_ROGUE_COIN")] VirtualItemRogueCoin = 31, - [pbr::OriginalName("VIRTUAL_ITEM_ROGUE_TALENT_COIN")] VirtualItemRogueTalentCoin = 32, - [pbr::OriginalName("VIRTUAL_ITEM_ROGUE_REWARD_KEY")] VirtualItemRogueRewardKey = 33, - [pbr::OriginalName("VIRTUAL_ITEM_ACHIEVEMENT_EXP")] VirtualItemAchievementExp = 41, - [pbr::OriginalName("VIRTUAL_ITEM_BP_EXP")] VirtualItemBpExp = 51, - [pbr::OriginalName("VIRTUAL_ITEM_BP_REAL_EXP")] VirtualItemBpRealExp = 52, - [pbr::OriginalName("VIRTUAL_ITEM_MUSEUM_FUNDS")] VirtualItemMuseumFunds = 53, - [pbr::OriginalName("VIRTUAL_TRAINPARTY_BUILDING_FUNDS")] VirtualTrainpartyBuildingFunds = 54, - [pbr::OriginalName("VIRTUAL_TRAINPARTY_AREA_UNLOCK_COIN")] VirtualTrainpartyAreaUnlockCoin = 55, - [pbr::OriginalName("VIRTUAL_TRAINPARTY_MOBILITY")] VirtualTrainpartyMobility = 56, - [pbr::OriginalName("VIRTUAL_ITEM_WARRIOR_EXP")] VirtualItemWarriorExp = 190, - [pbr::OriginalName("VIRTUAL_ITEM_ROGUE_EXP")] VirtualItemRogueExp = 191, - [pbr::OriginalName("VIRTUAL_ITEM_MAGE_EXP")] VirtualItemMageExp = 192, - [pbr::OriginalName("VIRTUAL_ITEM_SHAMAN_EXP")] VirtualItemShamanExp = 193, - [pbr::OriginalName("VIRTUAL_ITEM_WARLOCK_EXP")] VirtualItemWarlockExp = 194, - [pbr::OriginalName("VIRTUAL_ITEM_KNIGHT_EXP")] VirtualItemKnightExp = 195, - [pbr::OriginalName("VIRTUAL_ITEM_PRIEST_EXP")] VirtualItemPriestExp = 196, - [pbr::OriginalName("VIRTUAL_ITEM_PUNK_LORD_POINT")] VirtualItemPunkLordPoint = 100000, - [pbr::OriginalName("VIRTUAL_ITEM_GAMEPLAY_COUNTER_MONSTER_SNEAK_VISION")] VirtualItemGameplayCounterMonsterSneakVision = 280001, - [pbr::OriginalName("VIRTUAL_ITEM_GAMEPLAY_COUNTER_WOLF_BRO_BULLET")] VirtualItemGameplayCounterWolfBroBullet = 280002, - [pbr::OriginalName("VIRTUAL_ITEM_ALLEY_FUNDS")] VirtualItemAlleyFunds = 281001, - [pbr::OriginalName("VIRTUAL_ITEM_ROGUE_PUMAN_COUPON")] VirtualItemRoguePumanCoupon = 281012, - [pbr::OriginalName("VIRTUAL_ITEM_MONTH_CARD")] VirtualItemMonthCard = 300101, - [pbr::OriginalName("VIRTUAL_ITEM_BP_NORMAL")] VirtualItemBpNormal = 300102, - [pbr::OriginalName("VIRTUAL_ITEM_BP_DELUXE")] VirtualItemBpDeluxe = 300103, - [pbr::OriginalName("VIRTUAL_ITEM_BP_UPGRADE")] VirtualItemBpUpgrade = 300104, - [pbr::OriginalName("VIRTUAL_ITEM_HELIOBUS_FANS")] VirtualItemHeliobusFans = 281002, - [pbr::OriginalName("VIRTUAL_ITEM_SPACE_ZOO_HYBRID_ITEM")] VirtualItemSpaceZooHybridItem = 281003, - [pbr::OriginalName("VIRTUAL_ITEM_SPACE_ZOO_EXP_POINT")] VirtualItemSpaceZooExpPoint = 281004, - [pbr::OriginalName("VIRTUAL_ITEM_ROGUE_NOUS_TALENT_COIN")] VirtualItemRogueNousTalentCoin = 281013, - [pbr::OriginalName("VIRTUAL_ITEM_EVOLVE_BUILD_COIN")] VirtualItemEvolveBuildCoin = 281019, - [pbr::OriginalName("VIRTUAL_ITEM_DRINK_MAKER_TIP")] VirtualItemDrinkMakerTip = 281005, - [pbr::OriginalName("VIRTUAL_ITEM_MONOPOLY_DICE")] VirtualItemMonopolyDice = 281014, - [pbr::OriginalName("VIRTUAL_ITEM_MONOPOLY_COIN")] VirtualItemMonopolyCoin = 281015, - [pbr::OriginalName("VIRTUAL_ITEM_MONOPOLY_CHEATDICE")] VirtualItemMonopolyCheatdice = 281016, - [pbr::OriginalName("VIRTUAL_ITEM_MONOPOLY_REROLL")] VirtualItemMonopolyReroll = 281017, - [pbr::OriginalName("VIRTUAL_ITEM_ROGUE_TOURN_PERMANENT_TALENT_COIN")] VirtualItemRogueTournPermanentTalentCoin = 281018, - [pbr::OriginalName("VIRTUAL_ITEM_ROGUE_TOURN_SEASON_TALENT_COIN")] VirtualItemRogueTournSeasonTalentCoin = 281020, - [pbr::OriginalName("VIRTUAL_ITEM_ROGUE_TOURN_EXP")] VirtualItemRogueTournExp = 281022, - [pbr::OriginalName("VIRTUAL_ITEM_MATCHTHREE_COIN")] VirtualItemMatchthreeCoin = 281024, - [pbr::OriginalName("VIRTUAL_ITEM_SWORD_TRAINING_SKILL_POINT")] VirtualItemSwordTrainingSkillPoint = 281023, - [pbr::OriginalName("VIRTUAL_ITEM_FIGHT_FEST_COIN")] VirtualItemFightFestCoin = 281025, - [pbr::OriginalName("VIRTUAL_ITEM_ROGUE_MAGIC_TALENT_COIN")] VirtualItemRogueMagicTalentCoin = 281026, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Proto/WolfBroGameExplodeMonsterCsReq.cs b/Proto/WolfBroGameExplodeMonsterCsReq.cs index 0003de04..6289c789 100644 --- a/Proto/WolfBroGameExplodeMonsterCsReq.cs +++ b/Proto/WolfBroGameExplodeMonsterCsReq.cs @@ -24,14 +24,14 @@ namespace EggLink.DanhengServer.Proto { static WolfBroGameExplodeMonsterCsReqReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiRXb2xmQnJvR2FtZUV4cGxvZGVNb25zdGVyQ3NSZXEucHJvdG8iPwoeV29s", - "ZkJyb0dhbWVFeHBsb2RlTW9uc3RlckNzUmVxEh0KFWFzc2lzdF9lbnRpdHlf", - "aWRfbGlzdBgHIAMoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv", - "YgZwcm90bzM=")); + "CiRXb2xmQnJvR2FtZUV4cGxvZGVNb25zdGVyQ3NSZXEucHJvdG8iRwoeV29s", + "ZkJyb0dhbWVFeHBsb2RlTW9uc3RlckNzUmVxEiUKHWFzc2lzdF9tb25zdGVy", + "X2VudGl0eV9pZF9saXN0GAcgAygNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2", + "ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.WolfBroGameExplodeMonsterCsReq), global::EggLink.DanhengServer.Proto.WolfBroGameExplodeMonsterCsReq.Parser, new[]{ "AssistEntityIdList" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.WolfBroGameExplodeMonsterCsReq), global::EggLink.DanhengServer.Proto.WolfBroGameExplodeMonsterCsReq.Parser, new[]{ "AssistMonsterEntityIdList" }, null, null, null, null) })); } #endregion @@ -73,7 +73,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public WolfBroGameExplodeMonsterCsReq(WolfBroGameExplodeMonsterCsReq other) : this() { - assistEntityIdList_ = other.assistEntityIdList_.Clone(); + assistMonsterEntityIdList_ = other.assistMonsterEntityIdList_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -83,15 +83,15 @@ namespace EggLink.DanhengServer.Proto { return new WolfBroGameExplodeMonsterCsReq(this); } - /// Field number for the "assist_entity_id_list" field. - public const int AssistEntityIdListFieldNumber = 7; - private static readonly pb::FieldCodec _repeated_assistEntityIdList_codec + /// Field number for the "assist_monster_entity_id_list" field. + public const int AssistMonsterEntityIdListFieldNumber = 7; + private static readonly pb::FieldCodec _repeated_assistMonsterEntityIdList_codec = pb::FieldCodec.ForUInt32(58); - private readonly pbc::RepeatedField assistEntityIdList_ = new pbc::RepeatedField(); + private readonly pbc::RepeatedField assistMonsterEntityIdList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField AssistEntityIdList { - get { return assistEntityIdList_; } + public pbc::RepeatedField AssistMonsterEntityIdList { + get { return assistMonsterEntityIdList_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -109,7 +109,7 @@ namespace EggLink.DanhengServer.Proto { if (ReferenceEquals(other, this)) { return true; } - if(!assistEntityIdList_.Equals(other.assistEntityIdList_)) return false; + if(!assistMonsterEntityIdList_.Equals(other.assistMonsterEntityIdList_)) return false; return Equals(_unknownFields, other._unknownFields); } @@ -117,7 +117,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - hash ^= assistEntityIdList_.GetHashCode(); + hash ^= assistMonsterEntityIdList_.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -136,7 +136,7 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - assistEntityIdList_.WriteTo(output, _repeated_assistEntityIdList_codec); + assistMonsterEntityIdList_.WriteTo(output, _repeated_assistMonsterEntityIdList_codec); if (_unknownFields != null) { _unknownFields.WriteTo(output); } @@ -147,7 +147,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - assistEntityIdList_.WriteTo(ref output, _repeated_assistEntityIdList_codec); + assistMonsterEntityIdList_.WriteTo(ref output, _repeated_assistMonsterEntityIdList_codec); if (_unknownFields != null) { _unknownFields.WriteTo(ref output); } @@ -158,7 +158,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - size += assistEntityIdList_.CalculateSize(_repeated_assistEntityIdList_codec); + size += assistMonsterEntityIdList_.CalculateSize(_repeated_assistMonsterEntityIdList_codec); if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -171,7 +171,7 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - assistEntityIdList_.Add(other.assistEntityIdList_); + assistMonsterEntityIdList_.Add(other.assistMonsterEntityIdList_); _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -189,7 +189,7 @@ namespace EggLink.DanhengServer.Proto { break; case 58: case 56: { - assistEntityIdList_.AddEntriesFrom(input, _repeated_assistEntityIdList_codec); + assistMonsterEntityIdList_.AddEntriesFrom(input, _repeated_assistMonsterEntityIdList_codec); break; } } @@ -209,7 +209,7 @@ namespace EggLink.DanhengServer.Proto { break; case 58: case 56: { - assistEntityIdList_.AddEntriesFrom(ref input, _repeated_assistEntityIdList_codec); + assistMonsterEntityIdList_.AddEntriesFrom(ref input, _repeated_assistMonsterEntityIdList_codec); break; } } diff --git a/Proto/WolfBroGameUseBulletCsReq.cs b/Proto/WolfBroGameUseBulletCsReq.cs index fa79dfa2..14f39ac2 100644 --- a/Proto/WolfBroGameUseBulletCsReq.cs +++ b/Proto/WolfBroGameUseBulletCsReq.cs @@ -25,13 +25,14 @@ namespace EggLink.DanhengServer.Proto { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Ch9Xb2xmQnJvR2FtZVVzZUJ1bGxldENzUmVxLnByb3RvGgxWZWN0b3IucHJv", - "dG8iWAoZV29sZkJyb0dhbWVVc2VCdWxsZXRDc1JlcRIcCgtNSUJDRklNTUlL", - "RxgCIAEoCzIHLlZlY3RvchIdChVhc3Npc3RfZW50aXR5X2lkX2xpc3QYBSAD", - "KA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); + "dG8iYAoZV29sZkJyb0dhbWVVc2VCdWxsZXRDc1JlcRIcCgtNSUJDRklNTUlL", + "RxgCIAEoCzIHLlZlY3RvchIlCh1hc3Npc3RfbW9uc3Rlcl9lbnRpdHlfaWRf", + "bGlzdBgFIAMoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw", + "cm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.VectorReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.WolfBroGameUseBulletCsReq), global::EggLink.DanhengServer.Proto.WolfBroGameUseBulletCsReq.Parser, new[]{ "MIBCFIMMIKG", "AssistEntityIdList" }, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.WolfBroGameUseBulletCsReq), global::EggLink.DanhengServer.Proto.WolfBroGameUseBulletCsReq.Parser, new[]{ "MIBCFIMMIKG", "AssistMonsterEntityIdList" }, null, null, null, null) })); } #endregion @@ -74,7 +75,7 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public WolfBroGameUseBulletCsReq(WolfBroGameUseBulletCsReq other) : this() { mIBCFIMMIKG_ = other.mIBCFIMMIKG_ != null ? other.mIBCFIMMIKG_.Clone() : null; - assistEntityIdList_ = other.assistEntityIdList_.Clone(); + assistMonsterEntityIdList_ = other.assistMonsterEntityIdList_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } @@ -96,15 +97,15 @@ namespace EggLink.DanhengServer.Proto { } } - /// Field number for the "assist_entity_id_list" field. - public const int AssistEntityIdListFieldNumber = 5; - private static readonly pb::FieldCodec _repeated_assistEntityIdList_codec + /// Field number for the "assist_monster_entity_id_list" field. + public const int AssistMonsterEntityIdListFieldNumber = 5; + private static readonly pb::FieldCodec _repeated_assistMonsterEntityIdList_codec = pb::FieldCodec.ForUInt32(42); - private readonly pbc::RepeatedField assistEntityIdList_ = new pbc::RepeatedField(); + private readonly pbc::RepeatedField assistMonsterEntityIdList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public pbc::RepeatedField AssistEntityIdList { - get { return assistEntityIdList_; } + public pbc::RepeatedField AssistMonsterEntityIdList { + get { return assistMonsterEntityIdList_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -123,7 +124,7 @@ namespace EggLink.DanhengServer.Proto { return true; } if (!object.Equals(MIBCFIMMIKG, other.MIBCFIMMIKG)) return false; - if(!assistEntityIdList_.Equals(other.assistEntityIdList_)) return false; + if(!assistMonsterEntityIdList_.Equals(other.assistMonsterEntityIdList_)) return false; return Equals(_unknownFields, other._unknownFields); } @@ -132,7 +133,7 @@ namespace EggLink.DanhengServer.Proto { public override int GetHashCode() { int hash = 1; if (mIBCFIMMIKG_ != null) hash ^= MIBCFIMMIKG.GetHashCode(); - hash ^= assistEntityIdList_.GetHashCode(); + hash ^= assistMonsterEntityIdList_.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -155,7 +156,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(18); output.WriteMessage(MIBCFIMMIKG); } - assistEntityIdList_.WriteTo(output, _repeated_assistEntityIdList_codec); + assistMonsterEntityIdList_.WriteTo(output, _repeated_assistMonsterEntityIdList_codec); if (_unknownFields != null) { _unknownFields.WriteTo(output); } @@ -170,7 +171,7 @@ namespace EggLink.DanhengServer.Proto { output.WriteRawTag(18); output.WriteMessage(MIBCFIMMIKG); } - assistEntityIdList_.WriteTo(ref output, _repeated_assistEntityIdList_codec); + assistMonsterEntityIdList_.WriteTo(ref output, _repeated_assistMonsterEntityIdList_codec); if (_unknownFields != null) { _unknownFields.WriteTo(ref output); } @@ -184,7 +185,7 @@ namespace EggLink.DanhengServer.Proto { if (mIBCFIMMIKG_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(MIBCFIMMIKG); } - size += assistEntityIdList_.CalculateSize(_repeated_assistEntityIdList_codec); + size += assistMonsterEntityIdList_.CalculateSize(_repeated_assistMonsterEntityIdList_codec); if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } @@ -203,7 +204,7 @@ namespace EggLink.DanhengServer.Proto { } MIBCFIMMIKG.MergeFrom(other.MIBCFIMMIKG); } - assistEntityIdList_.Add(other.assistEntityIdList_); + assistMonsterEntityIdList_.Add(other.assistMonsterEntityIdList_); _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } @@ -228,7 +229,7 @@ namespace EggLink.DanhengServer.Proto { } case 42: case 40: { - assistEntityIdList_.AddEntriesFrom(input, _repeated_assistEntityIdList_codec); + assistMonsterEntityIdList_.AddEntriesFrom(input, _repeated_assistMonsterEntityIdList_codec); break; } } @@ -255,7 +256,7 @@ namespace EggLink.DanhengServer.Proto { } case 42: case 40: { - assistEntityIdList_.AddEntriesFrom(ref input, _repeated_assistEntityIdList_codec); + assistMonsterEntityIdList_.AddEntriesFrom(ref input, _repeated_assistMonsterEntityIdList_codec); break; } } diff --git a/Proto/WorkbenchFuncInfo.cs b/Proto/WorkbenchFuncInfo.cs index fdfc2731..f7a94447 100644 --- a/Proto/WorkbenchFuncInfo.cs +++ b/Proto/WorkbenchFuncInfo.cs @@ -24,13 +24,13 @@ namespace EggLink.DanhengServer.Proto { static WorkbenchFuncInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChdXb3JrYmVuY2hGdW5jSW5mby5wcm90bxoRS01ISUJOR0FGRU8ucHJvdG8a", - "IldvcmtiZW5jaFJlZm9yZ2VCdWZmRnVuY0luZm8ucHJvdG8aEURITUZDSURK", - "QkZELnByb3RvGhFMRkdHUE5HS0JDSC5wcm90bxolV29ya2JlbmNoUmVmb3Jn", - "ZUZvcm11bGFGdW5jSW5mby5wcm90bxoRS0hDQkdOTE5QRUwucHJvdG8aEURN", - "S1BGR0VCSUxILnByb3RvGiFXb3JrYmVuY2hDb21wb3NlTWlyYWNsZUZ1bmMu", - "cHJvdG8aI1dvcmtiZW5jaFJlZm9yZ2VIZXhBdmF0YXJGdW5jLnByb3RvGiJX", - "b3JrYmVuY2hFbmhhbmNlQnVmZkZ1bmNJbmZvLnByb3RvIpcEChFXb3JrYmVu", + "ChdXb3JrYmVuY2hGdW5jSW5mby5wcm90bxoRREhNRkNJREpCRkQucHJvdG8a", + "IldvcmtiZW5jaEVuaGFuY2VCdWZmRnVuY0luZm8ucHJvdG8aI1dvcmtiZW5j", + "aFJlZm9yZ2VIZXhBdmF0YXJGdW5jLnByb3RvGiVXb3JrYmVuY2hSZWZvcmdl", + "Rm9ybXVsYUZ1bmNJbmZvLnByb3RvGiFXb3JrYmVuY2hDb21wb3NlTWlyYWNs", + "ZUZ1bmMucHJvdG8aEUtNSElCTkdBRkVPLnByb3RvGiJXb3JrYmVuY2hSZWZv", + "cmdlQnVmZkZ1bmNJbmZvLnByb3RvGhFLSENCR05MTlBFTC5wcm90bxoRRE1L", + "UEZHRUJJTEgucHJvdG8aEUxGR0dQTkdLQkNILnByb3RvIpkEChFXb3JrYmVu", "Y2hGdW5jSW5mbxI6ChFyZWZvcmdlX2J1ZmZfZnVuYxgDIAEoCzIdLldvcmti", "ZW5jaFJlZm9yZ2VCdWZmRnVuY0luZm9IABJAChRyZWZvcmdlX2Zvcm11bGFf", "ZnVuYxgJIAEoCzIgLldvcmtiZW5jaFJlZm9yZ2VGb3JtdWxhRnVuY0luZm9I", @@ -42,12 +42,12 @@ namespace EggLink.DanhengServer.Proto { "ABInCg9nYW1lX21hZ2ljX3VuaXQYDCABKAsyDC5LTUhJQk5HQUZFT0gAEiMK", "C0NFQUpOTElPRkhGGA4gASgLMgwuRE1LUEZHRUJJTEhIABIjCgtQR1BBQVBP", "UERPQxgNIAEoCzIMLkxGR0dQTkdLQkNISAASIwoLUE1LRUhHQlBDTkcYCCAB", - "KAsyDC5ESE1GQ0lESkJGREgAQgsKCWZ1bmNfY2FzZUIeqgIbRWdnTGluay5E", - "YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); + "KAsyDC5ESE1GQ0lESkJGREgAQg0KC0RCQ0hOTkNNSkVDQh6qAhtFZ2dMaW5r", + "LkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.KMHIBNGAFEOReflection.Descriptor, global::EggLink.DanhengServer.Proto.WorkbenchReforgeBuffFuncInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.DHMFCIDJBFDReflection.Descriptor, global::EggLink.DanhengServer.Proto.LFGGPNGKBCHReflection.Descriptor, global::EggLink.DanhengServer.Proto.WorkbenchReforgeFormulaFuncInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.KHCBGNLNPELReflection.Descriptor, global::EggLink.DanhengServer.Proto.DMKPFGEBILHReflection.Descriptor, global::EggLink.DanhengServer.Proto.WorkbenchComposeMiracleFuncReflection.Descriptor, global::EggLink.DanhengServer.Proto.WorkbenchReforgeHexAvatarFuncReflection.Descriptor, global::EggLink.DanhengServer.Proto.WorkbenchEnhanceBuffFuncInfoReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DHMFCIDJBFDReflection.Descriptor, global::EggLink.DanhengServer.Proto.WorkbenchEnhanceBuffFuncInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.WorkbenchReforgeHexAvatarFuncReflection.Descriptor, global::EggLink.DanhengServer.Proto.WorkbenchReforgeFormulaFuncInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.WorkbenchComposeMiracleFuncReflection.Descriptor, global::EggLink.DanhengServer.Proto.KMHIBNGAFEOReflection.Descriptor, global::EggLink.DanhengServer.Proto.WorkbenchReforgeBuffFuncInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.KHCBGNLNPELReflection.Descriptor, global::EggLink.DanhengServer.Proto.DMKPFGEBILHReflection.Descriptor, global::EggLink.DanhengServer.Proto.LFGGPNGKBCHReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.WorkbenchFuncInfo), global::EggLink.DanhengServer.Proto.WorkbenchFuncInfo.Parser, new[]{ "ReforgeBuffFunc", "ReforgeFormulaFunc", "EnhanceBuffFunc", "ComposeMiracleFunc", "ReforgeHexAvatarFunc", "MagicItem", "GameMagicUnit", "CEAJNLIOFHF", "PGPAAPOPDOC", "PMKEHGBPCNG" }, new[]{ "FuncCase" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.WorkbenchFuncInfo), global::EggLink.DanhengServer.Proto.WorkbenchFuncInfo.Parser, new[]{ "ReforgeBuffFunc", "ReforgeFormulaFunc", "EnhanceBuffFunc", "ComposeMiracleFunc", "ReforgeHexAvatarFunc", "MagicItem", "GameMagicUnit", "CEAJNLIOFHF", "PGPAAPOPDOC", "PMKEHGBPCNG" }, new[]{ "DBCHNNCMJEC" }, null, null, null) })); } #endregion @@ -89,35 +89,35 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public WorkbenchFuncInfo(WorkbenchFuncInfo other) : this() { - switch (other.FuncCaseCase) { - case FuncCaseOneofCase.ReforgeBuffFunc: + switch (other.DBCHNNCMJECCase) { + case DBCHNNCMJECOneofCase.ReforgeBuffFunc: ReforgeBuffFunc = other.ReforgeBuffFunc.Clone(); break; - case FuncCaseOneofCase.ReforgeFormulaFunc: + case DBCHNNCMJECOneofCase.ReforgeFormulaFunc: ReforgeFormulaFunc = other.ReforgeFormulaFunc.Clone(); break; - case FuncCaseOneofCase.EnhanceBuffFunc: + case DBCHNNCMJECOneofCase.EnhanceBuffFunc: EnhanceBuffFunc = other.EnhanceBuffFunc.Clone(); break; - case FuncCaseOneofCase.ComposeMiracleFunc: + case DBCHNNCMJECOneofCase.ComposeMiracleFunc: ComposeMiracleFunc = other.ComposeMiracleFunc.Clone(); break; - case FuncCaseOneofCase.ReforgeHexAvatarFunc: + case DBCHNNCMJECOneofCase.ReforgeHexAvatarFunc: ReforgeHexAvatarFunc = other.ReforgeHexAvatarFunc.Clone(); break; - case FuncCaseOneofCase.MagicItem: + case DBCHNNCMJECOneofCase.MagicItem: MagicItem = other.MagicItem.Clone(); break; - case FuncCaseOneofCase.GameMagicUnit: + case DBCHNNCMJECOneofCase.GameMagicUnit: GameMagicUnit = other.GameMagicUnit.Clone(); break; - case FuncCaseOneofCase.CEAJNLIOFHF: + case DBCHNNCMJECOneofCase.CEAJNLIOFHF: CEAJNLIOFHF = other.CEAJNLIOFHF.Clone(); break; - case FuncCaseOneofCase.PGPAAPOPDOC: + case DBCHNNCMJECOneofCase.PGPAAPOPDOC: PGPAAPOPDOC = other.PGPAAPOPDOC.Clone(); break; - case FuncCaseOneofCase.PMKEHGBPCNG: + case DBCHNNCMJECOneofCase.PMKEHGBPCNG: PMKEHGBPCNG = other.PMKEHGBPCNG.Clone(); break; } @@ -136,10 +136,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.WorkbenchReforgeBuffFuncInfo ReforgeBuffFunc { - get { return funcCaseCase_ == FuncCaseOneofCase.ReforgeBuffFunc ? (global::EggLink.DanhengServer.Proto.WorkbenchReforgeBuffFuncInfo) funcCase_ : null; } + get { return dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.ReforgeBuffFunc ? (global::EggLink.DanhengServer.Proto.WorkbenchReforgeBuffFuncInfo) dBCHNNCMJEC_ : null; } set { - funcCase_ = value; - funcCaseCase_ = value == null ? FuncCaseOneofCase.None : FuncCaseOneofCase.ReforgeBuffFunc; + dBCHNNCMJEC_ = value; + dBCHNNCMJECCase_ = value == null ? DBCHNNCMJECOneofCase.None : DBCHNNCMJECOneofCase.ReforgeBuffFunc; } } @@ -148,10 +148,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.WorkbenchReforgeFormulaFuncInfo ReforgeFormulaFunc { - get { return funcCaseCase_ == FuncCaseOneofCase.ReforgeFormulaFunc ? (global::EggLink.DanhengServer.Proto.WorkbenchReforgeFormulaFuncInfo) funcCase_ : null; } + get { return dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.ReforgeFormulaFunc ? (global::EggLink.DanhengServer.Proto.WorkbenchReforgeFormulaFuncInfo) dBCHNNCMJEC_ : null; } set { - funcCase_ = value; - funcCaseCase_ = value == null ? FuncCaseOneofCase.None : FuncCaseOneofCase.ReforgeFormulaFunc; + dBCHNNCMJEC_ = value; + dBCHNNCMJECCase_ = value == null ? DBCHNNCMJECOneofCase.None : DBCHNNCMJECOneofCase.ReforgeFormulaFunc; } } @@ -160,10 +160,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.WorkbenchEnhanceBuffFuncInfo EnhanceBuffFunc { - get { return funcCaseCase_ == FuncCaseOneofCase.EnhanceBuffFunc ? (global::EggLink.DanhengServer.Proto.WorkbenchEnhanceBuffFuncInfo) funcCase_ : null; } + get { return dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.EnhanceBuffFunc ? (global::EggLink.DanhengServer.Proto.WorkbenchEnhanceBuffFuncInfo) dBCHNNCMJEC_ : null; } set { - funcCase_ = value; - funcCaseCase_ = value == null ? FuncCaseOneofCase.None : FuncCaseOneofCase.EnhanceBuffFunc; + dBCHNNCMJEC_ = value; + dBCHNNCMJECCase_ = value == null ? DBCHNNCMJECOneofCase.None : DBCHNNCMJECOneofCase.EnhanceBuffFunc; } } @@ -172,10 +172,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.WorkbenchComposeMiracleFunc ComposeMiracleFunc { - get { return funcCaseCase_ == FuncCaseOneofCase.ComposeMiracleFunc ? (global::EggLink.DanhengServer.Proto.WorkbenchComposeMiracleFunc) funcCase_ : null; } + get { return dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.ComposeMiracleFunc ? (global::EggLink.DanhengServer.Proto.WorkbenchComposeMiracleFunc) dBCHNNCMJEC_ : null; } set { - funcCase_ = value; - funcCaseCase_ = value == null ? FuncCaseOneofCase.None : FuncCaseOneofCase.ComposeMiracleFunc; + dBCHNNCMJEC_ = value; + dBCHNNCMJECCase_ = value == null ? DBCHNNCMJECOneofCase.None : DBCHNNCMJECOneofCase.ComposeMiracleFunc; } } @@ -184,10 +184,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.WorkbenchReforgeHexAvatarFunc ReforgeHexAvatarFunc { - get { return funcCaseCase_ == FuncCaseOneofCase.ReforgeHexAvatarFunc ? (global::EggLink.DanhengServer.Proto.WorkbenchReforgeHexAvatarFunc) funcCase_ : null; } + get { return dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.ReforgeHexAvatarFunc ? (global::EggLink.DanhengServer.Proto.WorkbenchReforgeHexAvatarFunc) dBCHNNCMJEC_ : null; } set { - funcCase_ = value; - funcCaseCase_ = value == null ? FuncCaseOneofCase.None : FuncCaseOneofCase.ReforgeHexAvatarFunc; + dBCHNNCMJEC_ = value; + dBCHNNCMJECCase_ = value == null ? DBCHNNCMJECOneofCase.None : DBCHNNCMJECOneofCase.ReforgeHexAvatarFunc; } } @@ -196,10 +196,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.KHCBGNLNPEL MagicItem { - get { return funcCaseCase_ == FuncCaseOneofCase.MagicItem ? (global::EggLink.DanhengServer.Proto.KHCBGNLNPEL) funcCase_ : null; } + get { return dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.MagicItem ? (global::EggLink.DanhengServer.Proto.KHCBGNLNPEL) dBCHNNCMJEC_ : null; } set { - funcCase_ = value; - funcCaseCase_ = value == null ? FuncCaseOneofCase.None : FuncCaseOneofCase.MagicItem; + dBCHNNCMJEC_ = value; + dBCHNNCMJECCase_ = value == null ? DBCHNNCMJECOneofCase.None : DBCHNNCMJECOneofCase.MagicItem; } } @@ -208,10 +208,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.KMHIBNGAFEO GameMagicUnit { - get { return funcCaseCase_ == FuncCaseOneofCase.GameMagicUnit ? (global::EggLink.DanhengServer.Proto.KMHIBNGAFEO) funcCase_ : null; } + get { return dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.GameMagicUnit ? (global::EggLink.DanhengServer.Proto.KMHIBNGAFEO) dBCHNNCMJEC_ : null; } set { - funcCase_ = value; - funcCaseCase_ = value == null ? FuncCaseOneofCase.None : FuncCaseOneofCase.GameMagicUnit; + dBCHNNCMJEC_ = value; + dBCHNNCMJECCase_ = value == null ? DBCHNNCMJECOneofCase.None : DBCHNNCMJECOneofCase.GameMagicUnit; } } @@ -220,10 +220,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.DMKPFGEBILH CEAJNLIOFHF { - get { return funcCaseCase_ == FuncCaseOneofCase.CEAJNLIOFHF ? (global::EggLink.DanhengServer.Proto.DMKPFGEBILH) funcCase_ : null; } + get { return dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.CEAJNLIOFHF ? (global::EggLink.DanhengServer.Proto.DMKPFGEBILH) dBCHNNCMJEC_ : null; } set { - funcCase_ = value; - funcCaseCase_ = value == null ? FuncCaseOneofCase.None : FuncCaseOneofCase.CEAJNLIOFHF; + dBCHNNCMJEC_ = value; + dBCHNNCMJECCase_ = value == null ? DBCHNNCMJECOneofCase.None : DBCHNNCMJECOneofCase.CEAJNLIOFHF; } } @@ -232,10 +232,10 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.LFGGPNGKBCH PGPAAPOPDOC { - get { return funcCaseCase_ == FuncCaseOneofCase.PGPAAPOPDOC ? (global::EggLink.DanhengServer.Proto.LFGGPNGKBCH) funcCase_ : null; } + get { return dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.PGPAAPOPDOC ? (global::EggLink.DanhengServer.Proto.LFGGPNGKBCH) dBCHNNCMJEC_ : null; } set { - funcCase_ = value; - funcCaseCase_ = value == null ? FuncCaseOneofCase.None : FuncCaseOneofCase.PGPAAPOPDOC; + dBCHNNCMJEC_ = value; + dBCHNNCMJECCase_ = value == null ? DBCHNNCMJECOneofCase.None : DBCHNNCMJECOneofCase.PGPAAPOPDOC; } } @@ -244,16 +244,16 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.DHMFCIDJBFD PMKEHGBPCNG { - get { return funcCaseCase_ == FuncCaseOneofCase.PMKEHGBPCNG ? (global::EggLink.DanhengServer.Proto.DHMFCIDJBFD) funcCase_ : null; } + get { return dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.PMKEHGBPCNG ? (global::EggLink.DanhengServer.Proto.DHMFCIDJBFD) dBCHNNCMJEC_ : null; } set { - funcCase_ = value; - funcCaseCase_ = value == null ? FuncCaseOneofCase.None : FuncCaseOneofCase.PMKEHGBPCNG; + dBCHNNCMJEC_ = value; + dBCHNNCMJECCase_ = value == null ? DBCHNNCMJECOneofCase.None : DBCHNNCMJECOneofCase.PMKEHGBPCNG; } } - private object funcCase_; - /// Enum of possible cases for the "func_case" oneof. - public enum FuncCaseOneofCase { + private object dBCHNNCMJEC_; + /// Enum of possible cases for the "DBCHNNCMJEC" oneof. + public enum DBCHNNCMJECOneofCase { None = 0, ReforgeBuffFunc = 3, ReforgeFormulaFunc = 9, @@ -266,18 +266,18 @@ namespace EggLink.DanhengServer.Proto { PGPAAPOPDOC = 13, PMKEHGBPCNG = 8, } - private FuncCaseOneofCase funcCaseCase_ = FuncCaseOneofCase.None; + private DBCHNNCMJECOneofCase dBCHNNCMJECCase_ = DBCHNNCMJECOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public FuncCaseOneofCase FuncCaseCase { - get { return funcCaseCase_; } + public DBCHNNCMJECOneofCase DBCHNNCMJECCase { + get { return dBCHNNCMJECCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] - public void ClearFuncCase() { - funcCaseCase_ = FuncCaseOneofCase.None; - funcCase_ = null; + public void ClearDBCHNNCMJEC() { + dBCHNNCMJECCase_ = DBCHNNCMJECOneofCase.None; + dBCHNNCMJEC_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -305,7 +305,7 @@ namespace EggLink.DanhengServer.Proto { if (!object.Equals(CEAJNLIOFHF, other.CEAJNLIOFHF)) return false; if (!object.Equals(PGPAAPOPDOC, other.PGPAAPOPDOC)) return false; if (!object.Equals(PMKEHGBPCNG, other.PMKEHGBPCNG)) return false; - if (FuncCaseCase != other.FuncCaseCase) return false; + if (DBCHNNCMJECCase != other.DBCHNNCMJECCase) return false; return Equals(_unknownFields, other._unknownFields); } @@ -313,17 +313,17 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; - if (funcCaseCase_ == FuncCaseOneofCase.ReforgeBuffFunc) hash ^= ReforgeBuffFunc.GetHashCode(); - if (funcCaseCase_ == FuncCaseOneofCase.ReforgeFormulaFunc) hash ^= ReforgeFormulaFunc.GetHashCode(); - if (funcCaseCase_ == FuncCaseOneofCase.EnhanceBuffFunc) hash ^= EnhanceBuffFunc.GetHashCode(); - if (funcCaseCase_ == FuncCaseOneofCase.ComposeMiracleFunc) hash ^= ComposeMiracleFunc.GetHashCode(); - if (funcCaseCase_ == FuncCaseOneofCase.ReforgeHexAvatarFunc) hash ^= ReforgeHexAvatarFunc.GetHashCode(); - if (funcCaseCase_ == FuncCaseOneofCase.MagicItem) hash ^= MagicItem.GetHashCode(); - if (funcCaseCase_ == FuncCaseOneofCase.GameMagicUnit) hash ^= GameMagicUnit.GetHashCode(); - if (funcCaseCase_ == FuncCaseOneofCase.CEAJNLIOFHF) hash ^= CEAJNLIOFHF.GetHashCode(); - if (funcCaseCase_ == FuncCaseOneofCase.PGPAAPOPDOC) hash ^= PGPAAPOPDOC.GetHashCode(); - if (funcCaseCase_ == FuncCaseOneofCase.PMKEHGBPCNG) hash ^= PMKEHGBPCNG.GetHashCode(); - hash ^= (int) funcCaseCase_; + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.ReforgeBuffFunc) hash ^= ReforgeBuffFunc.GetHashCode(); + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.ReforgeFormulaFunc) hash ^= ReforgeFormulaFunc.GetHashCode(); + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.EnhanceBuffFunc) hash ^= EnhanceBuffFunc.GetHashCode(); + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.ComposeMiracleFunc) hash ^= ComposeMiracleFunc.GetHashCode(); + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.ReforgeHexAvatarFunc) hash ^= ReforgeHexAvatarFunc.GetHashCode(); + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.MagicItem) hash ^= MagicItem.GetHashCode(); + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.GameMagicUnit) hash ^= GameMagicUnit.GetHashCode(); + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.CEAJNLIOFHF) hash ^= CEAJNLIOFHF.GetHashCode(); + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.PGPAAPOPDOC) hash ^= PGPAAPOPDOC.GetHashCode(); + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.PMKEHGBPCNG) hash ^= PMKEHGBPCNG.GetHashCode(); + hash ^= (int) dBCHNNCMJECCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } @@ -342,43 +342,43 @@ namespace EggLink.DanhengServer.Proto { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else - if (funcCaseCase_ == FuncCaseOneofCase.ComposeMiracleFunc) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.ComposeMiracleFunc) { output.WriteRawTag(18); output.WriteMessage(ComposeMiracleFunc); } - if (funcCaseCase_ == FuncCaseOneofCase.ReforgeBuffFunc) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.ReforgeBuffFunc) { output.WriteRawTag(26); output.WriteMessage(ReforgeBuffFunc); } - if (funcCaseCase_ == FuncCaseOneofCase.MagicItem) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.MagicItem) { output.WriteRawTag(34); output.WriteMessage(MagicItem); } - if (funcCaseCase_ == FuncCaseOneofCase.ReforgeHexAvatarFunc) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.ReforgeHexAvatarFunc) { output.WriteRawTag(42); output.WriteMessage(ReforgeHexAvatarFunc); } - if (funcCaseCase_ == FuncCaseOneofCase.PMKEHGBPCNG) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.PMKEHGBPCNG) { output.WriteRawTag(66); output.WriteMessage(PMKEHGBPCNG); } - if (funcCaseCase_ == FuncCaseOneofCase.ReforgeFormulaFunc) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.ReforgeFormulaFunc) { output.WriteRawTag(74); output.WriteMessage(ReforgeFormulaFunc); } - if (funcCaseCase_ == FuncCaseOneofCase.EnhanceBuffFunc) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.EnhanceBuffFunc) { output.WriteRawTag(82); output.WriteMessage(EnhanceBuffFunc); } - if (funcCaseCase_ == FuncCaseOneofCase.GameMagicUnit) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.GameMagicUnit) { output.WriteRawTag(98); output.WriteMessage(GameMagicUnit); } - if (funcCaseCase_ == FuncCaseOneofCase.PGPAAPOPDOC) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.PGPAAPOPDOC) { output.WriteRawTag(106); output.WriteMessage(PGPAAPOPDOC); } - if (funcCaseCase_ == FuncCaseOneofCase.CEAJNLIOFHF) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.CEAJNLIOFHF) { output.WriteRawTag(114); output.WriteMessage(CEAJNLIOFHF); } @@ -392,43 +392,43 @@ namespace EggLink.DanhengServer.Proto { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { - if (funcCaseCase_ == FuncCaseOneofCase.ComposeMiracleFunc) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.ComposeMiracleFunc) { output.WriteRawTag(18); output.WriteMessage(ComposeMiracleFunc); } - if (funcCaseCase_ == FuncCaseOneofCase.ReforgeBuffFunc) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.ReforgeBuffFunc) { output.WriteRawTag(26); output.WriteMessage(ReforgeBuffFunc); } - if (funcCaseCase_ == FuncCaseOneofCase.MagicItem) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.MagicItem) { output.WriteRawTag(34); output.WriteMessage(MagicItem); } - if (funcCaseCase_ == FuncCaseOneofCase.ReforgeHexAvatarFunc) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.ReforgeHexAvatarFunc) { output.WriteRawTag(42); output.WriteMessage(ReforgeHexAvatarFunc); } - if (funcCaseCase_ == FuncCaseOneofCase.PMKEHGBPCNG) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.PMKEHGBPCNG) { output.WriteRawTag(66); output.WriteMessage(PMKEHGBPCNG); } - if (funcCaseCase_ == FuncCaseOneofCase.ReforgeFormulaFunc) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.ReforgeFormulaFunc) { output.WriteRawTag(74); output.WriteMessage(ReforgeFormulaFunc); } - if (funcCaseCase_ == FuncCaseOneofCase.EnhanceBuffFunc) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.EnhanceBuffFunc) { output.WriteRawTag(82); output.WriteMessage(EnhanceBuffFunc); } - if (funcCaseCase_ == FuncCaseOneofCase.GameMagicUnit) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.GameMagicUnit) { output.WriteRawTag(98); output.WriteMessage(GameMagicUnit); } - if (funcCaseCase_ == FuncCaseOneofCase.PGPAAPOPDOC) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.PGPAAPOPDOC) { output.WriteRawTag(106); output.WriteMessage(PGPAAPOPDOC); } - if (funcCaseCase_ == FuncCaseOneofCase.CEAJNLIOFHF) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.CEAJNLIOFHF) { output.WriteRawTag(114); output.WriteMessage(CEAJNLIOFHF); } @@ -442,34 +442,34 @@ namespace EggLink.DanhengServer.Proto { [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; - if (funcCaseCase_ == FuncCaseOneofCase.ReforgeBuffFunc) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.ReforgeBuffFunc) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(ReforgeBuffFunc); } - if (funcCaseCase_ == FuncCaseOneofCase.ReforgeFormulaFunc) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.ReforgeFormulaFunc) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(ReforgeFormulaFunc); } - if (funcCaseCase_ == FuncCaseOneofCase.EnhanceBuffFunc) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.EnhanceBuffFunc) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(EnhanceBuffFunc); } - if (funcCaseCase_ == FuncCaseOneofCase.ComposeMiracleFunc) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.ComposeMiracleFunc) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(ComposeMiracleFunc); } - if (funcCaseCase_ == FuncCaseOneofCase.ReforgeHexAvatarFunc) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.ReforgeHexAvatarFunc) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(ReforgeHexAvatarFunc); } - if (funcCaseCase_ == FuncCaseOneofCase.MagicItem) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.MagicItem) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(MagicItem); } - if (funcCaseCase_ == FuncCaseOneofCase.GameMagicUnit) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.GameMagicUnit) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(GameMagicUnit); } - if (funcCaseCase_ == FuncCaseOneofCase.CEAJNLIOFHF) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.CEAJNLIOFHF) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(CEAJNLIOFHF); } - if (funcCaseCase_ == FuncCaseOneofCase.PGPAAPOPDOC) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.PGPAAPOPDOC) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(PGPAAPOPDOC); } - if (funcCaseCase_ == FuncCaseOneofCase.PMKEHGBPCNG) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.PMKEHGBPCNG) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(PMKEHGBPCNG); } if (_unknownFields != null) { @@ -484,62 +484,62 @@ namespace EggLink.DanhengServer.Proto { if (other == null) { return; } - switch (other.FuncCaseCase) { - case FuncCaseOneofCase.ReforgeBuffFunc: + switch (other.DBCHNNCMJECCase) { + case DBCHNNCMJECOneofCase.ReforgeBuffFunc: if (ReforgeBuffFunc == null) { ReforgeBuffFunc = new global::EggLink.DanhengServer.Proto.WorkbenchReforgeBuffFuncInfo(); } ReforgeBuffFunc.MergeFrom(other.ReforgeBuffFunc); break; - case FuncCaseOneofCase.ReforgeFormulaFunc: + case DBCHNNCMJECOneofCase.ReforgeFormulaFunc: if (ReforgeFormulaFunc == null) { ReforgeFormulaFunc = new global::EggLink.DanhengServer.Proto.WorkbenchReforgeFormulaFuncInfo(); } ReforgeFormulaFunc.MergeFrom(other.ReforgeFormulaFunc); break; - case FuncCaseOneofCase.EnhanceBuffFunc: + case DBCHNNCMJECOneofCase.EnhanceBuffFunc: if (EnhanceBuffFunc == null) { EnhanceBuffFunc = new global::EggLink.DanhengServer.Proto.WorkbenchEnhanceBuffFuncInfo(); } EnhanceBuffFunc.MergeFrom(other.EnhanceBuffFunc); break; - case FuncCaseOneofCase.ComposeMiracleFunc: + case DBCHNNCMJECOneofCase.ComposeMiracleFunc: if (ComposeMiracleFunc == null) { ComposeMiracleFunc = new global::EggLink.DanhengServer.Proto.WorkbenchComposeMiracleFunc(); } ComposeMiracleFunc.MergeFrom(other.ComposeMiracleFunc); break; - case FuncCaseOneofCase.ReforgeHexAvatarFunc: + case DBCHNNCMJECOneofCase.ReforgeHexAvatarFunc: if (ReforgeHexAvatarFunc == null) { ReforgeHexAvatarFunc = new global::EggLink.DanhengServer.Proto.WorkbenchReforgeHexAvatarFunc(); } ReforgeHexAvatarFunc.MergeFrom(other.ReforgeHexAvatarFunc); break; - case FuncCaseOneofCase.MagicItem: + case DBCHNNCMJECOneofCase.MagicItem: if (MagicItem == null) { MagicItem = new global::EggLink.DanhengServer.Proto.KHCBGNLNPEL(); } MagicItem.MergeFrom(other.MagicItem); break; - case FuncCaseOneofCase.GameMagicUnit: + case DBCHNNCMJECOneofCase.GameMagicUnit: if (GameMagicUnit == null) { GameMagicUnit = new global::EggLink.DanhengServer.Proto.KMHIBNGAFEO(); } GameMagicUnit.MergeFrom(other.GameMagicUnit); break; - case FuncCaseOneofCase.CEAJNLIOFHF: + case DBCHNNCMJECOneofCase.CEAJNLIOFHF: if (CEAJNLIOFHF == null) { CEAJNLIOFHF = new global::EggLink.DanhengServer.Proto.DMKPFGEBILH(); } CEAJNLIOFHF.MergeFrom(other.CEAJNLIOFHF); break; - case FuncCaseOneofCase.PGPAAPOPDOC: + case DBCHNNCMJECOneofCase.PGPAAPOPDOC: if (PGPAAPOPDOC == null) { PGPAAPOPDOC = new global::EggLink.DanhengServer.Proto.LFGGPNGKBCH(); } PGPAAPOPDOC.MergeFrom(other.PGPAAPOPDOC); break; - case FuncCaseOneofCase.PMKEHGBPCNG: + case DBCHNNCMJECOneofCase.PMKEHGBPCNG: if (PMKEHGBPCNG == null) { PMKEHGBPCNG = new global::EggLink.DanhengServer.Proto.DHMFCIDJBFD(); } @@ -564,7 +564,7 @@ namespace EggLink.DanhengServer.Proto { break; case 18: { global::EggLink.DanhengServer.Proto.WorkbenchComposeMiracleFunc subBuilder = new global::EggLink.DanhengServer.Proto.WorkbenchComposeMiracleFunc(); - if (funcCaseCase_ == FuncCaseOneofCase.ComposeMiracleFunc) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.ComposeMiracleFunc) { subBuilder.MergeFrom(ComposeMiracleFunc); } input.ReadMessage(subBuilder); @@ -573,7 +573,7 @@ namespace EggLink.DanhengServer.Proto { } case 26: { global::EggLink.DanhengServer.Proto.WorkbenchReforgeBuffFuncInfo subBuilder = new global::EggLink.DanhengServer.Proto.WorkbenchReforgeBuffFuncInfo(); - if (funcCaseCase_ == FuncCaseOneofCase.ReforgeBuffFunc) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.ReforgeBuffFunc) { subBuilder.MergeFrom(ReforgeBuffFunc); } input.ReadMessage(subBuilder); @@ -582,7 +582,7 @@ namespace EggLink.DanhengServer.Proto { } case 34: { global::EggLink.DanhengServer.Proto.KHCBGNLNPEL subBuilder = new global::EggLink.DanhengServer.Proto.KHCBGNLNPEL(); - if (funcCaseCase_ == FuncCaseOneofCase.MagicItem) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.MagicItem) { subBuilder.MergeFrom(MagicItem); } input.ReadMessage(subBuilder); @@ -591,7 +591,7 @@ namespace EggLink.DanhengServer.Proto { } case 42: { global::EggLink.DanhengServer.Proto.WorkbenchReforgeHexAvatarFunc subBuilder = new global::EggLink.DanhengServer.Proto.WorkbenchReforgeHexAvatarFunc(); - if (funcCaseCase_ == FuncCaseOneofCase.ReforgeHexAvatarFunc) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.ReforgeHexAvatarFunc) { subBuilder.MergeFrom(ReforgeHexAvatarFunc); } input.ReadMessage(subBuilder); @@ -600,7 +600,7 @@ namespace EggLink.DanhengServer.Proto { } case 66: { global::EggLink.DanhengServer.Proto.DHMFCIDJBFD subBuilder = new global::EggLink.DanhengServer.Proto.DHMFCIDJBFD(); - if (funcCaseCase_ == FuncCaseOneofCase.PMKEHGBPCNG) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.PMKEHGBPCNG) { subBuilder.MergeFrom(PMKEHGBPCNG); } input.ReadMessage(subBuilder); @@ -609,7 +609,7 @@ namespace EggLink.DanhengServer.Proto { } case 74: { global::EggLink.DanhengServer.Proto.WorkbenchReforgeFormulaFuncInfo subBuilder = new global::EggLink.DanhengServer.Proto.WorkbenchReforgeFormulaFuncInfo(); - if (funcCaseCase_ == FuncCaseOneofCase.ReforgeFormulaFunc) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.ReforgeFormulaFunc) { subBuilder.MergeFrom(ReforgeFormulaFunc); } input.ReadMessage(subBuilder); @@ -618,7 +618,7 @@ namespace EggLink.DanhengServer.Proto { } case 82: { global::EggLink.DanhengServer.Proto.WorkbenchEnhanceBuffFuncInfo subBuilder = new global::EggLink.DanhengServer.Proto.WorkbenchEnhanceBuffFuncInfo(); - if (funcCaseCase_ == FuncCaseOneofCase.EnhanceBuffFunc) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.EnhanceBuffFunc) { subBuilder.MergeFrom(EnhanceBuffFunc); } input.ReadMessage(subBuilder); @@ -627,7 +627,7 @@ namespace EggLink.DanhengServer.Proto { } case 98: { global::EggLink.DanhengServer.Proto.KMHIBNGAFEO subBuilder = new global::EggLink.DanhengServer.Proto.KMHIBNGAFEO(); - if (funcCaseCase_ == FuncCaseOneofCase.GameMagicUnit) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.GameMagicUnit) { subBuilder.MergeFrom(GameMagicUnit); } input.ReadMessage(subBuilder); @@ -636,7 +636,7 @@ namespace EggLink.DanhengServer.Proto { } case 106: { global::EggLink.DanhengServer.Proto.LFGGPNGKBCH subBuilder = new global::EggLink.DanhengServer.Proto.LFGGPNGKBCH(); - if (funcCaseCase_ == FuncCaseOneofCase.PGPAAPOPDOC) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.PGPAAPOPDOC) { subBuilder.MergeFrom(PGPAAPOPDOC); } input.ReadMessage(subBuilder); @@ -645,7 +645,7 @@ namespace EggLink.DanhengServer.Proto { } case 114: { global::EggLink.DanhengServer.Proto.DMKPFGEBILH subBuilder = new global::EggLink.DanhengServer.Proto.DMKPFGEBILH(); - if (funcCaseCase_ == FuncCaseOneofCase.CEAJNLIOFHF) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.CEAJNLIOFHF) { subBuilder.MergeFrom(CEAJNLIOFHF); } input.ReadMessage(subBuilder); @@ -669,7 +669,7 @@ namespace EggLink.DanhengServer.Proto { break; case 18: { global::EggLink.DanhengServer.Proto.WorkbenchComposeMiracleFunc subBuilder = new global::EggLink.DanhengServer.Proto.WorkbenchComposeMiracleFunc(); - if (funcCaseCase_ == FuncCaseOneofCase.ComposeMiracleFunc) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.ComposeMiracleFunc) { subBuilder.MergeFrom(ComposeMiracleFunc); } input.ReadMessage(subBuilder); @@ -678,7 +678,7 @@ namespace EggLink.DanhengServer.Proto { } case 26: { global::EggLink.DanhengServer.Proto.WorkbenchReforgeBuffFuncInfo subBuilder = new global::EggLink.DanhengServer.Proto.WorkbenchReforgeBuffFuncInfo(); - if (funcCaseCase_ == FuncCaseOneofCase.ReforgeBuffFunc) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.ReforgeBuffFunc) { subBuilder.MergeFrom(ReforgeBuffFunc); } input.ReadMessage(subBuilder); @@ -687,7 +687,7 @@ namespace EggLink.DanhengServer.Proto { } case 34: { global::EggLink.DanhengServer.Proto.KHCBGNLNPEL subBuilder = new global::EggLink.DanhengServer.Proto.KHCBGNLNPEL(); - if (funcCaseCase_ == FuncCaseOneofCase.MagicItem) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.MagicItem) { subBuilder.MergeFrom(MagicItem); } input.ReadMessage(subBuilder); @@ -696,7 +696,7 @@ namespace EggLink.DanhengServer.Proto { } case 42: { global::EggLink.DanhengServer.Proto.WorkbenchReforgeHexAvatarFunc subBuilder = new global::EggLink.DanhengServer.Proto.WorkbenchReforgeHexAvatarFunc(); - if (funcCaseCase_ == FuncCaseOneofCase.ReforgeHexAvatarFunc) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.ReforgeHexAvatarFunc) { subBuilder.MergeFrom(ReforgeHexAvatarFunc); } input.ReadMessage(subBuilder); @@ -705,7 +705,7 @@ namespace EggLink.DanhengServer.Proto { } case 66: { global::EggLink.DanhengServer.Proto.DHMFCIDJBFD subBuilder = new global::EggLink.DanhengServer.Proto.DHMFCIDJBFD(); - if (funcCaseCase_ == FuncCaseOneofCase.PMKEHGBPCNG) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.PMKEHGBPCNG) { subBuilder.MergeFrom(PMKEHGBPCNG); } input.ReadMessage(subBuilder); @@ -714,7 +714,7 @@ namespace EggLink.DanhengServer.Proto { } case 74: { global::EggLink.DanhengServer.Proto.WorkbenchReforgeFormulaFuncInfo subBuilder = new global::EggLink.DanhengServer.Proto.WorkbenchReforgeFormulaFuncInfo(); - if (funcCaseCase_ == FuncCaseOneofCase.ReforgeFormulaFunc) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.ReforgeFormulaFunc) { subBuilder.MergeFrom(ReforgeFormulaFunc); } input.ReadMessage(subBuilder); @@ -723,7 +723,7 @@ namespace EggLink.DanhengServer.Proto { } case 82: { global::EggLink.DanhengServer.Proto.WorkbenchEnhanceBuffFuncInfo subBuilder = new global::EggLink.DanhengServer.Proto.WorkbenchEnhanceBuffFuncInfo(); - if (funcCaseCase_ == FuncCaseOneofCase.EnhanceBuffFunc) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.EnhanceBuffFunc) { subBuilder.MergeFrom(EnhanceBuffFunc); } input.ReadMessage(subBuilder); @@ -732,7 +732,7 @@ namespace EggLink.DanhengServer.Proto { } case 98: { global::EggLink.DanhengServer.Proto.KMHIBNGAFEO subBuilder = new global::EggLink.DanhengServer.Proto.KMHIBNGAFEO(); - if (funcCaseCase_ == FuncCaseOneofCase.GameMagicUnit) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.GameMagicUnit) { subBuilder.MergeFrom(GameMagicUnit); } input.ReadMessage(subBuilder); @@ -741,7 +741,7 @@ namespace EggLink.DanhengServer.Proto { } case 106: { global::EggLink.DanhengServer.Proto.LFGGPNGKBCH subBuilder = new global::EggLink.DanhengServer.Proto.LFGGPNGKBCH(); - if (funcCaseCase_ == FuncCaseOneofCase.PGPAAPOPDOC) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.PGPAAPOPDOC) { subBuilder.MergeFrom(PGPAAPOPDOC); } input.ReadMessage(subBuilder); @@ -750,7 +750,7 @@ namespace EggLink.DanhengServer.Proto { } case 114: { global::EggLink.DanhengServer.Proto.DMKPFGEBILH subBuilder = new global::EggLink.DanhengServer.Proto.DMKPFGEBILH(); - if (funcCaseCase_ == FuncCaseOneofCase.CEAJNLIOFHF) { + if (dBCHNNCMJECCase_ == DBCHNNCMJECOneofCase.CEAJNLIOFHF) { subBuilder.MergeFrom(CEAJNLIOFHF); } input.ReadMessage(subBuilder);